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] [day] [month] [year] [list]
Date:   Sat, 18 Feb 2017 21:44:41 -0800
From:   "Nicholas A. Bellinger" <nab@...ux-iscsi.org>
To:     "Dmitry V. Levin" <ldv@...linux.org>
Cc:     Andy Grover <agrover@...hat.com>, Sheng Yang <sheng@...ker.org>,
        linux-kernel@...r.kernel.org,
        target-devel <target-devel@...r.kernel.org>
Subject: Re: [PATCH] uapi: fix linux/target_core_user.h userspace
 compilation errors

Hi Dmitry,

On Wed, 2017-02-15 at 23:04 +0300, Dmitry V. Levin wrote:
> Consistently use types from linux/types.h to fix the following
> linux/target_core_user.h userspace compilation errors:
> 
> /usr/include/linux/target_core_user.h:108:4: error: unknown type name 'uint32_t'
>     uint32_t iov_cnt;
> /usr/include/linux/target_core_user.h:109:4: error: unknown type name 'uint32_t'
>     uint32_t iov_bidi_cnt;
> /usr/include/linux/target_core_user.h:110:4: error: unknown type name 'uint32_t'
>     uint32_t iov_dif_cnt;
> /usr/include/linux/target_core_user.h:111:4: error: unknown type name 'uint64_t'
>     uint64_t cdb_off;
> /usr/include/linux/target_core_user.h:112:4: error: unknown type name 'uint64_t'
>     uint64_t __pad1;
> /usr/include/linux/target_core_user.h:113:4: error: unknown type name 'uint64_t'
>     uint64_t __pad2;
> /usr/include/linux/target_core_user.h:117:4: error: unknown type name 'uint8_t'
>     uint8_t scsi_status;
> /usr/include/linux/target_core_user.h:118:4: error: unknown type name 'uint8_t'
>     uint8_t __pad1;
> /usr/include/linux/target_core_user.h:119:4: error: unknown type name 'uint16_t'
>     uint16_t __pad2;
> /usr/include/linux/target_core_user.h:120:4: error: unknown type name 'uint32_t'
>     uint32_t __pad3;
> 
> Signed-off-by: Dmitry V. Levin <ldv@...linux.org>
> ---
>  include/uapi/linux/target_core_user.h | 22 +++++++++++-----------
>  1 file changed, 11 insertions(+), 11 deletions(-)

Applied to target-pending/for-next.

Thank you.

Powered by blists - more mailing lists