Skip to content

Commit bc80e9e

Browse files
committed
Merge tag 'v6.18.8' into 6.18-main
This is the 6.18.8 stable release # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCgAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAml8ex4ACgkQONu9yGCS # aT4WIBAAqAXdxpvKk+N3eTE3bN9jzk+8BeGtKXXeoRZGEHNI6P//7nikAMDPP5Qi # v8WVDSXPJERMnA8geUOYfqo1aGvx8Agd7pEYrtXaqFnb68VNTqE/SIsk+BIpQxaC # ss4+g7otTmvgdJ3qXU1ORAt1GmV+iT8yoZWi32BQugZulXeVl4eFubyrCfWAvBhX # U2zHuNaKRlta2O0SOKol2gWPA2IFx7Xubik548nd5/qPTleNLSMiHGXxBewpNNTA # C4O+UVs8xGYNsusS1ww0+P7pFj98mHl/epLZjJrM9gA1+52N2yUKtzKlE3ad/zOW # sMDgSX+dVS3iEGHW3Hg37u+h+/Vy8PfR5Lcj6nHmpqRYshfu5rK52+ljq0U33h3b # Dyjyury4LUuuu4SklwsZPXx0XN7seDJPRBRbpdLmrwSJ6x/hoH+xcPCLqF+QZ3lG # 3geOGrT64AB+e3tJguZufkzcub9Ta02GFEpGEYe4+A4kQQNS+jnN83MEOMgkE9j/ # UJjRKlCLVgc6++YE1lykEMo+Uj3+rjipGLx5NQK6i4xQ6h/YHnjnKmuuwPZvsUeQ # zT+orqi84h0p49NhKGiGC5a6wk+rH8HeooEaQKNAqLKapttd97AUCD6YPBLK3KwS # qOY0yguC2eZCrdK/fZS7jKxwo9aSrIJ7mjFfX9H/MiiksMhDePI= # =sYYl # -----END PGP SIGNATURE----- # gpg: Signature made Fri Jan 30 10:34:22 2026 CET # gpg: using RSA key 647F28654894E3BD457199BE38DBBDC86092693E # gpg: Can't check signature: No public key
2 parents b97e05c + d905362 commit bc80e9e

File tree

249 files changed

+1889
-875
lines changed

Some content is hidden

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

249 files changed

+1889
-875
lines changed

Documentation/netlink/specs/fou.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ attribute-sets:
3939
-
4040
name: ipproto
4141
type: u8
42+
checks:
43+
min: 1
4244
-
4345
name: type
4446
type: u8

Makefile

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

arch/arm/boot/dts/microchip/sama7d65.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
528528
clocks = <&pmc PMC_TYPE_PERIPHERAL 37>;
529529
#address-cells = <1>;
530-
#size-cells = <1>;
530+
#size-cells = <0>;
531531
dmas = <&dma0 AT91_XDMAC_DT_PERID(12)>,
532532
<&dma0 AT91_XDMAC_DT_PERID(11)>;
533533
dma-names = "tx", "rx";
@@ -676,7 +676,7 @@
676676
flx9: flexcom@e2820000 {
677677
compatible = "microchip,sama7d65-flexcom", "atmel,sama5d2-flexcom";
678678
reg = <0xe2820000 0x200>;
679-
ranges = <0x0 0xe281c000 0x800>;
679+
ranges = <0x0 0xe2820000 0x800>;
680680
clocks = <&pmc PMC_TYPE_PERIPHERAL 43>;
681681
#address-cells = <1>;
682682
#size-cells = <1>;

arch/arm64/boot/dts/qcom/sc8280xp.dtsi

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5773,8 +5773,12 @@
57735773
clocks = <&rpmhcc RPMH_CXO_CLK>;
57745774
clock-names = "xo";
57755775

5776-
power-domains = <&rpmhpd SC8280XP_NSP>;
5777-
power-domain-names = "nsp";
5776+
power-domains = <&rpmhpd SC8280XP_NSP>,
5777+
<&rpmhpd SC8280XP_CX>,
5778+
<&rpmhpd SC8280XP_MXC>;
5779+
power-domain-names = "nsp",
5780+
"cx",
5781+
"mxc";
57785782

57795783
memory-region = <&pil_nsp0_mem>;
57805784

@@ -5904,8 +5908,12 @@
59045908
clocks = <&rpmhcc RPMH_CXO_CLK>;
59055909
clock-names = "xo";
59065910

5907-
power-domains = <&rpmhpd SC8280XP_NSP>;
5908-
power-domain-names = "nsp";
5911+
power-domains = <&rpmhpd SC8280XP_NSP>,
5912+
<&rpmhpd SC8280XP_CX>,
5913+
<&rpmhpd SC8280XP_MXC>;
5914+
power-domain-names = "nsp",
5915+
"cx",
5916+
"mxc";
59095917

59105918
memory-region = <&pil_nsp1_mem>;
59115919

arch/arm64/boot/dts/qcom/sm6150.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,10 +1260,10 @@
12601260
<&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>,
12611261
<&gcc GCC_UFS_PHY_AHB_CLK>,
12621262
<&gcc GCC_UFS_PHY_UNIPRO_CORE_CLK>,
1263-
<&gcc GCC_UFS_PHY_ICE_CORE_CLK>,
12641263
<&rpmhcc RPMH_CXO_CLK>,
12651264
<&gcc GCC_UFS_PHY_TX_SYMBOL_0_CLK>,
1266-
<&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>;
1265+
<&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>,
1266+
<&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
12671267
clock-names = "core_clk",
12681268
"bus_aggr_clk",
12691269
"iface_clk",

arch/arm64/boot/dts/qcom/sm8550.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4097,8 +4097,6 @@
40974097
usb_1: usb@a600000 {
40984098
compatible = "qcom,sm8550-dwc3", "qcom,snps-dwc3";
40994099
reg = <0x0 0x0a600000 0x0 0xfc100>;
4100-
#address-cells = <1>;
4101-
#size-cells = <0>;
41024100

41034101
clocks = <&gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>,
41044102
<&gcc GCC_USB30_PRIM_MASTER_CLK>,

arch/arm64/boot/dts/qcom/sm8650.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5115,9 +5115,6 @@
51155115

51165116
dma-coherent;
51175117

5118-
#address-cells = <1>;
5119-
#size-cells = <0>;
5120-
51215118
status = "disabled";
51225119

51235120
ports {

arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@
424424

425425
&pcie0 {
426426
ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
427-
max-link-speed = <2>;
428427
num-lanes = <2>;
429428
pinctrl-names = "default";
430429
status = "okay";

arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
};
7272

7373
&pcie0 {
74-
max-link-speed = <1>;
7574
num-lanes = <1>;
7675
vpcie3v3-supply = <&vcc3v3_sys>;
7776
};

arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
button-up {
4141
label = "Volume Up";
4242
linux,code = <KEY_VOLUMEUP>;
43-
press-threshold-microvolt = <100000>;
43+
press-threshold-microvolt = <2000>;
4444
};
4545

4646
button-down {
4747
label = "Volume Down";
4848
linux,code = <KEY_VOLUMEDOWN>;
49-
press-threshold-microvolt = <600000>;
49+
press-threshold-microvolt = <300000>;
5050
};
5151
};
5252

0 commit comments

Comments
 (0)