Skip to content

Commit b2c0931

Browse files
committed
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
This commit in sched/urgent moved the cfs_rq_is_decayed() function: a7b359f: ("sched/fair: Correctly insert cfs_rq's to list on unthrottle") and this fresh commit in sched/core modified it in the old location: 9e077b5: ("sched/pelt: Check that *_avg are null when *_sum are") Merge the two variants. Conflicts: kernel/sched/fair.c Signed-off-by: Ingo Molnar <mingo@kernel.org>
2 parents 94aafc3 + a7b359f commit b2c0931

516 files changed

Lines changed: 4153 additions & 2056 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.

.clang-format

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ ForEachMacros:
109109
- 'css_for_each_child'
110110
- 'css_for_each_descendant_post'
111111
- 'css_for_each_descendant_pre'
112-
- 'cxl_for_each_cmd'
113112
- 'device_for_each_child_node'
113+
- 'displayid_iter_for_each'
114114
- 'dma_fence_chain_for_each'
115115
- 'do_for_each_ftrace_op'
116116
- 'drm_atomic_crtc_for_each_plane'
@@ -136,6 +136,7 @@ ForEachMacros:
136136
- 'drm_mm_for_each_node_in_range'
137137
- 'drm_mm_for_each_node_safe'
138138
- 'flow_action_for_each'
139+
- 'for_each_acpi_dev_match'
139140
- 'for_each_active_dev_scope'
140141
- 'for_each_active_drhd_unit'
141142
- 'for_each_active_iommu'
@@ -171,14 +172,14 @@ ForEachMacros:
171172
- 'for_each_dapm_widgets'
172173
- 'for_each_dev_addr'
173174
- 'for_each_dev_scope'
174-
- 'for_each_displayid_db'
175175
- 'for_each_dma_cap_mask'
176176
- 'for_each_dpcm_be'
177177
- 'for_each_dpcm_be_rollback'
178178
- 'for_each_dpcm_be_safe'
179179
- 'for_each_dpcm_fe'
180180
- 'for_each_drhd_unit'
181181
- 'for_each_dss_dev'
182+
- 'for_each_dtpm_table'
182183
- 'for_each_efi_memory_desc'
183184
- 'for_each_efi_memory_desc_in_map'
184185
- 'for_each_element'
@@ -215,6 +216,7 @@ ForEachMacros:
215216
- 'for_each_migratetype_order'
216217
- 'for_each_msi_entry'
217218
- 'for_each_msi_entry_safe'
219+
- 'for_each_msi_vector'
218220
- 'for_each_net'
219221
- 'for_each_net_continue_reverse'
220222
- 'for_each_netdev'
@@ -270,6 +272,12 @@ ForEachMacros:
270272
- 'for_each_prime_number_from'
271273
- 'for_each_process'
272274
- 'for_each_process_thread'
275+
- 'for_each_prop_codec_conf'
276+
- 'for_each_prop_dai_codec'
277+
- 'for_each_prop_dai_cpu'
278+
- 'for_each_prop_dlc_codecs'
279+
- 'for_each_prop_dlc_cpus'
280+
- 'for_each_prop_dlc_platforms'
273281
- 'for_each_property_of_node'
274282
- 'for_each_registered_fb'
275283
- 'for_each_requested_gpio'
@@ -430,6 +438,7 @@ ForEachMacros:
430438
- 'queue_for_each_hw_ctx'
431439
- 'radix_tree_for_each_slot'
432440
- 'radix_tree_for_each_tagged'
441+
- 'rb_for_each'
433442
- 'rbtree_postorder_for_each_entry_safe'
434443
- 'rdma_for_each_block'
435444
- 'rdma_for_each_port'

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ Maxime Ripard <mripard@kernel.org> <maxime.ripard@free-electrons.com>
243243
Mayuresh Janorkar <mayur@ti.com>
244244
Michael Buesch <m@bues.ch>
245245
Michel Dänzer <michel@tungstengraphics.com>
246+
Michel Lespinasse <michel@lespinasse.org>
247+
Michel Lespinasse <michel@lespinasse.org> <walken@google.com>
248+
Michel Lespinasse <michel@lespinasse.org> <walken@zoy.org>
246249
Miguel Ojeda <ojeda@kernel.org> <miguel.ojeda.sandonis@gmail.com>
247250
Mike Rapoport <rppt@kernel.org> <mike@compulab.co.il>
248251
Mike Rapoport <rppt@kernel.org> <mike.rapoport@gmail.com>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,17 @@ properties:
149149
maxItems: 6
150150
$ref: /schemas/types.yaml#/definitions/uint32-array
151151

