Merge branch 'xen-netback-hash'
authorDavid S. Miller <davem@davemloft.net>
Tue, 25 Sep 2018 17:39:35 +0000 (10:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Sep 2018 17:39:35 +0000 (10:39 -0700)
Jan Beulich says:

====================
xen-netback: hash mapping handling adjustments

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 <jbeulich@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge