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:	Thu, 01 Oct 2015 22:42:10 +0200
From:	Arnd Bergmann <arnd@...db.de>
To:	kbuild test robot <lkp@...el.com>
Cc:	Gabriel Laskar <gabriel@....epita.fr>, kbuild-all@...org,
	open list <linux-kernel@...r.kernel.org>,
	"open list:ABI/API" <linux-api@...r.kernel.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH] uapi: remove i2o header in uapi

On Thursday 01 October 2015 23:56:54 kbuild test robot wrote:
> Hi Gabriel,
> 
> [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore]
> 
> config: x86_64-acpi-redef (attached as .config)
> reproduce:
>         git checkout e8edc215dd1ecc5508a7dbcd62d3f2fed6be299c
>         # save the attached .config to linux build tree
>         make ARCH=x86_64 
> 
> All error/warnings (new ones prefixed by >>):
> 
>    In file included from drivers/scsi/dpti.h:56:0,
>                     from drivers/scsi/dpt_i2o.c:71:
> >> drivers/scsi/dpt/dpti_i2o.h:22:27: fatal error: linux/i2o-dev.h: No such file or directory
>    compilation terminated.
> 
> vim +22 drivers/scsi/dpt/dpti_i2o.h

I tried to find out why this driver is still there when the subsystem is gone.
According to information from https://bugzilla.kernel.org/show_bug.cgi?id=4940,
this is an alternative driver for the same hardware (the bug was about loading
both drivers simultaneously).

The proper fix should be to move the header file into drivers/scsi/dpt/ and
remove everything that this driver does not use, at least the ioctl interface,
but possibly all of the file.

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