[PATCH] x86,perf: fix comments in p4 pmu definitions
Reported-by: Cyrill Gorcunov <gorcunov(a)openvz.org> Signed-off-by: Lin Ming <ming.m.lin(a)intel.com> --- arch/x86/include/asm/perf_event_p4.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/x86/include/asm/perf_event_p4.h b/arch/x86/include/asm/perf_event_p4.h index b47b9e9..b84... 16 Mar 2010 00:06
[PATCH 2/2] Staging: wlan-ng: rework after feedback
From: Edgardo Hames <ehames(a)gmail.com> This patch includes the feedback received from Richard Kennedy. Signed-off-by: Edgardo Hames <ehames(a)gmail.com> --- drivers/staging/wlan-ng/hfa384x_usb.c | 19 ++++++++----------- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/drivers/staging/wlan-ng... 16 Mar 2010 00:06
[PATCH] KVM MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1
The RSV bit is possibility set in error code when #PF occurred only if CR4.PSE=1 or CR4.PAE=1 Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 741373e..3... 16 Mar 2010 00:06
ISDN: Add PCI ID for HFC-2S/4S Beronet Card PCIe
From: Karsten Keil <keil(a)b1-systems.de> Date: Tue, 16 Mar 2010 02:08:57 +0100 Is here some plan to cleanup drivers for -next and remove IDs from pci_ids.h, or should it not changed for old entries ? Leave things as they are for existing ones. -- To unsubscribe from this list: send the line "unsubscribe l... 16 Mar 2010 00:06
swiotlb: support NOT_COHERENT_CACHE PowerPC platforms
On Fri, 12 Mar 2010 20:12:39 +0100 Albert Herranz <albert_herranz(a)yahoo.es> wrote: The current SWIOTLB code does not support NOT_COHERENT_CACHE platforms. This patch adds support for NOT_COHERENT_CACHE platforms to SWIOTLB by adding two platform specific functions swiotlb_dma_sync_page() and swiotlb_dma_... 16 Mar 2010 02:26
[PATCH 1/3] vfs: O_* bit numbers uniqueness check
The O_* bit numbers are defined in 20+ arch/*, and can silently overlap. Add a compile time check to ensure the uniqueness as suggested by David Miller. Cc: David Miller <davem(a)davemloft.net> Cc: Stephen Rothwell <sfr(a)canb.auug.org.au> Cc: Al Viro <viro(a)zeniv.linux.org.uk> Cc: Christoph Hellwig <hch(a)infradead.o... 15 Mar 2010 21:50
[PATCH 0/3] O_* bit numbers uniqueness check patches (V2)
Andrew, Please take these 3 patches. They are against todays's mmotm. Sorry for the confusion! Note that the FMODE_EXEC change is moved as the last one, so that when removing FMODE_EXEC from the O_* namespace, the commit can be simply reverted. Thanks, Fengguang -- To unsubscribe from this list: send... 15 Mar 2010 21:50
[PATCH 2/3] vfs: O_* bit numbers uniqueness check fix
Follow the comment by Andreas: It's non-obvious why there are 18 flags listed here, but the hweight is only 17? Presumably this is because O_RDONLY has value 0, but that should at least be listed in a comment, or the test could be written more explicitly, like: BUILD_BUG_ON(18 - 1 /* for O_RDONLY bein... 15 Mar 2010 21:50
[PATCH 2/3] vfs: O_* bit numbers uniqueness check fix
Follow the comment by Eric: Until the FMODE_ and O_ bits do not overload I think we need to check FMODE_EXEC and FMODE_NONOTIFY (if you have that one) inside fcntl_init() as well. I guess I'll send a patch to someone ?Al? to add FMODE_EXEC to the list.... CC: Eric Paris <eparis(a)redhat.com> Signed-off-by:... 15 Mar 2010 21:50
[PATCH 1/3] vfs: O_* bit numbers uniqueness check
The O_* bit numbers are defined in 20+ arch/*, and can silently overlap. Add a compile time check to ensure the uniqueness as suggested by David Miller. Cc: David Miller <davem(a)davemloft.net> Cc: Stephen Rothwell <sfr(a)canb.auug.org.au> Cc: Al Viro <viro(a)zeniv.linux.org.uk> Cc: Christoph Hellwig <hch(a)infradead.o... 15 Mar 2010 21:50