[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20230410205859.8dca31a8c0cd54484c60c07c@linux-foundation.org>
Date: Mon, 10 Apr 2023 20:58:59 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Peng Zhang <zhangpeng.00@...edance.com>
Cc: Matthew Wilcox <willy@...radead.org>, Liam.Howlett@...cle.com,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
maple-tree@...ts.infradead.org,
David Binderman <dcb314@...mail.com>, stable@...r.kernel.org
Subject: Re: [PATCH v2] maple_tree: Use correct variable type in sizeof
On Tue, 11 Apr 2023 11:49:56 +0800 Peng Zhang <zhangpeng.00@...edance.com> wrote:
> 在 2023/4/11 11:42, Matthew Wilcox 写道:
> > On Mon, Apr 10, 2023 at 08:29:35PM -0700, Andrew Morton wrote:
> >> On Tue, 11 Apr 2023 10:35:13 +0800 Peng Zhang <zhangpeng.00@...edance.com> wrote:
> >>
> >>> The type of variable pointed to by pivs is unsigned long, but the type
> >>> used in sizeof is a pointer type. Change it to unsigned long.
> >> Thanks, but there's nothing in this changelog which explains why a
> >> -stable backport is being proposed. When fixing a bug, please always
> >> describe the user-visible effects of that bug.
> > There is no user-visible effect of this bug as the assembly code
> > generated will be identical.
>
> Therefore, if this has always been the case, cc stable
> is also unnecessary.
I removed the cc:stable, added
This change has no runtime effect, as sizeof(ul) == sizeof(ul *).
and staged the patch for next merge window, thanks.
Powered by blists - more mailing lists