+ afs-read-of-file-returns-ebadmsg.patch added to -mm tree

2012-03-13 Thread akpm
The patch titled Subject: afs: read of large file returns EBADMSG has been added to the -mm tree. Its filename is afs-read-of-file-returns-ebadmsg.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as wel

+ rapidio-tsi721-fix-bug-in-register-offset-definitions.patch added to -mm tree

2012-03-13 Thread akpm
The patch titled Subject: rapidio/tsi721: fix bug in register offset definitions has been added to the -mm tree. Its filename is rapidio-tsi721-fix-bug-in-register-offset-definitions.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer

[merged] drivers-platform-x86-acer-wmic-no-wifi-rfkill-on-lenovo-machines.patch removed from -mm tree

2012-03-14 Thread akpm
subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Ike Panhc Subject: drivers/platform/x86/acer-wmi.c: no wifi rfkill on Lenovo machines We have several reports which says acer-wmi is loaded on

+ afs-remote-abort-can-cause-bug-in-rxrpc-code.patch added to -mm tree

2012-03-14 Thread akpm
The patch titled Subject: afs: remote abort can cause BUG in rxrpc code has been added to the -mm tree. Its filename is afs-remote-abort-can-cause-bug-in-rxrpc-code.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable m

[patch 3/9] rapidio/tsi721: fix bug in register offset definitions

2012-03-15 Thread akpm
From: Alexandre Bounine Subject: rapidio/tsi721: fix bug in register offset definitions Fix indexed register offset definitions that use decimal (wrong) instead of hexadecimal (correct) notation for indexing multipliers. Incorrect definitions do not affect Tsi721 driver in its current default co

+ mm-thp-fix-pmd_bad-triggering-in-code-paths-holding-mmap_sem-read-mode.patch added to -mm tree

2012-03-15 Thread akpm
The patch titled Subject: mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode has been added to the -mm tree. Its filename is mm-thp-fix-pmd_bad-triggering-in-code-paths-holding-mmap_sem-read-mode.patch Before you just go and hit "reply", please: a) Consider

+ mm-thp-fix-pmd_bad-triggering-in-code-paths-holding-mmap_sem-read-mode-checkpatch-fixes.patch added to -mm tree

2012-03-15 Thread akpm
The patch titled Subject: mm-thp-fix-pmd_bad-triggering-in-code-paths-holding-mmap_sem-read-mode-checkpatch-fixes has been added to the -mm tree. Its filename is mm-thp-fix-pmd_bad-triggering-in-code-paths-holding-mmap_sem-read-mode-checkpatch-fixes.patch Before you just go and hit "

[merged] rapidio-tsi721-fix-bug-in-register-offset-definitions.patch removed from -mm tree

2012-03-16 Thread akpm
-mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Alexandre Bounine Subject: rapidio/tsi721: fix bug in register offset definitions Fix indexed register offset definitions that use decimal (wrong) instead of hexadecimal

+ nilfs2-fix-null-pointer-dereference-in-nilfs_load_super_block.patch added to -mm tree

2012-03-16 Thread akpm
The patch titled Subject: nilfs2: fix NULL pointer dereference in nilfs_load_super_block() has been added to the -mm tree. Its filename is nilfs2-fix-null-pointer-dereference-in-nilfs_load_super_block.patch Before you just go and hit "reply", please: a) Consider who else should be c

[patch 2/2] nilfs2: fix NULL pointer dereference in nilfs_load_super_block()

2012-03-16 Thread akpm
From: Ryusuke Konishi Subject: nilfs2: fix NULL pointer dereference in nilfs_load_super_block() According to the report from Slicky Devil, nilfs caused kernel oops at nilfs_load_super_block function during mount after he shrank the partition without resizing the filesystem: BUG: unable to handl

[merged] nilfs2-fix-null-pointer-dereference-in-nilfs_load_super_block.patch removed from -mm tree

2012-03-19 Thread akpm
tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Ryusuke Konishi Subject: nilfs2: fix NULL pointer dereference in nilfs_load_super_block() According to the report from Slicky Devil, nilfs caused kernel

[merged] afs-read-of-file-returns-ebadmsg.patch removed from -mm tree

2012-03-19 Thread akpm
://userweb.kernel.org/~akpm/mmotm/ -- From: Anton Blanchard Subject: afs: read of large file returns EBADMSG A read of a large file on an afs mount failed: # cat junk.file > /dev/null cat: junk.file: Bad message Looking at the trace, call->

[merged] afs-remote-abort-can-cause-bug-in-rxrpc-code.patch removed from -mm tree

