dynamic debug
On Mon 2008-06-16 11:26:12, Takashi Nishiie wrote: Hi. Jason Baron wrote: Each kernel sub-system seems to have its own way of dealing with debugging statements. Some of these methods include 'dprintk', 'pr_debug', 'dev_debug', 'DEBUGP'. There are also a myriad of ways of enabling these stat... 1 Jul 2008 02:05
dynamic debug - core infrastructure
Hi! This is the core patch that implements a new dynamic debug infrastructure. Each kernel sub-system seems to have its own way of dealing with debugging statements. Some of these methods include 'dprintk', 'pr_debug', 'dev_debug', 'DEBUGP'. There are also a myriad of ways of enabling these statements... 21 Jun 2008 05:37
linux-next: Tree for June 20
Hi all, Changes since next-20080619: The net tree lost its conflict against Linus' tree. The bkl-removal tree lost a conflict. ---------------------------------------------------------------------------- I have created today's linux-next tree at git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-ne... 20 Jun 2008 04:03
[PATCH] autofs4 - add missing kfree
It see that the patch tittled "autofs4 - fix pending mount race" is missing a change that I had recently made. It's missing a kfree for the case mutex_lock_interruptible() fails to aquire the wait queue mutex. My appologies for this mistake. Ian Signed-off-by: Ian Kent <raven(a)themaw.net> --- fs/aut... 20 Jun 2008 04:03
x86: make 64bit identify_cpu use cpu_dev v2
* Yinghai Lu <yhlu.kernel(a)gmail.com> wrote: v2: fix early_panic on some conf reason : struct cpu_vendor_dev size is 16, need to make table to be 16 byte alignment also print out the cpu supported... applied to tip/x86/cpu, thanks Yinghai. --- linux-2.6.orig/arch/x86/kernel/v... 20 Jun 2008 04:03
Is configfs the right solution for configuration based fs?
On Wed, 2008-06-18 at 19:48 -0700, Joel Becker wrote: Ask, and ye shall receive. I've actually been meaning to look at this for a while. Please check out the branch configfs-attr-macros at my git tree. Actually, here is the configfs.h with macros, and configfs_example_macros.c using them. Let me kn... 21 Jun 2008 08:40
power: support for Texas Instruments BQ27x00 battery managers.
Hello, before answering to other questions I'd like solve the following issue. On Fri, Jun 20, 2008 at 03:34:11AM +0400, Anton Vorontsov wrote: To avoid these ifdefs, I would suggest you to reconsider the model of this driver. How about: - drivers/power/bq27x00_battery.c: Registers two pl... 23 Jun 2008 03:30
drm patches for 2.6.26-final
> Please pull the 'drm-patches' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-patches Okay a bit larger than I like sending outside merge window, but Fedora has been carrying most of this for a while. This add new chipset support for Intel Gen4 chips, and als... 20 Jun 2008 07:07
XFS internal error xfs_trans_cancel at line 1163 of file fs/xfs/xfs_trans.c
Am 2008-06-13 13:08 +1000 schrieb Dave Chinner: This commit in 2.6.26 will probably fix it. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=75de2a91c98a6f486f261c1367fe59f5583e15a3 If I am correct, this fix is included in 2.6.26-rc6: Filesystem "sda6": XFS internal error xf... 23 Jun 2008 04:31
memcg: reduce usage at change limit
On Mon, Jun 16, 2008 at 8:36 PM, KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> wrote: Reduce the usage of res_counter at the change of limit. Changelog v4 -> v5. - moved "feedback" alogrithm from res_counter to memcg. FWIW, I really thought it was much better having it in the generic res_counter. ... 20 Jun 2008 03:02