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=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 591B8C2D0CF for ; Mon, 16 Dec 2019 05:22:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 21E5420726 for ; Mon, 16 Dec 2019 05:22:17 +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="X2Bd7gzq" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726296AbfLPFWQ (ORCPT ); Mon, 16 Dec 2019 00:22:16 -0500 Received: from ozlabs.org ([203.11.71.1]:39015 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725789AbfLPFWP (ORCPT ); Mon, 16 Dec 2019 00:22:15 -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 47bqQT60hNz9sP6; Mon, 16 Dec 2019 16:22:09 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1576473729; bh=Zo1anhqvZFAMOqeKSYLYsMIC1TCykcJ52XafoDlSCaY=; h=Date:From:To:Cc:Subject:From; b=X2Bd7gzqiCuRlAFhopacCDCvbVTwVoL0UddaqslTUEvtuI933DR/8t43RmYRp0ALQ K8ujytZeRkVL+LRkNArQK9MhCFEvsG8L5Bswyt/EET2OHuNSOkzKEzj+G2SMocc5of 9Es8j+UD331IC0HIK/oVkU2XZQAwhYf8EbF/AJ6NBpVqXl7QDlD7mvFRzavssSFw/h w1jfrRqfjDbHri6QOihhGhgA3EZQ9ea/JezJmpft3209mdgRgXvgXLDb9xXEtT4gGj tvgvBHMdrhoj+AH52E7cJjb1R87DjsYgPvoEmQaeMiZteOivZLpLhMjuvT+U9Zp/Or UX0m4rmUMTFzA== Date: Mon, 16 Dec 2019 16:22:09 +1100 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Dec 16 Message-ID: <20191216162209.5b5256dd@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Ym4U5VIXpt9H60zBCydwmq4"; 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_/Ym4U5VIXpt9H60zBCydwmq4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20191213: The mediatek tree gained a build failure so I used the version from next-20191213. The thermal tree still had its build failure so I added a patch. The net-next tree gained conflicts against the net tree. The bfp-next tree gained a conflict against Linus' tree. The ipsec-next tree gained a conflict against the net-next tree. The drm-misc tree gained conflicts against Linus' tree and a semantic conflict against Linus' tree. The keys tree still had failures so I used the version from next-20191211. The tip tree gained a conflict against Linus' tree. The devfreq tree lost its build failure. Non-merge commits (relative to Linus' tree): 3112 3350 files changed, 143439 insertions(+), 66421 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 (1522d9da40bd Merge tag 'riscv/for-v5.5-rc2' of git:/= /git.kernel.org/pub/scm/linux/kernel/git/riscv/linux) Merging fixes/master (31f4f5b495a6 Linux 5.4-rc7) Merging kbuild-current/fixes (fd2ab2f6610b scripts/kallsyms: fix offset ove= rflow of kallsyms_relative_base) 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 (9a4b8148562d Merge tag 'omap-for-v5.5/fixe= s-rc1-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux= -omap 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 (656c21d6af5d powerpc/shared: Use static key to= detect shared processor) Merging s390-fixes/fixes (3e39ce266a27 s390/kasan: add KASAN_VMALLOC suppor= t) Merging sparc/master (038029c03e21 sparc: remove unneeded uapi/asm/statfs.h) Merging fscrypt-current/for-stable (ae64f9bd1d36 Linux 4.15-rc2) Merging net/master (fd42bfd1bb31 xen-netback: avoid race that can lead to N= ULL pointer dereference) Merging bpf/master (5133498f4ad1 bpf: Clear skb->tstamp in bpf_redirect whe= n necessary) Merging ipsec/master (e42617b825f8 Linux 5.5-rc1) Merging netfilter/master (868afbaca1e2 NFC: nxp-nci: Fix probing without AC= PI) Merging ipvs/master (c24b75e0f923 ipvs: move old_secure_tcp into struct net= ns_ipvs) Merging wireless-drivers/master (0df36b90c47d iwlwifi: pcie: move power gat= ing workaround earlier in the flow) Merging mac80211/master (911bde0fe5cc mac80211: Turn AQL into an NL80211_EX= T_FEATURE) Merging rdma-fixes/for-rc (2030abddec68 rxe: correctly calculate iCRC for u= naligned payloads) Merging sound-current/for-linus (6fd739c04ffd ALSA: hda: Fix regression by = strip mask fix) Merging sound-asoc-fixes/for-linus (4970d2cc7f5f Merge branch 'asoc-5.5' in= to asoc-linus) Merging regmap-fixes/for-linus (e42617b825f8 Linux 5.5-rc1) Merging regulator-fixes/for-linus (3309c4f8eca0 Merge branch 'regulator-5.5= ' into regulator-linus) Merging spi-fixes/for-linus (c0ed803f2cd8 Merge branch 'spi-5.5' into spi-l= inus) Merging pci-current/for-linus (ca01e7987463 PCI: rockchip: Fix IO outbound = ATU register number) Merging driver-core.current/driver-core-linus (510c9788991c Merge tag 'Wimp= licit-fallthrough-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git= /gustavoars/linux) Merging tty.current/tty-linus (e42617b825f8 Linux 5.5-rc1) Merging usb.current/usb-linus (510c9788991c Merge tag 'Wimplicit-fallthroug= h-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linu= x) Merging usb-gadget-fixes/fixes (e5b5da96da50 usb: gadget: fix wrong endpoin= t desc) 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 (510c9788991c Merge tag 'Wimplicit-fa= llthrough-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavo= ars/linux) Merging char-misc.current/char-misc-linus (510c9788991c Merge tag 'Wimplici= t-fallthrough-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gus= tavoars/linux) Merging soundwire-fixes/fixes (e42617b825f8 Linux 5.5-rc1) Merging thunderbolt-fixes/fixes (e42617b825f8 Linux 5.5-rc1) Merging input-current/for-linus (1021dcf19db1 Input: imx_sc_key - only take= the valid data from SCU firmware as key state) Merging crypto-current/master (84faa307249b crypto: arm/curve25519 - add ar= ch-specific key generation function) 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 (4eac734486fd kselftest: Support old perl ver= sions) Merging modules-fixes/modules-linus (57baec7b1b04 scripts/nsdeps: make sure= to pass all module source files to spatch) Merging slave-dma-fixes/fixes (a40c94be2336 dmaengine: dma-jz4780: Also bre= ak descriptor chains on JZ4725B) 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 (db23808615e2 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 (e709ed70d122 bus: ti-sysc: Fix missing reset dela= y handling) 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 (c14685547762 tools/testing/nvdimm: Fi= x mock support for ioremap) 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 (2cd61111c55b of: refcount leak when phan= dle_cache entry replaced) Merging scsi-fixes/fixes (bba340c79bfe scsi: iscsi: Avoid potential deadloc= k in iscsi_if_rx func) Merging drm-fixes/drm-fixes (d16f0f614000 Merge tag 'drm-fixes-5.5-2019-12-= 12' of git://people.freedesktop.org/~agd5f/linux 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 (750bde2fd4ff drm/i915: Serial= ise with remote retirement) Merging mmc-fixes/fixes (63fe5e7356b8 mmc: sdhci: Update the tuning failed = messages to pr_debug level) Merging rtc-fixes/rtc-fixes (653997eeecef rtc: mt6397: fix alarm register o= verwrite) 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 (ffafde478309 erofs: update documentation) Merging drm-misc-fixes/for-linux-next-fixes (d16f0f614000 Merge tag 'drm-fi= xes-5.5-2019-12-12' of git://people.freedesktop.org/~agd5f/linux into drm-f= ixes) Merging kspp-gustavo/for-next/kspp (3d519d6d388b sh: kgdb: Mark expected sw= itch fall-throughs) 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 (4cf6c26b6da4 Merge branch 'arm/fixes' into for-ne= xt) Merging amlogic/for-next (17554d49f3dc Merge branch 'v5.6/dt64' into tmp/am= l-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 (57785a9d364f Merge branches 'at91-soc' and 'at91-dt= ' into at91-next) Merging bcm2835/for-next (f14234184671 Merge branch 'bcm2835-maintainers-ne= xt' into for-next) Merging imx-mxs/for-next (459ee837b230 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 (a9048fd77c3a Merge branch 'v5.5-next/soc' into f= or-next) $ git reset --hard HEAD^ Merging next-20191213 version of mediatek Merging mvebu/for-next (cd592187f9de arm64: dts: uDPU: SFP cages support 3W= modules) Merging omap/for-next (1a9bd034ceb6 Merge branch 'omap-for-v5.6/dt' into fo= r-next) Merging qcom/for-next (7a75bb1cadcb Merge branches 'arm64-for-5.5-fixes', '= drivers-for-5.5-fixes', 'arm64-defconfig-for-5.6', 'arm64-for-5.6', 'defcon= fig-for-5.6', 'drivers-for-5.6' and 'dts-for-5.6' into for-next) Merging realtek/for-next (6a41c7019bca Merge branch 'v5.5/dt64' into next) Merging renesas/next (4730830f9c2e Merge branches 'renesas-arm-defconfig-fo= r-v5.6', 'renesas-arm64-dt-for-v5.6' and 'renesas-drivers-for-v5.6' into re= nesas-next) Merging reset/reset/next (dc4491c457b9 reset: uniphier: Add SCSSI reset con= trol for each channel) Merging rockchip/for-next (51d8ba953246 Merge branch 'v5.6-armsoc/dts64' in= to for-next) Merging samsung-krzk/for-next (7a53e9ff0779 Merge branch 'next/drivers' int= o for-next) Merging scmi/for-linux-next (e42617b825f8 Linux 5.5-rc1) Merging sunxi/sunxi/for-next (fc43331a5f74 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 (16a85f59706b 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 (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 (e42617b825f8 Linux 5.5-rc1) 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 (e32ea127d81c nios2: Fix ioremap) Merging openrisc/for-next (0ecdcaa6d5e7 openrisc: Fix Kconfig indentation) Merging parisc-hd/for-next (aeea5eae4fd5 parisc: add missing __init annotat= ion) 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 (510c9788991c Merge tag 'Wimplicit-fallthrough-5.5-rc= 2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux) 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 (9c962de70a52 ext4: validate the debug_want_extra_isize mo= unt option at parse time) Merging f2fs/dev (b9ec7746bcc3 f2fs: don't keep META_MAPPING pages used for= moving verity file blocks) 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 (510c9788991c Merge tag 'Wimplicit-fallthrough-5.5-r= c2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux) 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 (6c7bed084507 ovl: improving copy-up effic= iency for big sparse file) 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 (912dfe068c43 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 (e42617b825f8 Linux 5.5-rc1) Merging pstore/for-next/pstore (8d82cee2f8aa pstore: Make pstore_choose_com= pression() static) Merging hid/for-next (ac873bff0299 Merge branch 'for-5.5/upstream-fixes' in= to for-next) Merging i2c/i2c/for-next (8c9312a925ad i2c: add helper to check if a client= has a driver attached) Merging i3c/i3c/next (608b68b67a30 MAINTAINERS: fix style in CADENCE I3C MA= STER IP entry) Merging dmi/master (2429c99fa13a firmware: dmi: Add dmi_memdev_handle) Merging hwmon-staging/hwmon-next (848a25f01ee7 hwmon: (w83627ehf) make sens= or_dev_attr_##_name variables static) Merging jc_docs/docs-next (36bb9778fd11 docs: remove a bunch of stray CRs) Merging v4l-dvb/master (da090bf60370 media: Drop superfluous ioctl PCM ops) 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 (48398f10d87f Merge branches 'pm-cpuidle' and 'acpi-p= m' into linux-next) Merging cpufreq-arm/cpufreq/arm/linux-next (e42617b825f8 Linux 5.5-rc1) Merging cpupower/cpupower (e42617b825f8 Linux 5.5-rc1) Merging opp/opp/linux-next (03758d60265c opp: Replace list_kref with a loca= l counter) Merging thermal/thermal/linux-next (3d9613284a62 thermal: qoriq: Add hwmon = support) Applying: thermal: qoriq: using SZ_4K requires linux/sizes.h 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 (0e627190563e tcp: Set rcv zerocopy hint correctly = if skb last frag is < PAGE_SIZE) CONFLICT (content): Merge conflict in drivers/net/phy/phylink.c CONFLICT (content): Merge conflict in drivers/net/ethernet/amazon/ena/ena_n= etdev.c Merging bpf-next/master (aa915931ac3e libbpf: Fix readelf output parsing fo= r Fedora) CONFLICT (content): Merge conflict in net/bpf/test_run.c Merging ipsec-next/master (e27cca96cd68 xfrm: add espintcp (RFC 8229)) CONFLICT (content): Merge conflict in net/unix/af_unix.c Merging mlx5-next/mlx5-next (e42617b825f8 Linux 5.5-rc1) Merging netfilter-next/master (08cbc75f9602 ppp: Adjust indentation into pp= p_async_input) 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 (57725b5bc589 Merge ath-next from git:= //git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git) Merging bluetooth/master (8ed56fa78c93 Bluetooth: Remove usage of BT_ERR_RA= TELIMITED macro) Merging mac80211-next/master (50ff477a8639 mac80211: add 802.11 encapsulati= on offloading support) Merging gfs2/for-next (76223fa75828 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 (e42617b825f8 Linux 5.5-rc1) Merging crypto/master (d9e1670b8005 crypto: hmac - Use init_tfm/exit_tfm in= terface) Merging drm/drm-next (e42617b825f8 Linux 5.5-rc1) Merging amdgpu/drm-next (9812d4003f67 drm/amdgpu: s/ENCRYPTED/SECURE/ on GE= M create flag) CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/powerplay/smu_v12= _0.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/powerplay/smu_v11= _0.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/powerplay/renoir_= ppt.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/dsc/Ma= kefile CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/dml/Ma= kefile CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/dcn21/= dcn21_resource.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/dcn21/= Makefile CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/dcn20/= dcn20_resource.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/dcn20/= Makefile CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/clk_mg= r/dcn21/rn_clk_mgr.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/calcs/= Makefile CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/amdgpu_dev= ice.c Merging drm-intel/for-linux-next (7a90f89904af drm/i915/gem: Serialise obje= ct before changing cache-level) CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/gt/intel_lrc.c CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/display/intel_fb= c.c Merging drm-tegra/drm/tegra/for-next (d66dfcf80d0f drm/tegra: Run hub clean= up on ->remove()) Merging drm-misc/for-linux-next (d4e6a62d3769 gpu/drm: ingenic: Add support= for the JZ4770) CONFLICT (content): Merge conflict in include/drm/ttm/ttm_bo_api.h CONFLICT (content): Merge conflict in include/drm/drm_dp_mst_helper.h CONFLICT (content): Merge conflict in drivers/gpu/drm/ttm/ttm_bo_vm.c CONFLICT (content): Merge conflict in drivers/gpu/drm/drm_dp_mst_topology.c Applying: drm/bridge: fix up for removal of i2c_new_dummy() 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 (651bbb9d5161 ALSA: hda: Comment about snd_hdac_bus_= update_rirb() and spinlock) Merging sound-asoc/for-next (01c6409d137e Merge branch 'asoc-5.6' into asoc= -next) Merging modules/modules-next (b6d0531ec7e2 moduleparam: fix kerneldoc) Merging input/next (f0b57e190117 Input: elants_i2c - check Remark ID when a= ttempting firmware update) Merging block/for-next (4c1d55417382 Merge branch 'for-linus' into for-next) Merging device-mapper/for-next (7fc979f8204f docs: dm-integrity: remove ref= erence to ARC4) Merging pcmcia/pcmcia-next (bd9d6e0371d1 pcmcia: remove unused dprintk defi= nition) Merging mmc/next (cf2a5c41578a Merge branch 'fixes' into next) Merging md/for-next (e820d55cb99d md: fix raid10 hang issue caused by barri= er) Merging mfd/for-mfd-next (ea9a89ca3b95 mfd: dln2: More sanity checking for = endpoints) 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 (e9c2101ea449 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 (a2337251cb6b Merge branch 'keys-acl' into keys-next) CONFLICT (content): Merge conflict in include/uapi/asm-generic/unistd.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 $ git reset --hard HEAD^ Merging next-20191211 version of keys 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 [master ab77780418e6] next-20191211/keys Merging selinux/next (210a29287451 selinux: remove unnecessary selinux cred= request) 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 (6f7c41374b62 tomoyo: Don't use nifty names on socket= s.) Merging tpmdd/next (bea37414453e KEYS: asymmetric: return ENOMEM if akciphe= r_request_alloc() fails) 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 (20263c361ba9 dt-bindings: arm: stm32: Convert = stm32-syscon to json-schema) Merging mailbox/mailbox-for-next (c6c6bc6ea9fc mailbox: imx: add support fo= r imx v1 mu) Merging spi/for-next (c016b7c00391 Merge branch 'spi-5.6' into spi-next) Merging tip/auto-latest (70a53448efd1 Merge branch 'WIP.core/headers') CONFLICT (content): Merge conflict in init/main.c Merging clockevents/timers/drivers/next (6e001f6a4cc7 clocksource/drivers/a= sm9260: Add a check for of_clk_get) Merging edac/edac-for-next (854bb48018d5 EDAC: skx_common: downgrade messag= e importance on missing PCI device) Merging irqchip/irq/irqchip-next (c6d732c8cc67 irqchip/aspeed-i2c-ic: Fix i= rq domain name memory leak) Merging ftrace/for-next (ff205766dbbe ftrace: Fix function_graph tracer int= eraction with BPF trampoline) Merging rcu/rcu/next (22d71daf790e rcu: Fix spelling mistake "leval" -> "le= vel") CONFLICT (content): Merge conflict in lib/Kconfig.debug Applying: rcu: fix up for "Remove rcu_swap_protected()" Merging kvm/linux-next (7d73710d9ca2 kvm: vmx: Stop wasting a page for gues= t_msrs) Merging kvm-arm/next (96e1968f8206 KVM: arm/arm64: vgic-its: Fix restoratio= n of unmapped collections) 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 (c673ec61ade8 xen/balloon: fix ballooned page ac= counting without hotplug enabled) Merging percpu/for-next (06557cf18eae 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 (a69b4eebe513 platform/chrome: cros_ec_lpc= : Use platform_get_irq_optional() for optional IRQs) 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 (380665becdee drivers: ipmi: Modify max length of IPM= B packet) Merging driver-core/driver-core-next (5367601b5269 drivers/base: base.h: ad= d proper copyright and header info) Merging usb/usb-next (cad0a5c74e7a usb: host: xhci-tegra: Implement basic E= LPG support) 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 (9fe0d41ffd39 tty: serial: samsung_tty: fix blank line= checkpatch warning) Merging char-misc/char-misc-next (510c9788991c Merge tag 'Wimplicit-fallthr= ough-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/l= inux) Merging extcon/extcon-next (2ddf50a75dab extcon: sm5502: Remove unneeded se= micolon) Merging soundwire/next (09f6a72d0143 soundwire: intel: add clock stop quirk= s) Merging thunderbolt/next (e42617b825f8 Linux 5.5-rc1) Merging staging/staging-next (f59aba2f7579 isdn: capi: dead code removal) CONFLICT (modify/delete): drivers/staging/isdn/gigaset/usb-gigaset.c delete= d in staging/staging-next and modified in HEAD. Version HEAD of drivers/sta= ging/isdn/gigaset/usb-gigaset.c left in tree. $ git rm -f drivers/staging/isdn/gigaset/usb-gigaset.c 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) CONFLICT (content): Merge conflict in drivers/interconnect/qcom/sdm845.c CONFLICT (content): Merge conflict in drivers/interconnect/qcom/qcs404.c CONFLICT (content): Merge conflict in drivers/interconnect/qcom/msm8974.c Merging slave-dma/next (a5b982af953b dmaengine: axi-dmac: add a check for d= evm_regmap_init_mmio) Merging cgroup/for-next (899969b46c28 Merge branch 'for-5.5' into for-next) Merging scsi/for-next (67a358329376 Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (6a8c827f854a Merge branch '5.5/scsi-fixes' into = 5.6/scsi-next) Merging vhost/linux-next (b072ae74df17 vhost: use vhost_desc instead of vho= st_log) Merging rpmsg/for-next (723710fe4bab Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (65115d1733b4 Merge branch 'devel' into for-next) Merging gpio-brgl/gpio/for-next (373894f83b52 gpio: remove unneeded MODULE_= VERSION() usage) Merging gpio-intel/for-next (e42617b825f8 Linux 5.5-rc1) Merging pinctrl/for-next (4cc462c26b59 Merge branch 'devel' into for-next) Merging pinctrl-intel/for-next (3a67fe38e76a pinctrl: lynxpoint: Update sum= mary in the driver) Merging pinctrl-samsung/for-next (225a2ec19aac pinctrl: samsung: Fix missin= g OF and GPIOLIB dependency on S3C24xx and S3C64xx) 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 (ad9882f15884 coresight: etm4x: Fix unused function = warning) Merging rtc/rtc-next (3b52093dc917 rtc: ds1343: Do not hardcode SPI mode fl= ags) 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 (892e67a8bcf2 PM / devfreq: rk3399_dmc: Add CO= MPILE_TEST and HAVE_ARM_SMCCC dependency) 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) Merging akpm-current/current (658622e448a6 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 (7940436c5811 drivers/media/platform/sti/delta/delta-ip= c.c: fix read buffer overflow) --Sig_/Ym4U5VIXpt9H60zBCydwmq4 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl33FIEACgkQAVBC80lX 0GzHIgf+PgBCcf7R0lhKONuEA0tWegLZbb8UkKEroIXTjkeuPxRYoq653PBh81YU aS1z6M3tgADIV4wmAV59t/OVymtORp6MMVp/Zlqfg72l+DnUI1oy7pQKViCV+69l VvqtcrgS2HBOgEzqhx2fxiJcIj8cGGprFMvpxLr4iPiG1H5jga3jbeUweuxAlt40 q+kNxlYaMu1eBm7/oAiLq6hOsliehpbxIu5xF0yEdz/POcT+f0Tn18pAu1lgBQRM f9vaP2bkt/nzStnGGJeXr/UDMXTMykcHkcvR3WWeaMHlOt2IknPZ1eWq6xF+kUgn qAH/hK5eJqAz27f8x+ayekjEbpouTg== =/0fa -----END PGP SIGNATURE----- --Sig_/Ym4U5VIXpt9H60zBCydwmq4--