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 3C370C38145 for ; Wed, 7 Sep 2022 18:20:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230135AbiIGSU2 (ORCPT ); Wed, 7 Sep 2022 14:20:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229989AbiIGSUU (ORCPT ); Wed, 7 Sep 2022 14:20:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6ED74956B3; Wed, 7 Sep 2022 11:20:16 -0700 (PDT) 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 0B50961A21; Wed, 7 Sep 2022 18:20:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 66A14C433B5; Wed, 7 Sep 2022 18:20:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662574815; bh=2ZsFpkPfrQ/pY01JOFYR1qdKGx0YTTQptpcs9XlhEpI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pLTI+tREPcNp0nZgkM4GFQfE4E93YgsjmZJiPYIN4ijNulffRt/xVjAGlRNZxfw18 /NCqEvfXQvnYoDeQ9RWrEH0lEomTHrxLHxExCELau/mTcRl9voVRvhnps31jNiZtPU BXykHvmtMDif4ZSyPFMW6eNIcdgMqFQXkun5HKoQDZW1PJhzqnGCRmHRmSEy+TPWTk 5kpeapk/E0a0WTIxoXrikXLCbiYMphtlNruBISJK9sPdpVOrV6/d7i2huJpJK+KB5q kSCiC6h30eiumFcSWojOmcOyy6xcY5wdZuMNDB2p2WfnThKZYsyhacU0V3vjI1BnZw OL71liCnS8uIQ== 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 4BF9CC73FE9; Wed, 7 Sep 2022 18:20:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] Fixes: 14a324f6a67e ("bpf: Wire up freeing of referenced kptr") From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166257481530.10994.18003275346463171188.git-patchwork-notify@kernel.org> Date: Wed, 07 Sep 2022 18:20:15 +0000 References: In-Reply-To: To: Jules Irenge Cc: ast@kernel.org, memxor@gmail.com, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, daniel@iogearbox.net, martin.lau@linux.dev, Elana.Copperman@mobileye.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Sun, 4 Sep 2022 11:28:15 +0100 you wrote: > This patch fixes a warning generated by Sparse > > "warning: Using plain integer as NULL pointer" > > by replacing p with *p in the WRITE_ONCE() macro > > This enables the pointer to be cleared on map value delete, > hence clearing the warning. > > [...] Here is the summary with links: - [bpf-next] Fixes: 14a324f6a67e ("bpf: Wire up freeing of referenced kptr") https://git.kernel.org/bpf/bpf-next/c/9fad7fe5b298 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html