Merge 6.12.27 into android16-6.12-lts

GKI (arm64) relevant 0 out of 2 changes, affecting 0 files +0/-0

Changes in 6.12.27
        bpf: Fix BPF_INTERNAL namespace import
        Linux 6.12.27

Change-Id: Id86a008eb8eda567edf8addf2074ed791a846eb4
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2025-05-26 16:24:30 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 6
PATCHLEVEL = 12
SUBLEVEL = 26
SUBLEVEL = 27
EXTRAVERSION =
NAME = Baby Opossum Posse

View File

@@ -89,5 +89,5 @@ static void __exit fini(void)
}
late_initcall(load);
module_exit(fini);
MODULE_IMPORT_NS("BPF_INTERNAL");
MODULE_IMPORT_NS(BPF_INTERNAL);
MODULE_LICENSE("GPL");