First
|
Prev |
Next
|
Last
Pages: 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615
hid: Remove annoying non-error printk On Wed, 2010-04-21 at 17:08 -0400, Cory Fields wrote: This is the only line printed on my "quiet" boot and seems completely unnecessary. Probably left-over from a debug run... Signed-off-by: Cory Fields <FOSS(a)AtlasTechnologiesInc.com> Signed-off-by: Bastien Nocera <hadess(a)hadess.net> --- drivers... 23 Apr 2010 21:16
[PATCH] microblaze: fix divide by zero exception message From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix divide exception message to say "divide by zero". Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Michal Simek <monstr(a)monstr.eu> Cc: microblaze-uclinux(a)itee.uq.edu.au --- arch/microblaze/kernel/exceptions.c | 2 +- 1 file changed, 1 insertion(+)... 23 Apr 2010 21:15
[PATCH] hid: Remove annoying non-error printk This is the only line printed on my "quiet" boot and seems completely unnecessary. Signed-off-by: Cory Fields <FOSS(a)AtlasTechnologiesInc.com> --- drivers/hid/hid-wacom.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c index f7700cf..f... 23 Apr 2010 21:15
[PATCH 1/2] arch/avr32: Fix build failure caused by typo From: Peter Huewe <peterhuewe(a)gmx.de> This little patch fixes a build failure[1] caused by a typo. Patch against linux-next20100421 References: [1]http://kisskb.ellerman.id.au/kisskb/buildresult/2448162/ Signed-off-by: Peter Huewe <peterhuewe(a)gmx.de> --- arch/avr32/kernel/time.c | 2 +- 1 files chan... 23 Apr 2010 21:15
Subject: [PATCH 2/2] arch/avr32: fix build failure caused by wrong prototype From: Peter Huewe <peterhuewe(a)gmx.de> This patch fixes a build failure[1] introduced by 1d8393171 which had the static keyword as a leftover. Kernelversion: linux-next-20100421 References: [1]http://kisskb.ellerman.id.au/kisskb/buildresult/2448162/ Signed-off-by: Peter Huewe <peterhuewe(a)gmx.de> --- arc... 23 Apr 2010 21:15
[PATCH] block: Add a trace point whenever a barrier IO request is sent Simple debugging patch used to watch for barrier requests. I've been using this to watch ext4's barrier=1 behavior. Signed-off-by: Darrick J. Wong <djwong(a)us.ibm.com> --- block/blk-core.c | 4 ++++ include/trace/events/block.h | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 in... 23 Apr 2010 21:15
x86, cacheinfo: Make L3 cache info per node On 04/15/2010 09:41 AM, Borislav Petkov wrote: + +/* max 8 nodes on a system */ +static struct amd_l3_cache * __cpuinitdata l3_caches[8]; + This makes me very nervous. Where does this limit come from? It appears completely arbitrary and seems like begging for problems in the future. -hpa -- To ... 23 Apr 2010 21:15
What's the staging review and acceptance process? Hi Greg. Sice your fosdem talk and tuxradar article came out there have been many patches against staging by new contributors (I did some too) that seem to get no feedback or get dropped without comment. Because many of these patches are first attempts, probably most of them should not be applied in the first ... 23 Apr 2010 21:15
KEYS: Fix an RCU warning in the reading of user keys On Wed, Apr 21, 2010 at 05:36:35PM +0100, David Howells wrote: Fix an RCU warning in the reading of user keys: =================================================== [ INFO: suspicious rcu_dereference_check() usage. ] --------------------------------------------------- security/keys/user_defined.c:202 i... 6 May 2010 07:26
[PATCH tip/core/urgent 2/5] rcu: fix RCU lockdep splat on freezer_fork path Add an RCU read-side critical section to suppress this false positive. Located-by: Eric Paris <eparis(a)parisplace.org> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> Acked-by: Li Zefan <lizf(a)cn.fujitsu.com> --- kernel/cgroup_freezer.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ... 23 Apr 2010 21:15 |