Changelog in Linux kernel 6.1.172

 
Linux: Linux 6.1.172 [+ + +]
Author: Greg Kroah-Hartman <[email protected]>
Date:   Fri May 8 16:52:31 2026 +0200

    Linux 6.1.172
    
    Signed-off-by: Greg Kroah-Hartman <[email protected]>

 
xfrm: esp: ipv4: fix up flags setting [+ + +]
Author: Greg Kroah-Hartman <[email protected]>
Date:   Fri May 8 16:26:10 2026 +0200

    xfrm: esp: ipv4: fix up flags setting
    
    In commit 5d55c7336f80 ("xfrm: esp: avoid in-place decrypt on shared skb
    frags") in the 6.1.y tree, the tx_flags variable was set, instead of
    flags.
    
    Link: https://lore.kernel.org/r/[email protected]
    Reported-by: Dominik Grzegorzek <[email protected]>
    Reported-by: Massimiliano Pellizzer <[email protected]>
    Cc: Ben Hutchings <[email protected]>
    Fixes: ab8b995323e5 ("xfrm: esp: avoid in-place decrypt on shared skb frags")
    Signed-off-by: Greg Kroah-Hartman <[email protected]>