Skip to content

Commit 8c1688e

Browse files
committed
Merge tag 'v6.4-rc2' into v4l_for_linus
Linux 6.4-rc2 * tag 'v6.4-rc2': (162 commits) Linux 6.4-rc2 parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flag ext4: bail out of ext4_xattr_ibody_get() fails for any reason ext4: add bounds checking in get_max_inline_xattr_value_size() ext4: add indication of ro vs r/w mounts in the mount message ext4: fix deadlock when converting an inline directory in nojournal mode ext4: improve error recovery code paths in __ext4_remount() ext4: improve error handling from ext4_dirhash() ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled ext4: check iomap type only if ext4_iomap_begin() does not fail ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum ext4: fix data races when using cached status extents ext4: avoid deadlock in fs reclaim with page writeback ext4: fix invalid free tracking in ext4_xattr_move_to_block() ext4: remove a BUG_ON in ext4_mb_release_group_pa() ext4: allow ext4_get_group_info() to fail cxl: Add missing return to cdat read error path tools/testing/cxl: Use DEFINE_STATIC_SRCU() x86/retbleed: Fix return thunk alignment Documentation/block: drop the request.rst file ...
2 parents 280a8ab + f1fcbaa commit 8c1688e

File tree

188 files changed

+2862
-1994
lines changed

Some content is hidden

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

188 files changed

+2862
-1994
lines changed

Documentation/block/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Block
1818
kyber-iosched
1919
null_blk
2020
pr
21-
request
2221
stat
2322
switching-sched
2423
writeback_cache_control

Documentation/block/request.rst

Lines changed: 0 additions & 99 deletions
This file was deleted.

Documentation/devicetree/bindings/media/i2c/ovti,ov2685.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ properties:
4949

5050
properties:
5151
data-lanes:
52+
minItems: 1
5253
maxItems: 2
5354

5455
required:

Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-common.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,11 @@ description:
1717
properties:
1818
clocks:
1919
minItems: 3
20-
items:
21-
- description: PCIe bridge clock.
22-
- description: PCIe bus clock.
23-
- description: PCIe PHY clock.
24-
- description: Additional required clock entry for imx6sx-pcie,
25-
imx6sx-pcie-ep, imx8mq-pcie, imx8mq-pcie-ep.
20+
maxItems: 4
2621

2722
clock-names:
2823
minItems: 3
29-
items:
30-
- const: pcie
31-
- const: pcie_bus
32-
- enum: [ pcie_phy, pcie_aux ]
33-
- enum: [ pcie_inbound_axi, pcie_aux ]
24+
maxItems: 4
3425

3526
num-lanes:
3627
const: 1

Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ properties:
3131
- const: dbi
3232
- const: addr_space
3333

34+
clocks:
35+
minItems: 3
36+
items:
37+
- description: PCIe bridge clock.
38+
- description: PCIe bus clock.
39+
- description: PCIe PHY clock.
40+
- description: Additional required clock entry for imx6sx-pcie,
41+
imx6sx-pcie-ep, imx8mq-pcie, imx8mq-pcie-ep.
42+
43+
clock-names:
44+
minItems: 3
45+
maxItems: 4
46+
3447
interrupts:
3548
items:
3649
- description: builtin eDMA interrupter.
@@ -49,6 +62,31 @@ required:
4962
allOf:
5063
- $ref: /schemas/pci/snps,dw-pcie-ep.yaml#
5164
- $ref: /schemas/pci/fsl,imx6q-pcie-common.yaml#
65+
- if:
66+
properties:
67+
compatible:
68+
enum:
69+
- fsl,imx8mq-pcie-ep
70+
then:
71+
properties:
72+
clocks:
73+
minItems: 4
74+
clock-names:
75+
items:
76+
- const: pcie
77+
- const: pcie_bus
78+
- const: pcie_phy
79+
- const: pcie_aux
80+
else:
81+
properties:
82+
clocks:
83+
maxItems: 3
84+
clock-names:
85+
items:
86+
- const: pcie
87+
- const: pcie_bus
88+
- const: pcie_aux
89+
5290

5391
unevaluatedProperties: false
5492

Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ properties:
4040
- const: dbi
4141
- const: config
4242

43+
clocks:
44+
minItems: 3
45+
items:
46+
- description: PCIe bridge clock.
47+
- description: PCIe bus clock.
48+
- description: PCIe PHY clock.
49+
- description: Additional required clock entry for imx6sx-pcie,
50+
imx6sx-pcie-ep, imx8mq-pcie, imx8mq-pcie-ep.
51+
52+
clock-names:
53+
minItems: 3
54+
maxItems: 4
55+
4356
interrupts:
4457
items:
4558
- description: builtin MSI controller.
@@ -77,6 +90,70 @@ required:
7790
allOf:
7891
- $ref: /schemas/pci/snps,dw-pcie.yaml#
7992
- $ref: /schemas/pci/fsl,imx6q-pcie-common.yaml#
93+
- if:
94+
properties:
95+
compatible:
96+
enum:
97+
- fsl,imx6sx-pcie
98+
then:
99+
properties:
100+
clocks:
101+
minItems: 4
102+
clock-names:
103+
items:
104+
- const: pcie
105+
- const: pcie_bus
106+
- const: pcie_phy
107+
- const: pcie_inbound_axi
108+
109+
- if:
110+
properties:
111+
compatible:
112+
enum:
113+
- fsl,imx8mq-pcie
114+
then:
115+
properties:
116+
clocks:
117+
minItems: 4
118+
clock-names:
119+
items:
120+
- const: pcie
121+
- const: pcie_bus
122+
- const: pcie_phy
123+
- const: pcie_aux
124+
125+
- if:
126+
properties:
127+
compatible:
128+
enum:
129+
- fsl,imx6q-pcie
130+
- fsl,imx6qp-pcie
131+
- fsl,imx7d-pcie
132+
then:
133+
properties:
134+
clocks:
135+
maxItems: 3
136+
clock-names:
137+
items:
138+
- const: pcie
139+
- const: pcie_bus
140+
- const: pcie_phy
141+
142+
- if:
143+
properties:
144+
compatible:
145+
enum:
146+
- fsl,imx8mm-pcie
147+
- fsl,imx8mp-pcie
148+
then:
149+
properties:
150+
clocks:
151+
maxItems: 3
152+
clock-names:
153+
items:
154+
- const: pcie
155+
- const: pcie_bus
156+
- const: pcie_aux
80157

81158
unevaluatedProperties: false
82159

Documentation/networking/bonding.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -776,10 +776,11 @@ peer_notif_delay
776776
Specify the delay, in milliseconds, between each peer
777777
notification (gratuitous ARP and unsolicited IPv6 Neighbor
778778
Advertisement) when they are issued after a failover event.
779-
This delay should be a multiple of the link monitor interval
780-
(arp_interval or miimon, whichever is active). The default
781-
value is 0 which means to match the value of the link monitor
782-
interval.
779+
This delay should be a multiple of the MII link monitor interval
780+
(miimon).
781+
782+
The valid range is 0 - 300000. The default value is 0, which means
783+
to match the value of the MII link monitor interval.
783784

784785
prio
785786
Slave priority. A higher number means higher priority.

Documentation/networking/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Contents:
116116
udplite
117117
vrf
118118
vxlan
119-
x25-iface
120119
x25
120+
x25-iface
121121
xfrm_device
122122
xfrm_proc
123123
xfrm_sync

Documentation/networking/x25-iface.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
3-
============================-
43
X.25 Device Driver Interface
5-
============================-
4+
============================
65

76
Version 1.1
87

0 commit comments

Comments
 (0)