(none)
Your Email ID has been awarded 1,000,000,00 GBP in the Tobacco New Year Promo send your details. Names.... Address.... Tel.... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majord... 9 Feb 2010 06:11
[PATCH 07/13] net: ax25: use seq_hlist_foo() helpers
Simplify seq_file code. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- net/ax25/af_ax25.c | 18 +++--------------- net/ax25/ax25_uid.c | 25 ++++--------------------- 2 files changed, 7 insertions(+), 36 deletions(-) diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index 5588ba6..a5beedf 100644 ... 9 Feb 2010 05:05
[PATCH 11/13] net: irda: use seq_list_foo() helpers
Simplify seq_file code. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- net/irda/irlan/irlan_common.c | 28 ++++------------------------ 1 files changed, 4 insertions(+), 24 deletions(-) diff --git a/net/irda/irlan/irlan_common.c b/net/irda/irlan/irlan_common.c index 315ead3..98911c4 100644 --- a/net/ir... 9 Feb 2010 05:05
[PATCH 00/13] net: simplify seq_file code, revised
This patchset introduces seq_hlist_foo() helpers, and convert net/* to seq_hlist_foo() and seq_list_foo(). Changelog: - Add kerneldoc in patch 1/13 - Fix compile warning in patch 11/13 - Fix a bug in patch 12/13 --- fs/seq_file.c | 60 ++++++++++++++++++++- include/linux/seq_file.h ... 9 Feb 2010 05:05
of/gpio: Introduce of_put_gpio(), add ref counting for OF GPIO chips
Anton Vorontsov wrote: OF GPIO infrastructure is using dynamic GPIO bases, so it is possible that of_get_gpio()'s returned GPIO number will be no longer valid, or worse, it may point to an unexpected GPIO controller. I am not able to apply this last patch. $ git-am < \[PATCH\ 3_3\]\ of_gpio\:\ Introduce\... 15 Feb 2010 16:37
[PATCH 04/13] net: rose: use seq_hlist_foo() helpers
Simplify seq_file code. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- net/rose/af_rose.c | 22 +++------------------- 1 files changed, 3 insertions(+), 19 deletions(-) diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c index 8feb9e5..e90b9b6 100644 --- a/net/rose/af_rose.c +++ b/net/rose/af_rose.c ... 9 Feb 2010 05:05
[PATCH 02/13] net: add a wrapper sk_entry()
Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- include/net/sock.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/net/sock.h b/include/net/sock.h index 3f1a480..c8d4000 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -317,6 +317,11 @@ struct sock { /* ... 9 Feb 2010 05:05
[v11 PATCH 2/9]: cpuidle: cleanup drivers/cpuidle/cpuidle.c
* Arun R Bharadwaj <arun(a)linux.vnet.ibm.com> [2010-02-09 13:58:16]: This patch cleans up drivers/cpuidle/cpuidle.c Earlier cpuidle assumed pm_idle as the default idle loop. Break that assumption and make it more generic. cpuidle_idle_call() which is the main idle loop of cpuidle is to be called by architectures w... 9 Feb 2010 04:00
drivers/net: Correct NULL test
From: Julia Lawall <julia(a)diku.dk> Date: Sat, 6 Feb 2010 09:44:15 +0100 (CET) From: Julia Lawall <julia(a)diku.dk> Test the value that was just allocated rather than the previously tested one. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.... 9 Feb 2010 01:50
MAINTAINERS: networking drivers - Add git net-next tree
From: Joe Perches <joe(a)perches.com> Date: Sat, 06 Feb 2010 12:43:55 -0800 During the rc period, patches that are not bugfixes should be done using the net-next tree. Signed-off-by: Joe Perches <joe(a)perches.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kern... 9 Feb 2010 01:50