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=-0.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,LOCALPART_IN_SUBJECT, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED 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 38C3BC4321D for ; Fri, 24 Aug 2018 04:01:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6DA17208E3 for ; Fri, 24 Aug 2018 04:01:56 +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="khLCEJr5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6DA17208E3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727021AbeHXHel (ORCPT ); Fri, 24 Aug 2018 03:34:41 -0400 Received: from ozlabs.org ([203.11.71.1]:59441 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726198AbeHXHel (ORCPT ); Fri, 24 Aug 2018 03:34:41 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41xSJs31YTz9s2P; Fri, 24 Aug 2018 14:01:49 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1535083309; bh=GmIXHhvUm+QsYIaOQCZdoKSIVUvu/GppfA4SqHG5vcs=; h=Date:From:To:Cc:Subject:From; b=khLCEJr5qHB4o2IIzjJzVs92Oy+dS810KnngiUHoYxnTFf1lD7bvPJzwHQg5u4nHi ZG8fTtP3y8ChJLsZ0W4DNISSr6CtRN3zoIiiD9nZLppacd1vZLurEkw9Hy0lJUjG8Q tOwMjIUyzBDo1tllLktzU7sARFPkOy+rMBGW0wN3UGAWEoOX/VH4HYmwaL+DY3WgsN SiRkWzdhVtKf4ErPZH0JCX8vogSKFMrjDZD2GLvCLwwoGcvbXv2ueFxfK1PAYqbE3P FfAu1i7ysR76MLXPZQxq3ePs0r30EGYGuH4o2W53G4hNdAdyXFpbKFhlrCxvG82F5f hmv8IU3s2ttOQ== Date: Fri, 24 Aug 2018 14:01:48 +1000 From: Stephen Rothwell To: Linux-Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Aug 24 Message-ID: <20180824140148.695602ce@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/YYvXS+ViuDdT9Ag4nclBACL"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/YYvXS+ViuDdT9Ag4nclBACL Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, Please do not add any v4.20 material to your linux-next included branches until after v4.19-rc1 has been released. Changes since 20180823: The kbuild tree lost its build failure. The mips tree gained a conflict against Linus' tree. The nios2 tree gained a conflict against Linus' tree. Non-merge commits (relative to Linus' tree): 989 1211 files changed, 34964 insertions(+), 14256 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 287 trees (counting Linus' and 65 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 (2f34a64aeac4 Merge tag 'armsoc-dt' of git://git.kern= el.org/pub/scm/linux/kernel/git/arm/arm-soc) Merging fixes/master (147a89bc71e7 Merge tag 'kconfig-v4.17' of git://git.k= ernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild) Merging kbuild-current/fixes (ad1d69735878 Merge tag 'fuse-update-4.19' of = git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse) Merging arc-current/for-curr (fce0d0affdc5 ARC: cleanup show_faulting_vma()) Merging arm-current/fixes (afc9f65e01cd ARM: 8781/1: Fix Thumb-2 syscall re= turn for binutils 2.29+) Merging arm64-fixes/for-next/fixes (5ad356eabc47 arm64: mm: check for upper= PAGE_SHIFT bits in pfn_valid()) Merging m68k-current/for-linus (71a896687b85 m68k/defconfig: Update defconf= igs for v4.18-rc6) Merging powerpc-fixes/fixes (cca19f0b684f powerpc/64s/radix: Fix missing gl= obal invalidations when removing copro) Merging sparc/master (df2def49c57b Merge tag 'acpi-4.19-rc1-2' of git://git= .kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm) Merging fscrypt-current/for-stable (ae64f9bd1d36 Linux 4.15-rc2) Merging net/master (c08eebad4ac5 Merge branch '100GbE' of git://git.kernel.= org/pub/scm/linux/kernel/git/jkirsher/net-queue) Merging bpf/master (785e76d7a205 tools: bpftool: return from do_event_pipe(= ) on bad arguments) Merging ipsec/master (25432eba9cd8 openvswitch: meter: Fix setting meter id= for new entries) Merging netfilter/master (c1dc29120599 netfilter: xt_cluster: add dependenc= y on conntrack module) Merging ipvs/master (feb9f55c33e5 netfilter: nft_dynset: allow dynamic upda= tes of non-anonymous set) Merging wireless-drivers/master (299b6365a3b7 brcmfmac: fix regression in p= arsing NVRAM for multiple devices) Merging mac80211/master (8a54d8fc160e cfg80211: remove division by size of = sizeof(struct ieee80211_wmm_rule)) Merging rdma-fixes/for-rc (845b397a7771 IB/ucm: fix UCM link error) Merging sound-current/for-linus (8a328ac1f9eb ALSA: hda/realtek - Fix HP He= adset Mic can't record) Merging sound-asoc-fixes/for-linus (ba095ffc9324 Merge branch 'asoc-4.18' i= nto asoc-linus) Merging regmap-fixes/for-linus (94710cac0ef4 Linux 4.18) Merging regulator-fixes/for-linus (84d77c5ab32d Merge branch 'regulator-4.1= 8' into regulator-linus) Merging spi-fixes/for-linus (8a7c14551b9b Merge branch 'spi-4.18' into spi-= linus) Merging pci-current/for-linus (44bda4b7d26e PCI: Fix is_added/is_busmaster = race condition) Merging driver-core.current/driver-core-linus (815f0ddb346c include/linux/c= ompiler*.h: make compiler-*.h mutually exclusive) Merging tty.current/tty-linus (815f0ddb346c include/linux/compiler*.h: make= compiler-*.h mutually exclusive) Merging usb.current/usb-linus (815f0ddb346c include/linux/compiler*.h: make= compiler-*.h mutually exclusive) Merging usb-gadget-fixes/fixes (acb1872577b3 Linux 4.18-rc7) Merging usb-serial-fixes/usb-linus (9d3cce1e8b85 Linux 4.18-rc5) Merging usb-chipidea-fixes/ci-for-usb-stable (a930d8bd94d8 usb: chipidea: A= lways build ULPI code) Merging phy/fixes (ad5003300b07 phy: mapphone-mdm6600: Fix wrong enum used = for status lines) Merging staging.current/staging-linus (815f0ddb346c include/linux/compiler*= .h: make compiler-*.h mutually exclusive) Merging char-misc.current/char-misc-linus (815f0ddb346c include/linux/compi= ler*.h: make compiler-*.h mutually exclusive) Merging input-current/for-linus (13fe7056bebb Merge branch 'next' into for-= linus) Merging crypto-current/master (22240df7ac6d crypto: arm64/ghash-ce - implem= ent 4-way aggregation) Merging ide/master (df2def49c57b Merge tag 'acpi-4.19-rc1-2' of git://git.k= ernel.org/pub/scm/linux/kernel/git/rafael/linux-pm) Merging vfio-fixes/for-linus (0e714d27786c vfio/pci: Fix potential Spectre = v1) Merging kselftest-fixes/fixes (ce397d215ccd Linux 4.18-rc1) Merging modules-fixes/modules-linus (be71eda5383f module: Fix display of wr= ong module .text address) Merging slave-dma-fixes/fixes (1e4b044d2251 Linux 4.18-rc4) Merging backlight-fixes/for-backlight-fixes (ce397d215ccd Linux 4.18-rc1) Merging mtd-fixes/master (aa7eee8a143a mtd: spi-nor: cadence-quadspi: Fix d= irect mode write timeouts) Merging nand-fixes/nand/fixes (ee02f73e04c0 mtd: nand: atmel: Fix EDO mode = check) Merging spi-nor-fixes/spi-nor/fixes (7928b2cbe55b Linux 4.16-rc1) Merging mfd-fixes/for-mfd-fixes (ce397d215ccd Linux 4.18-rc1) Merging v4l-dvb-fixes/fixes (8eb0e6421958 media: v4l: vsp1: Fix deadlock in= VSPDL DRM pipelines) Merging reset-fixes/reset/fixes (26fce0557fa6 reset: imx7: Fix always writi= ng bits as 0) Merging mips-fixes/mips-fixes (d5ea019f8a38 Revert "MIPS: BCM47XX: Enable 7= 4K Core ExternalSync for PCIe erratum") Merging at91-fixes/at91-fixes (ce397d215ccd Linux 4.18-rc1) Merging omap-fixes/fixes (ce32d59ee2cd arm: dts: am4372: setup rtc as syste= m-power-controller) Merging kvm-fixes/master (ad1d69735878 Merge tag 'fuse-update-4.19' of git:= //git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse) Merging kvms390-fixes/master (f4a551b72358 KVM: s390: vsie: fix < 8k check = for the itdba) Merging hwmon-fixes/hwmon (a1648cc8eb9d hwmon: (nct6775) Fix potential Spec= tre v1) Merging nvdimm-fixes/libnvdimm-fixes (ee6581ceba7f nfit: fix unchecked dere= ference in acpi_nfit_ctl) Merging btrfs-fixes/next-fixes (784708458494 Merge branch 'for-next-current= -v4.19-20180823' into next-fixes) Merging vfs-fixes/fixes (4c0d7cd5c841 make sure that __dentry_kill() always= invalidates d_seq, unhashed or not) Merging dma-mapping-fixes/for-linus (7ec916f82c48 Revert "iommu/intel-iommu= : Enable CONFIG_DMA_DIRECT_OPS=3Dy and clean up intel_{alloc,free}_coherent= ()") Merging drivers-x86-fixes/fixes (2502e5a02593 platform/x86: dell-laptop: Fi= x backlight detection) Merging samsung-krzk-fixes/fixes (ce397d215ccd Linux 4.18-rc1) Merging pinctrl-samsung-fixes/pinctrl-fixes (ce397d215ccd Linux 4.18-rc1) Merging devicetree-fixes/dt/linus (b9952b5218ad of: overlay: update phandle= cache on overlay apply and remove) Merging scsi-fixes/fixes (e95153b64d03 scsi: vmw_pvscsi: Return DID_RESET f= or status SAM_STAT_COMMAND_TERMINATED) Merging drm-fixes/drm-fixes (51973dc079a9 Merge tag 'drm-misc-fixes-2018-07= -27' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes) Merging drm-intel-fixes/for-linux-next-fixes (94710cac0ef4 Linux 4.18) Merging mmc-fixes/fixes (d2332f887ddf mmc: renesas_sdhi_internal_dmac: mask= DMAC interrupts) Merging rtc-fixes/rtc-fixes (fd6792bb022e rtc: fix alarm read and set offse= t) Merging drm-misc-fixes/for-linux-next-fixes (404fb5c9ef26 drm/vc4: Fix the = "no scaling" case on multi-planar YUV formats) Merging kbuild/for-next (ab574cb66a5d kbuild: test dead code/data eliminati= on support in Kconfig) Merging leaks/leaks-next (9f84a0f7f1a6 leaking_addresses: check if file nam= e contains address) Merging uuid/for-next (c0020756315e efi: switch to use new generic UUID API) Merging dma-mapping/for-next (6fa1d28e38cf sh: use generic dma_noncoherent_= ops) Merging asm-generic/master (a71e7c44ffb7 io: change writeX_relaxed() to rem= ove barriers) Merging arc/for-next (4fbd8d194f06 Linux 4.15-rc1) Merging arm/for-next (6f6874f70c32 Merge branch 'clkdev' into for-next) Merging arm-perf/for-next/perf (809092dc3e60 drivers/perf: arm-ccn: Use dev= m_ioremap_resource() to map memory) Merging arm-soc/for-next (cd0a9070a96a arm-soc: Document merges) Merging actions/for-next (35afadd11222 Merge branch 'v4.19/drivers' into ne= xt) Merging alpine/alpine/for-next (7928b2cbe55b Linux 4.16-rc1) Merging amlogic/for-next (a1cec9f3baab Merge branch 'v4.19/dt64' into tmp/a= ml-rebuild) Merging aspeed/for-next (c224edaa4a46 Merge branches 'defconfig-for-v4.19' = and 'dt-for-v4.19' into for-next) Merging at91/at91-next (ce397d215ccd Linux 4.18-rc1) Merging bcm2835/for-next (5997adb14985 Merge branch anholt/bcm2835-defconfi= g-64-next into for-next) CONFLICT (content): Merge conflict in drivers/hwmon/Kconfig CONFLICT (content): Merge conflict in drivers/firmware/raspberrypi.c Merging imx-mxs/for-next (7586f152bcad Merge branch 'imx/defconfig' into fo= r-next) Merging keystone/next (ed3bf0f321b9 Merge branch 'for_4.19/drivers-soc' int= o next) Merging mediatek/for-next (b75253e66bc5 Merge branch 'v4.18-next/soc' into = for-next) Merging mvebu/for-next (23b7c60b80f6 Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (d356801075c5 Merge branch 'omap-for-v4.19/dt' into f= or-next) Merging reset/reset/next (d903779b58be reset: meson: add meson audio arb dr= iver) Merging qcom/for-next (76b9e7f947f1 Merge tag 'qcom-defconfig-for-4.19' int= o all-for-4.19) Merging realtek/for-next (2b6286eb7ab8 Merge branch 'v4.15/dt64' into next) Merging renesas/next (7e58fb78c672 Merge branches 'fixes-for-v4.18', 'arm-d= efconfig-for-v4.19', 'arm-soc-for-v4.19', 'arm-dt-for-v4.19', 'arm64-defcon= fig-for-v4.19', 'arm64-dt-for-v4.19' and 'dt-bindings-for-v4.19' into next) Merging rockchip/for-next (3d546dd75ef4 Merge branch 'v4.20-armsoc/dts64' i= nto for-next) Merging samsung/for-next (bebc6082da0a Linux 4.14) Merging samsung-krzk/for-next (babb70ce9674 Merge branch 'next/soc' into fo= r-next) Merging sunxi/sunxi/for-next (51c756fe7803 Merge branch 'sunxi/dt64-for-4.1= 9' into sunxi/for-next) Merging tegra/for-next (f29cfb31cf00 Merge branch for-4.19/arm64/dt into fo= r-next) Merging arm64/for-next/core (3c4d9137eefe arm64: alternative: Use true and = false for boolean values) Merging clk/clk-next (ac7da1b787d9 Merge branches 'clk-actions-s700', 'clk-= exynos-unused', 'clk-qcom-dispcc-845', 'clk-scmi-round' and 'clk-cs2000-spd= x' into clk-next) Merging clk-samsung/for-next (e8cf870f253b clk: samsung: simplify getting .= drvdata) Merging c6x/for-linux-next (31b02fe54206 c6x: switch to NO_BOOTMEM) Merging h8300/h8300-next (4bdf61ccbe76 h8300: fix IRQ no) Merging m68k/for-next (71a896687b85 m68k/defconfig: Update defconfigs for v= 4.18-rc6) Merging m68knommu/for-next (58064e1f46b1 m68knommu: Fix typos in Coldfire 5= 272 DMA debug code) Merging microblaze/next (c4347b05440f microblaze/PCI: Remove stale pcibios_= align_resource() comment) Merging mips/mips-next (690d9163bf4b MIPS: lib: Provide MIPS64r6 __multi3()= for GCC < 7) CONFLICT (content): Merge conflict in include/linux/compiler_types.h CONFLICT (content): Merge conflict in arch/Kconfig Merging nds32/next (1ea48d818a6f nds32: Add macro definition for offset of = lp register on stack) Merging nios2/for-next (93bdd8902339 nios2: kconfig: remove duplicate DEBUG= _STACK_USAGE symbol defintions) CONFLICT (content): Merge conflict in arch/nios2/Kconfig.debug Merging openrisc/for-next (5600779ea5f3 openrisc: use generic dma_noncohere= nt_ops) Merging parisc-hd/for-next (dbf2a4b1ffab parisc: Add hardware description t= o stack traces) Merging powerpc/next (0f52b3a00c78 powerpc/mce: Fix SLB rebolting during MC= E recovery path.) Merging hvc/topic/hvc (9f65b81f36e3 tty: hvc: introduce the hv_ops.flush op= eration for hvc drivers) Merging fsl/next (bd96461249bd powerpc/dts/fsl: t2080rdb: use the Cortina P= HY driver compatible) Merging risc-v/for-next (eab58b7750cb Merge branch 'fix-initrd' into for-ne= xt) Merging s390/features (4ec84835900b s390: remove gcc version check (4.3 or = newer)) Merging sparc-next/master (1aaccb5fa0ea Merge tag 'rtc-4.18' of git://git.k= ernel.org/pub/scm/linux/kernel/git/abelloni/linux) Merging sh/for-next (ac21fc2dcb40 sh: switch to NO_BOOTMEM) Merging uml/linux-next (d9cbd0e8f667 um: NULL check before kfree is not nee= ded) Merging xtensa/xtensa-for-next (7bc8c12abba0 Merge branch 'xtensa-fixes' in= to xtensa-for-next) Merging fscrypt/master (e1cc40e5d42a fscrypt: log the crypto algorithm impl= ementations) Merging befs/for-next (55d945e2e4aa fs: befs: btree: Fixed some coding stan= dard issues) Merging btrfs/next (29dcea88779c Linux 4.17) Merging btrfs-kdave/for-next (1e5f18740238 Merge branch 'for-next-current-v= 4.19-20180817' into for-next-20180817) Merging ceph/master (0fcf6c02b205 ceph: don't drop message if it contains m= ore data than expected) Merging cifs/for-next (7753e38286d2 cifs: update internal module version nu= mber for cifs.ko to 2.12) Merging configfs/for-next (cc57c07343bd configfs: fix registered group remo= val) Merging ecryptfs/next (5dcea554d5ce eCryptfs: fix a couple type promotion b= ugs) Merging ext3/for_next (7b6924d94a60 fs/quota: Fix spectre gadget in do_quot= actl) Merging ext4/dev (863c37fcb14f ext4: remove unneeded variable "err" in ext4= _mb_release_inode_pa()) Merging f2fs/dev (899fbc33fd77 Merge tag 'platform-drivers-x86-v4.19-1' of = git://git.infradead.org/linux-platform-drivers-x86) Merging fuse/for-next (963545357202 fuse: reduce allocation size for splice= _write) Merging jfs/jfs-next (bd646104ac5a jfs: use time64_t for otime) Merging nfs/linux-next (94710cac0ef4 Linux 4.18) Merging nfs-anna/linux-next (0af4c8be97a1 pNFS: Remove unwanted optimisatio= n of layoutget) Merging nfsd/nfsd-next (108b833cde9c sunrpc: Add comment defining gssd upca= ll API keywords) Merging orangefs/for-next (e1b437691a62 orangefs: remove redundant pointer = orangefs_inode) Merging overlayfs/overlayfs-next (989974c80457 ovl: Enable metadata only fe= ature) Merging ubifs/linux-next (99a24e02ccf6 ubifs: Set default assert action to = read-only) Merging v9fs/9p-next (edcd9d977354 net/9p/trans_virtio.c: add null terminal= for mount tag) Merging xfs/for-next (7d5e049e72c4 iomap: fix WARN_ON_ONCE on uninitialized= variable) Merging file-locks/locks-next (10f3e23f07cb Merge tag 'ext4_for_linus' of g= it://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4) Merging vfs/for-next (851ac0e8b7d6 Merge branch 'work.mount' into for-next) CONFLICT (content): Merge conflict in include/linux/fs.h Applying: vfs: samples: fix up for HOSTLOADLIBES rename Merging vfs-miklos/next (0eb8af4916a5 vfs: use helper for calling f_op->fsy= nc()) Merging printk/for-next (a4322becd21e Merge branch 'for-4.19-nmi' into for-= next) Merging pci/next (fa687fb9ced4 Merge branch 'remotes/lorenzo/pci/vmd') Merging pstore/for-next/pstore (1021bcf44d0e pstore: add zstd compression s= upport) Merging hid/for-next (872d1282470b Merge branch 'for-4.19/intel-ish' into f= or-next) Merging i2c/i2c/for-next (e6639d5dbfe1 Merge branch 'i2c/for-4.19' into i2c= /for-next) Merging dmi/master (7f73745fec52 firmware: dmi: Add access to the SKU ID st= ring) Merging hwmon-staging/hwmon-next (4afec79f652b hwmon: (adt7475) Change show= functions to return error data correctly) Merging jc_docs/docs-next (3d83d3188460 Documentation: corrections to conso= le/console.txt) Merging v4l-dvb/master (da2048b7348a Revert "media: vivid: shut up warnings= due to a non-trivial logic") Merging v4l-dvb-next/master (f10379aad39e media: include/video/omapfb_dss.h= : use IS_ENABLED()) Merging fbdev/fbdev-for-next (f39684524b39 Documentation/fb: corrections fo= r fbcon.txt) Merging pm/linux-next (7552a8df4a47 Merge branch 'acpi-config' into linux-n= ext) Merging cpupower/cpupower (ce397d215ccd Linux 4.18-rc1) Merging idle/next (8a5776a5f498 Linux 4.14-rc4) Merging opp/opp/linux-next (c5c2a97b3ac7 PM / OPP: Update voltage in case f= req =3D=3D old_freq) Merging thermal/next (d7a4303b8d1f dt-bindings: thermal: Allow multiple dev= ices to share cooling map) Merging thermal-soc/next (152395fd03d4 thermal: of-thermal: disable passive= polling when thermal zone is disabled) Merging ieee1394/for-next (188775181bc0 firewire-ohci: work around oversize= d DMA reads on JMicron controllers) Merging dlm/next (da3627c30d22 dlm: remove O_NONBLOCK flag in sctp_connect_= to_sock) Merging swiotlb/linux-next (4855c92dbb7b xen-swiotlb: fix the check conditi= on for xen_swiotlb_free_coherent) Merging rdma/for-next (0a3173a5f09b Merge branch 'linus/master' into rdma.g= it for-next) Merging net-next/master (2ad0d5269970 Merge git://git.kernel.org/pub/scm/li= nux/kernel/git/davem/net) Merging bpf-next/master (9a76aba02a37 Merge git://git.kernel.org/pub/scm/li= nux/kernel/git/davem/net-next) Merging ipsec-next/master (ba7f4b3a3810 xfrm: Make function xfrmi_get_link_= net() static) Merging mlx5-next/mlx5-next (664000b6bb43 net/mlx5: Add support for flow ta= ble destination number) Merging netfilter-next/master (2ad0d5269970 Merge git://git.kernel.org/pub/= scm/linux/kernel/git/davem/net) Merging nfc-next/master (1f008cfec5d5 NFC: fdp: Fix unused variable warning= s) Merging ipvs-next/master (26a1ccc6c117 bpf: test: fix spelling mistake "REU= SEEPORT" -> "REUSEPORT") Merging wireless-drivers-next/master (209b43759d65 ssb: Remove SSB_WARN_ON,= SSB_BUG_ON and SSB_DEBUG) Merging bluetooth/master (d394a784f62f Bluetooth: Remove unnecessary smp_mb= __{before,after}_atomic) Merging mac80211-next/master (3a9536e5e459 mac80211_hwsim: Fix possible Spe= ctre-v1 for hwsim_world_regdom_custom) Merging gfs2/for-next (f5580d0f8bf6 gfs2: eliminate update_rgrp_lvb_unlinke= d) Merging mtd/mtd/next (9805d4bcf8f9 mtd: rawnand: atmel: Select GENERIC_ALLO= CATOR) Merging nand/nand/next (ed128e8b757b MAINTAINERS: drop Wenyou Yang from Atm= el NAND driver support) Merging spi-nor/spi-nor/next (bb276262e88d mtd: spi-nor: only apply reset h= acks to broken hardware) Merging crypto/master (22240df7ac6d crypto: arm64/ghash-ce - implement 4-wa= y aggregation) Merging drm/drm-next (8f13b60756a1 Merge branch 'drm-next-4.19' of git://pe= ople.freedesktop.org/~agd5f/linux into drm-next) Merging drm-panel/drm/panel/for-next (e4bac408b084 drm/panel: simple: Add s= upport for Winstar WF35LTIACD) Merging drm-intel/for-linux-next (2693efd99cad drm/i915/audio: Hook up comp= onent bindings even if displays are disabled) Merging drm-tegra/drm/tegra/for-next (6134534ca24f drm/tegra: Add kerneldoc= for UAPI) Merging drm-misc/for-linux-next (25da75043f86 drm/edid: Add 6 bpc quirk for= SDC panel in Lenovo B50-80) Merging drm-msm/msm-next (546907de9952 drm/msm: a6xx: fix spelling mistake:= "initalization" -> "initialization") Merging hdlcd/for-upstream/hdlcd (d664b851eb2b drm/arm/hdlcd: Reject atomic= commits that disable only the plane) Merging mali-dp/for-upstream/mali-dp (e368fc75c190 drm/arm/malidp: Added th= e late system pm functions) Merging sunxi-drm/sunxi-drm/for-next (7dafb83edd32 Merge branches 'sunxi/dr= m-fixes-for-4.13' and 'sunxi/drm-for-4.14' into sunxi-drm/for-next) Merging imx-drm/imx-drm/next (5c41bb607125 gpu: ipu-v3: add support for XRG= B32 and XBGR32 V4L2 pixel formats) Merging etnaviv/etnaviv/next (5b1474655323 drm/etnaviv: fix crash in GPU su= spend when init failed due to buffer placement) Merging kconfig/for-next (bebc6082da0a Linux 4.14) Merging regmap/for-next (94710cac0ef4 Linux 4.18) Merging sound/for-next (8a328ac1f9eb ALSA: hda/realtek - Fix HP Headset Mic= can't record) Merging sound-asoc/for-next (1545281d92f0 Merge branch 'asoc-4.19' into aso= c-next) Merging modules/modules-next (9be936f4b3a2 kernel/module: Use kmemdup to re= place kmalloc+memcpy) Merging input/next (100294cee9a9 Input: do not use WARN() in input_alloc_ab= sinfo()) Merging block/for-next (0c27b3c578ff Merge branch 'for-4.19/post' into for-= next) Merging lightnvm/for-next (1c6286f26301 lightnvm: fix some error code in pb= lk-init.c) Merging device-mapper/for-next (1e1132ea21da dm writecache: fix a crash due= to reading past end of dirty_bitmap) Merging pcmcia/pcmcia-next (c3a5307873d4 pcmcia: Use module_pcmcia_driver f= or scsi drivers) Merging mmc/next (d2332f887ddf mmc: renesas_sdhi_internal_dmac: mask DMAC i= nterrupts) Merging kgdb/kgdb-next (2cf2f0d5b91f kdb: use memmove instead of overlappin= g memcpy) Merging md/for-next (d63e2fc804c4 md/raid5: fix data corruption of replacem= ents after originals dropped) Merging mfd/for-mfd-next (d2c9281c184b mfd: madera: Add register definition= s for accessory detect) Merging backlight/for-backlight-next (633786736ed5 backlight: pwm_bl: Fix u= ninitialized variable) Merging battery/for-next (5198a4838145 Merge branch 'psy-fixes' into psy-ne= xt) Merging regulator/for-next (35050de31c32 Merge branch 'regulator-4.19' into= regulator-next) Merging security/next-testing (d83c732fffc3 Merge branch 'smack-for-4.19-a'= of https://github.com/cschaufler/next-smack into next-testing) Merging apparmor/apparmor-next (c037bd615885 apparmor: remove no-op permiss= ion check in policy_unpack) Merging integrity/next-integrity (3dd0f18c70d9 EVM: fix return value check = in evm_write_xattrs()) Merging keys/keys-next (1e684d3820d8 pkcs7: Set the module licence to preve= nt tainting) Merging selinux/next (7e4237faa721 selinux: cleanup dentry and inodes on er= ror in selinuxfs) Merging tpmdd/next (ec403d8ed08c ima: Get rid of ima_used_chip and use ima_= tpm_chip !=3D NULL instead) Merging watchdog/master (12aea518a202 watchdog: fix dependencies of menz69_= wdt.o) Merging iommu/next (6488a7f35eea Merge branches 'arm/shmobile', 'arm/renesa= s', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' int= o next) CONFLICT (content): Merge conflict in drivers/iommu/ipmmu-vmsa.c Merging dwmw2-iommu/master (d8a5b80568a9 Linux 4.15) Merging vfio/next (0dd0e297f0ec vfio-pci: Disable binding to PFs with SR-IO= V enabled) Merging trivial/for-next (75a24b822d38 kfifo: fix inaccurate comment) Merging audit/next (baa2a4fdd525 audit: fix use-after-free in audit_add_wat= ch) Merging devicetree/for-next (f11b9abc9318 Documentation: remove dynamic-res= olution-notes reference to non-existent file) Merging mailbox/mailbox-for-next (2bb7005696e2 mailbox: Add support for i.M= X messaging unit) Merging spi/for-next (d2aa98d1e493 Merge branch 'spi-4.19' into spi-next) Merging tip/auto-latest (33747b70a837 Merge branch 'perf/urgent') CONFLICT (content): Merge conflict in include/linux/kcore.h CONFLICT (content): Merge conflict in fs/proc/kcore.c Merging clockevents/clockevents/next (6bd9549d8a7d clocksource/drivers/arc_= timer: Add comments about locking while read GFRC) Merging edac/linux_next (345fb0a9a634 Merge tag 'edac_for_4.11' of git://gi= t.kernel.org/pub/scm/linux/kernel/git/bp/bp) Merging edac-amd/for-next (190bd6e98afc EDAC, sb_edac: Add support for syst= ems with segmented PCI buses) Merging irqchip/irq/irqchip-next (4110b5cbb014 irqchip/gic-v3: Allow interr= upt to be configured as wake-up sources) Merging ftrace/for-next (bb730b5833b5 tracing: Fix SPDX format headers to u= se C++ style comments) Merging rcu/rcu/next (d57fa29ddc3c Merge LKMM and RCU commits) Merging kvm/linux-next (0027ff2a75f9 KVM: VMX: fixes for vmentry_l1d_flush = module parameter) Merging kvm-arm/next (976d34e2dab1 KVM: arm/arm64: Skip updating PTE entry = if no change) Merging kvm-mips/next (dc44abd6aad2 KVM: MIPS/Emulate: Properly implement T= LBR for T&E) Merging kvm-ppc/kvm-ppc-next (46dec40fb741 KVM: PPC: Book3S HV: Don't trunc= ate HPTE index in xlate function) Merging kvms390/next (237584619366 Merge tag 'hlp_stage1' of git://git.kern= el.org/pub/scm/linux/kernel/git/kvms390/linux into kvms390/next) Merging xen-tip/linux-next (75f2d3a0cef5 x86/xen: enable early use of set_f= ixmap in 32-bit Xen PV guest) Merging percpu/for-next (b3a5d1119944 percpu_ref: Update doc to dissuade us= ers from depending on internal RCU grace periods) Merging workqueues/for-next (87915adc3f0a workqueue: re-add lockdep depende= ncies for flushing) Merging drivers-x86/for-next (9bd5196e5cf7 platform/x86: acer-wmi: Silence = "unsupported" message a bit) Merging chrome-platform/for-next (40291fb75123 Merge tag 'ib-platform-chrom= e-mfd-move-cros-ec-transport-for-4.19' into working-branch-for-4.19) Merging hsi/for-next (ce397d215ccd Linux 4.18-rc1) Merging leds/for-next (2224f2ff9670 leds: ns2: Change unsigned to unsigned = int) Merging ipmi/for-next (d1f01cfd749a ipmi: Convert pr_xxx() to dev_xxx() in = the BT code) Merging driver-core/driver-core-next (815f0ddb346c include/linux/compiler*.= h: make compiler-*.h mutually exclusive) Merging usb/usb-next (815f0ddb346c include/linux/compiler*.h: make compiler= -*.h mutually exclusive) Merging usb-gadget/next (4ea438da76f4 usb: dwc3: gadget: Check MaxPacketSiz= e from descriptor) Merging usb-serial/usb-next (c8acfe0aadbe USB: serial: cp210x: implement GP= IO support for CP2102N) Merging usb-chipidea-next/ci-for-usb-next (ba0ab35a81de usb: chipidea: tegr= a: Use aligned DMA on Tegra114/124) Merging phy-next/next (ec14b83a1ee4 phy: mvebu-cp110-comphy: switch to SPDX= identifier) Merging tty/tty-next (815f0ddb346c include/linux/compiler*.h: make compiler= -*.h mutually exclusive) Merging char-misc/char-misc-next (815f0ddb346c include/linux/compiler*.h: m= ake compiler-*.h mutually exclusive) Merging extcon/extcon-next (838588289b76 extcon: maxim: Add SPDX license id= entifiers) Merging staging/staging-next (815f0ddb346c include/linux/compiler*.h: make = compiler-*.h mutually exclusive) Merging mux/for-next (2c01260df661 mux: add mux_control_get_optional() API) Merging slave-dma/next (39245da8313d Merge branch 'topic/owl' into next) Merging cgroup/for-next (e4f8d81c738d cgroup/tracing: Move taking of spin l= ock out of trace event handlers) Merging scsi/for-next (714d7fe777fc Merge branch 'misc' into for-next) CONFLICT (content): Merge conflict in drivers/scsi/qla2xxx/qla_init.c Merging scsi-mkp/for-next (51372570ac3c scsi: core: use blk_mq_run_hw_queue= s in scsi_kick_queue) Merging target-updates/for-next (1c130ae00b76 iscsi-target: make sure to wa= ke up sleeping login worker) Merging target-bva/for-next (60cc43fc8884 Linux 4.17-rc1) Merging libata/for-next (226085a6970d Merge branch 'for-4.19' into for-next) Merging vhost/linux-next (1e05b62ae4bd sh: use the the PCI channels's io_ma= p_base) Merging rpmsg/for-next (326792e0d262 Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (a5ec96ddfd55 gpio: it87: Add support for IT8613) Merging pinctrl/for-next (c2944a9a09a2 pinctrl: nomadik: silence uninitiali= zed variable warning) Merging pinctrl-samsung/for-next (b3793159249b dt-bindings: pinctrl: samsun= g: Add SPDX license identifier) Merging pwm/for-next (8cdc43afbb2c pwm: mediatek: Add MT7628 support) Merging userns/for-next (82c9a927bc5d getxattr: use correct xattr length) Merging ktest/for-next (6cd110a91f52 ktest: Take submenu into account for g= rub2 menus) Merging random/dev (9a47249d444d random: Make crng state queryable) Merging aio/master (2a8a98673c13 fs: aio: fix the increment of aio-nr and c= ounting against aio-max-nr) Merging kselftest/next (01675e9503c4 selftests/ftrace: Fix kprobe string te= stcase to not probe notrace function) Merging y2038/y2038 (562bdf7f95ae y2038: provide aliases for compat helpers) Merging livepatching/for-next (c72a7f515329 Merge branch 'for-4.18/upstream= ' into for-next) Merging coresight/next (a154bd6aec53 coresight: etm-perf: Add support for E= TR backend) Merging rtc/rtc-next (6b583a64fd1e rtc: ds1307: simplify hwmon config) Merging nvdimm/libnvdimm-for-next (af429e33d308 Merge branch 'for-4.19/dax-= memory-failure' into libnvdimm-for-next) CONFLICT (content): Merge conflict in arch/x86/kernel/cpu/mcheck/mce.c Merging at24/at24/for-next (a2b3bf4846e5 eeprom: at24: Add support for addr= ess-width property) Merging ntb/ntb-next (b1ce023ae8a2 ntb_netdev: fix sleep time mismatch) Merging kspp/for-next/kspp (43bd0619727c Merge branch 'for-next/gcc-plugin-= infrastructure' into for-next/kspp) Merging init_task/init_task (e1e871aff3de Expand INIT_STRUCT_PID and remove) Merging cisco/for-next (ce397d215ccd Linux 4.18-rc1) Merging xarray/xarray (8d7cf3e16ed4 radix tree: Remove radix_tree_clear_tag= s) CONFLICT (content): Merge conflict in mm/memory-failure.c CONFLICT (content): Merge conflict in fs/dax.c CONFLICT (content): Merge conflict in arch/x86/kernel/cpu/mcheck/mce.c CONFLICT (content): Merge conflict in MAINTAINERS Merging fsi/master (15e2a7218c27 fsi: sbefifo: Bump max command length) Merging siox/siox/next (1e4b044d2251 Linux 4.18-rc4) Merging ida/ida (e204222244f0 ida: Convert to XArray) Merging akpm-current/current (6aae038089fd bfs: add sanity check at bfs_fil= l_super()) CONFLICT (content): Merge conflict in include/linux/sched.h $ git checkout -b akpm remotes/origin/akpm/master Applying: vfs: replace current_kernel_time64 with ktime equivalent Applying: drivers/media/platform/sti/delta/delta-ipc.c: fix read buffer ove= rflow Merging akpm/master (bb1c3f665bdb drivers/media/platform/sti/delta/delta-ip= c.c: fix read buffer overflow) --Sig_/YYvXS+ViuDdT9Ag4nclBACL Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAlt/gy0ACgkQAVBC80lX 0Gy+DQf/eBb42KQNuJtH2ncEJfaT8Bu9QF6ujaL6RtuSe+WTDXcAI7DMc3sUWspE Rs1TgAkvH4QAiK85Q7zeL/GyEt+HQxidold3vdHx7Sreo7X3VCnT8Po4vot2s/CA DIaGOAGjzBa/Q6exq0Knr4eG5aK4C1nfiXp80PQ341D4mhVs5BVpDMD8pA4Q6Xyt BjozCqkLOlfcu+6Gwjs9MMdaJwR7DcIjPSA7qANRNck09Vph6FhTOsptrhLgvsIf Ot6AWgrxxiEDayXL697l/Yp/cv699WLifK/YfJXb2u7JEpVUx5bxnsnunJPk3Fvy Q6qP9AXXBh7Xlx7L17+KL0SwpO4mYA== =9dGL -----END PGP SIGNATURE----- --Sig_/YYvXS+ViuDdT9Ag4nclBACL--