From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,LOCALPART_IN_SUBJECT, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F9FCC433E6 for ; Fri, 5 Mar 2021 03:34:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F5B164F56 for ; Fri, 5 Mar 2021 03:34:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229538AbhCEDew (ORCPT ); Thu, 4 Mar 2021 22:34:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229458AbhCEDev (ORCPT ); Thu, 4 Mar 2021 22:34:51 -0500 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B421C061574; Thu, 4 Mar 2021 19:34:50 -0800 (PST) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4DsCzB4hQMz9sSC; Fri, 5 Mar 2021 14:34:46 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1614915287; bh=6mHvPZI5JOo4PhYHVzpZgwjQ58EZRZFosXLqw4uB/rU=; h=Date:From:To:Cc:Subject:From; b=npPh9H5N4V9CppJpz4kfiBqYRO7uJkUxid6oVY6/maGa8nKEh4PQ9khapTUnnvnWb ZZWKkF8OJzObCG9RslOCpdoFe96rT7n13VP1TwN1k+bZbpcjmWKISd6HiziiRaSrU5 Ve5LOiS1q3aVbqiR99lcAurABxitBewG6ZOiWycoJupWvDdWhhxKcP4PG0abAo8oZW FXKrma1lUTvbtofeXS9deqQLTSoYtBMNuh3ASA1U/HAmw+UvlsFB0DXVc475v6Ue+t E3RMPZFDnlUxhMvJ3JLpUp8v7yLa9KvoGDx0h3k5WXyM4SnNWJ6xzbPEo1tmTCrk4j Wxaub1vtS6IPA== Date: Fri, 5 Mar 2021 14:34:45 +1100 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Mar 5 Message-ID: <20210305143445.1059392a@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/F4WDpMMgCY3X+N4.yBlYk4D"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/F4WDpMMgCY3X+N4.yBlYk4D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20210304: The tty tree gained a conflict against the powerpc-fixes tree. The pinctrl tree lost its build failure. Non-merge commits (relative to Linus' tree): 1820 1789 files changed, 45567 insertions(+), 33563 deletions(-) ---------------------------------------------------------------------------- I have created today's linux-next tree at git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git (patches at http://www.kernel.org/pub/linux/kernel/next/ ). If you are tracking the linux-next tree using git, you should not use "git pull" to do so as that will try to merge the new linux-next release with the old one. You should use "git fetch" and checkout or reset to the new master. You can see which trees have been included by looking in the Next/Trees file in the source. There are also quilt-import.log and merge.log files in the Next directory. Between each merge, the tree was built with a ppc64_defconfig for powerpc, an allmodconfig for x86_64, a multi_v7_defconfig for arm and a native build of tools/perf. After the final fixups (if any), I do an x86_64 modules_install followed by builds for x86_64 allnoconfig, powerpc allnoconfig (32 and 64 bit), ppc44x_defconfig, allyesconfig and pseries_le_defconfig and i386, sparc and sparc64 defconfig and htmldocs. And finally, a simple boot test of the powerpc pseries_le_defconfig kernel in qemu (with and without kvm enabled). Below is a summary of the state of the merge. I am currently merging 333 trees (counting Linus' and 87 trees of bug fix patches pending for the current merge release). Stats about the size of the tree over time can be seen at http://neuling.org/linux-next-size.html . Status of my local build tests will be at http://kisskb.ellerman.id.au/linux-next . If maintainers want to give advice about cross compilers/configs that work, we are always open to add more builds. Thanks to Randy Dunlap for doing many randconfig builds. And to Paul Gortmaker for triage and bug fixes. --=20 Cheers, Stephen Rothwell $ git checkout master $ git reset --hard stable Merging origin/master (3cb60ee63239 Merge tag 'tpmdd-next-v5.12-rc2' of git= ://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd) Merging fixes/fixes (e71ba9452f0b Linux 5.11-rc2) Merging kbuild-current/fixes (207da4c82ade kbuild: Fix fo= r empty SUBLEVEL or PATCHLEVEL again) Merging arc-current/for-curr (7c53f6b671f4 Linux 5.11-rc3) Merging arm-current/fixes (4d62e81b60d4 ARM: kexec: fix oops after TLB are = invalidated) Merging arm64-fixes/for-next/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging arm-soc-fixes/arm/fixes (090e502e4e63 Merge tag 'socfpga_dts_fix_fo= r_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux in= to arm/fixes) Merging drivers-memory-fixes/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging m68k-current/for-linus (5d2b62832c2e m68k: Fix virt_addr_valid() W= =3D1 compiler warnings) Merging powerpc-fixes/fixes (5c88a17e1579 powerpc/sstep: Fix VSX instructio= n emulation) Merging s390-fixes/fixes (f7546a8f6613 s390: remove IBM_PARTITION and CONFI= GFS_FS from zfcpdump defconfig) Merging sparc/master (cf64c2a905e0 Merge branch 'work.sparc32' of git://git= .kernel.org/pub/scm/linux/kernel/git/viro/vfs) Merging fscrypt-current/for-stable (d19d8d345eec fscrypt: fix inline encryp= tion not used on new files) Merging net/master (a9ecb0cbf037 rtnetlink: using dev_base_seq from target = net) Merging bpf/master (83a2881903f3 bpf: Account for BPF_FETCH in insn_has_def= 32()) Merging ipsec/master (9ab1265d5231 xfrm: Use actual socket sk instead of sk= b socket for xfrm_output_resume) CONFLICT (content): Merge conflict in net/ipv6/ip6_vti.c CONFLICT (content): Merge conflict in net/ipv4/ip_vti.c Merging netfilter/master (9cc0001a18b4 netfilter: nftables: disallow update= s on table ownership) Merging ipvs/master (44a674d6f798 Merge tag 'mlx5-fixes-2021-01-26' of git:= //git.kernel.org/pub/scm/linux/kernel/git/saeed/linux) Merging wireless-drivers/master (295d4cd82b01 iwlwifi: don't call netif_nap= i_add() with rxq->lock held (was Re: Lockdep warning in iwl_pcie_rx_handle(= ))) Merging mac80211/master (8811f4a9836e tcp: add sanity tests to TCP_QUEUE_SE= Q) Merging rdma-fixes/for-rc (cca7f12b939b RDMA/uverbs: Fix kernel-doc warning= of _uverbs_alloc) Merging sound-current/for-linus (06abcb18b3a0 ALSA: usb-audio: Apply the co= ntrol quirk to Plantronics headsets) Merging sound-asoc-fixes/for-linus (e57c62bd692c Merge remote-tracking bran= ch 'asoc/for-5.12' into asoc-linus) Merging regmap-fixes/for-linus (fe07bfda2fb9 Linux 5.12-rc1) Merging regulator-fixes/for-linus (a077a13f9baf Merge remote-tracking branc= h 'regulator/for-5.12' into regulator-linus) Merging spi-fixes/for-linus (43f3e675547a Merge remote-tracking branch 'spi= /for-5.12' into spi-linus) Merging pci-current/for-linus (7e69d07d7c3c Revert "PCI/ASPM: Save/restore = L1SS Capability for suspend/resume") Merging driver-core.current/driver-core-linus (fe07bfda2fb9 Linux 5.12-rc1) Merging tty.current/tty-linus (4bed5190a833 Revert "drivers:tty:pty: Fix a = race causing data loss on close") Merging usb.current/usb-linus (466b4bed6798 usb: gadget: f_uac1: stop playb= ack on function disable) Merging usb-gadget-fixes/fixes (129aa9734559 usb: raw-gadget: fix memory le= ak in gadget_setup) Merging usb-serial-fixes/usb-linus (9a962f427abb USB: serial: xr: fix NULL-= deref on disconnect) Merging usb-chipidea-fixes/for-usb-fixes (491b1bea0004 MAINTAINERS: update = Peter Chen's email address) Merging phy/fixes (c92e72ae9e0e phy: ti: j721e-wiz: add missing call to of_= node_put()) Merging staging.current/staging-linus (d1a5bd3f875c staging: comedi: pcl726= : Use 16-bit 0 for interrupt data) Merging char-misc.current/char-misc-linus (803c1aadecdb virt: acrn: Use vfs= _poll() instead of f_op->poll()) Merging soundwire-fixes/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging thunderbolt-fixes/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging input-current/for-linus (1bff77f41a80 Input: st1232 - fix NORMAL vs= . IDLE state handling) Merging crypto-current/master (0de9dc80625b hwrng: timeriomem - Use device-= managed registration API) Merging ide/master (6800cd8cbc6e ide-acpi: use %*ph to print small buffer) Merging vfio-fixes/for-linus (e4eccb853664 vfio/pci: Bypass IGD init in cas= e of -ENODEV) Merging kselftest-fixes/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging modules-fixes/modules-linus (57baec7b1b04 scripts/nsdeps: make sure= to pass all module source files to spatch) Merging dmaengine-fixes/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging backlight-fixes/for-backlight-fixes (5c8fe583cce5 Linux 5.11-rc1) Merging mtd-fixes/mtd/fixes (b135b3358d73 mtd: rawnand: omap: Use BCH priva= te fields in the specific OOB layout) Merging mfd-fixes/for-mfd-fixes (5c8fe583cce5 Linux 5.11-rc1) Merging v4l-dvb-fixes/fixes (246dc3e4a75b media: rc: compile rc-cec.c into = rc-core) Merging reset-fixes/reset/fixes (b460e0a9e240 reset: intel: add unspecified= HAS_IOMEM dependency) Merging mips-fixes/mips-fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging at91-fixes/at91-fixes (16457a528e63 ARM: dts: at91: sam9x60: fix mu= x-mask to match product's datasheet) Merging omap-fixes/fixes (816fa08a1a32 ARM: OMAP4: Fix cpu_pm handling for = HS/EMU interrupt save) Merging kvm-fixes/master (fe07bfda2fb9 Linux 5.12-rc1) Merging kvms390-fixes/master (735931f9a51a MAINTAINERS: add uv.c also to KV= M/s390) Merging hwmon-fixes/hwmon (4008bc7d3953 hwmon: (dell-smm) Add XPS 15 L502X = to fan control blacklist) Merging nvdimm-fixes/libnvdimm-fixes (7018c897c2f2 libnvdimm/dimm: Avoid ra= ce between probe and available_slots_show()) Merging btrfs-fixes/next-fixes (026fb436af2e Merge branch 'misc-5.12' into = next-fixes) Merging vfs-fixes/fixes (d36a1dd9f77a dump_common_audit_data(): fix racy ac= cesses to ->d_name) Merging dma-mapping-fixes/for-linus (d17405d52bac dma-mapping: benchmark: f= ix kernel crash when dma_map_single fails) Merging i3c-fixes/i3c/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging drivers-x86-fixes/fixes (4fb74a1c5840 platform/x86: intel-hid: Supp= ort Lenovo ThinkPad X1 Tablet Gen 2) Merging samsung-krzk-fixes/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging pinctrl-samsung-fixes/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging devicetree-fixes/dt/linus (8242ff9ea9f0 dt-bindings: display: media= tek,dpi: Convert to use graph schema) Merging scsi-fixes/fixes (1dbafd931d90 scsi: vmw_pvscsi: MAINTAINERS: Updat= e maintainer) Merging drm-fixes/drm-fixes (f69d02e37a85 Merge tag 'misc-5.12-2021-03-02' = of git://git.kernel.dk/linux-block) Merging amdgpu-fixes/drm-fixes (2c409ba81be2 drm/radeon: fix si_enable_smc_= cac() failed issue) Merging drm-intel-fixes/for-linux-next-fixes (c3d2c6770b4b drm/i915: Wedge = the GPU if command parser setup fails) Merging mmc-fixes/fixes (1c7ee2902a66 mmc: cqhci: Fix random crash when rem= ove mmc module/card) Merging rtc-fixes/rtc-fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging gnss-fixes/gnss-linus (fe07bfda2fb9 Linux 5.12-rc1) Merging hyperv-fixes/hyperv-fixes (a22662138477 Drivers: hv: vmbus: Drop er= ror message when 'No request id available') Merging soc-fsl-fixes/fix (2663b3388551 soc: fsl: dpio: Get the cpumask thr= ough cpumask_of(cpu)) Merging risc-v-fixes/fixes (f01e631cccab RISC-V: Make NUMA depend on SMP) Merging pidfd-fixes/fixes (a409ed156a90 Merge tag 'gpio-v5.11-1' of git://g= it.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio) Merging fpga-fixes/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging spdx/spdx-linus (c03c21ba6f4e Merge tag 'keys-misc-20210126' of git= ://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs) Merging gpio-brgl-fixes/gpio/for-current (235c2d137007 gpio: fix gpio-devic= e list corruption) Merging gpio-intel-fixes/fixes (437b57d20859 gpio: pca953x: Set IRQ type wh= en handle Intel Galileo Gen 2) Merging pinctrl-intel-fixes/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging erofs-fixes/fixes (a30573b3cdc7 erofs: fix setting up pcluster for = temporary pages) Merging integrity-fixes/fixes (843385694721 evm: Fix a small race in init_d= esc()) Merging kunit-fixes/kunit-fixes (d50ffcd2c371 kunit: tool: Disable PAGE_POI= SONING under --alltests) Merging ubifs-fixes/fixes (78c7d49f55d8 ubifs: journal: Make sure to not di= rty twice for auth nodes) Merging memblock-fixes/fixes (17cbe03872be mm/memblock: Fix typo in comment= of memblock_phys_alloc_try_nid()) Merging cel-fixes/for-rc (76f3011fc516 rpc: fix NULL dereference on kmalloc= failure) Merging drm-misc-fixes/for-linux-next-fixes (603147f9271f drm/ttm: Fix TTM = page pool accounting) Merging kspp-gustavo/for-next/kspp (36f9ff9e03de lib: Fix fall-through warn= ings for Clang) Merging kbuild/for-next (6fbd6cf85a3b Merge tag 'kbuild-v5.12' of git://git= .kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild) Merging compiler-attributes/compiler-attributes (19c329f68089 Linux 5.11-rc= 4) Merging dma-mapping/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging asm-generic/master (38489db09b10 Merge branch 'asm-generic-fixes' i= nto asm-generic) Merging arc/for-next (def9d2780727 Linux 5.5-rc7) Merging arm/for-next (1afb7e6348aa Merge branch 'devel-stable' into for-nex= t) Merging arm64/for-next/core (1ffa9763828c Merge branch 'for-next/vdso' into= for-next/core) Merging arm-perf/for-next/perf (f0c140481d1b perf: Constify static struct a= ttribute_group) Merging arm-soc/for-next (e6c44b8c57c9 soc: document merges) Merging actions/for-next (006828d706fd Merge branch 'v5.12/defconfig' into = for-next) Merging amlogic/for-next (9faeb18107d1 Merge branch 'v5.12/soc' into tmp/am= l-rebuild) Merging aspeed/for-next (697dabd5d370 Merge branches 'soc-for-v5.12' and 'd= t-for-v5.12' into for-next) Merging at91/at91-next (fe07bfda2fb9 Linux 5.12-rc1) Merging drivers-memory/for-next (cd6eb6742578 memory: tegra: replace DEFINE= _SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE) Merging imx-mxs/for-next (7535d59c5f11 Merge branch 'imx/defconfig' into fo= r-next) Merging keystone/next (9d2e21ed98a2 Merge branch 'for_5.12/drivers-soc' int= o next) Merging mediatek/for-next (e6468af3b590 Merge branch 'v5.11-next/soc' into = for-next) Merging mvebu/for-next (8e03d45cb7de Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (01e73147cbf8 Merge branch 'fixes' into for-next) Merging qcom/for-next (d242adf2067e Merge branch 'arm64-for-5.13' into for-= next) Merging raspberrypi/for-next (fbdcf1d20126 ARM: dts: bcm2711: Add the CEC i= nterrupt controller) Merging realtek/for-next (486f29df6941 Merge branch 'v5.8/dt' into next) Merging renesas/next (3158164f1526 Merge branches 'renesas-arm-dt-for-v5.13= ' and 'renesas-drivers-for-v5.13' into renesas-next) Merging reset/reset/next (d17655759b3f reset: Add devm_reset_control_get_op= tional_exclusive_released()) Merging rockchip/for-next (38051549ac38 Merge branch 'v5.12-clk/next' into = for-next) Merging samsung-krzk/for-next (944aa7186d59 Merge branch 'next/dt' into for= -next) Merging scmi/for-linux-next (f40ddce88593 Linux 5.11) Merging stm32/stm32-next (a9c92a9671d7 ARM: dts: stm32: add #clock-cells pr= operty to usbphyc node on stm32mp151) Merging sunxi/sunxi/for-next (981e0af7e064 Merge branches 'sunxi/dt-for-5.1= 3' and 'sunxi/clk-for-5.13' into sunxi/for-next) Merging tegra/for-next (b62f4a3fbb22 Merge branch for-5.12/arm64/defconfig = into for-next) Merging ti-k3/ti-k3-next (1e3d655fe7b4 Merge branch 'ti-k3-config-next' int= o ti-k3-next) Merging ti-k3-new/ti-k3-next (0d7571c36331 arm64: dts: ti: k3-am65-main: Ad= d device_type to pcie*_rc nodes) Merging clk/clk-next (4d5c4ae32945 Merge branches 'clk-socfpga', 'clk-mstar= ', 'clk-qcom' and 'clk-warnings' into clk-next) Merging clk-renesas/renesas-clk (24ece96554a9 clk: renesas: cpg-mssr: Fix f= ormatting issues for 'smstpcr_saved's documentation) Merging clk-samsung/for-next (44a9e78f9242 clk: samsung: Prevent potential = endless loop in the PLL ops) Merging csky/linux-next (499725927061 module: remove duplicate include in a= rch/csky/kernel/entry.S) Merging h8300/h8300-next (8808515be0ed h8300: Replace by ) Merging m68k/for-next (5d2b62832c2e m68k: Fix virt_addr_valid() W=3D1 compi= ler warnings) Merging m68knommu/for-next (751e8e413e59 m68k: fix flatmem memory model set= up) Merging microblaze/next (9dc12e4ccd97 microblaze: tag highmem_setup() with = __meminit) Merging mips/mips-next (aa697abd60e2 MIPS: force CONFIG_PCI to on for IP27 = and IP30) Merging nds32/next (40e0dd851e7b nds32: Fix bogus reference to ) Merging nios2/for-next (7f7bc20bc41a nios2: Don't use _end for calculating = min_low_pfn) Merging openrisc/for-next (8f722f67452f openrisc: Use devicetree to determi= ne present cpus) Merging parisc-hd/for-next (460c9f1c944b arch/parisc/kernel: remove duplica= te include in ptrace) Merging powerpc/next (fe07bfda2fb9 Linux 5.12-rc1) Merging fsl/next (a76bea0287ce powerpc/kmcent2: add ranges to the pci bridg= es) Merging soc-fsl/next (e95f287deed2 soc: fsl: handle RCPM errata A-008646 on= SoC LS1021A) Merging risc-v/for-next (dd2d082b5760 riscv: Cleanup setup_bootmem()) Merging s390/for-next (1f6f48a8c81e Merge branch 'fixes' into for-next) Merging sh/for-next (2882b7626f49 sh: kernel: traps: remove unused variable) Merging sparc-next/master (dd0d718152e4 Merge tag 'spi-fix-v5.8-rc2' of git= ://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi) Merging uml/linux-next (ddad5187fc2a um: irq.h: include ) Merging xtensa/xtensa-for-next (d5cd31a2b6af xtensa: move coprocessor_flush= to the .text section) Merging pidfd/for-next (f69e8091c4a2 xfs: remove the possibly unused mp var= iable in xfs_file_compat_ioctl) Merging fscrypt/master (a14d0b676491 fscrypt: allow deleting files with uns= upported encryption policy) Merging fscache/fscache-next (d023d4b993da afs: Use the fscache_write_begin= () helper) Merging afs/afs-next (8409f67b6437 afs: Adjust the fileserver rotation algo= rithm to reprobe/retry more quickly) Merging btrfs/for-next (f6d2cc18bba7 Merge branch 'for-next-next-v5.12-2021= 0304' into for-next-20210304) Merging ceph/master (558b4510f622 ceph: defer flushing the capsnap if the F= b is used) Merging cifs/for-next (5859ef72d1b4 cifs: ask for more credit on async read= /write code paths) Merging configfs/for-next (65cdb4a214c0 configfs: fix kernel-doc markup iss= ue) Merging ecryptfs/next (902af369942f ecryptfs: use DEFINE_MUTEX() for mutex = lock) Merging erofs/dev (ce0631291813 erofs: initialized fields can only be obser= ved after bit is set) Merging exfat/dev (a403e793cb41 exfat: add support ioctl and FITRIM functio= n) Merging ext3/for_next (c5b8ccc3da76 Pull udf & isofs UID/GID parsing fixes.) Merging ext4/dev (0a76945fd1ba ext4: add .kunitconfig fragment to enable ex= t4-specific tests) Merging f2fs/dev (4e6e1364dccb f2fs: compress: add compress_inode to cache = compressed blocks) Merging fsverity/fsverity (07c99001312c fs-verity: support reading signatur= e with ioctl) Merging fuse/for-next (775c5033a0d1 fuse: fix live lock in fuse_iget()) Merging jfs/jfs-next (c03c21ba6f4e Merge tag 'keys-misc-20210126' of git://= git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs) Merging nfs/linux-next (f69d02e37a85 Merge tag 'misc-5.12-2021-03-02' of gi= t://git.kernel.dk/linux-block) Merging nfs-anna/linux-next (7ae017c7322e NFS: Support the '-owrite=3D' opt= ion in /proc/self/mounts and mountinfo) Merging nfsd/nfsd-next (c3213d260a23 SUNRPC: Fix oops in the rpc_xdr_buf ev= ent class) Merging cel/for-next (26d89fd782b0 nfsd: helper for laundromat expiry calcu= lations) Merging orangefs/for-next (c1048828c3db orangefs: add splice file operation= s) Merging overlayfs/overlayfs-next (d46b7cd68336 ovl: plumb through flush met= hod) Merging ubifs/next (42119dbe571e ubifs: Fix error return code in alloc_wbuf= s()) Merging v9fs/9p-next (324a158fe535 fs: 9p: add generic splice_write file op= eration) Merging xfs/for-next (756b1c343333 xfs: use current->journal_info for detec= ting transaction recursion) Merging zonefs/for-next (059c01039c01 zonefs: Fix file size of zones in ful= l condition) Merging iomap/iomap-for-next (ed1128c2d0c8 xfs: reduce exclusive locking on= unaligned dio) Merging djw-vfs/vfs-for-next (9b8523423b23 vfs: move __sb_{start,end}_write= * to fs.h) Merging file-locks/locks-next (cc4a3f885e8f fcntl: make F_GETOWN(EX) return= 0 on dead owner task) Merging vfs/for-next (086e94e6f4c3 Merge branches 'work.recursive_removal' = and 'work.coredump' into for-next) Merging printk/for-next (f78dd21aa363 Merge branch 'for-5.12-no_hash_pointe= rs' into for-next) Merging pci/next (e18fb64b7986 Merge branch 'remotes/lorenzo/pci/misc') Merging pstore/for-next/pstore (7db688e99c0f pstore/ram: Rate-limit "uncorr= ectable error in header" message) Merging hid/for-next (914fe0466c86 Merge branch 'for-5.12/playstation-v2' i= nto for-next) Merging i2c/i2c/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging i3c/i3c/next (437f5e2af730 i3c: master: svc: remove redundant assig= nment to cmd->read_len) Merging dmi/dmi-for-next (3cb4d29a2633 MAINTAINERS: The DMI/SMBIOS tree has= moved) Merging hwmon-staging/hwmon-next (6ab3332cc692 MAINTAINERS: Add entry for T= exas Instruments TPS23861 PoE PSE) Merging jc_docs/docs-next (ba5cb300e0b5 docs: arm: /chosen node parameters) Merging v4l-dvb/master (f14d3f1c7d77 media: v4l docs: move some cross-refer= ence identifiers) Merging v4l-dvb-next/master (d0a9fffedca1 docs: fs: api-summary.rst: get ri= d of kernel-doc include) CONFLICT (content): Merge conflict in drivers/gpu/drm/drm_dp_helper.c CONFLICT (content): Merge conflict in Documentation/dev-tools/kasan.rst CONFLICT (content): Merge conflict in Documentation/conf.py Merging fbdev/fbdev-for-next (732146a3f1dc video: fbdev: imxfb: fix a typo = in imxfb_probe()) Merging pm/linux-next (51165d52eceb Merge branch 'powercap' into linux-next) Merging cpufreq-arm/cpufreq/arm/linux-next (8f9d3ee02bcc cpufreq: blacklist= Arm Vexpress platforms in cpufreq-dt-platdev) Merging cpupower/cpupower (fe07bfda2fb9 Linux 5.12-rc1) Merging devfreq/devfreq-next (0d844b9f3177 PM / devfreq: rk3399_dmc: Simpli= fy with dev_err_probe()) Merging opp/opp/linux-next (de04241ab87a opp: Don't skip freq update for di= fferent frequency) Merging thermal/thermal/linux-next (a51afb13311c thermal: cpufreq_cooling: = freq_qos_update_request() returns < 0 on error) Merging thermal-rzhang/next (54ecb8f7028c Linux 5.4-rc1) Merging thermal-soc/next (6c375eccded4 thermal: db8500: Rewrite to be a pur= e OF sensor) Merging ieee1394/for-next (67f8e65e4fc1 firewire: net: remove set but not u= sed variable 'guid') Merging dlm/next (c7a3549673d8 fs: dlm: add shutdown hook) Merging swiotlb/linux-next (daf9514fd5eb swiotlb: Validate bounce size in t= he sync/unmap path) Merging rdma/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging net-next/master (d310ec03a34e Merge tag 'perf-core-2021-02-17' of g= it://git.kernel.org/pub/scm/linux/kernel/git/tip/tip) Merging bpf-next/for-next (d310ec03a34e Merge tag 'perf-core-2021-02-17' of= git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip) Merging ipsec-next/master (d310ec03a34e Merge tag 'perf-core-2021-02-17' of= git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip) Merging mlx5-next/mlx5-next (fe07bfda2fb9 Linux 5.12-rc1) Merging netfilter-next/master (38b5133ad607 octeontx2-pf: Fix otx2_get_fecp= aram()) Merging ipvs-next/master (a61e4b60761f Merge branch 'net-dsa-hellcreek-add-= taprio-offloading') Merging wireless-drivers-next/master (773dc50d7169 Merge branch 'Xilinx-axi= enet-updates') Merging bluetooth/master (ff02db13e9bf Bluetooth: Allow scannable adv with = extended MGMT APIs) Merging mac80211-next/master (38b5133ad607 octeontx2-pf: Fix otx2_get_fecpa= ram()) Merging gfs2/for-next (eb66075d7144 gfs2: fix use-after-free in trans_drain) Merging mtd/mtd/next (457da931b608 mtd: parsers: ofpart: support BCM4908 fi= xed partitions) Merging nand/nand/next (99a8e1154eb1 mtd: rawnand: qcom: Return actual erro= r code instead of -ENODEV) Merging spi-nor/spi-nor/next (fe07bfda2fb9 Linux 5.12-rc1) Merging crypto/master (bbf35f546057 crypto: nx - add missing call to of_nod= e_put()) Merging drm/drm-next (d153e8c156da Merge tag 'drm-intel-next-fixes-2021-02-= 25' of git://anongit.freedesktop.org/drm/drm-intel into drm-next) Merging drm-misc/for-linux-next (5fd3de7a5185 drm/compat: Clear bounce stru= ctures) Merging amdgpu/drm-next (47e72ce732de drm/amdgpu/dc: fill in missing call t= o atom cmd table for pll adjust v2) CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/amdgpu_dm= /amdgpu_dm.c Merging drm-intel/for-linux-next (bc71194e8897 drm/i915/edp: enable eDP MSO= during link training) CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/display/intel_dd= i.c Merging drm-tegra/drm/tegra/for-next (dcdfe2712b68 drm/tegra: Fix reference= leak when pm_runtime_get_sync() fails) Merging drm-msm/msm-next (7bf168c8fe8c drm/msm: Fix speed-bin support not t= o access outside valid memory) Merging imx-drm/imx-drm/next (82581fcf070b drm/modes: add non-OF stub for o= f_get_drm_display_mode) Merging etnaviv/etnaviv/next (7d614ab2f205 drm/etnaviv: fix NULL check befo= re some freeing functions is not needed) Merging regmap/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging sound/for-next (2c48653c1bc3 ALSA: pci: vx222: fix kernel-doc warni= ng) Merging sound-asoc/for-next (32b182d30787 Merge remote-tracking branch 'aso= c/for-5.13' into asoc-next) Merging modules/modules-next (1e80d9cb579e module: potential uninitialized = return in module_kallsyms_on_each_symbol()) Merging input/next (4c47097f8514 Input: aiptek - convert sysfs sprintf/snpr= intf family to sysfs_emit) Merging block/for-next (ec0f2717c6c8 Merge branch 'for-5.13/libata' into fo= r-next) Merging device-mapper/for-next (8416f5edbcf7 dm: remove useless loop in __s= plit_and_process_bio) Merging pcmcia/pcmcia-next (4ce6b242b78d pcmcia: Switch to using the new AP= I kobj_to_dev()) Merging mmc/next (cfe8feea5b04 Merge branch 'fixes' into next) Merging mfd/for-mfd-next (14711e8f92cc dt-bindings: mfd: ricoh,rn5t618: Tri= vial: Fix spelling mistake of 'additionally') Merging backlight/for-backlight-next (0b5e0f45af40 backlight/video: Use Pla= tform getter/setter functions) Merging battery/for-next (ef11d03735ac power: supply: smb347-charger: Clean= up whitespaces in the code) Merging regulator/for-next (c54607a8383c Merge remote-tracking branch 'regu= lator/for-5.13' into regulator-next) Merging security/next-testing (9dcd47fc1f7d Merge branch 'fixes-v5.10' into= next-testing) Merging apparmor/apparmor-next (d108370c644b apparmor: fix error check) Merging integrity/next-integrity (f6692213b504 integrity: Make function int= egrity_add_key() static) Merging keys/keys-next (ea20ea8b8ba4 integrity: Load mokx variables into th= e blacklist keyring) Merging safesetid/safesetid-next (03ca0ec13892 LSM: SafeSetID: Fix warnings= reported by test bot) Merging selinux/next (365982aba1f2 fs: anon_inodes: rephrase to appropriate= kernel-doc) Merging smack/next (7ef4c19d245f smackfs: restrict bytes count in smackfs w= rite functions) Merging tomoyo/master (fe07bfda2fb9 Linux 5.12-rc1) Merging tpmdd/next (232a37ea3aee tpm: Remove unintentional dump_stack() cal= l) Merging watchdog/master (a4f3407c4160 watchdog: qcom: Remove incorrect usag= e of QCOM_WDT_ENABLE_IRQ) Merging iommu/next (45e606f27269 Merge branches 'arm/renesas', 'arm/smmu', = 'x86/amd', 'x86/vt-d' and 'core' into next) Merging audit/next (127c8c5f0589 audit: Make audit_filter_syscall() return = void) Merging devicetree/for-next (cb8be8b4b27f driver core: platform: Drop of_de= vice_node_put() wrapper) Merging mailbox/mailbox-for-next (6b50df2b8c20 mailbox: arm_mhuv2: Skip cal= ling kfree() with invalid pointer) Merging spi/for-next (ab9124c53324 Merge remote-tracking branch 'spi/for-5.= 13' into spi-next) Merging tip/auto-latest (43e65ddac19c Merge branch 'locking/core') Merging clockevents/timers/drivers/next (e85c1d21b16b clocksource/drivers/t= imer-microchip-pit64b: Add clocksource suspend/resume) Merging edac/edac-for-next (faf042d15093 Merge branch 'edac-amd64' into eda= c-for-next) Merging irqchip/irq/irqchip-next (c83fd57be3fe irqdomain: Remove debugfs_fi= le from struct irq_domain) Merging ftrace/for-next (78660e52bc27 ring-buffer: Add a little more inform= ation and a WARN when time stamp going backwards is detected) Merging rcu/rcu/next (87f839888775 Merge branch 'lkmm-dev.2021.03.04a' into= HEAD) Merging kvm/next (9e46f6c6c959 KVM: SVM: Clear the CR4 register on reset) Merging kvm-arm/next (255af9c2d1df Merge remote-tracking branch 'kvmarm/fix= es' into kvmarm-master/next) Merging kvm-ppc/kvm-ppc-next (72476aaa4691 KVM: PPC: Book3S HV: Fix host ra= dix SLB optimisation with hash guests) Merging kvms390/next (50a05be484cb KVM: s390: track synchronous pfault even= ts in kvm_stat) Merging xen-tip/linux-next (882213990d32 xen: fix p2m size in dom0 for disa= bled memory hotplug case) Merging percpu/for-next (df1c002198a8 Merge branch 'for-5.12' into for-next) Merging workqueues/for-next (a7347aa8e061 workqueue: Move the position of d= ebug_work_activate() in __queue_work()) Merging drivers-x86/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging chrome-platform/for-next (b996c10e0f5b Merge tag 'tag-chrome-platfo= rm-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platf= orm/linux) Merging hsi/for-next (aa57e77b3d28 HSI: Fix PM usage counter unbalance in s= si_hw_init) Merging leds/for-next (b0a82efa51ad leds: lp50xx: Get rid of redundant expl= icit casting) Merging ipmi/for-next (fc26067c7417 ipmi: remove open coded version of SMBu= s block write) Merging driver-core/driver-core-next (fe07bfda2fb9 Linux 5.12-rc1) Merging usb/usb-next (5e17812c22bc usb: dwc3: document usb_psy in struct dw= c3) Merging usb-gadget/next (b2c586eb07ef usb: dwc2: Fix INTR OUT transfers in = DDMA mode.) Merging usb-serial/usb-next (fe07bfda2fb9 Linux 5.12-rc1) Merging usb-chipidea-next/for-usb-next (1ee18ded86ec usb: cdnsp: Removes so= me useless trace events) Merging tty/tty-next (3a72308322cc tty: make everyone's write_room return >= =3D 0) CONFLICT (content): Merge conflict in drivers/tty/hvc/hvcs.c Merging char-misc/char-misc-next (870ef26e952c drivers: habanalabs: remove = unused dentry pointer for debugfs files) Merging extcon/extcon-next (b906ab549836 extcon: qcom-spmi: Add support for= VBUS detection) Merging phy-next/next (8e6b3a78eddd phy: tusb1210: use bitmasks to set VEND= OR_SPECIFIC2) Merging soundwire/next (fe07bfda2fb9 Linux 5.12-rc1) Merging thunderbolt/next (a5b18338eb39 thunderbolt: Drop unused functions t= b_switch_is_[ice|tiger]_lake()) Merging vfio/next (4d83de6da265 vfio/type1: Batch page pinning) Merging staging/staging-next (4e1c5d4c35d8 staging: wimax/i2400m: convert _= _le32 type to host byte-order) Merging mux/for-next (3516bd729358 Merge tag 's390-5.11-3' of git://git.ker= nel.org/pub/scm/linux/kernel/git/s390/linux) Merging icc/icc-next (3ffdec2843e1 Merge branch 'icc-fixes' into HEAD) Merging dmaengine/next (fe07bfda2fb9 Linux 5.12-rc1) Merging cgroup/for-next (00bfa16052cd Merge branch 'for-5.11-fixes' into fo= r-next) Merging scsi/for-next (f88dfeea18aa Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (a81a38cc6dda scsi: storvsc: Parameterize number = hardware queues) Merging vhost/linux-next (1f77f124f2f2 ALSA: virtio: introduce device suspe= nd/resume support) Merging rpmsg/for-next (fcb4c469244b Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (7ac554888233 MAINTAINERS: Remove reference to non-ex= isting file) Merging gpio-brgl/gpio/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging gpio-intel/for-next (437b57d20859 gpio: pca953x: Set IRQ type when = handle Intel Galileo Gen 2) Merging pinctrl/for-next (59263b2bab47 Merge branch 'devel' into for-next) Merging pinctrl-intel/for-next (5ba9f30b5fe6 pinctrl: intel: No need to dis= able IRQs in the handler) Merging pinctrl-renesas/renesas-pinctrl (a5cda861ed57 pinctrl: renesas: r8a= 779a0: Add TPU pins, groups and functions) Merging pinctrl-samsung/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging pwm/for-next (9a9dd7e47351 pwm: lpc18xx-sct: remove unneeded semico= lon) Merging userns/for-next (95ebabde382c capabilities: Don't allow writing amb= iguous v3 file capabilities) Merging ktest/for-next (170f4869e662 ktest.pl: Fix the logic for truncating= the size of the log file for email) Merging random/dev (ab9a7e27044b random: avoid warnings for !CONFIG_NUMA bu= ilds) Merging kselftest/next (fe07bfda2fb9 Linux 5.12-rc1) Merging y2038/y2038 (c4e71212a245 Revert "drm/etnaviv: reject timeouts with= tv_nsec >=3D NSEC_PER_SEC") Merging livepatching/for-next (81840f21d416 Merge branch 'for-5.12/doc' int= o for-next) Merging coresight/next (1efbcec2ef8c coresight: cti: Reduce scope for the v= ariable =E2=80=9Ccs_fwnode=E2=80=9D in cti_plat_create_connection()) Merging rtc/rtc-next (fe07bfda2fb9 Linux 5.12-rc1) Merging nvdimm/libnvdimm-for-next (30c10d32152d Merge branch 'for-5.12/cxl'= into libnvdimm-for-next) Merging at24/at24/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging ntb/ntb-next (5c8fe583cce5 Linux 5.11-rc1) Merging seccomp/for-next/seccomp (a381b70a1cf8 seccomp: Improve performace = by optimizing rmb()) Merging kspp/for-next/kspp (414eece95b98 Merge tag 'clang-lto-v5.12-rc1-par= t2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux) Merging gnss/gnss-next (eaa895a2f4df gnss: drop stray semicolons) Merging fsi/next (4a851d714ead fsi: aspeed: Support CFAM reset GPIO) Merging slimbus/for-next (0320ed0a8236 drivers: slimbus: Fix word resposibl= e -> responsible in slimbus.h) CONFLICT (content): Merge conflict in drivers/nvmem/Kconfig Merging nvmem/for-next (667fbb3fcde1 nvmem: qcom-spmi-sdam: Fix uninitializ= ed pdev pointer) Merging xarray/main (80c1dbebf308 XArray: Fix splitting to non-zero orders) Merging hyperv/hyperv-next (513ef616b19b drivers: hv: Fix whitespace errors) Merging auxdisplay/auxdisplay (b45616445a6e auxdisplay: Fix duplicate CHARL= CD config symbol) Merging kgdb/kgdb/for-next (f11e2bc682cc kgdb: Remove kgdb_schedule_breakpo= int()) Merging hmm/hmm (fe07bfda2fb9 Linux 5.12-rc1) Merging fpga/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging kunit/test (fe07bfda2fb9 Linux 5.12-rc1) Merging generic-ioremap/for-next (4bdc0d676a64 remove ioremap_nocache and d= evm_ioremap_nocache) Merging cfi/cfi/next (5de15b610f78 mtd: hyperbus: add Renesas RPC-IF driver) Merging kunit-next/kunit (fe07bfda2fb9 Linux 5.12-rc1) Merging trivial/for-next (9ff9b0d392ea Merge tag 'net-next-5.10' of git://g= it.kernel.org/pub/scm/linux/kernel/git/netdev/net-next) Merging zx2c4/for-next (16fbf79b0f83 Linux 5.6-rc7) Merging mhi/mhi-next (9e04adfcab78 mhi: Fix double dma free) Merging memblock/for-next (097d43d85704 mm: memblock: remove return value o= f memblock_free_all()) Merging init/init-user-pointers (38b082236e77 initramfs: use vfs_utimes in = do_copy) Merging counters/counters (e71ba9452f0b Linux 5.11-rc2) Merging iomem-mmap-vs-gup/topic/iomem-mmap-vs-gup (fe07bfda2fb9 Linux 5.12-= rc1) Merging oprofile-removal/oprofile/removal (be65de6b03aa fs: Remove dcookies= support) Merging akpm-current/current (a2c9f62c837e aio: simplify read_events()) $ git checkout -b akpm remotes/origin/akpm/master $ git rebase --onto master remotes/origin/akpm/master-base Merging akpm/master (fb8726955950 Merge branch 'akpm-current/current') --Sig_/F4WDpMMgCY3X+N4.yBlYk4D Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmBBptUACgkQAVBC80lX 0GwRHAf+O+UR9B4wBDNmT5ffZlrNXBGLCuL62mInE686cKZp/JdXs9l8zAeaD4FH sHE3yjQHXpwTgvWMSxsNTYMPXQ//RV51lKxwRg+vi3g46bNxdv0GCxah/2uIB5VK SGNhgaj3yfszQJnU012wDORrUPmtjtiVp2x7JeEIwp/BT/Hjaj0JUlRQkIxpYD7A y3sbyAogeYEcqxxR8fxm1/W0J9UwsB57QOOsbNiNeOiFLPz2X1r9pLTPoJtRVuIw vpjd6NmlDLyFcgvjfeiEMLOMzSNjhr5gpnbXLJlNhXEVWPQKiMcM/VfWYfr5+BRM vWWIWUT9Oa4XT30CDm7qJqv8vI3AmA== =ux40 -----END PGP SIGNATURE----- --Sig_/F4WDpMMgCY3X+N4.yBlYk4D--