Hello! On Sun, 9 Jul 2023 at 14:24, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxx