From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755446AbaFKHNL (ORCPT ); Wed, 11 Jun 2014 03:13:11 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:36131 "EHLO e06smtp16.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755347AbaFKHNJ (ORCPT ); Wed, 11 Jun 2014 03:13:09 -0400 Date: Wed, 11 Jun 2014 09:13:03 +0200 From: Heiko Carstens 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 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> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14061107-3548-0000-0000-00000012E13C Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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!