From patchwork Wed Jun 8 12:14:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Monnet X-Patchwork-Id: 12873394 X-Patchwork-Delegate: bpf@iogearbox.net 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 4A1BCC43334 for ; Wed, 8 Jun 2022 12:15:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238954AbiFHMPL (ORCPT ); Wed, 8 Jun 2022 08:15:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238906AbiFHMPJ (ORCPT ); Wed, 8 Jun 2022 08:15:09 -0400 Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48E9A2FEF7D for ; Wed, 8 Jun 2022 05:14:54 -0700 (PDT) Received: by mail-wr1-x433.google.com with SMTP id m26so16683136wrb.4 for ; Wed, 08 Jun 2022 05:14:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isovalent-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=SIZoX97lgMEfYXRtrRbHmV+MaPH2VSiRSbxgkQsYzMw=; b=LSCdIPdZavqtDj1jK8NrDfVKSWR3uDWlEYLg2M1qMViGyRGSQOn+UA54DLCfSpwhL9 cBIoQbPgv7QYclBhzSF0HFv33/PAmJyBMga63dGdFuNCISCMQajj3Oa/bCa3GMFbpDRT 3h6IZlKNydPST4CENUGKyfMuMPr9jwF2aDcipwq6otUI57WXfoJwnJCFi/mbCcDsxftm EsS04O9JMOPCdlpFxBsviXBySNXy4YSSBGCDa/nFMGcl4FQPB/RQi2XmINaQv8SHyUjK PEWlctJ5E8iRQChqrsu9joxjZv76vBDQiSIfhMBlJfnBm0aRDBzvKLdkq3ylCG0LGXcE C0Rw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=SIZoX97lgMEfYXRtrRbHmV+MaPH2VSiRSbxgkQsYzMw=; b=GUchrdhXOjCHrnOm7eSaws74jfRHYLGXfn5qyrLILzkRz6eDwjZedASZJhke+wnrdZ 0YgiNojfqkLPMf6fCJHknq8FG8arTxHH3IBpYLagmDhUCfdH5eX2jPtaPvwoyEInXRAT /Gwi//NPjKPjui5yDZyy2wznyJtxhvexdH4zHiDhfAxuYAQGKPIwnhudHA1LUHSMa6fk 1+wX/3A6Lawew8Jd0KEVDZ2FCqhjm+37COqFNj2Xhf+blf1cacA1es9a3HYhCcc6+7lg /50j1zw2NAxcMn9GMYMmSwmHfV1/skJTgtZudXQC/2tHp6cwWfdYVLvWPFKH0aOLOZYf 6SfQ== X-Gm-Message-State: AOAM530W3zv6qWLoK4evREj/c4LHyZfua0hB7Tksl84AVxVy6rTG5uUq kz4lzJR0DodRGEO+18l7RGVjWA== X-Google-Smtp-Source: ABdhPJwsewRZcYVPOzG6Etn7u0/qi/VK3DE3ZtPgvYb24Y1tSoa2lzpX+K915rMK5xG5dALLMF3jwg== X-Received: by 2002:a5d:6dc6:0:b0:20f:bf64:c9fc with SMTP id d6-20020a5d6dc6000000b0020fbf64c9fcmr33092617wrz.648.1654690491945; Wed, 08 Jun 2022 05:14:51 -0700 (PDT) Received: from harfang.fritz.box ([51.155.200.13]) by smtp.gmail.com with ESMTPSA id z7-20020a5d6547000000b0021020517639sm21726421wrv.102.2022.06.08.05.14.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Jun 2022 05:14:51 -0700 (PDT) From: Quentin Monnet To: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko Cc: Jakub Kicinski , netdev@vger.kernel.org, bpf@vger.kernel.org, Quentin Monnet Subject: [PATCH bpf] MAINTAINERS: Add a maintainer for bpftool Date: Wed, 8 Jun 2022 13:14:28 +0100 Message-Id: <20220608121428.69708-1-quentin@isovalent.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net I've been contributing and reviewing patches for bpftool for some time, and I'm taking care of its external mirror. On Alexei, KP, and Daniel's suggestion, I would like to step forwards and become a maintainer for the tool. This patch adds a dedicated entry to MAINTAINERS. Signed-off-by: Quentin Monnet Acked-by: Jakub Kicinski Acked-by: KP Singh --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 033a01b07f8f..92c8adc5471b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3731,6 +3731,13 @@ F: include/linux/bpf_lsm.h F: kernel/bpf/bpf_lsm.c F: security/bpf/ +BPFTOOL +M: Quentin Monnet +L: bpf@vger.kernel.org +S: Maintained +F: kernel/bpf/disasm.* +F: tools/bpf/bpftool/ + BROADCOM B44 10/100 ETHERNET DRIVER M: Michael Chan L: netdev@vger.kernel.org