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=-7.7 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 84839C2BB84 for ; Thu, 10 Sep 2020 07:43:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 45361207EA for ; Thu, 10 Sep 2020 07:43:35 +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="Nj1YLpG7" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729953AbgIJHnd (ORCPT ); Thu, 10 Sep 2020 03:43:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726893AbgIJHnB (ORCPT ); Thu, 10 Sep 2020 03:43:01 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95EF5C061573; Thu, 10 Sep 2020 00:43:00 -0700 (PDT) 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 4Bn9pk0MrPz9sTN; Thu, 10 Sep 2020 17:42:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1599723774; bh=3qmlEZAyrL0zCwv97/5vRxlbj83Gvdsh5rNmHxRKUSY=; h=Date:From:To:Cc:Subject:From; b=Nj1YLpG7L/Pml4KrrbD622FKktCqzFkzAnX5rd0XVuTYGOpPAkP6oMUwUckBImi0A ZYGtaV1OaKlKaJGB9dypbXIQ9xrav3lX/ygd42TzmokktBbOZ7njmY4shKjD+phQny yWVqvkd8r08AVo7oaUrlQ2CN788R98doWy4C+XCR0azoP5x9aU349PZ7FvvTnCMwVd T0urGnG/rROPB2yYQWFwDqnRRz2QkOcbWTIPyoZ0SYB8uOplGa341oscvQb5wAoXoi XXT8u5rh0alDI1R/7rEf7GTLfDoCEV15jucTUCwRIgYX29lR0M+qrY4Q85p3oE83t1 7vW95Zjn8Bdbw== Date: Thu, 10 Sep 2020 17:42:52 +1000 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Sep 10 Message-ID: <20200910174252.0698c743@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/htQP10En7EW+/dWlj9liZqH"; 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_/htQP10En7EW+/dWlj9liZqH Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20200909: The m68knommu tree gained a conflict against the m68k tree. The vfs tree gained a conflict against the m68k tree. The bpf-next tree lost its build failure. The nand tree still had its build failure so I used the version from next-20200903. The driver-core tree lost its build failure. The extcon tree gained a conflict against the drm-misc tree. The akpm tree lost a patch that turned up elsewhere. Non-merge commits (relative to Linus' tree): 5757 6695 files changed, 202972 insertions(+), 105205 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 86 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 (34d4ddd359db Merge tag 'linux-kselftest-5.9-rc5' of = git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest) Merging fixes/fixes (9123e3a74ec7 Linux 5.9-rc1) Merging kbuild-current/fixes (f4d51dffc6c0 Linux 5.9-rc4) Merging arc-current/for-curr (f4d51dffc6c0 Linux 5.9-rc4) 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 (e0328feda79d arm64/module: set trampoli= ne section flags regardless of CONFIG_DYNAMIC_FTRACE) Merging arm-soc-fixes/arm/fixes (9c8b0a9c37b7 Merge tag 'imx-fixes-5.9' of = git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes) Merging uniphier-fixes/fixes (48778464bb7d Linux 5.8-rc2) Merging drivers-memory-fixes/fixes (7ff3a2a626f7 memory: jz4780_nemc: Fix a= n error pointer vs NULL check in probe()) Merging m68k-current/for-linus (382f429bb559 m68k: defconfig: Update defcon= figs for v5.8-rc3) Merging powerpc-fixes/fixes (0460534b532e powerpc/papr_scm: Limit the reada= bility of 'perf_stats' sysfs attribute) Merging s390-fixes/fixes (4b3b4f5a156e s390/kasan: check ultravisor address= ing limitations) Merging sparc/master (0a95a6d1a4cd sparc: use for_each_child_of_node() macr= o) Merging fscrypt-current/for-stable (2b4eae95c736 fscrypt: don't evict dirty= inodes after removing key) Merging net/master (a19454b60963 Merge tag 'wireless-drivers-2020-09-09' of= git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers) Merging bpf/master (746f534a4809 tools/libbpf: Avoid counting local symbols= in ABI check) Merging ipsec/master (8366685b2883 xfrm: clone whole liftime_cur structure = in xfrm_do_migrate) Merging netfilter/master (ba9e04a7ddf4 ip: fix tos reflection in ack and re= set packets) Merging ipvs/master (7c7ab580db49 net: Convert to use the fallthrough macro) Merging wireless-drivers/master (1264c1e0cfe5 Revert "wlcore: Adding suppop= rt for IGTK key in wlcore driver") Merging mac80211/master (c8146fe292a7 Merge git://git.kernel.org/pub/scm/li= nux/kernel/git/bpf/bpf) Merging rdma-fixes/for-rc (28b0865714b3 RDMA/core: Fix reported speed and w= idth) Merging sound-current/for-linus (fc19d559b0d3 ALSA: hda/realtek - The Mic o= n a RedmiBook doesn't work) Merging sound-asoc-fixes/for-linus (dab77f6f9d87 Merge remote-tracking bran= ch 'asoc/for-5.9' into asoc-linus) Merging regmap-fixes/for-linus (f75aef392f86 Linux 5.9-rc3) Merging regulator-fixes/for-linus (b40d843b2186 Merge remote-tracking branc= h 'regulator/for-5.9' into regulator-linus) Merging spi-fixes/for-linus (92d984b7510e Merge remote-tracking branch 'spi= /for-5.9' into spi-linus) Merging pci-current/for-linus (e338eecf3fe7 PCI: rockchip: Fix bus checks i= n rockchip_pcie_valid_device()) Merging driver-core.current/driver-core-linus (1c3047482668 PM: : fix @em_pd kernel-doc warning) Merging tty.current/tty-linus (f75aef392f86 Linux 5.9-rc3) Merging usb.current/usb-linus (a29c0adbb688 Merge tag 'usb-serial-5.9-rc5' = of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into us= b-linus) Merging usb-gadget-fixes/fixes (51609fba0cca usb: dwc3: simple: add support= for Hikey 970) Merging usb-serial-fixes/usb-linus (2bb70f0a4b23 USB: serial: option: suppo= rt dynamic Quectel USB compositions) Merging usb-chipidea-fixes/ci-for-usb-stable (2d79b3360dcc usb: chipidea: c= ore: add wakeup support for extcon) Merging phy/fixes (850280156f64 phy: ti: am654: Fix a leak in serdes_am654_= probe()) Merging staging.current/staging-linus (a139ffa40f0c iio: adc: mcp3422: fix = locking on error path) Merging char-misc.current/char-misc-linus (bd018a6a75ce video: fbdev: fix O= OB read in vga_8planes_imageblit()) Merging soundwire-fixes/fixes (3fbbf2148a40 soundwire: fix double free of d= angling pointer) Merging thunderbolt-fixes/fixes (f022ff7bf377 thunderbolt: Retry DROM read = once if parsing fails) Merging input-current/for-linus (c4440b8a4577 Input: i8042 - add Entroware = Proteus EL07R4 to nomux and reset lists) Merging crypto-current/master (1b0df11fde0f padata: fix possible padata_wor= ks_lock deadlock) Merging ide/master (6800cd8cbc6e ide-acpi: use %*ph to print small buffer) Merging vfio-fixes/for-linus (aae7a75a821a vfio/type1: Add proper error unw= ind for vfio_iommu_replay()) Merging kselftest-fixes/fixes (5c1e4f7e9e49 selftests/timers: Turn off time= out setting) Merging modules-fixes/modules-linus (57baec7b1b04 scripts/nsdeps: make sure= to pass all module source files to spatch) Merging dmaengine-fixes/fixes (f4d51dffc6c0 Linux 5.9-rc4) 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 (22380b65dc70 mfd: mfd-core: Ensure disable= d devices are ignored without error) Merging v4l-dvb-fixes/fixes (ddecfc76979d media: mceusb: Avoid GFP_ATOMIC w= here it is not needed) Merging reset-fixes/reset/fixes (b460e0a9e240 reset: intel: add unspecified= HAS_IOMEM dependency) Merging mips-fixes/mips-fixes (baf5cb30fbd1 MIPS: SNI: Fix SCSI interrupt) Merging at91-fixes/at91-fixes (54ecb8f7028c Linux 5.4-rc1) Merging omap-fixes/fixes (6542e2b613c2 ARM: dts: omap5: Fix DSI base addres= s and clocks) Merging kvm-fixes/master (b5331379bc62 KVM: arm64: Only reschedule if MMU_N= OTIFIER_RANGE_BLOCKABLE is not set) Merging kvms390-fixes/master (774911290c58 KVM: s390: reduce number of IO p= ins to 1) Merging hwmon-fixes/hwmon (d50e0d750004 hwmon: (sparx5) Fix initial reading= of temperature) Merging nvdimm-fixes/libnvdimm-fixes (6180bb446ab6 dax: fix detection of da= x support for non-persistent memory block devices) Merging btrfs-fixes/next-fixes (fd0aed2b3d46 Merge branch 'misc-5.9' into n= ext-fixes) Merging vfs-fixes/fixes (9d682ea6bcc7 vboxsf: Fix the check for the old bin= ary mount-arguments struct) Merging dma-mapping-fixes/for-linus (892fc9f6835e dma-pool: Fix an uninitia= lized variable bug in atomic_pool_expand()) Merging i3c-fixes/master (6fbc7275c7a9 Linux 5.2-rc7) Merging drivers-x86-fixes/fixes (9123e3a74ec7 Linux 5.9-rc1) Merging samsung-krzk-fixes/fixes (9123e3a74ec7 Linux 5.9-rc1) Merging pinctrl-samsung-fixes/pinctrl-fixes (9123e3a74ec7 Linux 5.9-rc1) Merging devicetree-fixes/dt/linus (d89a80ddbfd8 dt-bindings: crypto: sa2ul:= fix a DT binding check warning) Merging scsi-fixes/fixes (fdcb7900d9ab scsi: libsas: Fix error path in sas_= notify_lldd_dev_found()) Merging drm-fixes/drm-fixes (f9c88aa50b26 Merge tag 'drm-xlnx-dpsub-fixes-2= 0200905' of git://linuxtv.org/pinchartl/media 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 (0c4c801b31f8 drm/i915: fix re= gression leading to display audio probe failure on GLK) Merging mmc-fixes/fixes (f0c393e2104e mmc: sdio: Use mmc_pre_req() / mmc_po= st_req()) Merging rtc-fixes/rtc-fixes (9123e3a74ec7 Linux 5.9-rc1) Merging gnss-fixes/gnss-linus (48778464bb7d Linux 5.8-rc2) Merging hyperv-fixes/hyperv-fixes (19873eec7e13 Drivers: hv: vmbus: hiberna= tion: do not hang forever in vmbus_bus_resume()) Merging soc-fsl-fixes/fix (fe8fe7723a3a soc: fsl: dpio: register dpio irq h= andlers after dpio create) Merging risc-v-fixes/fixes (29d9f9dd4480 RISC-V: Take text_mutex in ftrace_= init_nop()) Merging pidfd-fixes/fixes (bda4c60d02e9 sys: Convert to the new fallthrough= notation) Merging fpga-fixes/fixes (8614afd689df fpga: dfl: fix bug in port reset han= dshake) Merging spdx/spdx-linus (9123e3a74ec7 Linux 5.9-rc1) Merging gpio-intel-fixes/fixes (9123e3a74ec7 Linux 5.9-rc1) Merging pinctrl-intel-fixes/fixes (3488737093e7 pinctrl: cherryview: Preser= ve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs) 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 (21a6d1780d5b kunit: tool: allow generating= test results in JSON) 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 memblock-fixes/fixes (5f7b81c18366 ia64: fix min_low_pfn/max_low_pf= n build errors) Merging drm-misc-fixes/for-linux-next-fixes (ec653df2a0cb drm/vc4/vc4_hdmi:= fill ASoC card owner) Applying: Revert "dyndbg: fix problem parsing format=3D"foo bar"" Applying: Revert "dyndbg: accept query terms like file=3Dbar and module=3Df= oo" Merging kspp-gustavo/for-next/kspp (cb0938372de0 Merge branch 'for-next/cla= ng' into for-next/kspp) Merging kbuild/for-next (26bde0ed700d Merge branch 'kbuild' (early part) in= to for-next) Merging compiler-attributes/compiler-attributes (e5fc436f06ee sparse: use s= tatic inline for __chk_{user,io}_ptr()) Merging dma-mapping/for-next (135ba11a7a07 dma-mapping: set default segment= _boundary_mask to ULONG_MAX) 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 (4dffbda6a996 Merge branches 'fixes' and 'misc' into f= or-next) Merging arm64/for-next/core (f75aef392f86 Linux 5.9-rc3) Merging arm-perf/for-next/perf (f75aef392f86 Linux 5.9-rc3) Merging arm-soc/for-next (210ecbc29884 ARM: Document merges) Merging amlogic/for-next (c943b84fab78 Merge branch 'v5.10/dt64' into tmp/a= ml-rebuild) Merging aspeed/for-next (b5cef6b9dbc4 ARM: config: aspeed: Fix selection of= media drivers) Merging at91/at91-next (b68f43873b72 Merge branch 'at91-soc' into at91-next) Merging drivers-memory/for-next (a8529f3b1cd8 memory: mtk-smi: add support = for MT8167) Merging imx-mxs/for-next (dcb7078ce243 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 (770136caaca1 Merge branch 'v5.9-next/soc' into f= or-next) Merging mvebu/for-next (29bd9d8c2ac1 Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (cf4173c2defa Merge branch 'omap-for-v5.10/ti-sysc-dr= op-pdata' into for-next) Merging qcom/for-next (4c7f2d50c2e3 Merge branches 'arm64-for-5.10' and 'ar= m64-defconfig-for-5.10' into for-next) Merging raspberrypi/for-next (4564363351e2 ARM: dts: bcm2711: Enable the di= splay pipeline) Merging realtek/for-next (486f29df6941 Merge branch 'v5.8/dt' into next) Merging renesas/next (8f140ba19f76 Merge branch 'renesas-arm-dt-for-v5.10' = into renesas-next) Merging reset/reset/next (2983e2385ff6 reset: imx7: add the cm4 reset for i= .MX8MQ) CONFLICT (content): Merge conflict in drivers/reset/reset-imx7.c Merging rockchip/for-next (5b54a6a5703f Merge branch 'v5.10-armsoc/dts64' i= nto for-next) Merging samsung-krzk/for-next (5091298664a6 Merge branch 'next/dt' into for= -next) Merging scmi/for-linux-next (08671beba822 Merge branch 'for-next/scmi' of g= it://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into for-li= nux-next) Merging sunxi/sunxi/for-next (5bcae6ef32b0 Merge branch 'sunxi/dt-for-5.10'= into sunxi/for-next) Merging tegra/for-next (05ccc6eebf8e Merge branch for-5.10/arm64/defconfig = into for-next) Merging ti-k3/ti-k3-next (1e3d655fe7b4 Merge branch 'ti-k3-config-next' int= o ti-k3-next) Merging ti-k3-new/ti-k3-next (e5c956c4f36c arm64: dts: ti: k3-*: Fix up nod= e_name_chars_strict warnings) Merging uniphier/for-next (4f8fb65af529 Merge branch 'dt64' into for-next) Merging clk/clk-next (24907ec54702 Merge branch 'clk-fixes' into clk-next) Merging clk-samsung/for-next (3d77e6a8804a Linux 5.7) Merging csky/linux-next (bdcd93ef9afb csky: Add context tracking support) Merging h8300/h8300-next (8808515be0ed h8300: Replace by ) Merging ia64/next (1a9d3c34c593 x86/cpu: Add Lakefield, Alder Lake and Rock= et Lake to Intel family) Merging m68k/for-next (352e04291115 m68k: Replace HTTP links with HTTPS one= s) Merging m68knommu/for-next (ef03e4545eac m68knommu: switch to using asm-gen= eric/uaccess.h) CONFLICT (content): Merge conflict in arch/m68k/Kconfig Merging microblaze/next (4a17e8513376 microblaze: fix kbuild redundant file= warning) Merging mips/mips-next (601637e42df0 MIPS: Remove mach-*/war.h) Merging nds32/next (54bde873682b nds32: Fix bogus reference to ) Merging nios2/for-next (6b57fa4d374b nios2: signal: Mark expected switch fa= ll-through) Merging openrisc/for-next (55b2662ec665 openrisc: uaccess: Add user address= space check to access_ok) Merging parisc-hd/for-next (685cbf6616ce parisc/stifb: Convert STI core dri= ver to dynamic printk) Merging powerpc/next (dc462267d2d7 powerpc/64s: handle ISA v3.1 local copy-= paste context switches) 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 (87fa497f7f9a riscv/mm/fault: Set FAULT_FLAG_INSTRU= CTION flag in do_page_fault()) CONFLICT (content): Merge conflict in arch/riscv/mm/fault.c Merging s390/features (4bff8cb54502 s390: convert to GENERIC_VDSO) Merging sh/for-next (0c64a0dce51f sh: landisk: Add missing initialization o= f sh_io_port_base) 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 (4ca4c562efb6 xtensa: uaccess: Add missing _= _user to strncpy_from_user() prototype) Merging fscrypt/master (5e895bd4d523 fscrypt: restrict IV_INO_LBLK_32 to in= o_bits <=3D 32) Merging afs/afs-next (8409f67b6437 afs: Adjust the fileserver rotation algo= rithm to reprobe/retry more quickly) Merging btrfs/for-next (d7f5b2deba2d Merge branch 'for-next-next-v5.9-20200= 907' into for-next-20200907) Merging ceph/master (f44d04e696fe rbd: require global CAP_SYS_ADMIN for map= ping and unmapping) Merging cifs/for-next (01ec372cef1e cifs: fix DFS mount with cifsacl/modefr= omsid) 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 (cfcedfe21820 erofs: avoid duplicated permission check fo= r "trusted." xattrs) Merging exfat/dev (9764d7e25a9f exfat: eliminate dead code in exfat_find()) Merging ext3/for_next (b68e02b1e884 quota: widen timestamps for the fs_disk= _quota structure) Merging ext4/dev (27bc446e2def ext4: limit the length of per-inode prealloc= list) Merging f2fs/dev (5a10cbd5cfd7 f2fs: change virtual mapping way for compres= sion pages) Merging fsverity/fsverity (f3db0bed4583 fs-verity: use smp_load_acquire() f= or ->i_verity_info) Merging fuse/for-next (ddca99b70295 virtiofs: add logic to free up a memory= range) Merging jfs/jfs-next (7aba5dcc2346 jfs: Replace zero-length array with flex= ible-array member) Merging nfs/linux-next (8c6b6c793ed3 SUNRPC: stop printk reading past end o= f string) Merging nfs-anna/linux-next (65caafd0d214 SUNRPC reverting d03727b248d0 ("N= FSv4 fix CLOSE not waiting for direct IO compeletion")) Merging nfsd/nfsd-next (9123e3a74ec7 Linux 5.9-rc1) Merging cel/cel-next (9fe8cbb3e9ba NFSD: Correct type annotations in user x= attr helpers) Merging orangefs/for-next (e848643b524b orangefs: remove unnecessary assign= ment to variable ret) Merging overlayfs/overlayfs-next (8f6ee74c2786 ovl: rearrange ovl_can_list(= )) Merging ubifs/next (798b7347e4f2 jffs2: fix UAF problem) Merging v9fs/9p-next (2ed0b7578170 9p: Remove unneeded cast from memory all= ocation) Merging xfs/for-next (d0c20d38af13 xfs: fix xfs_bmap_validate_extent_raw wh= en checking attr fork of rt files) Merging zonefs/for-next (d012a7190fc1 Linux 5.9-rc2) Merging iomap/iomap-for-next (60263d5889e6 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 (1ad5f100e3ba locks: Remove extra "0x" in tra= cepoint format specifier) Merging vfs/for-next (c5c8adc73309 Merge branches 'fixes', 'work.misc', 'wo= rk.sparc', 'base.set_fs' and 'work.csum_and_copy', remote-tracking branch '= vfs/work.epoll' into for-next) CONFLICT (content): Merge conflict in arch/s390/include/asm/checksum.h CONFLICT (content): Merge conflict in arch/m68k/Kconfig Merging printk/for-next (22ed34492cf7 Merge branch 'printk-rework' into for= -next) Merging pci/next (763801810fc5 Merge branch 'remotes/lorenzo/pci/vmd') CONFLICT (content): Merge conflict in drivers/pci/controller/dwc/pci-imx6.c Merging pstore/for-next/pstore (137c6236aeec mailmap: Add WeiXiong Liao) CONFLICT (content): Merge conflict in .mailmap Merging hid/for-next (5bd34639e3da Merge branch 'for-5.10/core' into for-ne= xt) Merging i2c/i2c/for-next (5b4d19dec5c9 Merge branch 'i2c/for-current' into = i2c/for-next) Merging i3c/i3c/next (9da36a7ec421 i3c: master add i3c_master_attach_boardi= nfo to preserve boardinfo) Merging dmi/dmi-for-next (a3d13a0a23ea Replace HTTP links with HTTPS ones: = DMI/SMBIOS SUPPORT) Merging hwmon-staging/hwmon-next (33e7d4ebc983 hwmon: (pmbus) Stop caching = register values) Merging jc_docs/docs-next (7eec675669fb docs: ubifs-authentication: Add a t= op-level heading) Merging v4l-dvb/master (d034731bb4b4 media: vivid: fix compile warning/erro= r) 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 (7eada1ae101b Merge branch 'pm-cpufreq' into linux-ne= xt) Merging cpufreq-arm/cpufreq/arm/linux-next (b9f4d356e794 cpufreq: qcom-hw: = Make use of cpufreq driver_data for passing pdev) Merging cpupower/cpupower (527b7779e5ec cpupower: speed up generating git v= ersion string) Merging devfreq/devfreq-next (4b1e767350fb devfreq: rk3399_dmc: Simplify wi= th dev_err_probe()) Merging opp/opp/linux-next (257eba525a2e opp: Prevent memory leak in dev_pm= _opp_attach_genpd()) Merging thermal/thermal/linux-next (6f55be9fd5ee Merge branch 'thermal/fixe= s' into thermal/linux-next) 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 (7ae0451e2e6c fs: dlm: use free_con to free connection) Merging swiotlb/linux-next (4cdfb27ba80d xen/swiotlb: remember having calle= d xen_create_contiguous_region()) CONFLICT (content): Merge conflict in drivers/xen/swiotlb-xen.c Merging rdma/for-next (00b3c11879d7 RDMA/rxe: Convert tasklets to use new t= asklet_setup() API) Merging net-next/master (4f6a5caf187f net: dsa: b53: Report VLAN table occu= pancy via devlink) Merging bpf-next/master (8081ede1f731 perf: Stop using deprecated bpf_progr= am__title()) Merging ipsec-next/master (02a20d4fef3d enic: switch from 'pci_' to 'dma_' = API) Merging mlx5-next/mlx5-next (9123e3a74ec7 Linux 5.9-rc1) Merging netfilter-next/master (b131c96496b3 netfilter: nf_tables: add userd= ata support for nft_object) Merging ipvs-next/master (bfdd5aaa54b0 Merge tag 'Smack-for-5.9' of git://g= ithub.com/cschaufler/smack-next) Merging wireless-drivers-next/master (0dc0b5c29be2 rtlwifi: switch from 'pc= i_' to 'dma_' API) Merging bluetooth/master (0e9952804ec9 Bluetooth: Clear suspend tasks on un= register) Merging mac80211-next/master (0f091e43310f netlabel: remove unused param fr= om audit_log_format()) Merging gfs2/for-next (2928eebec009 gfs2: Fix bad comment for trans_drain) Merging mtd/mtd/next (3fbe507ebd82 mtd: mtdconcat: map through panic write = handler) Merging nand/nand/next (3d53274a44dc mtd: rawnand: vf610: disable clk on er= ror handling path in probe) $ git reset --hard HEAD^ Merging next-20200903 version of nand Merging spi-nor/spi-nor/next (e93a977367b2 mtd: revert "spi-nor: intel: pro= vide a range for poll_timout") Merging crypto/master (c68e418c603f crypto: amlogic - Fix endianness marker) Merging drm/drm-next (877d8c074302 Merge tag 'topic/nouveau-i915-dp-helpers= -and-cleanup-2020-08-31-1' of git://anongit.freedesktop.org/drm/drm-misc in= to drm-next) Merging amdgpu/drm-next (1b7eca59ceb0 Revert "drm/radeon: handle PCIe root = ports with addressing limitations") CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/amdgpu_ctx= .c Merging drm-intel/for-linux-next (f8bd54d21904 drm/i915: panel: Use atomic = PWM API for devs with an external PWM controller) CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/display/intel_pa= nel.c CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/display/intel_hd= cp.c Merging drm-tegra/drm/tegra/for-next (4fba6d22ca9a drm/tegra: plane: Suppor= t 180=C2=B0 rotation) Merging drm-misc/for-linux-next (708ba1111525 dt-bindings: display: imx: ad= d bindings for DCSS) Merging drm-msm/msm-next (f6828e0c4045 drm/msm: Disable the RPTR shadow) 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 (efd5a93d2a89 drm/imx: drop explicit drm_mode_= config_cleanup) Merging etnaviv/etnaviv/next (c5d5a32ead1e drm/etnaviv: fix ref count leak = via pm_runtime_get_sync) Merging regmap/for-next (b89102f28d29 Merge remote-tracking branch 'regmap/= for-5.10' into regmap-next) Merging sound/for-next (5554743d8848 ALSA: pcm: Remove unused inline functi= on snd_mask_sizeof) Merging sound-asoc/for-next (3dafc286d6b9 Merge remote-tracking branch 'aso= c/for-5.10' into asoc-next) Merging modules/modules-next (14721add58ef module: Add more error message f= or failed kernel module loading) Merging input/next (e2c8c4ec48b5 platform/x86: thinkpad_acpi: Map Clipping = tool hotkey to KEY_SELECTIVE_SCREENSHOT) Merging block/for-next (6f2250f784b1 Merge branch 'for-5.10/io_uring' into = for-next) Merging device-mapper/for-next (3a653b205f29 dm thin metadata: Fix use-afte= r-free in dm_bm_set_read_only) Merging pcmcia/pcmcia-next (46d079790663 pcmcia: make pccard_loop_tuple() s= tatic) Merging mmc/next (ce6f92c2801e mmc: renesas_sdhi: support manual calibratio= n) CONFLICT (content): Merge conflict in drivers/mmc/host/Kconfig Merging mfd/for-mfd-next (59306d7db654 mfd: sprd: Add wakeup capability for= PMIC IRQ) Merging backlight/for-backlight-next (7eb99a39ef76 video: backlight: cr_bll= cd: Remove unused variable 'intensity') Merging battery/for-next (d8483f31487c dt-bindings: power: supply: Cleanup = charger-manager bindings) Merging regulator/for-next (a727d5f996ed Merge remote-tracking branch 'regu= lator/for-5.10' into regulator-next) Merging security/next-testing (bc62d68e2a0a device_cgroup: Fix RCU list deb= ugging warning) Merging apparmor/apparmor-next (e37986097ba6 apparmor: Use true and false f= or bool variable) Merging integrity/next-integrity (48ce1ddce16b ima: Fail rule parsing when = asymmetric key measurement isn't supportable) Merging keys/keys-next (b6f61c314649 keys: Implement update for the big_key= type) Merging safesetid/safesetid-next (0476c865ded6 LSM: SafeSetID: Fix warnings= reported by test bot) Merging selinux/next (66ccd2560aff selinux: simplify away security_policydb= _len()) Merging smack/next (d012a7190fc1 Linux 5.9-rc2) Merging tomoyo/master (5384d92e4e02 tomoyo: Loosen pathname/domainname vali= dation.) Merging tpmdd/next (9123e3a74ec7 Linux 5.9-rc1) Merging watchdog/master (18445bf405cb Merge tag 'spi-fix-v5.9-rc1' of git:/= /git.kernel.org/pub/scm/linux/kernel/git/broonie/spi) Merging iommu/next (c59bc95e9144 Merge branches 'iommu/fixes', 'arm/allwinn= er', 'arm/mediatek', 'arm/renesas', 'arm/tegra', 'arm/qcom', 'x86/amd', 'x8= 6/vt-d' and 'core' into next) Merging vfio/next (ccd59dce1a21 vfio/type1: Refactor vfio_iommu_type1_ioctl= ()) Merging audit/next (c07203516439 audit: Remove redundant null check) Merging devicetree/for-next (f710b49e3c45 dt-bindings: convert spmi.txt to = spmi.yaml) Merging mailbox/mailbox-for-next (884996986347 mailbox: mediatek: cmdq: cle= ar task in channel before shutdown) Merging spi/for-next (a3475b431305 Merge remote-tracking branch 'spi/for-5.= 10' into spi-next) Merging tip/auto-latest (0cc0c12e3005 Merge branch 'core/build') Merging clockevents/timers/drivers/next (9fba22584e54 clocksource: Ingenic:= Add support for the Ingenic X1000 OST.) Merging edac/edac-for-next (66a7eb4cf792 Merge branch 'edac-misc' into edac= -for-next) Merging irqchip/irq/irqchip-next (821fc9e261f3 irqchip/ingenic: Leave paren= t IRQ unmasked on suspend) Merging ftrace/for-next (38ce2a9e33db tracing: Add trace_array_init_printk(= ) to initialize instance trace_printk() buffers) Merging rcu/rcu/next (d3f3d8756978 rcu: Panic after fixed number of stalls) Merging kvm/linux-next (e792415c5d3e KVM: MIPS/VZ: Fix build error caused b= y 'kvm_run' cleanup) Merging kvm-arm/next (66793484fdb6 Merge branch 'kvm-arm64/pt-new' into kvm= arm-master/next) Merging kvm-ppc/kvm-ppc-next (5706d14d2a94 KVM: PPC: Book3S HV: XICS: Repla= ce the 'destroy' method by a 'release' method) Merging kvms390/next (23a60f834406 s390/kvm: diagnose 0x318 sync and reset) Merging xen-tip/linux-next (9e2369c06c8a xen: add helpers to allocate unpop= ulated memory) Merging percpu/for-next (e7fdd9a9bc95 Merge branch 'for-5.9-fixes' into for= -next) Merging workqueues/for-next (10cdb1575954 workqueue: use BUILD_BUG_ON() for= compile time test instead of WARN_ON()) Merging drivers-x86/for-next (9123e3a74ec7 Linux 5.9-rc1) Merging chrome-platform/for-next (dd92f7dfe1ba platform/chrome: Kconfig: Re= move the transitional MFD_CROS_EC config) Merging hsi/for-next (bb6d3fb354c5 Linux 5.6-rc1) Merging leds/for-next (03eb2ca44a95 leds: tlc591xx: Simplify with dev_err_p= robe()) Merging ipmi/for-next (e829295c9bae ipmi: Reset response handler when faili= ng to send the command) Merging driver-core/driver-core-next (f601e8f37c2c Revert "driver core: Ann= otate dev_err_probe() with __must_check") Merging usb/usb-next (a5a6d2753e7e usb: typec: intel_pmc_mux: Support for d= evice role (UFP)) Merging usb-gadget/next (f5e46aa4a124 usb: dwc3: gadget: when the started l= ist is empty stop the active xfer) Merging usb-serial/usb-next (9123e3a74ec7 Linux 5.9-rc1) Merging usb-chipidea-next/ci-for-usb-next (71ac680e6339 usb: chipidea: ci_h= drc_imx: restore pinctrl) Merging phy-next/next (ee626660ddbd dt-binding: phy: convert ti,omap-usb2 t= o YAML) Merging tty/tty-next (71a174b39f10 pty: do tty_flip_buffer_push without por= t->lock in pty_write) Merging char-misc/char-misc-next (7f360bec3785 drivers/virt/fsl_hypervisor:= Fix error handling path) Merging extcon/extcon-next (b49959fcfb2d extcon: palmas: Simplify with dev_= err_probe()) CONFLICT (content): Merge conflict in MAINTAINERS Merging soundwire/next (09309093d5e8 soundwire: qcom: fix SLIBMUS/SLIMBUS t= ypo) Merging thunderbolt/next (54e418106c76 thunderbolt: Add debugfs interface) Merging staging/staging-next (ceea93444808 drivers: most: add character dev= ice interface driver) Merging mux/for-next (05f19f7f8944 mux: adgs1408: Add mod_devicetable.h and= remove of_match_ptr) Merging icc/icc-next (91e045b93db7 interconnect: qcom: Fix small BW votes b= eing truncated to zero) Merging dmaengine/next (78e7a522693b dt-bindings: renesas,rcar-dmac: Docume= nt r8a7742 support) Merging cgroup/for-next (936f2a70f207 cgroup: add cpu.stat file to root cgr= oup) Merging scsi/for-next (5da7eb801d50 Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (2de7649cff44 scsi: lpfc: Remove set but not used= 'qp') CONFLICT (content): Merge conflict in drivers/scsi/ufs/ufshcd.h CONFLICT (content): Merge conflict in drivers/scsi/ufs/ufshcd.c CONFLICT (content): Merge conflict in drivers/scsi/aacraid/aachba.c Merging vhost/linux-next (8a7c3213db06 vdpa/mlx5: fix up endian-ness for mt= u) Merging rpmsg/for-next (ca69dba7f13a Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (feeaefd378ca gpio: dwapb: Use resource managed GPIO-= chip add data method) Merging gpio-brgl/gpio/for-next (d284c16f84c9 gpio: tc35894: Disable Direct= KBD interrupts to enable gpio irq) Merging gpio-intel/for-next (9123e3a74ec7 Linux 5.9-rc1) Merging pinctrl/for-next (ebc2599144b6 pinctrl: mcp23s08: Improve error mes= saging in ->probe()) Merging pinctrl-intel/for-next (a0bf06dc51db pinctrl: cherryview: Preserve = CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs) Merging pinctrl-samsung/for-next (9123e3a74ec7 Linux 5.9-rc1) Merging pwm/for-next (6ced5ff0be8e pwm: bcm-iproc: handle clk_get_rate() re= turn) Merging userns/for-next (7fce69dff8db Implement kernel_execve) Merging ktest/for-next (ff131efff141 ktest.pl: Fix spelling mistake "Cant" = -> "Can't") Merging random/dev (ab9a7e27044b random: avoid warnings for !CONFIG_NUMA bu= ilds) Merging kselftest/next (f69237e1e954 selftests: more general make nesting s= upport) Merging y2038/y2038 (c4e71212a245 Revert "drm/etnaviv: reject timeouts with= tv_nsec >=3D NSEC_PER_SEC") Merging livepatching/for-next (59fc1e476962 Merge branch 'for-5.10/flive-pa= tching' into for-next) Merging coresight/next (cb6e4c659fb7 MAINTAINERS: Add CoreSight mailing lis= t) Merging rtc/rtc-next (9123e3a74ec7 Linux 5.9-rc1) Merging nvdimm/libnvdimm-for-next (03b68d5d7d4b Merge branch 'for-5.9/copy_= mc' into libnvdimm-for-next) Merging at24/at24/for-next (99363d1c26c8 eeprom: at24: Tidy at24_read()) Merging ntb/ntb-next (b8e2c8bbdf77 NTB: Use struct_size() helper in devm_kz= alloc()) Merging seccomp/for-next/seccomp (a23042882ff2 selftests/seccomp: Use bitwi= se instead of arithmetic operator for flags) Merging kspp/for-next/kspp (55dde35fdb7f overflow: Add __must_check attribu= te to check_*() helpers) Merging gnss/gnss-next (48778464bb7d Linux 5.8-rc2) Merging fsi/next (4ca8b73f16f0 fsi: aspeed: Support CFAM reset GPIO) Merging slimbus/for-next (9123e3a74ec7 Linux 5.9-rc1) Merging nvmem/for-next (c368763c4b01 nvmem: core: Use kobj_to_dev() instead= of container_of()) Merging xarray/xarray (27586ca786a7 XArray: Handle retry entries within xas= _find_marked) Merging hyperv/hyperv-next (49971e6bad2d drivers: hv: remove cast from hype= rv_die_event) Merging auxdisplay/auxdisplay (46d4a403a04c auxdisplay: Replace HTTP links = with HTTPS ones) Merging kgdb/kgdb/for-next (ece4ceaf2eba kdb: Use newer api for tasklist sc= anning) Merging pidfd/for-next (f2e9aec45e9e Merge tag 'kernel-clone-v5.9' into for= -next) Merging hmm/hmm (9123e3a74ec7 Linux 5.9-rc1) Merging fpga/for-next (9ba3a0aa09fe fpga: dfl: create a dfl bus type to sup= port DFL devices) Merging kunit/test (9123e3a74ec7 Linux 5.9-rc1) 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 (9123e3a74ec7 Linux 5.9-rc1) Merging trivial/for-next (2a9b29b28983 xtensa: fix Kconfig typo) Merging zx2c4/for-next (16fbf79b0f83 Linux 5.6-rc7) Merging mhi/mhi-next (18e9533ac877 bus: mhi: core: Introduce APIs to alloca= te and free the MHI controller) Merging notifications/notifications-pipe-core (841a0dfa5113 watch_queue: sa= mple: Display mount tree change notifications) Merging memblock/for-next (762d4d1a174c arch/ia64: Restore arch-specific pg= d_offset_k implementation) Merging init/init-user-pointers (38b082236e77 initramfs: use vfs_utimes in = do_copy) Merging akpm-current/current (8fc02284173a x86: add failure injection to ge= t/put/clear_user) CONFLICT (content): Merge conflict in mm/filemap.c CONFLICT (content): Merge conflict in drivers/dax/device.c CONFLICT (content): Merge conflict in .clang-format Applying: merge fix up for "mm/memremap_pages: convert to 'struct range'" $ git checkout -b akpm remotes/origin/akpm/master $ git rebase --onto master remotes/origin/akpm/master-base dropping dd44b34168d86a4f5adf7117a782567202112f94 x86/defconfigs: Explicitl= y unset CONFIG_64BIT in i386_defconfig -- patch contents already upstream Merging akpm/master (410e6656dcfe fix for "mm/madvise: introduce process_ma= dvise() syscall: an external memory hinting API") --Sig_/htQP10En7EW+/dWlj9liZqH Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl9Z2PwACgkQAVBC80lX 0GwGWggAoPS0At6p1W+cIvrtaLLXcf/r76wsrgsObnfS+I1HMyvMKZykh3YRazXs DZkfPTt9Ysl3K6fkloGbq+uZWy+GEq4DGzgcztxW8scDz4lkWhs+ckIkwDVb3ZZp jedkyDYCfUaKCEYO8t9MsPXh2CeManBXI08q1bIVt1mUDDNtO3z2kOPFzqYouxI7 WqfOefmn4yQYhYVSyfYZQBCX3YOA9mhCeAu2wSUzR7G2az9lQIvyWBRLEIGxoW20 t6kueUcPtqGDVkXGafB470cAvZ6cA+3A9LfjyalMkputvMf7lbSlPJhSpjmBTbQ1 GkSnVK+VEAb0q0gAKEdj2FxN9paOBA== =8b+U -----END PGP SIGNATURE----- --Sig_/htQP10En7EW+/dWlj9liZqH--