Re: [PATCH] fnic: fixup patch to resolve stack frame issues

From: Greg KH
Date: Wed Jan 27 2021 - 02:56:05 EST


On Tue, Jan 26, 2021 at 05:21:24PM -0800, Lee Duncan wrote:
> From: Hannes Reinecke <hare@xxxxxxx>
>
> Commit 42ec15ceaea7 fixed a gcc issue with unused variables, but
> introduced errors since it allocated an array of two u64-s but
> then used more than that. Set the arrays to the proper size.
>
> Fixes: 42ec15ceaea74b5f7a621fc6686cbf69ca66c4cf

Please use the documented way to show sha1 commit ids to make it easier
to understand:

42ec15ceaea7 ("scsi: fnic: fix invalid stack access")

thanks,

greg k-h