Skip to content

Commit abc7220

Browse files
committed
Merge tag 'ti-k3-dt-fixes-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux into arm/fixes
Tag fix up for TI serdes mux definition introduced in 5.9 * tag 'ti-k3-dt-fixes-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux: (637 commits) arm64: dts: ti: k3-j721e: Rename mux header and update macro names Linux 5.9-rc3 genirq/matrix: Deal with the sillyness of for_each_cpu() on UP fsldma: fix very broken 32-bit ppc ioread64 functionality kernel.h: Silence sparse warning in lower_32_bits cifs: fix check of tcon dfs in smb1 KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exception KVM: arm64: Survive synchronous exceptions caused by AT instructions KVM: arm64: Add kvm_extable for vaxorcism code arm64: vdso32: make vdso32 install conditional arm64: use a common .arch preamble for inline assembly mfd: mfd-core: Ensure disabled devices are ignored without error usb: storage: Add unusual_uas entry for Sony PSZ drives md/raid5: make sure stripe_size as power of two powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMU io_uring: don't bounce block based -EAGAIN retry off task_work io_uring: fix IOPOLL -EAGAIN retries arm64/cpuinfo: Remove unnecessary fallthrough annotation media: dib0700: Fix identation issue in dib8096_set_param_override() hwmon: (gsc-hwmon) Scale temperature to millidegrees ... Link: https://lore.kernel.org/r/20200921125402.mtwypblhb45a6ssh@akan Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents a4da411 + c65176f commit abc7220

1,741 files changed

Lines changed: 9923 additions & 6598 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.

.mailmap

Lines changed: 61 additions & 57 deletions
Large diffs are not rendered by default.

Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Description: read only
4343
This sysfs interface exposes the number of cores per chip
4444
present in the system.
4545

46-
What: /sys/devices/hv_24x7/interface/cpumask
46+
What: /sys/devices/hv_24x7/cpumask
4747
Date: July 2020
4848
Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
4949
Description: read only

Documentation/admin-guide/ext4.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ Files in /sys/fs/ext4/<devname>:
489489
multiple of this tuning parameter if the stripe size is not set in the
490490
ext4 superblock
491491

492+
mb_max_inode_prealloc
493+
The maximum length of per-inode ext4_prealloc_space list.
494+
492495
mb_max_to_scan
493496
The maximum number of extents the multiblock allocator will search to
494497
find the best extent.
@@ -529,21 +532,21 @@ Files in /sys/fs/ext4/<devname>:
529532
Ioctls
530533
======
531534

532-
There is some Ext4 specific functionality which can be accessed by applications
533-
through the system call interfaces. The list of all Ext4 specific ioctls are
534-
shown in the table below.
535+
Ext4 implements various ioctls which can be used by applications to access
536+
ext4-specific functionality. An incomplete list of these ioctls is shown in the
537+
table below. This list includes truly ext4-specific ioctls (``EXT4_IOC_*``) as
538+
well as ioctls that may have been ext4-specific originally but are now supported
539+
by some other filesystem(s) too (``FS_IOC_*``).
535540

536-
Table of Ext4 specific ioctls
541+
Table of Ext4 ioctls
537542

538-
EXT4_IOC_GETFLAGS
543+
FS_IOC_GETFLAGS
539544
Get additional attributes associated with inode. The ioctl argument is
540-
an integer bitfield, with bit values described in ext4.h. This ioctl is
541-
an alias for FS_IOC_GETFLAGS.
545+
an integer bitfield, with bit values described in ext4.h.
542546

543-
EXT4_IOC_SETFLAGS
547+
FS_IOC_SETFLAGS
544548
Set additional attributes associated with inode. The ioctl argument is
545-
an integer bitfield, with bit values described in ext4.h. This ioctl is
546-
an alias for FS_IOC_SETFLAGS.
549+
an integer bitfield, with bit values described in ext4.h.
547550

548551
EXT4_IOC_GETVERSION, EXT4_IOC_GETVERSION_OLD
549552
Get the inode i_generation number stored for each inode. The

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,7 @@
12331233
efi= [EFI]
12341234
Format: { "debug", "disable_early_pci_dma",
12351235
"nochunk", "noruntime", "nosoftreserve",
1236-
"novamap", "no_disable_early_pci_dma",
1237-
"old_map" }
1236+
"novamap", "no_disable_early_pci_dma" }
12381237
debug: enable misc debug output.
12391238
disable_early_pci_dma: disable the busmaster bit on all
12401239
PCI bridges while in the EFI boot stub.
@@ -1251,8 +1250,6 @@
12511250
novamap: do not call SetVirtualAddressMap().
12521251
no_disable_early_pci_dma: Leave the busmaster bit set
12531252
on all PCI bridges while in the EFI boot stub
1254-
old_map [X86-64]: switch to the old ioremap-based EFI
1255-
runtime services mapping. [Needs CONFIG_X86_UV=y]
12561253

12571254
efi_no_storage_paranoia [EFI; X86]
12581255
Using this parameter you can use more than 50% of

Documentation/admin-guide/pm/intel_pstate.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ Energy-Performance Preference (EPP) knob (if supported) or its
564564
Energy-Performance Bias (EPB) knob. It is also possible to write a positive
565565
integer value between 0 to 255, if the EPP feature is present. If the EPP
566566
feature is not present, writing integer value to this attribute is not
567-
supported. In this case, user can use
568-
"/sys/devices/system/cpu/cpu*/power/energy_perf_bias" interface.
567+
supported. In this case, user can use the
568+
"/sys/devices/system/cpu/cpu*/power/energy_perf_bias" interface.
569569

570570
[Note that tasks may by migrated from one CPU to another by the scheduler's
571571
load-balancing algorithm and if different energy vs performance hints are

Documentation/bpf/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Two sets of Questions and Answers (Q&A) are maintained.
3636
bpf_devel_QA
3737

3838

39+
Helper functions
40+
================
41+
42+
* `bpf-helpers(7)`_ maintains a list of helpers available to eBPF programs.
43+
44+
3945
Program types
4046
=============
4147

@@ -79,4 +85,5 @@ Other
7985
.. _networking-filter: ../networking/filter.rst
8086
.. _man-pages: https://www.kernel.org/doc/man-pages/
8187
.. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
88+
.. _bpf-helpers(7): https://man7.org/linux/man-pages/man7/bpf-helpers.7.html
8289
.. _BPF and XDP Reference Guide: https://docs.cilium.io/en/latest/bpf/

Documentation/devicetree/bindings/clock/imx23-clock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Clock bindings for Freescale i.MX23
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111

1212
description: |
1313
The clock consumer should specify the desired clock by having the clock

Documentation/devicetree/bindings/clock/imx28-clock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Clock bindings for Freescale i.MX28
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111

1212
description: |
1313
The clock consumer should specify the desired clock by having the clock

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale MXS GPIO controller
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111
- Anson Huang <Anson.Huang@nxp.com>
1212

1313
description: |

Documentation/devicetree/bindings/i2c/i2c-mxs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale MXS Inter IC (I2C) Controller
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111

1212
properties:
1313
compatible:

0 commit comments

Comments
 (0)