[Bug #15206] uvcvideo fails to work since 2.6.32
This message has been generated automatically as a part of a report of regressions introduced between 2.6.31 and 2.6.32. The following bug entry is on the current list of known regressions introduced between 2.6.31 and 2.6.32. Please verify if it still should be listed and let the tracking team know (either way)... 7 Feb 2010 20:55
[Bug #15188] Graphic subsystem freeze
This message has been generated automatically as a part of a report of regressions introduced between 2.6.31 and 2.6.32. The following bug entry is on the current list of known regressions introduced between 2.6.31 and 2.6.32. Please verify if it still should be listed and let the tracking team know (either way)... 7 Feb 2010 20:55
[PATCH] Restrict stack space reservation to rlimit
When reserving stack space for a new process, make sure we're not attempting to allocate more than rlimit allows. Also, reserve the same stack size independent of page size. This fixes a bug cause by b6a2fea39318e43fee84fa7b0b90d68bed92d2ba "mm: variable length argument support" and unmasked by fc63cf237078c8... 7 Feb 2010 19:49
[PATCH] compat_ioctl: add compat handler for TIOCGSID ioctl
This is used by tcgetsid(3). Signed-off-by: Andreas Schwab <schwab(a)linux-m68k.org> --- fs/compat_ioctl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index c5c45de..a2f21bc 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -936,6 +93... 7 Feb 2010 19:49
[PATCH] Restrict stack space reservation to rlimit
apkm, linus: this or something like it needs to go into 2.6.33 (& 32) to fix 'ulimit -s'. Mikey [PATCH] Restrict stack space reservation to rlimit When reserving stack space for a new process, make sure we're not attempting to allocate more than rlimit allows. Also, reserve the same stack size independe... 7 Feb 2010 19:49
X.org hang with [drm:i915_gem_do_execbuffer] *ERROR* in dmesg
On Sunday 07 February 2010 23:28:50 Rafael J. Wysocki wrote: This message has been generated automatically as a part of a summary report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.32. Please verify if it still should be listed and let the trac... 7 Feb 2010 19:49
[Bug #15177] Asynchronous writes up to 30% slower than in previous kernel versions
This message has been generated automatically as a part of a summary report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.32. Please verify if it still should be listed and let the tracking team know (either way). Bug-Entry : http://bugzilla.kernel.org/s... 7 Feb 2010 18:43
[Bug #15025] Oops in ext4 driver
This message has been generated automatically as a part of a summary report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.32. Please verify if it still should be listed and let the tracking team know (either way). Bug-Entry : http://bugzilla.kernel.org/s... 7 Feb 2010 18:42
[PATCH] Staging: comedi: ssc_dnp: fixed a brace coding style issue
Fixed a coding style issue. Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/staging/comedi/drivers/ssv_dnp.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers/ssv_dnp.c b/drivers/staging/comedi/drivers/ssv_dnp.c index 4918fbf..17c92a5 1... 7 Feb 2010 13:07
LSM: add static to security_ops variable
On Sun, Feb 07, 2010 at 07:24:44PM +0800, wzt wzt wrote: security_ops was declared as a global variable, so other drivers or kernel code can easily change its value, like: extern struct security_operations *security_ops; security_ops = NULL; then insmod this driver immediately, it will get an oop... 19 Feb 2010 09:51