From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xB4P60mYqzDrDC for ; Mon, 17 Jul 2017 23:47:53 +1000 (AEST) Date: Mon, 17 Jul 2017 15:47:46 +0200 From: Greg Kroah-Hartman To: Gleb Fotengauer-Malinovskiy Cc: Aleksa Sarai , David Laight , James Hogan , "linux-arch@vger.kernel.org" , "linux-mips@linux-mips.org" , Valentin Rothberg , "linux-parisc@vger.kernel.org" , Arnd Bergmann , "linux-sh@vger.kernel.org" , "linux-xtensa@linux-xtensa.org" , "linux-alpha@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Dmitry V. Levin" , Jiri Slaby , "sparclinux@vger.kernel.org" , Christian Brauner , "linuxppc-dev@lists.ozlabs.org" Subject: Re: [PATCH] [PING] Fix TIOCGPTPEER ioctl definition Message-ID: <20170717134746.GA19574@kroah.com> References: <20170717132946.GK21910@glebfm.cloud.tilaa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170717132946.GK21910@glebfm.cloud.tilaa.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jul 17, 2017 at 04:29:46PM +0300, Gleb Fotengauer-Malinovskiy wrote: > This ioctl does nothing to justify an _IOC_READ or _IOC_WRITE flag > because it doesn't copy anything from/to userspace to access the > argument. > > Fixes: 54ebbfb16034 ("tty: add TIOCGPTPEER ioctl") > Signed-off-by: Gleb Fotengauer-Malinovskiy > Acked-by: Aleksa Sarai > Acked-by: Arnd Bergmann Why the PING? -rc1 just happened, so I am only now able to apply the patch to the tree. Please relax, you are behind about 800+ other patches in my queue... thanks, greg k-h