[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c6c19838-dfa0-4e94-b7bd-1dd49449573b@oracle.com>
Date: Fri, 14 Feb 2025 13:23:23 +0530
From: Harshit Mogalapalli <harshit.m.mogalapalli@...cle.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, stable@...r.kernel.org
Cc: 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, hargar@...rosoft.com,
broonie@...nel.org, Darrick Wong <darrick.wong@...cle.com>
Subject: Re: [PATCH 6.12 000/422] 6.12.14-rc1 review
Hi,
On 13/02/25 19:52, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.12.14 release.
> There are 422 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.
I see these build failures:
fs/xfs/xfs_trans.c: In function '__xfs_trans_commit':
fs/xfs/xfs_trans.c:843:40: error: macro "xfs_trans_apply_dquot_deltas"
requires 2 arguments, but only 1 given
843 | xfs_trans_apply_dquot_deltas(tp);
| ^
In file included from fs/xfs/xfs_trans.c:15:
fs/xfs/xfs_quota.h:169:9: note: macro "xfs_trans_apply_dquot_deltas"
defined here
169 | #define xfs_trans_apply_dquot_deltas(tp, a)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
fs/xfs/xfs_trans.c:843:9: error: 'xfs_trans_apply_dquot_deltas'
undeclared (first use in this function); did you mean
'xfs_trans_apply_sb_deltas'?
843 | xfs_trans_apply_dquot_deltas(tp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| xfs_trans_apply_sb_deltas
fs/xfs/xfs_trans.c:843:9: note: each undeclared identifier is reported
only once for each function it appears in
make[4]: *** [scripts/Makefile.build:229: fs/xfs/xfs_trans.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:478: fs/xfs] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [scripts/Makefile.build:478: fs] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: ***
[/builddir/build/BUILD/kernel-6.12.14/linux-6.12.14-master.20250214.el9.rc1/Makefile:1937:
.] Error 2
make: *** [Makefile:224: __sub-make] Error 2
This commit: 91717e464c593 ("xfs: don't lose solo dquot update
transactions") in the 6.12.14-rc1 is causing this.
Thanks,
Harshit
Powered by blists - more mailing lists