From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750790AbWAaMfo (ORCPT ); Tue, 31 Jan 2006 07:35:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750791AbWAaMfo (ORCPT ); Tue, 31 Jan 2006 07:35:44 -0500 Received: from ns.suse.de ([195.135.220.2]:17536 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1750790AbWAaMfn (ORCPT ); Tue, 31 Jan 2006 07:35:43 -0500 To: "Jan Beulich" Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] pass proper trap numbers to die chain handlers References: <43DDF02E.76F0.0078.0@novell.com.suse.lists.linux.kernel> From: Andi Kleen In-Reply-To: <43DDF02E.76F0.0078.0@novell.com.suse.lists.linux.kernel> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Date: 31 Jan 2006 13:35:39 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "Jan Beulich" writes: > From: Jan Beulich > > Pass the trap number causing the call to notify_die() to the die > notification handler chain in a number of instances. Also, honor the > return value from the handler chain invocation in die() as, through a Looks good to me. Feel free to add a Acked-by: ak@suse.de. -Andi