From: Steffen Klassert Date: Tue, 12 Nov 2024 07:56:34 +0000 (+0100) Subject: Merge branch 'xfrm: Convert __xfrm4_dst_lookup() and its callers to dscp_t.' X-Git-Tag: v6.13-rc1~135^2~23^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af2c4fa559725ee583fe0689cddca58ef95ff0d5;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'xfrm: Convert __xfrm4_dst_lookup() and its callers to dscp_t.' Guillaume Nault says: ==================== This patch series continues to prepare users of ->flowi4_tos to a future conversion of this field (__u8 to dscp_t). This time, we convert __xfrm4_dst_lookup() and its call chain. The objective is to eventually make all users of ->flowi4_tos use a dscp_t value. Making ->flowi4_tos a dscp_t field will help avoiding regressions where ECN bits are erroneously interpreted as DSCP bits. ==================== Signed-off-by: Steffen Klassert --- af2c4fa559725ee583fe0689cddca58ef95ff0d5