2012-03-19 Thread akpm
found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Anton Blanchard Subject: afs: remote abort can cause BUG in rxrpc code When writing files to afs I sometimes hit a BUG: kernel BUG at fs/afs/rxrpc.c:179! With a backtrace of

[folded] mm-thp-fix-pmd_bad-triggering-in-code-paths-holding-mmap_sem-read-mode-checkpatch-fixes.patch removed from -mm tree

2012-03-21 Thread akpm
because it was folded into mm-thp-fix-pmd_bad-triggering-in-code-paths-holding-mmap_sem-read-mode.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Andrew Morton Subject: mm-thp-fix-pmd_bad-triggering

[patch 01/92] mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode

2012-03-21 Thread akpm
From: Andrea Arcangeli Subject: mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode In some cases it may happen that pmd_none_or_clear_bad() is called with the mmap_sem hold in read mode. In those cases the huge page faults can allocate hugepmds under pmd_none_or_clear_ba

[patch 34/92] mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem

2012-03-21 Thread akpm
From: Mel Gorman Subject: mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem Stuart Foster reported on https://bugzilla.kernel.org/show_bug.cgi?id=42578 that copying large amounts of data from NTFS caused an OOM kill on 32-bit X86 with 16G of memory. Andrew Mort

[patch 47/92] bootmem/sparsemem: remove limit constraint in alloc_bootmem_section

2012-03-21 Thread akpm
From: Nishanth Aravamudan Subject: bootmem/sparsemem: remove limit constraint in alloc_bootmem_section While testing AMS (Active Memory Sharing) / CMO (Cooperative Memory Overcommit) on powerpc, we tripped the following: kernel BUG at mm/bootmem.c:483! cpu 0x0: Vector: 700 (Program Check) at [c0

[merged] mm-thp-fix-pmd_bad-triggering-in-code-paths-holding-mmap_sem-read-mode.patch removed from -mm tree

2012-03-22 Thread akpm
mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Andrea Arcangeli Subject: mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode In some cases it may happen

[merged] bootmem-sparsemem-remove-limit-constraint-in-alloc_bootmem_section.patch removed from -mm tree

2012-03-22 Thread akpm
subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Nishanth Aravamudan Subject: bootmem/sparsemem: remove limit constraint in alloc_bootmem_section While testing AMS (Active Memory Sharing) / CMO

[merged] mm-vmscan-forcibly-scan-highmem-if-there-are-too-many-buffer_heads-pinning-highmem.patch removed from -mm tree

2012-03-22 Thread akpm
it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Mel Gorman Subject: mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem

[patch 141/142] proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().

2012-03-23 Thread akpm
From: Pravin B Shelar Subject: proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate(). The namespace cleanup path leaks a dentry which holds a reference count on a network namespace. Keeping that network namespace from being freed when the last user goes away. Leaving things

[merged] proc-ns-use-d_set_d_op-api-to-set-dentry-ops-in-proc_ns_instantiate.patch removed from -mm tree

2012-03-26 Thread akpm
mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Pravin B Shelar Subject: proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate(). The namespace cleanup path leaks a

- net-netfilter-nf_conntrack_netlinkc-fix-oops-on-container-destroy.patch removed from -mm tree

2012-03-27 Thread akpm
70e9942f17a6193e9172a804 The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Alex Bligh Subject: net/netfilter/nf_conntrack_netlink.c: fix Oops on container destroy Problem: A repeatable Oops can be caused if a container with

+ nohz-fix-idle-ticks-in-cpu-summary-line-of-proc-stat.patch added to -mm tree

2012-03-27 Thread akpm
The patch titled Subject: nohz: fix idle ticks in cpu summary line of /proc/stat has been added to the -mm tree. Its filename is nohz-fix-idle-ticks-in-cpu-summary-line-of-proc-stat.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer t

+ backlight-fix-typo-in-tosa_lcdc.patch added to -mm tree

2012-03-27 Thread akpm
The patch titled Subject: backlight: fix typo in tosa_lcd.c has been added to the -mm tree. Its filename is backlight-fix-typo-in-tosa_lcdc.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c)

[patch 35/35] backlight: fix typo in tosa_lcd.c

2012-03-28 Thread akpm
From: Masanari Iida Subject: backlight: fix typo in tosa_lcd.c Fix typo in drivers/video/backlight/tosa_lcd.c "tosa_lcd_reume" should be "tosa_lcd_resume". Signed-off-by: Masanari Iida Cc: Signed-off-by: Andrew Morton --- drivers/video/backlight/tosa_lcd.c |2 +- 1 file changed, 1 inser

