From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755002Ab2I0PXj (ORCPT ); Thu, 27 Sep 2012 11:23:39 -0400 Received: from mail-la0-f46.google.com ([209.85.215.46]:60364 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752533Ab2I0PXh (ORCPT ); Thu, 27 Sep 2012 11:23:37 -0400 Date: Thu, 27 Sep 2012 19:23:33 +0400 From: Cyrill Gorcunov To: Alan Cox Cc: "H. Peter Anvin" , Greg Kroah-Hartman , LKML , Pavel Emelyanov , Jiri Slaby Subject: Re: [RFC] tty: Add get- ioctls to fetch tty status Message-ID: <20120927152333.GN6618@moon> References: <20120923010953.GA17663@kroah.com> <20120923064007.GA2994@moon> <34f6ba7b-2c50-492e-9267-52d328a8d37f@email.android.com> <20120924141441.GD16532@moon> <20120927140502.GB12552@moon> <20120927151447.2460ce44@pyramind.ukuu.org.uk> <20120927141425.GG6618@moon> <5064600D.1090506@zytor.com> <20120927142149.GH6618@moon> <20120927161312.1eadd5d6@pyramind.ukuu.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120927161312.1eadd5d6@pyramind.ukuu.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 27, 2012 at 04:13:12PM +0100, Alan Cox wrote: > > Well, sure inside our tool before doing checkpoint we stop all > > tasks which are part of dumpee process tree. This unfortunatly > > doesn't apply to these ioctl calls. Peter, any idea how to deal > > with that? > > I suspect you can't deal with that. Which isn't to say you can't still > build something useful. The query interfaces are trivial enough and > beyond that it's simply a case of documenting that they are not intended > to be generically "safe" but provide a spot sample. I see, thanks Alan! > Otherwise - TICOGPKT is specific to pty devices. Please therefore put it > in the pty.c code and note that not all platforms use asm-geneic TTY > ioctls so check carefully they all build. I put it into tty_ioctl.c simply because TIOCPKT was there already so I thought it's good idea to keep them close to each other in code.