MTD: drop +x perms on C source files
On Fri, 5 Mar 2010, Mike Frysinger wrote: Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- 0 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 drivers/mtd/chips/cfi_util.c mode change 100755 => 100644 drivers/mtd/inftlcore.c diff --git a/drivers/mtd/chips/cfi_ut... 15 Mar 2010 11:12
Documentation/filesystems/proc.txt typo fix.
On Mon, 1 Mar 2010, Rob Landley wrote: From: Rob Landley <rob(a)landley.net> Typo fix for a filename in procfs documentation. Signed-off-by: Rob Landley <rob(a)landley.net> --- Documentation/filesystems/proc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Do... 15 Mar 2010 11:12
[PATCH] softlockup: stop spurious softlockup messages due to overflow
Ensure additions on touch_ts do not overflow. This can occur when the top 32 bits of the TSC reach 0xffffffff causing additions to touch_ts to overflow and this in turn generates spurious softlockup warnings. Signed-off-by: Colin Ian King <colin.king(a)canonical.com> --- kernel/softlockup.c | 6 +++--- 1 fi... 15 Mar 2010 11:12
serial: fix possible imx deadlock
On Mon, Mar 15, 2010 at 10:08:58AM +0100, John Ogness wrote: This patch fixes a possible deadlock situation with the port and timer locks. The calling paths for the deadlock situation are: 1. imx_set_termios() -> LOCK(port.lock) -> del_timer_sync() -> LOCK(timer.base.lock) 2. run_timer_soft... 19 Mar 2010 19:00
hid: Register debugfs entries before adding device
On Sat, 13 Mar 2010, Bruno Prémont wrote: If the device_add() fails, you should undo the hid_debug_register() call. Well I was wondering why hid_debug_register() was called no matter what device_add() returned but didn't dig around what happened when hid_add_device() would return an error. ... 15 Mar 2010 10:04
[PATCH] amba-clcd: add RGB444 support
This one adds RGB444 (bpp=12) support to amba clcd drivers. Tested on a lpc3250 based platform. Signed-off-by: Luotao Fu <l.fu(a)pengutronix.de> --- drivers/video/amba-clcd.c | 11 ++++++++--- include/linux/amba/clcd.h | 7 ++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/drivers/vi... 15 Mar 2010 10:04
[GIT PULL] V2 kdb / early debug (1 of 2) for 2.6.34
On 02/28/2010 11:09 PM, Jason Wessel wrote: Linus please pull the kdb-merge tree which merges the kdb front end into the kernel debug core for 7 architectures. Linus, what is the status of the kdb & early debug pull requests? I had not seen anything merged yet and you listed these as requiring further ... 15 Mar 2010 10:04
[PATCH 0/2] exec: refactor how call_usermodehelper works, and update the sense of the core_pipe recursion check (v4 rediff)
Hey, so I've rediffed and tested the user mode helper bits from my previous patch set that got wrecked when the rcustring bits got pulled. I've got he origional summary below, and the patches follwoing. Note, their just my changes, rediffed to work without Andis patch set. The other umh call sites can still use ... 15 Mar 2010 08:58
sys_umount() returns EBUSY when doing: sh -c "mount /dev/sdc1 /mnt; umount /mnt"
On Sun, Mar 14, 2010 at 5:21 PM, Robert Hancock <hancockrwd(a)gmail.com> wrote: On 03/13/2010 02:56 AM, Francis Moreau wrote: 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=$(st... 15 Mar 2010 08:58
[PATCH] Staging: asus_oled: fix spaces and TAB coding style issue in asus_oled.c
From: ruslan <ruslan(a)rpisarev.org.ua> This is a patch to the asus_oled.c file that fixed up a TAB and spaces Errors found by the checkpatch.pl tools Signed-off-by: Ruslan Pisarev <ruslan(a)rpisarev.org.ua> --- drivers/staging/asus_oled/asus_oled.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ... 15 Mar 2010 07:52