[PATCH 1/2] vsprintf: Recursive vsnprintf: Add "%pV", struct va_format
Add the ability to print a format and va_list from a structure pointer Allows __dev_printk to be implemented as a single printk while minimizing string space duplication. %pV should not be used without some mechanism to verify the format and argument use ala __attribute__(format (printf(...))). Signed-off-by... 4 Mar 2010 02:20
[PATCH] memcg: update mainteiner list
Updates for maintainer list of memcg. I'd like to add Nishimura-san to maintainer of memcg, he works really well. And I'm sorry that I've not seen Pavel on memcg discussion for a year. == From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Nishimura-san have been working for memcg very good. His review and... 4 Mar 2010 01:16
[PATCH] intel_txt: fix section warning messages from tboot when "allyesconfig" is set on i386
This patch is to fix the warning messages related to tboot when "allyesconfig" is set on i386. Signed-off-by: Shane Wang <shane.wang(a)intel.com> arch/x86/kernel/tboot.c | 90 ++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 50 deletions(-) diff -r d5d64753146c arch/x86/kernel/tboot.c... 4 Mar 2010 01:16
[PATCH 2/2] Init: Fix some coding styles in init/main.c
Fix some coding styles in init/main.c Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- init/main.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/init/main.c b/init/main.c index 4cb47a1..d187382 100644 --- a/init/main.c +++ b/init/main.c @@ -738,9 +738,8 @@ int... 4 Mar 2010 01:16
[PATCH 1/2] Security: Fix some coding styles in security/keys/keyring.c
Fix some coding styles in security/keys/keyring.c Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- security/keys/keyring.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/security/keys/keyring.c b/security/keys/keyring.c index 8ec0274..d77a7ef 100644 --- a/secu... 4 Mar 2010 01:16
linux-next: manual merge of the fsnotify tree with the vfs tree
Hi Eric, Today's linux-next merge of the fsnotify tree got a conflict in include/linux/fsnotify.h between commit cccc6bba3f771ef29b33e4f79e70ebc3dba245b0 ("Lose the first argument of audit_inode_child()") from the vfs tree and commits a65c9effb4c7b86d032b5188ddbd0e2e583cb81b ("inotify: remove inotify in kernel ... 4 Mar 2010 00:11
[PATCH v2] mISDN: Explicitly ignore unused return value of _hfcpci_softirq
From: Ian Munsie <imunsie(a)au.ibm.com> The compiler throws the following warning during compilation: drivers/isdn/hardware/mISDN/hfcpci.c:2319: warning: ignoring return value of 'driver_for_each_device', declared with attribute warn_unused_result driver_for_each_device is being used to call _hfcpci_softirq for ... 4 Mar 2010 00:11
[PATCH 09/14] blackfin: Convert blackfin to use read/update_persistent_clock
This patch converts the blackfin architecture to use the generic read_persistent_clock and update_persistent_clock interfaces, reducing the amount of arch specific code we have to maintain, and allowing for further cleanups in the future. I have not built or tested this patch, so help from arch maintainers would be ... 3 Mar 2010 23:06
[PATCH 04/14] parisc: Convert parisc to use read/update_persistent_clock
This patch converts the parisc architecture to use the generic read_persistent_clock and update_persistent_clock interfaces, reducing the amount of arch specific code we have to maintain, and allowing for further cleanups in the future. I have not built or tested this patch, so help from arch maintainers would be ap... 3 Mar 2010 23:06
[PATCH -tip v2 2/2] x86: Issue at least one memory barrier in stop_machine_text_poke().
Fix stop_machine_text_poke() to issue smp_mb() before exiting waiting loop, and use cpu_relax() for waiting. Changes in v2: - Don't use ACCESS_ONCE(). Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Acked-by: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Jason ... 3 Mar 2010 23:05