From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Andrii Nakryiko <andrii@kernel.org>,
Jeff Johnson <quic_jjohnson@quicinc.com>,
Jiri Olsa <jolsa@kernel.org>,
Steven Rostedt <rostedt@goodmis.org>,
linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] probes: Updates for v6.11
Date: Fri, 19 Jul 2024 15:51:17 +0900 [thread overview]
Message-ID: <20240719155117.9f0266e3b3e6d186c35359d3@kernel.org> (raw)
In-Reply-To: <20240719144455.5db778b3@canb.auug.org.au>
On Fri, 19 Jul 2024 14:44:55 +1000
Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Masami,
>
> On Fri, 19 Jul 2024 10:52:42 +0900 Masami Hiramatsu (Google) <mhiramat@kernel.org> wrote:
> >
> > Ah, I missed "script/syscall.tbl". Yes, I need to update it to reserve
> > the syscall number on it. (But that did not exist on my tree...) I'll send
> > a fix. BTW should I wait for xattrat series being merged?
>
> No need to wait. At worst it will cause a minor conflict.
OK, here is the fix.
From 5c28424e9a348f95e3c634fe2ed6da8af29cc870 Mon Sep 17 00:00:00 2001
From: "Masami Hiramatsu (Google)" <mhiramat@kernel.org>
Date: Fri, 19 Jul 2024 14:35:51 +0900
Subject: [PATCH] syscalls: Fix to add sys_uretprobe to syscall.tbl
Add sys_uretprobe entry to scripts/syscall.tbl as same as
arch/x86/entry/syscalls/syscall_64.tbl.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20240719102824.1e086a40@canb.auug.org.au/
Fixes: 63ded110979b ("uprobe: Change uretprobe syscall scope and number")
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
---
scripts/syscall.tbl | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/syscall.tbl b/scripts/syscall.tbl
index 797e20ea99a2..591d85e8ca7e 100644
--- a/scripts/syscall.tbl
+++ b/scripts/syscall.tbl
@@ -402,3 +402,4 @@
460 common lsm_set_self_attr sys_lsm_set_self_attr
461 common lsm_list_modules sys_lsm_list_modules
462 common mseal sys_mseal
+467 common uretprobe sys_uretprobe
--
2.34.1
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
prev parent reply other threads:[~2024-07-19 6:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-16 14:44 Masami Hiramatsu
2024-07-18 21:26 ` pr-tracker-bot
2024-07-19 0:28 ` Stephen Rothwell
2024-07-19 0:49 ` Linus Torvalds
2024-07-19 0:56 ` Linus Torvalds
2024-07-19 14:24 ` Arnd Bergmann
2024-07-19 1:21 ` Masami Hiramatsu
2024-07-19 1:52 ` Masami Hiramatsu
2024-07-19 4:44 ` Stephen Rothwell
2024-07-19 6:51 ` Masami Hiramatsu [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=20240719155117.9f0266e3b3e6d186c35359d3@kernel.org \
--to=mhiramat@kernel.org \
--cc=andrii@kernel.org \
--cc=jolsa@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_jjohnson@quicinc.com \
--cc=rostedt@goodmis.org \
--cc=sfr@canb.auug.org.au \
--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
all inboxes | Powered by JetHome®