diff options
author | Benedict Wong <benedictwong@google.com> | 2019-01-14 22:24:38 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-15 10:10:13 +0300 |
commit | 8b8f7b04f868214dddc41614bd2754e6e3e39b9d (patch) | |
tree | a028d13ebc5e9ffafaaaec28d1ec3a4bafa093cf /fs/ext4/fsync.c | |
parent | 2440f3cebcb086b0f7ac8305ea9ec2e1199f9e5e (diff) | |
download | linux-8b8f7b04f868214dddc41614bd2754e6e3e39b9d.tar.xz |
xfrm: Make set-mark default behavior backward compatible
commit e2612cd496e7b465711d219ea6118893d7253f52 upstream.
Fixes 9b42c1f179a6, which changed the default route lookup behavior for
tunnel mode SAs in the outbound direction to use the skb mark, whereas
previously mark=0 was used if the output mark was unspecified. In
mark-based routing schemes such as Android’s, this change in default
behavior causes routing loops or lookup failures.
This patch restores the default behavior of using a 0 mark while still
incorporating the skb mark if the SET_MARK (and SET_MARK_MASK) is
specified.
Tested with additions to Android's kernel unit test suite:
https://android-review.googlesource.com/c/kernel/tests/+/860150
Fixes: 9b42c1f179a6 ("xfrm: Extend the output_mark to support input direction and masking")
Signed-off-by: Benedict Wong <benedictwong@google.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/ext4/fsync.c')
0 files changed, 0 insertions, 0 deletions