diff options
| author | Tom Herbert <[email protected]> | 2015-09-02 01:11:04 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-09-02 03:20:02 +0000 |
| commit | de4c1f8ba302ccf4f2b3b17dc614b0a0b14d351a (patch) | |
| tree | b8fb3ed074d6752702b7e31628cf19c454aab164 /drivers/net/xen-netback/interface.c | |
| parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... (diff) | |
| download | kernel-de4c1f8ba302ccf4f2b3b17dc614b0a0b14d351a.tar.gz kernel-de4c1f8ba302ccf4f2b3b17dc614b0a0b14d351a.zip | |
flow_dissector: Fix function argument ordering dependency
Commit c6cc1ca7f4d70c ("flowi: Abstract out functions to get flow hash
based on flowi") introduced a bug in __skb_set_sw_hash where we
require a dependency on evaluating arguments in a function in order.
There is no such ordering enforced in C, so this incorrect. This
patch fixes that by splitting out the arguments. This bug was
found via a compiler warning that keys may be uninitialized.
Signed-off-by: Tom Herbert <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions
