Re: Add linux-um archives to lore.kernel.org?

2023-02-10 Thread Bjorn Helgaas
On Fri, Feb 10, 2023 at 5:02 PM Konstantin Ryabitsev wrote: > On Thu, Nov 17, 2022 at 09:58:31AM +0100, Geert Uytterhoeven wrote: > > > > Thank you, I have triggered the export from Gmail. After I have received > > > > the export archive, I will merge it with my local pre-Gmail archives. > > > > >

Re: Add linux-um archives to lore.kernel.org?

2022-10-14 Thread Bjorn Helgaas
On Fri, Oct 14, 2022 at 08:06:43PM +0200, Geert Uytterhoeven wrote: > On Thu, Oct 13, 2022 at 8:48 PM Geert Uytterhoeven > wrote: > Konstantin: I believe there is a bug in the sending procedure [3]: > > tar cf full-archives.tar dir-with-mbox-files > > I guess that should be > > tar cf

Re: Add linux-um archives to lore.kernel.org?

2022-10-12 Thread Bjorn Helgaas
On Wed, Oct 12, 2022 at 02:11:44PM -0500, Bjorn Helgaas wrote: > https://korg.docs.kernel.org/lore.html says pipermail archives like > infradead has are not ideal, but I don't have any archives at all, and > I don't know how to get even pipermail archives out of infradead. FWI

Add linux-um archives to lore.kernel.org?

2022-10-12 Thread Bjorn Helgaas
The linux-um@lists.infradead.org mailing list is listed in MAINTAINERS and is quite active [1]. Once in a while a commit links to the infradead pipermail archive [2] (the link in that commit appears broken). I propose that we add linux-um to the lore.kernel.org archives so future commits can use

Re: [PATCH v6 1/4] PCI: Remove pci_get_legacy_ide_irq and asm-generic/pci.h

2022-07-22 Thread Bjorn Helgaas
On Sat, Jul 23, 2022 at 06:49:41AM +0900, Stafford Horne wrote: > The definition of the pci header function pci_get_legacy_ide_irq is only > used in platforms that support PNP. So many of the architecutres where > it is defined do not use it. This also means we can remove > asm-generic/pci.h as a

Re: [PATCH v5 4/4] asm-generic: Add new pci.h and use it

2022-07-22 Thread Bjorn Helgaas
On Sat, Jul 23, 2022 at 07:56:38AM +0900, Stafford Horne wrote: > On Fri, Jul 22, 2022 at 05:31:46PM -0500, Bjorn Helgaas wrote: > > On Sat, Jul 23, 2022 at 06:43:31AM +0900, Stafford Horne wrote: > > > > > I will respin a v6 as we didn't get a reply on this. Bj

Re: [PATCH v5 4/4] asm-generic: Add new pci.h and use it

2022-07-22 Thread Bjorn Helgaas
On Sat, Jul 23, 2022 at 06:43:31AM +0900, Stafford Horne wrote: > I will respin a v6 as we didn't get a reply on this. Bjorn are you > planning to apply the series before the upcoming merge window? I see your v6, and I can apply it. I only got patches 1, 2, 4 (without the csky patch). Do you w

Re: [PATCH v5 4/4] asm-generic: Add new pci.h and use it

2022-07-21 Thread Bjorn Helgaas
On Thu, Jul 21, 2022 at 10:49:24PM +0900, Stafford Horne wrote: > The asm/pci.h used for many newer architectures share similar > definitions. Move the common parts to asm-generic/pci.h to allow for > sharing code. > > Suggested-by: Arnd Bergmann > Link: > https://lore.kernel.org/lkml/CAK8P3a0J

Re: [PATCH v4 3/3] asm-generic: Add new pci.h and use it

2022-07-20 Thread Bjorn Helgaas
On Wed, Jul 20, 2022 at 10:19:34PM +0900, Stafford Horne wrote: > The asm/pci.h used for many newer architectures share similar > definitions. Move the common parts to asm-generic/pci.h to allow for > sharing code. > > One thing to note: > > - ARCH_GENERIC_PCI_MMAP_RESOURCE, csky does not defin