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] [day] [month] [year] [list]
Date:	Thu, 31 Jan 2008 10:53:55 -0800
From:	Yinghai Lu <Yinghai.Lu@....COM>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	Andi Kleen <ak@...e.de>, Christoph Lameter <clameter@....com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/4] print out node_data addr and bootmap_start addr

On Thursday 31 January 2008 05:09:19 am Ingo Molnar wrote:
> 
> * Yinghai Lu <Yinghai.Lu@....COM> wrote:
> 
> > [PATCH 1/4] print out node_data addr and bootmap_start addr
> 
> thanks, applied.
> 
> >  	nodedata_phys = __pa(node_data[nodeid]);
> > +	printk(KERN_INFO "  NODE_DATA [%016lx - %016lx]\n", nodedata_phys,
> > +		nodedata_phys + pgdat_size - 1);
> 
> > +	printk(KERN_INFO "  bootmap [%016lx -  %016lx] pages %lx\n",
> > +		 bootmap_start, bootmap_start + bootmap_size - 1,
> > +		 bootmap_pages);
> 
> did this help you find the bootmap alignment bug crash?

yes.

YH
--
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