Skip to content

Commit b5fe163

Browse files
committed
Merge tag 'rolling-lts/wsl/5.15.68.1' into HEAD
Signed-off-by: Kelsey Steele <[email protected]>
2 parents 2eb60d8 + aae3f29 commit b5fe163

File tree

692 files changed

+9511
-6007
lines changed

Some content is hidden

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

692 files changed

+9511
-6007
lines changed

Documentation/ABI/testing/sysfs-devices-system-cpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ What: /sys/devices/system/cpu/vulnerabilities
521521
/sys/devices/system/cpu/vulnerabilities/tsx_async_abort
522522
/sys/devices/system/cpu/vulnerabilities/itlb_multihit
523523
/sys/devices/system/cpu/vulnerabilities/mmio_stale_data
524+
/sys/devices/system/cpu/vulnerabilities/retbleed
524525
Date: January 2018
525526
Contact: Linux kernel mailing list <[email protected]>
526527
Description: Information about CPU vulnerabilities

Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,20 @@ The possible values in this file are:
230230
* - 'Mitigation: Clear CPU buffers'
231231
- The processor is vulnerable and the CPU buffer clearing mitigation is
232232
enabled.
233+
* - 'Unknown: No mitigations'
234+
- The processor vulnerability status is unknown because it is
235+
out of Servicing period. Mitigation is not attempted.
236+
237+
Definitions:
238+
------------
239+
240+
Servicing period: The process of providing functional and security updates to
241+
Intel processors or platforms, utilizing the Intel Platform Update (IPU)
242+
process or other similar mechanisms.
243+
244+
End of Servicing Updates (ESU): ESU is the date at which Intel will no
245+
longer provide Servicing, such as through IPU or other similar update
246+
processes. ESU dates will typically be aligned to end of quarter.
233247

234248
If the processor is vulnerable then the following information is appended to
235249
the above information:

Documentation/admin-guide/sysctl/net.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ poll cycle or the number of packets processed reaches netdev_budget.
271271
netdev_max_backlog
272272
------------------
273273

274-
Maximum number of packets, queued on the INPUT side, when the interface
274+
Maximum number of packets, queued on the INPUT side, when the interface
275275
receives packets faster than kernel can process them.
276276

277277
netdev_rss_key

Documentation/arm64/silicon-errata.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ stable kernels.
9292
+----------------+-----------------+-----------------+-----------------------------+
9393
| ARM | Cortex-A77 | #1508412 | ARM64_ERRATUM_1508412 |
9494
+----------------+-----------------+-----------------+-----------------------------+
95+
| ARM | Cortex-A510 | #2441009 | ARM64_ERRATUM_2441009 |
96+
+----------------+-----------------+-----------------+-----------------------------+
97+
| ARM | Cortex-A510 | #2457168 | ARM64_ERRATUM_2457168 |
98+
+----------------+-----------------+-----------------+-----------------------------+
9599
| ARM | Neoverse-N1 | #1188873,1418040| ARM64_ERRATUM_1418040 |
96100
+----------------+-----------------+-----------------+-----------------------------+
97101
| ARM | Neoverse-N1 | #1349291 | N/A |

Documentation/atomic_bitops.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Like with atomic_t, the rule of thumb is:
5959
- RMW operations that have a return value are fully ordered.
6060

6161
- RMW operations that are conditional are unordered on FAILURE,
62-
otherwise the above rules apply. In the case of test_and_{}_bit() operations,
62+
otherwise the above rules apply. In the case of test_and_set_bit_lock(),
6363
if the bit in memory is unchanged by the operation then it is deemed to have
6464
failed.
6565

Documentation/devicetree/bindings/arm/qcom.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,28 +135,34 @@ properties:
135135
- const: qcom,msm8974
136136

