Skip to content

Commit 25f85d4

Browse files
committed
kernel: bump 5.15 to 5.15.170
Removed because they are upstream: generic/backport-5.15/777-netfilter-xtables-fix-typo-causing-some-targets-to-not-load-on-IPv6.patch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.15.y&id=90baa455aa7e099152898cfa5eb3928d6152da12 Link: openwrt/openwrt#16882 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent e3b120f commit 25f85d4

12 files changed

+16
-59
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 = .169
2-
LINUX_KERNEL_HASH-5.15.169 = e618c6d845fd1bc89477508e8d084bbe791fc88bf7623adee2deb6ecb2275370
1+
LINUX_VERSION-5.15 = .170
2+
LINUX_KERNEL_HASH-5.15.170 = fd596545a3d6d93196db3fa29e4926e60900b9c05b3b9ccdee9e35d8e376e7a9

target/linux/bcm27xx/patches-5.15/950-0166-xhci-Use-more-event-ring-segment-table-entries.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
5454
erst_base = xhci_read_64(xhci, &ir->ir_set->erst_base);
5555
--- a/drivers/usb/host/xhci.h
5656
+++ b/drivers/usb/host/xhci.h
57-
@@ -1679,8 +1679,9 @@ struct urb_priv {
57+
@@ -1423,8 +1423,9 @@ struct urb_priv {
5858
* Each segment table entry is 4*32bits long. 1K seems like an ok size:
5959
* (1K bytes * 8bytes/bit) / (4*32 bits) = 64 segment entries in the table,
6060
* meaning 64 ring segments.

target/linux/bcm27xx/patches-5.15/950-0600-xhci-quirks-add-link-TRB-quirk-for-VL805.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
5454
addr = xhci_trb_virt_to_dma(new_seg, new_deq);
5555
--- a/drivers/usb/host/xhci.h
5656
+++ b/drivers/usb/host/xhci.h
57-
@@ -1920,6 +1920,7 @@ struct xhci_hcd {
57+
@@ -1664,6 +1664,7 @@ struct xhci_hcd {
5858
#define XHCI_ZHAOXIN_HOST BIT_ULL(46)
5959
#define XHCI_WRITE_64_HI_LO BIT_ULL(47)
6060
#define XHCI_CDNS_SCTX_QUIRK BIT_ULL(48)

target/linux/bcm27xx/patches-5.15/950-0605-xhci-refactor-out-TRBS_PER_SEGMENT-define-in-runtime.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
210210
*/
211211
while (xhci_handle_event(xhci, ir) > 0) {
212212
- if (event_loop++ < TRBS_PER_SEGMENT / 2)
213-
+ if (event_loop++ < xhci->event_ring->trbs_per_seg / 2)
213+
+ if (event_loop++ < ir->event_ring->trbs_per_seg / 2)
214214
continue;
215215
xhci_update_erst_dequeue(xhci, ir, event_ring_deq);
216216
event_ring_deq = ir->event_ring->dequeue;
@@ -248,7 +248,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
248248
* when the cycle bit is set to 1.
249249
--- a/drivers/usb/host/xhci.h
250250
+++ b/drivers/usb/host/xhci.h
251-
@@ -1641,6 +1641,7 @@ struct xhci_ring {
251+
@@ -1385,6 +1385,7 @@ struct xhci_ring {
252252
unsigned int num_trbs_free;
253253
unsigned int num_trbs_free_temp;
254254
unsigned int bounce_buf_len;

target/linux/bcm27xx/patches-5.15/950-0606-usb-xhci-add-VLI_TRB_CACHE_BUG-quirk.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
6363
if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA &&
6464
--- a/drivers/usb/host/xhci.h
6565
+++ b/drivers/usb/host/xhci.h
66-
@@ -1922,6 +1922,7 @@ struct xhci_hcd {
66+
@@ -1666,6 +1666,7 @@ struct xhci_hcd {
6767
#define XHCI_WRITE_64_HI_LO BIT_ULL(47)
6868
#define XHCI_CDNS_SCTX_QUIRK BIT_ULL(48)
6969
#define XHCI_AVOID_DQ_ON_LINK BIT_ULL(49)

target/linux/bcm27xx/patches-5.15/950-0717-usb-xhci-add-a-quirk-for-Superspeed-bulk-OUT-transfe.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
8686
first_trb = false;
8787
--- a/drivers/usb/host/xhci.h
8888
+++ b/drivers/usb/host/xhci.h
89-
@@ -1923,6 +1923,7 @@ struct xhci_hcd {
89+
@@ -1667,6 +1667,7 @@ struct xhci_hcd {
9090
#define XHCI_CDNS_SCTX_QUIRK BIT_ULL(48)
9191
#define XHCI_AVOID_DQ_ON_LINK BIT_ULL(49)
9292
#define XHCI_VLI_TRB_CACHE_BUG BIT_ULL(50)

target/linux/bcm53xx/patches-5.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ it on BCM4708 family.
109109

110110
--- a/drivers/usb/host/xhci.h
111111
+++ b/drivers/usb/host/xhci.h
112-
@@ -1919,6 +1919,7 @@ struct xhci_hcd {
112+
@@ -1663,6 +1663,7 @@ struct xhci_hcd {
113113
#define XHCI_ZHAOXIN_HOST BIT_ULL(46)
114114
#define XHCI_WRITE_64_HI_LO BIT_ULL(47)
115115
#define XHCI_CDNS_SCTX_QUIRK BIT_ULL(48)

target/linux/generic/backport-5.15/020-v6.1-08-mm-multi-gen-LRU-support-page-table-walks.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
149149

150150
--- a/fs/exec.c
151151
+++ b/fs/exec.c
152-
@@ -1015,6 +1015,7 @@ static int exec_mmap(struct mm_struct *m
152+
@@ -1012,6 +1012,7 @@ static int exec_mmap(struct mm_struct *m
153153
active_mm = tsk->active_mm;
154154
tsk->active_mm = mm;
155155
tsk->mm = mm;
156156
+ lru_gen_add_mm(mm);
157157
/*
158158
* This prevents preemption while active_mm is being loaded and
159159
* it and mm are being updated, which could cause problems for
160-
@@ -1030,6 +1031,7 @@ static int exec_mmap(struct mm_struct *m
160+
@@ -1027,6 +1028,7 @@ static int exec_mmap(struct mm_struct *m
161161
tsk->mm->vmacache_seqnum = 0;
162162
vmacache_flush(tsk);
163163
task_unlock(tsk);

target/linux/generic/backport-5.15/020-v6.1-15-mm-multi-gen-LRU-move-lru_gen_add_mm-out-of-IRQ-off-.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
3131

3232
--- a/fs/exec.c
3333
+++ b/fs/exec.c
34-
@@ -1015,7 +1015,6 @@ static int exec_mmap(struct mm_struct *m
34+
@@ -1012,7 +1012,6 @@ static int exec_mmap(struct mm_struct *m
3535
active_mm = tsk->active_mm;
3636
tsk->active_mm = mm;
3737
tsk->mm = mm;
3838
- lru_gen_add_mm(mm);
3939
/*
4040
* This prevents preemption while active_mm is being loaded and
4141
* it and mm are being updated, which could cause problems for
42-
@@ -1030,6 +1029,7 @@ static int exec_mmap(struct mm_struct *m
42+
@@ -1027,6 +1026,7 @@ static int exec_mmap(struct mm_struct *m
4343
local_irq_enable();
4444
tsk->mm->vmacache_seqnum = 0;
4545
vmacache_flush(tsk);

target/linux/generic/backport-5.15/703-00-v5.16-net-convert-users-of-bitmap_foo-to-linkmode_foo.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
877877
ethtool_link_ksettings_add_link_mode(ks, supported, FEC_RS);
878878
--- a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
879879
+++ b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
880-
@@ -1659,7 +1659,7 @@ static void axienet_validate(struct phyl
880+
@@ -1661,7 +1661,7 @@ static void axienet_validate(struct phyl
881881
netdev_warn(ndev, "Cannot use PHY mode %s, supported: %s\n",
882882
phy_modes(state->interface),
883883
phy_modes(lp->phy_mode));
@@ -886,7 +886,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
886886
return;
887887
}
888888
}
889-
@@ -1692,10 +1692,8 @@ static void axienet_validate(struct phyl
889+
@@ -1694,10 +1694,8 @@ static void axienet_validate(struct phyl
890890
break;
891891
}
892892

0 commit comments

Comments
 (0)