From: Peter Schneider <pschneider1968@googlemail.com>
To: Greg KH <gregkh@linuxfoundation.org>,
Wentao Guan <guanwentao@uniontech.com>
Cc: achill@achill.org, akpm@linux-foundation.org, broonie@kernel.org,
conor@kernel.org, f.fainelli@gmail.com, hargar@microsoft.com,
jonathanh@nvidia.com, linux-kernel@vger.kernel.org,
linux@roeck-us.net, lkft-triage@lists.linaro.org,
patches@kernelci.org, patches@lists.linux.dev,
pavel@nabladev.com, rwarsow@gmx.de, shuah@kernel.org,
sr@sladewatkins.com, stable@vger.kernel.org,
sudipm.mukherjee@gmail.com, torvalds@linux-foundation.org
Subject: Re: [PATCH 6.12 000/144] 6.12.90-rc1 review
Date: Sat, 16 May 2026 19:11:44 +0200 [thread overview]
Message-ID: <a56911f8-9c02-464e-b61c-0d565a5dbd43@googlemail.com> (raw)
In-Reply-To: <2026051658-affront-uplifting-095b@gregkh>
Am 16.05.2026 um 12:09 schrieb Greg KH:
> On Sat, May 16, 2026 at 03:07:14AM +0800, Wentao Guan wrote:
>> Build failed, you can drop the commit to build ok, same as 6.18.30-rc1:
>> git revert 14d9ce90cf4855d638ecbcdb0c208a144d6f991b..
>> Revert "sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolation"
>>
>> Tested-by: Wentao Guan <guanwentao@uniontech.com>
>>
>> BRs
>> Wentao Guan
>>
>> defconfigs:
>> https://gist.github.com/opsiff/a840ae9e3d6857f5b7bacb9cdc49f8e9
>>
>> Log:
>> In file included from kernel/sched/build_policy.c:63:
>> kernel/sched/ext.c: In function ‘scx_ops_enable’:
>> kernel/sched/ext.c:5524:34: error: ‘HK_TYPE_DOMAIN_BOOT’ undeclared (first use in this function); did you mean ‘HK_TYPE_DOMAIN’?
>> 5524 | if (housekeeping_enabled(HK_TYPE_DOMAIN_BOOT)) {
>> | ^~~~~~~~~~~~~~~~~~~
>> | HK_TYPE_DOMAIN
>>
>> missed HK_TYPE_DOMAIN_BOOT is introduced in this commit:
>>
>> commit 4fca0e550d506e1c95504c2d9247bc92bf621bf6
>> Author: Frederic Weisbecker <frederic@kernel.org>
>> Date: Mon May 26 13:06:21 2025 +0200
>>
>> sched/isolation: Save boot defined domain flags
>>
>> HK_TYPE_DOMAIN will soon integrate not only boot defined isolcpus= CPUs
>> but also cpuset isolated partitions.
>>
>> Housekeeping still needs a way to record what was initially passed
>> to isolcpus= in order to keep these CPUs isolated after a cpuset
>> isolated partition is modified or destroyed while containing some of
>> them.
>>
>> Create a new HK_TYPE_DOMAIN_BOOT to keep track of those.
>>
>> Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
>> Reviewed-by: Phil Auld <pauld@redhat.com>
>> Reviewed-by: Waiman Long <longman@redhat.com>
>> Cc: Ingo Molnar <mingo@redhat.com>
>> Cc: Marco Crivellari <marco.crivellari@suse.com>
>> Cc: Michal Hocko <mhocko@suse.com>
>> Cc: Peter Zijlstra <peterz@infradead.org>
>> Cc: Tejun Heo <tj@kernel.org>
>> Cc: Thomas Gleixner <tglx@linutronix.de>
>> Cc: Vlastimil Babka <vbabka@suse.cz>
>> Cc: Waiman Long <longman@redhat.com>
>>
>
> Also dropped from here, thanks. My fault, I should have only backported
> this to 7.0.y as the commit itself said to.
>
> greg k-h
Now I really wonder why I didn't hit this build error with that patch included in 6.12.90-rc1...
Because I hit it in 6.18.32-rc!
Let me check my .config ...
Beste Grüße,
Peter Schneider
--
Climb the mountain not to plant your flag, but to embrace the challenge,
enjoy the air and behold the view. Climb it so you can see the world,
not so the world can see you. -- David McCullough Jr.
OpenPGP: 0xA3828BD796CCE11A8CADE8866E3A92C92C3FF244
Download: https://www.peters-netzplatz.de/download/pschneider1968_pub.asc
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@googlemail.com
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@gmail.com
next prev parent reply other threads:[~2026-05-16 17:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-15 15:47 [PATCH 6.12 000/144] 6.12.90-rc1 review Greg Kroah-Hartman
2026-05-15 19:07 ` Wentao Guan
2026-05-16 10:09 ` Greg KH
2026-05-16 17:11 ` Peter Schneider [this message]
2026-05-16 18:09 ` [PATCH 6.6 000/474] 6.6.140-rc1 review Wentao Guan
2026-05-16 20:20 ` [PATCH 6.12 000/144] 6.12.90-rc1 review Peter Schneider
2026-05-15 20:13 ` Florian Fainelli
2026-05-15 22:12 ` Pavel Machek
2026-05-15 22:48 ` Shuah Khan
2026-05-15 23:44 ` Peter Schneider
2026-05-16 1:33 ` Miguel Ojeda
2026-05-16 6:38 ` Mark Brown
2026-05-16 9:23 ` Brett A C Sheffield
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=a56911f8-9c02-464e-b61c-0d565a5dbd43@googlemail.com \
--to=pschneider1968@googlemail.com \
--cc=achill@achill.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=guanwentao@uniontech.com \
--cc=hargar@microsoft.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@nabladev.com \
--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