forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: kernel: bump 6.1 to 6.1.57 kernel: bump 5.15 to 5.15.135
- Loading branch information
Showing
11 changed files
with
17 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.15 = .133 | ||
LINUX_KERNEL_HASH-5.15.133 = ef845e7934897b88e4448378ea9daacac19e07f156fe904844fab0a7d8ff5ddd | ||
LINUX_VERSION-5.15 = .135 | ||
LINUX_KERNEL_HASH-5.15.135 = 14835e629e237f136cfed484fdb533c95242429809bdcdb2a2d66dfcb7447170 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-6.1 = .56 | ||
LINUX_KERNEL_HASH-6.1.56 = 9edefdde32c2298389dcd19566402332b3c2016f5ada17e5820f500b908d478c | ||
LINUX_VERSION-6.1 = .57 | ||
LINUX_KERNEL_HASH-6.1.57 = f9ebfe3ddc5152d87b37e33be30e31875d137433be10a57ce29d2eae7b6e91b1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ Signed-off-by: Andrew Morton <[email protected]> | |
extern spinlock_t css_set_lock; | ||
#define task_css_set_check(task, __c) \ | ||
rcu_dereference_check((task)->cgroups, \ | ||
@@ -708,6 +719,8 @@ struct cgroup; | ||
@@ -709,6 +720,8 @@ struct cgroup; | ||
static inline u64 cgroup_id(const struct cgroup *cgrp) { return 1; } | ||
static inline void css_get(struct cgroup_subsys_state *css) {} | ||
static inline void css_put(struct cgroup_subsys_state *css) {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -361,7 +361,7 @@ Signed-off-by: T.J. Mercier <[email protected]> | |
static void mem_cgroup_css_free(struct cgroup_subsys_state *css) | ||
--- a/mm/page_alloc.c | ||
+++ b/mm/page_alloc.c | ||
@@ -7957,6 +7957,7 @@ static void __init free_area_init_node(i | ||
@@ -7943,6 +7943,7 @@ static void __init free_area_init_node(i | ||
pgdat_set_deferred_range(pgdat); | ||
|
||
free_area_init_core(pgdat); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ Signed-off-by: T.J. Mercier <[email protected]> | |
#endif | ||
--- a/mm/memory.c | ||
+++ b/mm/memory.c | ||
@@ -1435,8 +1435,7 @@ again: | ||
@@ -1445,8 +1445,7 @@ again: | ||
force_flush = 1; | ||
set_page_dirty(page); | ||
} | ||
|
@@ -87,7 +87,7 @@ Signed-off-by: T.J. Mercier <[email protected]> | |
mark_page_accessed(page); | ||
} | ||
rss[mm_counter(page)]--; | ||
@@ -5189,8 +5188,8 @@ static inline void mm_account_fault(stru | ||
@@ -5199,8 +5198,8 @@ static inline void mm_account_fault(stru | ||
#ifdef CONFIG_LRU_GEN | ||
static void lru_gen_enter_fault(struct vm_area_struct *vma) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Signed-off-by: Daniel Golle <[email protected]> | |
|
||
--- a/drivers/mtd/ubi/build.c | ||
+++ b/drivers/mtd/ubi/build.c | ||
@@ -1200,6 +1200,73 @@ static struct mtd_info * __init open_mtd | ||
@@ -1207,6 +1207,73 @@ static struct mtd_info * __init open_mtd | ||
return mtd; | ||
} | ||
|
||
|
@@ -82,7 +82,7 @@ Signed-off-by: Daniel Golle <[email protected]> | |
static int __init ubi_init(void) | ||
{ | ||
int err, i, k; | ||
@@ -1283,6 +1350,12 @@ static int __init ubi_init(void) | ||
@@ -1290,6 +1357,12 @@ static int __init ubi_init(void) | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ Signed-off-by: Daniel Golle <[email protected]> | |
|
||
--- a/arch/arm/mach-mvebu/kirkwood.c | ||
+++ b/arch/arm/mach-mvebu/kirkwood.c | ||
@@ -14,6 +14,7 @@ | ||
@@ -11,6 +11,7 @@ | ||
#include <linux/kernel.h> | ||
#include <linux/init.h> | ||
#include <linux/mbus.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ Signed-off-by: Tobias Wolf <[email protected]> | |
|
||
--- a/mm/page_alloc.c | ||
+++ b/mm/page_alloc.c | ||
@@ -7911,7 +7911,7 @@ static void __init alloc_node_mem_map(st | ||
@@ -7897,7 +7897,7 @@ static void __init alloc_node_mem_map(st | ||
if (pgdat == NODE_DATA(0)) { | ||
mem_map = NODE_DATA(0)->node_mem_map; | ||
if (page_to_pfn(mem_map) != pgdat->node_start_pfn) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Signed-off-by: Daniel Golle <[email protected]> | |
|
||
--- a/drivers/mtd/ubi/build.c | ||
+++ b/drivers/mtd/ubi/build.c | ||
@@ -1205,6 +1205,73 @@ static struct mtd_info * __init open_mtd | ||
@@ -1212,6 +1212,73 @@ static struct mtd_info * __init open_mtd | ||
return mtd; | ||
} | ||
|
||
|
@@ -82,7 +82,7 @@ Signed-off-by: Daniel Golle <[email protected]> | |
static int __init ubi_init(void) | ||
{ | ||
int err, i, k; | ||
@@ -1289,6 +1356,12 @@ static int __init ubi_init(void) | ||
@@ -1296,6 +1363,12 @@ static int __init ubi_init(void) | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,26 +10,6 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c | ||
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c | ||
@@ -3048,8 +3048,8 @@ static irqreturn_t mtk_handle_irq_rx(int | ||
|
||
eth->rx_events++; | ||
if (likely(napi_schedule_prep(ð->rx_napi))) { | ||
- __napi_schedule(ð->rx_napi); | ||
mtk_rx_irq_disable(eth, eth->soc->txrx.rx_irq_done_mask); | ||
+ __napi_schedule(ð->rx_napi); | ||
} | ||
|
||
return IRQ_HANDLED; | ||
@@ -3061,8 +3061,8 @@ static irqreturn_t mtk_handle_irq_tx(int | ||
|
||
eth->tx_events++; | ||
if (likely(napi_schedule_prep(ð->tx_napi))) { | ||
- __napi_schedule(ð->tx_napi); | ||
mtk_tx_irq_disable(eth, MTK_TX_DONE_INT); | ||
+ __napi_schedule(ð->tx_napi); | ||
} | ||
|
||
return IRQ_HANDLED; | ||
@@ -4720,6 +4720,8 @@ static int mtk_probe(struct platform_dev | ||
* for NAPI to work | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ Signed-off-by: Daniel Golle <[email protected]> | |
|
||
/* clear exclusive status */ | ||
if (unlikely(qc->flags & ATA_QCFLAG_CLEAR_EXCL && | ||
@@ -5328,6 +5344,9 @@ struct ata_port *ata_port_alloc(struct a | ||
@@ -5344,6 +5360,9 @@ struct ata_port *ata_port_alloc(struct a | ||
ap->stats.unhandled_irq = 1; | ||
ap->stats.idle_irq = 1; | ||
#endif | ||
|
@@ -85,7 +85,7 @@ Signed-off-by: Daniel Golle <[email protected]> | |
ata_sff_port_init(ap); | ||
|
||
return ap; | ||
@@ -5363,6 +5382,12 @@ static void ata_host_release(struct kref | ||
@@ -5379,6 +5398,12 @@ static void ata_host_release(struct kref | ||
|
||
kfree(ap->pmp_link); | ||
kfree(ap->slave_link); | ||
|
@@ -98,7 +98,7 @@ Signed-off-by: Daniel Golle <[email protected]> | |
kfree(ap); | ||
host->ports[i] = NULL; | ||
} | ||
@@ -5765,7 +5790,23 @@ int ata_host_register(struct ata_host *h | ||
@@ -5781,7 +5806,23 @@ int ata_host_register(struct ata_host *h | ||
host->ports[i]->print_id = atomic_inc_return(&ata_print_id); | ||
host->ports[i]->local_port_no = i + 1; | ||
} | ||
|