[patch 1/3] vfs: increment iversion when a file is truncated

2012-03-28 Thread akpm
From: Dmitry Kasatkin Subject: vfs: increment iversion when a file is truncated When a file is truncated with truncate()/ftruncate() and then closed, iversion is not updated. This patch uses ATTR_SIZE flag as an indication to increment iversion. Mimi said: On fput(), i_version is used to detec

[merged] backlight-fix-typo-in-tosa_lcdc.patch removed from -mm tree

2012-03-29 Thread akpm
://userweb.kernel.org/~akpm/mmotm/ -- From: Masanari Iida Subject: backlight: fix typo in tosa_lcd.c Fix typo in drivers/video/backlight/tosa_lcd.c "tosa_lcd_reume" should be "tosa_lcd_resume". Signed-off-by: Masanari Iida Cc: Signed-o

+ aspm-fix-pcie-devices-with-non-pcie-children.patch added to -mm tree

2012-03-29 Thread akpm
The patch titled Subject: ASPM: fix pcie devices with non-pcie children has been added to the -mm tree. Its filename is aspm-fix-pcie-devices-with-non-pcie-children.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable m

[to-be-updated] nohz-fix-idle-ticks-in-cpu-summary-line-of-proc-stat.patch removed from -mm tree

2012-03-30 Thread akpm
be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Michal Hocko Subject: nohz: fix idle ticks in cpu summary line of /proc/stat Commit 09a1d34f8535ecf9 ("nohz: Make idle/iowait counter update conditional") introduced a bug in

[merged] aspm-fix-pcie-devices-with-non-pcie-children.patch removed from -mm tree

2012-04-03 Thread akpm
found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Matthew Garrett Subject: ASPM: fix pcie devices with non-pcie children Since 3.2.12 and 3.3, some systems are failing to boot with a BUG_ON. Some other systems using the pata_jmicron

+ umem-fix-up-unplugging.patch added to -mm tree

2012-04-04 Thread akpm
The patch titled Subject: umem: fix up unplugging has been added to the -mm tree. Its filename is umem-fix-up-unplugging.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the

+ sysctl-fix-write-access-to-dmesg_restrict-kptr_restrict.patch added to -mm tree

2012-04-06 Thread akpm
The patch titled Subject: sysctl: fix write access to dmesg_restrict/kptr_restrict has been added to the -mm tree. Its filename is sysctl-fix-write-access-to-dmesg_restrict-kptr_restrict.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Pre

+ drivers-rtc-rtc-pl031c-enable-clock-on-all-st-variants.patch added to -mm tree

2012-04-06 Thread akpm
The patch titled Subject: drivers/rtc/rtc-pl031.c: enable clock on all ST variants has been added to the -mm tree. Its filename is drivers-rtc-rtc-pl031c-enable-clock-on-all-st-variants.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Pref

+ cred-copy_process-should-clear-child-replacement_session_keyring.patch added to -mm tree

2012-04-10 Thread akpm
The patch titled Subject: cred: copy_process() should clear child->replacement_session_keyring has been added to the -mm tree. Its filename is cred-copy_process-should-clear-child-replacement_session_keyring.patch Before you just go and hit "reply", please: a) Consider who else sho

+ panic-fix-stack-dump-print-on-direct-call-to-panic.patch added to -mm tree

2012-04-10 Thread akpm
The patch titled Subject: panic: fix stack dump print on direct call to panic() has been added to the -mm tree. Its filename is panic-fix-stack-dump-print-on-direct-call-to-panic.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to c

[patch 11/14] hugetlb: fix race condition in hugetlb_fault()

2012-04-12 Thread akpm
From: Chris Metcalf Subject: hugetlb: fix race condition in hugetlb_fault() The race is as follows. Suppose a multi-threaded task forks a new process (on cpu A), thus bumping up the ref count on all the pages. While the fork is occurring (and thus we have marked all the PTEs as read-only), anot

[patch 14/14] panic: fix stack dump print on direct call to panic()

2012-04-12 Thread akpm
From: Jason Wessel Subject: panic: fix stack dump print on direct call to panic() Commit 6e6f0a1f0 ("panic: don't print redundant backtraces on oops") causes a regression where no stack trace will be printed at all for the case where kernel code calls panic() directly while not processing an oops

[patch 13/14] drivers/rtc/rtc-pl031.c: enable clock on all ST variants

