From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93283C433EF for ; Tue, 22 Mar 2022 06:00:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236832AbiCVGBb (ORCPT ); Tue, 22 Mar 2022 02:01:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236846AbiCVGBa (ORCPT ); Tue, 22 Mar 2022 02:01:30 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BA251CE; Mon, 21 Mar 2022 23:00:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 053D5B81BA0; Tue, 22 Mar 2022 06:00:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D3C2C340EC; Tue, 22 Mar 2022 05:59:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647928799; bh=eM12kvrYB5hVv0W8vVbY75zKg1lSok/mpn4aMMVvgzE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=GLbnB2xQklJlaZ0pTt0K0P+1Sz+M5gSk9aWtjl7KxZe99ARABg7HM2fXeoxs4HaKI fGwyINfjJvZF064cpRUe+ItaNJIcEb9M75WrO3uKX688lNDwOEDa1ivaUrD78UqhTw UGCRXgIAzheoFHm5zsLysqnvfNgruAA+wGkwSRZnsfAzaBrNCuEUqRdJWcWymIp2kY sH23T066GiYmRvnXFRZZI7c8fxJT9ekuuKQUsU/BU9/314A8d/afeAsxsb5IMWR56W 3Gacac72DoLMGRmHHGGUghbkIhU7X/WW+sJo7qJK6vgAmsLZnRlq9c9ayyhIV3bMsY TmpdRSb4Rl9EA== Date: Tue, 22 Mar 2022 14:59:55 +0900 From: Masami Hiramatsu To: Alexei Starovoitov Cc: Linus Torvalds , David Miller , Daniel Borkmann , Peter Zijlstra , Steven Rostedt , Jakub Kicinski , Andrii Nakryiko , Stephen Rothwell , Netdev , bpf , Kernel Team Subject: Re: pull-request: bpf-next 2022-03-21 Message-Id: <20220322145955.dff920a7c25cf94d3ebc9f39@kernel.org> In-Reply-To: References: <20220321224608.55798-1-alexei.starovoitov@gmail.com> <20220322113641.763885257f741ac5c0cb2c06@kernel.org> <20220322140537.d3f3fa3600d3b80c4f226e7c@kernel.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Mon, 21 Mar 2022 22:18:04 -0700 Alexei Starovoitov wrote: > On Mon, Mar 21, 2022 at 10:05 PM Masami Hiramatsu wrote: > > > > On Mon, 21 Mar 2022 21:35:55 -0700 > > Alexei Starovoitov wrote: > > > > > On Mon, Mar 21, 2022 at 7:36 PM Masami Hiramatsu wrote: > > > > > > > > Hi Linus and Alexei, > > > > > > > > At first, sorry about this issue. I missed to Cc'ed to arch maintainers. > > > > > > > > On Mon, 21 Mar 2022 17:31:28 -0700 > > > > Alexei Starovoitov wrote: > > > > > > > > > On Mon, Mar 21, 2022 at 4:59 PM Linus Torvalds > > > > > wrote: > > > > > > > > > > > > On Mon, Mar 21, 2022 at 4:11 PM Alexei Starovoitov > > > > > > wrote: > > > > > > > > > > > > > > Did you look at the code? > > > > > > > In particular: > > > > > > > https://lore.kernel.org/bpf/164735286243.1084943.7477055110527046644.stgit@devnote2/ > > > > > > > > > > > > > > it's a copy paste of arch/x86/kernel/kprobes/core.c > > > > > > > > > > > > > > How is it "bad architecture code" ? > > > > > > > > > > > > It's "bad architecture code" because the architecture maintainers have > > > > > > made changes to check ENDBR in the meantime. > > > > > > > > > > > > So it used to be perfectly fine. It's not any longer - and the > > > > > > architecture maintainers were clearly never actually cc'd on the > > > > > > changes, so they didn't find out until much too late. > > > > > > > > Let me retry porting fprobe on top of ENDBR things and confirm with > > > > arch maintainers. > > > > > > Just look at linux-next. > > > objtool warning is the only issue. > > > > Actually, there are conflicts with arm tree and Rust tree too. > > I found I missed the objtool annotation patch on IBT series and fixed it. > > 4 arch patches were reverted. > > > > > > > > > > > > > > Not denying that missing cc was an issue. > > > > > > > > > > We can drop just arch patches: > > > > > rethook: x86: Add rethook x86 implementation > > > > > arm64: rethook: Add arm64 rethook implementation > > > > > powerpc: Add rethook support > > > > > ARM: rethook: Add rethook arm implementation > > > > > > > > > > or everything including Jiri's work on top of it. > > > > > Which would be a massive 27 patches. > > > > > > > > > > We'd prefer the former, of course. > > > > > Later during the merge window we can add a single > > > > > 'rethook: x86' patch that takes endbr into account, > > > > > so that multi-kprobe feature will work on x86. > > > > > For the next merge window we can add other archs. > > > > > Would that work? > > > > > > > > BTW, As far as I can see the ENDBR things, the major issue on fprobe > > > > is that the ftrace'ed ip address will be different from the symbol > > > > address (even) on x86. That must be ensured to work before merge. > > > > Let me check it on Linus's tree at first. > > > > > > That's not an issue. Peter tweaked ftrace logic and fprobe plugs > > > into that. > > > The fprobe/multi-kprobe works fine in linux-next. > > > > Yeah, I think fprobe should work because it uses > > ftrace_location_range(func-entry, func-end) for non-x86 arch. > > > > > > > > bpf selftest for multi kprobe needs this hack: > > > diff --git a/tools/testing/selftests/bpf/progs/kprobe_multi.c > > > b/tools/testing/selftests/bpf/progs/kprobe_multi.c > > > index af27d2c6fce8..530a64e2996a 100644 > > > --- a/tools/testing/selftests/bpf/progs/kprobe_multi.c > > > +++ b/tools/testing/selftests/bpf/progs/kprobe_multi.c > > > @@ -45,7 +45,7 @@ static void kprobe_multi_check(void *ctx, bool is_return) > > > __u64 addr = bpf_get_func_ip(ctx); > > > > > > #define SET(__var, __addr, __cookie) ({ \ > > > - if (((const void *) addr == __addr) && \ > > > + if (((const void *) addr == __addr + 4) && \ > > > (!test_cookie || (cookie == __cookie))) \ > > > > Hmm, this is an ugly hack... You need to use actual ftrace addr, instead of > > symbol addr. With IBT series, you can use ftrace_location(symbol-addr) to > > get the ftrace-addr. (e.g. addr == ftrace_location(__addr) should work) > > It's a temporary hack. > bpf prog cannot call an arbitrary function like ftrace_location. > > > > > > > to pass when both CONFIG_FPROBE=y and CONFIG_X86_KERNEL_IBT=y. > > > The test is too strict. It didn't account for the possibility of endbr. > > > > > > So I'm inclined to drop only 4 arch patches instead of the whole thing. > > > > OK, but it is hard to understand how it works without knowing rethook itself. > > I would like to send whole v13 patch series to arch maintainers. > > fprobe is a glorified kprobe and pretty simple code by itself. > It's too late for v13. Please send 'rethook: x86' patch only > with endbr annotations and get it acked. > The other archs will wait until the next merge window. Hmm, I found the bpf-next tree doesn't have the IBT, so the annotation doesn't work. However, the tip tree doesn't have the rethook itself. If I send the patch to x86 maintainers to be reviewed, I need at least arch independent rethook patch. Or, can you rebase the bpf-next on the tip tree's IBT annotation series? Thank you, -- Masami Hiramatsu