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-next>] [day] [month] [year] [list]
Date:	Tue, 9 Sep 2014 15:32:25 -0700
From:	Jim Davis <jim.epost@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next <linux-next@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	jslaby@...e.cz, linux-serial@...r.kernel.org
Subject: randconfig build error with next-20140909, in drivers/tty/serial/serial_mctrl_gpio.c

Building with the attached random configuration file,

drivers/tty/serial/serial_mctrl_gpio.c:44:6: error: redefinition of
‘mctrl_gpio_set’
 void mctrl_gpio_set(struct mctrl_gpios *gpios, unsigned int mctrl)
      ^
In file included from drivers/tty/serial/serial_mctrl_gpio.c:23:0:
drivers/tty/serial/serial_mctrl_gpio.h:80:6: note: previous definition
of ‘mctrl_gpio_set’ was here
 void mctrl_gpio_set(struct mctrl_gpios *gpios, unsigned int mctrl)
      ^
drivers/tty/serial/serial_mctrl_gpio.c:59:19: error: redefinition of
‘mctrl_gpio_to_gpiod’
 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios,
                   ^
In file included from drivers/tty/serial/serial_mctrl_gpio.c:23:0:
drivers/tty/serial/serial_mctrl_gpio.h:91:19: note: previous
definition of ‘mctrl_gpio_to_gpiod’ was here
 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios,
                   ^
drivers/tty/serial/serial_mctrl_gpio.c:69:14: error: redefinition of
‘mctrl_gpio_get’
 unsigned int mctrl_gpio_get(struct mctrl_gpios *gpios, unsigned int *mctrl)
              ^
In file included from drivers/tty/serial/serial_mctrl_gpio.c:23:0:
drivers/tty/serial/serial_mctrl_gpio.h:85:14: note: previous
definition of ‘mctrl_gpio_get’ was here
 unsigned int mctrl_gpio_get(struct mctrl_gpios *gpios, unsigned int *mctrl)
              ^
drivers/tty/serial/serial_mctrl_gpio.c:93:21: error: redefinition of
‘mctrl_gpio_init’
 struct mctrl_gpios *mctrl_gpio_init(struct device *dev, unsigned int idx)
                     ^
In file included from drivers/tty/serial/serial_mctrl_gpio.c:23:0:
drivers/tty/serial/serial_mctrl_gpio.h:98:21: note: previous
definition of ‘mctrl_gpio_init’ was here
 struct mctrl_gpios *mctrl_gpio_init(struct device *dev, unsigned int idx)
                     ^
drivers/tty/serial/serial_mctrl_gpio.c:131:6: error: redefinition of
‘mctrl_gpio_free’
 void mctrl_gpio_free(struct device *dev, struct mctrl_gpios *gpios)
      ^
In file included from drivers/tty/serial/serial_mctrl_gpio.c:23:0:
drivers/tty/serial/serial_mctrl_gpio.h:104:6: note: previous
definition of ‘mctrl_gpio_free’ was here
 void mctrl_gpio_free(struct device *dev, struct mctrl_gpios *gpios)
      ^
  CC [M]  drivers/net/wireless/ti/wl1251/io.o
make[3]: *** [drivers/tty/serial/serial_mctrl_gpio.o] Error 1

View attachment "randconfig-1410296548.txt" of type "text/plain" (89441 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