Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-17 Thread kbuild test robot
Hi Daniel, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [also build test ERROR on next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-17 Thread kbuild test robot
Hi Daniel, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [also build test ERROR on next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Daniel Kurtz
On Wed, Mar 14, 2018 at 6:55 PM Kees Cook wrote: > On Wed, Mar 14, 2018 at 5:23 PM, Daniel Kurtz wrote: > > On Wed, Mar 14, 2018 at 5:00 PM Kees Cook wrote: > > > >> On Wed, Mar 14, 2018 at 3:58 PM, Kees Cook

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Daniel Kurtz
On Wed, Mar 14, 2018 at 6:55 PM Kees Cook wrote: > On Wed, Mar 14, 2018 at 5:23 PM, Daniel Kurtz wrote: > > On Wed, Mar 14, 2018 at 5:00 PM Kees Cook wrote: > > > >> On Wed, Mar 14, 2018 at 3:58 PM, Kees Cook wrote: > >> > On Wed, Mar 14, 2018 at 2:44 PM, Daniel Kurtz > > wrote: > >> > Sorry

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Kees Cook
On Wed, Mar 14, 2018 at 5:23 PM, Daniel Kurtz wrote: > On Wed, Mar 14, 2018 at 5:00 PM Kees Cook wrote: > >> On Wed, Mar 14, 2018 at 3:58 PM, Kees Cook wrote: >> > On Wed, Mar 14, 2018 at 2:44 PM, Daniel Kurtz

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Kees Cook
On Wed, Mar 14, 2018 at 5:23 PM, Daniel Kurtz wrote: > On Wed, Mar 14, 2018 at 5:00 PM Kees Cook wrote: > >> On Wed, Mar 14, 2018 at 3:58 PM, Kees Cook wrote: >> > On Wed, Mar 14, 2018 at 2:44 PM, Daniel Kurtz > wrote: >> > Sorry for being dense. What tree is this against? I can't find mention

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Daniel Kurtz
On Wed, Mar 14, 2018 at 5:00 PM Kees Cook wrote: > On Wed, Mar 14, 2018 at 3:58 PM, Kees Cook wrote: > > On Wed, Mar 14, 2018 at 2:44 PM, Daniel Kurtz wrote: > > Sorry for being dense. What tree is this against? I can't find

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Daniel Kurtz
On Wed, Mar 14, 2018 at 5:00 PM Kees Cook wrote: > On Wed, Mar 14, 2018 at 3:58 PM, Kees Cook wrote: > > On Wed, Mar 14, 2018 at 2:44 PM, Daniel Kurtz wrote: > > Sorry for being dense. What tree is this against? I can't find mention > > of amdcz in Linus's tree nor linux-next. > As I watched

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Kees Cook
On Wed, Mar 14, 2018 at 3:58 PM, Kees Cook wrote: > On Wed, Mar 14, 2018 at 2:44 PM, Daniel Kurtz wrote: > Sorry for being dense. What tree is this against? I can't find mention > of amdcz in Linus's tree nor linux-next. As I watched this email send,

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Kees Cook
On Wed, Mar 14, 2018 at 3:58 PM, Kees Cook wrote: > On Wed, Mar 14, 2018 at 2:44 PM, Daniel Kurtz wrote: > Sorry for being dense. What tree is this against? I can't find mention > of amdcz in Linus's tree nor linux-next. As I watched this email send, I noticed the "3/3" in the Subject. ;) I see

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Kees Cook
On Wed, Mar 14, 2018 at 2:44 PM, Daniel Kurtz wrote: > The old_serial_port global array in 8250_core is supposed to hold an entry > for each serial port on the system that cannot be discovered via a > standard enumeration mechanism (aka ACPI/PCI/DTS). The array is populated

Re: [PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Kees Cook
On Wed, Mar 14, 2018 at 2:44 PM, Daniel Kurtz wrote: > The old_serial_port global array in 8250_core is supposed to hold an entry > for each serial port on the system that cannot be discovered via a > standard enumeration mechanism (aka ACPI/PCI/DTS). The array is populated > at compile-time

[PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Daniel Kurtz
The old_serial_port global array in 8250_core is supposed to hold an entry for each serial port on the system that cannot be discovered via a standard enumeration mechanism (aka ACPI/PCI/DTS). The array is populated at compile-time from the value specified in the SERIAL_PORT_DFNS macro. This

[PATCH v2 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Daniel Kurtz
The old_serial_port global array in 8250_core is supposed to hold an entry for each serial port on the system that cannot be discovered via a standard enumeration mechanism (aka ACPI/PCI/DTS). The array is populated at compile-time from the value specified in the SERIAL_PORT_DFNS macro. This