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: <CAEUSe787_LxgSWmo4cxU52Ti3mq3ydtco5J7A87Eec7HeLMCNQ@mail.gmail.com>
Date:   Mon, 10 Feb 2020 11:45:58 -0600
From:   Daniel Díaz <daniel.diaz@...aro.org>
To:     Arnd Bergmann <arnd@...db.de>
Cc:     Naresh Kamboju <naresh.kamboju@...aro.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        open list <linux-kernel@...r.kernel.org>,
        linux- stable <stable@...r.kernel.org>,
        Ben Hutchings <ben.hutchings@...ethink.co.uk>,
        Sasha Levin <sashal@...nel.org>, lkft-triage@...ts.linaro.org,
        Basil Eljuse <Basil.Eljuse@....com>
Subject: Re: [PATCH 5.5 284/367] compat: scsi: sg: fix v3 compat read/write interface

Helo!

On Mon, 10 Feb 2020 at 09:58, Arnd Bergmann <arnd@...db.de> wrote:
> On Mon, Feb 10, 2020 at 4:41 PM Naresh Kamboju
> <naresh.kamboju@...aro.org> wrote:
> >
> > The arm64 architecture 64k page size enabled build failed on stable rc 5.5
> > CONFIG_ARM64_64K_PAGES=y
> > CROSS_COMPILE=aarch64-linux-gnu-
> > Toolchain gcc-9
> >
> > In file included from ../block/scsi_ioctl.c:23:
> >  ../include/scsi/sg.h:75:2: error: unknown type name ‘compat_int_t’
> >   compat_int_t interface_id; /* [i] 'S' for SCSI generic (required) */
> >   ^~~~~~~~~~~~
> >  ../include/scsi/sg.h:76:2: error: unknown type name ‘compat_int_t’
> >   compat_int_t dxfer_direction; /* [i] data transfer direction  */
> >   ^~~~~~~~~~~~
> >
> > ...
> >  ../include/scsi/sg.h:97:2: error: unknown type name ‘compat_uint_t’
> >   compat_uint_t info;  /* [o] auxiliary information */
>
> Hi Naresh,
>
> Does it work if you backport 071aaa43513a ("compat: ARM64: always include
> asm-generic/compat.h")?

Yes, cherry-picking 556d687a4ccd ("compat: ARM64: always include
asm-generic/compat.h") gets it back on track.

Thanks and greetings!

Daniel Díaz
daniel.diaz@...aro.org

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