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]
Message-ID: <2025020621-feeble-attire-0611@gregkh>
Date: Thu, 6 Feb 2025 09:14:02 +0100
From: Greg KH <greg@...ah.com>
To: Benjamin Larsson <benjamin.larsson@...exis.eu>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the tty tree

On Thu, Feb 06, 2025 at 08:40:34AM +0100, Benjamin Larsson wrote:
> On 2025-02-06 03:53, Stephen Rothwell wrote:
> > Hi all,
> > 
> > After merging the tty tree, today's linux-next build (x86_64_allmodconfig)
> > failed like this:
> > 
> > drivers/tty/serial/8250/8250_airoha.c:52:6: error: redefinition of 'airoha8250_set_baud_rate'
> >     52 | void airoha8250_set_baud_rate(struct uart_port *port,
> >        |      ^~~~~~~~~~~~~~~~~~~~~~~~
> > In file included from drivers/tty/serial/8250/8250_airoha.c:10:
> > drivers/tty/serial/8250/8250.h:328:20: note: previous definition of 'airoha8250_set_baud_rate' with type 'void(struct uart_port *, unsigned int,  unsigned int)'
> >    328 | static inline void airoha8250_set_baud_rate(struct uart_port *port,
> >        |                    ^~~~~~~~~~~~~~~~~~~~~~~~
> > 
> > Caused by commit
> > 
> >    e12ebf14fa36 ("serial: Airoha SoC UART and HSUART support")
> > 
> > I have used the tty tree from next-20250205 for today.
> > 
> COMPILE_TEST seems to be the cause for this.
> 
> +config SERIAL_8250_AIROHA
> +	tristate "Airoha UART support"
> +	depends on (ARCH_AIROHA || COMPILE_TEST) && OF && SERIAL_8250
> 
> 
> Should I send a patch removing this?

No, you should allow COMPILE_TEST to build the code, right?  Odd that I
can't build it here for some reason, I guess I need to enable OF on my
test builds...

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