[PATCH v2] ARM: mm: fix reporting of read-only PMD bits (no replies)
On non-LPAE, read-only PMD bits are defined with the combination "PMD_SECT_APX | PMD_SECT_AP_WRITE". Adjusted the bit masks to correctly detect this. Signed-off-by: Kees Cook...
View Article[PATCH v2] ARM: mm: report both sections from PMD (no replies)
On 2-level page table systems, the PMD has 2 section entries. Report these, otherwise ARM_PTDUMP will miss reporting permission changes on odd section boundaries. Signed-off-by: Kees Cook...
View Article[PATCH 1/2] memcg: reparent charges of children before processing parent (1...
From: Filipe Brandenburger <filbranden@google.com> Sometimes the cleanup after memcg hierarchy testing gets stuck in mem_cgroup_reparent_charges(), unable to bring non-kmem usage down to 0....
View Article[GIT PULL v2] liblockdep fixes for v3.14 (no replies)
The following changes since commit 65370bdf881e20907e7a53abab9b8c0bc5f60a6b: Merge branch 'linus' into core/locking (2014-02-02 09:43:20 +0100) are available in the git repository at:...
View Article[PATCH] x86: iosf_mbi: Provide dummy functions if CONFIG_IOSF_MBI not set (no...
From: "David E. Box" <david.e.box@linux.intel.com> Add iosf_mbi_available function for loadable modules. Add dummy functions to prevent symbol lookup errors on loadable modules. Clarify that the...
View ArticleG20 Global Award (no replies)
Date: 12 February, 2014. Our Ref: G20/CT02-14 We are pleased to inform you that your e-mail address have been selected by the G20 Group International to receive her 2014 award prize of $3,500,000.00....
View Article[PATCH] MAINTAINERS: Add Broadcom GPIO maintainer (no replies)
List myself as maintainer for Broadcom's Kona GPIO driver. Signed-off-by: Markus Mayer <markus.mayer@linaro.org> --- Does that look like a reasonable way to make this change? I added the entry...
View Article[PATCH] regulator: gpio-regulator: fix forgotten gpios-states reading (no...
From: Heiko Stuebner <heiko.stuebner@bqreaders.com> Commit 934624d6e9f0 ("regulator: gpio-regulator: do not open-code counting and access of dt array elements") forgot to convert the recently...
View Article[PATCH] usbnet: remove generic hard_header_len check (no replies)
This patch removes a generic hard_header_len check from the usbnet module that is causing dropped packages under certain circumstances for devices that send rx packets that cross urb boundaries. One...
View Article[PATCH net,v3] hyperv: Fix the carrier status setting (1 reply)
Without this patch, the "cat /sys/class/net/ethN/operstate" shows "unknown", and "ethtool ethN" shows "Link detected: yes", when VM boots up with or without vNIC connected. This patch fixed the...
View Article[PATCH 1/2] memcg: fix endless loop in __mem_cgroup_iter_next (1 reply)
Commit 0eef615665ed ("memcg: fix css reference leak and endless loop in mem_cgroup_iter") got the interaction with the commit a few before it d8ad30559715 ("mm/memcg: iteration skip memcgs not yet...
View Article[PATCH -tip RESEND 0/2] ftrace: Introduce the new I/F "nr_saved_cmdlines" (2...
Hi Steven, This patch set introduces the new I/F "nr_saved_cmdlines" for increasing the number of saved cmdlines. Current saved_cmdlines can store just 128 command names and PIDs, but process names...
View Article[PATCH] kernel/resource.c: fix sparse non static symbol warning (1 reply)
From f8e0752ac80e56bcbfe197a5820692d199822b52 Mon Sep 17 00:00:00 2001 From: Daeseok Youn <daeseok.youn@gmail.com> Date: Thu, 13 Feb 2014 10:11:39 +0900 Subject: [PATCH] kernel/resource.c: fix...
View Articlelinux-next: build failure after merge of the wireless-next tree (1 reply)
Hi John, After merging the wireless-next tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/staging/rtl8821ae/rc.c:289:2: error: unknown field 'module' specified in...
View Article[PATCH] ext4: address a benign compiler warning (3 replies)
When !defined(CONFIG_EXT4_DEBUG), mb_debug() should be defined as an empty do-while statement so as to suppress the following compiler warning: fs/ext4/mballoc.c: In function ‘ext4_mb_cleanup_pa’:...
View Article[PATCH 1/2] mm/vmscan: restore sc->gfp_mask after promoting it to...
We promote sc->gfp_mask to __GFP_HIGHMEM to forcibly scan highmem if there are too many buffer_heads pinning highmem. see: cc715d99e5 This patch restores sc->gfp_mask to its caller original...
View Article[PATCH 2/2] mm/vmscan: not check compaction_ready on promoted zones (no replies)
We abort direct reclaim if find the zone is ready for compaction. Sometimes the zone is just a promoted highmem zone to force scan pinning highmem, which is not the intended zone the caller want to...
View Article[PATCH] swapoff tmpfs radix_tree: remember to rcu_read_unlock (no replies)
Running fsx on tmpfs with concurrent memhog-swapoff-swapon, lots of BUG: sleeping function called from invalid context at kernel/fork.c:606 in_atomic(): 0, irqs_disabled(): 0, pid: 1394, name: swapoff...
View Article[PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me (9 replies)
PCI: rcar: Recent driver patches from Ben Dooks and me [PATCH 01/08] PCI: rcar: check platform_get_irq() return code [PATCH v2 02/08] PCI: rcar: add error interrupt handling [PATCH 03/08] PCI: rcar:...
View Article[PATCH v1 1/2] clocksource: mct: remove request_irq from...
exynos4_local_timer_setup called on the secondary cpu before irqs are enabled. request_irq can sleep, which produces next warning: BUG: sleeping function called from invalid context at mm/slub.c:965...
View Article