From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1771017497; bh=kNVss+x+weoTIm8BVpBje4e7zHC+lQY8Qzc/3s7/OOg=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=A4Kr36Qgv9uz70U0vgYrXfhmb9GiHmYO3gXFWnqI3RsMfmrJHkQCUl31O4UXfWLNu akm5Cxktagb++uf1ZA5QQFpdvV9qKehI3kpaLPgNgK1QKc8sd2Whm4AU7UL+9BXRbV Fe8W6YkLZc5XVfHdjNWUrbYSfOosKehnc4tUQgsBOpyw8ZPyb47DvfFR5rYmGUBUNQ nx4zHttXLl8xPPkBzNDd7EtSCNGg8dCMTJe8iQoQ1VD2PXatLJrHz4TKbXbiiOQSKE WuKygXt8ToL81wkm9WHkIiYC3DaK0nVBwlZX0ILO8h14VzGO3qHuLpUUz+USz7Ek1G bx0HZ3VGnsUfA== Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com [209.85.160.169]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id CF2893204B52 for ; Fri, 13 Feb 2026 21:18:17 +0000 (UTC) Received: by mail-qt1-f169.google.com with SMTP id d75a77b69052e-503347e8715so16168521cf.2 for ; Fri, 13 Feb 2026 13:18:17 -0800 (PST) X-Forwarded-Encrypted: i=1; AJvYcCULV/nNFBmXEbGoNy9lv+rpGndZdvusCp5LQJBDh2+fEfnypfqdiT1itkptaPPir6eI0MAs@vger.gnuweeb.org X-Gm-Message-State: AOJu0Yzl4X4Zm/jNsjaGQFqhVxkhWI64ebbhwUm73KHyt+hx1SqDc38x HOLDtAAS7Xg2Cr0DFpyKDLwNQMGxaKcgQPIODzSB5xEAvIxauyNyiGFR74hlXnK5FGovcu68kar Trp02WvJUlgMu5/JfTLldFUnLo3doNRc= X-Received: by 2002:ac8:58d1:0:b0:4d2:4df8:4cb5 with SMTP id d75a77b69052e-506b3f830f9mr12323531cf.4.1771017496717; Fri, 13 Feb 2026 13:18:16 -0800 (PST) MIME-Version: 1.0 References: <20260213210548.851503-1-ammarfaizi2@gnuweeb.org> <177101682427.298850.12069195780298295812.b4-ty@kernel.dk> <00bc96d8-c304-412c-b176-1b30ff0847af@kernel.dk> In-Reply-To: <00bc96d8-c304-412c-b176-1b30ff0847af@kernel.dk> From: Ammar Faizi Date: Sat, 14 Feb 2026 04:18:00 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: AZwV_QimfzEmjfPstjdplcdpjBWF8klmFVEh_LFnHBCWcxcGeKo6JGy-yNn8nBI Message-ID: Subject: Re: [PATCH liburing] src/Makefile: Fix missing bpf_filter.h installation To: Jens Axboe Cc: io-uring Mailing List , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Sat, Feb 14, 2026 at 4:10=E2=80=AFAM Jens Axboe wrote: > BTW, for the future, for: > > Fixes: 46b5c4d66232dcadd0f46c875e6fabce3b3dea85 ("src/include/liburing.h:= add bpf_filter.h header") > > shorten the sha to 12 chars, we don't need the full sha. I see, well noted, thanks for the reminder. Greg told me the same thing, but I clearly let it slip through the cracks. I've updated my .gitconfig now. --=20 Ammar Faizi