Re: [PATCH v2 8/9] libata-scsi: Move sense buffers onto stack
From: Tejun Heo <tj@kernel.org>
Date: 2018-08-01 15:45:09
Also in:
linux-block, linux-scsi, lkml, target-devel
From: Tejun Heo <tj@kernel.org>
Date: 2018-08-01 15:45:09
Also in:
linux-block, linux-scsi, lkml, target-devel
On Tue, Jul 31, 2018 at 12:51:53PM -0700, Kees Cook wrote:
To support future compile-time sizeof() checks that will be able to validate the length of sense buffers, this removes the only dynamically allocated sense buffers in the tree by putting the 96 byte sense buffers on the stack.
Acked-by: Tejun Heo <tj@kernel.org> Thanks. -- tejun