2012-04-12 Thread akpm
From: "Linus Walleij" Subject: drivers/rtc/rtc-pl031.c: enable clock on all ST variants The ST variants of the PL031 all require bit 26 in the control register to be set before they work properly. Discovered this when testing on the Nomadik board where it would suprisingly just stand still. Sig

[merged] panic-fix-stack-dump-print-on-direct-call-to-panic.patch removed from -mm tree

2012-04-16 Thread akpm
tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Jason Wessel Subject: panic: fix stack dump print on direct call to panic() Commit 6e6f0a1f0 ("panic: don't print redundant backtraces on oops") causes a regr

[merged] cred-copy_process-should-clear-child-replacement_session_keyring.patch removed from -mm tree

2012-04-16 Thread akpm
r a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Oleg Nesterov Subject: cred: copy_process() should clear child->replacement_session_keyring keyctl_session_to_parent(task

[merged] sysctl-fix-write-access-to-dmesg_restrict-kptr_restrict.patch removed from -mm tree

2012-04-16 Thread akpm
current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Kees Cook Subject: sysctl: fix write access to dmesg_restrict/kptr_restrict Commit bfdc0b4 ("sysctl: restrict write access to dmesg_restrict") adds code t

[merged] drivers-rtc-rtc-pl031c-enable-clock-on-all-st-variants.patch removed from -mm tree

2012-04-16 Thread akpm
current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: "Linus Walleij" Subject: drivers/rtc/rtc-pl031.c: enable clock on all ST variants The ST variants of the PL031 all require bit 26 in the control register

[merged] hugetlb-fix-race-condition-in-hugetlb_fault.patch removed from -mm tree

2012-04-16 Thread akpm
found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Chris Metcalf Subject: hugetlb: fix race condition in hugetlb_fault() The race is as follows. Suppose a multi-threaded task forks a new process (on cpu A), thus bumping up the ref count on

+ mm-fix-s390-bug-by-__set_page_dirty_no_writeback-on-swap.patch added to -mm tree

2012-04-23 Thread akpm
The patch titled Subject: mm: fix s390 BUG by __set_page_dirty_no_writeback on swap has been added to the -mm tree. Its filename is mm-fix-s390-bug-by-__set_page_dirty_no_writeback-on-swap.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) P

+ drm-i915-fix-integer-overflow-in-i915_gem_execbuffer2.patch added to -mm tree

2012-04-23 Thread akpm
The patch titled Subject: drm/i915: fix integer overflow in i915_gem_execbuffer2() has been added to the -mm tree. Its filename is drm-i915-fix-integer-overflow-in-i915_gem_execbuffer2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefe

+ drm-i915-fix-integer-overflow-in-i915_gem_do_execbuffer.patch added to -mm tree

2012-04-23 Thread akpm
The patch titled Subject: drm/i915: fix integer overflow in i915_gem_do_execbuffer() has been added to the -mm tree. Its filename is drm-i915-fix-integer-overflow-in-i915_gem_do_execbuffer.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) P

[merged] mm-fix-s390-bug-by-__set_page_dirty_no_writeback-on-swap.patch removed from -mm tree

2012-04-24 Thread akpm
current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Hugh Dickins Subject: mm: fix s390 BUG by __set_page_dirty_no_writeback on swap Mel reports a BUG_ON(slot == NULL) in radix_tree_tag_set() on s390 3.0.13: called

+ mm-fork-fix-overflow-in-vma-length-when-copying-mmap-on-clone.patch added to -mm tree

2012-04-24 Thread akpm
The patch titled Subject: mm/fork: fix overflow in vma length when copying mmap on clone has been added to the -mm tree. Its filename is mm-fork-fix-overflow-in-vma-length-when-copying-mmap-on-clone.patch Before you just go and hit "reply", please: a) Consider who else should be cc'

+ drivers-scsi-atp870uc-fix-bad-use-of-udelay.patch added to -mm tree

2012-04-24 Thread akpm
The patch titled Subject: drivers/scsi/atp870u.c: fix bad use of udelay has been added to the -mm tree. Its filename is drivers-scsi-atp870uc-fix-bad-use-of-udelay.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable ma

[merged] drm-i915-fix-integer-overflow-in-i915_gem_execbuffer2.patch removed from -mm tree

2012-04-30 Thread akpm
current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Xi Wang Subject: drm/i915: fix integer overflow in i915_gem_execbuffer2() On 32-bit systems, a large args->buffer_count from userspace via ioctl may overflow

[merged] drm-i915-fix-integer-overflow-in-i915_gem_do_execbuffer.patch removed from -mm tree

