Fix a race in pid generation that causes pids to be reused immediately.
On Wed, Jun 9, 2010 at 10:47 AM, <tytso(a)mit.edu> wrote: On Wed, Jun 09, 2010 at 10:43:33AM -0700, Linus Torvalds wrote: We need that bitmap to handle the overflow max_pid case. We are _not_ returning just increasing pid numbers. Doh! �I knew I was forgetting something obvious. �I was hoping we ... 11 Jun 2010 19:15
[patch] add quirk to fix volume wheel on Toshiba U300 laptops
Good afternoon, Here is a small patch which adds a quirk match for these laptops; the volume wheel on them does not stop when you move it (the wheel does not send 'up' keycodes). Patch applies cleanly to linus' tree as of about...10 minutes ago. :-) Regards, Andrew ... 9 Jun 2010 15:19
Suspend hangs since 2.6.34
Hi, as of kernel 2.6.34 I sometimes get a strange hang during suspend to RAM. After echo mem > /sys/power/state, the suspend script hangs, Xorg eats 100% CPU, and the desktop is frozen. I can kill the script and the computer will then suspend and resume fine. The kernel log shows nothing interesting when the han... 23 Jun 2010 18:24
linux-next: Tree for June 9 (niu)
On Wed, 9 Jun 2010 13:34:43 +1000 Stephen Rothwell wrote: Hi all, Changes since 20100608: My fixes tree contains: v4l-dvb: update gfp/slab.h includes arm: update gfp/slab.h includes davinci: update gfp/slab.h includes ocfs2: update gfp/slab.h includes acpi... 9 Jun 2010 15:19
power_end event (Resend)
On 6/9/2010 6:57 AM, Robert Schöne wrote: Original Mail was sent at 2010/05/14 10:38:43 CEST Hi, I reported the power_end tracing problem earlier this year (http://lkml.org/lkml/2010/2/24/79) and sent a patch which worked for my system. However this patch would have not worked on other systems (as ... 9 Jun 2010 15:19
[PATCH] uniform cdrom: fix mutex unlocking in /proc/sys/dev/cdrom/info file
If the last if condition passes the cdrom_mutex mutex will not be unlocked. This patch fixes this and also removes the unnecessary doit label that was only invoked by the done label. Thanks. Signed-off-by: Davidlohr Bueso <dave(a)gnu.org> --- drivers/cdrom/cdrom.c | 51 +++++++++++++++++++++++++------------... 9 Jun 2010 13:05
Removing dead CONFIG_GDB_CONSOLE
On 06/09/2010 04:20 AM, Christoph Egger wrote: CONFIG_GDB_CONSOLE doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger<siccegge(a)cs.fau.de> Acked-by: David Daney <ddaney(a)caviumnetworks.com> --- arch/mips/cavium-octeon/serial.c ... 29 Jun 2010 14:05
FRV: Implement the GDB remote protocol 'p' command to retrieve a register
On Wed, 9 Jun 2010, David Howells wrote: Implement the GDB remote protocol 'p' command to retrieve a single register value. Is there any value to this? Apparently it used to work just because that command never did anything (rather than return an error). Why not just reinstate that behavior instead?... 28 Jun 2010 00:51
[ANNOUNCE] 2.6.33.5-rt23
We are pleased to announce the next update to our new preempt-rt series. Changes from 2.6.33.3-rt19 to 2.6.33.4-rt20: 5b6c7b0: net: Make [dis/en]able_irq_*_lockdep() RT safe d6434af: fs: Resolve mntput_no_expire issues. 56e4c7f: fs: Fix mnt_count typo 1540c84: Merge branch '2.6.33.4' into rt/2.6.33 ... 9 Jun 2010 13:05
[GIT PULL] ARM MSM regression fixes
Hi Linus, Here are two really simple regression fixes, one for mach-msm and the other for the MSM mmc driver. They are both for compile failures. Both appear to have been added during the merge window. There is one where it's not clear how it was exposed but the fixes are both simple. Daniel The following... 9 Jun 2010 13:05