Re: [PATCH] RDMA/uverbs: Fix typo of sizeof argument

From: Greg KH
Date: Tue Sep 05 2023 - 12:34:17 EST


On Tue, Sep 05, 2023 at 06:10:21PM +0800, Konstantin Meskhidze wrote:
> Since size of 'hdr' pointer and '*hdr' structure is equal on 64-bit
> machines issue probably didn't cause any wrong behavior. But anyway,
> fixing of typo is required.
>
> Fixes: da0f60df7bd5 ("RDMA/uverbs: Prohibit write() calls with too small buffers")
> Co-developed-by: Ivanov Mikhail <ivanov.mikhail1@xxxxxxxxxxxxxxxxxxx>

Please read the documentation for how to use this tag properly (hint,
you didn't use it properly here...)

thanks,

greg k-h