From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 11 Jun 2014 09:13:03 +0200 From: Heiko Carstens Subject: Re: [PATCH] s390: avoid format strings leaking into names Message-ID: <20140611071303.GA4296@osiris> References: <20140610174620.GA30139@www.outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140610174620.GA30139@www.outflux.net> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Kees Cook Cc: linux-kernel@vger.kernel.org, Martin Schwidefsky , linux390@de.ibm.com, Ingo Tuchscherer , Greg Kroah-Hartman , Kent Overstreet , Tejun Heo , Geoff Levand , Stefan Weinhuber , linux-s390@vger.kernel.org List-ID: On Tue, Jun 10, 2014 at 10:46:20AM -0700, Kees Cook wrote: > This makes sure format strings can't accidentally leak into kernel > interface names. > > Signed-off-by: Kees Cook > --- > drivers/s390/block/dcssblk.c | 2 +- > drivers/s390/char/vmlogrdr.c | 2 +- > drivers/s390/crypto/zcrypt_api.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Applied, thanks!