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=-8.0 required=3.0 tests=BAYES_00,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 68BA3C433E1 for ; Tue, 28 Jul 2020 11:57:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0BE49206D7 for ; Tue, 28 Jul 2020 11:57:43 +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="n3viZqGE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728199AbgG1L5m (ORCPT ); Tue, 28 Jul 2020 07:57:42 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:45265 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728129AbgG1L5l (ORCPT ); Tue, 28 Jul 2020 07:57:41 -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 4BGFXv1QmQz9sSt; Tue, 28 Jul 2020 21:57:35 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1595937455; bh=pSlGANtFTyBFLYSFRvurClEUiHnqFYgUlGakTmfmLLI=; h=Date:From:To:Cc:Subject:From; b=n3viZqGE7I7cdDg64tjo1c0bhg7mpNzm3KbiBVG7vlRoPdJfJVm47dIIL5NWKHwBa +eZPhZk6p7OxvO3mSl65uss4i4Z38Cme8YCnYt/pKG1eXprRjIQh1mKaTfv6eZyFmO cra+Cbgafmo/F0n/nnxeiz0CWJJsmp4aoYdlBj9pmP3KI6zKq3GzxHQ/Eme/tZMNtf tgtqL9yhd43WvvMBnsYYoBUnnXsz1R+BmXfSZyy8JWuWtH06+50wj9tDEAka/0NFAg kANjRZdSkFllNt7gGFNYGooU89INqSasj1FAKFJlhMoeszkSLqrG7zybBbFoYZTL7W 4J9BdpeDmWT5g== Date: Tue, 28 Jul 2020 21:57:31 +1000 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Jul 28 Message-ID: <20200728215731.00cb56d3@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/+3NKVcNOZCN_vZ3slJvpqML"; protocol="application/pgp-signature"; micalg=pgp-sha256 Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/+3NKVcNOZCN_vZ3slJvpqML Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20200727: New tree: drivers-memory-fixes My fixes tree contains: dbf24e30ce2e ("device_cgroup: Fix RCU list debugging warning") The sh tree gained a conflict against the csky tree. The xtensa tree gained a conflict against the sh tree. The vfs tree lost its build failure but gained a changed conflict against Linus' tree. The printk tree gained a build failure for which I reverted a commit. The drm tree gained a conflict against the drm-misc-fixes tree. The security tree still had its build failure for which I applied a patch. The tip tree still had one build failure for which I reverted a commit. The driver-core tree lost its build failure. The char-misc tree still had its build failures so I used the version from next-20200724. The vhost tree gained a build failure so I used the version from next-20200727. The kspp tree gained a conflict against the rdma tree. The drivers-memory tree lost its build failure. Non-merge commits (relative to Linus' tree): 11064 11685 files changed, 576628 insertions(+), 218657 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 htmldocs. 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 328 trees (counting Linus' and 85 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 (92ed30191993 Linux 5.8-rc7) Merging fixes/master (dbf24e30ce2e device_cgroup: Fix RCU list debugging wa= rning) Merging kbuild-current/fixes (92ed30191993 Linux 5.8-rc7) Merging arc-current/for-curr (11ba468877bb Linux 5.8-rc5) Merging arm-current/fixes (5c6360ee4a0e ARM: 8988/1: mmu: fix crash in EFI = calls due to p4d typo in create_mapping_late()) Merging arm64-fixes/for-next/fixes (7b7891c7bdfd arm64: vdso32: Fix '--pref= ix=3D' value for newer versions of clang) Merging arm-soc-fixes/arm/fixes (b0fef5edff03 Merge tag 'mvebu-fixes-5.8-1'= of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/f= ixes) Merging uniphier-fixes/fixes (48778464bb7d Linux 5.8-rc2) Merging drivers-memory-fixes/fixes (b3a9e3b9622a Linux 5.8-rc1) Merging m68k-current/for-linus (3381df095419 m68k: tools: Replace zero-leng= th array with flexible-array member) Merging powerpc-fixes/fixes (f0479c4bcbd9 selftests/powerpc: Use proper err= or code to check fault address) Merging s390-fixes/fixes (92ed30191993 Linux 5.8-rc7) Merging sparc/master (17ec0a17e90f sparc: Use fallthrough pseudo-keyword) Merging fscrypt-current/for-stable (2b4eae95c736 fscrypt: don't evict dirty= inodes after removing key) Merging net/master (181964e619b7 fix a braino in cmsghdr_from_user_compat_t= o_kern()) Merging bpf/master (5b801dfb7feb bpf: Fix NULL pointer dereference in __btf= _resolve_helper_id()) Merging ipsec/master (37bd22420f85 af_key: pfkey_dump needs parameter valid= ation) Merging netfilter/master (8e8135862ccb Merge git://git.kernel.org/pub/scm/l= inux/kernel/git/pablo/nf) Merging ipvs/master (eadede5f9362 Merge branch 'hns3-fixes') Merging wireless-drivers/master (1cfd3426ef98 ath10k: Fix NULL pointer dere= ference in AHB device probe) Merging mac80211/master (8ff41cc21714 net: qrtr: Fix an out of bounds read = qrtr_endpoint_post()) Merging rdma-fixes/for-rc (92ed30191993 Linux 5.8-rc7) Merging sound-current/for-linus (a6630529aecb ALSA: hda: Workaround for spu= rious wakeups on some Intel platforms) Merging sound-asoc-fixes/for-linus (b7a3a6adc253 Merge remote-tracking bran= ch 'asoc/for-5.8' into asoc-linus) Merging regmap-fixes/for-linus (2b0f61e27f75 Merge remote-tracking branch '= regmap/for-5.8' into regmap-linus) Merging regulator-fixes/for-linus (92ed30191993 Linux 5.8-rc7) Merging spi-fixes/for-linus (3adeb4d144bf Merge remote-tracking branch 'spi= /for-5.8' into spi-linus) Merging pci-current/for-linus (d08c30d7a0d1 Revert "PCI/PM: Assume ports wi= thout DLL Link Active train links in 100 ms") Merging driver-core.current/driver-core-linus (92ed30191993 Linux 5.8-rc7) Merging tty.current/tty-linus (92ed30191993 Linux 5.8-rc7) Merging usb.current/usb-linus (92ed30191993 Linux 5.8-rc7) Merging usb-gadget-fixes/fixes (8778eb0927dd usb: gadget: function: fix mis= sing spinlock in f_uac1_legacy) Merging usb-serial-fixes/usb-linus (92ed30191993 Linux 5.8-rc7) Merging usb-chipidea-fixes/ci-for-usb-stable (2d79b3360dcc usb: chipidea: c= ore: add wakeup support for extcon) Merging phy/fixes (38b1927e5bf9 phy: sun4i-usb: fix dereference of pointer = phy0 before it is null checked) Merging staging.current/staging-linus (92ed30191993 Linux 5.8-rc7) Merging char-misc.current/char-misc-linus (92ed30191993 Linux 5.8-rc7) Merging soundwire-fixes/fixes (bf6d6e68d202 soundwire: intel: fix memory le= ak with devm_kasprintf) Merging thunderbolt-fixes/fixes (ba47d845d715 Linux 5.8-rc6) Merging input-current/for-linus (a50ca29523b1 Input: elan_i2c - add more ha= rdware ID for Lenovo laptops) Merging crypto-current/master (e04ec0de61c1 padata: upgrade smp_mb__after_a= tomic to smp_mb in padata_do_serial) Merging ide/master (b3a9e3b9622a Linux 5.8-rc1) Merging vfio-fixes/for-linus (b872d0640840 vfio/pci: fix racy on error and = request eventfd ctx) Merging kselftest-fixes/fixes (3c01655ac82e kselftest: ksft_test_num return= type should be unsigned) Merging modules-fixes/modules-linus (57baec7b1b04 scripts/nsdeps: make sure= to pass all module source files to spatch) Merging dmaengine-fixes/fixes (87730ccbddcb dmaengine: ioat setting ioat ti= meout as module parameter) Merging backlight-fixes/for-backlight-fixes (219d54332a09 Linux 5.4) Merging mtd-fixes/mtd/fixes (f7e6b19bc764 mtd: properly check all write ioc= tls for permissions) Merging mfd-fixes/for-mfd-fixes (603d9299da32 mfd: mt6397: Fix probe after = changing mt6397-core) Merging v4l-dvb-fixes/fixes (8f3d9f354286 Linux 5.7-rc1) Merging reset-fixes/reset/fixes (b460e0a9e240 reset: intel: add unspecified= HAS_IOMEM dependency) Merging mips-fixes/mips-fixes (5868347a192a MIPS: Do not use smp_processor_= id() in preemptible code) Merging at91-fixes/at91-fixes (54ecb8f7028c Linux 5.4-rc1) Merging omap-fixes/fixes (2a4117df9b43 ARM: dts: Fix dcan driver probe fail= ed on am437x platform) Merging kvm-fixes/master (3d9fdc252b52 KVM: MIPS: Fix build errors for 32bi= t kernel) Merging kvms390-fixes/master (774911290c58 KVM: s390: reduce number of IO p= ins to 1) Merging hwmon-fixes/hwmon (ba47d845d715 Linux 5.8-rc6) Merging nvdimm-fixes/libnvdimm-fixes (543094e19c82 nvdimm/region: always sh= ow the 'align' attribute) Merging btrfs-fixes/next-fixes (061e532804fa Merge branch 'misc-5.8' into n= ext-fixes) Merging vfs-fixes/fixes (5fff09bc1415 xtensa: fix access check in csum_and_= copy_from_user) Merging dma-mapping-fixes/for-linus (d9765e41d8e9 dma-pool: do not allocate= pool memory from CMA) Merging i3c-fixes/master (6fbc7275c7a9 Linux 5.2-rc7) Merging drivers-x86-fixes/fixes (92ed30191993 Linux 5.8-rc7) Merging samsung-krzk-fixes/fixes (b3a9e3b9622a Linux 5.8-rc1) Merging pinctrl-samsung-fixes/pinctrl-fixes (b3a9e3b9622a Linux 5.8-rc1) Merging devicetree-fixes/dt/linus (0115e6c98c22 dt-bindings: clock: imx: Fi= x e-mail address) Merging scsi-fixes/fixes (3f0dcfbcd2e1 scsi: core: Run queue in case of I/O= resource contention failure) Merging drm-fixes/drm-fixes (0d7869805a82 Merge branch 'linux-5.8' of git:/= /github.com/skeggsb/linux into drm-fixes) Merging amdgpu-fixes/drm-fixes (2c409ba81be2 drm/radeon: fix si_enable_smc_= cac() failed issue) Merging drm-intel-fixes/for-linux-next-fixes (92e0575b9983 drm/i915: Recalc= ulate FBC w/a stride when needed) Merging mmc-fixes/fixes (ebd4050c6144 mmc: sdhci-of-aspeed: Fix clock divid= er calculation) Merging rtc-fixes/rtc-fixes (b3a9e3b9622a Linux 5.8-rc1) Merging gnss-fixes/gnss-linus (48778464bb7d Linux 5.8-rc2) Merging hyperv-fixes/hyperv-fixes (77b48bea2fee Drivers: hv: Change flag to= write log level in panic msg to false) Merging soc-fsl-fixes/fix (fe8fe7723a3a soc: fsl: dpio: register dpio irq h= andlers after dpio create) Merging risc-v-fixes/fixes (fa5a19835905 riscv: Parse all memory blocks to = remove unusable memory) Merging pidfd-fixes/fixes (7665a47f70b3 signal: fix typo in dequeue_synchro= nous_signal()) Merging fpga-fixes/fixes (8614afd689df fpga: dfl: fix bug in port reset han= dshake) Merging spdx/spdx-linus (3d77e6a8804a Linux 5.7) Merging gpio-intel-fixes/fixes (b3a9e3b9622a Linux 5.8-rc1) Merging pinctrl-intel-fixes/fixes (45c11a927606 pinctrl: baytrail: Fix pin = being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)) Merging erofs-fixes/fixes (9ebcfadb0610 Linux 5.8-rc3) Merging integrity-fixes/fixes (843385694721 evm: Fix a small race in init_d= esc()) Merging kunit-fixes/kunit-fixes (c63d2dd7e134 Documentation: kunit: Add som= e troubleshooting tips to the FAQ) Merging ubifs-fixes/fixes (f37e99aca03f Merge tag 's390-5.8-6' of git://git= .kernel.org/pub/scm/linux/kernel/git/s390/linux into master) Merging drm-misc-fixes/for-linux-next-fixes (8490d6a7e0a0 drm: hold gem ref= erence until object is no longer accessed) Merging kspp-gustavo/for-next/kspp (48778464bb7d Linux 5.8-rc2) Merging kbuild/for-next (71e6bc234960 Merge branch 'kconfig' into for-next) Merging compiler-attributes/compiler-attributes (98d54f81e36b Linux 5.6-rc4) Merging dma-mapping/for-next (41bd4de2d452 dma-contiguous: cleanup dma_allo= c_contiguous) Merging asm-generic/master (060dc911501f nds32: fix build failure caused by= page table folding updates) Merging arc/for-next (def9d2780727 Linux 5.5-rc7) Merging arm/for-next (cbee87f4d32c Merge branches 'fixes' and 'misc' into f= or-next) Merging arm64/for-next/core (647a20c4c034 Merge branch 'for-next/read-barri= er-depends' into for-next/core) CONFLICT (content): Merge conflict in arch/arm64/include/asm/vdso/compat_ge= ttimeofday.h Merging arm-perf/for-next/perf (55fdc1f44cd6 arm64: perf: Expose some new e= vents via sysfs) Merging arm-soc/for-next (43eb00ace71c soc: document merges) Merging amlogic/for-next (d0711b7252a7 Merge branch 'v5.9/soc' into tmp/aml= -rebuild) Merging aspeed/for-next (e6873087cce6 ARM: dts: aspeed: wedge40: Enable pwm= _tacho device) Merging at91/at91-next (ec539e70d882 Merge branches 'at91-soc', 'at91-dt' a= nd 'at91-defconfig' into at91-next) Merging drivers-memory/for-next (4cd87f5bfded MAINTAINERS: Add Git reposito= ry for memory controller drivers) Merging imx-mxs/for-next (3c1a41dab7b8 Merge branch 'imx/defconfig' into fo= r-next) Merging keystone/next (50c950e2c8b6 Merge branch 'for_5.9/driver-soc' into = next) Merging mediatek/for-next (647a84d1e4dc Merge branch 'v5.8-next/soc' into f= or-next) Merging mvebu/for-next (29bd9d8c2ac1 Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (a5b4d0a1b174 Merge branch 'omap-for-v5.9/ti-sysc-dro= p-pdata-take2' into for-next) Merging qcom/for-next (7d6b06378abc Merge branches 'arm64-defconfig-for-5.9= ', 'arm64-for-5.9' and 'dts-for-5.9' into for-next) Merging raspberrypi/for-next (25c6f3960764 ARM: dts: bcm2711: Add HDMI DVP) Merging realtek/for-next (486f29df6941 Merge branch 'v5.8/dt' into next) Merging renesas/next (344cb4f80fba Merge branch 'renesas-arm-dt-for-v5.9' i= nto renesas-next) Merging reset/reset/next (5653c11b75b5 reset: reset-zynqmp: Added support f= or Versal platform) Merging rockchip/for-next (088d74f51158 Merge branch 'v5.9-clk/next' into f= or-next) Merging samsung-krzk/for-next (e705310061bc Merge branch 'next/memory-ctrl-= drivers' into for-next) Merging scmi/for-linux-next (5714ee50bb43 copy_xstate_to_kernel: Fix typo w= hich caused GDB regression) Merging sunxi/sunxi/for-next (9afd08499961 Merge branch 'sunxi/dt-for-5.9' = into sunxi/for-next) Merging tegra/for-next (8617339892a6 Merge branch for-5.9/arm64/dt into for= -next) Merging ti-k3/ti-k3-next (1e3d655fe7b4 Merge branch 'ti-k3-config-next' int= o ti-k3-next) Merging uniphier/for-next (4f8fb65af529 Merge branch 'dt64' into for-next) Merging clk/clk-next (8fc7649fb04f Merge branch 'clk-bcm' into clk-next) Merging clk-samsung/for-next (3d77e6a8804a Linux 5.7) Merging csky/linux-next (f4dd2edafba0 csky: add support for SECCOMP and SEC= COMP_FILTER) Merging h8300/h8300-next (9d48776fc609 Merge remote-tracking branch 'origin= /master' into h8300-next) Merging ia64/next (1a9d3c34c593 x86/cpu: Add Lakefield, Alder Lake and Rock= et Lake to Intel family) Merging m68k/for-next (382f429bb559 m68k: defconfig: Update defconfigs for = v5.8-rc3) Merging m68knommu/for-next (fde87ebf1daa m68k: stmark2: enable edma support= for dspi) Merging microblaze/next (b3a9e3b9622a Linux 5.8-rc1) Merging mips/mips-next (b1ce9716f3b5 MIPS: Fix unable to reserve memory for= Crash kernel) Merging nds32/next (0a2e478902c7 nds32: use get_kernel_nofault in dump_mem) Merging nios2/for-next (6b57fa4d374b nios2: signal: Mark expected switch fa= ll-through) Merging openrisc/for-next (b974d6482cc5 openrisc: Implement proper SMP tlb = flushing) Merging parisc-hd/for-next (93df45d04859 parisc: Report bad pages as Hardwa= reCorrupted) Merging powerpc/next (86052e407e8e powerpc/powernv/pci.h: delete duplicated= word) Merging fsl/next (a76bea0287ce powerpc/kmcent2: add ranges to the pci bridg= es) Merging soc-fsl/next (e9e4ef9116b1 soc: fsl: dpio: Remove unused inline fun= ction qbman_write_eqcr_am_rt_register) Merging risc-v/for-next (69373c718d8c riscv: Grab text_mutex before patchin= g jump-labels) Merging s390/features (9a996c67a65d s390/vmemmap: coding style updates) Merging sh/for-next (55b4ddbb7ee5 sh: bring syscall_set_return_value in lin= e with other architectures) CONFLICT (content): Merge conflict in tools/testing/selftests/seccomp/secco= mp_bpf.c Merging sparc-next/master (dd0d718152e4 Merge tag 'spi-fix-v5.8-rc2' of git= ://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi) Merging uml/linux-next (f6e8c474390b um: virtio: Replace zero-length array = with flexible-array) Merging xtensa/xtensa-for-next (a61e6b83a7d0 Merge branch 'xtensa-5.8-fixes= ' into xtensa-for-next) CONFLICT (content): Merge conflict in tools/testing/selftests/seccomp/secco= mp_bpf.c Merging fscrypt/master (880253eacd30 fscrypt: document inline encryption su= pport) Merging afs/afs-next (8409f67b6437 afs: Adjust the fileserver rotation algo= rithm to reprobe/retry more quickly) Merging btrfs/for-next (dbcabe9df057 Merge branch 'for-next-next-v5.8-20200= 727' into for-next-20200727) Merging ceph/master (7ed286f3e061 libceph: don't omit used_replica in targe= t_copy()) Merging cifs/for-next (94c31635d968 cifs: convert to use be32_add_cpu()) Merging configfs/for-next (059ccbfff8a8 configfs: use flush file op to comm= it writes to a binary file) Merging ecryptfs/next (8b614cb8f1dc Merge tag '5.6-rc4-smb3-fixes' of git:/= /git.samba.org/sfrench/cifs-2.6) Merging erofs/dev (b3a9e3b9622a Linux 5.8-rc1) Merging exfat/dev (7c9d236387fa exfat: optimize exfat_zeroed_cluster()) Merging ext3/for_next (971badfe4666 Pull fsnotify name event patches from A= mir.) Merging ext4/dev (dcb7fd82c75e Linux 5.8-rc4) Merging f2fs/dev (b2f57a8e6bc9 f2fs: compress: delay temp page allocation) CONFLICT (content): Merge conflict in Documentation/filesystems/f2fs.rst Merging fsverity/fsverity (f3db0bed4583 fs-verity: use smp_load_acquire() f= or ->i_verity_info) Merging fuse/for-next (31070f6ccec0 fuse: Fix parameter for FS_IOC_{GET,SET= }FLAGS) Merging jfs/jfs-next (7aba5dcc2346 jfs: Replace zero-length array with flex= ible-array member) Merging nfs/linux-next (dbc4fec6b6dd NFSv4.0 allow nconnect for v4.0) Merging nfs-anna/linux-next (65caafd0d214 SUNRPC reverting d03727b248d0 ("N= FSv4 fix CLOSE not waiting for direct IO compeletion")) Merging nfsd/nfsd-next (b3a9e3b9622a Linux 5.8-rc1) Merging orangefs/for-next (0df556457748 orangefs: convert get_user_pages() = --> pin_user_pages()) Merging overlayfs/overlayfs-next (4518dfcf761e ovl: fix lookup of indexed h= ardlinks with metacopy) Merging ubifs/next (f37e99aca03f Merge tag 's390-5.8-6' of git://git.kernel= .org/pub/scm/linux/kernel/git/s390/linux into master) Merging v9fs/9p-next (aab6c873cf9b 9p: remove unused code in 9p) Merging xfs/for-next (9f347d7a7e0e xfs: Lift -ENOSPC handler from xfs_attr_= leaf_addname) Merging zonefs/for-next (2f4b7462d2fa zonefs: update documentation to refle= ct zone size vs capacity) CONFLICT (content): Merge conflict in fs/buffer.c Merging iomap/iomap-for-next (979045f83ced iomap: fall back to buffered wri= tes for invalidation failures) Merging djw-vfs/vfs-for-next (e4f9ba20d3b8 fs/xfs: Update xfs_ioctl_setattr= _dax_invalidate()) Merging file-locks/locks-next (5ef159681309 locks: add locks_move_blocks in= posix_lock_inode) Merging vfs/for-next (259bf01c1bd1 Merge branches 'work.misc', 'work.regset= ' and 'work.fdpic' into for-next) CONFLICT (content): Merge conflict in arch/x86/kernel/fpu/xstate.c CONFLICT (content): Merge conflict in arch/powerpc/kernel/ptrace/ptrace-vie= w.c Merging printk/for-next (129650e8519f Merge branch 'for-5.9' into for-next) Applying: Revert "printk: Make linux/printk.h self-contained" Merging pci/next (0c5192ef0f03 Merge branch 'remotes/lorenzo/pci/xilinx') Merging pstore/for-next/pstore (fd49e03280e5 pstore: Fix linking when crypt= o API disabled) Merging hid/for-next (bc12a7f8e273 Merge branch 'for-5.8/upstream-fixes' in= to for-next) Merging i2c/i2c/for-next (81e293a98918 Merge branch 'i2c/for-5.9' into i2c/= for-next) Merging i3c/i3c/next (b4203ce05563 i3c master: GETMRL's 3rd byte is optiona= l even with BCR_IBI_PAYLOAD) Merging dmi/dmi-for-next (a3d13a0a23ea Replace HTTP links with HTTPS ones: = DMI/SMBIOS SUPPORT) Merging hwmon-staging/hwmon-next (2fdf8f7f0867 hwmon: (sparx5) Make symbol = 's5_temp_match' static) Merging jc_docs/docs-next (e210c66d567c doc/zh_CN: add cpu-load Chinese ver= sion) CONFLICT (content): Merge conflict in Documentation/filesystems/f2fs.rst Merging v4l-dvb/master (8f2a4a9d5ff5 media: dvbdev.h: keep * together with = the type) Merging v4l-dvb-next/master (0d6db85131e0 Revert "media: atomisp: keep the = ISP powered on when setting it") Merging fbdev/fbdev-for-next (732146a3f1dc video: fbdev: imxfb: fix a typo = in imxfb_probe()) Merging pm/linux-next (7f7b2e358b1b Merge branches 'pm-cpuidle' and 'powerc= ap' into linux-next) Merging cpufreq-arm/cpufreq/arm/linux-next (887d5fc82cb4 cpufreq: Add Tegra= 194 cpufreq driver) Merging cpupower/cpupower (fa0866a1d1be cpupower: Replace HTTP links with H= TTPS ones) Merging opp/opp/linux-next (06a8a059e88b opp: Allow disabled OPPs in dev_pm= _opp_get_freq()) Merging thermal/thermal/linux-next (332bc8ebab2c thermal: qcom: tsens-v0_1:= Add support for MSM8939) Merging thermal-rzhang/next (54ecb8f7028c Linux 5.4-rc1) Merging thermal-soc/next (6c375eccded4 thermal: db8500: Rewrite to be a pur= e OF sensor) Merging ieee1394/for-next (67f8e65e4fc1 firewire: net: remove set but not u= sed variable 'guid') Merging dlm/next (b9f24a697ce0 fs: dlm: set skb mark per peer socket) Merging swiotlb/linux-next (4cdfb27ba80d xen/swiotlb: remember having calle= d xen_create_contiguous_region()) Merging rdma/for-next (8b603d0715a3 RDMA/mlx5: Fix typo in enum name) Merging net-next/master (5e619d73e679 net/mlx4: Use fallthrough pseudo-keyw= ord) CONFLICT (content): Merge conflict in kernel/bpf/btf.c CONFLICT (content): Merge conflict in drivers/net/ethernet/sfc/efx.c Applying: fix up for "enum pci_channel_state" to "pci_channel_state_t" chan= ge Merging bpf-next/master (9a97c9d2af5c tools, bpftool: Add LSM type to array= of prog names) Merging ipsec-next/master (b328ecc468f8 xfrm: Make the policy hold queue wo= rk with VTI.) Merging mlx5-next/mlx5-next (042dd05bddbd RDMA/mlx5: ConnectX-7 new capabil= ities to set relaxed ordering by UMR) Merging netfilter-next/master (954d82979b2f netfilter: Use fallthrough pseu= do-keyword) Merging ipvs-next/master (66846b7d058b Merge branch 'bnxt_en-Driver-update-= for-net-next') Merging wireless-drivers-next/master (dfecd3e00cd3 Merge branch 'net-dsa-mv= 88e6xxx-port-mtu-support') Merging bluetooth/master (339ddaa62699 Bluetooth: Fix update of connection = state in `hci_encrypt_cfm`) Applying: Bluetooth: fix for introduction of sockptr_t Merging mac80211-next/master (29a720c1042f Merge branch 'Marvell-mvpp2-impr= ovements') Merging gfs2/for-next (0d7853ebbba3 gfs2: Pass glock holder to gfs2_file_di= rect_{read,write}) Merging mtd/mtd/next (fbd9b5437b66 mtd: rawnand: stm32_fmc2: get resources = from parent node) Merging nand/nand/next (da151e3458c8 dt-bindings: mtd: fsl-upm-nand: Deprec= ate chip-delay and fsl, upm-wait-flags) Merging spi-nor/spi-nor/next (99eae48fd4c5 mtd: spi-nor: update read capabi= lities for w25q64 and s25fl064k) Merging crypto/master (ef19f826ecea crypto: x86 - Put back integer parts of= include/asm/inst.h) CONFLICT (content): Merge conflict in Documentation/crypto/api-intro.rst Merging drm/drm-next (92be42392256 Merge tag 'amd-drm-next-5.9-2020-07-24' = of git://people.freedesktop.org/~agd5f/linux into drm-next) CONFLICT (content): Merge conflict in drivers/gpu/drm/drm_gem.c Merging amdgpu/drm-next (c9ed1416ae47 drm/amdgpu: add some additional DCE6 = registers (v7)) Merging drm-intel/for-linux-next (1e4fcd40445c drm/i915: Implement WA 14011= 294188) CONFLICT (content): Merge conflict in drivers/gpu/drm/drm_probe_helper.c Merging drm-tegra/drm/tegra/for-next (4fba6d22ca9a drm/tegra: plane: Suppor= t 180=C2=B0 rotation) Merging drm-misc/for-linux-next (175233f92e80 drm: Remove redundant NULL ch= eck) Merging drm-msm/msm-next (00be2abf1413 drm/msm: use kthread_create_worker i= nstead of kthread_run) Merging mali-dp/for-upstream/mali-dp (f634c6a80287 dt/bindings: display: Ad= d optional property node define for Mali DP500) Merging imx-drm/imx-drm/next (408a85e31e3e drm/imx: imx-tve: Delete an erro= r message in imx_tve_bind()) Merging etnaviv/etnaviv/next (c5d5a32ead1e drm/etnaviv: fix ref count leak = via pm_runtime_get_sync) Merging regmap/for-next (c9fadf212afd Merge remote-tracking branch 'regmap/= for-5.9' into regmap-next) Merging sound/for-next (2e5a8e1527a8 ALSA: usb-audio: endpoint : remove nee= dless check before usb_free_coherent()) Merging sound-asoc/for-next (096e73ac2ef9 Merge remote-tracking branch 'aso= c/for-5.9' into asoc-next) Merging modules/modules-next (c6a8b84da4c2 modules: linux/moduleparam.h: dr= op duplicated word in a comment) Merging input/next (37bd9e803dae Input: ati_remote2 - add missing newlines = when printing module parameters) Merging block/for-next (0be04712a5a9 Merge branch 'for-5.9/io_uring' into f= or-next) CONFLICT (content): Merge conflict in fs/btrfs/disk-io.c Merging device-mapper/for-next (4861f596091f Merge branch 'dm-5.9' into for= -next) CONFLICT (content): Merge conflict in drivers/md/dm-crypt.c Merging pcmcia/pcmcia-next (46d079790663 pcmcia: make pccard_loop_tuple() s= tatic) Merging mmc/next (ac42e4e906b6 dt-bindings: mmc: mediatek: Add document for= mt6779) Merging mfd/for-mfd-next (5a0376e58b7f mfd: Replace HTTP links with HTTPS o= nes) Merging backlight/for-backlight-next (7eb99a39ef76 video: backlight: cr_bll= cd: Remove unused variable 'intensity') Merging battery/for-next (466bf93153b8 power: supply: rt5033_battery: Fix e= rror code in rt5033_battery_probe()) Merging regulator/for-next (ad226835b250 Merge remote-tracking branch 'regu= lator/for-5.9' into regulator-next) Merging security/next-testing (8ca4a830cefa Merge branch 'next-general' int= o next-testing) Applying: fix up for "Add a new LSM-supporting anonymous inode interface" Applying: Revert "Wire UFFD up to SELinux" Merging apparmor/apparmor-next (e37986097ba6 apparmor: Use true and false f= or bool variable) Merging integrity/next-integrity (311aa6aafea4 ima: move APPRAISE_BOOTPARAM= dependency on ARCH_POLICY to runtime) Merging keys/keys-next (b6f61c314649 keys: Implement update for the big_key= type) Merging safesetid/safesetid-next (4d63f7c2e382 security: Add LSM hooks to s= et*gid syscalls) Merging selinux/next (54b27f9287a7 selinux: complete the inlining of hashta= b functions) Merging smack/next (42a2df3e829f Smack: prevent underflow in smk_set_cipso(= )) Merging tomoyo/master (ba47d845d715 Linux 5.8-rc6) Merging tpmdd/next (85467f63a05c tpm: Add support for event log pointer fou= nd in TPM2 ACPI table) Merging watchdog/master (92ed30191993 Linux 5.8-rc7) Merging iommu/next (7b96a1fa1766 Merge branches 'iommu/fixes', 'arm/renesas= ', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/exynos', 'arm/smmu', 'ppc/p= amu', 'x86/vt-d', 'x86/amd' and 'core' into next) Merging vfio/next (ccd59dce1a21 vfio/type1: Refactor vfio_iommu_type1_ioctl= ()) Merging audit/next (b43870c74f3f audit: report audit wait metric in audit s= tatus reply) Merging devicetree/for-next (70172d196947 dt-bindings: pci: convert QCOM pc= i bindings to YAML) CONFLICT (modify/delete): Documentation/devicetree/bindings/pci/qcom,pcie.t= xt deleted in devicetree/for-next and modified in HEAD. Version HEAD of Doc= umentation/devicetree/bindings/pci/qcom,pcie.txt left in tree. CONFLICT (modify/delete): Documentation/devicetree/bindings/display/bridge/= ti,sn65dsi86.txt deleted in HEAD and modified in devicetree/for-next. Versi= on devicetree/for-next of Documentation/devicetree/bindings/display/bridge/= ti,sn65dsi86.txt left in tree. $ git rm -f Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.t= xt $ git rm -f Documentation/devicetree/bindings/pci/qcom,pcie.txt Applying: fix for "dt-bindings: drm/bridge: Replace HTTP links with HTTPS o= nes" Merging mailbox/mailbox-for-next (e9f901dc05c0 mailbox: qcom: Add ipq6018 a= pcs compatible) Merging spi/for-next (8cd6c5b0d0b4 Merge remote-tracking branch 'spi/for-5.= 9' into spi-next) CONFLICT (content): Merge conflict in drivers/memory/Makefile CONFLICT (content): Merge conflict in drivers/memory/Kconfig Merging tip/auto-latest (a1f91a8f560f Merge branch 'core/debugobjects') CONFLICT (content): Merge conflict in drivers/spi/spi.c CONFLICT (content): Merge conflict in drivers/gpu/drm/msm/msm_drv.c CONFLICT (content): Merge conflict in arch/x86/include/asm/inst.h CONFLICT (content): Merge conflict in arch/x86/include/asm/fpu/xstate.h Applying: Revert "sched: Remove sched_setscheduler*() EXPORTs" Merging clockevents/timers/drivers/next (9fba22584e54 clocksource: Ingenic:= Add support for the Ingenic X1000 OST.) Merging edac/edac-for-next (399cd3b33cef Merge branch 'edac-urgent' into ed= ac-for-next) Merging irqchip/irq/irqchip-next (bb403111e017 irqchip/imx-intmux: Implemen= t intmux runtime power management) Merging ftrace/for-next (29ce24519c06 ring-buffer: Do not trigger a WARN if= clock going backwards is detected) Merging rcu/rcu/next (c86409b6f860 rcu: Move rcu_cpu_started per-CPU variab= le to rcu_data) Merging kvm/linux-next (c34b26b98cac KVM: MIPS: clean up redundant 'kvm_run= ' parameters) CONFLICT (content): Merge conflict in arch/x86/kernel/kvm.c Applying: fix up for idtentry_{enter,exit}_cond_rcu() renaming Merging kvm-arm/next (b72eb1f68137 Merge branch 'kvm-arm64/pre-nv-5.9' into= kvmarm-master/next) CONFLICT (content): Merge conflict in arch/arm64/kvm/mmu.c CONFLICT (content): Merge conflict in arch/arm64/kvm/handle_exit.c CONFLICT (content): Merge conflict in arch/arm64/include/asm/kvm_coproc.h Merging kvm-ppc/kvm-ppc-next (81ab595ddd3c KVM: PPC: Book3S HV: Rework secu= re mem slot dropping) Merging kvms390/next (23a60f834406 s390/kvm: diagnose 0x318 sync and reset) CONFLICT (content): Merge conflict in include/uapi/linux/kvm.h Merging xen-tip/linux-next (ba8c42348897 xen/xenbus: Fix a double free in x= enbus_map_ring_pv()) Merging percpu/for-next (4fa640dc5230 Merge tag 'vfio-v5.8-rc7' of git://gi= thub.com/awilliam/linux-vfio into master) Merging workqueues/for-next (10cdb1575954 workqueue: use BUILD_BUG_ON() for= compile time test instead of WARN_ON()) Merging drivers-x86/for-next (50c8a002bfd4 platform/x86: ISST: drop a dupli= cated word in isst_if.h) Merging chrome-platform/for-next (e48bc01ed5ad platform/chrome: cros_ec_sen= sorhub: Fix EC timestamp overflow) Merging hsi/for-next (bb6d3fb354c5 Linux 5.6-rc1) Merging leds/for-next (45c2818f78d3 Documentation: ABI: leds-turris-omnia: = document sysfs attribute) Merging ipmi/for-next (634b06def11c ipmi/watchdog: add missing newlines whe= n printing parameters by sysfs) Merging driver-core/driver-core-next (eea2c51f81df Merge 5.8-rc7 into drive= r-core-next) CONFLICT (content): Merge conflict in include/linux/device.h Merging usb/usb-next (ca6377900974 Revert "usb: dwc2: override PHY input si= gnals with usb role switch support") Merging usb-gadget/next (f5e46aa4a124 usb: dwc3: gadget: when the started l= ist is empty stop the active xfer) Merging usb-serial/usb-next (d2a4309c1ab6 USB: serial: qcserial: add EM7305= QDL product ID) Merging usb-chipidea-next/ci-for-usb-next (d6f93d21001e usb: chipidea: imx:= get available runtime dr mode for wakeup setting) Merging phy-next/next (3d7b0ca5300b phy: qualcomm: fix setting of tx_deamp_= 3_5db when device property read fails) CONFLICT (content): Merge conflict in MAINTAINERS Merging tty/tty-next (dbaab9469b25 Merge 5.8-rc7 into tty-next) CONFLICT (content): Merge conflict in drivers/video/fbdev/core/fbcon.c CONFLICT (content): Merge conflict in drivers/tty/serial/qcom_geni_serial.c Merging char-misc/char-misc-next (65a9bde6ed48 Merge 5.8-rc7 into char-misc= -next) $ git reset --hard HEAD^ Merging next-20200724 version of char-misc Merging extcon/extcon-next (b3a9e3b9622a Linux 5.8-rc1) Merging soundwire/next (a81844034e5b Soundwire: intel_init: save Slave(s) _= ADR info in sdw_intel_ctx) Merging thunderbolt/next (ef7e12078ab8 thunderbolt: Fix old style declarati= on warning) Applying: thunderbolt: merge fix for kunix_resource changes Merging staging/staging-next (908e757daecf Merge 5.8-rc7 into staging-next) CONFLICT (add/add): Merge conflict in Documentation/devicetree/bindings/soc= /microchip/atmel,at91rm9200-tcb.yaml Merging mux/for-next (05f19f7f8944 mux: adgs1408: Add mod_devicetable.h and= remove of_match_ptr) Merging icc/icc-next (12a400b016ab interconnect: Mark all dummy functions a= s static inline) Merging dmaengine/next (fe541ee394a7 Merge branch 'for-linus' into next) CONFLICT (content): Merge conflict in drivers/dma/idxd/sysfs.c CONFLICT (content): Merge conflict in MAINTAINERS Merging cgroup/for-next (936f2a70f207 cgroup: add cpu.stat file to root cgr= oup) Merging scsi/for-next (99b91847b291 Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (6eaa862747ea scsi: mvsas: Move 'core_nr' inside = #ifdef and remove unused variable 'res_flag') Merging vhost/linux-next (84d40e4b4bc6 vhost: fix copy & paste bug in docum= entation) $ git reset --hard HEAD^ Merging next-20200727 version of vhost Merging rpmsg/for-next (ddd1930d6e3e Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (a070bdbbb06d gpio: regmap: fix type clash) Merging gpio-brgl/gpio/for-next (df51f402e3b1 tools: gpio: fix spurious clo= se warning in gpio-event-mon) Merging gpio-intel/for-next (4941b8dedb3f gpio: sch: Add a blank line betwe= en declaration and code) Merging pinctrl/for-next (5a32a137edfe Merge branch 'devel' into for-next) CONFLICT (content): Merge conflict in drivers/pinctrl/pinctrl-single.c CONFLICT (content): Merge conflict in drivers/pinctrl/intel/pinctrl-baytrai= l.c Merging pinctrl-intel/for-next (b4f2fcb53487 pinctrl: intel: Add Intel Emmi= tsburg pin controller support) Merging pinctrl-samsung/for-next (7efece8a057f pinctrl: samsung: Use bank n= ame as irqchip name) Merging pwm/for-next (b8fb642afa02 pwm: iqs620a: Use lowercase hexadecimal = literals for consistency) Merging userns/for-next (7fce69dff8db Implement kernel_execve) Merging ktest/for-next (3ff6685579ae ktest.pl: Add MAIL_MAX_SIZE to limit t= he amount of log emailed) Merging random/dev (ab9a7e27044b random: avoid warnings for !CONFIG_NUMA bu= ilds) Merging kselftest/next (850d0cc64c8e selftests/harness: Limit step counter = reporting) Merging y2038/y2038 (c4e71212a245 Revert "drm/etnaviv: reject timeouts with= tv_nsec >=3D NSEC_PER_SEC") Merging livepatching/for-next (bf14b015bf51 Merge branch 'for-5.9/selftests= -cleanup' into for-next) Merging coresight/next (342c8a1d1d9e coresight: etm4x: Fix save/restore dur= ing cpu idle) Merging rtc/rtc-next (3d6cfb36ed71 rtc: ds1374: remove unused define) Merging nvdimm/libnvdimm-for-next (b86153077d5c Merge branch 'for-5.8/papr_= scm' into libnvdimm-for-next) Merging at24/at24/for-next (8f3d9f354286 Linux 5.7-rc1) Merging ntb/ntb-next (b3a9e3b9622a Linux 5.8-rc1) Merging seccomp/for-next/seccomp (c97aedc52dce selftests/seccomp: Test SECC= OMP_IOCTL_NOTIF_ADDFD) CONFLICT (content): Merge conflict in tools/testing/selftests/seccomp/secco= mp_bpf.c Merging kspp/for-next/kspp (36f78758dca5 Merge branch 'kspp/tasklets/new-ap= i/v1' into for-next/kspp) CONFLICT (content): Merge conflict in net/ipv6/ip6_flowlabel.c CONFLICT (content): Merge conflict in drivers/infiniband/core/uverbs_cmd.c CONFLICT (content): Merge conflict in drivers/gpu/drm/drm_edid.c Merging gnss/gnss-next (48778464bb7d Linux 5.8-rc2) Merging fsi/next (e1059cacc408 fsi: aspeed: Support CFAM reset GPIO) Merging slimbus/for-next (b3a9e3b9622a Linux 5.8-rc1) Merging nvmem/for-next (a24ef5be460b nvmem: qcom-spmi-sdam: Enable multiple= devices) Merging xarray/xarray (27586ca786a7 XArray: Handle retry entries within xas= _find_marked) Merging hyperv/hyperv-next (3245b7b959d5 hv_netvsc: Use vmbus_requestor to = generate transaction IDs for VMBus hardening) Merging auxdisplay/auxdisplay (3f03b6498172 auxdisplay: charlcd: Reuse hex_= to_bin() instead of custom code) Merging kgdb/kgdb/for-next (2c308ef41351 kgdb: Make "kgdbcon" work properly= with "kgdb_earlycon") Merging pidfd/for-next (da83d0cb9237 Merge branch 'cap_checkpoint_restore' = into for-next) CONFLICT (content): Merge conflict in fs/file.c CONFLICT (content): Merge conflict in arch/um/Kconfig CONFLICT (content): Merge conflict in arch/sh/kernel/process_32.c CONFLICT (content): Merge conflict in arch/riscv/Kconfig CONFLICT (content): Merge conflict in arch/csky/kernel/process.c CONFLICT (content): Merge conflict in arch/csky/Kconfig Merging devfreq/devfreq-next (3c66c7a5d197 PM / devfreq: Fix the wrong end = with semicolon) CONFLICT (content): Merge conflict in MAINTAINERS Merging hmm/hmm (b223555dc4ed nouveau/hmm: support mapping large sysmem pag= es) Merging fpga/for-next (eacfbf589c90 fpga: dfl: pci: add device id for Intel= FPGA PAC N3000) Merging kunit/test (48778464bb7d Linux 5.8-rc2) Merging cel/cel-next (0a8e7b7d0846 SUNRPC: Revert 241b1f419f0e ("SUNRPC: Re= move xdr_buf_trim()")) Merging generic-ioremap/for-next (4bdc0d676a64 remove ioremap_nocache and d= evm_ioremap_nocache) Merging cfi/cfi/next (11399346ac39 mtd: Replace zero-length array with flex= ible-array) Merging kunit-next/kunit (d43c7fb05765 kunit: tool: fix improper treatment = of file location) Merging trivial/for-next (c1a371cf80fb printk: fix global comment) Merging zx2c4/for-next (16fbf79b0f83 Linux 5.6-rc7) Merging mhi/mhi-next (d0dc371b39a7 bus: mhi: fix doubled words and struct i= mage_info kernel-doc) Merging notifications/notifications-pipe-core (55cfafc50262 watch_queue: sa= mple: Display mount tree change notifications) Merging fsinfo/fsinfo-core (f0c652d3b991 samples: add error state informati= on to test-fsinfo.c) Merging memblock/for-next (3346dd99fb4c MAINTAINERS: remove "PKUNITY SOC DR= IVERS" entry) CONFLICT (modify/delete): arch/unicore32/kernel/process.c deleted in memblo= ck/for-next and modified in HEAD. Version HEAD of arch/unicore32/kernel/pro= cess.c left in tree. $ git rm -f arch/unicore32/kernel/process.c Merging set_fs/set_fs-rw (2750e3608b79 fs: don't allow splice read/write wi= thout explicit ops) CONFLICT (content): Merge conflict in lib/debugobjects.c CONFLICT (content): Merge conflict in drivers/power/supply/da9030_battery.c CONFLICT (content): Merge conflict in drivers/acpi/battery.c CONFLICT (content): Merge conflict in arch/powerpc/mm/numa.c Merging init/init-user-pointers (2c334445eca7 initrd: fix spelling mistake = "depreated" -> "deprecated") CONFLICT (content): Merge conflict in drivers/md/md.c Merging akpm-current/current (c601dfa82f7e ipc/shm.c: Remove the superfluou= s break) CONFLICT (content): Merge conflict in net/sctp/socket.c CONFLICT (content): Merge conflict in mm/cma.h CONFLICT (content): Merge conflict in lib/cpumask.c CONFLICT (content): Merge conflict in lib/Makefile CONFLICT (content): Merge conflict in kernel/rcu/tree.c CONFLICT (content): Merge conflict in fs/crypto/keysetup_v1.c CONFLICT (content): Merge conflict in drivers/s390/crypto/ap_bus.h CONFLICT (content): Merge conflict in drivers/crypto/mediatek/mtk-aes.c CONFLICT (content): Merge conflict in arch/arm64/mm/init.c CONFLICT (content): Merge conflict in Documentation/filesystems/proc.rst $ git checkout -b akpm remotes/origin/akpm/master $ git rebase --onto master remotes/origin/akpm/master-base "git add/rm ", then run "git rebase --continue". You can instead skip this commit: run "git rebase --skip". To abort and get back to the state before "git rebase", run "git rebase --a= bort". CONFLICT (content): Merge conflict in include/uapi/asm-generic/unistd.h Merging akpm/master (971f7f374cca virtio: pci: constify ioreadX() iomem arg= ument (as in generic implementation)) --Sig_/+3NKVcNOZCN_vZ3slJvpqML Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl8gEqsACgkQAVBC80lX 0Gxs3Af+I46ttk29C+NJpcGotgxzXfnlZj57FfLAyT/F36+GCwyzcf2u0G2lG0Hu FgZMjRN/vgB40BazAAyNAbU0EWercVoi6V+4VrvMwwRQBplxLoKTbuZPMY/Z0Eem 0AvY5xh+R+UnxfZBrJU0/EBAC24i0UBUL7ua3XIm83aYKjUi/5qFQsS8fsqeOswA IAPvGHFfRcnXJXcdch1WyjI2vmpeltEfNSF9RL1Gp8Y0QvP/0kbdFXUD1fCRNbFu mwizmOiMv/QxYBumGSXdnpE+aUsTShP++tn4y8hrX3Y8zy+HJzkTTDKTQhUTFQn7 5mPVurzxNkgRW/wJaCkfOfy9RPcbiw== =g/+/ -----END PGP SIGNATURE----- --Sig_/+3NKVcNOZCN_vZ3slJvpqML--