First  |  Prev |  Next  |  Last
Pages: 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976
p54usb: Drop duplicate USBID 0xcde:0x0006
On Thu, Jun 17, 2010 at 01:37:29PM +0300, Ozan Çağlayan wrote: Drop the duplicate USB ID 0xcde:0x0006 which is written at two different places in p54usb.c Signed-off-by: Ozan Çağlayan <ozan(a)pardus.org.tr> Someone beat you to it already... John -- John W. Linville Someday the world will need a her... 18 Jun 2010 17:58
[PATCH] fix the racy check_hung_uninterruptible_tasks()->rcu_lock_break() logic
check_hung_uninterruptible_tasks()->rcu_lock_break() introduced by "softlockup: check all tasks in hung_task" commit ce9dbe24 looks absolutely wrong. - rcu_lock_break() does put_task_struct(). If the task has exited it is not safe to even read its ->state, nothing protects this task_struct. - The TASK... 18 Jun 2010 15:44
[PATCH] msm: 7x30: Fix init order of 7x30 devices.
Fix the initialization order of MSM7x30 devices to correctly configure the GPIO lines for the serial UART before probing the device. If the device tries to come up and use the GPIO line before their TLMM configuration is done, strange and unpleasant things can happen. Signed-off-by: Gregory Bean <gbean(a)codeaurora... 18 Jun 2010 14:39
idea about internal fragmentation in Btrfs
I wish Btrfs well, so I would venture an idea for this specific case mentioned by Edward Shishkin today. Everyone knows that B-tree has internal and leaf nodes. Can we make the root as the leaf? In other words, if you create a 2K file, the B-tree will have only one node, which is both the root and the leaf. Of... 19 Jun 2010 16:45
[PATCH] checkpatch: fix false positives involving __percpu attribute
Signed-off-by: Scott J. Goldman <scottjg(a)vmware.com> --- scripts/checkpatch.pl | 3 ++- tests/t/t7005-attr-matcher | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 87bbb8b..d701956 100755 --- a/scripts/checkpatch.pl +++ b/s... 18 Jun 2010 14:39
cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=n
On 2010-06-18 16:39, Vivek Goyal wrote: Hi Jens, Few days back Ingo noticed a CFQ boot time warning. This patch fixes it. The issue here is that with CFQ_GROUP_IOSCHED=n, CFQ should not really be making blkio stat related calls. Thanks applied. Still hoping to eventually get a better variant done, b... 18 Jun 2010 14:39
[PATCH] Updated Information about Linux Test Project Maintainence
--- linux-2.6/MAINTAINERS.orig 2010-06-18 23:08:30.000000000 +0530 +++ linux-2.6/MAINTAINERS 2010-06-18 23:09:41.000000000 +0530 @@ -3413,9 +3413,10 @@ F: drivers/scsi/sym53c8xx_2/ LTP (Linux Test Project) M: Subrata Modak <subrata(a)linux.vnet.ibm.com> M: Mike Frysinger <vapier(a)gentoo.org> +M: Garrett Cooper <y... 18 Jun 2010 14:39
Updated Information about Linux Test Project Maintainence
Sigh !!, i forgot the below one :-( Signed-off-by: Subrata Modak <subrata(a)linux.vnet.ibm.com>, Regards-- Subrata On Fri, 2010-06-18 at 23:13 +0530, Subrata Modak wrote: --- linux-2.6/MAINTAINERS.orig 2010-06-18 23:08:30.000000000 +0530 +++ linux-2.6/MAINTAINERS 2010-06-18 23:09:41.000000000 +0530 @@ ... 18 Jun 2010 14:39
[PATCH 1/5] mtd: mxc_nand fixups
This patch avoids byte access to the NFC buffer. Byte access to the NFC is not allowed. The patch is against linux-next 20100618. Signed-off-by: John Ogness <john.ogness(a)linutronix.de> --- drivers/mtd/nand/mxc_nand.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Index: linux-next-... 18 Jun 2010 13:32
[PATCH 3/5] mtd: mxc_nand fixups
This patch fixes how failures with the hardware ECC error correction for the NFCv21 are detected. The patch is against linux-next 20100618. Signed-off-by: John Ogness <john.ogness(a)linutronix.de> --- drivers/mtd/nand/mxc_nand.c | 39 +++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 10 de... 18 Jun 2010 13:32
First  |  Prev |  Next  |  Last
Pages: 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976