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 0EF2915B0EC; Tue, 17 Jun 2025 01:11:50 +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=1750122711; cv=none; b=olD5bYR8I39YumzmsWiLq22w2xvtabhEU83yPfJKnecBl34r7+SWso9zR5Rwr45IXOYw3TYb0cbrkYXVtjwxFboAqvi40jiLSrWrQVOOh5nHD8flZdsL9E2Ip4n2HbxIHySxevaemo/uFZ8JcwnmOLSD2RfQh+AcuWprX5vGGGU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750122711; c=relaxed/simple; bh=iVaWv2RzWaaVpLuDLobgnSNSuWym8RHkG55Fpi0YUmI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=I2pMR5cN/Urpmch8nFkkn8IyH2BYgW2Tx9VQLt6H6WsVozODryMzL1Zgbv4L2S+3cY6GiMTT1qWmFEyUygFpULIrykT0iy+jvVJCRUN/gLdw2e4Ie3l33gnHVpgmc2G8ZLPJnH2aln2eU1NkPiXjC+uN9s4Y/XLlghtX1Zs1KNo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZDUz+tgm; 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="ZDUz+tgm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5FE66C4CEEA; Tue, 17 Jun 2025 01:11:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750122710; bh=iVaWv2RzWaaVpLuDLobgnSNSuWym8RHkG55Fpi0YUmI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZDUz+tgmmat53i4A+5QK7mFlGbgaBHM2POFECs9Tkk4AWrIz7JOaEfJskAUaum+oW 4O6FJx5D5oAtBuWaPZPUFPlmKOrip8yd8026FEsnB+qyo5o0VeOPWy+xSZA64ZEZGw PmzX/vZJHfYY5T31ZpqfrXWu3f/PRzAq/dkpQo3K6GAXHJYvqkzFDRW6W7S/ALevJM mT89C+Tv37QjS0UF4x58lvSnig0A47YWCnkC8GnMkaa3+MhANIRZndmi56+aKqnoI/ zeG4OQKyWFF3Li1Cct2omWAFieEmrVJbgeNQV8LNma7YzgOPTGRgyTs926/PnDfZUA wou35Gs6DxCug== Date: Mon, 16 Jun 2025 18:11:48 -0700 From: Jakub Kicinski To: Shradha Gupta Cc: linux-hyperv@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Nipun Gupta , Yury Norov , Jason Gunthorpe , Jonathan Cameron , Anna-Maria Behnsen , Kevin Tian , Long Li , Thomas Gleixner , Bjorn Helgaas , Rob Herring , Manivannan Sadhasivam , Krzysztof Wilczy???~Dski , Lorenzo Pieralisi , Dexuan Cui , Wei Liu , Haiyang Zhang , "K. Y. Srinivasan" , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Konstantin Taranov , Simon Horman , Leon Romanovsky , Maxim Levitsky , Erni Sri Satya Vennela , Peter Zijlstra , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, Paul Rosswurm , Shradha Gupta Subject: Re: [PATCH v6 0/5] Allow dyn MSI-X vector allocation of MANA Message-ID: <20250616181148.2aed5dfe@kernel.org> In-Reply-To: <20250612061055.GA20126@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1749650984-9193-1-git-send-email-shradhagupta@linux.microsoft.com> <20250611085416.2e09b8cd@kernel.org> <20250612061055.GA20126@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 11 Jun 2025 23:10:55 -0700 Shradha Gupta wrote: > On Wed, Jun 11, 2025 at 08:54:16AM -0700, Jakub Kicinski wrote: > > On Wed, 11 Jun 2025 07:09:44 -0700 Shradha Gupta wrote: > > > Changes in v6 > > > * rebased to linux-next's v6.16-rc1 as per Jakub's suggestion > > > > I meant a branch, basically apply the patches on the v6.16-rc1 tag > > and push it out to GitHub, kernel.org or somewhere else public. > > Then we can pull it in and maintain the stable commit IDs. > > No need to repost the patches, FWIW, just share the branch here > > once you pushed it out.. > > Oh, understood. Thanks for the clarity. Here is a github repo branch > with the changes on v6.16-rc1 tag > https://github.com/shradhagupta6/linux/tree/shradha_v6.16-rc1 The tag was good, but when I pulled it my check scripts complained: Commit a19036b86845 ("net: mana: Allocate MSI-X vectors dynamically") committer Signed-off-by missing author email: shradhagupta@linux.microsoft.com committer email: shradhagupta@microsoft.com Signed-off-by: Shradha Gupta etc. You seem to have committed the patches with a slightly different email address. Not a huge deal but better to fix it if we can. So please base the tag. The code can stay the same just adjust the committer or author/signoff email addrs. We can use this as an opportunity to add Bjorn's email. No need to repost the code just ping here once you updated the tag.