[PATCH 0/4] zswap bugfix: memory leaks and other problem (no replies)
This patch series fix a few bugs in zswap based on Linux-3.11-rc6. Corresponding mail thread see: lkml.org/lkml/2013/8/18/59 . These issues fixed are: 1. memory leaks when re-swapon 2. potential...
View ArticleRe (no replies)
I have a project worth 5.2m Dollars to transact with you. Reply email: barr.salee@outlook.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to...
View Article[PATCH v2 6/7] mm/hwpoison: drop forward reference declarations...
Drop forward reference declarations __soft_offline_page. Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com> ---...
View Article[PATCH v2 3/7] mm/hwpoison: fix race against poison thp (no replies)
v1 -> v2: * unpoison thp fail There is a race between hwpoison page and unpoison page, memory_failure set the page hwpoison and increase num_poisoned_pages without hold page lock, and one page...
View Article[PATCH v2 5/7] mm/hwpoison: don't set migration type twice to avoid hold...
v1 -> v2: * add more explanation in patch description. Set pageblock migration type will hold zone->lock which is heavy contended in system to avoid race. However, soft offline page will set...
View Article[PATCH v2 4/7] mm/hwpoison: replacing atomic_long_sub() with...
Repalce atomic_long_sub() with atomic_long_dec() since the page is normal page instead of hugetlbfs page or thp. Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com> --- mm/memory-failure.c | 2...
View Article[PATCH v2 7/7] mm/hwpoison: add '#' to madvise_hwpoison (no replies)
Add '#' to madvise_hwpoison. Before patch: [ 95.892866] Injecting memory failure for page 19d0 at b7786000 [ 95.893151] MCE 0x19d0: non LRU page recovery: Ignored After patch: [ 95.892866] Injecting...
View Article[PATCH v2 1/7] mm/hwpoison: fix lose PG_dirty flag for errors on mlocked...
memory_failure() store the page flag of the error page before doing unmap, and (only) if the first check with page flags at the time decided the error page is unknown, it do the second check with the...
View Article[git pull] drm fixes (no replies)
Hi Linus, Ben was on holidays for a week so a few nouveau regression fixes backed up, but they all seem necessary, otherwise one i915 and one gma500 fix. Dave. The following changes since commit...
View Article[PATCH 1/4] zswap bugfix: memory leaks when re-swapon (no replies)
zswap_tree is not freed when swapoff, and it got re-kzalloc in swapon, memory leak occurs. Add check statement in zswap_frontswap_init so that zswap_tree is inited only once. --- mm/zswap.c | 5 +++++...
View Article[Patch v2 3/3] s390/kprobes: add support for pc-relative long displacement...
With the general-instruction extension facility (z10) a couple of instructions with a pc-relative long displacement were introduced. The kprobes support for these instructions however was never...
View Article[Patch v2 1/3] kprobes: unify insn caches (no replies)
The two insn caches (insn, and optinsn) each have an own mutex and alloc/free functions (get_[opt]insn_slot() / free_[opt]insn_slot()). Since there is the need for yet another insn cache which...
View Article[PATCH v2 0/3] kprobes: add new dma insn slot cache for s390 (1 reply)
The current kpropes insn caches allocate memory areas for insn slots with module_alloc(). The assumption is that the kernel image and module area are both within the same +/- 2GB memory area. This...
View Article[PATCH 2/4] zswap: use GFP_NOIO instead of GFP_KERNEL (no replies)
avoid zswap store and reclaim functions called recursively. --- mm/zswap.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mm/zswap.c b/mm/zswap.c index 1cf1c07..5f97f4f...
View Article[PATCH] ARM: imx6q: Add pll4_audio_div to clock tree (no replies)
There's a pll4_audio_div clock, an extra divider for pll4, missing in current clock tree, thus add it. Signed-off-by: Nicolin Chen <b42378@freescale.com> ---...
View Article[PATCH 13/15] MEI: convert bus code to use dev_groups (1 reply)
The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the MEI bus code to use the correct field. Cc: Tomas Winkler <tomas.winkler@intel.com>...
View Article[PATCH 14/15] pmu_bus: convert bus code to use dev_groups (no replies)
The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the pmu bus code to use the correct field. Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>...
View Article[PATCH 09/15] PCI: convert bus code to use drv_groups (no replies)
The drv_attrs field of struct bus_type is going away soon, drv_groups should be used instead. This converts the PCI bus code to use the correct field. Cc: Bjorn Helgaas <bhelgaas@google.com>...
View Article[PATCH 15/15] workqueue: convert bus code to use dev_groups (2 replies)
The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the workqueue bus code to use the correct field. Cc: Tejun Heo <tj@kernel.org>...
View Article[PATCH 10/15] USB: serial: convert bus code to use drv_groups (no replies)
The drv_attrs field of struct bus_type is going away soon, drv_groups should be used instead. This converts the USB serial bus code to use the correct field. Signed-off-by: Greg Kroah-Hartman...
View Article