Skip to content

Commit b6fa423

Browse files
graysky2hauke
authored andcommitted
kernel: bump 5.15 to 5.15.83
Removed upstreamed: backport-5.15/883-v6.1-ca8210-Fix-crash-by-zero-initializing-data.patch[1] All patches automatically rebased 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.83&id=246bcd05ba6cc43b34ac0bb4bac3ea94a4efa07c Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <[email protected]>
1 parent bd911b4 commit b6fa423

19 files changed

+37
-67
lines changed

include/kernel-5.15

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-5.15 = .82
2-
LINUX_KERNEL_HASH-5.15.82 = fceef6bb79bac494663ccde34453521fc616cd94272fd30564752b3742381b65
1+
LINUX_VERSION-5.15 = .83
2+
LINUX_KERNEL_HASH-5.15.83 = 40590843c04c85789105157f69efbd71a4efe87ae2568e40d1b7258c3f747ff3

target/linux/bcm27xx/patches-5.15/950-0132-media-videobuf2-Allow-exporting-of-a-struct-dmabuf.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
1919

2020
--- a/drivers/media/common/videobuf2/videobuf2-core.c
2121
+++ b/drivers/media/common/videobuf2/videobuf2-core.c
22-
@@ -2144,12 +2144,12 @@ static int __find_plane_by_offset(struct
22+
@@ -2195,12 +2195,12 @@ static int __find_plane_by_offset(struct
2323
return -EINVAL;
2424
}
2525

@@ -35,7 +35,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
3535
struct dma_buf *dbuf;
3636

3737
if (q->memory != VB2_MEMORY_MMAP) {
38-
@@ -2201,6 +2201,21 @@ int vb2_core_expbuf(struct vb2_queue *q,
38+
@@ -2252,6 +2252,21 @@ int vb2_core_expbuf(struct vb2_queue *q,
3939
return -EINVAL;
4040
}
4141

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

+2-2
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-
@@ -1310,6 +1313,9 @@
36+
@@ -1313,6 +1316,9 @@
3737
#define USB_VENDOR_ID_XAT 0x2505
3838
#define USB_DEVICE_ID_XAT_CSR 0x0220
3939

@@ -53,7 +53,7 @@ Signed-off-by: Jonathan Bell <[email protected]>
5353
{ HID_USB_DEVICE(USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_MULTI_TOUCH), HID_QUIRK_MULTI_INPUT },
5454
{ HID_USB_DEVICE(USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_PIXART_USB_OPTICAL_MOUSE), HID_QUIRK_ALWAYS_POLL },
5555
{ HID_USB_DEVICE(USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_PIXART_USB_OPTICAL_MOUSE2), HID_QUIRK_ALWAYS_POLL },
56-
@@ -195,6 +196,7 @@ static const struct hid_device_id hid_qu
56+
@@ -198,6 +199,7 @@ static const struct hid_device_id hid_qu
5757
{ HID_USB_DEVICE(USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_QUAD_USB_JOYPAD), HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT },
5858
{ HID_USB_DEVICE(USB_VENDOR_ID_XIN_MO, USB_DEVICE_ID_XIN_MO_DUAL_ARCADE), HID_QUIRK_MULTI_INPUT },
5959
{ HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_GROUP_AUDIO), HID_QUIRK_NOGET },

target/linux/bcm27xx/patches-5.15/950-0238-gpiolib-Don-t-prevent-IRQ-usage-of-output-GPIOs.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Signed-off-by: Phil Elwell <[email protected]>
2626
/* Device and char device-related information */
2727
static DEFINE_IDA(gpio_ida);
2828
static dev_t gpio_devt;
29-
@@ -2361,8 +2363,8 @@ int gpiod_direction_output(struct gpio_d
29+
@@ -2392,8 +2394,8 @@ int gpiod_direction_output(struct gpio_d
3030
value = !!value;
3131

3232
/* GPIOs used for enabled IRQs shall not be set as output */
@@ -37,7 +37,7 @@ Signed-off-by: Phil Elwell <[email protected]>
3737
gpiod_err(desc,
3838
"%s: tried to set a GPIO tied to an IRQ as output\n",
3939
__func__);
40-
@@ -3180,8 +3182,8 @@ int gpiochip_lock_as_irq(struct gpio_chi
40+
@@ -3211,8 +3213,8 @@ int gpiochip_lock_as_irq(struct gpio_chi
4141
}
4242

4343
/* To be valid for IRQ the line needs to be input or open drain */

target/linux/bcm27xx/patches-5.15/950-0281-media-i2c-Add-driver-for-Sony-IMX477-sensor.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Signed-off-by: Naushir Patuck <[email protected]>
2525

2626
--- a/MAINTAINERS
2727
+++ b/MAINTAINERS
28-
@@ -17526,6 +17526,14 @@ T: git git://linuxtv.org/media_tree.git
28+
@@ -17521,6 +17521,14 @@ T: git git://linuxtv.org/media_tree.git
2929
F: Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml
3030
F: drivers/media/i2c/imx412.c
3131

target/linux/bcm27xx/patches-5.15/950-0413-Documentation-devicetree-Add-documentation-for-imx37.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Signed-off-by: David Plowman <[email protected]>
132132
+...
133133
--- a/MAINTAINERS
134134
+++ b/MAINTAINERS
135-
@@ -17540,6 +17540,7 @@ M: Raspberry Pi Kernel Maintenance <kern
135+
@@ -17535,6 +17535,7 @@ M: Raspberry Pi Kernel Maintenance <kern
136136
137137
S: Maintained
138138
T: git git://linuxtv.org/media_tree.git

target/linux/bcm27xx/patches-5.15/950-0520-dt-bindings-media-i2c-Add-IMX519-CMOS-sensor-binding.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Signed-off-by: Lee Jackson <[email protected]>
132132
+...
133133
--- a/MAINTAINERS
134134
+++ b/MAINTAINERS
135-
@@ -17544,6 +17544,14 @@ F: Documentation/devicetree/bindings/med
135+
@@ -17539,6 +17539,14 @@ F: Documentation/devicetree/bindings/med
136136
F: Documentation/devicetree/bindings/media/i2c/imx477.yaml
137137
F: drivers/media/i2c/imx477.c
138138

target/linux/bcm27xx/patches-5.15/950-0835-clk-Add-clk_drop_range.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Signed-off-by: Maxime Ripard <[email protected]>
3737
rate = clk_get_rate(clk);
3838
--- a/include/linux/clk.h
3939
+++ b/include/linux/clk.h
40-
@@ -987,6 +987,17 @@ static inline void clk_bulk_disable_unpr
40+
@@ -1096,6 +1096,17 @@ static inline void clk_bulk_disable_unpr
4141
}
4242

4343
/**

target/linux/bcm27xx/patches-5.15/950-0845-clk-Fix-clk_get_parent-documentation.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Signed-off-by: Maxime Ripard <[email protected]>
5555
KUNIT_CASE(clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_modified),
5656
--- a/include/linux/clk.h
5757
+++ b/include/linux/clk.h
58-
@@ -744,8 +744,9 @@ int clk_set_parent(struct clk *clk, stru
58+
@@ -829,8 +829,9 @@ int clk_set_parent(struct clk *clk, stru
5959
* clk_get_parent - get the parent clock source for this clock
6060
* @clk: clock source
6161
*

target/linux/bcm27xx/patches-5.15/950-0865-clk-Add-clk_get_rate_range.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Signed-off-by: Maxime Ripard <[email protected]>
5555
*
5656
--- a/include/linux/clk.h
5757
+++ b/include/linux/clk.h
58-
@@ -714,6 +714,17 @@ bool clk_has_parent(struct clk *clk, str
58+
@@ -799,6 +799,17 @@ bool clk_has_parent(struct clk *clk, str
5959
int clk_set_rate_range(struct clk *clk, unsigned long min, unsigned long max);
6060

6161
/**
@@ -73,7 +73,7 @@ Signed-off-by: Maxime Ripard <[email protected]>
7373
* clk_set_min_rate - set a minimum clock rate for a clock source
7474
* @clk: clock source
7575
* @rate: desired minimum clock rate in Hz, inclusive
76-
@@ -909,6 +920,16 @@ static inline int clk_set_rate_range(str
76+
@@ -1018,6 +1029,16 @@ static inline int clk_set_rate_range(str
7777
return 0;
7878
}
7979

@@ -90,7 +90,7 @@ Signed-off-by: Maxime Ripard <[email protected]>
9090
static inline int clk_set_min_rate(struct clk *clk, unsigned long rate)
9191
{
9292
return 0;
93-
@@ -999,6 +1020,44 @@ static inline int clk_drop_range(struct
93+
@@ -1108,6 +1129,44 @@ static inline int clk_drop_range(struct
9494
}
9595

9696
/**

target/linux/bcm63xx/patches-5.15/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
116116
}
117117
--- a/drivers/gpio/gpiolib.c
118118
+++ b/drivers/gpio/gpiolib.c
119-
@@ -1768,7 +1768,8 @@ int gpiochip_add_pingroup_range(struct g
119+
@@ -1799,7 +1799,8 @@ int gpiochip_add_pingroup_range(struct g
120120

121121
list_add_tail(&pin_range->node, &gdev->pin_ranges);
122122

@@ -126,7 +126,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
126126
}
127127
EXPORT_SYMBOL_GPL(gpiochip_add_pingroup_range);
128128

129-
@@ -1825,7 +1826,7 @@ int gpiochip_add_pin_range(struct gpio_c
129+
@@ -1856,7 +1857,7 @@ int gpiochip_add_pin_range(struct gpio_c
130130

131131
list_add_tail(&pin_range->node, &gdev->pin_ranges);
132132

target/linux/generic/backport-5.15/020-v6.1-04-mm-multigenerational-lru-groundwork.patch

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Change-Id: I71de7cd15b8dfa6f9fdd838023474693c4fee0a7
9292
}
9393
--- a/include/linux/cgroup.h
9494
+++ b/include/linux/cgroup.h
95-
@@ -432,6 +432,18 @@ static inline void cgroup_put(struct cgr
95+
@@ -433,6 +433,18 @@ static inline void cgroup_put(struct cgr
9696
css_put(&cgrp->self);
9797
}
9898

@@ -111,15 +111,15 @@ Change-Id: I71de7cd15b8dfa6f9fdd838023474693c4fee0a7
111111
/**
112112
* task_css_set_check - obtain a task's css_set with extra access conditions
113113
* @task: the task to obtain css_set for
114-
@@ -446,7 +458,6 @@ static inline void cgroup_put(struct cgr
114+
@@ -447,7 +459,6 @@ static inline void cgroup_put(struct cgr
115115
* as locks used during the cgroup_subsys::attach() methods.
116116
*/
117117
#ifdef CONFIG_PROVE_RCU
118118
-extern struct mutex cgroup_mutex;
119119
extern spinlock_t css_set_lock;
120120
#define task_css_set_check(task, __c) \
121121
rcu_dereference_check((task)->cgroups, \
122-
@@ -707,6 +718,8 @@ struct cgroup;
122+
@@ -708,6 +719,8 @@ struct cgroup;
123123
static inline u64 cgroup_id(const struct cgroup *cgrp) { return 1; }
124124
static inline void css_get(struct cgroup_subsys_state *css) {}
125125
static inline void css_put(struct cgroup_subsys_state *css) {}
@@ -593,7 +593,7 @@ Change-Id: I71de7cd15b8dfa6f9fdd838023474693c4fee0a7
593593
VM_BUG_ON_PAGE(tail > 2 && page_tail->mapping != TAIL_MAPPING,
594594
--- a/mm/memcontrol.c
595595
+++ b/mm/memcontrol.c
596-
@@ -5226,6 +5226,7 @@ static struct mem_cgroup *mem_cgroup_all
596+
@@ -5237,6 +5237,7 @@ static struct mem_cgroup *mem_cgroup_all
597597
memcg->deferred_split_queue.split_queue_len = 0;
598598
#endif
599599
idr_replace(&mem_cgroup_idr, memcg, memcg->id.id);

target/linux/generic/backport-5.15/020-v6.1-05-mm-multigenerational-lru-mm_struct-list.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -339,15 +339,15 @@ Change-Id: I25d9eda8c6bdc7c3653b9f210a159d6c247c81e8
339339
/* will mmdrop() in finish_task_switch(). */
340340
--- a/mm/memcontrol.c
341341
+++ b/mm/memcontrol.c
342-
@@ -5163,6 +5163,7 @@ static void __mem_cgroup_free(struct mem
342+
@@ -5174,6 +5174,7 @@ static void __mem_cgroup_free(struct mem
343343

344344
static void mem_cgroup_free(struct mem_cgroup *memcg)
345345
{
346346
+ lru_gen_free_memcg(memcg);
347347
memcg_wb_domain_exit(memcg);
348348
__mem_cgroup_free(memcg);
349349
}
350-
@@ -6195,6 +6196,29 @@ static void mem_cgroup_move_task(void)
350+
@@ -6206,6 +6207,29 @@ static void mem_cgroup_move_task(void)
351351
}
352352
#endif
353353

@@ -377,7 +377,7 @@ Change-Id: I25d9eda8c6bdc7c3653b9f210a159d6c247c81e8
377377
static int seq_puts_memcg_tunable(struct seq_file *m, unsigned long value)
378378
{
379379
if (value == PAGE_COUNTER_MAX)
380-
@@ -6538,6 +6562,7 @@ struct cgroup_subsys memory_cgrp_subsys
380+
@@ -6549,6 +6573,7 @@ struct cgroup_subsys memory_cgrp_subsys
381381
.css_reset = mem_cgroup_css_reset,
382382
.css_rstat_flush = mem_cgroup_css_rstat_flush,
383383
.can_attach = mem_cgroup_can_attach,

target/linux/generic/backport-5.15/821-v5.16-Bluetooth-btusb-Support-public-address-configuration.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Signed-off-by: Marcel Holtmann <[email protected]>
1717

1818
--- a/drivers/bluetooth/btusb.c
1919
+++ b/drivers/bluetooth/btusb.c
20-
@@ -2263,6 +2263,23 @@ struct btmtk_section_map {
20+
@@ -2268,6 +2268,23 @@ struct btmtk_section_map {
2121
};
2222
} __packed;
2323

@@ -41,7 +41,7 @@ Signed-off-by: Marcel Holtmann <[email protected]>
4141
static void btusb_mtk_wmt_recv(struct urb *urb)
4242
{
4343
struct hci_dev *hdev = urb->context;
44-
@@ -3914,6 +3931,7 @@ static int btusb_probe(struct usb_interf
44+
@@ -3919,6 +3936,7 @@ static int btusb_probe(struct usb_interf
4545
hdev->shutdown = btusb_mtk_shutdown;
4646
hdev->manufacturer = 70;
4747
hdev->cmd_timeout = btusb_mtk_cmd_timeout;

target/linux/generic/backport-5.15/822-v5.17-Bluetooth-btusb-Fix-application-of-sizeof-to-pointer.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Signed-off-by: Marcel Holtmann <[email protected]>
1818

1919
--- a/drivers/bluetooth/btusb.c
2020
+++ b/drivers/bluetooth/btusb.c
21-
@@ -2268,7 +2268,7 @@ static int btusb_set_bdaddr_mtk(struct h
21+
@@ -2273,7 +2273,7 @@ static int btusb_set_bdaddr_mtk(struct h
2222
struct sk_buff *skb;
2323
long ret;
2424

target/linux/generic/backport-5.15/883-v6.1-ca8210-Fix-crash-by-zero-initializing-data.patch

-30
This file was deleted.

target/linux/layerscape/patches-5.15/701-staging-add-fsl_ppfe-driver.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ Signed-off-by: Pawel Dembicki <[email protected]>
854854
+};
855855
--- a/MAINTAINERS
856856
+++ b/MAINTAINERS
857-
@@ -7529,6 +7529,14 @@ F: drivers/ptp/ptp_qoriq.c
857+
@@ -7526,6 +7526,14 @@ F: drivers/ptp/ptp_qoriq.c
858858
F: drivers/ptp/ptp_qoriq_debugfs.c
859859
F: include/linux/fsl/ptp_qoriq.h
860860

target/linux/mediatek/patches-5.15/213-spi-mediatek-add-mt7986-spi-support.patch

+7-7
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ Signed-off-by: Sam Shih <[email protected]>
816816
err_put_master:
817817
spi_master_put(master);
818818

819-
@@ -917,8 +1296,10 @@ static int mtk_spi_remove(struct platfor
819+
@@ -920,8 +1299,10 @@ static int mtk_spi_remove(struct platfor
820820

821821
mtk_spi_reset(mdata);
822822

@@ -826,9 +826,9 @@ Signed-off-by: Sam Shih <[email protected]>
826826
+ clk_unprepare(mdata->spi_hclk);
827827
+ }
828828

829-
return 0;
830-
}
831-
@@ -934,8 +1315,10 @@ static int mtk_spi_suspend(struct device
829+
pm_runtime_put_noidle(&pdev->dev);
830+
pm_runtime_disable(&pdev->dev);
831+
@@ -940,8 +1321,10 @@ static int mtk_spi_suspend(struct device
832832
if (ret)
833833
return ret;
834834

@@ -840,7 +840,7 @@ Signed-off-by: Sam Shih <[email protected]>
840840

841841
return ret;
842842
}
843-
@@ -952,11 +1335,20 @@ static int mtk_spi_resume(struct device
843+
@@ -958,11 +1341,20 @@ static int mtk_spi_resume(struct device
844844
dev_err(dev, "failed to enable spi_clk (%d)\n", ret);
845845
return ret;
846846
}
@@ -862,7 +862,7 @@ Signed-off-by: Sam Shih <[email protected]>
862862

863863
return ret;
864864
}
865-
@@ -968,10 +1360,13 @@ static int mtk_spi_runtime_suspend(struc
865+
@@ -974,10 +1366,13 @@ static int mtk_spi_runtime_suspend(struc
866866
struct spi_master *master = dev_get_drvdata(dev);
867867
struct mtk_spi *mdata = spi_master_get_devdata(master);
868868

@@ -878,7 +878,7 @@ Signed-off-by: Sam Shih <[email protected]>
878878

879879
return 0;
880880
}
881-
@@ -982,13 +1377,31 @@ static int mtk_spi_runtime_resume(struct
881+
@@ -988,13 +1383,31 @@ static int mtk_spi_runtime_resume(struct
882882
struct mtk_spi *mdata = spi_master_get_devdata(master);
883883
int ret;
884884

target/linux/mvebu/patches-5.15/907-MAINTAINERS-Add-an-entry-for-the-IEI-WT61P803-PUZZLE.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Cc: Robert Marko <[email protected]>
1616

1717
--- a/MAINTAINERS
1818
+++ b/MAINTAINERS
19-
@@ -9066,6 +9066,22 @@ F: include/net/nl802154.h
19+
@@ -9063,6 +9063,22 @@ F: include/net/nl802154.h
2020
F: net/ieee802154/
2121
F: net/mac802154/
2222

0 commit comments

Comments
 (0)