lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 16 Feb 2011 12:51:21 -0800
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	Michal Hocko <mhocko@...e.cz>, linux-mm@...ck.org,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: BUG: Bad page map in process udevd (anon_vma: (null)) in 2.6.38-rc4

On Wed, Feb 16, 2011 at 12:09 PM, Linus Torvalds
<torvalds@...ux-foundation.org> wrote:
>
> That said, neither 0x1e68 nor 0xe68 seems to be in the main vmlinux
> file. But I haven't checked modules yet.

There's no obvious clues in modules either. Sad. I was really hoping
for some "oh, there's a list_head at offset 0x1e68 of structure 'xyz',
that's obviously it".

So maybe it really is something like a pointer to some on-stack data,
and the 0x1e68 offset is just a random offset off the beginning of the
stack (it's in the right range). The stack is still one of the few
obvious 8kB allocations we have...

CONFIG_DEBUG_PAGEALLOC really should catch it in that case, though.

                            Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