2012-04-30 Thread akpm
current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Xi Wang Subject: drm/i915: fix integer overflow in i915_gem_do_execbuffer() On 32-bit systems, a large args->num_cliprects from userspace via ioctl may overflow

+ hugetlb-prevent-bug_on-in-hugetlb_fault-hugetlb_cow.patch added to -mm tree

2012-05-01 Thread akpm
The patch titled Subject: hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow() has been added to the -mm tree. Its filename is hugetlb-prevent-bug_on-in-hugetlb_fault-hugetlb_cow.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Pref

[patch 5/5] drivers/scsi/atp870u.c: fix bad use of udelay

2012-05-04 Thread akpm
From: Martin Michlmayr Subject: drivers/scsi/atp870u.c: fix bad use of udelay The ACARD driver calls udelay() with a value > 2000, which leads to to the following compilation error on ARM: ERROR: "__bad_udelay" [drivers/scsi/atp870u.ko] undefined! make[1]: *** [__modpost] Error 1 This is bec

[patch 1/5] vfs: increment iversion when a file is truncated

2012-05-04 Thread akpm
From: Dmitry Kasatkin Subject: vfs: increment iversion when a file is truncated When a file is truncated with truncate()/ftruncate() and then closed, iversion is not updated. This patch uses ATTR_SIZE flag as an indication to increment iversion. Mimi said: On fput(), i_version is used to detec

+ mm-nobootmem-fix-sign-extend-problem-in-__free_pages_memory.patch added to -mm tree

2012-05-07 Thread akpm
The patch titled Subject: mm: nobootmem: fix sign extend problem in __free_pages_memory() has been added to the -mm tree. Its filename is mm-nobootmem-fix-sign-extend-problem-in-__free_pages_memory.patch Before you just go and hit "reply", please: a) Consider who else should be cc'e

+ mm-filemap_xipc-fix-race-condition-in-xip_file_fault.patch added to -mm tree

2012-01-30 Thread akpm
The patch titled Subject: mm/filemap_xip.c: fix race condition in xip_file_fault() has been added to the -mm tree. Its filename is mm-filemap_xipc-fix-race-condition-in-xip_file_fault.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer

+ drivers-tty-vt-vt_ioctlc-fix-kdfontop-32bit-compatibility-layer.patch added to -mm tree

2012-01-30 Thread akpm
The patch titled Subject: drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer has been added to the -mm tree. Its filename is drivers-tty-vt-vt_ioctlc-fix-kdfontop-32bit-compatibility-layer.patch Before you just go and hit "reply", please: a) Consider who else should b

+ kprobes-fix-a-memory-leak-in-function-pre_handler_kretprobe.patch added to -mm tree

2012-01-30 Thread akpm
The patch titled Subject: kprobes: fix a memory leak in function pre_handler_kretprobe() has been added to the -mm tree. Its filename is kprobes-fix-a-memory-leak-in-function-pre_handler_kretprobe.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed

+ readahead-fix-pipeline-break-caused-by-block-plug.patch added to -mm tree

2012-01-31 Thread akpm
The patch titled Subject: readahead: fix pipeline break caused by block plug has been added to the -mm tree. Its filename is readahead-fix-pipeline-break-caused-by-block-plug.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a

+ mm-compaction-check-pfn_valid-when-entering-a-new-max_order_nr_pages-block-during-isolation-for-migration.patch added to -mm tree

2012-01-31 Thread akpm
The patch titled Subject: mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration has been added to the -mm tree. Its filename is mm-compaction-check-pfn_valid-when-entering-a-new-max_order_nr_pages-block-during-isolation-for-migrati

+ kprobes-fix-a-memory-leak-in-function-pre_handler_kretprobe-fix.patch added to -mm tree

2012-01-31 Thread akpm
The patch titled Subject: kprobes-fix-a-memory-leak-in-function-pre_handler_kretprobe-fix has been added to the -mm tree. Its filename is kprobes-fix-a-memory-leak-in-function-pre_handler_kretprobe-fix.patch Before you just go and hit "reply", please: a) Consider who else should be

[folded] kprobes-fix-a-memory-leak-in-function-pre_handler_kretprobe-fix.patch removed from -mm tree

2012-02-03 Thread akpm
-leak-in-function-pre_handler_kretprobe.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Andrew Morton Subject: kprobes-fix-a-memory-leak-in-function-pre_handler_kretprobe-fix use raw_spin_lock/unlock

[patch 09/14] mm/filemap_xip.c: fix race condition in xip_file_fault()

