[PATCH v2 0/7] wireless: Use macros from wireless.h
Move the STD_IW_HANDLER macro from orinoco to wireless.h Use the wireless.h macros in various wireless files Remove local #defines of IW_IOCTL Joe Perches (7): wireless.h: Add STD_IW_HANDLER macro net/wireless/wext_core.c: Use IW_IOCTL_IDX macro net/wireless/wext-core.c: Use IW_EVENT_IDX macro drivers/... 18 Mar 2010 02:40
[PATCH v2 7/7] 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 ad9f8d5..1a61099 1... 18 Mar 2010 02:40
[PATCH v2 3/7] 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 02:40
[PATCH v2 1/7] wireless.h: Add STD_IW_HANDLER macro
Copied from orinoco, initialize a iw_handler array entry Signed-off-by: Joe Perches <joe(a)perches.com> --- include/linux/wireless.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/wireless.h b/include/linux/wireless.h index 5b4c6c7..ad9f8d5 100644 --- a/include/linux/wi... 18 Mar 2010 02:40
[PATCH v2 6/7] orinoco/wext.c: Remove local #define STD_IW_HANDLER
It's been copied into wireless.h, so this one isn't necessary Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/wireless/orinoco/wext.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/orinoco/wext.c b/drivers/net/wireless/orinoco/wext.c index 31ca241..... 18 Mar 2010 02:40
percpu misaligned allocation
From: Frederic Weisbecker <fweisbec(a)gmail.com> Date: Thu, 18 Mar 2010 05:49:33 +0100 While using the lock events through perf in a sparc box, I can see the following message repeated many times: Kernel unaligned access at TPC[49357c] perf_trace_lock_acquire+0xb4/0x180 It actually hangs the box a... 24 Mar 2010 18:09
[BUG] percpu misaligned allocation
Hi, While using the lock events through perf in a sparc box, I can see the following message repeated many times: Kernel unaligned access at TPC[49357c] perf_trace_lock_acquire+0xb4/0x180 It actually hangs the box as the messages are sent to a serial console. When used with perf, the trace events use a pe... 18 Mar 2010 01:35
PROBLEM: 2.6.33-rt7 crash under KVM
Folks, I like to run an RT test kernel under KVM (I am aware of latency issues, this is just for development). The latest 2.6.33-rt7 kernel has been crashing on X startup occasionally. I didn't have anything listening to the virtual serial console before but now have minicom attached to the host pts, so the next... 18 Mar 2010 00:30
usbutils 0.87 release
Here's the 0.87 release of usbutils. There are some fixes for people having problems with the latest libusb version, minor code edits, and some new USB class logic. The whole changelog is below. The package can be downladed from kernel.org: http://www.kernel.org/pub/linux/utils/usb/usbutils/ We've switche... 17 Mar 2010 22:18
platform_bus: allow custom extensions to system PM methods
On Wed, Mar 17, 2010 at 04:18:15PM -0700, Kevin Hilman wrote: When runtime PM for platform_bus was added, it allowed for platforms to customize the runtime PM methods since they are defined as weak symbols. This patch allows platforms to also extend the system PM methods with custom hooks so runtime ... 18 Mar 2010 14:20