From: Chen Yu <yu.c.chen@intel.com>
To: Abel Wu <wuyun.abel@bytedance.com>
Cc: Breno Leitao <leitao@debian.org>, <peterz@infradead.org>,
<bp@alien8.de>, <tglx@linutronix.de>,
<linux-kernel@vger.kernel.org>,
Oliver Sang <oliver.sang@intel.com>
Subject: Re: general protection fault, probably for non-canonical address in pick_next_task_fair()
Date: Fri, 1 Mar 2024 15:14:46 +0800 [thread overview]
Message-ID: <ZeGAZg/JXifpX7bp@chenyu5-mobl2> (raw)
In-Reply-To: <123ebd58-9ca1-4a12-bdb7-c35d0c48c93c@bytedance.com>
On 2024-03-01 at 11:47:05 +0800, Abel Wu wrote:
> (+ Chen Yu, Oliver Sang)
>
> On 2/29/24 11:55 PM, Breno Leitao Wrote:
> > I've been running some stress test using stress-ng with a kernel with some
> > debug options enabled, such as KASAN and friends (See the config below).
> >
> > I saw it in rc4 and the decode instructions are a bit off (as it is here
> > also - search for mavabs in dmesg below and you will find something as `(bad)`,
> > so I though it was a machine issue. But now I see it again, and I am sharing
> > for awareness.
> >
> > This is happening in upstream kernel against the following commit
> > d206a76d7d2726 ("Linux 6.8-rc6")
> >
> > This is the exercpt that shows before the crash:
> >
> > general protection fault, probably for non-canonical address 0xdffffc0000000014: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
> > KASAN: null-ptr-deref in range [0x00000000000000a0-0x00000000000000a7]
> >
> > This is the stack that is getting it
> >
> > ? __die_body (arch/x86/kernel/dumpstack.c:421)
> > ? die_addr (arch/x86/kernel/dumpstack.c:460)
> > ? exc_general_protection (arch/x86/kernel/traps.c:? arch/x86/kernel/traps.c:643)
> > ? asm_exc_general_protection (arch/x86/include/asm/idtentry.h:564)
> > ? pick_next_task_fair (kernel/sched/sched.h:1453 kernel/sched/fair.c:8435)
Seems to be the same reason pick_eevdf returns NULL.. it panic here..
cfs_rq = group_cfs_rq(se);
I remember lkp has regular stress-ng test for regression test, but
not detect this yet.
thanks,
Chenyu
prev parent reply other threads:[~2024-03-01 7:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-29 15:55 general protection fault, probably for non-canonical address in pick_next_task_fair() Breno Leitao
2024-02-29 22:58 ` Thomas Gleixner
2024-03-01 3:43 ` Abel Wu
2024-03-01 3:47 ` Abel Wu
2024-03-01 7:14 ` Chen Yu [this message]
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=ZeGAZg/JXifpX7bp@chenyu5-mobl2 \
--to=yu.c.chen@intel.com \
--cc=bp@alien8.de \
--cc=leitao@debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oliver.sang@intel.com \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=wuyun.abel@bytedance.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.