[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170223.105543.1699699059008041623.davem@davemloft.net>
Date: Thu, 23 Feb 2017 10:55:43 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: ldv@...linux.org
Cc: santosh.shilimkar@...cle.com, sowmini.varadhan@...cle.com,
sergei.shtylyov@...entembedded.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] uapi: fix linux/rds.h userspace compilation errors
From: "Dmitry V. Levin" <ldv@...linux.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@...linux.org>
> Acked-by: Santosh Shilimkar <santosh.shilimkar@...cle.com>
> ---
> v2: fixed "Fixes:" line
Applied.
Powered by blists - more mailing lists