1
0

release 6.12.19

This commit is contained in:
2025-03-13 20:55:12 +03:00
parent 541b699fa5
commit 42650d9e26
12 changed files with 18 additions and 66 deletions

View File

@@ -15,7 +15,7 @@ Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
--- a/Makefile
+++ b/Makefile
@@ -1019,11 +1019,6 @@ KBUILD_CFLAGS += -fno-strict-overflow
@@ -1026,11 +1026,6 @@ KBUILD_CFLAGS += -fno-strict-overflow
# Make sure -fstack-check isn't enabled (like gentoo apparently did)
KBUILD_CFLAGS += -fno-stack-check

View File

@@ -70,7 +70,7 @@ Contains:
if (unlikely(nofail)) {
/*
@@ -4278,8 +4281,13 @@ restart:
@@ -4279,8 +4282,13 @@ restart:
goto nopage;
}
@@ -85,7 +85,7 @@ Contains:
/*
* The adjusted alloc_flags might result in immediate success, so try
@@ -4481,9 +4489,12 @@ nopage:
@@ -4482,9 +4490,12 @@ nopage:
goto retry;
}
fail: