[PATCH] Netfilter: Remove unused headers in net/ipv4/netfilter/nf_nat_h323.c
Remove unused headers in net/ipv4/netfilter/nf_nat_h323.c Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- net/ipv4/netfilter/nf_nat_h323.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/net/ipv4/netfilter/nf_nat_h323.c b/net/ipv4/netfilter/nf_nat_h323.c index ee47b... 18 Mar 2010 23:28
[PATCH] ntp: Remove tickadj
There are zero users of tickadj. So remove it. CC: Thomas Gleixner <tglx(a)linutronix.de> Signed-off-by: John Stultz <johnstul(a)us.ibm.com> --- include/linux/timex.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/linux/timex.h b/include/linux/timex.h index e2de51e..32d852f 1... 18 Mar 2010 23:28
[PATCH][GIT PULL][v2.6.34] ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte align
Ingo, This patch fixes a bug in the ring buffer that breaks 64bit boxes that can not write a long on a 4byte alignment. Please pull the latest tip/tracing/urgent tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/tracing/urgent Steven Rostedt (... 18 Mar 2010 23:28
[PATCH] Fix a typo in sound/pci/hda/hda_local.h
I think this should be automatic pin instead of ping. (but could be wrong). Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> --- sound/pci/hda/hda_local.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index 7cee364..7... 18 Mar 2010 23:28
tree/tiny rcu: Add debug RCU head option (v2)
On Thu, Mar 18, 2010 at 09:30:24PM -0400, Mathieu Desnoyers wrote: Poisoning the rcu_head callback list. Helps finding racy users of call_rcu(), which results in hangs because list entries are overwritten and/or skipped. A lot of non-initialized rcu list heads will be found with this option enabled.... 22 Mar 2010 13:04
[PATCH v3 8/9] orinoco/wext.c: Remove local #define STD_IW_HANDLER
Use IW_HANDLER from wireless.h instead Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/wireless/orinoco/wext.c | 94 +++++++++++++++++------------------ 1 files changed, 46 insertions(+), 48 deletions(-) diff --git a/drivers/net/wireless/orinoco/wext.c b/drivers/net/wireless/orinoco/wext.c ind... 18 Mar 2010 22:21
[PATCH v3 6/9] drivers/net/wireless: Use IW_HANDLER macro
Convert direct uses of [ (foo - SIOCIWFIRST) , fn) Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/wireless/ray_cs.c | 40 ++++++++++++++-------------- drivers/net/wireless/wl3501_cs.c | 52 +++++++++++++++++++------------------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --g... 18 Mar 2010 22:21
[PATCH v3 2/9] wireless.h: Use SIOCIWFIRST not SIOCSIWCOMMIT for range check
These two #defines use the same value, but SIOCIWFIRST makes more sense in this use. Signed-off-by: Joe Perches <joe(a)perches.com> --- include/linux/wireless.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/wireless.h b/include/linux/wireless.h index 0955b67..e6827ee 1... 18 Mar 2010 22:21
[PATCH v3 5/9] net/wireless/wext-core.c: Use IW_EVENT_IDX macro
There's a wireless.h macro for this, might as well use it. Signed-off-by: Joe Perches <joe(a)perches.com> --- net/wireless/wext-core.c | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/net/wireless/wext-core.c b/net/wireless/wext-core.c index dbde22b..bfcbeee 100644... 18 Mar 2010 22:21
[KORG] Availability of SSL on kernel.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Afternoon Everyone, I would like to go ahead and announce the general availability of SSL support for a number of the services on kernel.org! This should help provide an additional level of security, in particular for our dynamic content like the wiki's, patchwork... 19 Mar 2010 15:30