Skip to content

Commit cafbecf

Browse files
committed
kernel: bump 5.15 to 5.15.173
Removed because they are upstream: generic/backport-5.15/430-v6.3-udf-Allocate-name-buffer-in-directory-iterator-on-he.patch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.15.y&id=5ea4b73e268bf9e1d26271943f2f7c4517253395 generic/backport-5.15/431-v6.3-udf-Avoid-directory-type-conversion-failure-due-to-E.patch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.15.y&id=8b1d55e43cee631e142d46ee94c91ccd894341e9 Link: openwrt/openwrt#16999 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 265d911 commit cafbecf

7 files changed

+8
-143
lines changed

include/kernel-5.15

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-5.15 = .172
2-
LINUX_KERNEL_HASH-5.15.172 = efa2245809c1b0c8d028b67b800fdd44c9bba7800b154ee492c2ba18ed33844d
1+
LINUX_VERSION-5.15 = .173
2+
LINUX_KERNEL_HASH-5.15.173 = 8a4b2a47ccc9b208b2b6ed9a216ea1a5eb12852c723bec1a04de9e671a1d7da8

target/linux/bcm27xx/patches-5.15/950-0163-hid-usb-Add-device-quirks-for-Freeway-Airmouse-T3-an.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Signed-off-by: Jonathan Bell <[email protected]>
3333
#define USB_VENDOR_ID_BELKIN 0x050d
3434
#define USB_DEVICE_ID_FLIP_KVM 0x3201
3535

36-
@@ -1337,6 +1340,9 @@
36+
@@ -1338,6 +1341,9 @@
3737
#define USB_VENDOR_ID_XAT 0x2505
3838
#define USB_DEVICE_ID_XAT_CSR 0x0220
3939

target/linux/generic/backport-5.15/020-v6.1-01-mm-x86-arm64-add-arch_has_hw_pte_young.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Signed-off-by: Andrew Morton <[email protected]>
414414
#ifndef arch_wants_old_prefaulted_pte
415415
static inline bool arch_wants_old_prefaulted_pte(void)
416416
{
417-
@@ -2808,7 +2796,7 @@ static inline int cow_user_page(struct p
417+
@@ -2819,7 +2807,7 @@ static inline int cow_user_page(struct p
418418
* On architectures with software "accessed" bits, we would
419419
* take a double page fault, so mark it accessed here.
420420
*/

target/linux/generic/backport-5.15/020-v6.1-05-mm-multi-gen-LRU-groundwork.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ Signed-off-by: Andrew Morton <[email protected]>
612612
mem_cgroup_id_remove(memcg);
613613
--- a/mm/memory.c
614614
+++ b/mm/memory.c
615-
@@ -4821,6 +4821,27 @@ static inline void mm_account_fault(stru
615+
@@ -4832,6 +4832,27 @@ static inline void mm_account_fault(stru
616616
perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS_MIN, 1, regs, address);
617617
}
618618

@@ -640,7 +640,7 @@ Signed-off-by: Andrew Morton <[email protected]>
640640
/*
641641
* By the time we get here, we already hold the mm semaphore
642642
*
643-
@@ -4852,11 +4873,15 @@ vm_fault_t handle_mm_fault(struct vm_are
643+
@@ -4863,11 +4884,15 @@ vm_fault_t handle_mm_fault(struct vm_are
644644
if (flags & FAULT_FLAG_USER)
645645
mem_cgroup_enter_user_fault();
646646

target/linux/generic/backport-5.15/020-v6.3-19-mm-add-vma_has_recency.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Signed-off-by: Andrew Morton <[email protected]>
8282
#include <linux/sched/mm.h>
8383
#include <linux/sched/coredump.h>
8484
#include <linux/sched/numa_balancing.h>
85-
@@ -1353,8 +1354,7 @@ again:
85+
@@ -1364,8 +1365,7 @@ again:
8686
force_flush = 1;
8787
set_page_dirty(page);
8888
}
@@ -92,7 +92,7 @@ Signed-off-by: Andrew Morton <[email protected]>
9292
mark_page_accessed(page);
9393
}
9494
rss[mm_counter(page)]--;
95-
@@ -4824,8 +4824,8 @@ static inline void mm_account_fault(stru
95+
@@ -4835,8 +4835,8 @@ static inline void mm_account_fault(stru
9696
#ifdef CONFIG_LRU_GEN
9797
static void lru_gen_enter_fault(struct vm_area_struct *vma)
9898
{

target/linux/generic/backport-5.15/430-v6.3-udf-Allocate-name-buffer-in-directory-iterator-on-he.patch

Lines changed: 0 additions & 95 deletions
This file was deleted.

target/linux/generic/backport-5.15/431-v6.3-udf-Avoid-directory-type-conversion-failure-due-to-E.patch

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)