Skip to content

Commit 975f2d7

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR. No conflicts. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parents f9893fd + 6172a51 commit 975f2d7

File tree

257 files changed

+2737
-3711
lines changed

Some content is hidden

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

257 files changed

+2737
-3711
lines changed

Documentation/ABI/testing/sysfs-class-led

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ Description:
5959
brightness. Reading this file when no hw brightness change
6060
event has happened will return an ENODATA error.
6161

62-
What: /sys/class/leds/<led>/color
63-
Date: June 2023
64-
KernelVersion: 6.5
65-
Description:
66-
Color of the LED.
67-
68-
This is a read-only file. Reading this file returns the color
69-
of the LED as a string (e.g: "red", "green", "multicolor").
70-
7162
What: /sys/class/leds/<led>/trigger
7263
Date: March 2006
7364
KernelVersion: 2.6.17

Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: NXP S32G2 pin controller
99

1010
maintainers:
1111
- Ghennadi Procopciuc <Ghennadi.Procopciuc@oss.nxp.com>
12-
- Chester Lin <clin@suse.com>
12+
- Chester Lin <chester62515@gmail.com>
1313

1414
description: |
1515
S32G2 pinmux is implemented in SIUL2 (System Integration Unit Lite2),

Documentation/devicetree/bindings/usb/microchip,usb5744.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ properties:
3636

3737
vdd-supply:
3838
description:
39-
VDD power supply to the hub
39+
3V3 power supply to the hub
40+
41+
vdd2-supply:
42+
description:
43+
1V2 power supply to the hub
4044

4145
peer-hub:
4246
$ref: /schemas/types.yaml#/definitions/phandle
@@ -62,6 +66,7 @@ allOf:
6266
properties:
6367
reset-gpios: false
6468
vdd-supply: false
69+
vdd2-supply: false
6570
peer-hub: false
6671
i2c-bus: false
6772
else:

Documentation/devicetree/bindings/usb/qcom,dwc3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,8 @@ examples:
521521
522522
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
523523
<GIC_SPI 486 IRQ_TYPE_LEVEL_HIGH>,
524-
<GIC_SPI 488 IRQ_TYPE_LEVEL_HIGH>,
525-
<GIC_SPI 489 IRQ_TYPE_LEVEL_HIGH>;
524+
<GIC_SPI 488 IRQ_TYPE_EDGE_BOTH>,
525+
<GIC_SPI 489 IRQ_TYPE_EDGE_BOTH>;
526526
interrupt-names = "hs_phy_irq", "ss_phy_irq",
527527
"dm_hs_phy_irq", "dp_hs_phy_irq";
528528

Documentation/devicetree/bindings/usb/usb-hcd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ examples:
4141
- |
4242
usb {
4343
phys = <&usb2_phy1>, <&usb3_phy1>;
44-
phy-names = "usb";
44+
phy-names = "usb2", "usb3";
4545
#address-cells = <1>;
4646
#size-cells = <0>;
4747

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22056,6 +22056,7 @@ F: drivers/watchdog/tqmx86_wdt.c
2205622056
TRACING
2205722057
M: Steven Rostedt <rostedt@goodmis.org>
2205822058
M: Masami Hiramatsu <mhiramat@kernel.org>
22059+
R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2205922060
L: linux-kernel@vger.kernel.org
2206022061
L: linux-trace-kernel@vger.kernel.org
2206122062
S: Maintained

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION = 6
33
PATCHLEVEL = 7
44
SUBLEVEL = 0
5-
EXTRAVERSION = -rc2
5+
EXTRAVERSION = -rc3
66
NAME = Hurr durr I'ma ninja sloth
77

88
# *DOCUMENTATION*

arch/arm/xen/enlighten.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@ static int __init xen_guest_init(void)
484484
* for secondary CPUs as they are brought up.
485485
* For uniformity we use VCPUOP_register_vcpu_info even on cpu0.
486486
*/
487-
xen_vcpu_info = alloc_percpu(struct vcpu_info);
487+
xen_vcpu_info = __alloc_percpu(sizeof(struct vcpu_info),
488+
1 << fls(sizeof(struct vcpu_info) - 1));
488489
if (xen_vcpu_info == NULL)
489490
return -ENOMEM;
490491

arch/arm64/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ endif
158158

159159
all: $(notdir $(KBUILD_IMAGE))
160160

161-
161+
vmlinuz.efi: Image
162162
Image vmlinuz.efi: vmlinux
163163
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
164164

arch/arm64/include/asm/setup.h

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,22 @@ static inline bool arch_parse_debug_rodata(char *arg)
2121
extern bool rodata_enabled;
2222
extern bool rodata_full;
2323

24-
if (arg && !strcmp(arg, "full")) {
24+
if (!arg)
25+
return false;
26+
27+
if (!strcmp(arg, "full")) {
28+
rodata_enabled = rodata_full = true;
29+
return true;
30+
}
31+
32+
if (!strcmp(arg, "off")) {
33+
rodata_enabled = rodata_full = false;
34+
return true;
35+
}
36+
37+
if (!strcmp(arg, "on")) {
2538
rodata_enabled = true;
26-
rodata_full = true;
39+
rodata_full = false;
2740
return true;
2841
}
2942

0 commit comments

Comments
 (0)