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 5323B13C80D for ; Thu, 26 Dec 2024 21:45:40 +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=1735249543; cv=none; b=lw5XL2jdp6I8relxEF0cTzGWOU3ojtoevKMUFtlMnLSStJ+UNhr41EhyolKc/oBFHxxJQcXHSdrhxQck6MyoDXuHgn0Nd3vwA5thgwB+5zOXVZ0Le+IkpxODUqNLdNSBAmQCzruX9pDsadMSzp54n7zg1VrNu767nN7ea4Wn2Wg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735249543; c=relaxed/simple; bh=7hdQ+Biv3Hy5U8TlsndUOfujbh4MSSo9pFjuAP58twY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jyYG0Np6Dc3qimF7Mepyq5L3F3vVJ3erQo1KnRwjO/fPZS+H9lIfjbMmCyYIDwO4jaQYPBeTaaJ4aj6Wzia/tR1wYdJ3tOOfSYL3YwCLjvSTHX9y9XIuEpjtvwFNYwiKBLb78+h1MwDBKqKeYgriDuwMypHqopfW+napk+qhOM8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=maeUfYg9; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="maeUfYg9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A04C3C4CED1; Thu, 26 Dec 2024 21:45:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735249540; bh=7hdQ+Biv3Hy5U8TlsndUOfujbh4MSSo9pFjuAP58twY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=maeUfYg9yFkPxFmh+fhRvHjIWN+e+5ALUQy4yk8yU7LEPyWwXvG3H2BEHZEOmVWik TyNwrVpDtFK7Oa8Xu/jXW4+k6Jva7vZ6VvwC0vm1I0Cp1+yJf4wBE3sz/H3t4/HAn1 YwjrDcmPZbYJPHOq0XHC17SquDUCv8N7PjwM8/fjMNq8+2uq7fKvxq9OHYaxbuXFDV tLmnZYnkqVCC/68vMKUowIAz6b8q+t/L015Yt66HNAyR19uSCYO/8Di9CkI265617o a4k2FKEdtXWfcMpkmH9aOjuIHISkEvpWnjcobhGxp6NXFdKjvwCyQrqIUlZZX8qqYU fNRi4KdEPkfhw== Date: Thu, 26 Dec 2024 16:45:39 -0500 From: Sasha Levin To: Harshvardhan Jha Cc: stable@vger.kernel.org Subject: Re: [PATCH 5.4.y 5.10.y 1/4] skbuff: introduce skb_expand_head() Message-ID: References: <20241225192848-210522801797f885@stable.kernel.org> 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; format=flowed Content-Disposition: inline In-Reply-To: On Thu, Dec 26, 2024 at 06:14:10PM +0530, Harshvardhan Jha wrote: >Hi, > >On 26/12/24 6:51 AM, Sasha Levin wrote: >> [ Sasha's backport helper bot ] >> >> Hi, >> >> The upstream commit SHA1 provided is correct: f1260ff15a71b8fc122b2c9abd8a7abffb6e0168 >> >> WARNING: Author mismatch between patch and upstream commit: >> Backport author: Harshvardhan Jha >> Commit author: Vasily Averin >The only difference I see is that this patch has my signed off by? >As seen below, the tests also pass. Can you please tell me what is >needed to rectify this warning? Nothing to do in this case, this will just make our review easier. Thanks! -- Thanks, Sasha