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 7735FC4321D for ; Mon, 20 Aug 2018 05:25:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E78A721473 for ; Mon, 20 Aug 2018 05:25:58 +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="jIbGwG0f" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E78A721473 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 S1726250AbeHTIkG (ORCPT ); Mon, 20 Aug 2018 04:40:06 -0400 Received: from ozlabs.org ([203.11.71.1]:59157 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725948AbeHTIkG (ORCPT ); Mon, 20 Aug 2018 04:40:06 -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 41v2Mg25LNz9s4s; Mon, 20 Aug 2018 15:25:51 +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=1534742751; bh=4pSi+RgaXFcthvbKMlx9gwlnIP5mJ3fLNbsiVRWSsjA=; h=Date:From:To:Cc:Subject:From; b=jIbGwG0fGXv35/znKGOmENHQ914if+C+ko4/3I1ZVuF6n4voe5jhdMdJ5LtmbuBh2 DQePEZVqCLHcVgOSFmXhKHWVU/kuYXFeMGEyxbe1Mm+N6dCY4lNXrmGJwl7iS3OW3q lVvuVgx/+pq8t6sVJvt5zjy0e1uV9mFUT4w3QYqw9QezB3P3uiBBZDea8T2O616sRL uKTj6CE3BETF9hi1Z3r6eYzCh+v4NcOiqjZo+g4F++XXWPASfy+s+W634yHfPvAo39 do0OUms6CaMlnTsgTzhXZVdEyBLu/2J2PFM+P8DNQw6PIXb2TtRHd78BF8uzqukMdE 9jhxU/HXOmkpg== Date: Mon, 20 Aug 2018 15:25:50 +1000 From: Stephen Rothwell To: Linux-Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Aug 20 Message-ID: <20180820152550.2bbc2192@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/me4t9_AH3uvsQcZfCZMbROf"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/me4t9_AH3uvsQcZfCZMbROf 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 20180817: The akpm-current tree gained conflicts against the tip tree. Non-merge commits (relative to Linus' tree): 2346 2426 files changed, 93635 insertions(+), 35418 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 286 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 (2ad0d5269970 Merge git://git.kernel.org/pub/scm/linu= x/kernel/git/davem/net) 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 (08b5fa819970 Merge branch 'for-linus' of git:= //git.kernel.org/pub/scm/linux/kernel/git/dtor/input) 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 (c1d61e7fe376 Merge tag 'scsi-fixes' of git://git.kern= el.org/pub/scm/linux/kernel/git/jejb/scsi) Merging fscrypt-current/for-stable (ae64f9bd1d36 Linux 4.15-rc2) Merging net/master (e2948e5af8ee ip6_vti: fix creating fallback tunnel devi= ce for vti6) Merging bpf/master (f6069b9aa993 bpf: fix redirect to map under tail calls) Merging ipsec/master (25432eba9cd8 openvswitch: meter: Fix setting meter id= for new entries) Merging netfilter/master (feb9f55c33e5 netfilter: nft_dynset: allow dynamic= updates of non-anonymous set) 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 (484004339d45 mac80211_hwsim: require at least one = channel) Merging rdma-fixes/for-rc (addb8a6559f0 RDMA/uverbs: Expand primary and alt= AV port checks) Merging sound-current/for-linus (250ea7c5f56e ALSA: ac97: fix unbalanced pm= _runtime_enable) 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 (08b5fa819970 Merge branch 'f= or-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input) Merging tty.current/tty-linus (08b5fa819970 Merge branch 'for-linus' of git= ://git.kernel.org/pub/scm/linux/kernel/git/dtor/input) Merging usb.current/usb-linus (08b5fa819970 Merge branch 'for-linus' of git= ://git.kernel.org/pub/scm/linux/kernel/git/dtor/input) 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 (08b5fa819970 Merge branch 'for-linus= ' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input) Merging char-misc.current/char-misc-linus (3d27c4de8d4f Revert "uio: use re= quest_threaded_irq instead") 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 (a2eed33dcdb7 ide: mark expected switch fall-throughs) 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 omap-fixes/fixes (0aa5348bf8c9 arm: dts: am4372: setup rtc as syste= m-power-controller) Merging kvm-fixes/master (63aff65573d7 kvm: x86: vmx: fix vpid leak) 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 (0b7162742121 Merge branch 'for-next-current= -v4.18-20180717' 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 (3b1074bf9817 mmc: mxcmmc: Fix missing parentheses = and brace) 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 (78914dad3d2f export.h: remove VMLINUX_SYMBOL() and= VMLINUX_SYMBOL_STR()) 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 (f45853da06e3 Merge tag 'at91-ab-4.19-soc' of git://= git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into at91-next) 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 (724d2da5ebca h8300: Add missing output register.) 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 (9fe37714c13c microblaze: delete wrong comment abou= t machine_early_init) Merging mips/mips-next (bba2c7385248 MIPS: Workaround GCC __builtin_unreach= able reordering bug) Merging nds32/next (efd00fbeec82 nds32: add NULL entry to the end of_device= _id array) Merging nios2/for-next (3d9644ef9a0f nios2: Use read_persistent_clock64() i= nstead of read_persistent_clock()) Merging openrisc/for-next (5600779ea5f3 openrisc: use generic dma_noncohere= nt_ops) Merging parisc-hd/for-next (9e0d5c451f9e parisc: Consolidate unwind initial= ization calls) Merging powerpc/next (a2dc009afa9a powerpc/mm/book3s/radix: Add mapping sta= tistics) 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 (627672cf431b dt-bindings: interrupt-controller: Si= Five Plaform Level Interrupt Controller) Merging s390/features (28b7465376b9 s390/kdump: Remove kzalloc_panic) 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 (5ec9121195a4 um: Fix raw interface options) Merging xtensa/xtensa-for-next (f0f84837c6da xtensa: rework noMMU cache att= ributes initialization) 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 (eeeb8acbfad2 number of iovs in smb3.1.1 open could o= verflow) 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 (6aee47d7f61e Pull in fsnotify cleanups from Amir and= new inotify IN_MASK_CREATE flag support.) Merging ext4/dev (863c37fcb14f ext4: remove unneeded variable "err" in ext4= _mb_release_inode_pa()) Merging f2fs/dev (58591a4b5735 f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2= fs_gc) CONFLICT (content): Merge conflict in fs/f2fs/data.c 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 (6c9c168be0c2 pNFS/flexfiles: ff_layout_pg_init= _read should exit on error) Merging nfsd/nfsd-next (df02211afe8e NFSD stop ongoing async copies on clie= nt shutdown) Merging orangefs/for-next (e1b437691a62 orangefs: remove redundant pointer = orangefs_inode) Merging overlayfs/overlayfs-next (9475938ce8cf ovl: set I_CREATING on inode= being created) 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 (24979defe7ce 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 (3c0f4de9fd61 Merge branch 'i2c/for-current' 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 (fa4b5c46cddb Merge branch 'pm-cpuidle' into linux-ne= xt) Merging cpupower/cpupower (1d83ddc13680 cpupower: change strncpy+truncation= to strlcpy) 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 (5043f06ecec6 MAINTAINERS: Add Daniel Lezcano as desig= nated reviewer for thermal) Merging thermal-soc/next (84b64de597bc thermal: armada: fix copy-paste erro= r in armada_thermal_probe()) 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 (d01e12dd3f42 Merge branch 'linus' of git://git.ker= nel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal) 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 (26a1ccc6c117 bpf: test: fix spelling mistake= "REUSEEPORT" -> "REUSEPORT") 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 (9a76aba02a37 Merge git://git.kernel.org/pub/scm/l= inux/kernel/git/davem/net-next) 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 (3d63a3c14741 Merge tag 'drm-msm-next-2018-08-10' of g= it://people.freedesktop.org/~robclark/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 (4795ac626a2f Merge tag 'gvt-next-fixes-20= 18-08-14' of https://github.com/intel/gvt-linux into drm-intel-next-fixes) Merging drm-tegra/drm/tegra/for-next (6134534ca24f drm/tegra: Add kerneldoc= for UAPI) Merging drm-misc/for-linux-next (4acd8d01a239 MAINTAINERS: drm-misc: Change= seanpaul's email address) 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 (250ea7c5f56e ALSA: ac97: fix unbalanced pm_runtime_= enable) 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 (9dd1947c690d 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 (7f38abf220e2 mmc: core: improve reasonableness of bus wid= th setting for HS400es) 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) CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/intel_display.h CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/Kconfig CONFLICT (content): Merge conflict in MAINTAINERS 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) CONFLICT (content): Merge conflict in MAINTAINERS 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 (24b87a16fee0 apparmor: Fix failure to audit= context info in build_change_hat) 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') 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 (f3b28362b683 irqchip/s3c24xx: Remove unne= eded comparison of unsigned long to 0) Merging ftrace/for-next (bb730b5833b5 tracing: Fix SPDX format headers to u= se C++ style comments) CONFLICT (content): Merge conflict in kernel/events/uprobes.c Merging rcu/rcu/next (d57fa29ddc3c Merge LKMM and RCU commits) Merging kvm/linux-next (fd8ca6dac9b4 KVM/x86: Use CC_SET()/CC_OUT in arch/x= 86/kvm/vmx.c) Applying: kvm: x86: fix semantic conflict in platform init Merging kvm-arm/next (976d34e2dab1 KVM: arm/arm64: Skip updating PTE entry = if no change) CONFLICT (content): Merge conflict in include/uapi/linux/kvm.h CONFLICT (content): Merge conflict in arch/arm64/include/asm/cpucaps.h Merging kvm-mips/next (dc44abd6aad2 KVM: MIPS/Emulate: Properly implement T= LBR for T&E) Merging kvm-ppc/kvm-ppc-next (c066fafc595e KVM: PPC: Book3S HV: Use correct= pagesize in kvm_unmap_radix()) 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 (ef9cd8bae146 xen/ACPI: don't upload Px/Cx data = for disabled processors) Merging percpu/for-next (b3a5d1119944 percpu_ref: Update doc to dissuade us= ers from depending on internal RCU grace periods) Merging workqueues/for-next (66448bc274ca workqueue: move function definiti= ons within CONFIG_SMP block) Merging drivers-x86/for-next (340fd4cff43f platform/x86: intel_punit_ipc: f= ix build errors) 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 (a4fb7ddc6356 ipmi: kcs_bmc: don't change device name) Merging driver-core/driver-core-next (08b5fa819970 Merge branch 'for-linus'= of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input) Merging usb/usb-next (08b5fa819970 Merge branch 'for-linus' of git://git.ke= rnel.org/pub/scm/linux/kernel/git/dtor/input) 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 (08b5fa819970 Merge branch 'for-linus' of git://git.ke= rnel.org/pub/scm/linux/kernel/git/dtor/input) Merging char-misc/char-misc-next (128f38041035 android: binder: Rate-limit = debug and userspace triggered err msgs) Merging extcon/extcon-next (838588289b76 extcon: maxim: Add SPDX license id= entifiers) Merging staging/staging-next (08b5fa819970 Merge branch 'for-linus' of git:= //git.kernel.org/pub/scm/linux/kernel/git/dtor/input) 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 (cc28cd5c6181 Merge branch 'for-4.19' into for-next) Merging vhost/linux-next (89da619bc18d virtio_balloon: fix another race bet= ween migration and ballooning) 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 (19ad2b75c643 pwm: mxs: Switch to SPDX identifier) Merging userns/for-next (84fe4cc09abc signal: Don't send signals to tasks t= hat don't exist) 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 (e264abeaf9da pstore: Remove bogus format string defini= tion) 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 (9103365c3acd libnvdimm: fix ars_status o= utput length calculation) 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 (31a5f9d04cd8 Merge branch 'for-next/gcc-plugin/= stackleak' 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 fs/dax.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) Applying: partial revert of no longer needed kvm merge fix Merging akpm-current/current (49e227e039e5 ipc/util.c: update return value = of ipc_getref from int to bool) CONFLICT (content): Merge conflict in include/linux/sched.h CONFLICT (content): Merge conflict in include/linux/kcore.h CONFLICT (content): Merge conflict in fs/proc/kcore.c CONFLICT (content): Merge conflict in drivers/md/bcache/util.h CONFLICT (content): Merge conflict in drivers/md/bcache/Kconfig Applying: fixup for bit.h/bitops.h merge Applying: merge fix up for "signal: Pass pid type into group_send_sig_info" $ git checkout -b akpm remotes/origin/akpm/master Applying: drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_t Applying: fs/afs: use new return type vm_fault_t Applying: treewide: correct "differenciate" and "instanciate" typos Applying: fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds Applying: mm/util: make strndup_user description a kernel-doc comment Applying: mm/util: add kernel-doc for kvfree Applying: docs/core-api: kill trailing whitespace in kernel-api.rst Applying: docs/core-api: move *{str,mem}dup* to "String Manipulation" Applying: docs/core-api: split memory management API to a separate file Applying: docs/mm: make GFP flags descriptions usable as kernel-doc Applying: docs/core-api: mm-api: add section about GFP flags Applying: drivers/gpu/drm/gma500/: change return type to vm_fault_t Applying: treewide: convert ISO_8859-1 text comments to utf-8 Applying: s390: ebcdic: convert comments to UTF-8 Applying: lib/fonts: convert comments to utf-8 Applying: mm: Change return type int to vm_fault_t for fault handlers Applying: mm-change-return-type-int-to-vm_fault_t-for-fault-handlers-fix 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 (635ab8038966 drivers/media/platform/sti/delta/delta-ip= c.c: fix read buffer overflow) --Sig_/me4t9_AH3uvsQcZfCZMbROf Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAlt6UN4ACgkQAVBC80lX 0Gx6AAf/VguJb+bgGUCSf6418nOa+JqjanfBdvty4cJklGUcwShkXFGkOdsCtNzK csCg6/eIYwJXQxzmMrR37p3+VdfGinnidEGauqHrVZM0ywRKnMxhP2q8Js8Ogbq2 wX/ysoDYCmLLni2qQTSdXfNteZ7tGbPFzlQYakm5vq48gWnTId7C9k25WV1m9lwK PMxsnxUJPeM/uymMpZgt5Y7ICB2wEuo80L6dbauFxYBxHWUdo7+c2NKiEQzIExyj 2rNIiEi1BVguWynIlvYCPPgzirCyafJxAIA5xZrM+DkrtBqQjnsKL32WgczFflzW Ufz+PyiyyVWiBzyl/ag6FH5U4pOHiQ== =+JFH -----END PGP SIGNATURE----- --Sig_/me4t9_AH3uvsQcZfCZMbROf--