lockdep stat fixes
* Frederic Weisbecker <fweisbec(a)gmail.com> wrote: Ingo, Please pull the core/locking branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git core/locking Thanks, Frederic --- Frederic Weisbecker (3): lockdep: Provide off... 4 May 2010 03:32
[PATCH] mtd: Increase NAND_MAX_OOBSIZE from 128 to 256
NAND_MAX_OOBSIZE needs to be increased to support newer parts with 218 or 224 byte spare areas. Tested with Samsung K9GAG08U0D. Signed-off-by: Kevin Cernekee <cernekee(a)gmail.com> --- include/linux/mtd/nand.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/mtd/nand.h b/... 4 May 2010 01:21
Flash IO slow 1.5 MB/s
If I mount my usb key with "sync" option, I get 500kb or less transfer speeds. If I use the gnome defaults, I get 60M+ for awhile, and then it continually drops over time, down to the 500kb/s again. Gnome defaults are... /dev/sdc1 on /media/FLASH type vfat (rw,nosuid,nodev,noatime,uhelper=hal,shortname=lower,f... 10 May 2010 12:05
linux-next: manual merge of the pcmcia tree with the wireless tree
Hi Dominik, Today's linux-next merge of the pcmcia tree got conflicts in drivers/net/wireless/orinoco/orinoco_cs.c and drivers/net/wireless/orinoco/spectrum_cs.c between commit 593ef09c9e70c92c0d76c67a1c03a5d44d3aec82 ("orinoco: allow driver to specify netdev_ops") from the wireless tree and commit 9632b5baa1f8... 4 May 2010 00:15
[PATCH 1/3] lockdep: Provide off case for redundant_hardirqs_on increment
We forgot to provide a !CONFIG_DEBUG_LOCKDEP case for the redundant_hardirqs_on stat handling. Manage that in the headers with a new __debug_atomic_inc() helper. Fixes: kernel/lockdep.c:2306: error: 'lockdep_stats' undeclared (first use in this function) kernel/lockdep.c:2306: error: (Each undeclared ident... 4 May 2010 00:15
[PATCH 3/3] lockdep: No need to disable preemption in debug atomic ops
No need to disable preemption in the debug_atomic_* ops, as we ensure interrupts are disabled already. So let's use the __this_cpu_ops() rather than this_cpu_ops() that enclose the ops in a preempt disabled section. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Peter Zijlstra <peterz(a)infradead.or... 4 May 2010 00:15
[PATCH 2/3] lockdep: Actually _dec_ in debug_atomic_dec
Fix a silly copy-paste mistake that was making debug_atomic_dec use this_cpu_inc instead of this_cpu_dec. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Peter Zijlstra <peterz(a)infradead.org> --- kernel/lockdep_internals.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/... 4 May 2010 00:15
[GIT PULL] lockdep stat fixes
Ingo, Please pull the core/locking branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git core/locking Thanks, Frederic --- Frederic Weisbecker (3): lockdep: Provide off case for redundant_hardirqs_on increment lockdep: Actually _dec_ in deb... 4 May 2010 00:15
[GIT PULL] RCU fixes for 2.6.34
Hello, Ingo, Here are RCU fixes for 2.6.34, mainly RCU-lockdep fixes: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git urgent-to-mingo This set excludes the three needing Acked-by, and also excludes the commits targeted for 2.6.35. Thanx, Paul ------------------> David How... 4 May 2010 00:15
[PATCH 4/4 ] SCSI: Remove the AER section in kconfig file
1. Remove the AER section of Areca driver in kconfig file of scsi folder Signed-off-by: Nick Cheng< nick.cheng(a)areca.com.tw > --- ... 4 May 2010 00:15