[PATCH 06/10] sysctl: don't use own implementation of hex_to_bin()
Get rid of own implementation of hex_to_bin(). Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> Cc: Eric W. Biederman <ebiederm(a)xmission.com> Cc: Andrew Morton <akpm(a)linux-foundation.org> --- kernel/sysctl_binary.c | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git... 30 Apr 2010 15:08
scsi/st: remove BKL from open
On Thu, Apr 15, 2010 at 10:51:38PM +0200, Arnd Bergmann wrote: The st_open function is serialized through the st_dev_arr_lock and the STp->in_use flag, so there is no race that the BKL can protect against in the driver itself, and the function does not access any global state outside of the driver that m... 30 Apr 2010 16:16
ALSA: hda/realtek: quirk for D945GCLF2 mainboard
Hi Since kernel 2.6.33 (and including 2.6.34-rc5-git10), sound output is broken on my Intel D945GCLF2 mainboard, while it did work well on earlier kernels up to and including 2.6.32.12. $ cat /sys/devices/virtual/dmi/id/board_vendor Intel Corporation $ cat /sys/devices/virtual/dmi/id/board_name D945GCLF2 ... 10 May 2010 12:05
KVM MMU: allow shadow page become unsync at creating time
On 04/30/2010 12:03 PM, Xiao Guangrong wrote: Allow new shadow page become unsync when is created, then we no need write-protect the 'sp->gfn', this idea is from Avi: |Another interesting case is to create new shadow pages in the unsync |state. That can help when the guest starts a short lived process: w... 30 Apr 2010 15:08
Fix migration races in rmap_walk() V3
Hi, with mainline + my exec-migrate race fix + your patch1 in this series, and the below patches, THP should work safe also on top of new anon-vma code. I'm keeping them incremental but I'll keep them applied also in aa.git as these patches should work for both the new and old anon-vma semantics (if there are re... 4 May 2010 14:34
***IMPORTANT NOTICE***
Dear Web mail Account User, This message is from Web mail Help Desk to all our account owners. We are currently upgrading our Message Center database. We are deleting all unused Web Mail accounts to create more space for new ones.In other for your account not to be suspended or deleted, you will have to update your ... 30 Apr 2010 15:08
x86 cpufreq: Make trace_power_frequency cpufreq driver independent
* Thomas Renninger <trenn(a)suse.de> wrote: + trace_power_start(POWER_CSTATE, 1, smp_processor_id()); + trace_power_start(POWER_CSTATE, (ax>>4)+1, smp_processor_id()); + trace_power_start(POWER_CSTATE, 1, smp_processor_id()); + trace_power_start(POWER_CSTATE, 0, smp_processor_id()); + ... 30 Apr 2010 15:08
arch/arm: Fix missing define for ARM_PMU_DEVICE_CPU
Am Donnerstag 29 April 2010 10:26:20 schrieb Will Deacon: This build error is due to the core patch of Will's "ARM: pmu: provide a registration mechanism for IRQs" patch series not being merged yet. I submitted the series to Russell's patch system on 9 April. However, as you know, he's currently without... 30 Apr 2010 16:17
[PATCH] MMC: atmel-mci: fix in debugfs: response value printing
In debugfs, printing of command response reports resp[2] twice: fix it to resp[3]. Signed-off-by: Nicolas Ferre <nicolas.ferre(a)atmel.com> --- drivers/mmc/host/atmel-mci.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c in... 30 Apr 2010 15:08
r8169 INFO: inconsistent lock state
Hello, Yet another one (during resume): kernel: [ 1968.334646] kernel: [ 1968.334648] ================================= kernel: [ 1968.334651] [ INFO: inconsistent lock state ] kernel: [ 1968.334654] 2.6.34-rc6-dbg #105 kernel: [ 1968.334656] --------------------------------- kernel: [ 1968.334659] inconsis... 30 Apr 2010 19:39