lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 21 Jan 2020 15:46:22 +0000
From:   Jon Hunter <jonathanh@...dia.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC:     Jiri Slaby <jslaby@...e.com>,
        Thierry Reding <thierry.reding@...il.com>,
        <linux-serial@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linux-tegra@...r.kernel.org>, Jeff Brasen <jbrasen@...dia.com>
Subject: Re: [PATCH] serial: 8250_tegra: Create Tegra specific 8250 driver


On 21/01/2020 15:41, Greg Kroah-Hartman wrote:
> On Mon, Jan 20, 2020 at 04:01:49PM +0000, Jon Hunter wrote:
>> diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
>> index f16824bbb573..432b47647677 100644
>> --- a/drivers/tty/serial/8250/Kconfig
>> +++ b/drivers/tty/serial/8250/Kconfig
>> @@ -500,6 +500,15 @@ config SERIAL_8250_PXA
>>  	  applicable to both devicetree and legacy boards, and early console is
>>  	  part of its support.
>>  
>> +config SERIAL_8250_TEGRA
>> +	tristate "8250 support for Tegra serial ports"
>> +	default SERIAL_8250
>> +	depends on SERIAL_8250
>> +	depends on ARCH_TEGRA
> 
> No COMPILE_TEST support so we can make sure we don't break the thing
> somehow?

Good point. Will add.

Thanks
Jon

-- 
nvpublic

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