Skip to content

Commit f491593

Browse files
author
Paolo Abeni
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR (net-6.14-rc8). Conflict: tools/testing/selftests/net/Makefile 03544fa ("selftest: net: add proc_net_pktgen") 3ed61b8 ("selftests: net: test for lwtunnel dst ref loops") tools/testing/selftests/net/config: 85cb371 ("selftests: net: Add test cases for link and peer netns") 3ed61b8 ("selftests: net: test for lwtunnel dst ref loops") Adjacent commits: tools/testing/selftests/net/Makefile c935af4 ("selftests: net: add support for testing SO_RCVMARK and SO_RCVPRIORITY") 355d940 ("Revert "selftests: Add IPv6 link-local address generation tests for GRE devices."") Signed-off-by: Paolo Abeni <[email protected]>
2 parents 6855b9b + 5fc3193 commit f491593

File tree

236 files changed

+1963
-1236
lines changed

Some content is hidden

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

236 files changed

+1963
-1236
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ Henrik Rydberg <[email protected]>
281281
Herbert Xu <[email protected]>
282282
283283
284+
284285
285286
286287
Jacob Shin <[email protected]>

Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ properties:
1919
- imagis,ist3038
2020
- imagis,ist3038b
2121
- imagis,ist3038c
22+
- imagis,ist3038h
2223

2324
reg:
2425
maxItems: 1

Documentation/devicetree/bindings/net/can/renesas,rcar-canfd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ allOf:
170170
const: renesas,r8a779h0-canfd
171171
then:
172172
patternProperties:
173-
"^channel[5-7]$": false
173+
"^channel[4-7]$": false
174174
else:
175175
if:
176176
not:

Documentation/rust/quick-start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Rust standard library source
145145
****************************
146146

147147
The Rust standard library source is required because the build system will
148-
cross-compile ``core`` and ``alloc``.
148+
cross-compile ``core``.
149149

150150
If ``rustup`` is being used, run::
151151

Documentation/rust/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ operator are also supported as usual, e.g.:
9797
9898
/// ```
9999
/// # use kernel::{spawn_work_item, workqueue};
100-
/// spawn_work_item!(workqueue::system(), || pr_info!("x"))?;
100+
/// spawn_work_item!(workqueue::system(), || pr_info!("x\n"))?;
101101
/// # Ok::<(), Error>(())
102102
/// ```
103103

MAINTAINERS

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,6 +2213,7 @@ ARM/APPLE MACHINE SUPPORT
22132213
M: Sven Peter <[email protected]>
22142214
M: Janne Grunau <[email protected]>
22152215
R: Alyssa Rosenzweig <[email protected]>
2216+
R: Neal Gompa <[email protected]>
22162217
22172218
L: [email protected] (moderated for non-subscribers)
22182219
S: Maintained
@@ -2237,6 +2238,7 @@ F: Documentation/devicetree/bindings/pci/apple,pcie.yaml
22372238
F: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml
22382239
F: Documentation/devicetree/bindings/power/apple*
22392240
F: Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml
2241+
F: Documentation/devicetree/bindings/spi/apple,spi.yaml
22402242
F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml
22412243
F: arch/arm64/boot/dts/apple/
22422244
F: drivers/bluetooth/hci_bcm4377.c
@@ -2254,6 +2256,7 @@ F: drivers/nvmem/apple-efuses.c
22542256
F: drivers/pinctrl/pinctrl-apple-gpio.c
22552257
F: drivers/pwm/pwm-apple.c
22562258
F: drivers/soc/apple/*
2259+
F: drivers/spi/spi-apple.c
22572260
F: drivers/watchdog/apple_wdt.c
22582261
F: include/dt-bindings/interrupt-controller/apple-aic.h
22592262
F: include/dt-bindings/pinctrl/apple.h
@@ -8644,7 +8647,6 @@ F: rust/kernel/net/phy/reg.rs
86448647

86458648
EXEC & BINFMT API, ELF
86468649
M: Kees Cook <[email protected]>
8647-
R: Eric Biederman <[email protected]>
86488650
86498651
S: Supported
86508652
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/execve
@@ -9829,7 +9831,6 @@ S: Maintained
98299831
F: drivers/media/usb/go7007/
98309832

98319833
GOODIX TOUCHSCREEN
9832-
M: Bastien Nocera <[email protected]>
98339834
M: Hans de Goede <[email protected]>
98349835
98359836
S: Maintained
@@ -11141,7 +11142,7 @@ S: Maintained
1114111142
F: drivers/i2c/busses/i2c-icy.c
1114211143

1114311144
IDEAPAD LAPTOP EXTRAS DRIVER
11144-
M: Ike Panhc <ike.pan@canonical.com>
11145+
M: Ike Panhc <ikepanhc@gmail.com>
1114511146
1114611147
S: Maintained
1114711148
W: http://launchpad.net/ideapad-laptop
@@ -12826,9 +12827,7 @@ F: fs/kernfs/
1282612827
F: include/linux/kernfs.h
1282712828

1282812829
KEXEC
12829-
M: Eric Biederman <[email protected]>
1283012830
12831-
S: Maintained
1283212831
W: http://kernel.org/pub/linux/utils/kernel/kexec/
1283312832
F: include/linux/kexec.h
1283412833
F: include/uapi/linux/kexec.h
@@ -13754,12 +13753,10 @@ F: drivers/hwmon/ltc4282.c
1375413753

1375513754
LTC4286 HARDWARE MONITOR DRIVER
1375613755
M: Delphine CC Chiu <[email protected]>
13757-
L: linux-i2c@vger.kernel.org
13756+
L: linux-hwmon@vger.kernel.org
1375813757
S: Maintained
1375913758
F: Documentation/devicetree/bindings/hwmon/lltc,ltc4286.yaml
1376013759
F: Documentation/hwmon/ltc4286.rst
13761-
F: drivers/hwmon/pmbus/Kconfig
13762-
F: drivers/hwmon/pmbus/Makefile
1376313760
F: drivers/hwmon/pmbus/ltc4286.c
1376413761

1376513762
LTC4306 I2C MULTIPLEXER DRIVER
@@ -16665,6 +16662,17 @@ F: net/mptcp/
1666516662
F: tools/testing/selftests/bpf/*/*mptcp*.[ch]
1666616663
F: tools/testing/selftests/net/mptcp/
1666716664

