From f26d229ec8372e6907591e0c7eaf8bc2f71683bd Mon Sep 17 00:00:00 2001 From: Patrick Rohr Date: Fri, 25 Apr 2025 14:45:28 -0700 Subject: [PATCH] ANDROID: Repurpose a reserved slot in ipv6_devconf for backports This patch repurposes a ANDROID_KABI_RESERVE slot used for LTS backports for feature backports. Slot 4 is repurposed as parts of slot 1 are already used for accept_ra_min_lft on some branches. Bug: 315069348 Signed-off-by: Patrick Rohr Change-Id: I19b9dfc16d891fb6fe48ec4379c6fa3dcb6adf89 --- include/linux/ipv6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index f9f84a4e4204..125014d3ce55 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -90,7 +90,7 @@ struct ipv6_devconf { ANDROID_KABI_RESERVE(2); ANDROID_KABI_RESERVE(3); - ANDROID_KABI_RESERVE(4); + ANDROID_KABI_BACKPORT_OK(4); }; struct ipv6_params {