From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756883AbcIGT6s (ORCPT ); Wed, 7 Sep 2016 15:58:48 -0400 Received: from ozlabs.org ([103.22.144.67]:58734 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756871AbcIGT56 (ORCPT ); Wed, 7 Sep 2016 15:57:58 -0400 From: Rusty Russell To: Daniel Baluta , Daniel Baluta Cc: lguest , Linux Kernel Mailing List Subject: Re: [PATCH] tools/lguest: Don't bork the terminal in case of wrong args In-Reply-To: References: <1449585332-12360-1-git-send-email-daniel.baluta@intel.com> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Wed, 07 Sep 2016 19:48:20 +0930 Message-ID: <87bn006mj7.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Daniel Baluta writes: > On Tue, Dec 8, 2015 at 4:35 PM, Daniel Baluta wrote: >> Running lguest without arguments or with a wrong argument name >> borks the terminal, because the cleanup handler is set up too late >> in the initialization process. >> >> Signed-off-by: Daniel Baluta > > Hi Rusty, > > Any chance to pick this up? Oops! Well re-send to the x86 tree.... Thanks! Rusty.