2012-02-03 Thread akpm
From: Carsten Otte Subject: mm/filemap_xip.c: fix race condition in xip_file_fault() Fix a race condition that shows in conjunction with xip_file_fault() when two threads of the same user process fault on the same memory page. In this case, the race winner will install the page table entry and t

[patch 12/14] kprobes: fix a memory leak in function pre_handler_kretprobe()

2012-02-03 Thread akpm
From: Jiang Liu Subject: kprobes: fix a memory leak in function pre_handler_kretprobe() In function pre_handler_kretprobe(), the allocated kretprobe_instance object will get leaked if the entry_handler callback returns non-zero. This may cause all the preallocated kretprobe_instance objects exha

[patch 13/14] readahead: fix pipeline break caused by block plug

2012-02-03 Thread akpm
From: Shaohua Li Subject: readahead: fix pipeline break caused by block plug Herbert Poetzl reported a performance regression since 2.6.39. The test is a simple dd read, but with big block size. The reason is: T1: ra (A, A+128k), (A+128k, A+256k) T2: lock_page for page A, submit the 256k T3: h

[patch 14/14] mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration

2012-02-03 Thread akpm
From: Mel Gorman Subject: mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration When isolating for migration, migration starts at the start of a zone which is not necessarily pageblock aligned. Further, it stops isolating when COMPACT_CLUSTE

[patch 11/14] drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer

2012-02-03 Thread akpm
From: Samuel Thibault Subject: drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer KDFONTOP(GET) currently fails with EIO when being run in a 32bit userland with a 64bit kernel if the font width is not 8. This is because of the setting of the KD_FONT_FLAG_OLD flag, which makes con_

[merged] mm-filemap_xipc-fix-race-condition-in-xip_file_fault.patch removed from -mm tree

2012-02-06 Thread akpm
current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Carsten Otte Subject: mm/filemap_xip.c: fix race condition in xip_file_fault() Fix a race condition that shows in conjunction with xip_file_fault() when two threads of

[merged] drivers-tty-vt-vt_ioctlc-fix-kdfontop-32bit-compatibility-layer.patch removed from -mm tree

2012-02-06 Thread akpm
subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Samuel Thibault Subject: drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer KDFONTOP(GET) currently fails with EIO when being run in a

[merged] kprobes-fix-a-memory-leak-in-function-pre_handler_kretprobe.patch removed from -mm tree

2012-02-06 Thread akpm
tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Jiang Liu Subject: kprobes: fix a memory leak in function pre_handler_kretprobe() In function pre_handler_kretprobe(), the allocated kretprobe_instance

[merged] readahead-fix-pipeline-break-caused-by-block-plug.patch removed from -mm tree

2012-02-06 Thread akpm
tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Shaohua Li Subject: readahead: fix pipeline break caused by block plug Herbert Poetzl reported a performance regression since 2.6.39. The test is a simple dd read, but with big

[merged] mm-compaction-check-pfn_valid-when-entering-a-new-max_order_nr_pages-block-during-isolation-for-migration.patch removed from -mm tree

2012-02-06 Thread akpm
-migration.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Mel Gorman Subject: mm: compaction: check pfn_valid when entering

+ mm-compaction-check-for-overlapping-nodes-during-isolation-for-migration.patch added to -mm tree

2012-02-06 Thread akpm
The patch titled Subject: mm: compaction: check for overlapping nodes during isolation for migration has been added to the -mm tree. Its filename is mm-compaction-check-for-overlapping-nodes-during-isolation-for-migration.patch Before you just go and hit "reply", please: a) Consid

[patch 5/5] pcmcia: fix socket refcount decrementing on each resume

2012-02-08 Thread akpm
From: Russell King Subject: pcmcia: fix socket refcount decrementing on each resume This fixes a memory-corrupting bug: not only does it cause the warning, but as a result of dropping the refcount to zero, it causes the pcmcia_socket0 device structure to be freed while it still has references, ca

[patch 2/5] mm: compaction: check for overlapping nodes during isolation for migration

2012-02-08 Thread akpm
From: Mel Gorman Subject: mm: compaction: check for overlapping nodes during isolation for migration When isolating pages for migration, migration starts at the start of a zone while the free scanner starts at the end of the zone. Migration avoids entering a new zone by never going beyond the f

[patch 4/5] mm: fix UP THP spin_is_locked BUGs

2012-02-08 Thread akpm
From: Hugh Dickins Subject: mm: fix UP THP spin_is_locked BUGs Fix CONFIG_TRANSPARENT_HUGEPAGE=y CONFIG_SMP=n CONFIG_DEBUG_VM=y CONFIG_DEBUG_SPINLOCK=n kernel: spin_is_locked() is then always false, and so triggers some BUGs in Transparent HugePage codepaths. asm-generic/bug.h mentions this prob

