Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751474AbdGQNrz (ORCPT ); Mon, 17 Jul 2017 09:47:55 -0400 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 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 Content-Disposition: inline In-Reply-To: <20170717132946.GK21910@glebfm.cloud.tilaa.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 612 Lines: 18 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