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 autolearn=ham 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 A865CC3F68F for ; Tue, 10 Dec 2019 03:02:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7F7732073D for ; Tue, 10 Dec 2019 03:02:35 +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="EC8f7wM9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726801AbfLJDCe (ORCPT ); Mon, 9 Dec 2019 22:02:34 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:58671 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726509AbfLJDCe (ORCPT ); Mon, 9 Dec 2019 22:02:34 -0500 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 47X4c23QrJz9sPh; Tue, 10 Dec 2019 14:02:26 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1575946946; bh=cBAnrfHvxG4grcmz9Qz6A2qpxg2WWUg66+RrruH9/8U=; h=Date:From:To:Cc:Subject:From; b=EC8f7wM9BrTrHJpB9odoGfVvrVfeHpiTf3P7CXkVYX+RtU9GiRsvvRBzKPpWVY4n9 yDbEc5OauwK39hqSMZTR2xWMfK1+tuxGjfZs0z83r4yHAl90WQNQfeS/kLk5w4P98f Aky7jt8J5Z3R3Zo1szTz8Zq+TUn/hT4yO35QnE5qXs+kLl+bRmHD8i0vUULaflReeP gf7zQ5TL5p/e/mIZRgaP2mo7Bz61jSrsS7C410mfGDPEQvQXbehAK8+cJrirFF7dTV WROND4PZqNSLNNaMTQPnosilyXP3l2RYLT/giGWtLvKX3uz39EYN5pAqARVgmxZXcQ EJ+zKOwBi/V4g== Date: Tue, 10 Dec 2019 14:02:25 +1100 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Dec 10 Message-ID: <20191210140225.1aa0c90e@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/deHlch1Tfmq/fuJ.X.wqMz."; 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_/deHlch1Tfmq/fuJ.X.wqMz. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20191209: The drm-intel tree gained a semantic conflict against Linus' tree. The keys tree gained conflicts against the vfs tree. The selinux tree gained a conflict against the keys tree. Also, a build failure for which I applied a patch. Non-merge commits (relative to Linus' tree): 1556 1813 files changed, 56173 insertions(+), 20917 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 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 313 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 (6794862a16ef Merge tag 'for-5.5-rc1-kconfig-tag' of = git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux) Merging fixes/master (31f4f5b495a6 Linux 5.4-rc7) Merging kbuild-current/fixes (cf6b58ab2d55 kbuild: fix 'No such file or dir= ectory' warning when cleaning) Merging arc-current/for-curr (cd4c2493fa58 ARC: mm: drop stale define of __= ARCH_USE_5LEVEL_HACK) Merging arm-current/fixes (39f4d4410484 Merge branch 'misc' into fixes) Merging arm-soc-fixes/arm/fixes (df4a6ff19224 Merge tag 'vexpress-fixes-5.5= ' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into = arm/fixes) Merging arm64-fixes/for-next/fixes (e50be648aaa3 arm64: uaccess: Remove uac= cess_*_not_uao asm macros) Merging m68k-current/for-linus (5ed0794cde59 m68k/atari: Convert Falcon IDE= drivers to platform drivers) Merging powerpc-fixes/fixes (249fad734a25 powerpc/perf: Disable trace_imc p= mu) Merging s390-fixes/fixes (219d54332a09 Linux 5.4) Merging sparc/master (038029c03e21 sparc: remove unneeded uapi/asm/statfs.h) Merging fscrypt-current/for-stable (ae64f9bd1d36 Linux 4.15-rc2) Merging net/master (f8fc57e8d7c5 net/x25: add new state X25_STATE_5) Merging bpf/master (e42617b825f8 Linux 5.5-rc1) Merging ipsec/master (e42617b825f8 Linux 5.5-rc1) Merging netfilter/master (7acd9378dc65 netfilter: nf_flow_table_offload: Co= rrect memcpy size for flow_overload_mangle()) Merging ipvs/master (c24b75e0f923 ipvs: move old_secure_tcp into struct net= ns_ipvs) Merging wireless-drivers/master (1e58252e334d mwifiex: Fix heap overflow in= mmwifiex_process_tdls_action_frame()) Merging mac80211/master (e58c19124189 slip: Fix use-after-free Read in slip= _open) Merging rdma-fixes/for-rc (e42617b825f8 Linux 5.5-rc1) Merging sound-current/for-linus (480136343cbe ALSA: fireface: fix return va= lue in error path of isochronous resources reservation) Merging sound-asoc-fixes/for-linus (ea69b8205710 Merge branch 'asoc-5.5' in= to asoc-linus) Merging regmap-fixes/for-linus (e42617b825f8 Linux 5.5-rc1) Merging regulator-fixes/for-linus (d3d039851f84 Merge branch 'regulator-5.5= ' into regulator-linus) Merging spi-fixes/for-linus (6f2e2fffd91f Merge branch 'spi-5.5' into spi-l= inus) Merging pci-current/for-linus (c3bed3b20e40 Merge tag 'pci-v5.5-changes' of= git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci) Merging driver-core.current/driver-core-linus (e42617b825f8 Linux 5.5-rc1) Merging tty.current/tty-linus (e42617b825f8 Linux 5.5-rc1) Merging usb.current/usb-linus (e42617b825f8 Linux 5.5-rc1) Merging usb-gadget-fixes/fixes (f3fb802efaef usb: cdns3: gadget: Don't mana= ge pullups) Merging usb-serial-fixes/usb-linus (e42617b825f8 Linux 5.5-rc1) Merging usb-chipidea-fixes/ci-for-usb-stable (16009db47c51 usb: chipidea: u= dc: workaround for endpoint conflict issue) Merging phy/fixes (54ecb8f7028c Linux 5.4-rc1) Merging staging.current/staging-linus (7347f09a198a Merge tag 'iio-fixes-fo= r-5.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into sta= ging-linus) Merging char-misc.current/char-misc-linus (702600eef730 lib: raid6: fix awk= build warnings) Merging soundwire-fixes/fixes (e42617b825f8 Linux 5.5-rc1) Merging thunderbolt-fixes/fixes (e42617b825f8 Linux 5.5-rc1) Merging input-current/for-linus (afbd65f5e71a Merge branch 'next' into for-= linus) Merging crypto-current/master (8a6b8f4d7a89 crypto: hisilicon - fix a NULL = vs IS_ERR() bug in sec_create_qp_ctx()) Merging ide/master (baf6722aa0cb ide: Use dev_get_drvdata where possible) Merging vfio-fixes/for-linus (95f89e090618 vfio/type1: Initialize resv_msi_= base) Merging kselftest-fixes/fixes (99e51aa8f701 Documentation: kunit: add docum= entation for kunit_tool) Merging modules-fixes/modules-linus (57baec7b1b04 scripts/nsdeps: make sure= to pass all module source files to spatch) Merging slave-dma-fixes/fixes (e42617b825f8 Linux 5.5-rc1) Merging backlight-fixes/for-backlight-fixes (219d54332a09 Linux 5.4) Merging mtd-fixes/mtd/fixes (df8fed831cbc mtd: rawnand: au1550nd: Fix au_re= ad_buf16() prototype) Merging mfd-fixes/for-mfd-fixes (603d9299da32 mfd: mt6397: Fix probe after = changing mt6397-core) Merging v4l-dvb-fixes/fixes (e42617b825f8 Linux 5.5-rc1) Merging reset-fixes/reset/fixes (cc67d61e31ec reset: Do not register resour= ce data for missing resets) Merging mips-fixes/mips-fixes (3f0a2abff9aa MIPS: Prevent link failure with= kcov instrumentation) Merging at91-fixes/at91-fixes (54ecb8f7028c Linux 5.4-rc1) Merging omap-fixes/fixes (6aed5a0e0f56 Merge branch 'watchdog-fix' into fix= es) Merging kvm-fixes/master (2f13437b8917 Merge tag 'trace-v5.5-2' of git://gi= t.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace) Merging kvms390-fixes/master (fe33a928bfcd KVM: s390: ENOTSUPP -> EOPNOTSUP= P fixups) Merging hwmon-fixes/hwmon (20358214d96b hwmon: (adt7475) Make volt2reg retu= rn same reg as reg2volt input) Merging nvdimm-fixes/libnvdimm-fixes (6370740e5f8e fs/dax: Fix pmd vs pte c= onflict detection) Merging btrfs-fixes/next-fixes (bfbbf8cb43a7 Merge branch 'misc-5.4' into n= ext-fixes) Merging vfs-fixes/fixes (7fcd59b64a7b fs/namei.c: fix missing barriers when= checking positivity) 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 (e42617b825f8 Linux 5.5-rc1) Merging samsung-krzk-fixes/fixes (a2315d3aea59 ARM: exynos_defconfig: Resto= re debugfs support) Merging pinctrl-samsung-fixes/pinctrl-fixes (e42617b825f8 Linux 5.5-rc1) Merging devicetree-fixes/dt/linus (5dba51754b04 of: reserved_mem: add missi= ng of_node_put() for proper ref-counting) Merging scsi-fixes/fixes (9393c8de628c scsi: core: Handle drivers which set= sg_tablesize to zero) Merging drm-fixes/drm-fixes (781d5eb4b4a6 Merge tag 'drm-misc-fixes-2019-11= -25' 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 (36deeddcd369 drm/i915/gt: Sav= e irqstate around virtual_context_destroy) Merging mmc-fixes/fixes (a26593d86d4a mmc: sdhci-of-esdhc: Revert "mmc: sdh= ci-of-esdhc: add erratum A-009204 support") Merging rtc-fixes/rtc-fixes (5f9e832c1370 Linus 5.3-rc1) Merging gnss-fixes/gnss-linus (e42617b825f8 Linux 5.5-rc1) Merging hyperv-fixes/hyperv-fixes (af42d3466bdc Linux 5.4-rc8) Merging soc-fsl-fixes/fix (5674a92ca4b7 soc/fsl/qe: Fix an error code in qe= _pin_request()) Merging risc-v-fixes/fixes (bc3e8f5d42d5 riscv: only select serial sifive i= f TTY is enabled) Merging pidfd-fixes/fixes (0b8d616fb5a8 taskstats: fix data-race) Merging fpga-fixes/fixes (dec43da46f63 fpga: altera-ps-spi: Fix getting of = optional confd gpio) Merging spdx/spdx-linus (2f13437b8917 Merge tag 'trace-v5.5-2' of git://git= .kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace) Merging gpio-intel-fixes/fixes (e42617b825f8 Linux 5.5-rc1) Merging pinctrl-intel-fixes/fixes (b9a19bdbc843 pinctrl: cherryview: Pass i= rqchip when adding gpiochip) Merging erofs-fixes/fixes (926d16501764 erofs: zero out when listxattr is c= alled with no xattr) Merging drm-misc-fixes/for-linux-next-fixes (43cb86799ff0 drm: meson: venc:= cvbs: fix CVBS mode matching) Merging kspp-gustavo/for-next/kspp (da0c9ea146cb Linux 5.4-rc2) Merging kbuild/for-next (e42617b825f8 Linux 5.5-rc1) Merging compiler-attributes/compiler-attributes (54ecb8f7028c Linux 5.4-rc1) Merging leaks/leaks-next (9e98c678c2d6 Linux 5.1-rc1) Merging dma-mapping/for-next (a7ba70f1787f dma-mapping: treat dev->bus_dma_= mask as a DMA limit) Merging asm-generic/master (9b87647c665d asm-generic: add unlikely to defau= lt BUG_ON(x)) Merging arc/for-next (9fbea0b7e842 ARC: add kmemleak support) Merging arm/for-next (04bb96427d4e ARM: 8947/1: Fix __arch_get_hw_counter()= access to CNTVCT) Merging arm64/for-next/core (de858040ee80 arm64: entry: refine comment of s= tack overflow check) Merging arm-perf/for-next/perf (8703317ae576 drivers/perf: hisi: update the= sccl_id/ccl_id for certain HiSilicon platform) Merging arm-soc/for-next (8c2b0bc0f0f8 ARM: Document merges) Merging amlogic/for-next (431a6da324af Merge branch 'v5.5/fixes' into tmp/a= ml-rebuild) Merging aspeed/for-next (2aee80727dca Merge branch 'defconfig-for-v5.5' int= o for-next) CONFLICT (content): Merge conflict in arch/arm/configs/multi_v7_defconfig Merging at91/at91-next (571c4b1fe42b Merge branches 'at91-drivers', 'at91-d= t' and 'at91-defconfig' into at91-next) Merging bcm2835/for-next (f14234184671 Merge branch 'bcm2835-maintainers-ne= xt' into for-next) Merging imx-mxs/for-next (349adf06d30b Merge branch 'imx/defconfig' into fo= r-next) Merging keystone/next (2af8e1f26c65 Merge branch 'for_5.5/driver-soc' into = next) Merging mediatek/for-next (4ae1ce88e9a0 Merge branch 'v5.3-next/soc' into f= or-next) Merging mvebu/for-next (cd592187f9de arm64: dts: uDPU: SFP cages support 3W= modules) Merging omap/for-next (eab1cca2de62 Merge branch 'omap-for-v5.5/dt-v2' into= for-next) Merging qcom/for-next (7b0e649c3511 Merge branches 'arm64-for-5.5-fixes' an= d 'drivers-for-5.5-fixes', remote-tracking branches 'origin/arm64-defconfig= -for-5.5', 'origin/defconfig-for-5.5' and 'origin/dts-for-5.5' into for-nex= t) CONFLICT (content): Merge conflict in arch/arm64/configs/defconfig Merging realtek/for-next (6a41c7019bca Merge branch 'v5.5/dt64' into next) Merging renesas/next (7b9952bb2d12 Merge branches 'renesas-arm-defconfig-fo= r-v5.6', 'renesas-arm-dt-for-v5.6' and 'renesas-dt-bindings-for-v5.6' into = renesas-next) Merging reset/reset/next (00040854fa42 reset: uniphier: Add SCSSI reset con= trol for each channel) Merging rockchip/for-next (f0d0e0810786 Merge branch 'v5.5-armsoc/dts64' in= to for-next) Merging samsung-krzk/for-next (a2315d3aea59 ARM: exynos_defconfig: Restore = debugfs support) Merging scmi/for-linux-next (e42617b825f8 Linux 5.5-rc1) Merging sunxi/sunxi/for-next (832840f27202 Merge branches 'sunxi/clk-fixes-= for-5.5', 'sunxi/clk-for-5.6', 'sunxi/dt-for-5.6' and 'sunxi/fixes-for-5.5'= into sunxi/for-next) Merging tegra/for-next (e0fd54137bf5 Merge branch for-5.5/cpufreq into for-= next) Merging clk/clk-next (ec16ffe36d80 Merge branches 'clk-ingenic', 'clk-init-= leak', 'clk-ux500' and 'clk-bitmain' 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 (044cf5e15357 csky: Initial stack protector support) Merging h8300/h8300-next (a5de8865cb3e h8300: move definition of __kernel_s= ize_t etc. to posix_types.h) Merging ia64/next (240b62d381fe ia64: remove stale paravirt leftovers) Merging m68k/for-next (5ed0794cde59 m68k/atari: Convert Falcon IDE drivers = to platform drivers) Merging m68knommu/for-next (3ad3cbe305b5 m68k/coldfire: Use CONFIG_PREEMPTI= ON) Merging microblaze/next (22648c989cb8 microblaze: Increase max dtb size to = 64K from 32K) Merging mips/mips-next (a8d0f11ee50d MIPS: SGI-IP27: Enable ethernet phy on= second Origin 200 module) Merging nds32/next (a7f96fce201c MAINTAINERS: add nds32 maintainer) Merging nios2/for-next (91d99a724e9c nios2: force the string buffer NULL-te= rminated) Merging openrisc/for-next (0ecdcaa6d5e7 openrisc: Fix Kconfig indentation) Merging parisc-hd/for-next (219d54332a09 Linux 5.4) Merging powerpc/next (7794b1d4185e Merge tag 'powerpc-5.5-1' of git://git.k= ernel.org/pub/scm/linux/kernel/git/powerpc/linux) Merging fsl/next (a76bea0287ce powerpc/kmcent2: add ranges to the pci bridg= es) Merging soc-fsl/next (5a35435ef4e6 soc: fsl: qe: remove PPC32 dependency fr= om CONFIG_QUICC_ENGINE) Merging risc-v/for-next (070389ef0f4b Merge branch 'next/add-nonstable-guid= ance' into for-next) 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 (2115fbf7210b s390: remove compat vdso code) Merging sh/sh-next (baf58858e8b6 sh: prefer __section from compiler_attribu= tes.h) CONFLICT (modify/delete): arch/sh/include/uapi/asm/types.h deleted in sh/sh= -next and modified in HEAD. Version HEAD of arch/sh/include/uapi/asm/types.= h left in tree. CONFLICT (modify/delete): arch/sh/include/uapi/asm/setup.h deleted in sh/sh= -next and modified in HEAD. Version HEAD of arch/sh/include/uapi/asm/setup.= h left in tree. $ git rm -f arch/sh/include/uapi/asm/setup.h arch/sh/include/uapi/asm/types= .h 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 (9807019a62dc um: Loadable BPF "Firmware" for vector= drivers) Merging xtensa/xtensa-for-next (bd6d7558140c Merge branch 'xtensa-5.5' into= xtensa-for-next) Merging fscrypt/master (0eee17e33226 f2fs: add support for IV_INO_LBLK_64 e= ncryption policies) Merging afs/afs-next (4fe171bb81b1 afs: Remove set but not used variable 'r= et') Merging btrfs/for-next (897636c94003 Merge branch 'misc-5.5' into for-next-= 20191119) Merging ceph/master (da08e1e1d7c3 ceph: add more debug info when decoding m= dsmap) Merging cifs/for-next (0c062dd0c56d smb3: fix refcount underflow warning on= unmount when no directory leases) Merging configfs/for-next (e2f238f7d5a1 configfs: calculate the depth of pa= rent item) Merging ecryptfs/next (b4a81b87a4cf ecryptfs: fix a memory leak bug in ecry= ptfs_init_messaging()) Merging erofs/dev (e42617b825f8 Linux 5.5-rc1) Merging ext3/for_next (c78185c55450 Pull ext2 error number fix.) Merging ext4/dev (dfdeeb41fb08 Merge branch 'tt/misc' into dev) Merging f2fs/dev (97eeb4d9d755 Merge tag 'xfs-5.5-merge-16' of git://git.ke= rnel.org/pub/scm/fs/xfs/xfs-linux) Merging fsverity/fsverity (73f0ec02d670 docs: fs-verity: mention statx() su= pport) Merging fuse/for-next (8d66fcb74884 fuse: fix Kconfig indentation) Merging jfs/jfs-next (a5fdd713d256 jfs: fix bogus variable self-initializat= ion) Merging nfs/linux-next (e42617b825f8 Linux 5.5-rc1) Merging nfs-anna/linux-next (79cc55422ce9 NFS: Fix an RCU lock leak in nfs4= _refresh_delegation_stateid()) Merging nfsd/nfsd-next (38a2204f5298 nfsd: depend on CRYPTO_MD5 for legacy = client tracking) Merging orangefs/for-next (f9bbb68233aa orangefs: posix open permission che= cking...) Merging overlayfs/overlayfs-next (5c2e9f346b81 ovl: filter of trusted xattr= results in audit) Merging ubifs/linux-next (6e78c01fde90 Revert "jffs2: Fix possible null-poi= nter dereferences in jffs2_add_frag_to_fragtree()") Merging v9fs/9p-next (aafee43b7286 9p/vfs_super.c: Remove unused parameter = data in v9fs_fill_super) Merging xfs/for-next (798a9cada469 xfs: fix mount failure crash on invalid = iclog memory access) Merging iomap/iomap-for-next (c275779ff2dd iomap: stop using ioend after it= 's been freed in iomap_finish_ioend()) Merging djw-vfs/vfs-for-next (3253d9d09337 splice: only read in as much inf= ormation as there is pipe buffer space) Merging file-locks/locks-next (b41dae061bbd Merge tag 'xfs-5.4-merge-7' of = git://git.kernel.org/pub/scm/fs/xfs/xfs-linux) Merging vfs/for-next (acf0bd9f7b7d Merge branches 'work.openat2', 'work.rec= ursive_removal' and 'imm.timestamp' into for-next) Merging printk/for-next (20aaa2d8e1f3 Merge branch 'for-5.5-pr-warning-remo= val' into for-next) Merging pci/next (c3bed3b20e40 Merge tag 'pci-v5.5-changes' of git://git.ke= rnel.org/pub/scm/linux/kernel/git/helgaas/pci) Merging pstore/for-next/pstore (8d82cee2f8aa pstore: Make pstore_choose_com= pression() static) Merging hid/for-next (c8b50de60c9b Merge branch 'for-5.5/upstream-fixes' in= to for-next) Merging i2c/i2c/for-next (2dff2a1c9b7c Merge branch 'dmi-for-linus' of git:= //git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging) Merging i3c/i3c/next (ae24f2b6f828 MAINTAINERS: add myself as maintainer of= Cadence I3C master controller driver) Merging dmi/master (2429c99fa13a firmware: dmi: Add dmi_memdev_handle) Merging hwmon-staging/hwmon-next (544f8d857a05 hwmon: Driver for MAX31730) Merging jc_docs/docs-next (36bb9778fd11 docs: remove a bunch of stray CRs) Merging v4l-dvb/master (2099ef02c6c0 media: dt-bindings: media: cal: conver= t binding to yaml) Merging v4l-dvb-next/master (d45331b00ddb Linux 5.3-rc4) Merging fbdev/fbdev-for-next (732146a3f1dc video: fbdev: imxfb: fix a typo = in imxfb_probe()) Merging pm/linux-next (88d91da9d0ec Merge branch 'devprop' into linux-next) Merging cpufreq-arm/cpufreq/arm/linux-next (c23734487fb4 cpufreq: sun50i: F= ix CPU speed bin detection) Merging cpupower/cpupower (e42617b825f8 Linux 5.5-rc1) Merging opp/opp/linux-next (25cb20a212a1 PM / OPP: Support adjusting OPP vo= ltages at runtime) Merging thermal/thermal/linux-next (1e4b6ac230b9 MAINTAINERS: thermal: Chan= ge the git tree location) 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 (7807759e4ad8 firewire: core: code cleanup after = vm_map_pages_zero introduction) 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 (e42617b825f8 Linux 5.5-rc1) Merging net-next/master (4a63ef710cc3 Merge branch 'for-upstream' of git://= git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next) Merging bpf-next/master (e7096c131e51 net: WireGuard secure network tunnel) Merging ipsec-next/master (e7096c131e51 net: WireGuard secure network tunne= l) Merging mlx5-next/mlx5-next (e42617b825f8 Linux 5.5-rc1) Merging netfilter-next/master (4a63ef710cc3 Merge branch 'for-upstream' of = git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next) Merging nfc-next/master (1f008cfec5d5 NFC: fdp: Fix unused variable warning= s) CONFLICT (content): Merge conflict in drivers/nfc/st21nfca/se.c Merging ipvs-next/master (d54725cd11a5 netfilter: nf_tables: support for mu= ltiple devices per netdev hook) Merging wireless-drivers-next/master (e42617b825f8 Linux 5.5-rc1) Merging bluetooth/master (4a63ef710cc3 Merge branch 'for-upstream' of git:/= /git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next) Merging mac80211-next/master (7a89233ac504 mac80211: Use Airtime-based Queu= e Limits (AQL) on packet dequeue) Merging gfs2/for-next (38c49808295f gfs2: Another gfs2_find_jhead fix) Merging mtd/mtd/next (589e1b6c47ce Merge tag 'nand/for-5.5' into mtd/next) Merging nand/nand/next (777260a5c992 mtd: rawnand: remove unecessary checki= ng if dmac is NULL) Merging spi-nor/spi-nor/next (83cba933a6db mtd: spi-nor: Set default Quad E= nable method for ISSI flashes) Merging crypto/master (4ee812f6143d crypto: vmx - Avoid weird build failure= s) Merging drm/drm-next (e42617b825f8 Linux 5.5-rc1) Merging amdgpu/drm-next (7162c2f43914 drm/amdgpu/display: add fallthrough c= omment) CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/powerplay/renoir_= ppt.c Merging drm-intel/for-linux-next (67e1d5ed85a8 drm/i915/hdcp: Nuke intel_hd= cp_transcoder_config()) CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/i915_reg.h CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/i915_pmu.c CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/i915_gpu_error.c CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/i915_active.c CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/gt/intel_timelin= e.c CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/gt/intel_gt_requ= ests.c CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/gt/intel_engine_= pm.h CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/gt/intel_context= .c Applying: lockdep: fix up for lock_release API change Merging drm-tegra/drm/tegra/for-next (d66dfcf80d0f drm/tegra: Run hub clean= up on ->remove()) Merging drm-misc/for-linux-next (0a5239985a3b drm/panfrost: Open/close the = perfcnt BO) Merging drm-msm/msm-next (e20c9284c8f2 drm/msm/adreno: Add support for Adre= no 510 GPU) 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 (4d24376370fb gpu: ipu-v3: image-convert: only= sample into the next tile if necessary) Merging etnaviv/etnaviv/next (22567d017c2c dt-bindings: etnaviv: Add #cooli= ng-cells) Merging regmap/for-next (e42617b825f8 Linux 5.5-rc1) Merging sound/for-next (480136343cbe ALSA: fireface: fix return value in er= ror path of isochronous resources reservation) Merging sound-asoc/for-next (3778790e1d13 Merge branch 'asoc-5.6' into asoc= -next) Merging modules/modules-next (b6d0531ec7e2 moduleparam: fix kerneldoc) Merging input/next (a284e11c371e Input: synaptics-rmi4 - don't increment rm= iaddr for SMBus transfers) Merging block/for-next (4c1d55417382 Merge branch 'for-linus' into for-next) Merging device-mapper/for-next (694cfe7f31db dm thin: Flush data device bef= ore committing metadata) Merging pcmcia/pcmcia-next (bd9d6e0371d1 pcmcia: remove unused dprintk defi= nition) Merging mmc/next (e42617b825f8 Linux 5.5-rc1) Merging md/for-next (e820d55cb99d md: fix raid10 hang issue caused by barri= er) Merging mfd/for-mfd-next (edfaeaf742b4 Revert "mfd: syscon: Set name of reg= map_config") Merging backlight/for-backlight-next (102a1b382177 backlight: qcom-wled: Fi= x spelling mistake "trigged" -> "triggered") Merging battery/for-next (9480029fe5c2 power: supply: bd70528: Add MODULE_A= LIAS to allow module auto loading) Merging regulator/for-next (9c8b5f761f4e Merge branch 'regulator-5.6' into = regulator-next) Merging security/next-testing (45893a0abee6 kexec: Fix file verification on= S390) Merging apparmor/apparmor-next (341c1fda5e17 apparmor: make it so work buff= ers can be allocated from atomic context) Merging integrity/next-integrity (2a7f0e53daf2 ima: ima_api: Use struct_siz= e() in kzalloc()) Merging keys/keys-next (48274e1e5d24 Merge branch 'notifications-core' into= keys-next) CONFLICT (content): Merge conflict in samples/Makefile CONFLICT (content): Merge conflict in samples/Kconfig CONFLICT (content): Merge conflict in include/uapi/asm-generic/unistd.h CONFLICT (content): Merge conflict in include/linux/security.h CONFLICT (content): Merge conflict in arch/xtensa/kernel/syscalls/syscall.t= bl CONFLICT (content): Merge conflict in arch/x86/entry/syscalls/syscall_64.tbl CONFLICT (content): Merge conflict in arch/x86/entry/syscalls/syscall_32.tbl CONFLICT (content): Merge conflict in arch/sparc/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/sh/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/s390/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/powerpc/kernel/syscalls/syscall.= tbl CONFLICT (content): Merge conflict in arch/parisc/kernel/syscalls/syscall.t= bl CONFLICT (content): Merge conflict in arch/mips/kernel/syscalls/syscall_o32= .tbl CONFLICT (content): Merge conflict in arch/mips/kernel/syscalls/syscall_n64= .tbl CONFLICT (content): Merge conflict in arch/mips/kernel/syscalls/syscall_n32= .tbl CONFLICT (content): Merge conflict in arch/microblaze/kernel/syscalls/sysca= ll.tbl CONFLICT (content): Merge conflict in arch/m68k/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/ia64/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/arm64/include/asm/unistd32.h CONFLICT (content): Merge conflict in arch/arm64/include/asm/unistd.h CONFLICT (content): Merge conflict in arch/arm/tools/syscall.tbl CONFLICT (content): Merge conflict in arch/alpha/kernel/syscalls/syscall.tbl Merging selinux/next (59438b46471a security,lockdown,selinux: implement SEL= inux lockdown) CONFLICT (content): Merge conflict in include/linux/lsm_audit.h Merging smack/for-next (92604e825304 smack: use GFP_NOFS while holding inod= e_smack::smk_lock) Merging tomoyo/master (c39593ab0500 tomoyo: Don't use nifty names on socket= s.) Merging tpmdd/next (0b40dbcbba92 KEYS: trusted: Remove set but not used var= iable 'keyhndl') Merging watchdog/master (33c26ab4d6be watchdog: jz4740: Drop dependency on = MACH_JZ47xx) Merging iommu/next (9b3a713feef8 Merge branches 'iommu/fixes', 'arm/qcom', = 'arm/renesas', 'arm/rockchip', 'arm/mediatek', 'arm/tegra', 'arm/smmu', 'x8= 6/amd', 'x86/vt-d', 'virtio' and 'core' into next) Merging vfio/next (9917b54aded1 Merge branch 'v5.5/vfio/jiang-yi-irq-bypass= -unregister-v1' into v5.5/vfio/next) Merging audit/next (cb5172d96d16 audit: Add __rcu annotation to RCU pointer) Merging devicetree/for-next (a8de1304b7df libfdt: define INT32_MAX and UINT= 32_MAX in libfdt_env.h) Merging mailbox/mailbox-for-next (c6c6bc6ea9fc mailbox: imx: add support fo= r imx v1 mu) Merging spi/for-next (d661a226ebf2 Merge branch 'spi-5.6' into spi-next) Merging tip/auto-latest (20df679f1e07 Merge branch 'sched/urgent') CONFLICT (content): Merge conflict in lib/Kconfig.debug CONFLICT (content): Merge conflict in include/trace/events/rpcrdma.h Merging clockevents/timers/drivers/next (6e001f6a4cc7 clocksource/drivers/a= sm9260: Add a check for of_clk_get) Merging edac/edac-for-next (a483e22791d6 EDAC/Kconfig: Fix Kconfig indentat= ion) Merging irqchip/irq/irqchip-next (c6d732c8cc67 irqchip/aspeed-i2c-ic: Fix i= rq domain name memory leak) Merging ftrace/for-next (16c0f03f629a tracing: Enable syscall optimization = for MIPS) Merging rcu/rcu/next (e100e2f047de Merge commit '8dcdfb7096a304130ab36fbb0f= 2961deaf863e5a' into for-mingo) Merging kvm/linux-next (7d73710d9ca2 kvm: vmx: Stop wasting a page for gues= t_msrs) Merging kvm-arm/next (97418e968b01 KVM: arm/arm64: Remove excessive permiss= ion check in kvm_arch_prepare_memory_region) Merging kvm-ppc/kvm-ppc-next (30486e72093e KVM: PPC: Book3S HV: XIVE: Fix p= otential page leak on error path) Merging kvms390/next (c7b7de631246 KVM: s390: Do not yield when target is a= lready running) Merging xen-tip/linux-next (14855954f636 xen-blkback: allow module to be cl= eanly unloaded) Merging percpu/for-next (50e76d59d426 Merge branch 'for-5.6' into for-next) Merging workqueues/for-next (49e9d1a9faf2 workqueue: Add RCU annotation for= pwq list walk) Merging drivers-x86/for-next (e42617b825f8 Linux 5.5-rc1) Merging chrome-platform/for-next (30af09e33c82 platform/chrome: cros_ec: Ad= d Kconfig default for cros-ec-sensorhub) Merging hsi/for-next (c1030cd45619 HSI: Remove dev_err() usage after platfo= rm_get_irq()) Merging leds/for-next (5f820ed52371 leds: trigger: netdev: fix handling on = interface rename) Merging ipmi/for-next (8e6a5c833333 ipmi: fix ipmb_poll()'s return type) Merging driver-core/driver-core-next (e42617b825f8 Linux 5.5-rc1) Merging usb/usb-next (e42617b825f8 Linux 5.5-rc1) Merging usb-gadget/next (726b4fba94be usb: dwc3: of-simple: add a shutdown) Merging usb-serial/usb-next (e42617b825f8 Linux 5.5-rc1) Merging usb-chipidea-next/ci-for-usb-next (4d6141288c33 usb: chipidea: imx:= pinctrl for HSIC is optional) Merging phy-next/next (4569e64ab6a5 phy: phy-rockchip-inno-usb2: add phy de= scription for px30) Merging tty/tty-next (e42617b825f8 Linux 5.5-rc1) Merging char-misc/char-misc-next (9455d25f4e3b Merge tag 'ntb-5.5' of git:/= /github.com/jonmason/ntb) Merging extcon/extcon-next (e42617b825f8 Linux 5.5-rc1) Merging soundwire/next (e42617b825f8 Linux 5.5-rc1) Merging thunderbolt/next (e42617b825f8 Linux 5.5-rc1) Merging staging/staging-next (e42617b825f8 Linux 5.5-rc1) Merging mux/for-next (05fb8284a417 Merge branch 'i2c-mux/for-next' into for= -next) Merging icc/icc-next (1758204886c3 interconnect: Add interconnect_graph fil= e to debugfs) Merging slave-dma/next (e42617b825f8 Linux 5.5-rc1) Merging cgroup/for-next (899969b46c28 Merge branch 'for-5.5' into for-next) Merging scsi/for-next (bef091d1f68b Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (1eb9151eb7c5 scsi: MAINTAINERS: Add the linux-sc= si mailing list to the ISCSI entry) Merging vhost/linux-next (1a454ec44a2d vhost: last descriptor must have NEX= T clear) CONFLICT (content): Merge conflict in drivers/net/ethernet/ti/cpsw.c Applying: netdev: fix up for "pass the stuck queue to the timeout handler" Merging rpmsg/for-next (723710fe4bab Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (41c4616bb81f gpio: Add TODO item for regmap helper) Merging gpio-brgl/gpio/for-next (e42617b825f8 Linux 5.5-rc1) Merging gpio-intel/for-next (e42617b825f8 Linux 5.5-rc1) Merging pinctrl/for-next (6d29032c2cef pinctrl: Fix warning by adding missi= ng MODULE_LICENSE) Merging pinctrl-intel/for-next (e42617b825f8 Linux 5.5-rc1) Merging pinctrl-samsung/for-next (e42617b825f8 Linux 5.5-rc1) Merging pwm/for-next (bd88d319abe9 pwm: imx27: Unconditionally write state = to hardware) Merging userns/for-next (61a47c1ad3a4 sysctl: Remove the sysctl system call) Merging ktest/for-next (9b5f852ae20d ktest: Make default build option oldco= nfig not randconfig) Merging random/dev (58be0106c530 random: fix soft lockup when trying to rea= d from an uninitialized blocking pool) Merging kselftest/next (e42617b825f8 Linux 5.5-rc1) Merging y2038/y2038 (6d75353320b4 Merge tag 'y2038-cleanups-5.5' of git://g= it.kernel.org/pub/scm/linux/kernel/git/arnd/playground into y2038) Merging livepatching/for-next (7f436b3066e3 Merge branch 'for-5.5/core' int= o for-next) Merging coresight/next (e42617b825f8 Linux 5.5-rc1) Merging rtc/rtc-next (f830f7cf4752 rtc: Fix Kconfig indentation) Merging nvdimm/libnvdimm-for-next (0dfbb932bb67 MAINTAINERS: Remove Keith f= rom NVDIMM maintainers) Merging at24/at24/for-next (e42617b825f8 Linux 5.5-rc1) Merging ntb/ntb-next (1ef512b16bc8 NTB: Fix an error in get link status) Merging kspp/for-next/kspp (c593642c8be0 treewide: Use sizeof_field() macro) Merging cisco/for-next (9e98c678c2d6 Linux 5.1-rc1) Merging gnss/gnss-next (e42617b825f8 Linux 5.5-rc1) Merging fsi/next (2c01397b71c5 fsi: aspeed: Fix OPB0 byte order register va= lues) Merging slimbus/for-next (54ecb8f7028c Linux 5.4-rc1) Merging nvmem/for-next (6bd17868c992 nvmem: add Rockchip OTP driver) Merging xarray/xarray (6b81141deb73 XArray: Improve documentation of search= marks) Merging hyperv/hyperv-next (7a1323b5dfe4 Drivers: hv: vmbus: Fix crash hand= ler reset of Hyper-V synic) Merging auxdisplay/auxdisplay (54ecb8f7028c Linux 5.4-rc1) Merging kgdb/kgdb/for-next (c58ff643763c kdb: Tweak escape handling for vi = users) Merging pidfd/for-next (04882c321b26 Merge branch 'pidfd' into for-next) Merging devfreq/devfreq-next (683c498cb33f PM / devfreq: Move declaration o= f DEVICE_ATTR_RW(min_freq)) Merging hmm/hmm (e42617b825f8 Linux 5.5-rc1) Merging fpga/for-next (fddc9fcbe69a fpga: dfl: fme: add power management su= pport) Merging kunit/test (e42617b825f8 Linux 5.5-rc1) Merging cel/cel-next (a99d8080aaf3 Linux 5.4-rc6) Merging kasan-bitops/topic/kasan-bitops (4f4afc2c9599 docs/core-api: Remove= possibly confusing sub-headings from Bit Operations) Merging generic-ioremap/for-next (eafee5944062 nds32: use generic ioremap) Applying: security,lockdown,selinux: hack for !CONFIG_SECURITY Merging akpm-current/current (14ada2d248f7 ipc/msg.c: consolidate all xxxct= l_down() functions) $ git checkout -b akpm remotes/origin/akpm/master Applying: drivers/block/null_blk_main.c: fix layout Applying: drivers/block/null_blk_main.c: fix uninitialized var warnings Applying: pinctrl: fix pxa2xx.c build warnings Applying: drivers/tty/serial/sh-sci.c: suppress warning Applying: drivers/media/platform/sti/delta/delta-ipc.c: fix read buffer ove= rflow Merging akpm/master (01ea5d4818da drivers/media/platform/sti/delta/delta-ip= c.c: fix read buffer overflow) --Sig_/deHlch1Tfmq/fuJ.X.wqMz. Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl3vCsEACgkQAVBC80lX 0GyvNAf/YjcH+bwfuAGh/7OJZmXzjbScoq1aVF+GX1tU0WRFuDVzwOJtXdHwHnTw ffLtSCwB/qUIdZw3l5MbzIDncgGHb4JpTvzRLHt6KQpgfwQaecEtBT+AvNlnWIUM UyMe+QblWxTqRYUZknRy/8+mVuxFxbKHfmzzSdsDZSm5Xz6mwA+PhAuA19qTqmyV aE/q3ETc+BmNkHiD8fpBAWg2w8KSTcbD4dTEFLrwFLFN3E6JdTOdCmiEexEMqkmw UbDxOUqFsROtcheXSp+IHDVGaOUsP54QEdt27SAl6OQDsIalfz61UsXviCw6Xj0Q iAjABG6Nlt+yUi4VN0ooSwP2tHQplA== =1/Wf -----END PGP SIGNATURE----- --Sig_/deHlch1Tfmq/fuJ.X.wqMz.--