public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Koichiro Den <koichiro.den@canonical.com>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	stable@vger.kernel.org
Subject: Re: Linux 6.13-rc6
Date: Mon, 6 Jan 2025 14:33:34 +0100	[thread overview]
Message-ID: <2025010620-childcare-backhand-aae3@gregkh> (raw)
In-Reply-To: <20250106131817.GAZ3vYGVr3-hWFFPLj@fat_crate.local>

On Mon, Jan 06, 2025 at 02:18:17PM +0100, Borislav Petkov wrote:
> On Sun, Jan 05, 2025 at 02:20:54PM -0800, Linus Torvalds wrote:
> > So we had a slight pickup in commits this last week, but as expected
> > and hoped for, things were still pretty quiet. About twice as many
> > commits as the holiday week, but that's still not all that many.
> > 
> > I expect things will start becoming more normal now that people are
> > back from the holidays and are starting to recover and wake up from
> > their food comas.
> > 
> > In the meantime, below is the shortlog for the last week. Nothing
> > particularly stands out, the changes are dominated by various driver
> > updates (gpu, rdma and networking), with a random smattering of fixes
> > elsewhere.
> 
> Something not well baked managed to sneak in and it is tagged for stable:
> 
> adcfb264c3ed ("vmstat: disable vmstat_work on vmstat_cpu_down_prep()")
> 
> Reverting it fixes the warn splat below.
> 
> [    0.310373] smpboot: x86: Booting SMP configuration:
> [    0.311074] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
> [    0.313798] ------------[ cut here ]------------
> [    0.317530] workqueue: work disable count underflowed
> [    0.317530] WARNING: CPU: 1 PID: 21 at kernel/workqueue.c:4317 enable_work+0xa4/0xb0
> [    0.317530] Modules linked in:
> [    0.317530] CPU: 1 UID: 0 PID: 21 Comm: cpuhp/1 Not tainted 6.13.0-rc6 #11
> [    0.317530] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 2023.11-8 02/21/2024
> [    0.317530] RIP: 0010:enable_work+0xa4/0xb0
> [    0.317530] Code: c0 48 83 c4 18 5b 5d e9 ca 25 9f 00 80 3d 0a c7 48 08 00 75 b3 c6 05 01 c7 48 08 01 90 48 c7 c7 c8 eb 1d 82 e8 5d 77 fd ff 90 <0f> 0b 90 90 eb 98 90 0f 0b 90 eb b1 90 90 90 90 90 90 90 90 90 90
> [    0.317530] RSP: 0018:ffffc90000137e18 EFLAGS: 00010082
> [    0.317530] RAX: 0000000000000029 RBX: ffff88807d66dda0 RCX: 00000000ffefffff
> [    0.317530] RDX: 0000000000000001 RSI: ffffc90000137ce0 RDI: 0000000000000001
> [    0.317530] RBP: 0000000000000000 R08: 00000000ffefffff R09: 0000000000000058
> [    0.317530] R10: 0000000000000000 R11: ffffffff8244df00 R12: 0000000000000000
> [    0.317530] R13: ffff88807d6604e0 R14: ffffffff812439f0 R15: ffff88807d660508
> [    0.317530] FS:  0000000000000000(0000) GS:ffff88807d640000(0000) knlGS:0000000000000000
> [    0.317530] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [    0.317530] CR2: 0000000000000000 CR3: 0000000002c1a000 CR4: 00000000003506f0
> [    0.317530] Call Trace:
> [    0.317530]  <TASK>
> [    0.317530]  ? __warn+0xa0/0x160
> [    0.317530]  ? enable_work+0xa4/0xb0
> [    0.317530]  ? report_bug+0x18c/0x1c0
> [    0.317530]  ? handle_bug+0x54/0x90
> [    0.317530]  ? exc_invalid_op+0x1b/0x80
> [    0.317530]  ? asm_exc_invalid_op+0x1a/0x20
> [    0.317530]  ? __pfx_vmstat_cpu_online+0x10/0x10
> [    0.317530]  ? enable_work+0xa4/0xb0
> [    0.317530]  ? enable_work+0xa3/0xb0
> [    0.317530]  vmstat_cpu_online+0x61/0x80
> [    0.317530]  cpuhp_invoke_callback+0x10f/0x480
> [    0.317530]  ? srso_return_thunk+0x5/0x5f
> [    0.317530]  cpuhp_thread_fun+0xd4/0x160
> [    0.317530]  smpboot_thread_fn+0xdd/0x1f0
> [    0.317530]  ? __pfx_smpboot_thread_fn+0x10/0x10
> [    0.317530]  kthread+0xca/0xf0
> [    0.317530]  ? __pfx_kthread+0x10/0x10
> [    0.317530]  ret_from_fork+0x50/0x60
> [    0.317530]  ? __pfx_kthread+0x10/0x10
> [    0.317530]  ret_from_fork_asm+0x1a/0x30
> [    0.317530]  </TASK>
> [    0.317530] ---[ end trace 0000000000000000 ]---
> [    0.377680] smp: Brought up 1 node, 16 CPUs
> [    0.378345] smpboot: Total of 16 processors activated (118393.24 BogoMIPS)

I've just dropped it from the stable queues as well.

thanks,

greg k-h

  reply	other threads:[~2025-01-06 13:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-05 22:20 Linux 6.13-rc6 Linus Torvalds
2025-01-06 13:18 ` Borislav Petkov
2025-01-06 13:33   ` Greg KH [this message]
2025-01-06 13:56   ` Breno Leitao
2025-01-06 14:07   ` Alexander Gordeev
2025-01-06 14:21   ` Koichiro Den
2025-01-07  2:28     ` Andrew Morton
2025-01-07  7:23       ` Borislav Petkov

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=2025010620-childcare-backhand-aae3@gregkh \
    --to=greg@kroah.com \
    --cc=akpm@linux-foundation.org \
    --cc=bigeasy@linutronix.de \
    --cc=bp@alien8.de \
    --cc=koichiro.den@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --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