[PATCH] Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"
From: Heiko Carstens <heiko.carstens(a)de.ibm.com> Revert ba168fc37dea145deeb8fa9e7e71c748d2e00d74 "memory-hotplug: add 0x prefix to HEX block_size_bytes" since it changes the user space visible sysfs interface /sys/devices/system/memory/block_size_bytes. The change breaks existing user space applications which rel... 8 Apr 2010 12:34
perf tools: Reorganize some structs to save space
On Thu, 2010-04-08 at 11:38 -0300, Arnaldo Carvalho de Melo wrote: @@ -68,11 +68,11 @@ struct sample_data { u64 addr; u64 id; u64 stream_id; - u32 cpu; u64 period; - struct ip_callchain *callchain; + u32 cpu; u32 raw_size; v... 8 Apr 2010 12:34
I need your Swiftly reply
Hello, I am Mr. Mike Kevin I have a business proposal of $11,000.000.00 USD, for you to handle with me from my bank. If interested, please send me your full contact details and after that I shall provide you with more details of the business. Please contact me on this email: mikekevin(a)web2mail.com. -- To unsubscribe... 8 Apr 2010 12:34
IDE
On Thu, 8 Apr 2010, David Miller wrote: 2) taskfile ops with CFQ scheduler bomb because the taskfile code allocates a request then changes it's direction (e.g. READ vs. WRITE) and this makes CFQ explode. Fix by allocating the correct request type from the beginning. From Mikulas Patocka. ... 8 Apr 2010 15:10
[PATCH 5/6] perf: cleanup some Documentation
From: Randy Dunlap <randy.dunlap(a)oracle.com> Correct typos in perf bench & perf sched help text. Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl>, Cc: Paul Mackerras <paulus(a)samba.org> LKML-Reference: <20100331113100.cc898487.randy.dunlap(a)oracle.com> Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- tool... 8 Apr 2010 10:59
Business Proposal.
Good Day, I have a Business Proposal of $21,300,000.00 for you to handle with me from my bank.please contact me on {liutial(a)yahoo.com.hk} with your Full names,occupation,private phone number,current residential address. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess... 8 Apr 2010 10:59
wd7000: typo spin_unlock_irq() => spin_lock_irq()
On Thu, 1 Apr 2010, Dan Carpenter wrote: This was introduced back in 2005 at the very start of the git era by: df0ae2497ddefd72a87f3a3b34ff32455d7d4ae0 [SCSI] allow sleeping in ->eh_host_reset_handler() Signed-off-by: Dan Carpenter <error27(a)gmail.com> --- Also this driver was written before so... 8 Apr 2010 10:59
perf: Fix unsafe frame rewinding with hot regs fetching
Le jeudi 08 avril 2010 à 14:32 +0200, Frederic Weisbecker a écrit : Can you please test this fix? Thanks. --- From 60d5c4e8498efc4a01abceef54ad3bc91993bf41 Mon Sep 17 00:00:00 2001 From: Frederic Weisbecker <fweisbec(a)gmail.com> Date: Thu, 8 Apr 2010 14:05:50 +0200 Subject: [PATCH] p... 8 Apr 2010 10:58
[PATCH] NOMMU: Work around the lack of vmap()/vunmap() in firmware_loading_store() [ver #2]
Work around the lack of vmap()/vunmap() in firmware_loading_store() when operating in NOMMU mode. vmap() cannot be implemented as there's no virtual mapping available. Instead, in NOMMU mode, make available a function (vcoalesce()) that can coalesce the supplied data into one big buffer and store as the address ... 8 Apr 2010 10:58
[PATCH 29/29] Staging: comedi: fix print(k) coding style issues in aio_iiro_16.c
This is a patch to the aio_iiro_16.c file that fixes up print(k) warnings found by the checkpatch.pl tool Signed-off-by: Maurice Dawson <mauricedawson2699(a)googlemail.com --- drivers/staging/comedi/drivers/aio_iiro_16.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/... 8 Apr 2010 09:28