Message ID | 20190327235051.67361-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show |
Series | Multiple fixes for issues reported by static checkers | expand |
On Wed, Mar 27, 2019 at 04:50:44PM -0700, Bart Van Assche wrote: > Hi Jason, > > This patch series addresses several warnings reported by gcc + W=1, sparse > and smatch. Please consider these patches for kernel v5.2. > > Thanks, > > Bart. > > Changes compared to v1: > - As requested by Leon, left out patch "IB/mlx5: Only define uplink_rep_profile > if CONFIG_MLX5_ESWITCH is enabled". > > Bart Van Assche (7): > RDMA/uverbs: Add a __user annotation to a pointer > RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a > __user pointer > RDMA/uverbs: Allow the compiler to verify declaration and definition > consistency > IB/mlx5: Declare devx_async_cmd_event_fops static > IB/hfi1: Fix two format strings > IB/qib: Remove a set-but-not-used variable Applied to for-next, thanks > IB/hfi1: Remove set-but-not-used variables Dropped this one as requested Jason