Tag Archives: openSUSE

openSUSE : default desktop going to be KDE, but…

What is this ?

It is said that this change is useless and won’t make any difference. In a few words, you consider that the request was stupid.
On that point, and also as a Gnome user, I agree.

In that case, why would you change anything ?

No one is going to be satisfied with this. It is not a compromise, just nonsense.
KDE users will be disappointed and Gnome users will feel marginalized.

The only thing that would have made sense were either following the request and focussing on KDE integration, or clearly reject it and leave things as they are.

openSUSE kernel sources : patching against sock_sendpage() NULL Pointer Dereference vulnerability

I am using the 2.6.30 kernel sources from Kernel:linux-next and noticed that it has not yet been patched against the ’sock_sendpage()’ NULL Pointer Dereference vulnerability.

The threat is serious as it could allow a local user to gain root privileges.

Those who compile their own 2.6.x kernel should apply this patch (from Linus, check there for more info) .

Within your kernel source folder :

$ patch -u -p0 < sock_sendpage.patch

I hope an official patch will be released soon for all kernels. I did not check if the 11.1 kernel has already been patched or not.