[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.22.394.2207131205590.112646@gentwo.de>
Date: Wed, 13 Jul 2022 12:07:39 +0200 (CEST)
From: Christoph Lameter <cl@...two.de>
To: Hyeonggon Yoo <42.hyeyoo@...il.com>
cc: Pekka Enberg <penberg@...nel.org>,
David Rientjes <rientjes@...gle.com>,
Joonsoo Kim <iamjoonsoo.kim@....com>,
Andrew Morton <akpm@...ux-foundation.org>,
Vlastimil Babka <vbabka@...e.cz>,
Roman Gushchin <roman.gushchin@...ux.dev>,
Joe Perches <joe@...ches.com>,
Vasily Averin <vasily.averin@...ux.dev>,
Matthew WilCox <willy@...radead.org>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
Marco Elver <elver@...gle.com>
Subject: Re: [PATCH 16/16] mm/sl[au]b: check if large object is valid in
__ksize()
On Wed, 13 Jul 2022, Hyeonggon Yoo wrote:
> > Why return 0 if there is an error and why bother the callers with these
> > checks. BUG()?
>
> I thought BUG should be used when there is no other solution.
Spurios returns of 0 that the caller has to check for is a solution?
> > I guess this is an error since the order-0 page cannot come from slab
> > allocations.
>
> comment in ksize() says:
> "The caller must guarantee that objp points to a valid object
> previously allocated with either kmalloc() or kmem_cache_alloc()."
>
> It should not be used on order-0 page that is not allocated from slab. No?
I guess we would need to check. Code could exist that does this.
Getting a 0 size would be surprising too here. BUG()? Or WARN() and return
PAGE_SIZE.
Powered by blists - more mailing lists