1
0

release 6.15.3

This commit is contained in:
2025-06-19 18:06:35 +03:00
parent 43dc655d2e
commit 4cb7006cd5
67 changed files with 860 additions and 542 deletions

View File

@@ -62,7 +62,7 @@ Contains:
/* prevent >1 _updater_ of zone percpu pageset ->high and ->batch fields */
static DEFINE_MUTEX(pcp_batch_high_lock);
#define MIN_PERCPU_PAGELIST_HIGH_FRACTION (8)
@@ -4436,6 +4438,7 @@ __alloc_pages_slowpath(gfp_t gfp_mask, u
@@ -4432,6 +4434,7 @@ __alloc_pages_slowpath(gfp_t gfp_mask, u
unsigned int cpuset_mems_cookie;
unsigned int zonelist_iter_cookie;
int reserve_flags;
@@ -70,7 +70,7 @@ Contains:
if (unlikely(nofail)) {
/*
@@ -4495,8 +4498,13 @@ restart:
@@ -4491,8 +4494,13 @@ restart:
goto nopage;
}
@@ -85,7 +85,7 @@ Contains:
/*
* The adjusted alloc_flags might result in immediate success, so try
@@ -4711,9 +4719,12 @@ nopage:
@@ -4707,9 +4715,12 @@ nopage:
goto retry;
}
fail: