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 725F1C636CC for ; Thu, 9 Feb 2023 01:00:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230415AbjBIBAa (ORCPT ); Wed, 8 Feb 2023 20:00:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230435AbjBIBAW (ORCPT ); Wed, 8 Feb 2023 20:00:22 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AFEAF234DE; Wed, 8 Feb 2023 17:00:18 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 4B2DA61852; Thu, 9 Feb 2023 01:00:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 9CD43C433D2; Thu, 9 Feb 2023 01:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675904417; bh=kKZbJKq68HUD3fPiTrbY14WyTPSgVoe/5F6U8VCnGjA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Wze7jVPp6F6+sChkuLbqTfB13dj2MO6yElX0WzIuwMcUhOJuisNUOpzR4EPdcqt/X IEtfPb6TaGbAe91gRAeftF0mQdUXhOVsBG7ARjs7gBOGb2DjM48bfYbOfeaeEWTdls TRQCSmq3hNy8juuWqYrW9/YJPbu8WJHTMRCeBr74JudRi1c5YoFMssKyPRMM2YyEnc JB3Mv3zuea/cDM/BHxIwWKw3LoICmAJ10dyXSoU81b6pqyRNQ2lU6zHqLCrxMXW8M5 acmec3uR+hHC3Y2pM204kY6dVH91j9x8Z+uuKsaqhnBKTAaUFSepJH0QUB2147Ox77 Bbwn3b2/sS80Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 819CAE50D62; Thu, 9 Feb 2023 01:00:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v2] samples: bpf: syscall_tp: Add syscall openat2 enter/exit tracepoint From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167590441752.22544.17049705662314833420.git-patchwork-notify@kernel.org> Date: Thu, 09 Feb 2023 01:00:17 +0000 References: In-Reply-To: To: Rong Tao Cc: ast@kernel.org, rongtao@cestc.cn, daniel@iogearbox.net, andrii@kernel.org, martin.lau@linux.dev, song@kernel.org, yhs@fb.com, john.fastabend@gmail.com, kpsingh@kernel.org, sdf@google.com, haoluo@google.com, jolsa@kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Wed, 8 Feb 2023 09:04:41 +0800 you wrote: > From: Rong Tao > > commit fe3300897cbf("samples: bpf: fix syscall_tp due to unused syscall") > add openat() syscall trapoints, this submit support openat2(). > > Signed-off-by: Rong Tao > > [...] Here is the summary with links: - [bpf-next,v2] samples: bpf: syscall_tp: Add syscall openat2 enter/exit tracepoint https://git.kernel.org/bpf/bpf-next/c/06744f24696e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html