Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754834Ab2FDPlI (ORCPT ); Mon, 4 Jun 2012 11:41:08 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:47813 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751374Ab2FDPlG (ORCPT ); Mon, 4 Jun 2012 11:41:06 -0400 Message-ID: <4FCCD70D.5010908@suse.cz> Date: Mon, 04 Jun 2012 17:41:01 +0200 From: Jiri Slaby User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120530 Thunderbird/14.0a2 MIME-Version: 1.0 To: Richard Weinberger CC: Jiri Slaby , gregkh@linuxfoundation.org, alan@linux.intel.com, linux-kernel@vger.kernel.org, Jeff Dike , user-mode-linux-devel@lists.sourceforge.net, Al Viro Subject: Re: [PATCH 13/24] TTY: um/line, use tty from tty_port References: <1338809738-18967-1-git-send-email-jslaby@suse.cz> <1338809738-18967-14-git-send-email-jslaby@suse.cz> <4FCCA3A6.8080608@nod.at> <4FCCD224.1020307@suse.cz> <4FCCD44A.3090500@nod.at> In-Reply-To: <4FCCD44A.3090500@nod.at> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1107 Lines: 33 On 06/04/2012 05:29 PM, Richard Weinberger wrote: > It looks like that it solves UML's TTY issues with systemd distros. > :-) Good. >> So the switch of the driver to the new tty port API, as suggested >> by Alan, is still needed. I might do that later if I learn how to >> make UML work. (The conversion is by definition invasive and >> needs runtime testing.) > > Two days ago I did so but still faced the problems described here: > https://lkml.org/lkml/2012/3/10/163 Hmm, I remember. I suggest you to split the patch into several pieces. For example moving the code from ->open into ->install can be done separately. Otherwise it's hard to tell what's wrong with the patch as a whole. Also, it would be good to see the patch rebased on the top of my patch, because tty_port_set/get pieces would be gone from your patch too. regards, -- js suse labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/