[PATCH 0/8] floppy: cleanup patches
When going through floppy driver addressing some of the timing bugs, I also saw these leftover things that ought to be cleaned up. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majo... 9 Jun 2010 15:19
[PATCH 2/8] floppy: remove unnecessary inlines
These routines are all big enough that is better to let the compiler decide to inline or not. Signed-off-by: Stephen Hemminger <shemminger(a)vyatta.com> --- a/drivers/block/floppy.c 2010-06-08 14:54:33.726619979 -0700 +++ b/drivers/block/floppy.c 2010-06-08 14:54:39.187135875 -0700 @@ -899,7 +899,7 @@ static i... 9 Jun 2010 15:19
[PATCH 1/8] floppy: initialize debug jiffies offset
Set debug jiffies offset at initialization. Avoids wierd values showing up if debugging enabled. Signed-off-by: Stephen Hemminger <shemminger(a)vyatta.com> --- a/drivers/block/floppy.c 2010-06-08 23:06:35.142657727 -0700 +++ b/drivers/block/floppy.c 2010-06-08 23:07:59.205810459 -0700 @@ -4175,6 +4175,9 @@ sta... 9 Jun 2010 15:19
[PATCH 7/8] floppy: use wait_event_interruptible
Convert wait loops to use wait_event_ macros. Signed-off-by: Stephen Hemminger <shemminger(a)vyatta.com> --- a/drivers/block/floppy.c 2010-06-09 11:34:11.326812498 -0700 +++ b/drivers/block/floppy.c 2010-06-09 11:34:12.416645239 -0700 @@ -514,8 +514,6 @@ static unsigned long fdc_busy; static DECLARE_WAIT_QUEUE_... 9 Jun 2010 15:19
[PATCH 1/2] speedtouch: fixed brace and spacing coding style issues
Fixed brace coding style issues. Signed-off-by: Nicolas Kaiser <nikai(a)nikai.net> --- drivers/usb/atm/speedtch.c | 4 +++- drivers/usb/atm/usbatm.c | 9 +++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/usb/atm/speedtch.c b/drivers/usb/atm/speedtch.c index 1335456..50c44... 9 Jun 2010 15:19
floppy: cleanup patches
On Wed, 9 Jun 2010, Stephen Hemminger wrote: When going through floppy driver addressing some of the timing bugs, I also saw these leftover things that ought to be cleaned up. Ack on them all as far as I'm concerned. I suspect the _real_ bugs in floppy.c are about various paths not holding the floppy_... 13 Jun 2010 16:02
freeze when strace X
I can freeze the system reproducibly in 2.6.35-rc2 and 2.6.34 when I simply try to strace a running X. strace-ing other processes is no problem. Nothing in the logs unfortunately. This happens with nosmp and with smp. I would like to track this down. What should I be looking for? Apart from trying to bisect it, whic... 9 Jun 2010 17:34
Why is kslowd accumulating so much CPU time?
My laptop is running 2.6.35-rc2 (plus a few patches) and after not quite four hours of beeing booted (3:45 to be precise), top shows that kslowd has accumulated as surprising amount of CPU time. From top display: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 6173 root 15 -5 0 ... 17 Jun 2010 10:03
FRV: Implement the GDB remote protocol 'p' command to retrieve a register
Linus Torvalds <torvalds(a)linux-foundation.org> writes: Implement the GDB remote protocol 'p' command to retrieve a single register value. Is there any value to this? [...] Sure, much less data to transfer across a slowish serial link. - FChE -- To unsubscribe from this list: send the line "unsub... 9 Jun 2010 15:19
[tip:perf/core] x86: Unify save_stack_address() and save_stack_address_nosched()
Commit-ID: 018378c55b03f88ff513aba4e0e93b8d4a9cf241 Gitweb: http://git.kernel.org/tip/018378c55b03f88ff513aba4e0e93b8d4a9cf241 Author: Oleg Nesterov <oleg(a)redhat.com> AuthorDate: Thu, 3 Jun 2010 21:32:43 +0200 Committer: Frederic Weisbecker <fweisbec(a)gmail.com> CommitDate: Wed, 9 Jun 2010 17:32:19 +0200 ... 9 Jun 2010 15:19