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>] [day] [month] [year] [list]
Date:	Mon, 3 Mar 2008 12:06:54 +0900
From:	"minchan Kim" <barrioskmc@...il.com>
To:	"Lee Schermerhorn" <Lee.Schermerhorn@...com>
Cc:	"Rik van Riel" <riel@...hat.com>, linux-kernel@...r.kernel.org,
	"KOSAKI Motohiro" <kosaki.motohiro@...fujitsu.com>,
	linux-mm@...ck.org
Subject: Re: [patch 12/21] No Reclaim LRU Infrastructure

Sorry, I sended HTML format, so fail to send linux-kernel@...r.kernel.org
I will resend in TEXT/PLAIN format.

On Mon, Mar 3, 2008 at 12:04 PM, minchan Kim <barrioskmc@...il.com> wrote:
> One more thing.
>
> zoneinfo_show_print fail to show right information.
> That's why 'enum zone_stat_item' and 'vmstat_text' index didn't matched.
> This is a problem about CONFIG_NORECLAIM, too.
>
>
>
>
>
> On Fri, Feb 29, 2008 at 11:48 PM, Lee Schermerhorn <Lee.Schermerhorn@...com> wrote:
>
> >
> >
> >
> > On Fri, 2008-02-29 at 13:58 +0900, minchan Kim wrote:
> > >
> > >         +#ifdef CONFIG_NORECLAIM
> > >         +static inline void lru_cache_add_noreclaim(struct page *page)
> > >         +{
> > >         +       __lru_cache_add(page, LRU_NORECLAIM);
> > >         +}
> > >         +#else
> > >         +static inline void lru_cache_add_noreclaim(struct page *page)
> > >         +{
> > >         +       BUG("Noreclaim not configured, but page added
> > >         anyway?!");
> > >         +}
> > >         +#endif
> > >         +
> > >
> > > BUG() can't take a argument.
> >
> > Right.  I don't have a clue how that got there :-(.
> >
> > Thanks,
> > Lee
> >
> >
>
>
>
> --
> Thanks,
> barrios



-- 
Thanks,
barrios
--
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