From b488a8b2c3eaf68ad4778dbdc99bdda0b0d1ce6d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 8 May 2024 06:21:41 +0200 Subject: Adding debian version 4.19.304-1. Signed-off-by: Daniel Baumann --- .../0334-mm-slub-Don-t-resize-the-location-tracking-cache-on-.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/patches-rt/0334-mm-slub-Don-t-resize-the-location-tracking-cache-on-.patch') diff --git a/debian/patches-rt/0334-mm-slub-Don-t-resize-the-location-tracking-cache-on-.patch b/debian/patches-rt/0334-mm-slub-Don-t-resize-the-location-tracking-cache-on-.patch index 9e4166063..72bd87225 100644 --- a/debian/patches-rt/0334-mm-slub-Don-t-resize-the-location-tracking-cache-on-.patch +++ b/debian/patches-rt/0334-mm-slub-Don-t-resize-the-location-tracking-cache-on-.patch @@ -1,8 +1,8 @@ From: Sebastian Andrzej Siewior Date: Fri, 26 Feb 2021 17:26:04 +0100 -Subject: [PATCH 334/353] mm: slub: Don't resize the location tracking cache on +Subject: [PATCH 334/354] mm: slub: Don't resize the location tracking cache on PREEMPT_RT -Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=ee1d963b8014a9e47ac550d50830c7b3f9e183eb +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=049825a4a253ca3adcad44ba5821f8c31146466f The location tracking cache has a size of a page and is resized if its current size is too small. @@ -19,7 +19,7 @@ Signed-off-by: Clark Williams 1 file changed, 3 insertions(+) diff --git a/mm/slub.c b/mm/slub.c -index d16d390df21e..869a3be27980 100644 +index 10378efbaba2..f0c0aa5f2688 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -4591,6 +4591,9 @@ static int alloc_loc_track(struct loc_track *t, unsigned long max, gfp_t flags) -- cgit v1.2.3