From: Cyril Hrubis <chrubis@suse.cz>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Andy Lutomirski <luto@amacapital.net>,
Alexandre Chartre <alexandre.chartre@oracle.com>,
kernel test robot <rong.a.chen@intel.com>,
LKML <linux-kernel@vger.kernel.org>,
lkp@lists.01.org, Andy Lutomirski <luto@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
ltp@lists.linux.it
Subject: Re: [LTP] [x86/entry] 2bbc68f837: ltp.ptrace08.fail
Date: Wed, 17 Jun 2020 15:17:42 +0200 [thread overview]
Message-ID: <20200617131742.GD8389@yuki.lan> (raw)
In-Reply-To: <20200616132705.GW2531@hirez.programming.kicks-ass.net>
Hi!
> > >> FYI, we noticed the following commit (built with gcc-9):
> > >>
> > >> commit: 2bbc68f8373c0631ebf137f376fbea00e8086be7 ("x86/entry: Convert Debug exception to IDTENTRY_DB")
> > >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
> > >
> > > Is the head of linux.git exposing the same problem or is this an
> > > intermittent failure, which only affects bisectability?
> >
> > It sure looks deterministic:
> >
> > ptrace08.c:62: BROK: Cannot find address of kernel symbol "do_debug"
>
> ROFL
It's nice to have a good laugh, however I would really appreciate if any
of you would help me to fix the test.
The test in question is a regression test for:
commit f67b15037a7a50c57f72e69a6d59941ad90a0f0f
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Mon Mar 26 15:39:07 2018 -1000
perf/hwbp: Simplify the perf-hwbp code, fix documentation
Annoyingly, modify_user_hw_breakpoint() unnecessarily complicates the
modification of a breakpoint - simplify it and remove the pointless
local variables.
And as far as I can tell it uses ptrace() with PTRACE_POKEUSER in order to
trigger it. But I'm kind of lost on how exactly we trigger the kernel
crash.
What is does is to write:
(void*)1 to u_debugreg[0]
(void*)1 to u_debugreg[7]
do_debug addr to u_debugreg[0]
Looking at the kernel code the write to register 7 enables the breakpoints and
what we attempt here is to change an invalid address to a valid one after we
enabled the breakpoint but that's as far I can go.
So does anyone has an idea how to trigger the bug without the do_debug function
address? Would any valid kernel function address suffice?
--
Cyril Hrubis
chrubis@suse.cz
next prev parent reply other threads:[~2020-06-17 13:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20200616075533.GL5653@shao2-debian>
2020-06-16 8:44 ` [x86/entry] 2bbc68f837: ltp.ptrace08.fail Thomas Gleixner
2020-06-16 12:24 ` [LKP] " Rong Chen
[not found] ` <8E41B15F-D567-4C52-94E9-367015480345@amacapital.net>
2020-06-16 13:27 ` Peter Zijlstra
2020-06-17 13:17 ` Cyril Hrubis [this message]
2020-06-18 18:20 ` [LTP] " Andy Lutomirski
2020-08-12 9:31 ` Cyril Hrubis
2020-08-14 14:58 ` Cyril Hrubis
2020-08-14 16:42 ` Andy Lutomirski
2020-06-18 20:02 ` Thomas Gleixner
2020-06-22 10:16 ` [LKP] " Naresh Kamboju
2020-06-16 14:57 ` Thomas Gleixner
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=20200617131742.GD8389@yuki.lan \
--to=chrubis@suse.cz \
--cc=alexandre.chartre@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@lists.01.org \
--cc=ltp@lists.linux.it \
--cc=luto@amacapital.net \
--cc=luto@kernel.org \
--cc=peterz@infradead.org \
--cc=rong.a.chen@intel.com \
--cc=tglx@linutronix.de \
/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