From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932660AbcGGLVM (ORCPT ); Thu, 7 Jul 2016 07:21:12 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:32191 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751567AbcGGLVK (ORCPT ); Thu, 7 Jul 2016 07:21:10 -0400 X-IronPort-AV: E=Sophos;i="5.28,324,1464652800"; d="scan'208";a="371759178" Subject: Re: [Xen-devel] [PATCH] xenbus: don't BUG() on user mode induced condition To: Jan Beulich , , , Juergen Gross References: <577E1FAD02000078000FBD88@prv-mh.provo.novell.com> CC: , From: David Vrabel Message-ID: <577E3B23.4090102@citrix.com> Date: Thu, 7 Jul 2016 12:21:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <577E1FAD02000078000FBD88@prv-mh.provo.novell.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/07/16 08:23, Jan Beulich wrote: > Inability to locate a user mode specified transaction ID should not > lead to a kernel crash. For other than XS_TRANSACTION_START also > don't issue anything to xenbus if the specified ID doesn't match that > of any active transaction. Applied to for-linus-4.7b and Cc'd to stable, thanks. David