From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
patches@kernelci.org, lkft-triage@lists.linaro.org,
pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
conor@kernel.org, hargar@microsoft.com, broonie@kernel.org,
Darrick Wong <darrick.wong@oracle.com>
Subject: Re: [PATCH 6.12 000/422] 6.12.14-rc1 review
Date: Fri, 14 Feb 2025 09:20:37 +0100 [thread overview]
Message-ID: <2025021418-provoke-trilogy-2d6e@gregkh> (raw)
In-Reply-To: <c6c19838-dfa0-4e94-b7bd-1dd49449573b@oracle.com>
On Fri, Feb 14, 2025 at 01:23:23PM +0530, Harshit Mogalapalli wrote:
> 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.
Odd, I am guessing that you do not have CONFIG_XFS_QUOTA enabled?
thanks,
greg k-h
next prev parent reply other threads:[~2025-02-14 8:20 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-13 14:22 [PATCH 6.12 000/422] 6.12.14-rc1 review Greg Kroah-Hartman
2025-02-13 14:22 ` [PATCH 6.12 005/422] arm64/mm: Ensure adequate HUGE_MAX_HSTATE Greg Kroah-Hartman
2025-02-13 18:43 ` [PATCH 6.12 000/422] 6.12.14-rc1 review SeongJae Park
2025-02-13 19:47 ` Florian Fainelli
2025-02-13 23:59 ` Mark Brown
2025-02-14 0:57 ` [PATCH 6.12 000/583] " Hardik Garg
2025-02-14 1:55 ` [PATCH 6.12 000/422] " Peter Schneider
2025-02-14 6:16 ` Ron Economos
2025-02-14 7:53 ` Harshit Mogalapalli
2025-02-14 8:20 ` Greg Kroah-Hartman [this message]
2025-02-14 9:54 ` Harshit Mogalapalli
2025-02-14 13:36 ` Greg Kroah-Hartman
2025-02-14 8:46 ` Naresh Kamboju
2025-02-14 12:29 ` Naresh Kamboju
2025-02-14 13:36 ` Greg Kroah-Hartman
2025-02-14 9:45 ` Jon Hunter
2025-02-14 9:46 ` Jon Hunter
2025-02-14 15:33 ` Justin Forbes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2025021418-provoke-trilogy-2d6e@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=darrick.wong@oracle.com \
--cc=f.fainelli@gmail.com \
--cc=hargar@microsoft.com \
--cc=harshit.m.mogalapalli@oracle.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox