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, rwarsow@gmx.de, conor@kernel.org,
hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
sr@sladewatkins.com, Alan Maguire <alan.maguire@oracle.com>
Subject: Re: [PATCH 6.12 000/562] 6.12.58-rc2 review
Date: Thu, 13 Nov 2025 08:22:14 -0500 [thread overview]
Message-ID: <2025111355-confound-anyplace-6719@gregkh> (raw)
In-Reply-To: <5b13fb12-66ac-4502-a93b-d79692cc7b81@oracle.com>
On Thu, Nov 13, 2025 at 03:48:53PM +0530, Harshit Mogalapalli wrote:
> Hi Greg,
>
> On 11/11/25 06:54, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.12.58 release.
> > There are 562 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 Thu, 13 Nov 2025 01:22:51 +0000.
> > Anything received after that time might be too late.
>
> link.c: In function ‘is_x86_ibt_enabled’:
> link.c:288:37: error: array type has incomplete element type ‘struct
> kernel_config_option’
> 288 | struct kernel_config_option options[] = {
> | ^~~~~~~
> In file included from /u01/hamogala/stable_rc_testing/linux-stable-rc/tools/include/linux/kernel.h:8,
> from main.h:14,
> from link.c:17:
> /u01/hamogala/stable_rc_testing/linux-stable-rc/tools/include/linux/build_bug.h:16:51:
> error: bit-field ‘<anonymous>’ width not an integer constant
> 16 | #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e));
> })))
> | ^
> /u01/hamogala/stable_rc_testing/linux-stable-rc/tools/include/linux/compiler-gcc.h:26:33:
> note: in expansion of macro ‘BUILD_BUG_ON_ZERO’
> 26 | #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a),
> &(a)[0]))
> | ^~~~~~~~~~~~~~~~~
> /u01/hamogala/stable_rc_testing/linux-stable-rc/tools/include/linux/kernel.h:103:59:
> note: in expansion of macro ‘__must_be_array’
> 103 | #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) +
> __must_be_array(arr))
> | ^~~~~~~~~~~~~~~
> link.c:291:22: note: in expansion of macro ‘ARRAY_SIZE’
> 291 | char *values[ARRAY_SIZE(options)] = { };
> | ^~~~~~~~~~
> link.c:294:13: warning: implicit declaration of function
> ‘read_kernel_config’ [-Wimplicit-function-declaration]
> 294 | if (read_kernel_config(options, ARRAY_SIZE(options), values,
> NULL))
> | ^~~~~~~~~~~~~~~~~~
> In file included from /u01/hamogala/stable_rc_testing/linux-stable-rc/tools/include/linux/kernel.h:8,
> from main.h:14,
> from link.c:17:
> /u01/hamogala/stable_rc_testing/linux-stable-rc/tools/include/linux/build_bug.h:16:51:
> error: bit-field ‘<anonymous>’ width not an integer constant
> 16 | #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e));
> })))
> | ^
> /u01/hamogala/stable_rc_testing/linux-stable-rc/tools/include/linux/compiler-gcc.h:26:33:
> note: in expansion of macro ‘BUILD_BUG_ON_ZERO’
> 26 | #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a),
> &(a)[0]))
> | ^~~~~~~~~~~~~~~~~
> /u01/hamogala/stable_rc_testing/linux-stable-rc/tools/include/linux/kernel.h:103:59:
> note: in expansion of macro ‘__must_be_array’
> 103 | #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) +
> __must_be_array(arr))
> | ^~~~~~~~~~~~~~~
> link.c:294:41: note: in expansion of macro ‘ARRAY_SIZE’
> 294 | if (read_kernel_config(options, ARRAY_SIZE(options), values,
> NULL))
> | ^~~~~~~~~~
> link.c:291:15: warning: unused variable ‘values’ [-Wunused-variable]
> 291 | char *values[ARRAY_SIZE(options)] = { };
> | ^~~~~~
> link.c:288:37: warning: unused variable ‘options’ [-Wunused-variable]
> 288 | struct kernel_config_option options[] = {
> | ^~~~~~~
> make: *** [Makefile:249: link.o] Error 1
> make: *** Waiting for unfinished jobs....
>
>
> I see this with bpftool build.
>
> let us drop this commit ?
>
> commit: c8271196124a ("bpftool: Add CET-aware symbol matching for x86_64
> architectures")
>
Already dropped.
thanks,
greg k-h
next prev parent reply other threads:[~2025-11-13 13:22 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-11 1:24 [PATCH 6.12 000/562] 6.12.58-rc2 review Greg Kroah-Hartman
2025-11-11 8:46 ` Pavel Machek
2025-11-11 12:29 ` Brett A C Sheffield
2025-11-11 13:30 ` Slade Watkins
2025-11-11 13:31 ` Jon Hunter
2025-11-11 13:35 ` Ron Economos
2025-11-11 17:10 ` Naresh Kamboju
2025-11-11 18:15 ` Peter Schneider
2025-11-11 18:21 ` Mark Brown
2025-11-11 23:28 ` Shuah Khan
2025-11-12 12:28 ` Miguel Ojeda
2025-11-12 15:00 ` Brett Mastbergen
2025-11-12 18:34 ` Dileep malepu
2025-11-12 20:27 ` Florian Fainelli
2025-11-13 9:09 ` Pavel Machek
2025-11-13 9:19 ` [btrfs] " Pavel Machek
2025-11-13 10:18 ` Harshit Mogalapalli
2025-11-13 13:22 ` Greg Kroah-Hartman [this message]
2025-11-13 18:34 ` Harshit Mogalapalli
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=2025111355-confound-anyplace-6719@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=achill@achill.org \
--cc=akpm@linux-foundation.org \
--cc=alan.maguire@oracle.com \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--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=sr@sladewatkins.com \
--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;
as well as URLs for NNTP newsgroup(s).