]> git.baikalelectronics.ru Git - kernel.git/commit
xenbus: don't BUG() on user mode induced condition
authorJan Beulich <JBeulich@suse.com>
Thu, 7 Jul 2016 07:23:57 +0000 (01:23 -0600)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 7 Jul 2016 11:19:52 +0000 (12:19 +0100)
commite499ac19aec1e52dee190f91b847985ff0db1a1e
tree89be6a7c5e2d6af18fbc9935f3afaae9c42f0970
parent774ef3af53c9a8d34b4fc84efbe6ea3af75a05d4
xenbus: don't BUG() on user mode induced condition

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.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/xenbus/xenbus_dev_frontend.c