mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Peter Schneider <pschneider1968@googlemail.com>
To: Brett A C Sheffield <bacs@librecast.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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@nabladev.com, 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
Subject: Re: [PATCH 6.12 0000/1102] 6.12.111-rc1 review
Date: Thu, 17 Sep 2026 22:19:33 +0200	[thread overview]
Message-ID: <0dc35fd5-ee4c-4140-b154-78a49981ddb7@googlemail.com> (raw)
In-Reply-To: <aqxBBu5GXVhHcqTz@auntie.librecast.net>

Am 17.09.2026 um 21:35 schrieb Brett A C Sheffield:
> # first 'bad' commit: [22ae428b0045981bd19f8c75f700a67198062f32] mm/hugetlb: initialize gigantic bootmem hugepage struct pages earlier

Yes, that's what I found, too.

When I revert 22ae428b0045981bd19f8c75f700a67198062f32 from rc1, the boot crash goes away and my machine boots successfully.

However, then I have another weirdo in the dmesg output:

[   65.573304] ------------[ cut here ]------------
[   65.573307] WARNING: CPU: 14 PID: 0 at kernel/sched/fair.c:5303 place_entity+0x13b/0x140
[   65.573316] Modules linked in: uas usbhid usb_storage hid isci psmouse igb crc32_pclmul libsas aacraid serio_raw 
i2c_i801 ioatdma ahci ehci_pci i2c_mux ehci_hcd i2c_algo_bit libahci i2c_smbus scsi_transport_sas lpc_ich dca wmi
[   65.573336] CPU: 14 UID: 0 PID: 0 Comm: swapper/14 Not tainted 6.12.111-rc1+ #1
[   65.573339] Hardware name: ASUSTeK COMPUTER INC. Z9PE-D16 Series/Z9PE-D16 Series, BIOS 5601 06/11/2015
[   65.573342] RIP: 0010:place_entity+0x13b/0x140
[   65.573345] Code: 41 5d 41 5e 5d 31 c0 31 d2 31 c9 31 f6 31 ff c3 cc cc cc cc be 02 00 00 00 48 c1 e9 0a 48 39 f1 48 
0f 42 ce 48 8d 34 11 eb a9 <0f> 0b eb b6 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 0f
[   65.573347] RSP: 0018:ffffd09188287cd8 EFLAGS: 00010046
[   65.573350] RAX: 0000000000000000 RBX: ffff8bc1cb32ce00 RCX: 00000000000003cb
[   65.573352] RDX: 0000000000000000 RSI: 00000000000003cb RDI: 00000000002d0e7f
[   65.573353] RBP: ffffd09188287cf8 R08: 0000000000000000 R09: 0000000000000000
[   65.573355] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000037e492a9
[   65.573356] R13: ffff8be13f337280 R14: 0000000000000000 R15: 0000000000000000
[   65.573357] FS:  0000000000000000(0000) GS:ffff8be13f300000(0000) knlGS:0000000000000000
[   65.573359] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   65.573361] CR2: 0000650f5b7d2118 CR3: 000000208ccca006 CR4: 00000000001706f0
[   65.573363] Call Trace:
[   65.573366]  <TASK>
[   65.573368]  reweight_entity+0x1d2/0x200
[   65.573372]  update_cfs_group+0xb4/0xf0
[   65.573374]  enqueue_task_fair+0x285/0x8f0
[   65.573377]  enqueue_task+0x3b/0x220
[   65.573383]  ttwu_do_activate+0x75/0x270
[   65.573386]  sched_ttwu_pending+0xfe/0x1e0
[   65.573389]  __flush_smp_call_function_queue+0x155/0x440
[   65.573394]  flush_smp_call_function_queue+0x37/0x80
[   65.573397]  do_idle+0x15d/0x2c0
[   65.573401]  ? complete+0x6d/0x80
[   65.573406]  cpu_startup_entry+0x29/0x30
[   65.573409]  start_secondary+0x119/0x140
[   65.573414]  common_startup_64+0x13e/0x141
[   65.573420]  </TASK>
[   65.573421] ---[ end trace 0000000000000000 ]---



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

  reply	other threads:[~2026-09-17 20:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-17 14:59 Greg Kroah-Hartman
2026-09-17 16:57 ` Florian Fainelli
2026-09-17 19:11 ` Peter Schneider
2026-09-17 20:21   ` Pavel Machek
2026-09-18 15:54     ` Sasha Levin
2026-09-17 19:35 ` Brett A C Sheffield
2026-09-17 20:19   ` Peter Schneider [this message]
2026-09-18  5:49     ` Peter Schneider
2026-09-18 15:54       ` Sasha Levin
2026-09-18 20:45         ` Peter Schneider
2026-09-18 15:54     ` Sasha Levin
2026-09-18 15:54   ` Sasha Levin
2026-09-17 20:18 ` Pavel Machek
2026-09-18 11:27   ` Jon Hunter
2026-09-18 15:54     ` Sasha Levin
2026-09-18 15:54   ` Sasha Levin
2026-09-18  7:16 ` [PATCH 6.18 0000/1250] 6.18.53-rc1 review Wentao Guan

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=0dc35fd5-ee4c-4140-b154-78a49981ddb7@googlemail.com \
    --to=pschneider1968@googlemail.com \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=bacs@librecast.net \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --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

all inboxes | Powered by JetHome®