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:   Sat, 04 Apr 2020 20:07:03 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     sfr@...b.auug.org.au
Cc:     bot@...nelci.org, linux-next@...r.kernel.org,
        linux-kernel@...r.kernel.org, chenqiwu@...omi.com
Subject: Re: linux-next: build failure after merge of the ide tree

From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Sun, 5 Apr 2020 11:13:07 +1000

> Hi all,
> 
> After merging the ide tree, yesterday's linux-next build (mips
> bigsur_defconfig) failed like this:
> 
> drivers/ide/ide-scan-pci.c:104:13: error: incompatible type for argument 1 of ‘list_del’
> 
> Caused by commit
> 
>   6a0033457f23 ("drivers/ide: convert to list_for_each_entry_safe()")
> 
> list_del() takes a "struct list_head *", struct pci_driver::node is a
> "struct list_head" i.e. there is a missing '&'.

Thanks Stephen, the kbuild bot caught this too and it's not fixed in the
ide GIT tree.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