[PATCH] staging: brcm80211: add include file for using semaphore related definitions

2010-11-22 Thread Arend van Spriel
Source wl_iw.c uses semaphore definitions and as such should include . Signed-off-by: Arend van Spriel --- drivers/staging/brcm80211/brcmfmac/wl_iw.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/brcm80211/brcmfmac/wl_iw.c b/drivers/staging/brcm80211/b

Re: [PATCH 1/3] decnet: Move to staging

2010-11-22 Thread David Miller
From: Stephen Hemminger Date: Mon, 22 Nov 2010 20:31:31 -0800 > On Tue, 23 Nov 2010 03:51:53 + > Ben Hutchings wrote: > >> Recent review has revealed several bugs in obscure protocol >> implementations that can be exploited by local users for denial of >> service or privilege escalation. >>

Re: [PATCH 3/3] x25: Move to staging

2010-11-22 Thread Andrew Hendry
There are users of linux X.25 for production environments, please don't.. It works well enough, there have been some X.25 over TCP bits of code floating around the Internet and mailing lists. There is an x25 loopback device on sourceforge using tuntap which I have been using to test slowly removing

Re: [PATCH 2/3] econet: Move to staging

2010-11-22 Thread Stephen Hemminger
On Tue, 23 Nov 2010 03:52:28 + Ben Hutchings wrote: > Recent review has revealed several bugs in obscure protocol > implementations that can be exploited by local users for denial of > service or privilege escalation. > > The econet protocol (PF_ECONET) is unmaintained. There appear to be >

Re: [PATCH 3/3] x25: Move to staging

2010-11-22 Thread Stephen Hemminger
On Tue, 23 Nov 2010 03:55:28 + Ben Hutchings wrote: > Recent review has revealed several bugs in obscure protocol > implementations that can be exploited by local users for denial of > service or privilege escalation. > > The x25 protocol (PF_X25) receives only 'odd fixes'. There appear to

Re: [PATCH 1/3] decnet: Move to staging

2010-11-22 Thread Stephen Hemminger
On Tue, 23 Nov 2010 03:51:53 + Ben Hutchings wrote: > Recent review has revealed several bugs in obscure protocol > implementations that can be exploited by local users for denial of > service or privilege escalation. > > The decnet protocol (PF_DECnet) is unmaintained. Since 2.6.12-rc2 the

[PATCH 3/3] x25: Move to staging

2010-11-22 Thread Ben Hutchings
Recent review has revealed several bugs in obscure protocol implementations that can be exploited by local users for denial of service or privilege escalation. The x25 protocol (PF_X25) receives only 'odd fixes'. There appear to be no published applications for it, and it has never progressed bey

[PATCH 2/3] econet: Move to staging

2010-11-22 Thread Ben Hutchings
Recent review has revealed several bugs in obscure protocol implementations that can be exploited by local users for denial of service or privilege escalation. The econet protocol (PF_ECONET) is unmaintained. There appear to be no published applications for it, and it has never progressed beyond

[PATCH 1/3] decnet: Move to staging

2010-11-22 Thread Ben Hutchings
Recent review has revealed several bugs in obscure protocol implementations that can be exploited by local users for denial of service or privilege escalation. The decnet protocol (PF_DECnet) is unmaintained. Since 2.6.12-rc2 the only changes appear to be adjustments for net API changes and fixes

[PATCH] staging: brcm80211: OSL shrink: Remove OSL_PCI_READ/WRITE_CONFIG

2010-11-22 Thread Brett Rudley
Replace OSL layer PCI READ/WRITE macros with native calls. Signed-off-by: Brett Rudley --- drivers/staging/brcm80211/include/linux_osl.h |9 --- drivers/staging/brcm80211/include/siutils.h |2 +- drivers/staging/brcm80211/util/aiutils.c |6 +- drivers/staging/brcm802

[PATCH 3/3]: An implementation of HyperV KVP functionality

2010-11-22 Thread Ky Srinivasan
An implementation of key/value pair feature (KVP) for Linux on HyperV. In this version of the patch I have addressed all the comments I have received to date. I have also included the code for the user-level daemon here for your reference. Signed-off-by: K. Y. Srinivasan From: K. Y. Sriniva

[PATCH 2/3]: An Implementation of HyperV KVP functionality

2010-11-22 Thread Ky Srinivasan
The hv_utils module will be composed of more than one file; rename hv_utils.c to accommodate this without changing the module name. Signed-off-by: K. Y. Srinivasan From: K. Y. Srinivasan Subject: The hv_utils module will be composed of more than one file; rename hv_utils.c to accommodate this

[PATCH 1/3]: An implementation of HyperV KVP functionality

2010-11-22 Thread Ky Srinivasan
From: K. Y. Srinivasan Subject: Reserve a connector index for implementing HyperV Key Value Pair (KVP) functionality. Signed-off-by: K. Y. Srinivasan Index: linux.trees.git/include/linux/connector.h === --- linux.trees.git.orig/inc