[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEUSe7_KV_+jLJzE4u4_DHUPbi8Z=ASh-=aKB_JQr4+pz_8GVw@mail.gmail.com>
Date: Sun, 9 Jul 2023 16:55:55 -0600
From: Daniel Díaz <daniel.diaz@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.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
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.
Greetings!
Daniel Díaz
daniel.diaz@...aro.org
Powered by blists - more mailing lists