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, 17 Aug 2021 10:51:46 +0100
From:   John Garry <john.garry@...wei.com>
To:     Stephen Rothwell <sfr@...b.auug.org.au>,
        "Martin K. Petersen" <martin.petersen@...cle.com>
CC:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        "Linux Next Mailing List" <linux-next@...r.kernel.org>,
        "linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the scsi-mkp tree

On 17/08/2021 10:47, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the scsi-mkp tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
> 
> In file included from include/linux/byteorder/big_endian.h:5,
>                   from arch/powerpc/include/uapi/asm/byteorder.h:14,
>                   from include/asm-generic/bitops/le.h:7,
>                   from arch/powerpc/include/asm/bitops.h:265,
>                   from include/linux/bitops.h:33,
>                   from include/linux/kernel.h:12,
>                   from include/linux/list.h:9,
>                   from include/linux/module.h:12,
>                   from drivers/scsi/ibmvscsi/ibmvfc.c:10:
> drivers/scsi/ibmvscsi/ibmvfc.c: In function 'ibmvfc_queuecommand':
> drivers/scsi/ibmvscsi/ibmvfc.c:1959:39: error: 'struct scsi_cmnd' has no member named 'tag'
>   1959 |   vfc_cmd->task_tag = cpu_to_be64(cmnd->tag);
>        |                                       ^~
> include/uapi/linux/byteorder/big_endian.h:37:51: note: in definition of macro '__cpu_to_be64'
>     37 | #define __cpu_to_be64(x) ((__force __be64)(__u64)(x))
>        |                                                   ^
> drivers/scsi/ibmvscsi/ibmvfc.c:1959:23: note: in expansion of macro 'cpu_to_be64'
>   1959 |   vfc_cmd->task_tag = cpu_to_be64(cmnd->tag);
>        |                       ^~~~~~~~~~~
> 
> Caused by commit
> 
>    c7c43e3c7147 ("scsi: core: Remove scsi_cmnd.tag")
> 
> I have used the scsi-mkp tree from next-20210816 for today.
> 

sorry... I only built x86 and arm64 allmodconfig. Let me check this.

Thanks

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