16665+
NETWORKING [SRv6]
16666+
M: Andrea Mayer <[email protected]>
16667+
16668+
S: Maintained
16669+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
16670+
F: include/linux/seg6*
16671+
F: include/net/seg6*
16672+
F: include/uapi/linux/seg6*
16673+
F: net/ipv6/seg6*
16674+
F: tools/testing/selftests/net/srv6*
16675+
1666816676
NETWORKING [TCP]
1666916677
M: Eric Dumazet <[email protected]>
1667016678
M: Neal Cardwell <[email protected]>

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION = 6
33
PATCHLEVEL = 14
44
SUBLEVEL = 0
5-
EXTRAVERSION = -rc6
5+
EXTRAVERSION = -rc7
66
NAME = Baby Opossum Posse
77

88
# *DOCUMENTATION*

arch/arm/boot/dts/broadcom/bcm2711-rpi.dtsi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
#include "bcm2835-rpi.dtsi"
33

4-
#include <dt-bindings/power/raspberrypi-power.h>
54
#include <dt-bindings/reset/raspberrypi,firmware-reset.h>
65

76
/ {
@@ -101,7 +100,3 @@
101100
&vchiq {
102101
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
103102
};
104-
105-
&xhci {
106-
power-domains = <&power RPI_POWER_DOMAIN_USB>;
107-
};

arch/arm/boot/dts/broadcom/bcm2711.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
clocks = <&clocks BCM2835_CLOCK_UART>,
135135
<&clocks BCM2835_CLOCK_VPU>;
136136
clock-names = "uartclk", "apb_pclk";
137-
arm,primecell-periphid = <0x00241011>;
137+
arm,primecell-periphid = <0x00341011>;
138138
status = "disabled";
139139
};
140140

@@ -145,7 +145,7 @@
145145
clocks = <&clocks BCM2835_CLOCK_UART>,
146146
<&clocks BCM2835_CLOCK_VPU>;
147147
clock-names = "uartclk", "apb_pclk";
148-
arm,primecell-periphid = <0x00241011>;
148+
arm,primecell-periphid = <0x00341011>;
149149
status = "disabled";
150150
};
151151

@@ -156,7 +156,7 @@
156156
clocks = <&clocks BCM2835_CLOCK_UART>,
157157
<&clocks BCM2835_CLOCK_VPU>;
158158
clock-names = "uartclk", "apb_pclk";
159-
arm,primecell-periphid = <0x00241011>;
159+
arm,primecell-periphid = <0x00341011>;
160160
status = "disabled";
161161
};
162162

@@ -167,7 +167,7 @@
167167
clocks = <&clocks BCM2835_CLOCK_UART>,
168168
<&clocks BCM2835_CLOCK_VPU>;
169169
clock-names = "uartclk", "apb_pclk";
170-
arm,primecell-periphid = <0x00241011>;
170+
arm,primecell-periphid = <0x00341011>;
171171
status = "disabled";
172172
};
173173

@@ -451,8 +451,6 @@
451451
IRQ_TYPE_LEVEL_LOW)>,
452452
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) |
453453
IRQ_TYPE_LEVEL_LOW)>;
454-
/* This only applies to the ARMv7 stub */
455-
arm,cpu-registers-not-fw-configured;
456454
};
457455

458456
cpus: cpus {
@@ -610,6 +608,7 @@
610608
#address-cells = <1>;
611609
#size-cells = <0>;
612610
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
611+
power-domains = <&pm BCM2835_POWER_DOMAIN_USB>;
613612
/* DWC2 and this IP block share the same USB PHY,
614613
* enabling both at the same time results in lockups.
615614
* So keep this node disabled and let the bootloader
@@ -1177,6 +1176,7 @@
11771176
};
11781177

11791178
&uart0 {
1179+
arm,primecell-periphid = <0x00341011>;
11801180
interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
11811181
};
11821182

arch/arm/boot/dts/broadcom/bcm4709-asus-rt-ac3200.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,19 @@
124124
};
125125

126126
port@1 {
127-
label = "lan1";
127+
label = "lan4";
128128
};
129129

130130
port@2 {
131-
label = "lan2";
131+
label = "lan3";
132132
};
133133

134134
port@3 {
135-
label = "lan3";
135+
label = "lan2";
136136
};
137137

138138
port@4 {
139-
label = "lan4";
139+
label = "lan1";
140140
};
141141
};
142142
};

0 commit comments

Comments
 (0)