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 4EABCC00140 for ; Wed, 24 Aug 2022 17:05:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239804AbiHXRFL (ORCPT ); Wed, 24 Aug 2022 13:05:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239816AbiHXRFG (ORCPT ); Wed, 24 Aug 2022 13:05:06 -0400 Received: from mail-il1-x142.google.com (mail-il1-x142.google.com [IPv6:2607:f8b0:4864:20::142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F3A63DBD4; Wed, 24 Aug 2022 10:05:04 -0700 (PDT) Received: by mail-il1-x142.google.com with SMTP id h8so5204785ili.11; Wed, 24 Aug 2022 10:05:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=cFekw/Y+IQbIDxTfIDehvXw11BmvPAaH0UtQ+bMDK5o=; b=n20p82n9cCCwOP4wLqQqlUignSFIAP2ipAFg88S/YrFpMb0oNTPBWVzte4mdu27ZzX l3qBg/eFvK7ulrLKLXNuDTkFNHnFXBvMUyQyhDr+K6kpr3hio0WKyp1rlIqdjUq6ehdA 2/9fAUzgE9Uy6nAJ7I5vERrfub5G2BWI957e8sI2r8vxMaiUPZ/AKUM+hep5u7Nd2Egv rSvmfG1XNXlPDsFZ0VCQ/1PCuDoyZiy4lOEBEWs9IHARGDy6uRQqph76gmBW95BExMQ3 3f3s7gHKvBo8Ku3QhIHV/hGpWC6/h1ZAnFcJx5tdBDjKwkma28X2Emy/cIqNl74LCWKi 2UtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=cFekw/Y+IQbIDxTfIDehvXw11BmvPAaH0UtQ+bMDK5o=; b=vLlWl92lOrJF8/F+vlxVBGayt74afUsSAKSGCHGE+O8chWNeQviFPU7X465kVPoEFn 4gDxTbPhtv3j+IWhoOFIth7pb0LGG/BH821rAporb25KhNfAGIa7Z1MJP3qOq3Y/Khvt W2SiYVLbZYfRk0Tfjrzo0EoLqfVNtjhX8bUJ9eR/P7mZXzjWoly2L4IfNmZXxsbvwLpX 3yYnfhDO0bEDwTc0xwXLgv4Vfz/jihXA9h742ArKu/naoExHtVxMZEnB6mswZtyAr11n GBtLlWO6N6b1hu6E736cTAqraTQ5zjPrsMtHFR5MUjgm5YDkhhthUIQciCh+mwVKK5ir xRJw== X-Gm-Message-State: ACgBeo1u4arum67Z9r6GzFygU1TqXIP5SustxXoCm76UrzJxj1qb8wo7 OarvV/zy3QZotGWA8fIKtVxOjcroVulw5JCEzu2vEMCv X-Google-Smtp-Source: AA6agR58+ewhL0I0wvERCM92p4ZRdWpiUH5HMg1PnmRSKp2ADqK61WeVh0dBKABae4U8hippyDFkiyQyM2ql/9j7SmQ= X-Received: by 2002:a92:ca4e:0:b0:2ea:3f77:a85 with SMTP id q14-20020a92ca4e000000b002ea3f770a85mr1622649ilo.219.1661360703886; Wed, 24 Aug 2022 10:05:03 -0700 (PDT) MIME-Version: 1.0 References: <20220824150051.54eb7748@canb.auug.org.au> In-Reply-To: <20220824150051.54eb7748@canb.auug.org.au> From: Kumar Kartikeya Dwivedi Date: Wed, 24 Aug 2022 19:04:26 +0200 Message-ID: Subject: Re: linux-next: Fixes tag needs some work in the bpf-next tree To: Stephen Rothwell Cc: Daniel Borkmann , Alexei Starovoitov , Andrii Nakryiko , bpf , Networking , Linux Kernel Mailing List , Linux Next Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, 24 Aug 2022 at 07:00, Stephen Rothwell wrote: > > Hi all, > > In commit > > 2e5e0e8ede02 ("bpf: Fix reference state management for synchronous callbacks") > > Fixes tag > > Fixes: 69c87ba6225 ("bpf: Add bpf_for_each_map_elem() helper") > > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: 69c087ba6225 ("bpf: Add bpf_for_each_map_elem() helper") > Ugh, really sorry, I must have fat fingered and pressed 'x' in vim while editing the commit message. I always generate these using a git fixes alias. > -- > Cheers, > Stephen Rothwell