From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 58FAB883F for ; Wed, 8 Apr 2026 13:15:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775654148; cv=none; b=D/XfaDf0pffcazO+XHeUcsE9nq0FrOF0zxBhk+m6d07pg4paGHkm45WAvfvUSUZz9rVHJzr4FlS2bRH3iOITru5xynKSVpf93acor5gcxPV0+3X094lQg4u+osbMroEW98LKvzIbHUGlSyv7TMTOOj/gQwWHsfe3iW8SP8UQpwA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775654148; c=relaxed/simple; bh=He6k9YHgsNZAbANbinQhe3adqfEFj9WlK61paEYgn58=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AdisRPmDOV3Lm+hCHiN8yBl3HUvqMwei+fPu4nmNRw+xUogFWqGyngjDV3b/2S8KQac6OAGvrp3HJVWHio00/omB+xmtG3OIBnx7pzFiOP2AXIxZTVuHPGwvv3jyGwveNvm8cpdhjd3VIL2liKEEaSOLsYdV99jZ3JooPKmYBIs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=QYRavq7a; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="QYRavq7a" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DB3C1C19421; Wed, 8 Apr 2026 13:15:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775654148; bh=He6k9YHgsNZAbANbinQhe3adqfEFj9WlK61paEYgn58=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QYRavq7aYRAPJuI5L4BySmrVR9Zmj+XDI3fWnWMWCKgKisSV06/nBINCAyTmOGHdB FIO3RjsCo45krc1EdxZiOKBSlu8B+D9+Sy8Uen9xLphkzYeZxc+3qrfCcya7ZpxYK7 Rst/p8c4a9UvR0fZjK9ehowrkuWuHzJoQV6fOxAo= Date: Wed, 8 Apr 2026 15:15:45 +0200 From: Greg KH To: Natarajan KV Cc: stable@vger.kernel.org, pablo@netfilter.org, kadlec@netfilter.org, fw@strlen.de Subject: Re: [PATCH v3 6.6.y 1/8] netfilter: nft_set_pipapo: move prove_locking helper around Message-ID: <2026040804-portly-tremble-d2ea@gregkh> References: <69a84adc.050a0220.1cea47.3011@mx.google.com> <2026030421-grunt-raft-15f0@gregkh> <1772643278.pipapo-v3.0@gmail.com> <1772643278.pipapo-v3.1@gmail.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1772643278.pipapo-v3.1@gmail.com> On Wed, Mar 04, 2026 at 08:54:46PM +0400, Natarajan KV wrote: > Preparation patch, the helper will soon get called from insert > function too. > > Signed-off-by: Florian Westphal > Reviewed-by: Stefano Brivio > Signed-off-by: Pablo Neira Ayuso > --- > net/netfilter/nft_set_pipapo.c | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) > You forgot to include the git id of the upstream commit, AND most importantly, you did not sign off on any of these commits, which is required when you are passing on patches from others. And you lost the original authorship? thanks, greg k-h