linux-next: build failure after merge of the tip tree
Hi all, After merging the tip tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: ERROR: ".perf_arch_fetch_caller_regs" [fs/xfs/xfs.ko] undefined! ERROR: ".perf_arch_fetch_caller_regs" [arch/powerpc/platforms/cell/spufs/spufs.ko] undefined! Caused by commit 5331d7b84613b8325362dde53dc2... 11 Mar 2010 23:34
Rejected: Delivery failed
Your message to mpearson(a)cs.waikato.ac.nz was rejected because it has an apparently executable attachment "letter.bat". Please read http://www.scms.waikato.ac.nz/help/mail/policy.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org M... 11 Mar 2010 22:27
[PATCH][v9 5/6] x86/xen: The entrance for PV extension of HVM
xen_guest_init() would setup the environment. Signed-off-by: Sheng Yang <sheng(a)linux.intel.com> --- arch/x86/include/asm/xen/hypervisor.h | 6 ++++++ arch/x86/kernel/setup.c | 4 ++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/xen/hypervisor.h b/ar... 11 Mar 2010 22:27
[PATCH][v9 3/6] xen: Make pv drivers only work with xen_pv_domain()
Otherwise they would still try to enable with HVM domain type. Signed-off-by: Sheng Yang <sheng(a)linux.intel.com> --- drivers/block/xen-blkfront.c | 2 +- drivers/input/xen-kbdfront.c | 2 +- drivers/net/xen-netfront.c | 2 +- drivers/video/xen-fbfront.c | 2 +- drivers/xen/g... 11 Mar 2010 22:27
[PATCH] XEN: Make handle_vcpu_hotplug_event() to check the sscanf() return value
It seems handle_vcpu_hotplug_event() not check the sscanf() return value. Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- drivers/xen/cpu_hotplug.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/xen/cpu_hotplug.c b/drivers/xen/cpu_hotplug.c index 14e2d99... 11 Mar 2010 22:27
[PATCH 1/1] perf: add support for arch-dependent symbolic event names to "perf stat"
On Thu, Mar 11, 2010 at 01:46:08PM +0100, Ingo Molnar wrote: * Corey Ashford <cjashfor(a)linux.vnet.ibm.com> wrote: On 3/3/2010 6:30 PM, Corey Ashford wrote: For your review, this patch adds support for arch-dependent symbolic event names to the "perf stat" tool, and could be expanded to other... 11 Mar 2010 22:27
cfg80211 conversion of all drivers
Staging developers, if you would like to get your hands wet with some 802.11 work, there are some 802.11 drivers which need conversion to cfg80211. The list is here: http://wireless.kernel.org/en/developers/todo-list/cfg80211-conversion Takers are greatly appreciated. Thanks, Luis -- To unsubscribe fr... 12 Mar 2010 03:56
cfg80211: HT40 fix for APs with odd country IEs for 2.6.33.y
On Thu, Mar 11, 2010 at 5:00 PM, Luis R. Rodriguez <lrodriguez(a)atheros.com> wrote: Just a heads up to distribution maintainers, 2.6.33 has an issue with disabling HT40 channels if you connect to an AP that has an odd country IE. Specifically if your AP sends out country IEs as follows: [1-1] [2-2]... 11 Mar 2010 20:13
[FYI] cfg80211: cfg80211: fix suspend/resume case when world roaming
Just a heads up to distribution maintainers, for 2.6.33 has an issue with suspend and resume and world roaming when you move from one AP with one set of regulatory settings to another. The issue happens when for example if a user from JP travels to the US and connects to an AP which disables channel 13, they suspen... 11 Mar 2010 20:13
[FYI] cfg80211: HT40 fix for APs with odd country IEs for 2.6.33.y
Just a heads up to distribution maintainers, 2.6.33 has an issue with disabling HT40 channels if you connect to an AP that has an odd country IE. Specifically if your AP sends out country IEs as follows: [1-1] [2-2] [3-3] [4-4] [5-5] [6-6] [7-7] [8-8] [9-9] [10-10] [11-11] instead of like this: [1... 11 Mar 2010 20:13