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

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>