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=-5.1 required=3.0 tests=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 2215AC83007 for ; Tue, 28 Apr 2020 08:10:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E5607206D7 for ; Tue, 28 Apr 2020 08:10:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="V1yJKK/r" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726838AbgD1IKN (ORCPT ); Tue, 28 Apr 2020 04:10:13 -0400 Received: from ozlabs.org ([203.11.71.1]:40753 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726377AbgD1IKM (ORCPT ); Tue, 28 Apr 2020 04:10:12 -0400 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 49BDpS23DTz9sSX; Tue, 28 Apr 2020 18:10:08 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1588061408; bh=NrhHAyoMZ1WsvVUXtjlDA/Qks0xOndTKpPcGgi6vluw=; h=Date:From:To:Cc:Subject:From; b=V1yJKK/rTY/1M9VJMfYQ5aE7KXxNVY0PN4HXpdmJx843Q3QmGWRJaAXXYihpP7rdC czoCpOmvNdLgSkJx75DzmuQGsXJ9EuTr4Sko9m0DQyGb6rcv44csXyYx6P0QqC6amH PhhyBa61OnVhkSd5npgKTEzDuRqslGJo8EpUVYpxQOJEtXeV/VFeyhV1BQc6mJHEN+ 63ojkmDcJQMpv6eE+2bYNhtBL20MVzdzVYxHZBoqc0Bz1V8GMQeHpPhkAxToB6WjcI V9zJWYh6No8YY7TuZXtxax9urunDWf1WLruvtYtGJJuC9HCB/FoTFUYpt9kztzqxkw TMM5Oki2+OqZw== Date: Tue, 28 Apr 2020 18:10:06 +1000 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Apr 28 Message-ID: <20200428181006.06b4e3bc@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/CPLbBDIQ/m8HJRR5DgoknP8"; protocol="application/pgp-signature"; micalg=pgp-sha256 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/CPLbBDIQ/m8HJRR5DgoknP8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20200424: The qcom tree still had its build failure for which I reverted a commit. The hwmon-staging tree gained a build failure for which I reverted a commit. The mac80211-next tree gained a build failure so I used the version from next-20200424. The drm-misc tree still had its build failure for which I disabled a COMPILE_TEST setting. The akpm-current tree gained a conflict against the risc-v tree. The akpm tree lost a patch that turned up elsewhere. Non-merge commits (relative to Linus' tree): 4451 5474 files changed, 151275 insertions(+), 63274 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 318 trees (counting Linus' and 78 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 (51184ae37e05 Merge tag 'for-5.7-rc3-tag' of git://gi= t.kernel.org/pub/scm/linux/kernel/git/kdave/linux) Merging fixes/master (8f3d9f354286 Linux 5.7-rc1) Merging kbuild-current/fixes (ab51cac00ef2 Merge git://git.kernel.org/pub/s= cm/linux/kernel/git/netdev/net) Merging arc-current/for-curr (799587d5731d ARC: [plat-eznps]: Restrict to C= ONFIG_ISA_ARCOMPACT) Merging arm-current/fixes (8f3d9f354286 Linux 5.7-rc1) Merging arm-soc-fixes/arm/fixes (f42ae4cd4cae Merge tag 'arm-soc/for-5.7/de= vicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes) Merging arm64-fixes/for-next/fixes (59bff30ad6ce Documentation: arm64: fix = amu.rst doc warnings) Merging m68k-current/for-linus (86cded5fc525 m68k: defconfig: Update defcon= figs for v5.6-rc4) Merging powerpc-fixes/fixes (5990cdee689c lib/mpi: Fix building for powerpc= with clang) Merging s390-fixes/fixes (673deb0beba5 s390/protvirt: fix compilation issue) Merging sparc/master (63bef48fd6c9 Merge branch 'akpm' (patches from Andrew= )) Merging fscrypt-current/for-stable (2b4eae95c736 fscrypt: don't evict dirty= inodes after removing key) Merging net/master (37255e7a8f47 Merge tag 'batadv-net-for-davem-20200427' = of git://git.open-mesh.org/linux-merge) Merging bpf/master (18f02ad19e2c bpf: Fix sk_psock refcnt leak when receivi= ng message) Merging ipsec/master (c95c5f58b35e xfrm interface: fix oops when deleting a= x-netns interface) Merging netfilter/master (ea64d8d6c675 netfilter: nat: never update the UDP= checksum when it's 0) Merging ipvs/master (0141317611ab Merge branch 'hns3-fixes') Merging wireless-drivers/master (10e41f34a019 MAINTAINERS: update mt76 revi= ewers) Merging mac80211/master (4a3de90b1184 mac80211: sta_info: Add lockdep condi= tion for RCU list usage) Merging rdma-fixes/for-rc (47c370c1a5ee IB/rdmavt: Always return ERR_PTR fr= om rvt_create_mmap_info()) Merging sound-current/for-linus (ef0b3203c758 ALSA: hda/realtek - Two front= mics on a Lenovo ThinkCenter) Merging sound-asoc-fixes/for-linus (880f36ba4782 Merge remote-tracking bran= ch 'asoc/for-5.7' into asoc-linus) Merging regmap-fixes/for-linus (cef570d20922 Merge remote-tracking branch '= regmap/for-5.7' into regmap-linus) Merging regulator-fixes/for-linus (659bdf42e912 Merge remote-tracking branc= h 'regulator/for-5.7' into regulator-linus) Merging spi-fixes/for-linus (ce8438e67dc0 Merge remote-tracking branch 'spi= /for-5.7' into spi-linus) Merging pci-current/for-linus (ef46738cc47a MAINTAINERS: Add Rob Herring an= d remove Andy Murray as PCI reviewers) Merging driver-core.current/driver-core-linus (6a8b55ed4056 Linux 5.7-rc3) Merging tty.current/tty-linus (6a8b55ed4056 Linux 5.7-rc3) Merging usb.current/usb-linus (6a8b55ed4056 Linux 5.7-rc3) Merging usb-gadget-fixes/fixes (a7b778357ca4 usb: raw-gadget: Fix copy_to/f= rom_user() checks) Merging usb-serial-fixes/usb-linus (e9b3c610a05c USB: serial: garmin_gps: a= dd sanity checking for data length) Merging usb-chipidea-fixes/ci-for-usb-stable (7cbf3dd3139a usb: chipidea: u= dc: fix sleeping function called from invalid context) Merging phy/fixes (c31cd5a5b2f2 MAINTAINERS: Add Vinod Koul as Generic PHY = co-maintainer) Merging staging.current/staging-linus (6a8b55ed4056 Linux 5.7-rc3) Merging char-misc.current/char-misc-linus (6a8b55ed4056 Linux 5.7-rc3) Merging soundwire-fixes/fixes (8f3d9f354286 Linux 5.7-rc1) Merging thunderbolt-fixes/fixes (9d2214b14103 thunderbolt: Check return val= ue of tb_sw_read() in usb4_switch_op()) Merging input-current/for-linus (38347374ae3f Input: dlink-dir685-touchkeys= - fix a typo in driver name) Merging crypto-current/master (55b3209acbb0 crypto: caam - fix the address = of the last entry of S/G) Merging ide/master (63bef48fd6c9 Merge branch 'akpm' (patches from Andrew)) Merging vfio-fixes/for-linus (5cbf3264bc71 vfio/type1: Fix VA->PA translati= on for PFNMAP VMAs in vaddr_get_pfn()) Merging kselftest-fixes/fixes (8f3d9f354286 Linux 5.7-rc1) Merging modules-fixes/modules-linus (57baec7b1b04 scripts/nsdeps: make sure= to pass all module source files to spatch) Merging slave-dma-fixes/fixes (b9f960201249 dmaengine: dmatest: Fix iterati= on non-stop logic) Merging backlight-fixes/for-backlight-fixes (219d54332a09 Linux 5.4) Merging mtd-fixes/mtd/fixes (2098c564701c mtd: spi-nor: Compile files in co= ntrollers/ directory) Merging mfd-fixes/for-mfd-fixes (603d9299da32 mfd: mt6397: Fix probe after = changing mt6397-core) Merging v4l-dvb-fixes/fixes (8f3d9f354286 Linux 5.7-rc1) Merging reset-fixes/reset/fixes (b460e0a9e240 reset: intel: add unspecified= HAS_IOMEM dependency) Merging mips-fixes/mips-fixes (8f3d9f354286 Linux 5.7-rc1) Merging at91-fixes/at91-fixes (54ecb8f7028c Linux 5.4-rc1) Merging omap-fixes/fixes (175ae3ad59ab Merge branch 'fixes-v5.7' into fixes) Merging kvm-fixes/master (00a6a5ef39e7 Merge tag 'kvm-ppc-fixes-5.7-1' of g= it://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master) Merging kvms390-fixes/master (2a173ec993ba MAINTAINERS: add a reviewer for = KVM/s390) Merging hwmon-fixes/hwmon (ae83d0b416db Linux 5.7-rc2) Merging nvdimm-fixes/libnvdimm-fixes (f84afbdd3a9e libnvdimm: Out of bounds= read in __nd_ioctl()) Merging btrfs-fixes/next-fixes (e661c25df0ca Merge branch 'misc-5.7' into n= ext-fixes) Merging vfs-fixes/fixes (3815f1be546e dlmfs_file_write(): fix the bogosity = in handling non-zero *ppos) Merging dma-mapping-fixes/for-linus (9c24eaf81cc4 iommu/vt-d: Return the co= rrect dma mask when we are bypassing the IOMMU) Merging i3c-fixes/master (6fbc7275c7a9 Linux 5.2-rc7) Merging drivers-x86-fixes/fixes (f585c9d5436a platform/x86/intel-uncore-fre= q: make uncore_root_kobj static) Merging samsung-krzk-fixes/fixes (8f3d9f354286 Linux 5.7-rc1) Merging pinctrl-samsung-fixes/pinctrl-fixes (8f3d9f354286 Linux 5.7-rc1) Merging devicetree-fixes/dt/linus (4bc77b2d211e dt-bindings: phy: qcom-qusb= 2: Fix defaults) Merging scsi-fixes/fixes (c48f849d3f7a scsi: qla2xxx: Delete all sessions b= efore unregister local nvme port) Merging drm-fixes/drm-fixes (e32b2484b3e0 Merge tag 'drm-misc-fixes-2020-04= -23' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes) Merging amdgpu-fixes/drm-fixes (2c409ba81be2 drm/radeon: fix si_enable_smc_= cac() failed issue) Merging drm-intel-fixes/for-linux-next-fixes (2abaad4eb59d drm/i915/gt: Che= ck cacheline is valid before acquiring) Merging mmc-fixes/fixes (1a8eb6b373c2 mmc: sdhci-pci: Fix eMMC driver stren= gth for BYT-based controllers) Merging rtc-fixes/rtc-fixes (8f3d9f354286 Linux 5.7-rc1) Merging gnss-fixes/gnss-linus (ae83d0b416db Linux 5.7-rc2) Merging hyperv-fixes/hyperv-fixes (f081bbb3fd03 hyper-v: Remove internal ty= pes from UAPI header) Merging soc-fsl-fixes/fix (fe8fe7723a3a soc: fsl: dpio: register dpio irq h= andlers after dpio create) Merging risc-v-fixes/fixes (a5fe13c7b494 riscv: select ARCH_HAS_STRICT_KERN= EL_RWX only if MMU) Merging pidfd-fixes/fixes (a966dcfe153a clone3: add build-time CLONE_ARGS_S= IZE_VER* validity checks) Merging fpga-fixes/fixes (3c2760b78f90 fpga: dfl: pci: fix return value of = cci_pci_sriov_configure) Merging spdx/spdx-linus (6a8b55ed4056 Linux 5.7-rc3) Merging gpio-intel-fixes/fixes (8f3d9f354286 Linux 5.7-rc1) Merging pinctrl-intel-fixes/fixes (69388e15f507 pinctrl: cherryview: Add mi= ssing spinlock usage in chv_gpio_irq_handler) Merging erofs-fixes/fixes (d1eef1c61974 Linux 5.5-rc2) Merging drm-misc-fixes/for-linux-next-fixes (dbc05ae38676 drm/dp_mst: Fix d= rm_dp_send_dpcd_write() return code) Merging kspp-gustavo/for-next/kspp (c298f72a534d uapi: revert flexible-arra= y conversions) Merging kbuild/for-next (b032227c6293 Merge tag 'nios2-v5.7-rc1' of git://g= it.kernel.org/pub/scm/linux/kernel/git/lftan/nios2) Merging compiler-attributes/compiler-attributes (98d54f81e36b Linux 5.6-rc4) Merging leaks/leaks-next (9e98c678c2d6 Linux 5.1-rc1) Merging dma-mapping/for-next (298f3db6ee69 dma-contiguous: fix comment for = dma_release_from_contiguous) Merging asm-generic/master (060dc911501f nds32: fix build failure caused by= page table folding updates) Merging arc/for-next (def9d2780727 Linux 5.5-rc7) Merging arm/for-next (365a6327cd64 ARM: 8968/1: decompressor: simplify libf= dt builds) Merging arm64/for-next/core (fc2266011acc arm64: armv8_deprecated: Fix unde= f_hook mask for thumb setend) Merging arm-perf/for-next/perf (8f3d9f354286 Linux 5.7-rc1) Merging arm-soc/for-next (f42ae4cd4cae Merge tag 'arm-soc/for-5.7/devicetre= e-fixes' of https://github.com/Broadcom/stblinux into arm/fixes) Merging amlogic/for-next (8f3d9f354286 Linux 5.7-rc1) Merging aspeed/for-next (de285b938cf3 ARM: dts: aspeed: ast2600: Fix SCU IR= Q controller nodes) Merging at91/at91-next (ec539e70d882 Merge branches 'at91-soc', 'at91-dt' a= nd 'at91-defconfig' into at91-next) Merging imx-mxs/for-next (46535d78fdfe Merge branch 'imx/dt64' into for-nex= t) Merging keystone/next (560b4d4691b0 Merge branch 'for_5.7/keystone-dts' int= o next) Merging mediatek/for-next (23a161322658 Merge branch 'v5.7-next/soc' into f= or-next) Merging mvebu/for-next (9d32706f8aa8 Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (1f4c797b748c Merge branch 'omap-for-v5.8/dt' into fo= r-next) Merging qcom/for-next (2346b073fc16 Merge branches 'arm64-defconfig-for-5.8= ', 'arm64-for-5.8', 'drivers-for-5.8' and 'dts-for-5.8' into for-next) Applying: Revert "soc: qcom: rpmh: Allow RPMH driver to be loaded as a modu= le" Merging raspberrypi/for-next (f5e216e42689 ARM: dts: bcm283x: Use firmware = PM driver for V3D) Merging realtek/for-next (486f29df6941 Merge branch 'v5.8/dt' into next) Merging renesas/next (3b00933301fc Merge branch 'renesas-arm-dt-for-v5.8' i= nto renesas-next) Merging reset/reset/next (2ebf89fd4ecf reset: hi6220: Add support for AO re= set controller) Merging rockchip/for-next (68c391e9f66b Merge branch 'v5.7-clk/fixes' into = for-next) Merging samsung-krzk/for-next (fcd1f4184e18 Merge branch 'next/soc' into fo= r-next) Merging scmi/for-linux-next (a8e5f6d8ecfe Merge branch 'for-next/scmi' of g= it://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into for-li= nux-next) Merging sunxi/sunxi/for-next (8c42b100c050 Merge branches 'sunxi/clk-for-5.= 8', 'sunxi/config-for-5.8' and 'sunxi/dt-for-5.8' into sunxi/for-next) Merging tegra/for-next (fa22ec16742e Merge branch for-5.8/arm64/dt into for= -next) Merging clk/clk-next (e7f552f727f5 Merge branch 'clk-fixes' into clk-next) Merging clk-samsung/for-next (54ecb8f7028c Linux 5.4-rc1) Merging c6x/for-linux-next (8adcc59974b8 Merge branch 'work.misc' of git://= git.kernel.org/pub/scm/linux/kernel/git/viro/vfs) Merging csky/linux-next (10cb08260605 csky: Fixup perf probe -x hungup) Merging h8300/h8300-next (beab3d5cb0e1 irq-renesas-h8s: Fix external interr= upt control.) Merging ia64/next (172e7890406d tty/serial: cleanup after ioc*_serial drive= r removal) Merging m68k/for-next (366b8149fbff m68k: amiga: config: Replace zero-lengt= h array with flexible-array member) Merging m68knommu/for-next (4a4441e5715d m68k/PCI: Fix a memory leak in an = error handling path) Merging microblaze/next (8f3d9f354286 Linux 5.7-rc1) Merging mips/mips-next (0cf2ea1121aa MIPS: Kernel: Identify Loongson-2K pro= cessors) Merging nds32/next (d785c5a324cd nds32: configs: Cleanup CONFIG_CROSS_COMPI= LE) Merging nios2/for-next (0ec8a5054d7f MAINTAINERS: Remove nios2-dev@lists.ro= cketboards.org) Merging openrisc/for-next (9737e2c5f0bc openrisc: Remove obsolete show_trac= e_task function) Merging parisc-hd/for-next (7111951b8d49 Linux 5.6) Merging powerpc/next (45591da76588 powerpc/vas: Include linux/types.h in ua= pi/asm/vas-api.h) Merging fsl/next (a76bea0287ce powerpc/kmcent2: add ranges to the pci bridg= es) Merging soc-fsl/next (461c3ac0dc46 soc: fsl: qe: fix sparse warnings for uc= c_slow.c) Merging risc-v/for-next (521727bec495 riscv: Use text_mutex instead of patc= h_lock) Merging sifive/for-next (467e050e9760 Merge branch 'i2c/for-current' of git= ://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux) Merging s390/features (ae83d0b416db Linux 5.7-rc2) Merging sh/sh-next (a193018e5290 sh: add missing EXPORT_SYMBOL() for __dela= y) Merging sparc-next/master (b71acb0e3721 Merge branch 'linus' of git://git.k= ernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6) Merging uml/linux-next (4a7c46247f9c um: Remove some unnecessary NULL check= s in vector_user.c) Merging xtensa/xtensa-for-next (70cbddb97385 arch/xtensa: fix grammar in Kc= onfig help text) Merging fscrypt/master (861261f2a9cc ubifs: wire up FS_IOC_GET_ENCRYPTION_N= ONCE) Merging afs/afs-next (4fe171bb81b1 afs: Remove set but not used variable 'r= et') Merging btrfs/for-next (2a716ced1526 Merge branch 'for-next-current-v5.6-20= 200423' into for-next-20200423) CONFLICT (content): Merge conflict in fs/btrfs/block-group.c Merging ceph/master (2a575f138d00 ceph: fix potential bad pointer deref in = async dirops cb's) Merging cifs/for-next (6a8b55ed4056 Linux 5.7-rc3) Merging configfs/for-next (8aebfffacfa3 configfs: fix config_item refcnt le= ak in configfs_rmdir()) Merging ecryptfs/next (8b614cb8f1dc Merge tag '5.6-rc4-smb3-fixes' of git:/= /git.samba.org/sfrench/cifs-2.6) Merging erofs/dev (8f3d9f354286 Linux 5.7-rc1) Merging exfat/dev (33cdfbe37703 exfat: replace 'time_ms' with 'time_cs') Merging ext3/for_next (a32f0ecd79b4 Merge fanotify fix from Nathan Chancell= or.) Merging ext4/dev (907ea529fc4c ext4: convert BUG_ON's to WARN_ON's in mball= oc.c) Merging f2fs/dev (435cbab95e39 f2fs: fix quota_sync failure due to f2fs_loc= k_op) Merging fsverity/fsverity (98d54f81e36b Linux 5.6-rc4) Merging fuse/for-next (75d892588e95 fuse: Update stale comment in queue_int= errupt()) Merging jfs/jfs-next (7aba5dcc2346 jfs: Replace zero-length array with flex= ible-array member) Merging nfs/linux-next (efe57fd58e1c SUNRPC: Remove unreachable error condi= tion) Merging nfs-anna/linux-next (55dee1bc0d72 nfs: add minor version to nfs_ser= ver_key for fscache) Merging nfsd/nfsd-next (2653de9f0398 fs: nfsd: fileache.c: Use built-in RCU= list checking) CONFLICT (content): Merge conflict in net/sunrpc/cache.c Merging orangefs/for-next (aa317d3351de orangefs: clarify build steps for t= est server in orangefs.txt) Merging overlayfs/overlayfs-next (94ca68472846 ovl: skip overlayfs superblo= cks at global sync) Merging ubifs/linux-next (3676f32a98cd ubi: ubi-media.h: Replace zero-lengt= h array with flexible-array member) Merging v9fs/9p-next (c6f141412d24 9p: document short read behaviour with O= _NONBLOCK) Merging xfs/for-next (f0f7a674d4df xfs: move inode flush to the sync workqu= eue) Merging zonefs/for-next (0dda2ddb7ded zonefs: select FS_IOMAP) Merging iomap/iomap-for-next (457df33e035a iomap: Handle memory allocation = failure in readahead) Merging djw-vfs/vfs-for-next (56939e014a6c hibernate: Allow uswsusp to writ= e to swap) Merging file-locks/locks-next (dbdaf6a3250b locks: reinstate locks_delete_b= lock optimization) Merging vfs/for-next (ffca8b2a77f2 Merge branch 'work.exfat' into for-next) Merging printk/for-next (d34f14ae521f Merge branch 'for-5.7-preferred-conso= le' into for-next) Merging pci/next (cb4b34e11454 Merge branch 'pci/pm') Merging pstore/for-next/pstore (8f3d9f354286 Linux 5.7-rc1) Merging hid/for-next (ce01b5b5386f Merge branch 'for-5.8/mcp2221' into for-= next) Merging i2c/i2c/for-next (c464f5532fe9 Merge branch 'i2c/for-current' into = i2c/for-next) Merging i3c/i3c/next (b4203ce05563 i3c master: GETMRL's 3rd byte is optiona= l even with BCR_IBI_PAYLOAD) Merging dmi/master (8cf87c744696 firmware/dmi: Report DMI Bios & EC firmwar= e release) Merging hwmon-staging/hwmon-next (02b925a9104d hwmon: (lm70) Add support fo= r ACPI) Merging jc_docs/docs-next (7b9121040d83 Documentation: scheduler: fix outda= ted information on sched groups) CONFLICT (content): Merge conflict in Documentation/arm64/amu.rst Merging v4l-dvb/master (4bdbff4da405 media: tuners: Kconfig: add some missi= ng VIDEO_V4L2 dependencies) Merging v4l-dvb-next/master (54ecb8f7028c Linux 5.4-rc1) Merging fbdev/fbdev-for-next (732146a3f1dc video: fbdev: imxfb: fix a typo = in imxfb_probe()) Merging pm/linux-next (d38f9bc9261a Merge branch 'pm-acpi' into linux-next) Merging cpufreq-arm/cpufreq/arm/linux-next (2fbd0de2a20f cpufreq: imx-cpufr= eq-dt: support i.MX7ULP) Merging cpupower/cpupower (8f3d9f354286 Linux 5.7-rc1) Merging opp/opp/linux-next (aca48b61f963 opp: Manage empty OPP tables with = clk handle) Merging thermal/thermal/linux-next (79799562bf08 thermal: int3400_thermal: = Statically initialize .get_mode()/.set_mode() ops) 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 (a48f9721e6db dlm: no need to check return value of debugf= s_create functions) Merging swiotlb/linux-next (4cdfb27ba80d xen/swiotlb: remember having calle= d xen_create_contiguous_region()) Merging rdma/for-next (a97bf49f824e RDMA/hns: Simplify the status judgment = code of hns_roce_v1_m_qp()) Merging net-next/master (2ac757e4152e net: ethernet: ti: fix return value c= heck in k3_cppi_desc_pool_create_name()) Merging bpf-next/master (8c1b2bf16d59 bpf, cgroup: Remove unused exports) Merging ipsec-next/master (b6246f4d8d07 net: ipv4: remove redundant assignm= ent to variable rc) Merging mlx5-next/mlx5-next (e0b4b4722dfa net/mlx5: Update transobj.c new c= md interface) Merging netfilter-next/master (74f99482eae0 netfilter: nf_conntrack: add IP= S_HW_OFFLOAD status bit) Merging ipvs-next/master (d54725cd11a5 netfilter: nf_tables: support for mu= ltiple devices per netdev hook) Merging wireless-drivers-next/master (75e69fb11b40 rtw88: 8723d: initialize= mac/bb/rf basic functions) Merging bluetooth/master (c03ee9af4e07 Bluetooth: btbcm: Add 2 missing mode= ls to subver tables) Merging mac80211-next/master (b6b5c42e3bab mac80211: fix two missing docume= ntation entries) $ git reset --hard HEAD^ Merging next-20200424 version of mac80211-next Merging gfs2/for-next (197694d09af5 docs: filesystems: convert gfs2-glocks.= txt to ReST) Merging mtd/mtd/next (025a06c1104c mtd: Convert fallthrough comments into s= tatements) Merging nand/nand/next (fca88925d769 mtd: rawnand: toshiba: Support reading= the number of bitflips for BENAND (Built-in ECC NAND)) Merging spi-nor/spi-nor/next (150ccc181588 mtd: spi-nor: Enable locking for= n25q128a11) Merging crypto/master (9c3d6497fbfa crypto: bcm - Delete redundant variable= definition) Merging drm/drm-next (1aa63ddf726e Merge tag 'drm-misc-next-2020-04-14' of = git://anongit.freedesktop.org/drm/drm-misc into drm-next) CONFLICT (content): Merge conflict in drivers/gpu/drm/tidss/tidss_encoder.c Merging amdgpu/drm-next (8cef3ccea0eb drm/amdgpu: re-enable runtime pm on v= ega10) CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/powerplay/renoir_= ppt.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/amdgpu_ras= .c Merging drm-intel/for-linux-next (869129ee0c62 drm/i915: Use proper fault m= ask in interrupt postinstall too) CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/display/intel_dd= i.c Merging drm-tegra/drm/tegra/for-next (2b1681186f52 drm/tegra: Clean up GPIO= includes) Merging drm-misc/for-linux-next (d308a881a591 drm/dp_mst: Kill the second s= ideband tx slot, save the world) CONFLICT (content): Merge conflict in MAINTAINERS Applying: video: fbdev: controlfb: remove COMPILE_TEST for now Merging drm-msm/msm-next (a5fb8b918920 drm/msm/a6xx: Use the DMA API for GM= U memory objects) Merging mali-dp/for-upstream/mali-dp (f634c6a80287 dt/bindings: display: Ad= d optional property node define for Mali DP500) Merging imx-drm/imx-drm/next (2c76b324c794 drm/imx: parallel-display: Adjus= t bus_flags handling) Merging etnaviv/etnaviv/next (f232d9ec029c drm/etnaviv: fix TS cache flushi= ng on GPUs with BLT engine) Merging regmap/for-next (6c9147d991fb Merge remote-tracking branch 'regmap/= for-5.8' into regmap-next) Merging sound/for-next (5b6cc38f3f3f ALSA: usb-audio: Fix racy list managem= ent in output queue) Merging sound-asoc/for-next (d11926fd9e67 Merge remote-tracking branch 'aso= c/for-5.8' into asoc-next) Merging modules/modules-next (5c3a7db0c7ec module: Harden STRICT_MODULE_RWX) Merging input/next (9d17ad2369dc Input: atkbd - receive and use physcode->k= eycode mapping from FW) Merging block/for-next (a69e61051a50 Merge branch 'for-5.8/block' into for-= next) Merging device-mapper/for-next (ddc1316e185f dm bufio: implement discard) Merging pcmcia/pcmcia-next (a8c122f72d94 pcmcia: remove some unused space c= haracters) Merging mmc/next (fa6f23de36b7 mmc: sdhci-pci-o2micro: Make some symbols st= atic) Merging md/for-next (e820d55cb99d md: fix raid10 hang issue caused by barri= er) Merging mfd/for-mfd-next (d2923aa45356 mfd: intel-lpss: Fix Intel Elkhart L= ake LPSS I2C input clock) Merging backlight/for-backlight-next (ee0c8e494cc3 backlight: corgi: Conver= t to use GPIO descriptors) Merging battery/for-next (164eaf6b435c power: supply: 88pm860x_battery: rem= ove redundant dev_err message) Merging regulator/for-next (b66734446b3a Merge remote-tracking branch 'regu= lator/for-5.8' into regulator-next) Merging security/next-testing (3e27a33932df security: remove duplicated inc= lude from security.h) Merging apparmor/apparmor-next (01df52d726b5 apparmor: remove duplicate che= ck of xattrs on profile attachment.) Merging integrity/next-integrity (2592677c0486 ima: Use ima_hash_algo for c= ollision detection in the measurement list) Merging keys/keys-next (43672cf93c6d Merge branch 'notifications-pipe-core'= into keys-next) CONFLICT (content): Merge conflict in include/linux/lsm_hooks.h CONFLICT (content): Merge conflict in fs/pipe.c Applying: io_uring: fix up for get_pipe_info() API change Applying: security: keys: fixup for "security: Refactor declaration of LSM = hooks" Merging selinux/next (9521eb3ea19a selinux: don't produce incorrect filenam= e_trans_count) Merging smack/for-next (92604e825304 smack: use GFP_NOFS while holding inod= e_smack::smk_lock) Merging tomoyo/master (8f3d9f354286 Linux 5.7-rc1) Merging tpmdd/next (b160c94be5d2 tpm/tpm_tis: Free IRQ if probing fails) Merging watchdog/master (ae83d0b416db Linux 5.7-rc2) Merging iommu/next (ff68eb23308e Merge branches 'iommu/fixes', 'arm/qcom', = 'arm/omap', 'arm/smmu', 'x86/amd', 'x86/vt-d', 'virtio' and 'core' into nex= t) Merging vfio/next (f44efca0493d vfio: Ignore -ENODEV when getting MSI cooki= e) Merging audit/next (9d2161bed4e3 audit: log audit netlink multicast bind an= d unbind) Merging devicetree/for-next (470d4116ef93 dt-bindings: Add an entry for W= =C3=BCrth Elektronik, we) Merging mailbox/mailbox-for-next (0a67003b1985 mailbox: imx: add SCU MU sup= port) Merging spi/for-next (d2e326c6cf55 Merge remote-tracking branch 'spi/for-5.= 8' into spi-next) Merging tip/auto-latest (77b688f7c29f Merge branch 'x86/boot') Merging clockevents/timers/drivers/next (c1ac28a4de6f Revert "clocksource: = Avoid creating dead devices") Merging edac/edac-for-next (dc63e28efa19 Merge branch 'edac-i10nm' into eda= c-for-next) Merging irqchip/irq/irqchip-next (4cea749d56be Revert "irqchip/xilinx: Enab= le generic irq multi handler") Merging ftrace/for-next (d013496f99c5 tracing: Convert local functions in t= racing_map.c to static) Merging rcu/rcu/next (488490e0d16c kcsan: Add test suite) Merging kvm/linux-next (7c67f54661fc KVM: SVM: do not allow VMRUN inside SM= M) CONFLICT (content): Merge conflict in arch/x86/kvm/svm/svm.c Merging kvm-arm/next (463050599742 Merge tag 'kvm-arm-removal' into kvmarm-= master/next) Merging kvm-ppc/kvm-ppc-next (9a5788c615f5 KVM: PPC: Book3S HV: Add a capab= ility for enabling secure guests) Merging kvms390/next (0b545fd17f84 KVM: s390: remove unneeded semicolon in = gisa_vcpu_kicker()) Merging xen-tip/linux-next (74f4c438f22c arm/xen: make _xen_start_info stat= ic) Merging percpu/for-next (dedac37ea96b Merge branch 'for-5.7' into for-next) Merging workqueues/for-next (4acf8a423cd3 Merge branch 'for-5.7' into for-n= ext) Merging drivers-x86/for-next (14232c6e788c platform/x86: thinkpad_acpi: Add= support for dual fan control) Merging chrome-platform/for-next (9d33ea331032 platform/chrome: cros_ec_typ= ec: Register port partner) Merging hsi/for-next (bb6d3fb354c5 Linux 5.6-rc1) Merging leds/for-next (c85c7cdef3c9 leds: trigger: remove redundant assignm= ent to variable ret) Merging ipmi/for-next (900b217c7c8e ipmi: Replace guid_copy() with import_g= uid() where it makes sense) Merging driver-core/driver-core-next (96fa72ffb215 Merge 5.7-rc3 into drive= r-core-next) Merging usb/usb-next (f6402eb4a2b3 Merge 5.7-rc3 into usb-next) Merging usb-gadget/next (4a5dbd900957 dt-bindings: usb: add documentation f= or aspeed usb-vhub) Merging usb-serial/usb-next (788a4ee607e8 USB: serial: Use the correct styl= e for SPDX License Identifier) Merging usb-chipidea-next/ci-for-usb-next (95caa2ae70fd usb: chipidea: allo= w disabling glue drivers if EMBEDDED) Merging phy-next/next (7ae14cf581f2 phy: ti: j721e-wiz: Implement DisplayPo= rt mode to the wiz driver) Merging tty/tty-next (e947861d0ccb Merge 5.7-rc3 into tty-next) Merging char-misc/char-misc-next (48a4cc950348 Merge 5.7-rc3 into char-misc= -next) Merging extcon/extcon-next (108339e7a4fe extcon: remove redundant assignmen= t to variable idx) Merging soundwire/next (2978a43e7690 soundwire: intel: Make sdw_intel_init = static) Merging thunderbolt/next (57d8df68eb53 thunderbolt: Add support for Intel T= iger Lake) Merging staging/staging-next (e8014d83f604 Merge 5.7-rc3 into staging-next) Merging mux/for-next (f356d58c3a04 Merge branch 'i2c-mux/for-next' into for= -next) Merging icc/icc-next (8f3d9f354286 Linux 5.7-rc1) Merging slave-dma/next (5332f8b1d9dd dmaengine: dmatest: Describe members o= f struct dmatest_info) Merging cgroup/for-next (eec8fd0277e3 device_cgroup: Cleanup cgroup eBPF de= vice filter code) Merging scsi/for-next (78fb6bd02578 Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (ea941016abf7 scsi: core: doc: Change function co= mments to kernel-doc style) Merging vhost/linux-next (4ce332bb5eb3 vhost: revert "vhost: disable for OA= BI") Merging rpmsg/for-next (914a0df49382 Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (9f676e5313c1 gpio: mlxbf2: remove unused including <= linux/version.h>) Merging gpio-brgl/gpio/for-next (9784c9963fec gpiolib: devprop: Warn if gpi= o-line-names is too long) Merging gpio-intel/for-next (7e73aa90a38c gpio: merrifield: Better show how= GPIO and IRQ bases are derived from hardware) Merging pinctrl/for-next (987a527ed69d Merge branch 'devel' into for-next) Merging pinctrl-intel/for-next (6d649fca3491 pinctrl: intel: Move npins clo= ser to pin_base in struct intel_community) Merging pinctrl-samsung/for-next (b577a2799140 pinctrl: samsung: Correct se= tting of eint wakeup mask on s5pv210) Merging pwm/for-next (6f0841a8197b pwm: Add support for Azoteq IQS620A PWM = generator) Merging userns/for-next (3147d8aaa03e proc: Use PIDTYPE_TGID in next_tgid) Merging ktest/for-next (1091c8fce8aa ktest: Fix typos in ktest.pl) Merging random/dev (ab9a7e27044b random: avoid warnings for !CONFIG_NUMA bu= ilds) Merging kselftest/next (f0c0d0cf590f selftests/ftrace: Check the first reco= rd for kprobe_args_type.tc) Merging y2038/y2038 (c4e71212a245 Revert "drm/etnaviv: reject timeouts with= tv_nsec >=3D NSEC_PER_SEC") Merging livepatching/for-next (d28b4c1b2b3d Merge branch 'for-5.6/selftests= ' into for-next) Merging coresight/next (62eb0c79662c coresight: Initialize arg in sparse fr= iendly way) Merging rtc/rtc-next (11ddbdfb68e4 rtc: rc5t619: Fix an ERR_PTR vs NULL che= ck) Merging nvdimm/libnvdimm-for-next (f6d2b802f80d Merge branch 'for-5.7/libnv= dimm' into libnvdimm-for-next) Merging at24/at24/for-next (8f3d9f354286 Linux 5.7-rc1) Merging ntb/ntb-next (1b3fb49ac27b NTB: ntb_test: Fix bug when counting rem= ote files) Merging kspp/for-next/kspp (c7527373fe28 gcc-common.h: Update for GCC 10) Merging cisco/for-next (9e98c678c2d6 Linux 5.1-rc1) Merging gnss/gnss-next (ae83d0b416db Linux 5.7-rc2) Merging fsi/next (2c01397b71c5 fsi: aspeed: Fix OPB0 byte order register va= lues) CONFLICT (content): Merge conflict in drivers/fsi/Kconfig Merging slimbus/for-next (b23f2e2df6c9 slimbus: ngd: remove redundant assig= nment) Merging nvmem/for-next (10dceb230b3b nvmem: imx-ocotp: Improve logic to sav= e many code lines) Merging xarray/xarray (27586ca786a7 XArray: Handle retry entries within xas= _find_marked) Merging hyperv/hyperv-next (df474842683c hyper-v: Switch to use UUID types = directly) Merging auxdisplay/auxdisplay (2f920c0f0e29 auxdisplay: charlcd: replace ze= ro-length array with flexible-array member) Merging kgdb/kgdb/for-next (5ea771abd5a3 kdb: Censor attempts to set PROMPT= without ENABLE_MEM_READ) Merging pidfd/for-next (6952a4f64644 selftests: add pid namespace ENOMEM re= gression test) Merging devfreq/devfreq-next (a35a2f2b3e6e PM / devfreq: tegra30: Delete an= error message in tegra_devfreq_probe()) Merging hmm/hmm (8f3d9f354286 Linux 5.7-rc1) Merging fpga/for-next (cef0ca6417de fpga: dfl: afu: support debug access to= memory-mapped afu regions) Merging kunit/test (8f3d9f354286 Linux 5.7-rc1) Merging cel/cel-next (23cf1ee1f186 svcrdma: Fix leak of svc_rdma_recv_ctxt = objects) Merging generic-ioremap/for-next (4bdc0d676a64 remove ioremap_nocache and d= evm_ioremap_nocache) Merging cfi/cfi/next (b6fe8bc67d2d mtd: hyperbus: move direct mapping setup= to AM654 HBMC driver) Merging kunit-next/kunit (6cb181879881 kunit: Add missing newline in summar= y message) Merging trivial/for-next (fad7c9020948 err.h: remove deprecated PTR_RET for= good) Merging zx2c4/for-next (16fbf79b0f83 Linux 5.6-rc7) Merging mhi/mhi-next (8f3d9f354286 Linux 5.7-rc1) Applying: Revert "hwmon: (lm70) Add support for ACPI" Merging akpm-current/current (2b5030a63ffd ipc-convert-ipcs_idr-to-xarray-u= pdate) CONFLICT (content): Merge conflict in include/linux/printk.h CONFLICT (content): Merge conflict in arch/x86/Kconfig.debug CONFLICT (content): Merge conflict in arch/riscv/Kconfig $ git checkout -b akpm remotes/origin/akpm/master $ git rebase --onto master remotes/origin/akpm/master-base dropping 666543412762d46365d01b086aece56cb0d542ec initrdmem=3D option to sp= ecify initrd physical address -- patch contents already upstream Merging akpm/master (a9509b8ee069 drivers/media/platform/sti/delta/delta-ip= c.c: fix read buffer overflow) --Sig_/CPLbBDIQ/m8HJRR5DgoknP8 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl6n5N4ACgkQAVBC80lX 0GwFPwf/XCCz1hZ6vxNEbnQ6wFIjzzHvramt70QIcVgy/jo3s9SKn/a+p1eUY584 V8HxFoayiYUmrnDx7kmAmc1/EdfQiv0Da/1W2wUnTjtljLGDBbg86ayGiC9pvzOX OUeZPYLHQxI+QEKgtOrpz59zmHkUEBInKkIEdUPR475MmZ8B5cbjVvx55WzE7dp3 d+S0VuLwuZ0kV2IEHGNQl3WN9qG+N5zZGBWTAHWAenxecbvTO824YFFZ9reEeREs llgya0ik3HPGtL3r4m9y99c6U3fES7HceCcn3fSvspo/VInkZSb1w7ChDw/FPaZV jCFh/EgCbSgzyF7OUptrN+OdLl6YZA== =Kd5f -----END PGP SIGNATURE----- --Sig_/CPLbBDIQ/m8HJRR5DgoknP8--