staging/dream: fix gpio_input compilation
gpio_* drivers still need drivers in staging. Yes, that will need to be fixed, but at least fix compilation for now. Signed-off-by: Pavel Machek <pavel(a)ucw.cz> diff --git a/drivers/staging/dream/Makefile b/drivers/staging/dream/Makefile index 2b79151..43d1eec 100644 --- a/drivers/staging/dream/Makefile +++ ... 13 Mar 2010 06:27
2.6.34-rc1: lockdep warning on geode subnotebook
sysfs related? ACPI? Switching to clocksource acpi_pm Switched to NOHz mode on CPU #0 BUG: key df3f6edc not in .data! ------------[ cut here ]------------ WARNING: at kernel/lockdep.c:2706 lockdep_init_map+0x448/0x500() Hardware name: SA Series Modules linked in: Pid: 1, comm: swapper Not tainted 2.6.34-rc1-0... 19 Mar 2010 15:31
[PATCH 1/2] rmap: Fix Bugzilla Bug #5493
Make the vma prio tree resusable. Signed-off-by: Christian Ehrhardt <lk(a)c--e.de> diff --git a/arch/arm/mm/fault-armv.c b/arch/arm/mm/fault-armv.c index c9b97e9..4b8d01f 100644 --- a/arch/arm/mm/fault-armv.c +++ b/arch/arm/mm/fault-armv.c @@ -117,7 +117,8 @@ make_coherent(struct address_space *mapping, struc... 13 Mar 2010 06:27
[PATCH 0/2] rmap: Fix Bugzilla Bug #5493
Hi, this set of two patches fixes Bugzilla Bug #5493. http://bugzilla.kernel.org/show_bug.cgi?id=5493 The first patch makes the vma prio tree code reusable. This patch should not contain any functional changes. The second patch uses the prio tree code for the vmas associated with an anon_vma. This... 13 Mar 2010 06:27
rename new rfkill sysfs knobs
On Sat, Mar 13, 2010 at 10:44:07AM +0100, florian(a)mickler.org wrote: This patch renames the (never officially released) sysfs-knobs "blocked_hw" and "blocked_sw" to "hard" and "soft", as the hardware vs software conotation is misleading. It also gets rid of not needed locks around u32-read-access. Yo... 18 Mar 2010 10:30
[PATCH] drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant
From: Julia Lawall <julia(a)diku.dk> The constant TG3_FLAG_10_100_ONLY should be used with the tg3_flags field, not the tg3_flags2 field, as done elsewhere in the same file. Signed-off-by: Julia Lawall <julia(a)diku.dk> --- drivers/net/tg3.c | 2 +- 1 files changed, 1 insertions(+), 1 dele... 13 Mar 2010 04:17
sys_umount() returns EBUSY when doing: sh -c "mount /dev/sdc1 /mnt; umount /mnt"
Hello I've some shell scripts which try to find out the filesystem hosted by a block device. They basically do this: mount /dev/sdc1 /mnt fs=$(stat -f -c %T $mount_point) umount /mnt It happens to work but since an unknown upgrade (kernel, libs or tools upgrade), umount(8) returns -EBUSY. ... 13 Mar 2010 04:17
Fix AES-NI CTR optimization compiling failure with gas 2.16.1
On Fri, Mar 12, 2010 at 03:01:47PM +0800, Huang Ying wrote: Andrew Morton reported that AES-NI CTR optimization failed to compile with gas 2.16.1, the error message is as follow: arch/x86/crypto/aesni-intel_asm.S: Assembler messages: arch/x86/crypto/aesni-intel_asm.S:752: Error: suffix or operands inval... 24 Mar 2010 11:10
[PATCH] x86,perf: Unmask LVTPC only if we have APIC supported
Ingo reported | | There's a build failure on -tip with the P4 driver, on UP 32-bit, if | PERF_EVENTS is enabled but UP_APIC is disabled: | | arch/x86/built-in.o: In function `p4_pmu_handle_irq': | perf_event.c:(.text+0xa756): undefined reference to `apic' | perf_event.c:(.text+0xa76e): undefined reference to `ap... 13 Mar 2010 04:17
fix for msm_sdcc MMC driver for 2.6.34-rc1
On Mon 2010-03-08 12:58:56, Daniel Walker wrote: Just one small trivial fix. The following changes since commit 6b7b284958d47b77d06745b36bc7f36dab769d9b: Linus Torvalds (1): Linux 2.6.33-rc2 are available in the git repository at: git://codeaurora.org/quic/kernel/dwalker/linux-... 13 Mar 2010 15:21