This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 872f8edeb6bd Merge tag 'docs-5.14-2' of git://git.lwn.net/linux new 5f34b1eb2f8d arm64: fix strlen() with CONFIG_KASAN_HW_TAGS new e62e07481486 arm64: Add missing header <asm/smp.h> in two files new c1132702c71f Revert "arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CA [...] new 8cdd23c23c3d arm64: Restrict ARM64_BTI_KERNEL to clang 12.0.0 and newer new 295cf156231c arm64: Avoid premature usercopy failure new 59f44069e052 arm64: mte: fix restoration of GCR_EL1 from suspend new 31a7f0f6c8f3 arm64: entry: add missing noinstr new e6f85cbeb23b arm64: entry: fix KCOV suppression new 5f06a790a0d3 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new d549c66766ee dt-bindings: net: dsa: sja1105: Fix indentation warnings new e8917266ae09 dt-bindings: More dropping redundant minItems/maxItems new f88321a3bf77 dt-bindings: Move fixed string 'patternProperties' to 'pro [...] new 50d8d7e19c43 dt-bindings: display: renesas,du: Make resets optional on [...] new d980cc0620ae Merge tag 'devicetree-fixes-for-5.14-1' of git://git.kerne [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/clock/brcm,iproc-clocks.yaml | 1 - .../devicetree/bindings/display/renesas,du.yaml | 1 - .../devicetree/bindings/hwmon/adt7475.yaml | 22 ++++----- .../devicetree/bindings/iommu/rockchip,iommu.yaml | 2 - .../bindings/memory-controllers/arm,pl353-smc.yaml | 1 - .../devicetree/bindings/mtd/brcm,brcmnand.yaml | 8 ---- .../devicetree/bindings/net/dsa/nxp,sja1105.yaml | 4 +- .../devicetree/bindings/phy/ti,phy-j721e-wiz.yaml | 56 +++++++++++----------- .../devicetree/bindings/regulator/mps,mpq7920.yaml | 6 +-- .../bindings/regulator/nxp,pf8x00-regulator.yaml | 3 +- .../devicetree/bindings/rtc/faraday,ftrtc010.yaml | 1 - .../devicetree/bindings/spi/spi-controller.yaml | 32 ++++++------- .../devicetree/bindings/usb/nxp,isp1760.yaml | 2 - arch/arm64/Kconfig | 3 +- arch/arm64/include/asm/cache.h | 2 +- arch/arm64/include/asm/smp_plat.h | 1 + arch/arm64/kernel/Makefile | 2 +- arch/arm64/kernel/cpufeature.c | 1 + arch/arm64/kernel/entry-common.c | 2 +- arch/arm64/kernel/mte.c | 15 +----- arch/arm64/lib/copy_from_user.S | 13 +++-- arch/arm64/lib/copy_in_user.S | 21 +++++--- arch/arm64/lib/copy_to_user.S | 14 ++++-- arch/arm64/lib/strlen.S | 10 ++++ 24 files changed, 116 insertions(+), 107 deletions(-)