public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Zijlstra <peterz@infradead.org>
To: Nadav Amit <nadav.amit@gmail.com>
Cc: "Steven Rostedt (Google)" <rostedt@goodmis.org>,
	LKML <linux-kernel@vger.kernel.org>, X86 ML <x86@kernel.org>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	Borislav Petkov <bp@alien8.de>, Ingo Molnar <mingo@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [RFC PATCH] x86/syscalls: allow tracing of __do_sys_[syscall] functions
Date: Tue, 20 Sep 2022 13:02:11 +0200	[thread overview]
Message-ID: <Yymds595qthVSnt0@hirez.programming.kicks-ass.net> (raw)
In-Reply-To: <2D09BBFE-45F3-4B9C-8734-D002CA99FD94@gmail.com>

On Mon, Sep 19, 2022 at 07:35:42PM -0700, Nadav Amit wrote:

> 1. What is the reason that inline functions are marked with notrace?

IIRC the concern is that a notrace function using an inline function;
GCC deciding to not inline and then still hitting tracing.

For noinstr we've mandated __always_inline to avoid this problem. The
direct advantage is that those inlined into instrumented code get, well,
instrumented.

> 2. Is probing function that is called from do_idle() supposed to work, or
>    should the kernel prevent it?

Should work for some :-) Specifically it doesn't work for those that
disable RCU, and that's (largely) being fixed here:

  https://lore.kernel.org/all/20220919095939.761690562@infradead.org/T/#u

Although looking at it just now, I think I missed a spot.. lemme go fix
;-)

I'm failing to find this callchain; where is
tick_nohz_get_sleep_length() calling to elfcorehdr_read() ?!?

> [ 2381.892478]  elfcorehdr_read+0x40/0x40
> [ 2381.896681]  tick_nohz_get_sleep_length+0x9d/0xc0
> [ 2381.901955]  menu_select+0x4bb/0x630
> [ 2381.905965]  cpuidle_select+0x16/0x20
> [ 2381.910069]  do_idle+0x1d2/0x270
> [ 2381.913689]  cpu_startup_entry+0x20/0x30
> [ 2381.918086]  start_secondary+0x118/0x150
> [ 2381.922484]  secondary_startup_64_no_verify+0xc3/0xcb
> [ 2381.928147]  </TASK>
> [ 2381.931535] Modules linked in: zram
> [ 2381.936365] CR2: ffffc90077cb6e4b
> [ 2381.940998] ---[ end trace 0000000000000000 ]---
> 

  reply	other threads:[~2022-09-20 11:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13 13:52 [RFC PATCH] x86/syscalls: allow tracing of __do_sys_[syscall] functions Nadav Amit
2022-09-20  2:35 ` Nadav Amit
2022-09-20 11:02   ` Peter Zijlstra [this message]
2022-09-20 16:48     ` Nadav Amit
2022-09-21  1:31       ` Nadav Amit
2022-09-26 16:34         ` Steven Rostedt
2022-09-20  9:47 ` Peter Zijlstra
2022-09-26 16:36   ` Steven Rostedt
2022-09-26 16:46 ` Steven Rostedt

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=Yymds595qthVSnt0@hirez.programming.kicks-ass.net \
    --to=peterz@infradead.org \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=nadav.amit@gmail.com \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.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