[merged] mm-compaction-check-for-overlapping-nodes-during-isolation-for-migration.patch removed from -mm tree

2012-02-09 Thread akpm
mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Mel Gorman Subject: mm: compaction: check for overlapping nodes during isolation for migration When isolating pages for migration

[merged] mm-fix-up-thp-spin_is_locked-bugs.patch removed from -mm tree

2012-02-09 Thread akpm
://userweb.kernel.org/~akpm/mmotm/ -- From: Hugh Dickins Subject: mm: fix UP THP spin_is_locked BUGs Fix CONFIG_TRANSPARENT_HUGEPAGE=y CONFIG_SMP=n CONFIG_DEBUG_VM=y CONFIG_DEBUG_SPINLOCK=n kernel: spin_is_locked() is then always false, and so triggers

[merged] pcmcia-fix-socket-refcount-decrementing-on-each-resume.patch removed from -mm tree

2012-02-09 Thread akpm
current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Russell King Subject: pcmcia: fix socket refcount decrementing on each resume This fixes a memory-corrupting bug: not only does it cause the warning, but as a result of

+ kernel-crash-out-of-memory-error-by-x-when-using-ntfs-file-system-on-external-usb-hard-drive.patch added to -mm tree

2012-02-14 Thread akpm
The patch titled mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem has been added to the -mm tree. Its filename is kernel-crash-out-of-memory-error-by-x-when-using-ntfs-file-system-on-external-usb-hard-drive.patch Before you just go and hit "reply",

+ mm-vmscan-forcibly-scan-highmem-if-there-are-too-many-buffer_heads-pinning-highmem.patch added to -mm tree

2012-02-14 Thread akpm
The patch titled Subject: mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem has been added to the -mm tree. Its filename is mm-vmscan-forcibly-scan-highmem-if-there-are-too-many-buffer_heads-pinning-highmem.patch Before you just go and hit "reply",

+ mm-vmscan-forcibly-scan-highmem-if-there-are-too-many-buffer_heads-pinning-highmem.patch added to -mm tree

2012-02-14 Thread akpm
The patch titled Subject: mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem has been added to the -mm tree. Its filename is mm-vmscan-forcibly-scan-highmem-if-there-are-too-many-buffer_heads-pinning-highmem.patch Before you just go and hit "reply",

+ kprobes-return-proper-error-code-from-register_kprobe.patch added to -mm tree

2012-02-15 Thread akpm
The patch titled Subject: kprobes: return proper error code from register_kprobe() has been added to the -mm tree. Its filename is kprobes-return-proper-error-code-from-register_kprobe.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefe

+ drivers-platform-x86-acer-wmic-no-wifi-rfkill-on-lenovo-machines.patch added to -mm tree

2012-02-21 Thread akpm
The patch titled Subject: drivers/platform/x86/acer-wmi.c: no wifi rfkill on Lenovo machines has been added to the -mm tree. Its filename is drivers-platform-x86-acer-wmic-no-wifi-rfkill-on-lenovo-machines.patch Before you just go and hit "reply", please: a) Consider who else should

+ bootmem-sparsemem-remove-limit-constraint-in-alloc_bootmem_section.patch added to -mm tree

2012-02-29 Thread akpm
The patch titled Subject: bootmem/sparsemem: remove limit constraint in alloc_bootmem_section has been added to the -mm tree. Its filename is bootmem-sparsemem-remove-limit-constraint-in-alloc_bootmem_section.patch Before you just go and hit "reply", please: a) Consider who else sh

+ mm-thp-fix-bug-on-mm-nr_ptes.patch added to -mm tree

2012-03-02 Thread akpm
The patch titled Subject: [PATCH] mm: thp: fix BUG on mm->nr_ptes has been added to the -mm tree. Its filename is mm-thp-fix-bug-on-mm-nr_ptes.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well

+ alpha-fix-32-64-bit-bug-in-futex-support.patch added to -mm tree

2012-03-02 Thread akpm
The patch titled Subject: alpha: fix 32/64-bit bug in futex support has been added to the -mm tree. Its filename is alpha-fix-32-64-bit-bug-in-futex-support.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing l

+ rapidio-tsi721-fix-bug-in-inbound-doorbell-handler.patch added to -mm tree

