public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor.dooley@microchip.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>, <akpm@linux-foundation.org>,
	<torvalds@linux-foundation.org>, <stable@vger.kernel.org>,
	<lwn@lwn.net>, <jslaby@suse.cz>,
	Xiangyu Chen <xiangyu.chen@windriver.com>,
	Zqiang <qiang.zhang1211@gmail.com>
Subject: Re: Linux 6.1.120
Date: Mon, 16 Dec 2024 13:24:14 +0000	[thread overview]
Message-ID: <20241216-comic-handling-3bcf108cc465@wendy> (raw)
In-Reply-To: <2024121411-multiple-activist-51a1@gregkh>

[-- Attachment #1: Type: text/plain, Size: 2632 bytes --]

On Sat, Dec 14, 2024 at 09:53:13PM +0100, Greg Kroah-Hartman wrote:
> I'm announcing the release of the 6.1.120 kernel.
> 
> All users of the 6.1 kernel series must upgrade.
> 
> The updated 6.1.y git tree can be found at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.1.y
> and can be browsed at the normal kernel.org git web browser:
> 	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
> 
> thanks,
> 
> greg k-h
> 
> ------------

> Zqiang (1):
>       rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()

I was AFK last week so I missed reporting this, but on riscv this patch
causes:
[    0.145463] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274
[    0.155273] in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 1, name: swapper/0
[    0.164160] preempt_count: 1, expected: 0
[    0.168716] RCU nest depth: 0, expected: 0
[    0.173370] 1 lock held by swapper/0/1:
[    0.177726]  #0: ffffffff81494d78 (rcu_tasks.cbs_gbl_lock){....}-{2:2}, at: cblist_init_generic+0x2e/0x374
[    0.188768] irq event stamp: 718
[    0.192439] hardirqs last  enabled at (717): [<ffffffff8098df90>] _raw_spin_unlock_irqrestore+0x34/0x5e
[    0.203098] hardirqs last disabled at (718): [<ffffffff8098de32>] _raw_spin_lock_irqsave+0x24/0x60
[    0.213254] softirqs last  enabled at (0): [<ffffffff800105d2>] copy_process+0x50c/0xdac
[    0.222445] softirqs last disabled at (0): [<0000000000000000>] 0x0
[    0.229551] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.119-00350-g224fd631c41b #1
[    0.238330] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
[    0.245329] Call Trace:
[    0.248113] [<ffffffff8000678c>] show_stack+0x2c/0x38
[    0.253868] [<ffffffff80984e66>] dump_stack_lvl+0x5e/0x80
[    0.260022] [<ffffffff80984e9c>] dump_stack+0x14/0x20
[    0.265768] [<ffffffff800499b0>] __might_resched+0x200/0x20a
[    0.272217] [<ffffffff80049784>] __might_sleep+0x3c/0x68
[    0.278258] [<ffffffff802022aa>] __kmem_cache_alloc_node+0x64/0x240
[    0.285385] [<ffffffff801b1760>] __kmalloc+0xc0/0x180
[    0.291140] [<ffffffff8008c752>] cblist_init_generic+0x84/0x374
[    0.297857] [<ffffffff80a0b212>] rcu_spawn_tasks_kthread+0x1c/0x72
[    0.304888] [<ffffffff80a0b0e8>] rcu_init_tasks_generic+0x20/0x12e
[    0.311902] [<ffffffff80a00eb8>] kernel_init_freeable+0x56/0xa8
[    0.318638] [<ffffffff80985c10>] kernel_init+0x1a/0x18e
[    0.324574] [<ffffffff80004124>] ret_from_exception+0x0/0x1a

Reverting it fixed the problem.

Cheers,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  parent reply	other threads:[~2024-12-16 13:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-14 20:53 Linux 6.1.120 Greg Kroah-Hartman
2024-12-14 20:53 ` Greg Kroah-Hartman
2024-12-16 13:24 ` Conor Dooley [this message]
2024-12-17  8:11   ` Z qiang
2024-12-17  8:28     ` Greg Kroah-Hartman
2024-12-18 16:29       ` Conor Dooley
2024-12-30 14:46         ` Greg Kroah-Hartman
2024-12-30 14:47           ` Greg Kroah-Hartman
2024-12-31 18:41             ` Conor Dooley

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=20241216-comic-handling-3bcf108cc465@wendy \
    --to=conor.dooley@microchip.com \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=qiang.zhang1211@gmail.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=xiangyu.chen@windriver.com \
    /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