[PATCH 4/6] ncpfs: BKL ioctl pushdown
Convert ncp_ioctl to an unlocked_ioctl and push down the bkl into it. Signed-off-by: John Kacur <jkacur(a)redhat.com> --- fs/ncpfs/dir.c | 2 +- fs/ncpfs/file.c | 2 +- fs/ncpfs/ioctl.c | 27 ++++++++++++++++----------- include/linux/ncp_fs.h | 2 +- 4 files changed, 19 insertion... 5 May 2010 10:25
fix count_vm_event preempt in memory compaction direct reclaim
On Wed, May 05, 2010 at 02:19:08PM +0200, Andrea Arcangeli wrote: On Tue, Apr 20, 2010 at 10:01:14PM +0100, Mel Gorman wrote: + if (page) { + __count_vm_event(COMPACTSUCCESS); + return page; == From: Andrea Arcangeli <aarcange(a)redhat.com> Preempt is enabled so it must use count_v... 5 May 2010 12:38
KVM MMU: fix for forgot mark parent->unsync_children bit
Avi Kivity wrote: On 05/05/2010 03:19 PM, Xiao Guangrong wrote: When mapping a new parent to unsync shadow page, we should mark parent's unsync_children bit Reported-by: Marcelo Tosatti<mtosatti(a)redhat.com> Signed-off-by: Xiao Guangrong<xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm... 5 May 2010 09:19
[PATCH 1/2] KVM MMU: fix for forgot mark parent->unsync_children bit
When mapping a new parent to unsync shadow page, we should mark parent's unsync_children bit Reported-by: Marcelo Tosatti <mtosatti(a)redhat.com> Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/... 5 May 2010 09:19
[PATCH] fix count_vm_event preempt in memory compaction direct reclaim
On Tue, Apr 20, 2010 at 10:01:14PM +0100, Mel Gorman wrote: + if (page) { + __count_vm_event(COMPACTSUCCESS); + return page; == From: Andrea Arcangeli <aarcange(a)redhat.com> Preempt is enabled so it must use count_vm_event. Signed-off-by: Andrea Arcangeli <aarcange(a)redhat.com> --- diff --git ... 5 May 2010 09:19
mtd: nand: Extend MLC support
On Tue, 2010-05-04 at 20:58 -0700, Kevin Cernekee wrote: Part 1/2 is an improved version of my previous submission. Additional checks were added to ensure that certain "5-byte" Micron and Samsung parts are not falsely detected as having 6-byte IDs. I also rolled in the 256B NAND_MAX_OOBSIZE change. ... 5 May 2010 09:19
staging/cxt1e1: Convert bare printks to pr_<level>
Am Montag 03 Mai 2010 21:33:16 schrieb Joe Perches: Added #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt A few line splits for long arguments A couple of embedded function names converted to "%s", __func__ Removed some uses of THIS_MODULE->name Signed-off-by: Joe Perches <joe(a)perches.com> Hi, I app... 5 May 2010 09:19
PPC64 2.6.34-rc6 warning - Is this expected ?
Hi, I built 2.6.34-rc6 with the attached Fedora Config file (config-2.6.33.1-19.fc13.ppc64) on my P5 Fedora Box and got the following warning. Is the following expected ? CALL arch/powerpc/relocs_check.pl Building modules, stage 2. WARNING: 4 bad relocations c00000000007216e R_PPC64_ADDR16_HIGHEST __ksym... 7 May 2010 02:24
mtd: nand_base: Extend NAND flash detection to new MLC chips
On Mon, 2010-05-03 at 17:46 -0700, Kevin Cernekee wrote: Some of the newer MLC devices have a 6-byte ID sequence in which several field definitions differ from older chips in a manner that is not backward compatible. For instance: Samsung K9GAG08U0M (5-byte sequence): ec d5 14 b6 74 4th byte, bits 1... 5 May 2010 08:13
mtd: Increase NAND_MAX_OOBSIZE from 128 to 256
On Mon, 2010-05-03 at 21:20 -0700, Kevin Cernekee wrote: NAND_MAX_OOBSIZE needs to be increased to support newer parts with 218 or 224 byte spare areas. Tested with Samsung K9GAG08U0D. Signed-off-by: Kevin Cernekee <cernekee(a)gmail.com> Pushed to l2-mtd-2.6 / master -- Best Regards, Artem Bityutsk... 5 May 2010 08:13