From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v2 8/9] libata-scsi: Move sense buffers onto stack Date: Wed, 1 Aug 2018 01:24:29 -0700 Message-ID: <20180801082429.GD26378@infradead.org> References: <20180731195155.46664-1-keescook@chromium.org> <20180731195155.46664-9-keescook@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180731195155.46664-9-keescook@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: Kees Cook Cc: Jens Axboe , Christoph Hellwig , "Martin K. Petersen" , "James E.J. Bottomley" , Tejun Heo , Borislav Petkov , "David S. Miller" , "Manoj N. Kumar" , "Matthew R. Ochs" , Uma Krishnan , "Nicholas A. Bellinger" , Thomas Gleixner , Philippe Ombredanne , Stephen Boyd , Cyrille Pitchen , Juergen Gross , Viresh Kumar , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= List-Id: linux-ide@vger.kernel.org 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. > > Signed-off-by: Kees Cook Looks good, Reviewed-by: Christoph Hellwig