Skip to content

Commit 97f1a57

Browse files
committed
Merge remote-tracking branch 'stable/linux-6.16.y' into v6.16+
2 parents 78bc848 + be15dab commit 97f1a57

File tree

498 files changed

+4865
-2704
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

498 files changed

+4865
-2704
lines changed

Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml

Lines changed: 44 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ properties:
6464
- description: Pixel clock for video port 0.
6565
- description: Pixel clock for video port 1.
6666
- description: Pixel clock for video port 2.
67-
- description: Pixel clock for video port 3.
68-
- description: Peripheral(vop grf/dsi) clock.
69-
- description: Alternative pixel clock provided by HDMI0 PHY PLL.
70-
- description: Alternative pixel clock provided by HDMI1 PHY PLL.
67+
- {}
68+
- {}
69+
- {}
70+
- {}
7171

7272
clock-names:
7373
minItems: 5
@@ -77,10 +77,10 @@ properties:
7777
- const: dclk_vp0
7878
- const: dclk_vp1
7979
- const: dclk_vp2
80-
- const: dclk_vp3
81-
- const: pclk_vop
82-
- const: pll_hdmiphy0
83-
- const: pll_hdmiphy1
80+
- {}
81+
- {}
82+
- {}
83+
- {}
8484

8585
rockchip,grf:
8686
$ref: /schemas/types.yaml#/definitions/phandle
@@ -175,10 +175,24 @@ allOf:
175175
then:
176176
properties:
177177
clocks:
178-
maxItems: 5
178+
minItems: 5
179+
items:
180+
- {}
181+
- {}
182+
- {}
183+
- {}
184+
- {}
185+
- description: Alternative pixel clock provided by HDMI PHY PLL.
179186

180187
clock-names:
181-
maxItems: 5
188+
minItems: 5
189+
items:
190+
- {}
191+
- {}
192+
- {}
193+
- {}
194+
- {}
195+
- const: pll_hdmiphy0
182196

183197
interrupts:
184198
minItems: 4
@@ -208,11 +222,29 @@ allOf:
208222
properties:
209223
clocks:
210224
minItems: 7
211-
maxItems: 9
225+
items:
226+
- {}
227+
- {}
228+
- {}
229+
- {}
230+
- {}
231+
- description: Pixel clock for video port 3.
232+
- description: Peripheral(vop grf/dsi) clock.
233+
- description: Alternative pixel clock provided by HDMI0 PHY PLL.
234+
- description: Alternative pixel clock provided by HDMI1 PHY PLL.
212235

213236
clock-names:
214237
minItems: 7
215-
maxItems: 9
238+
items:
239+
- {}
240+
- {}
241+
- {}
242+
- {}
243+
- {}
244+
- const: dclk_vp3
245+
- const: pclk_vop
246+
- const: pll_hdmiphy0
247+
- const: pll_hdmiphy1
216248

217249
interrupts:
218250
maxItems: 1

Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ properties:
2525
maxItems: 1
2626

2727
clocks:
28-
minItems: 2
28+
maxItems: 2
2929

3030
clock-names:
3131
items:

Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dsi-host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ properties:
2020
maxItems: 2
2121

2222
clocks:
23-
minItems: 1
23+
maxItems: 1
2424

2525
clock-names:
2626
items:

Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ properties:
3333

3434
vcc-supply: true
3535

36+
mediatek,ufs-disable-mcq:
37+
$ref: /schemas/types.yaml#/definitions/flag
38+
description: The mask to disable MCQ (Multi-Circular Queue) for UFS host.
39+
3640
required:
3741
- compatible
3842
- clocks

Documentation/networking/mptcp-sysctl.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ add_addr_timeout - INTEGER (seconds)
1212
resent to an MPTCP peer that has not acknowledged a previous
1313
ADD_ADDR message.
1414

15+
Do not retransmit if set to 0.
16+
1517
The default value matches TCP_RTO_MAX. This is a per-namespace
1618
sysctl.
1719

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 6
33
PATCHLEVEL = 16
4-
SUBLEVEL = 3
4+
SUBLEVEL = 4
55
EXTRAVERSION =
66
NAME = Baby Opossum Posse
77

@@ -1133,7 +1133,7 @@ KBUILD_USERCFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD
11331133
KBUILD_USERLDFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
11341134

11351135
# userspace programs are linked via the compiler, use the correct linker
1136-
ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_LD_IS_LLD),yy)
1136+
ifdef CONFIG_CC_IS_CLANG
11371137
KBUILD_USERLDFLAGS += --ld-path=$(LD)
11381138
endif
11391139

arch/arm/lib/crypto/poly1305-glue.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <asm/hwcap.h>
99
#include <asm/neon.h>
10+
#include <asm/simd.h>
1011
#include <crypto/internal/poly1305.h>
1112
#include <linux/cpufeature.h>
1213
#include <linux/jump_label.h>
@@ -39,7 +40,7 @@ void poly1305_blocks_arch(struct poly1305_block_state *state, const u8 *src,
3940
{
4041
len = round_down(len, POLY1305_BLOCK_SIZE);
4142
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
42-
static_branch_likely(&have_neon)) {
43+
static_branch_likely(&have_neon) && likely(may_use_simd())) {
4344
do {
4445
unsigned int todo = min_t(unsigned int, len, SZ_4K);
4546

arch/arm64/boot/dts/apple/t8012-j132.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/dts-v1/;
88

99
#include "t8012-jxxx.dtsi"
10+
#include "t8012-touchbar.dtsi"
1011

1112
/ {
1213
model = "Apple T2 MacBookPro15,2 (j132)";

arch/arm64/boot/dts/exynos/exynos7870-j6lte.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
memory@40000000 {
9090
device_type = "memory";
9191
reg = <0x0 0x40000000 0x3d800000>,
92-
<0x0 0x80000000 0x7d800000>;
92+
<0x0 0x80000000 0x40000000>;
9393
};
9494

9595
pwrseq_mmc1: pwrseq-mmc1 {

arch/arm64/boot/dts/exynos/exynos7870-on7xelte.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
memory@40000000 {
7979
device_type = "memory";
8080
reg = <0x0 0x40000000 0x3e400000>,
81-
<0x0 0x80000000 0xbe400000>;
81+
<0x0 0x80000000 0x80000000>;
8282
};
8383

8484
pwrseq_mmc1: pwrseq-mmc1 {

0 commit comments

Comments
 (0)