PATCH: softlockup: Fix hung_task_check_count sysctl
I'm seeing spikes of up to 0.5ms in khungtaskd on a large machine. To reduce this source of jitter I tried setting hung_task_check_count to 0: # echo 0 > /proc/sys/kernel/hung_task_check_count which didn't have the intended response. Change to a post increment of max_count, so a value of 0 means check 0 tasks... 30 Nov 2009 15:50
powerpc: fork && stepping (Was: [RFC,PATCH 0/14] utrace/ptrace)
Veaceslav doesn't have the time to continue, but he gave me access to rhts machine ;) The kernel is 2.6.31.6 btw. On 11/26, Veaceslav Falico wrote: Just noticed the test-case fails in handler_fail(). Most probably this means it is killed by SIGALRM because either parent or child hang in wait().... 28 Nov 2009 02:34
[PATCH RFC v0 1/3] cgroup: implement eventfd-based generic API for notifications
This patch introduces write-only file "cgroup.event_control" in every cgroup. To register new notification handler you need: - create an eventfd; - open a control file to be monitored. Callbacks register_event() and unregister_event() must be defined for the control file; - write "<event_fd> <control_fd> <arg... 26 Nov 2009 13:07
+ binfmt-introduce-coredump-parameter-structure.patch added to -mm tree
On 11/26, Masami Hiramatsu wrote: $ grep -r DUMP_WRITE arch/*/include arch/ia64/include/asm/elf.h: DUMP_WRITE(&phdr, sizeof(phdr)); \ arch/ia64/include/asm/elf.h: DUMP_WRITE((void *) gate_phdrs[\ arch/um/sys-i386/asm/elf.h uses DUMP_WRITE() too. Oops, certainly, t... 26 Nov 2009 13:06
[PATCH-RFC] cfq: Disable low_latency by default for 2.6.32
(cc'ing the people from the page allocator failure thread as this might be relevant to some of their problems) I know this is very last minute but I believe we should consider disabling the "low_latency" tunable for block devices by default for 2.6.32. There was evidence that low_latency was a problem last week ... 26 Nov 2009 07:33
crypto: Fix aesni algorithm implementation without test
On Wed, Nov 25, 2009 at 07:42:27PM -0500, Youquan,Song wrote: when load aesni-intel driver,kernel will report no test for some algorithm with AES-NI. The strange information as following: alg: No test for __aes-aesni (__driver-aes-aesni) alg: No test for __ecb-aes-aesni (__driver-ecb-aes-aesni) alg: ... 25 Nov 2009 19:30
microblaze: Add dev_archdata node accessors
graeme.smecher(a)mail.mcgill.ca wrote: From: Graeme Smecher <graeme.smecher(a)mail.mcgill.ca> This syncs microblaze with powerpc and sparc architectures, which gained the same accessors in Commit 3f3b1632022fcc8317fa3b3c1236471415b3a6b8. I have the same patch in my next branch. Will be add to mainline soon.... 25 Nov 2009 14:56
[PATCH 15/86] pata_efar: fix wrong MWDMA timings being programmed
From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] pata_efar: fix wrong MWDMA timings being programmed Do not clear MWDMA timings for device on the other port when programming slave device. This change should be safe as this is how we have been doing things in IDE slc90e66 host driver for ye... 25 Nov 2009 12:39
hfsplus compression
Hi All, Is there any possibilty to enable hfsplus compression when using linux ? Best regards and many thanks, Karthik _________________________________________________________________ Hotmail: Trusted email with Microsoft's powerful SPAM protection. http://clk.atdmt.com/GBL/go/177141664/direc... 25 Nov 2009 08:09
[PATCHv2 1/3] twl4030-regulator: Add all TWL regulators to twreg_info
Define all twl4030 regulators in the twlreg_info table, along with appropriate VSEL tables for adjustable regulators Signed-off-by: Juha Keski-Saari <ext-juha.1.keski-saari(a)nokia.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo(a)linux.intel.com> --- drivers/regulator... 25 Nov 2009 05:58