Message ID | 20221102141014.1025893-1-Frank.Li@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | pci-epf-vntb clean up | expand |
On Wed, Nov 02, 2022 at 10:10:07AM -0400, Frank Li wrote: > continue patch series https://www.spinics.net/lists/linux-pci/msg130372.html > https://www.spinics.net/lists/linux-pci/msg130924.html > > Lorenzo suggest create new series. Version number continue from old one > Change from v15 to v16 > consistent subject > Add () after pci_epc_mem_free_addr Don't forget these comments on your v15: https://lore.kernel.org/r/20221101172006.GA1264778@bhelgaas
> -----Original Message----- > From: Bjorn Helgaas <helgaas@kernel.org> > Sent: Wednesday, November 2, 2022 6:03 PM > To: Frank Li <frank.li@nxp.com> > Cc: mani@kernel.org; allenbh@gmail.com; bhelgaas@google.com; > dave.jiang@intel.com; imx@lists.linux.dev; jdmason@kudzu.us; > kw@linux.com; linux-kernel@vger.kernel.org; linux-pci@vger.kernel.org; > lpieralisi@kernel.org; ntb@lists.linux.dev > Subject: [EXT] Re: [PATCH v16 0/7] pci-epf-vntb clean up > > Caution: EXT Email > > On Wed, Nov 02, 2022 at 10:10:07AM -0400, Frank Li wrote: > > continue patch series > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww > .spinics.net%2Flists%2Flinux- > pci%2Fmsg130372.html&data=05%7C01%7CFrank.Li%40nxp.com%7C01d > f759917bd40de2a6a08dabd2668df%7C686ea1d3bc2b4c6fa92cd99c5c301635% > 7C0%7C0%7C638030269909169306%7CUnknown%7CTWFpbGZsb3d8eyJWIjoi > MC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C300 > 0%7C%7C%7C&sdata=ejz4GV8zkQCqKY6fVhpS4Xh2yKmL1661pRdqpnOJ > xp4%3D&reserved=0 > > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww > .spinics.net%2Flists%2Flinux- > pci%2Fmsg130924.html&data=05%7C01%7CFrank.Li%40nxp.com%7C01d > f759917bd40de2a6a08dabd2668df%7C686ea1d3bc2b4c6fa92cd99c5c301635% > 7C0%7C0%7C638030269909169306%7CUnknown%7CTWFpbGZsb3d8eyJWIjoi > MC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C300 > 0%7C%7C%7C&sdata=QhWY8%2F0FvNK1hvMM9JL34j5M9I9gu%2BgBt1 > JQEih0HrE%3D&reserved=0 > > > > Lorenzo suggest create new series. Version number continue from old one > > Change from v15 to v16 > > consistent subject > > Add () after pci_epc_mem_free_addr > > Don't forget these comments on your v15: > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.k > ernel.org%2Fr%2F20221101172006.GA1264778%40bhelgaas&data=05%7 > C01%7CFrank.Li%40nxp.com%7C01df759917bd40de2a6a08dabd2668df%7C68 > 6ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C638030269909169306%7CUn > known%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6 > Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Gmi8t7jCrFXo > 2LIxd7epeC7aOAlgaw7Xe51zLJq5gzQ%3D&reserved=0 [Frank Li] I fixed all. Just cover letter reused V15 one and forget update Patch lists. The real patches subject should be updated.
On Wed, 2 Nov 2022 10:10:07 -0400, Frank Li wrote: > continue patch series https://www.spinics.net/lists/linux-pci/msg130372.html > https://www.spinics.net/lists/linux-pci/msg130924.html > > Lorenzo suggest create new series. Version number continue from old one > Change from v15 to v16 > consistent subject > Add () after pci_epc_mem_free_addr > > [...] Applied to pci/endpoint, thanks! [1/7] PCI: endpoint: pci-epf-vntb: clean up kernel_doc warning https://git.kernel.org/lpieralisi/pci/c/929880484045 [2/7] PCI: endpoint: pci-epf-vntb: fix indentation of the struct epf_ntb_ctrl https://git.kernel.org/lpieralisi/pci/c/1d118fed348f [3/7] PCI: endpoint: pci-epf-vntb: fix call pci_epc_mem_free_addr() at err path https://git.kernel.org/lpieralisi/pci/c/0c031262d2dd [4/7] PCI: endpoint: pci-epf-vntb: remove unused field epf_db_phy https://git.kernel.org/lpieralisi/pci/c/03d426ae5426 [5/7] PCI: endpoint: pci-epf-vntb: replace hardcode 4 with sizeof(u32) https://git.kernel.org/lpieralisi/pci/c/2b35c886556a [6/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at epf_db https://git.kernel.org/lpieralisi/pci/c/01dcec6d57ce [7/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at ntb->reg https://git.kernel.org/lpieralisi/pci/c/5f697b25009c Thanks, Lorenzo