From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 81A3028E7 for ; Thu, 7 Sep 2023 16:11:39 +0000 (UTC) Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E4D33AB9 for ; Thu, 7 Sep 2023 09:11:11 -0700 (PDT) Date: Thu, 7 Sep 2023 12:12:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1694081538; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6U5abOhWSw3+4J+OxxHRy5LrGr4oNqSnDD1ZY8GQhWA=; b=BP2n+vCtLJcOF2HcueqU0ozGi0Uu1lmLRsv1IxDJ25slpCa/t21KqVsjhEdziitDZ0dyGW 5fvDnyvvxUTcdfeJTj51W3Fppw9e0EToip/uo8jvDyWdTdGgsNAvmDb2l6plZ2n3atBPcQ kqGbhrn22MV90o8PwZuJe1zNM+9JWHMbEcChcFGEYGKjt3Dv0KK7UBWgI6sbuvm/5VtbeI semLFFOuh5iiH9xmK+93M2lQQLe29PrSpXW+gdtLagmKmK9en/hW0Kf/A7mWRnKGKGadr4 VgY2TAdcEjQPENeLm0d2aUZIH5FisdpYvHpr0kJVD7gsR9fpVheUddITtZWA+A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1694081538; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6U5abOhWSw3+4J+OxxHRy5LrGr4oNqSnDD1ZY8GQhWA=; b=vJTq2x5uN0yYinKsOtbjFlZSQGdlCik2wAYS0+unkRBMyU2W3wYbvgFTDc5dWaxjYQLxDk U3kIGoG/fnQwZvDw== From: Sebastian Andrzej Siewior To: Daniel Borkmann Cc: Jiri Olsa , bpf@vger.kernel.org, Alexei Starovoitov , John Fastabend , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , KP Singh , Stanislav Fomichev , Hao Luo , Kui-Feng Lee , Thomas Gleixner Subject: Re: [PATCH 2/2] bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check. Message-ID: <20230907101213.Qqv7i5vN@linutronix.de> References: <20230830080405.251926-1-bigeasy@linutronix.de> <20230830080405.251926-3-bigeasy@linutronix.de> <20230901141908.vMoXrBK6@linutronix.de> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,DATE_IN_PAST_03_06, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On 2023-09-06 10:52:36 [+0200], Daniel Borkmann wrote: > Sebastian, I fixed this up and also the __bpf_prog_exit*() presumably should > have been the _recur flavor. I'm sorry, for not following up in time. Thank you. > https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=6764e767f4af1e35f87f3497e1182d945de37f93 > > Thanks, > Daniel Sebastian