[PATCH 0/2] ACPI / EC / PM: Fix race between EC transactions and suspend/hibernate process
Hi Len, The following two patches fix BKO #14668. The first one is the actual fix and the other one changes the names of the involved functions so that they better reflect what's done. Please apply. Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa... 8 Apr 2010 19:42
[Bug #14792] Misdetection of the TV output
This message has been generated automatically as a part of a report of regressions introduced between 2.6.32 and 2.6.33. The following bug entry is on the current list of known regressions introduced between 2.6.32 and 2.6.33. Please verify if it still should be listed and let the tracking team know (either way)... 8 Apr 2010 19:42
SCSI: Support several features in arcmsr driver
On Fri, 2010-04-02 at 12:01 +0800, Nick Cheng wrote: 1. To support instantaneous report for SCSU device change by periodic polling 2. In arcmsr_iop_xfer(), inform AP of F/W's deadlock state to prevent endless waiting 3. To block the coming SCSI command while the driver is handling bus reset 4. To supp... 13 Apr 2010 17:20
Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"
On Thu, Apr 08, 2010 at 11:41:24PM +0800, Am�rico Wang wrote: On Thu, Apr 08, 2010 at 05:10:06PM +0200, Heiko Carstens wrote: 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 ... 8 Apr 2010 18:34
perf_events: fix bogus warn_on(_once) in perf_prepare_sample()
On Thu, 2010-04-08 at 23:08 +0200, Stephane Eranian wrote: There's various things that do indeed rely on the perf buffer to always be u64 aligned, so this warning isn't bogus at all. I assume this has to do with the wrap-around detection. Nah, mostly dealing with architectures that don't do wel... 8 Apr 2010 18:34
[PATCH] perf_events: fix bogus warn_on(_once) in perf_prepare_sample()
There is a warn_on_once() check for PERF_SAMPLE_RAW which trips when using PEBS on both Core and Nehalem. Core PEBS sample size is 144 bytes and 176 bytes for Nehalem. Both are multiples of 8, but the size field is encoded as int, thus the total is never a multiple of 8 which trips the check. I think the size ... 8 Apr 2010 17:26
[PATCH #3] reiserfs: Fix permissions on .reiserfs_priv
Commit 677c9b2e393a0cd203bd54e9c18b012b2c73305a removed the magic from the lookup code to hide the .reiserfs_priv directory since it was getting loaded at mount-time instead. The intent was that the entry would be hidden from the user via a poisoned d_compare, but this was faulty. This introduced a securit... 8 Apr 2010 17:26
powerpc: Add rcu_read_lock() to gup_fast() implementation
On 04/08/2010 03:17 PM, Peter Zijlstra wrote: The powerpc page table freeing relies on the fact that IRQs hold off an RCU grace period, this is currently true for all existing RCU implementations but is not an assumption Paul wants to support. Therefore, also take the RCU read lock along with disabling I... 8 Apr 2010 17:26
mm: preemptibility -v2
From: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Date: Thu, 08 Apr 2010 21:17:37 +0200 This patch-set seems to build and boot on my x86_64 machines and even builds a kernel. I've also attempted powerpc and sparc, which I've compile tested with their respective defconfigs, remaining are (afaikt the rest uses th... 9 Apr 2010 06:42
Staging: comedi: fix brace, print(k), indent and over 80 character coding style issues in adq12b.c
On Wed, Mar 24, 2010 at 12:04:29PM +0000, Maurice Dawson wrote: This is a patch to the adq12b.c file that fixes up brace, print(k), indent and over 80 character warnings found by the checkpatch.pl tool Doesn't apply :( -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a ... 8 Apr 2010 17:26