[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2023071039-puppet-wieldable-6db2@gregkh>
Date: Mon, 10 Jul 2023 07:43:51 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Daniel Díaz <daniel.diaz@...aro.org>
Cc: stable@...r.kernel.org, patches@...ts.linux.dev,
linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
jonathanh@...dia.com, f.fainelli@...il.com,
sudipm.mukherjee@...il.com, srw@...dewatkins.net, rwarsow@....de,
conor@...nel.org
Subject: Re: [PATCH 6.3 000/425] 6.3.13-rc2 review
On Sun, Jul 09, 2023 at 04:55:55PM -0600, Daniel Díaz wrote:
> Hello!
>
> On Sun, 9 Jul 2023 at 14:24, Greg Kroah-Hartman
> <gregkh@...uxfoundation.org> wrote:
> > This is the start of the stable review cycle for the 6.3.13 release.
> > There are 425 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Tue, 11 Jul 2023 20:22:29 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> > https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.3.13-rc2.gz
> > or in the git tree and branch at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.3.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> This introduces a warning:
> -----8<-----
> In file included from /builds/linux/block/genhd.c:28:
> /builds/linux/block/genhd.c: In function 'disk_release':
> /builds/linux/include/linux/blktrace_api.h:88:33: warning: statement
> with no effect [-Wunused-value]
> # define blk_trace_remove(q) (-ENOTTY)
> ^
> /builds/linux/block/genhd.c:1187:2: note: in expansion of macro
> 'blk_trace_remove'
> blk_trace_remove(disk->queue);
> ^~~~~~~~~~~~~~~~
> ----->8-----
>
> This is again with Arm 32-bits on omap1_defconfig.
>
> Bisection points to "block: fix blktrace debugfs entries leakage"
> (d8c9d0067dbd here, dd7de3704af9 upstream). Reverting this commit
> makes the warning go away.
Thanks, I've queued up a fix for this and will push out a -rc3.
greg k-h
Powered by blists - more mailing lists