2012-03-05 Thread akpm
The patch titled Subject: rapidio/tsi721: fix bug in inbound doorbell handler has been added to the -mm tree. Its filename is rapidio-tsi721-fix-bug-in-inbound-doorbell-handler.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc

[patch 02/19] kprobes: return proper error code from register_kprobe()

2012-03-05 Thread akpm
From: Prashanth Nageshappa Subject: kprobes: return proper error code from register_kprobe() register_kprobe() aborts if the address of the new request falls in a prohibited area (such as ftrace pouch, __kprobes annotated functions, non-kernel text addresses, jump label text). We however don't r

[patch 16/19] alpha: fix 32/64-bit bug in futex support

2012-03-05 Thread akpm
From: Andrew Morton Subject: alpha: fix 32/64-bit bug in futex support Michael Cree said: : : I have noticed some user space problems (pulseaudio crashes in pthread : : code, glibc/nptl test suite failures, java compiler freezes on SMP alpha : : systems) that arise when using a 2.6.39 or later k

[patch 17/19] mm: thp: fix BUG on mm->nr_ptes

2012-03-05 Thread akpm
From: Andrea Arcangeli Subject: mm: thp: fix BUG on mm->nr_ptes Dave Jones reports a few Fedora users hitting the BUG_ON(mm->nr_ptes...) in exit_mmap() recently. Quoting Hugh's discovery and explanation of the SMP race condition: === mm->nr_ptes had unusual locking: down_read mmap_sem plus page

[patch 16/16] drivers/platform/x86/acer-wmi.c: no wifi rfkill on Lenovo machines

2012-03-05 Thread akpm
From: Ike Panhc Subject: drivers/platform/x86/acer-wmi.c: no wifi rfkill on Lenovo machines We have several reports which says acer-wmi is loaded on ideapads and register rfkill for wifi which can not be unblocked. Symptom is that wifi just doesn't work on these machines until the acer-wmi drive

[patch 19/19] rapidio/tsi721: fix queue wrapping bug in inbound doorbell handler

2012-03-05 Thread akpm
From: Alexandre Bounine Subject: rapidio/tsi721: fix queue wrapping bug in inbound doorbell handler Fix a bug that causes a kernel panic when the number of received doorbells is larger than number of entries in the inbound doorbell queue (current default value = 512). Another possible indication

[merged] kprobes-return-proper-error-code-from-register_kprobe.patch removed from -mm tree

2012-03-06 Thread akpm
current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Prashanth Nageshappa Subject: kprobes: return proper error code from register_kprobe() register_kprobe() aborts if the address of the new request falls in a prohibited

[merged] alpha-fix-32-64-bit-bug-in-futex-support.patch removed from -mm tree

2012-03-06 Thread akpm
http://userweb.kernel.org/~akpm/mmotm/ -- From: Andrew Morton Subject: alpha: fix 32/64-bit bug in futex support Michael Cree said: : : I have noticed some user space problems (pulseaudio crashes in pthread : : code, glibc/nptl test suite

[merged] mm-thp-fix-bug-on-mm-nr_ptes.patch removed from -mm tree

2012-03-06 Thread akpm
ttp://userweb.kernel.org/~akpm/mmotm/ -- From: Andrea Arcangeli Subject: mm: thp: fix BUG on mm->nr_ptes Dave Jones reports a few Fedora users hitting the BUG_ON(mm->nr_ptes...) in exit_mmap() recently. Quoting Hugh's discovery and explanation o

[merged] rapidio-tsi721-fix-bug-in-inbound-doorbell-handler.patch removed from -mm tree

2012-03-06 Thread akpm
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ -- From: Alexandre Bounine Subject: rapidio/tsi721: fix queue wrapping bug in inbound doorbell handler Fix a bug that causes a kernel panic when the number of received

+ mm-compaction-partially-revert-capture-of-suitable-high-order-page.patch added to -mm tree

2013-01-11 Thread akpm
The patch titled Subject: mm: compaction: partially revert capture of suitable high-order page has been added to the -mm tree. Its filename is mm-compaction-partially-revert-capture-of-suitable-high-order-page.patch Before you just go and hit "reply", please: a) Consider who else s

[patch 06/22] mm: compaction: fix echo 1 > compact_memory return error issue

2013-01-11 Thread akpm
From: Jason Liu Subject: mm: compaction: fix echo 1 > compact_memory return error issue when run the folloing command under shell, it will return error sh/$ echo 1 > /proc/sys/vm/compact_memory sh/$ sh: write error: Bad address After strace, I found the following log: ... write(1, "1\n", 2)

  1   2   3   4   5   6   7   8   9   10   >