137137
- items:
138-
- enum:
139-
- alcatel,idol347
140-
- const: qcom,msm8916-mtp/1
141138
- const: qcom,msm8916-mtp
139+
- const: qcom,msm8916-mtp/1
142140
- const: qcom,msm8916
143141

144142
- items:
145143
- enum:
146-
- longcheer,l8150
144+
- alcatel,idol347
147145
- samsung,a3u-eur
148146
- samsung,a5u-eur
149147
- const: qcom,msm8916
150148

149+
- items:
150+
- const: longcheer,l8150
151+
- const: qcom,msm8916-v1-qrd/9-v1
152+
- const: qcom,msm8916
153+
151154
- items:
152155
- enum:
153156
- sony,karin_windy
157+
- const: qcom,apq8094
158+
159+
- items:
160+
- enum:
154161
- sony,karin-row
155162
- sony,satsuki-row
156163
- sony,sumire-row
157164
- sony,suzuran-row
158-
- qcom,msm8994
159-
- const: qcom,apq8094
165+
- const: qcom,msm8994
160166

161167
- items:
162168
- const: qcom,msm8996-mtp

Documentation/devicetree/bindings/clock/qcom,gcc-msm8996.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,32 @@ properties:
2222
const: qcom,gcc-msm8996
2323

2424
clocks:
25+
minItems: 3
2526
items:
2627
- description: XO source
2728
- description: Second XO source
2829
- description: Sleep clock source
30+
- description: PCIe 0 PIPE clock (optional)
31+
- description: PCIe 1 PIPE clock (optional)
32+
- description: PCIe 2 PIPE clock (optional)
33+
- description: USB3 PIPE clock (optional)
34+
- description: UFS RX symbol 0 clock (optional)
35+
- description: UFS RX symbol 1 clock (optional)
36+
- description: UFS TX symbol 0 clock (optional)
2937

3038
clock-names:
39+
minItems: 3
3140
items:
3241
- const: cxo
3342
- const: cxo2
3443
- const: sleep_clk
44+
- const: pcie_0_pipe_clk_src
45+
- const: pcie_1_pipe_clk_src
46+
- const: pcie_2_pipe_clk_src
47+
- const: usb3_phy_pipe_clk_src
48+
- const: ufs_rx_symbol_0_clk_src
49+
- const: ufs_rx_symbol_1_clk_src
50+
- const: ufs_tx_symbol_0_clk_src
3551

3652
'#clock-cells':
3753
const: 1

Documentation/devicetree/bindings/gpio/gpio-zynq.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
const: xlnx,zynq-gpio-1.0
14+
enum:
15+
- xlnx,zynq-gpio-1.0
16+
- xlnx,zynqmp-gpio-1.0
17+
- xlnx,versal-gpio-1.0
18+
- xlnx,pmc-gpio-1.0
1519

1620
reg:
1721
maxItems: 1

Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ properties:
4747
description:
4848
Properties for single LDO regulator.
4949

50-
properties:
51-
regulator-name:
52-
pattern: "^LDO[1-5]$"
53-
description:
54-
should be "LDO1", ..., "LDO5"
55-
5650
unevaluatedProperties: false
5751

5852
"^BUCK[1-6]$":
@@ -62,11 +56,6 @@ properties:
6256
Properties for single BUCK regulator.
6357

6458
properties:
65-
regulator-name:
66-
pattern: "^BUCK[1-6]$"
67-
description:
68-
should be "BUCK1", ..., "BUCK6"
69-
7059
nxp,dvs-run-voltage:
7160
$ref: "/schemas/types.yaml#/definitions/uint32"
7261
minimum: 600000

Documentation/devicetree/bindings/spi/spi-cadence.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ properties:
4949
enum: [ 0, 1 ]
5050
default: 0
5151

52+
required:
53+
- compatible
54+
- reg
55+
- interrupts
56+
- clock-names
57+
- clocks
58+
5259
unevaluatedProperties: false
5360

5461
examples:

0 commit comments

Comments
 (0)