Commit da08c217 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

ANDROID: preserve CRC values in struct sk_buff due to ip_defrag_offset removal



In commit 7d056784 ("inet: inet_defrag: prevent sk release while
still in use"), the ip_defrag_offset variable was removed from the union
in struct sk_buff and moved to an internal-to-the-network-stack location
in order to resolve an issue.

This does not change the structure size, but the ABI tracking logic
doesn't appreciate the variable going away, so add the union back.

No functional changes here as no external code could ever use the
ip_defrag_offset variable as seen in the commit that changed this.

Bug: 161946584
Fixes: 7d056784 ("inet: inet_defrag: prevent sk release while still in use")
Change-Id: Id09f9398f41d9dbe9742807495d260e1f7a7a516
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 416b90bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment