From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5E2912EC081; Fri, 5 Jun 2026 23:50:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780703413; cv=none; b=SXRrIxIz2IqsYDJrqHoJtrCHUeWAhBbjVLuC4dCsYa8NKDuSstv55Ortl66fb8REC3VbYZ1EoO7ibO3JuVuzEasmfMXzkTFdRzGeNyIjrpUz+aaTrHd2/p+pPhm/YG388fvKLA2VC8dlqcSCfuKih9UeqJCAx2koDpKfPMn1ves= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780703413; c=relaxed/simple; bh=dATWYwolmKE+cEyfQk/QayfKYLVrZZWQJ74ik/ybTKk=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=lsfX8H/LYT+kfybMaIY/5toZ+HAt0H+XO+n5zVy9xO4A7GtDBs1GdZCYciZZzJRNaQq8qVZ97FMLSpWHvDjaYk6yopC1kmyyeLSvvOh26EQV3Dm7S4VYJciqQ4f4N9qsvg12JWDUPJJQV5zXSVl4M0GXUVd9qglxhIqGj1iKj2s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NKKHMZzM; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NKKHMZzM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02EA61F00893; Fri, 5 Jun 2026 23:50:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780703412; bh=dATWYwolmKE+cEyfQk/QayfKYLVrZZWQJ74ik/ybTKk=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=NKKHMZzMYTZdb9c/jm0GgtAJAukZ8Nil2YHaFC5SgNAmMWYHdFaNphEg9V8trlNm+ nlPyQ4jwyabu5c3j5cYSIVn1jzXgXqGGOg4GjXoPDT/8/9qKaaagLiThHQCsqaGuII 9SxEYMaKyZHDPPLeZ7LdZvE67p6DgtZuy4efbFRyVwCInAj7tDKxcDlDoSW43rlAKC oSQvZn6xW2/DamovcubIqm3X7Gwl+S+OS+LofU0EIujqOmtxC/NlVYBJGh2VO5HCWB o6BNvTVjYIy4QuY+bU/FraZ6hccBql7a8j+DF1Hh1MvJIOe4AQGsP39rsfR96EM7am pMcYn4iHoZTkw== Date: Fri, 5 Jun 2026 16:50:10 -0700 From: Jakub Kicinski To: =?UTF-8?B?5L6v5pWP54aZ?= Cc: Aaron Conole , Adrian Moreno via dev , netdev@vger.kernel.org, Adrian Moreno , "open list:OPENVSWITCH" , Paolo Abeni , Pravin B Shelar , Ilya Maximets , open list , Eric Dumazet , Simon Horman , Jarno Rajahalme , "David S. Miller" Subject: Re: [ovs-dev] [PATCH net] net: openvswitch: fix possible kfree_skb of ERR_PTR Message-ID: <20260605165010.59e7ec8b@kernel.org> In-Reply-To: References: <20260604121946.942164-1-amorenoz@redhat.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, 5 Jun 2026 01:10:16 +0800 =E4=BE=AF=E6=95=8F=E7=86=99 wrote: > Should I target net or net-next for the test patch? net-next, we _allow_ posting tests with the fixes for ease of testing and review. But if the test comes later, anyway, it should just go to net-next.