152+
sink-vdos-v1:
153+
description: An array of u32 with each entry, a Vendor Defined Message Object (VDO),
154+
providing additional information corresponding to the product, the detailed bit
155+
definitions and the order of each VDO can be found in
156+
"USB Power Delivery Specification Revision 2.0, Version 1.3" chapter 6.4.4.3.1 Discover
157+
Identity. User can specify the VDO array via VDO_IDH/_CERT/_PRODUCT/_CABLE/_AMA defined in
158+
dt-bindings/usb/pd.h.
159+
minItems: 3
160+
maxItems: 6
161+
$ref: /schemas/types.yaml#/definitions/uint32-array
162+
152163
op-sink-microwatt:
153164
description: Sink required operating power in microwatt, if source can't
154165
offer the power, Capability Mismatch is set. Required for power sink and
@@ -207,6 +218,10 @@ properties:
207218
SNK_READY for non-pd link.
208219
type: boolean
209220

221+
dependencies:
222+
sink-vdos-v1: [ 'sink-vdos' ]
223+
sink-vdos: [ 'sink-vdos-v1' ]
224+
210225
required:
211226
- compatible
212227

Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ examples:
4949
#size-cells = <0>;
5050
5151
adc@48 {
52-
comatible = "ti,ads7828";
52+
compatible = "ti,ads7828";
5353
reg = <0x48>;
5454
vref-supply = <&vref>;
5555
ti,differential-input;

Documentation/devicetree/bindings/media/renesas,drif.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ properties:
6767
maxItems: 1
6868

6969
clock-names:
70-
maxItems: 1
71-
items:
72-
- const: fck
70+
const: fck
7371

7472
resets:
7573
maxItems: 1

Documentation/devicetree/bindings/sound/amlogic,gx-sound-card.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ patternProperties:
5757
rate
5858
5959
sound-dai:
60-
$ref: /schemas/types.yaml#/definitions/phandle
60+
$ref: /schemas/types.yaml#/definitions/phandle-array
6161
description: phandle of the CPU DAI
6262

6363
patternProperties:
@@ -71,7 +71,7 @@ patternProperties:
7171
7272
properties:
7373
sound-dai:
74-
$ref: /schemas/types.yaml#/definitions/phandle
74+
$ref: /schemas/types.yaml#/definitions/phandle-array
7575
description: phandle of the codec DAI
7676

7777
required:

Documentation/virt/kvm/mmu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ Shadow pages contain the following information:
171171
shadow pages) so role.quadrant takes values in the range 0..3. Each
172172
quadrant maps 1GB virtual address space.
173173
role.access:
174-
Inherited guest access permissions in the form uwx. Note execute
175-
permission is positive, not negative.
174+
Inherited guest access permissions from the parent ptes in the form uwx.
175+
Note execute permission is positive, not negative.
176176
role.invalid:
177177
The page is invalid and should not be used. It is a root page that is
178178
currently pinned (by a cpu hardware register pointing to it); once it is

MAINTAINERS

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3877,6 +3877,7 @@ L: linux-btrfs@vger.kernel.org
38773877
S: Maintained
38783878
W: http://btrfs.wiki.kernel.org/
38793879
Q: http://patchwork.kernel.org/project/linux-btrfs/list/
3880+
C: irc://irc.libera.chat/btrfs
38803881
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git
38813882
F: Documentation/filesystems/btrfs.rst
38823883
F: fs/btrfs/
@@ -6945,6 +6946,7 @@ F: net/core/failover.c
69456946
FANOTIFY
69466947
M: Jan Kara <jack@suse.cz>
69476948
R: Amir Goldstein <amir73il@gmail.com>
6949+
R: Matthew Bobrowski <repnop@google.com>
69486950
L: linux-fsdevel@vger.kernel.org
69496951
S: Maintained
69506952
F: fs/notify/fanotify/
@@ -12903,7 +12905,7 @@ F: net/ipv4/nexthop.c
1290312905

1290412906
NFC SUBSYSTEM
1290512907
M: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
12906-
L: linux-nfc@lists.01.org (moderated for non-subscribers)
12908+
L: linux-nfc@lists.01.org (subscribers-only)
1290712909
L: netdev@vger.kernel.org
1290812910
S: Maintained
1290912911
F: Documentation/devicetree/bindings/net/nfc/
@@ -12916,7 +12918,7 @@ F: net/nfc/
1291612918
NFC VIRTUAL NCI DEVICE DRIVER
1291712919
M: Bongsu Jeon <bongsu.jeon@samsung.com>
1291812920
L: netdev@vger.kernel.org
12919-
L: linux-nfc@lists.01.org (moderated for non-subscribers)
12921+
L: linux-nfc@lists.01.org (subscribers-only)
1292012922
S: Supported
1292112923
F: drivers/nfc/virtual_ncidev.c
1292212924
F: tools/testing/selftests/nci/
@@ -13214,7 +13216,7 @@ F: sound/soc/codecs/tfa9879*
1321413216

1321513217
NXP-NCI NFC DRIVER
1321613218
R: Charles Gorand <charles.gorand@effinnov.com>
13217-
L: linux-nfc@lists.01.org (moderated for non-subscribers)
13219+
L: linux-nfc@lists.01.org (subscribers-only)
1321813220
S: Supported
1321913221
F: drivers/nfc/nxp-nci
1322013222

@@ -14117,6 +14119,7 @@ F: drivers/pci/controller/pci-v3-semi.c
1411714119
PCI ENDPOINT SUBSYSTEM
1411814120
M: Kishon Vijay Abraham I <kishon@ti.com>
1411914121
M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
14122+
R: Krzysztof Wilczyński <kw@linux.com>
1412014123
L: linux-pci@vger.kernel.org
1412114124
S: Supported
1412214125
F: Documentation/PCI/endpoint/*
@@ -14165,6 +14168,7 @@ F: drivers/pci/controller/pci-xgene-msi.c
1416514168
PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
1416614169
M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1416714170
R: Rob Herring <robh@kernel.org>
14171+
R: Krzysztof Wilczyński <kw@linux.com>
1416814172
L: linux-pci@vger.kernel.org
1416914173
S: Supported
1417014174
Q: http://patchwork.ozlabs.org/project/linux-pci/list/
@@ -16143,7 +16147,7 @@ F: include/media/drv-intf/s3c_camif.h
1614316147
SAMSUNG S3FWRN5 NFC DRIVER
1614416148
M: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
1614516149
M: Krzysztof Opasiak <k.opasiak@samsung.com>
16146-
L: linux-nfc@lists.01.org (moderated for non-subscribers)
16150+
L: linux-nfc@lists.01.org (subscribers-only)
1614716151
S: Maintained
1614816152
F: Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml
1614916153
F: drivers/nfc/s3fwrn5
@@ -18333,7 +18337,7 @@ F: sound/soc/codecs/tas571x*
1833318337
TI TRF7970A NFC DRIVER
1833418338
M: Mark Greer <mgreer@animalcreek.com>
1833518339
L: linux-wireless@vger.kernel.org
18336-
L: linux-nfc@lists.01.org (moderated for non-subscribers)
18340+
L: linux-nfc@lists.01.org (subscribers-only)
1833718341
S: Supported
1833818342
F: Documentation/devicetree/bindings/net/nfc/trf7970a.txt
1833918343
F: drivers/nfc/trf7970a.c
@@ -18869,6 +18873,13 @@ S: Maintained
1886918873
F: drivers/usb/host/isp116x*
1887018874
F: include/linux/usb/isp116x.h
1887118875

18876+
USB ISP1760 DRIVER
18877+
M: Rui Miguel Silva <rui.silva@linaro.org>
18878+
L: linux-usb@vger.kernel.org
18879+
S: Maintained
18880+
F: drivers/usb/isp1760/*
18881+
F: Documentation/devicetree/bindings/usb/nxp,isp1760.yaml
18882+
1887218883
USB LAN78XX ETHERNET DRIVER
1887318884
M: Woojung Huh <woojung.huh@microchip.com>
1887418885
M: UNGLinuxDriver@microchip.com

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION = 5
33
PATCHLEVEL = 13
44
SUBLEVEL = 0
5-
EXTRAVERSION = -rc4
5+
EXTRAVERSION = -rc6
66
NAME = Frozen Wasteland
77

88
# *DOCUMENTATION*

arch/arm/boot/dts/imx6dl-yapp4-common.dtsi

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,13 @@
105105
phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
106106
phy-reset-duration = <20>;
107107
phy-supply = <&sw2_reg>;
108-
phy-handle = <&ethphy0>;
109108
status = "okay";
110109

110+
fixed-link {
111+
speed = <1000>;
112+
full-duplex;
113+
};
114+
111115
mdio {
112116
#address-cells = <1>;
113117
#size-cells = <0>;

0 commit comments

Comments
 (0)