The patch titled Subject: mm-vmscan-extract-calculated-pressure-balance-as-a-function-fix has been added to the -mm mm-unstable branch. Its filename is mm-vmscan-extract-calculated-pressure-balance-as-a-function-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-vmscan-extract-calculated-pressure-balance-as-a-function-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-vmscan-extract-calculated-pressure-balance-as-a-function-fix Date: Tue Jan 28 08:13:57 PM PST 2025 80-col wrapping Cc: Hao Zhang <zhanghao1@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmscan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/vmscan.c~mm-vmscan-extract-calculated-pressure-balance-as-a-function-fix +++ a/mm/vmscan.c @@ -2400,8 +2400,8 @@ static void prepare_scan_control(pg_data } } -static inline void calculate_pressure_balance(struct scan_control *sc, int swappiness, - u64 *fraction, u64 *denominator) +static inline void calculate_pressure_balance(struct scan_control *sc, + int swappiness, u64 *fraction, u64 *denominator) { unsigned long anon_cost, file_cost, total_cost; unsigned long ap, fp; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-vmscan-extract-calculated-pressure-balance-as-a-function-fix.patch lib-plistc-add-shortcut-for-plist_requeue-fix.patch