Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1586974

Re: [PATCH v2] uapi: fix linux/rds.h userspace compilation errors

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH v2] uapi: fix linux/rds.h userspace compilation errors
Date 2017-02-23 17:00 +0100
Message-ID <te3Yd-3fj-3@gated-at.bofh.it> (permalink)
References <tdQeB-27X-3@gated-at.bofh.it> <tdZKW-Bp-17@gated-at.bofh.it> <tdZUC-Ex-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: "Dmitry V. Levin" <ldv@altlinux.org>
Date: Thu, 23 Feb 2017 14:35:23 +0300

> Consistently use types from linux/types.h to fix the following
> linux/rds.h userspace compilation errors:
> 
> /usr/include/linux/rds.h:198:2: error: unknown type name 'u8'
>   u8 rx_traces;
> /usr/include/linux/rds.h:199:2: error: unknown type name 'u8'
>   u8 rx_trace_pos[RDS_MSG_RX_DGRAM_TRACE_MAX];
> /usr/include/linux/rds.h:203:2: error: unknown type name 'u8'
>   u8 rx_traces;
> /usr/include/linux/rds.h:204:2: error: unknown type name 'u8'
>   u8 rx_trace_pos[RDS_MSG_RX_DGRAM_TRACE_MAX];
> /usr/include/linux/rds.h:205:2: error: unknown type name 'u64'
>   u64 rx_trace[RDS_MSG_RX_DGRAM_TRACE_MAX];
> 
> Fixes: 3289025aedc0 ("RDS: add receive message trace used by application")
> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
> Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
> ---
> v2: fixed "Fixes:" line

Applied.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] uapi: fix linux/rds.h userspace compilation errors "Dmitry V. Levin" <ldv@altlinux.org> - 2017-02-23 02:20 +0100
  Re: [PATCH] uapi: fix linux/rds.h userspace compilation errors Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2017-02-23 02:50 +0100
  Re: [PATCH] uapi: fix linux/rds.h userspace compilation errors Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2017-02-23 12:30 +0100
    [PATCH v2] uapi: fix linux/rds.h userspace compilation errors "Dmitry V. Levin" <ldv@altlinux.org> - 2017-02-23 12:40 +0100
      Re: [PATCH v2] uapi: fix linux/rds.h userspace compilation errors David Miller <davem@davemloft.net> - 2017-02-23 17:00 +0100

csiph-web