Dear Catalin
On Thu, Jul 15, 2010 at 4:58 PM, Catalin Marinas
<catalin.marinas@xxxxxxx> wrote:
On Wed, 2010-07-14 at 10:55 +0100, Pekka Enberg wrote:Catalin Marinas wrote:I'll post an updated patch since I missed a callback. I've been testingOn Wed, 2010-07-14 at 09:27 +0100, Zeno Davatz wrote:Makes sense.On Wed, Jul 14, 2010 at 10:05 AM, Pekka Enberg <penberg@xxxxxxxxxxxxxx> wrote:It looks like NO_BOOTMEM is enabled. You can try the attached patch (IOn Wed, Jul 14, 2010 at 9:12 AM, Zeno Davatz <zdavatz@xxxxxxxxx> wrote:Sure, see attached files.I am attaching you the file from /sys/kernel/debug/kmemleakZeno, can you post your dmesg and .config, please?
need to post it again on the list).
kmemleak: Add support for NO_BOOTMEM configurations
From: Catalin Marinas <catalin.marinas@xxxxxxx>
With commits 08677214 and 59be5a8e, alloc_bootmem()/free_bootmem() and
friends use the early_res functions for memory management when
NO_BOOTMEM is enabled. This patch adds the kmemleak calls in the
corresponding code paths for bootmem allocations.
Signed-off-by: Catalin Marinas <catalin.marinas@xxxxxxx>
Cc: Yinghai Lu <yinghai@xxxxxxxxxx>
Cc: H. Peter Anvin <hpa@xxxxxxxxx>
Acked-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
it since yesterday and seems ok.
I also did not have anymore hangs and random bad moods of my CPUs that
all of a sudden grab 100% of all 8 cores of my CPU power across my
machine since I disabled
CONFIG_NO_BOOTMEM: