From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/3 RESEND] xen-netback: hash mapping handling adjustments Date: Tue, 25 Sep 2018 10:40:48 -0700 (PDT) Message-ID: <20180925.104048.2238329745735217190.davem@davemloft.net> References: <5B85622302000078001E2A35@prv1-mh.provo.novell.com> <5BA9EDB502000078001EB724@prv1-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: paul.durrant@citrix.com, wei.liu2@citrix.com, xen-devel@lists.xenproject.org, netdev@vger.kernel.org To: JBeulich@suse.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:38616 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726163AbeIYXtX (ORCPT ); Tue, 25 Sep 2018 19:49:23 -0400 In-Reply-To: <5BA9EDB502000078001EB724@prv1-mh.provo.novell.com> Sender: netdev-owner@vger.kernel.org List-ID: From: "Jan Beulich" Date: Tue, 25 Sep 2018 02:11:33 -0600 > First and foremost the fix for XSA-270. On top of that further changes > which looked desirable to me while investigating that XSA. > > 1: fix input validation in xenvif_set_hash_mapping() > 2: validate queue numbers in xenvif_set_hash_mapping() > 3: handle page straddling in xenvif_set_hash_mapping() > > Signed-off-by: Jan Beulich Series applied and queued up for -stable. Thanks.