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:	Sat, 8 Mar 2008 14:41:21 +0900
From:	KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To:	KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
Cc:	Andi Kleen <andi@...stfloor.org>, linux-kernel@...r.kernel.org,
	linux-mm@...ck.org
Subject: Re: [PATCH] [6/13] Core maskable allocator

On Sat, 8 Mar 2008 14:03:34 +0900
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com> wrote:

> On Fri,  7 Mar 2008 10:07:16 +0100 (CET)
> Andi Kleen <andi@...stfloor.org> wrote:
> 
> > +static int __init setup_maskzone(char *s)
> > +{
> > +	do {
> > +		if (isdigit(*s)) {
> > +			mask_zone_size = memparse(s, &s);
> > +		} else if (!strncmp(s, "force", 5)) {
> > +			force_mask = 1;
> > +			s += 5;
> > +		} else
> > +			return -EINVAL;
> > +		if (*s == ',')
> > +			++s;
> > +	} while (*s);
> > +	return 0;
> > +}
> > +early_param("maskzone", setup_maskzone);
> 
> please confirm mask_zone_size is aligned to MAX_ORDER.
> 
Sorry, please ignore above comment :(

Thanks,
-Kame

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