From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH] [PING] Fix TIOCGPTPEER ioctl definition Date: Mon, 17 Jul 2017 15:47:46 +0200 Message-ID: <20170717134746.GA19574@kroah.com> References: <20170717132946.GK21910@glebfm.cloud.tilaa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170717132946.GK21910@glebfm.cloud.tilaa.com> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: linux-arch.vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:56546 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751306AbdGQNrw (ORCPT ); Mon, 17 Jul 2017 09:47:52 -0400 Date: Mon, 17 Jul 2017 15:47:46 +0200 From: Greg Kroah-Hartman 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 Content-Disposition: inline In-Reply-To: <20170717132946.GK21910@glebfm.cloud.tilaa.com> Sender: linux-arch-owner@vger.kernel.org List-ID: 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" Message-ID: <20170717134746.IJaR-EkWrJjA7kw0FfBaT4-1veJ5bIxRMfagiWQasgw@z> 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