From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,LOCALPART_IN_SUBJECT, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93C24C3A5A6 for ; Fri, 30 Aug 2019 14:36:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3C33423407 for ; Fri, 30 Aug 2019 14:36:23 +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="qZq+iuYg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727968AbfH3OgW (ORCPT ); Fri, 30 Aug 2019 10:36:22 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:52683 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727434AbfH3OgV (ORCPT ); Fri, 30 Aug 2019 10:36:21 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 46Khqg40D8z9sBp; Sat, 31 Aug 2019 00:36:15 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1567175775; bh=av6dKYIdaldTjQGhgadn6JL0aFdXlu/fCnBuk0Sj804=; h=Date:From:To:Cc:Subject:From; b=qZq+iuYgDPHP7Nj4vT1uxmId3+0EiL5hM/m39R2A5NtfK53ncqIaQ5OJhePME4UCY VwzJBlsZ8IoYoAWR53VIfDREswzQfsdrQ+bin81fNTirXTh7Oxbg3UIM1HvzS5QrbL abLqmY7Dgf8gOqZ4KKyoq9uKmpJ/HBaOaz4ZUMTfCuJH0hcOSKCra0jXEsMwv2ZEZ1 JYEHm5rW3C30CSuzA6v/zRO2J5tVT7o3JoFLnGv4dKQQW5YCyk7znYiySEYfrvCjUs L65fwCGubH0aPVXEjK7fpOM8Lyiw5TAH+xrsHsABsX+ckDv5vtg2SkUyju5MTbjlos h4ZWkXXTF1lOQ== Date: Sat, 31 Aug 2019 00:36:13 +1000 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Aug 30 Message-ID: <20190831003613.7540b2d7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/45WPJfX.0W8iaz/Yy0.ELO5"; 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_/45WPJfX.0W8iaz/Yy0.ELO5 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20190829: The compiler-attributes tree gained a build failure for which I reverted a commit. The arm-soc tree gained a conflict against the arm tree. The csky tree gained a conflict against the dma-mapping tree. The fuse tree gained a conflict against the fsverity tree. The vfs tree gained conflicts against the fuse tree. The pci tree gained a build failure for which I revereted a commit. The net-next tree still had its build failure for which I applied a patch. It also gained a conflict against the net tree. The regulator tree still has its build failure for which I reverted a commit. The keys tree still has its build failure so I used the version from next-20190828. The driver-core tree lost its build failure. The staging tree got conflicts against the net-next and usb trees. The akpm-current tree gained a build failure due to an interaction with the hmm tree for which I applied a patch. Non-merge commits (relative to Linus' tree): 9466 9413 files changed, 555356 insertions(+), 261974 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 310 trees (counting Linus' and 77 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 (4a64489cf8e2 Merge tag 'Wimplicit-fallthrough-5.3-rc= 7' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux) Merging fixes/master (609488bc979f Linux 5.3-rc2) Merging kbuild-current/fixes (451577f3e3a9 Merge tag 'kbuild-fixes-v5.3-3' = of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild) Merging arc-current/for-curr (2f029413cbfb arc: prefer __section from compi= ler_attributes.h) Merging arm-current/fixes (5b3efa4f1479 ARM: 8901/1: add a criteria for pfn= _valid of arm) Merging arm-soc-fixes/arm/fixes (7a6c9dbb36a4 soc: ixp4xx: Protect IXP4xx S= oC drivers by ARCH_IXP4XX || COMPILE_TEST) Merging arm64-fixes/for-next/fixes (82e40f558de5 KVM: arm/arm64: vgic-v2: H= andle SGI bits in GICD_I{S,C}PENDR0 as WI) Merging m68k-current/for-linus (f28a1f16135c m68k: Don't select ARCH_HAS_DM= A_PREP_COHERENT for nommu or coldfire) Merging powerpc-fixes/fixes (b9ee5e04fd77 powerpc/64e: Drop stale call to s= mp_processor_id() which hangs SMP startup) Merging s390-fixes/fixes (d45331b00ddb Linux 5.3-rc4) Merging sparc/master (038029c03e21 sparc: remove unneeded uapi/asm/statfs.h) Merging fscrypt-current/for-stable (ae64f9bd1d36 Linux 4.15-rc2) Merging net/master (189308d5823a sky2: Disable MSI on yet another ASUS boar= ds (P6Xxxx)) Merging bpf/master (ede7c460b1da bpf: handle 32-bit zext during constant bl= inding) Merging ipsec/master (769a807d0b41 xfrm: policy: avoid warning splat when m= erging nodes) Merging netfilter/master (de20900fbe1c netfilter: nf_flow_table: clear skb = tstamp before xmit) Merging ipvs/master (58e8b37069ff Merge branch 'net-phy-dp83867-add-some-fi= xes') Merging wireless-drivers/master (5a8c31aa6357 iwlwifi: pcie: fix recognitio= n of QuZ devices) Merging mac80211/master (f8b43c5cf4b6 mac80211: Correctly set noencrypt for= PAE frames) Merging rdma-fixes/for-rc (c536277e0db1 RDMA/siw: Fix 64/32bit pointer inco= nsistency) Merging sound-current/for-linus (333f31436d3d ALSA: hda - Fix potential end= less loop at applying quirks) Merging sound-asoc-fixes/for-linus (f382a7452a99 Merge branch 'asoc-5.3' in= to asoc-linus) Merging regmap-fixes/for-linus (0161b8716465 Merge branch 'regmap-5.3' into= regmap-linus) Merging regulator-fixes/for-linus (8024a93ea4dd Merge branch 'regulator-5.3= ' into regulator-linus) Merging spi-fixes/for-linus (7f83dd1551c5 Merge branch 'spi-5.3' into spi-l= inus) Merging pci-current/for-linus (7bafda88de20 Documentation PCI: Fix pciebus-= howto.rst filename typo) Merging driver-core.current/driver-core-linus (d45331b00ddb Linux 5.3-rc4) Merging tty.current/tty-linus (d45331b00ddb Linux 5.3-rc4) Merging usb.current/usb-linus (1426bd2c9f7e USB: cdc-wdm: fix race between = write and disconnect due to flag abuse) Merging usb-gadget-fixes/fixes (4a56a478a525 usb: gadget: mass_storage: Fix= races between fsg_disable and fsg_set_alt) Merging usb-serial-fixes/usb-linus (d1abaeb3be7b Linux 5.3-rc5) Merging usb-chipidea-fixes/ci-for-usb-stable (16009db47c51 usb: chipidea: u= dc: workaround for endpoint conflict issue) Merging phy/fixes (609488bc979f Linux 5.3-rc2) Merging staging.current/staging-linus (d1abaeb3be7b Linux 5.3-rc5) Merging char-misc.current/char-misc-linus (8919dfcb3116 fsi: scom: Don't ab= ort operations for minor errors) Merging soundwire-fixes/fixes (d1abaeb3be7b Linux 5.3-rc5) Merging thunderbolt-fixes/fixes (a55aa89aab90 Linux 5.3-rc6) Merging input-current/for-linus (849f5ae3a513 Input: iforce - add sanity ch= ecks) Merging crypto-current/master (5871cd93692c crypto: ccp - Ignore unconfigur= ed CCP device on suspend/resume) Merging ide/master (baf6722aa0cb ide: Use dev_get_drvdata where possible) Merging vfio-fixes/for-linus (5715c4dd66a3 vfio/mdev: Synchronize device cr= eate/remove with parent removal) Merging kselftest-fixes/fixes (fbb01c52471c selftests/livepatch: push and p= op dynamic debug config) Merging modules-fixes/modules-linus (be71eda5383f module: Fix display of wr= ong module .text address) Merging slave-dma-fixes/fixes (962411b05a6d dmaengine: ti: omap-dma: Add cl= eanup in omap_dma_probe()) Merging backlight-fixes/for-backlight-fixes (e93c9c99a629 Linux 5.1) Merging mtd-fixes/mtd/fixes (dc9cfd269222 mtd: hyperbus: fix dependency and= build error) Merging mfd-fixes/for-mfd-fixes (4d82fa67dd6b mfd: rk808: Make PM function = declaration static) Merging v4l-dvb-fixes/fixes (63ad05e36ec5 media: cec-notifier: clear cec_ad= ap in cec_notifier_unregister) Merging reset-fixes/reset/fixes (a71dcd3757e2 reset: remove redundant null = check on pointer dev) Merging mips-fixes/mips-fixes (74034a09267c MIPS: BCM63XX: Mark expected sw= itch fall-through) Merging at91-fixes/at91-fixes (5f9e832c1370 Linus 5.3-rc1) Merging omap-fixes/fixes (4a65bbb9109e soc: ti: pm33xx: Make two symbols st= atic) Merging kvm-fixes/master (75ee23b30dc7 KVM: x86: Don't update RIP or do sin= gle-step on faulting emulation) Merging kvms390-fixes/master (a86cb413f4bf KVM: s390: Do not report unusabl= ed IDs via KVM_CAP_MAX_VCPU_ID) Merging hwmon-fixes/hwmon (c4bd7a9ca612 hwmon (coretemp) Fix a memory leak = bug) Merging nvdimm-fixes/libnvdimm-fixes (dcbce3cd20be libnvdimm/pfn: Fix names= pace creation on misaligned addresses) Merging btrfs-fixes/next-fixes (2384eefd74b8 Merge branch 'misc-5.3' into n= ext-fixes) Merging vfs-fixes/fixes (e272d4fb74d6 configfs: fix a deadlock in configfs_= symlink()) Merging dma-mapping-fixes/for-linus (33dcb37cef74 dma-mapping: fix page att= ributes for dma_mmap_*) Merging i3c-fixes/master (6fbc7275c7a9 Linux 5.2-rc7) Merging drivers-x86-fixes/fixes (d45331b00ddb Linux 5.3-rc4) Merging samsung-krzk-fixes/fixes (5f9e832c1370 Linus 5.3-rc1) Merging pinctrl-samsung-fixes/pinctrl-fixes (5f9e832c1370 Linus 5.3-rc1) Merging devicetree-fixes/dt/linus (83f82d7a4258 of: irq: fix a trivial typo= in a doc comment) Merging scsi-fixes/fixes (77ffd3465ba8 scsi: lpfc: Mitigate high memory pre= -allocation by SCSI-MQ) Merging drm-fixes/drm-fixes (a55aa89aab90 Linux 5.3-rc6) Merging amdgpu-fixes/drm-fixes (41940ff50f6c drm/amdgpu: fix GFXOFF on Pica= sso and Raven2) Merging drm-intel-fixes/for-linux-next-fixes (32f0a982650b drm/i915: Call d= ma_set_max_seg_size() in i915_driver_hw_probe()) Merging mmc-fixes/fixes (b00c74647e7e mmc: sdhci-cadence: enable v4_mode to= fix ADMA 64-bit addressing) Merging rtc-fixes/rtc-fixes (5f9e832c1370 Linus 5.3-rc1) Merging gnss-fixes/gnss-linus (f2c7c76c5d0a Linux 5.2-rc3) Merging hyperv-fixes/hyperv-fixes (a9fc4340aee0 Drivers: hv: vmbus: Fix vir= t_to_hvpfn() for X86_PAE) Merging soc-fsl-fixes/fix (5674a92ca4b7 soc/fsl/qe: Fix an error code in qe= _pin_request()) Merging risc-v-fixes/fixes (a256f2e329df RISC-V: Fix FIXMAP area corruption= on RV32 systems) Merging pidfd-fixes/fixes (d45331b00ddb Linux 5.3-rc4) Merging fpga-fixes/fixes (dec43da46f63 fpga: altera-ps-spi: Fix getting of = optional confd gpio) Merging spdx/spdx-linus (d1abaeb3be7b Linux 5.3-rc5) Merging gpio-intel-fixes/fixes (5f9e832c1370 Linus 5.3-rc1) Merging pinctrl-intel-fixes/fixes (5f9e832c1370 Linus 5.3-rc1) Merging drm-misc-fixes/for-linux-next-fixes (807f6c8472da drm/ingenic: Hard= code panel type to DPI) Merging kspp-gustavo/for-next/kspp (8f7682192c88 dm ioctl: Use struct_size(= ) helper) Merging kbuild/for-next (e2079e93f562 kbuild: Do not enable -Wimplicit-fall= through for clang for now) Merging compiler-attributes/compiler-attributes (978335ef84ed compiler_attr= ibutes.h: add note about __section) Applying: Revert "powerpc: prefer __section and __printf from compiler_attr= ibutes.h" Merging leaks/leaks-next (9e98c678c2d6 Linux 5.1-rc1) Merging dma-mapping/for-next (db91427b6502 MIPS: document mixing "slightly = different CCAs") Merging asm-generic/master (7f3a8dff1219 asm-generic: remove ptrace.h) Merging arc/for-next (6fbc7275c7a9 Linux 5.2-rc7) Merging arm/for-next (e36b90e24fe4 Merge branches 'fixes' and 'misc' into f= or-next) Merging arm64/for-next/core (d239a8eb7137 Merge branch 'for-next/atomics' i= nto for-next/core) Merging arm-perf/for-next/perf (3724e186fead docs/perf: Add documentation f= or the i.MX8 DDR PMU) Merging arm-soc/for-next (236316d6bb48 Merge branch 'arm/fixes' into for-ne= xt) CONFLICT (modify/delete): arch/arm/mach-iop13xx/pci.c deleted in arm-soc/fo= r-next and modified in HEAD. Version HEAD of arch/arm/mach-iop13xx/pci.c le= ft in tree. $ git rm -f arch/arm/mach-iop13xx/pci.c Merging actions/for-next (fb9c1c1deb5e Merge branch 'v4.20/drivers+s900-sps= ' into next) Merging amlogic/for-next (db1564abbd33 Merge branch 'v5.4/drivers' into tmp= /aml-rebuild) Merging aspeed/for-next (ba0fdbb07d05 Merge branch 'dt-for-v5.4' into for-n= ext) Merging at91/at91-next (1069a5a3f3d8 Merge branches 'at91-soc' and 'at91-dt= ' into at91-next) Merging bcm2835/for-next (c165c01bb6f7 Merge branch 'bcm2835-dt-next' into = for-next) Merging imx-mxs/for-next (d26d83e3e1fc Merge branch 'imx/defconfig' into fo= r-next) Merging keystone/next (78145dbeaea1 Merge branch 'for_5.3/driver-soc' into = next) Merging mediatek/for-next (4ae1ce88e9a0 Merge branch 'v5.3-next/soc' into f= or-next) Merging mvebu/for-next (c8e86e4b73fd Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (345b1bdaa219 Merge branch 'omap-for-v5.4/ti-sysc-dro= p-pdata' into for-next) Merging qcom/for-next (a18aeb035b62 Merge tag 'qcom-arm64-defconfig-for-5.4= ' into all-for-5.4) Merging renesas/next (45f5d5a9e34d arm64: dts: renesas: r8a77995: draak: Fi= x backlight regulator name) Merging renesas-geert/next (a115ec27cec7 Merge branch 'renesas-dt-bindings-= for-v5.4' into renesas-next) Merging reset/reset/next (ea651ffd4f7f reset: Add DesignWare IP support to = simple reset) Merging rockchip/for-next (f1c4b612a23c Merge branch 'v5.4-armsoc/dts64' in= to for-next) Merging samsung-krzk/for-next (b2ee857b8174 Merge branch 'next/soc' into fo= r-next) Merging scmi/for-linux-next (a55aa89aab90 Linux 5.3-rc6) Merging sunxi/sunxi/for-next (15ea63583bfb Merge branch 'sunxi/dt-for-5.4' = into sunxi/for-next) Merging tegra/for-next (6290ae1fb7e2 Merge branch for-5.4/firmware into for= -next) Merging clk/clk-next (4c1fc2c811fb Merge branch 'clk-doc' into clk-next) Merging clk-samsung/for-next (a188339ca5a3 Linux 5.2-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 (4ad35c1f5638 csky: Fixup 610 vipt cache flush mech= anism) CONFLICT (content): Merge conflict in arch/csky/mm/dma-mapping.c Merging h8300/h8300-next (a5de8865cb3e h8300: move definition of __kernel_s= ize_t etc. to posix_types.h) Merging ia64/next (0d3d343560ba genirq: remove the is_affinity_mask_valid h= ook) Merging m68k/for-next (49ff824a028a m68k: defconfig: Update defconfigs for = v5.3-rc2) Merging m68knommu/for-next (284f3a8e0947 m68k: coldfire: Include the GPIO d= river header) Merging microblaze/next (226a893bbb1f microblaze: no need to check return v= alue of debugfs_create functions) Merging mips/mips-next (00f3e689518b MIPS: Octeon: remove duplicated includ= e from dma-octeon.c) CONFLICT (content): Merge conflict in arch/mips/include/asm/vdso/vdso.h CONFLICT (content): Merge conflict in arch/mips/Kconfig CONFLICT (content): Merge conflict in Documentation/index.rst Merging nds32/next (932296120543 nds32: add new emulations for floating poi= nt instruction) Merging nios2/for-next (f017da5c7077 nios2: configs: Remove useless UEVENT_= HELPER_PATH) Merging openrisc/for-next (57ce8ba0fd3a openrisc: Fix broken paths to arch/= or32) Merging parisc-hd/for-next (a5ff2130a4d9 parisc: speed up flush_tlb_all_loc= al with qemu) Merging powerpc/next (405efc5980f2 powerpc/spinlocks: Fix oops in __spin_yi= eld() on bare metal) Merging fsl/next (63d86876f324 Revert "powerpc/fsl_pci: simplify fsl_pci_dm= a_set_mask") Merging soc-fsl/next (eadf0b17b43d bus: fsl-mc: remove explicit device_link= _del) Merging risc-v/for-next (f51edcec5288 MAINTAINERS: Add an entry for generic= architecture topology) 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 (deffa48fb014 s390/zcrypt: fix wrong handling of cca = cipher keygenflags) 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 (e0917f879536 um: fix time travel mode) Merging xtensa/xtensa-for-next (fa4b55813b1e Merge branch 'xtensa-5.3' into= xtensa-for-next) Merging fscrypt/master (ba13f2c8d7a0 fscrypt: document the new ioctls and p= olicy version) Merging afs/afs-next (986d1c7de75a afs: Fix possible oops in afs_lookup tra= ce event) Merging btrfs/next (29dcea88779c Linux 4.17) Merging btrfs-kdave/for-next (a406b66710ba Merge branch 'for-next-next-v5.3= -20190828' into for-next-20190828) Merging ceph/master (de4c5bafb6d5 libceph: drop unused con parameter of cal= c_target()) Merging cifs/for-next (54dddd1923e9 smb3: add mount option to allow forced = caching of read only share) Merging configfs/for-next (f6122ed2a4f9 configfs: Fix use-after-free when a= ccessing sd->s_dentry) Merging ecryptfs/next (b4a81b87a4cf ecryptfs: fix a memory leak bug in ecry= ptfs_init_messaging()) Merging ext3/for_next (8cbd9af9d208 udf: Use dynamic debug infrastructure) Merging ext4/dev (15c497e97e1a ext4: fix potential use after free after rem= ounting with noblock_validity) CONFLICT (content): Merge conflict in fs/ext4/ioctl.c Merging f2fs/dev (b1ee3c9aac16 f2fs: fix flushing node pages when checkpoin= t is disabled) Merging fsverity/fsverity (95ae251fe828 f2fs: add fs-verity support) CONFLICT (content): Merge conflict in fs/f2fs/inode.c CONFLICT (content): Merge conflict in fs/f2fs/file.c CONFLICT (content): Merge conflict in fs/ext4/ioctl.c Merging fuse/for-next (709dc8bf7f48 virtio-fs: add Documentation/filesystem= s/virtiofs.rst) CONFLICT (content): Merge conflict in Documentation/filesystems/index.rst Merging jfs/jfs-next (a5fdd713d256 jfs: fix bogus variable self-initializat= ion) Merging nfs/linux-next (9e8312f5e160 Merge tag 'nfs-for-5.3-3' of git://git= .linux-nfs.org/projects/trondmy/linux-nfs) Merging nfs-anna/linux-next (f836b27ecad9 NFS: Have nfs4_proc_get_lease_tim= e() call nfs4_call_sync_custom()) Merging nfsd/nfsd-next (bb13f35b96f4 nfsd: remove duplicated include from f= ilecache.c) Merging orangefs/for-next (e65682b55956 orangefs: eliminate needless variab= le assignments) Merging overlayfs/overlayfs-next (0be0bfd2de9d ovl: fix regression caused b= y overlapping layers detection) Merging ubifs/linux-next (0af83abbd4a6 ubifs: Limit the number of pages in = shrink_liability) Merging v9fs/9p-next (80a316ff1627 9p/xen: Add cleanup path in p9_trans_xen= _init) Merging xfs/for-next (7f313eda8fcc xfs: log proper length of btree block in= scrub/repair) Merging iomap/iomap-for-next (1c1daa47a0ae xfs: refactor the ioend merging = code) Merging djw-vfs/vfs-for-next (dc617f29dbe5 vfs: don't allow writes to swap = files) Merging file-locks/locks-next (cfddf9f4c9f0 locks: fix a memory leak bug in= __break_lease()) Merging vfs/for-next (745a72084e97 Merge branches 'work.misc' and 'work.mou= nt' into for-next) CONFLICT (content): Merge conflict in fs/fuse/inode.c CONFLICT (content): Merge conflict in fs/ceph/super.c Applying: docs: filesystems: vfs: update for "vfs: Kill mount_single()" Applying: Revert "vfs: Move the subtype parameter into fuse" Merging printk/for-next (ba174ef6d224 Merge branch 'for-5.3-fixes' into for= -next) Merging pci/next (1c888b8ce6cf Merge branch 'pci/trivial') Applying: Revert "PCI: tegra: Add Tegra194 PCIe support" Merging pstore/for-next/pstore (609488bc979f Linux 5.3-rc2) Merging hid/for-next (5bd8d1a78c30 Merge branch 'for-5.3/upstream-fixes' in= to for-next) Merging i2c/i2c/for-next (fa67bc4cab93 Merge branch 'i2c/for-5.4' into i2c/= for-next) Merging i3c/i3c/next (6030f42d20ce i3c: master: Use dev_to_i3cmaster()) Merging dmi/master (57361846b52b Linux 4.19-rc2) Merging hwmon-staging/hwmon-next (5d0bd5d101dc dt-bindings: Add ipsps1 as a= trivial device) Merging jc_docs/docs-next (5aff7c46172b docs: process: fix broken link) CONFLICT (add/add): Merge conflict in Documentation/mips/index.rst CONFLICT (content): Merge conflict in Documentation/admin-guide/cifs/todo.r= st Merging v4l-dvb/master (968bce2f59ce media: imx: remove unused including ) Merging v4l-dvb-next/master (5f9e832c1370 Linus 5.3-rc1) Merging fbdev/fbdev-for-next (732146a3f1dc video: fbdev: imxfb: fix a typo = in imxfb_probe()) Merging pm/linux-next (65eaac7736ab Merge branch 'pm-devfreq' into linux-ne= xt) Merging cpufreq-arm/cpufreq/arm/linux-next (76e75f3b8386 Merge branch 'cpuf= req/qcom-updates' into cpufreq/arm/linux-next) Merging cpupower/cpupower (87ce24320694 cpupower: update German translation) Merging opp/opp/linux-next (5ffdb1529b7f Merge branch 'opp/qcom-updates' in= to opp/linux-next) Merging thermal/next (a640c5c90f12 Merge branches 'thermal-core' and 'therm= al-intel' into next) CONFLICT (content): Merge conflict in Documentation/driver-api/thermal/inde= x.rst Merging thermal-soc/next (4cb9f043447e thermal: thermal_mmio: remove some d= ead code) Merging ieee1394/for-next (812cd88749e0 firewire: mark expected switch fall= -throughs) 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 (a0d8994b305b Merge branch 'mlx5-odp-dc' into rdma.gi= t for-next) CONFLICT (content): Merge conflict in drivers/infiniband/hw/mlx5/mlx5_ib.h Merging net-next/master (3f1071ec39f7 net: spider_net: Use struct_size() he= lper) CONFLICT (content): Merge conflict in scripts/link-vmlinux.sh CONFLICT (content): Merge conflict in drivers/pci/controller/pci-hyperv.c CONFLICT (content): Merge conflict in drivers/pci/Kconfig CONFLICT (content): Merge conflict in drivers/net/usb/r8152.c Applying: net: stmmac: depend on COMMON_CLK Merging bpf-next/master (47ee6e86e0a3 selftests/bpf: remove wrong nhoff in = flow dissector test) Merging ipsec-next/master (00ebd4998b53 Merge branch 'stmmac-Add-EHL-and-TG= L-PCI-info-and-PCI-ID') Merging mlx5-next/mlx5-next (00679b631edd net/mlx5: Set ODP capabilities fo= r DC transport to max) Merging netfilter-next/master (d0a8d877da97 netfilter: nft_dynset: support = for element deletion) 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 (1b0b807dd746 Merge branch 'r8169-fw') Merging wireless-drivers-next/master (932630fa9028 Merge tag 'wireless-driv= ers-next-for-davem-2019-08-19' of git://git.kernel.org/pub/scm/linux/kernel= /git/kvalo/wireless-drivers-next) Merging bluetooth/master (cf80618a8402 Bluetooth: hci_qca: Use kfree_skb() = instead of kfree()) Merging mac80211-next/master (48cb39522a9d mac80211: minstrel_ht: improve r= ate probing for devices with static fallback) Merging gfs2/for-next (1c4691199fbe gfs2: Fix recovery slot bumping) Merging mtd/mtd/next (5f9e832c1370 Linus 5.3-rc1) Merging nand/nand/next (f480b969448e mtd: rawnand: omap2: Fix number of bit= flips reporting with ELM) Merging spi-nor/spi-nor/next (3a960339e08e mtd: spi-nor: remove superfluous= pass of nor->info->sector_size) Merging crypto/master (e31b791fae32 crypto: talitos - Fix build warning in = aead_des3_setkey) CONFLICT (content): Merge conflict in arch/x86/purgatory/Makefile Merging drm/drm-next (578d2342ec70 Merge tag 'drm-next-5.4-2019-08-23' of g= it://people.freedesktop.org/~agd5f/linux into drm-next) CONFLICT (content): Merge conflict in drivers/gpu/drm/mediatek/mtk_drm_drv.c CONFLICT (content): Merge conflict in drivers/gpu/drm/arm/display/komeda/ko= meda_dev.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/powerplay/navi10_= ppt.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/soc15.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/amdgpu_vcn= .h Merging amdgpu/drm-next (c4efaf31f69e drm/amdkfd: Remove GPU ID in GWS queu= e creation) CONFLICT (content): Merge conflict in include/uapi/linux/kfd_ioctl.h CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdkfd/kfd_charde= v.c Merging drm-intel/for-linux-next (11988e393813 drm/i915/execlists: Try rear= ranging breadcrumb flush) Merging drm-tegra/drm/tegra/for-next (2a6fc3cb5cb6 drm/tegra: Fix gpiod_get= _from_of_node() regression) Merging drm-misc/for-linux-next (578d2342ec70 Merge tag 'drm-next-5.4-2019-= 08-23' of git://people.freedesktop.org/~agd5f/linux into drm-next) Merging drm-msm/msm-next (ddc73f32ba95 drm/msm: drop use of drmP.h) CONFLICT (content): Merge conflict in drivers/gpu/drm/msm/msm_atomic.c CONFLICT (content): Merge conflict in drivers/gpu/drm/msm/disp/dpu1/dpu_pla= ne.c Merging hdlcd/for-upstream/hdlcd (d664b851eb2b drm/arm/hdlcd: Reject atomic= commits that disable only the plane) Merging mali-dp/for-upstream/mali-dp (4cf643a39221 Merge tag 'drm-next-5.3-= 2019-06-27' of git://people.freedesktop.org/~agd5f/linux into drm-next) Merging imx-drm/imx-drm/next (4d24376370fb gpu: ipu-v3: image-convert: only= sample into the next tile if necessary) Merging etnaviv/etnaviv/next (088880ddc0b2 drm/etnaviv: implement softpin) Merging regmap/for-next (1bd4584626a9 Merge branch 'regmap-5.4' into regmap= -next) Merging sound/for-next (f155e79ab516 ALSA: firewire-lib: fix isoc cycle cou= nt to which rx packet is scheduled) Merging sound-asoc/for-next (8aceffa09b4b Merge branch 'asoc-5.4' into asoc= -next) Merging modules/modules-next (3b5be16c7e90 modules: page-align module secti= on allocations only for arches supporting strict module rwx) Merging input/next (e95656ea15e5 Input: add support for polling to input de= vices) Merging block/for-next (465d30aeb96b Merge branch 'for-5.4/block' into for-= next) Merging device-mapper/for-next (c1499a044d7c dm space map common: remove ch= eck for impossible sm_find_free() return value) Merging pcmcia/pcmcia-next (95691e3eddc4 pcmcia: Implement CLKRUN protocol = disabling for Ricoh bridges) Merging mmc/next (01f15c2d05e4 mmc: sdhci: use lower/upper_32_bits() macros= for DMA addresses) Merging kgdb/kgdb-next (3bd67b37e350 kdb: print real address of pointers in= stead of hashed addresses) CONFLICT (content): Merge conflict in kernel/debug/kdb/kdb_bt.c Merging md/for-next (e820d55cb99d md: fix raid10 hang issue caused by barri= er) Merging mfd/for-mfd-next (5cd690a308e8 mfd: asic3: Include the right header) Merging backlight/for-backlight-next (73fbfc499448 backlight: pwm_bl: Fix h= euristic to determine number of brightness levels) Merging battery/for-next (5f9e832c1370 Linus 5.3-rc1) Merging regulator/for-next (0f48f55e3598 Merge branch 'regulator-5.4' into = regulator-next) Applying: Revert "regulator: mt6358: Add support for MT6358 regulator" Merging security/next-testing (b602614a8107 lockdown: Print current->comm i= n restriction messages) CONFLICT (content): Merge conflict in security/integrity/ima/Kconfig CONFLICT (content): Merge conflict in kernel/trace/trace_kprobe.c CONFLICT (content): Merge conflict in fs/tracefs/inode.c CONFLICT (modify/delete): arch/s390/configs/performance_defconfig deleted i= n HEAD and modified in security/next-testing. Version security/next-testing= of arch/s390/configs/performance_defconfig left in tree. CONFLICT (content): Merge conflict in arch/s390/configs/defconfig CONFLICT (content): Merge conflict in arch/s390/configs/debug_defconfig $ git rm -f arch/s390/configs/performance_defconfig Merging apparmor/apparmor-next (136db994852a apparmor: increase left match = history buffer size) Merging integrity/next-integrity (cbc0425d3dd3 sefltest/ima: support append= ed signatures (modsig)) CONFLICT (content): Merge conflict in arch/s390/kernel/machine_kexec_file.c Merging keys/keys-next (52d865534794 Merge branch 'keys-acl' into keys-next) CONFLICT (content): Merge conflict in include/linux/security.h CONFLICT (content): Merge conflict in include/linux/key.h CONFLICT (modify/delete): fs/crypto/keyinfo.c deleted in HEAD and modified = in keys/keys-next. Version keys/keys-next of fs/crypto/keyinfo.c left in tr= ee. CONFLICT (content): Merge conflict in fs/afs/security.c $ git rm -f fs/crypto/keyinfo.c Applying: fsverity: merge fix for keyring_alloc API change Applying: fscrypt: merge resolution for "keys: Replace uid/gid/perm permiss= ions checking with an ACL" Applying: dm verity: merge fix for "keys: Replace uid/gid/perm permissions = checking with an ACL" $ git reset --hard HEAD^ Merging next-20190828 version of keys CONFLICT (content): Merge conflict in include/linux/key.h CONFLICT (modify/delete): fs/crypto/keyinfo.c deleted in HEAD and modified = in 8cf8684e0d249c507c258aa3992d984c713d690c. Version 8cf8684e0d249c507c258a= a3992d984c713d690c of fs/crypto/keyinfo.c left in tree. CONFLICT (content): Merge conflict in fs/afs/security.c $ git rm -f fs/crypto/keyinfo.c [master 7590c6aae572] next-20190828/keys Applying: fsverity: merge fix for keyring_alloc API change [master 6ccda0345a33] next-20190828/keys Applying: fscrypt: merge resolution for "keys: Replace uid/gid/perm permiss= ions checking with an ACL" [master 2d75c230ab29] next-20190828/keys Applying: dm verity: merge fix for "keys: Replace uid/gid/perm permissions = checking with an ACL" [master b93467a2e8fe] next-20190828/keys Merging selinux/next (116f21bb967f selinux: avoid atomic_t usage in sidtab) Merging smack/for-next (92604e825304 smack: use GFP_NOFS while holding inod= e_smack::smk_lock) Merging tpmdd/next (d1abaeb3be7b Linux 5.3-rc5) Merging watchdog/master (194108705c9e watchdog: remove w90x900 driver) Merging iommu/next (b912da3e6f22 Merge branches 'arm/omap', 'arm/exynos', '= x86/amd' and 'core' into next) CONFLICT (content): Merge conflict in drivers/gpu/drm/panfrost/panfrost_mmu= .c Merging vfio/next (e6c5d727db0a Merge branches 'v5.4/vfio/alexey-tce-memory= -free-v1', 'v5.4/vfio/connie-re-arrange-v2', 'v5.4/vfio/hexin-pci-reset-v3'= , 'v5.4/vfio/parav-mtty-uuid-v2' and 'v5.4/vfio/shameer-iova-list-v8' into = v5.4/vfio/next) Merging audit/next (5f9e832c1370 Linus 5.3-rc1) Merging devicetree/for-next (146fa39943b1 dt-bindings: Convert Arm Mali Utg= ard GPU to DT schema) CONFLICT (add/add): Merge conflict in Documentation/devicetree/writing-sche= ma.rst Merging mailbox/mailbox-for-next (25777e5784a7 mailbox: handle failed named= mailbox channel request) Merging spi/for-next (3a2a4d1835ed Merge branch 'spi-5.4' into spi-next) Merging tip/auto-latest (fe7c37cbabbc Merge branch 'perf/core') CONFLICT (content): Merge conflict in arch/ia64/include/asm/sn/sn_sal.h Applying: ASoC: Intel: boards: merge fix for INTEL_FAM6_KABYLAKE_MOBILE -> = INTEL_FAM6_KABYLAKE_L change Merging clockevents/clockevents/next (befd04abfbe4 clocksource/drivers/sh_c= mt: Document "cmt-48" as deprecated) CONFLICT (content): Merge conflict in kernel/time/posix-timers.c Merging edac/edac-for-next (81f5090db843 EDAC/amd64: Support asymmetric dua= l-rank DIMMs) Merging irqchip/irq/irqchip-next (6c9050a73469 irqchip: Remove dev_err() us= age after platform_get_irq()) CONFLICT (content): Merge conflict in drivers/pci/controller/pci-hyperv.c Merging ftrace/for-next (6d54ceb539aa tracing: Fix user stack trace "??" ou= tput) Merging rcu/rcu/next (049b405029c0 MAINTAINERS: Update from paulmck@linux.i= bm.com to paulmck@kernel.org) Merging kvm/linux-next (b6852ae75d4b KVM: VMX: Fix and tweak the comments f= or VM-Enter) Merging kvm-arm/next (e8688ba38749 arm64: KVM: Device mappings should be ex= ecute-never) Merging kvm-ppc/kvm-ppc-next (ff42df49e75f KVM: PPC: Book3S HV: Don't lose = pending doorbell request on migration on P9) Merging kvms390/next (be6f55a60d28 KVM: selftests: Add a test for the KVM_S= 390_MEM_OP ioctl) Merging xen-tip/linux-next (b877ac9815a8 xen/swiotlb: remember having calle= d xen_create_contiguous_region()) Merging percpu/for-next (7eebb3ad9742 Merge branch 'for-5.4' into for-next) Merging workqueues/for-next (be69d00d9769 workqueue: Remove GPF argument fr= om alloc_workqueue_attrs()) Merging drivers-x86/for-next (109e8adfbc66 platform/x86: asus-wmi: Remove u= nnecessary blank lines) Merging chrome-platform/for-next (058bf149b92a platform/chrome: cros_ec_rpm= sg: Add host command AP sleep state support) Merging hsi/for-next (c1030cd45619 HSI: Remove dev_err() usage after platfo= rm_get_irq()) Merging leds/for-next (802e5dffae8f leds: ti-lmu-common: Fix coccinelle iss= ue in TI LMU) Merging ipmi/for-next (383035211c79 ipmi: move message error checking to av= oid deadlock) Merging driver-core/driver-core-next (d9430f96c051 driver core: platform: E= xport platform_get_irq_optional()) CONFLICT (content): Merge conflict in drivers/base/power/runtime.c Merging usb/usb-next (b2fcb285ade3 usb: xhci-mtk: add an optional xhci_ck c= lock) CONFLICT (content): Merge conflict in drivers/staging/Makefile CONFLICT (content): Merge conflict in drivers/staging/Kconfig Merging usb-gadget/next (cca3854010c5 usb: gadget: composite: Set recommend= ed BESL values) Merging usb-serial/usb-next (7a786b847907 USB: serial: ftdi_sio: add suppor= t for FT232H CBUS gpios) Merging usb-chipidea-next/ci-for-usb-next (05559f10ed79 usb: chipidea: add = role switch class support) Merging phy-next/next (5af67635c36e phy: marvell: phy-mvebu-cp110-comphy: r= ename instances of DLT) Merging tty/tty-next (591f4ea2ed61 serial: 8250_pci: Add F81504A series Sup= port) Merging char-misc/char-misc-next (d4e34999a757 Merge tag 'lkdtm-next' of ht= tps://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into char-misc-nex= t) Merging extcon/extcon-next (a3fc57233977 extcon: adc-jack: Remove dev_err()= usage after platform_get_irq()) Merging soundwire/next (395713d8ca43 soundwire: intel: handle disabled link= s) Merging thunderbolt/next (dfda20419884 ACPI / property: Add two new Thunder= bolt property GUIDs to the list) Merging staging/staging-next (5cf89673645f MAINTAINERS: fix up exfat direct= ory location) CONFLICT (content): Merge conflict in drivers/staging/Makefile CONFLICT (content): Merge conflict in drivers/staging/Kconfig Merging mux/for-next (05fb8284a417 Merge branch 'i2c-mux/for-next' into for= -next) Merging icc/icc-next (6311b6521bcc drivers: qcom: Add BCM vote macro to hea= der) Merging slave-dma/next (f5e84eae7956 dmaengine: dw: platform: Split OF help= ers to separate module) Merging cgroup/for-next (653a23ca7e1e Use kvmalloc in cgroups-v1) Merging scsi/for-next (e2e73febeae8 Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (cb9e763ed9eb Merge branch '5.4/scsi-queue' into = 5.4/scsi-next) Merging vhost/linux-next (73f628ec9e6b vhost: disable metadata prefetch opt= imization) Merging rpmsg/for-next (0431e0d0926d Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (f4e9bcc05f4e gpio: mt7621: Pass irqchip when adding = gpiochip) CONFLICT (content): Merge conflict in drivers/gpio/gpio-ixp4xx.c Merging gpio-brgl/gpio/for-next (f2ee73147a3f gpio: lpc32xx: allow building= on non-lpc32xx targets) CONFLICT (content): Merge conflict in include/linux/gpio/driver.h Merging gpio-intel/for-next (85af79659f45 MAINTAINERS: Remove stale record = for gpio-intel-mid.c) Merging pinctrl/for-next (73345a18d464 pinctrl: bcm2835: Pass irqchip when = adding gpiochip) Merging pinctrl-intel/for-next (6cb0880f0822 pinctrl: intel: remap the pin = number to gpio offset for irq enabled pin) Merging pinctrl-samsung/for-next (10971e2ab6eb pinctrl: samsung: Fix device= node refcount leaks in init code) Merging pwm/for-next (6cf9481b440d pwm: Fallback to the static lookup-list = when acpi_pwm_get fails) Merging userns/for-next (318759b4737c signal/x86: Move tsk inside of CONFIG= _MEMORY_FAILURE in do_sigbus) Merging ktest/for-next (aecea57f84b0 ktest: Fix some typos in config-bisect= .pl) Merging random/dev (58be0106c530 random: fix soft lockup when trying to rea= d from an uninitialized blocking pool) Merging kselftest/next (49435c478386 MAINTAINERS: add proc sysctl KUnit tes= t to PROC SYSCTL section) Merging y2038/y2038 (a2318b6a16a8 riscv: Use latest system call ABI) CONFLICT (content): Merge conflict in arch/riscv/include/uapi/asm/unistd.h Merging livepatching/for-next (1cfe141e1715 Merge branch 'for-5.4-core' int= o for-next) Merging coresight/next (eb748213be48 coresight: tmc-etr: Add barrier packet= s when moving offset forward) Merging rtc/rtc-next (852790068f26 rtc: pcf85363/pcf85263: fix error that f= ailed to run hwclock -w) Merging nvdimm/libnvdimm-for-next (7b60422cb796 libnvdimm/security: Consoli= date 'security' operations) Merging at24/at24/for-next (10742fee98eb eeprom: at24: remove unneeded incl= ude) Merging ntb/ntb-next (5f9e832c1370 Linus 5.3-rc1) Merging kspp/for-next/kspp (60f2c82ed20b randstruct: Check member structs i= n is_pure_ops_struct()) Merging cisco/for-next (9e98c678c2d6 Linux 5.1-rc1) Merging gnss/gnss-next (f2c7c76c5d0a Linux 5.2-rc3) Merging fsi/next (799e064cc79e fsi: scom: Don't abort operations for minor = errors) Merging siox/siox/next (1e4b044d2251 Linux 4.18-rc4) Merging slimbus/for-next (0a43bffb7e21 slimbus: fix slim_tid_txn()) Merging nvmem/for-next (8555b95dbd8b nvmem: imx: add i.MX8QM platform suppo= rt) Merging xarray/xarray (91abab83839a XArray: Fix xas_next() with a single en= try at 0) Merging hyperv/hyperv-next (9b5434196529 Tools: hv: move to tools buildsyst= em) Merging auxdisplay/auxdisplay (a180d023ec7b auxdisplay: ht16k33: Make ht16k= 33_fb_fix and ht16k33_fb_var constant) Merging kgdb-dt/kgdb/for-next (ca976bfb3154 kdb: Fix bound check compiler w= arning) Merging pidfd/for-next (590ef0128b42 waitid: Add support for waiting for th= e current process group) Merging devfreq/for-next (0465814831a9 PM / devfreq: passive: fix compiler = warning) Merging hmm/hmm (5b8f3df6239c pagewalk: use lockdep_assert_held for locking= validation) Merging fpga/for-next (e58915179f3f fpga: altera-cvp: Add Stratix10 (V2) Su= pport) Merging akpm-current/current (97637fe0837c ipc/msg.c: consolidate all xxxct= l_down() functions) CONFLICT (content): Merge conflict in include/linux/memremap.h CONFLICT (content): Merge conflict in arch/arm64/include/asm/processor.h Applying: mm: merge fix for "pagewalk: separate function pointers from iter= ator data" $ git checkout -b akpm remotes/origin/akpm/master Applying: pinctrl: fix pxa2xx.c build warnings Applying: lib: untag user pointers in strn*_user Applying: mm: untag user pointers passed to memory syscalls Applying: mm: untag user pointers in mm/gup.c Applying: mm: untag user pointers in get_vaddr_frames Applying: fs/namespace: untag user pointers in copy_mount_options Applying: userfaultfd: untag user pointers Applying: drm/amdgpu: untag user pointers Applying: drm/radeon: untag user pointers in radeon_gem_userptr_ioctl Applying: media/v4l2-core: untag user pointers in videobuf_dma_contig_user_= get Applying: tee/shm: untag user pointers in tee_shm_register Applying: vfio/type1: untag user pointers in vaddr_get_pfn Applying: mm: untag user pointers in mmap/munmap/mremap/brk Applying: hexagon: drop empty and unused free_initrd_mem Applying: mm: treewide: clarify pgtable_page_{ctor,dtor}() naming 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 (62f9765df45f drivers/media/platform/sti/delta/delta-ip= c.c: fix read buffer overflow) --Sig_/45WPJfX.0W8iaz/Yy0.ELO5 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl1pNF0ACgkQAVBC80lX 0Gwv1Qf+MD5hJoTrzsiVMMBZbFDoS0v3T7PRj99kKA3PWyMtECRnmye/igXmAbkd 1Za9U2Vu9rhQFLPn+JYdGaJkfsam5lLJWlizKpyl4O3wEz2FmHcDKjM0YcctHlPY jqwYGh4/WoLPNQjitY+gUFPikdbWAmrg0g+CA0izuVu8Cw6CWBTSx7oGK6af+gAL y1Ja1xrGcr08HA5Sg81oqiDUbf5FuP6kEVNDfXuK10eXaZ4QGiTZ2X1/lg/wlp/J uZzX3N6ah2xzgPprNVaBzxMoEZnWF99XNFnaUAws4+hVdhyvWBRlZq4b3r5+e6qq yzsiI7B3iE0beOdExiiDYDCeWb5mgw== =10W5 -----END PGP SIGNATURE----- --Sig_/45WPJfX.0W8iaz/Yy0.ELO5--