Skip to content

Commit ba99f5c

Browse files
committed
Merge tag 'v6.18.2' into 6.18-main
This is the 6.18.2 stable release # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCgAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmlD++AACgkQONu9yGCS # aT4FzBAAtmIk7OizXBIpOVJ0KXLBtwZygnDvjVcawTDbMBE+HVtTyPNGtlxBV59a # 7lxYXE7K2reSwGraVIuo4XAeX5S6VZ0i/4/1V6f5NlJonoVP/LbzPGTg1z6rRAFV # Cw0AmoIuqaLanVFBPtRGEuigLdB7KPciB6r/9MK+zdGQzIZ/7RzfdQULn9ymGqoJ # I1yDPA3UHMT3rxborKXLL60hFV29cxebRtbJargLPavHA/4h2d/qUS6GFYiJPME5 # zpjG+bCv7f5IwfCGEO3mNaEr3rH68HsJO+n8iX9d7l193lrcRLOrbbbRdWwEQa3T # 2qkFgjBHFaw1SLCzDPKgqI8x13GcuX411GAbjkHkcfrap182r1Av6FP67Nx2jefj # lYwVHOfy6ByEdE8Z4xa3aFvu6WpwiCxQLEEssud0Kpha+Z/OePL/CP7Ov8yRdYT3 # W3h7gGOBu2uQsXgQKIbnqPB4C5GvttkqNRBbErJHKPPYb5TnyDo5emY38QFuNAJQ # uvQON7GDU3/P6bqKlEUB4xIuNZbbHjl2GGS3cuN7GZcp2u7OCpSVmsmBK9o5zxJh # XZId4rkt9wD2hoJ2pv0rh7EsQl8k0Kj7hedtvHBhx5EwElAXGkmQwB8Rdnfc/SvP # /JY8uNsJUYNkehJBeRSvm1LjYcma/pw2nQttQ00FBH6rnxJ8360= # =K7ou # -----END PGP SIGNATURE----- # gpg: Signature made Thu Dec 18 14:04:32 2025 CET # gpg: using RSA key 647F28654894E3BD457199BE38DBBDC86092693E # gpg: Can't check signature: No public key
2 parents 266b30d + 78d8296 commit ba99f5c

609 files changed

Lines changed: 6273 additions & 3819 deletions

File tree

Some content is hidden

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

Documentation/admin-guide/LSM/Smack.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,15 @@ specification.
601601
Task Attribute
602602
~~~~~~~~~~~~~~
603603

604-
The Smack label of a process can be read from /proc/<pid>/attr/current. A
605-
process can read its own Smack label from /proc/self/attr/current. A
604+
The Smack label of a process can be read from ``/proc/<pid>/attr/current``. A
605+
process can read its own Smack label from ``/proc/self/attr/current``. A
606606
privileged process can change its own Smack label by writing to
607-
/proc/self/attr/current but not the label of another process.
607+
``/proc/self/attr/current`` but not the label of another process.
608+
609+
Format of writing is : only the label or the label followed by one of the
610+
3 trailers: ``\n`` (by common agreement for ``/proc/...`` interfaces),
611+
``\0`` (because some applications incorrectly include it),
612+
``\n\0`` (because we think some applications may incorrectly include it).
608613

609614
File Attribute
610615
~~~~~~~~~~~~~~
@@ -696,6 +701,11 @@ sockets.
696701
A privileged program may set this to match the label of another
697702
task with which it hopes to communicate.
698703

704+
UNIX domain socket (UDS) with a BSD address functions both as a file in a
705+
filesystem and as a socket. As a file, it carries the SMACK64 attribute. This
706+
attribute is not involved in Smack security enforcement and is immutably
707+
assigned the label "*".
708+
699709
Smack Netlabel Exceptions
700710
~~~~~~~~~~~~~~~~~~~~~~~~~
701711

Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ properties:
3636

3737
reg:
3838
items:
39-
- description: External local bus interface registers
39+
- description: Data Bus Interface registers
4040
- description: Meson designed configuration registers
4141
- description: PCIe configuration space
4242

4343
reg-names:
4444
items:
45-
- const: elbi
45+
- const: dbi
4646
- const: cfg
4747
- const: config
4848

@@ -113,7 +113,7 @@ examples:
113113
pcie: pcie@f9800000 {
114114
compatible = "amlogic,axg-pcie", "snps,dw-pcie";
115115
reg = <0xf9800000 0x400000>, <0xff646000 0x2000>, <0xf9f00000 0x100000>;
116-
reg-names = "elbi", "cfg", "config";
116+
reg-names = "dbi", "cfg", "config";
117117
interrupts = <GIC_SPI 177 IRQ_TYPE_EDGE_RISING>;
118118
clocks = <&pclk>, <&clk_port>, <&clk_phy>;
119119
clock-names = "pclk", "port", "general";

Documentation/hwmon/g762.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ done via a userland daemon like fancontrol.
1717
Note that those entries do not provide ways to setup the specific
1818
hardware characteristics of the system (reference clock, pulses per
1919
fan revolution, ...); Those can be modified via devicetree bindings
20-
documented in Documentation/devicetree/bindings/hwmon/g762.txt or
20+
documented in Documentation/devicetree/bindings/hwmon/gmt,g762.yaml or
2121
using a specific platform_data structure in board initialization
2222
file (see include/linux/platform_data/g762.h).
2323

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 = 1
4+
SUBLEVEL = 2
55
EXTRAVERSION =
66
NAME = Baby Opossum Posse
77

arch/arm/boot/dts/renesas/r8a7793-gose.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@
373373
port@3 {
374374
reg = <3>;
375375
adv7180_out: endpoint {
376-
bus-width = <8>;
377376
remote-endpoint = <&vin1ep>;
378377
};
379378
};

arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@
308308

309309
&switch {
310310
status = "okay";
311-
#address-cells = <1>;
312-
#size-cells = <0>;
313311

314312
pinctrl-names = "default";
315313
pinctrl-0 = <&pins_eth3>, <&pins_eth4>, <&pins_mdio1>;

arch/arm/boot/dts/samsung/exynos4210-i9100.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@
853853
#size-cells = <0>;
854854

855855
non-removable;
856+
cap-power-off-card;
856857
bus-width = <4>;
857858
mmc-pwrseq = <&wlan_pwrseq>;
858859
vmmc-supply = <&vtf_reg>;

arch/arm/boot/dts/samsung/exynos4210-trats.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@
518518
#size-cells = <0>;
519519

520520
non-removable;
521+
cap-power-off-card;
521522
bus-width = <4>;
522523
mmc-pwrseq = <&wlan_pwrseq>;
523524
vmmc-supply = <&tflash_reg>;

arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@
610610
#size-cells = <0>;
611611

612612
non-removable;
613+
cap-power-off-card;
613614
bus-width = <4>;
614615
mmc-pwrseq = <&wlan_pwrseq>;
615616
vmmc-supply = <&ldo5_reg>;

arch/arm/boot/dts/samsung/exynos4412-midas.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,7 @@
14401440
#address-cells = <1>;
14411441
#size-cells = <0>;
14421442
non-removable;
1443+
cap-power-off-card;
14431444
bus-width = <4>;
14441445

14451446
mmc-pwrseq = <&wlan_pwrseq>;

0 commit comments

Comments
 (0)