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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15A31EB64DC for ; Tue, 11 Jul 2023 02:15:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230187AbjGKCP3 (ORCPT ); Mon, 10 Jul 2023 22:15:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229911AbjGKCP0 (ORCPT ); Mon, 10 Jul 2023 22:15:26 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3A8A91; Mon, 10 Jul 2023 19:15:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1689041716; bh=dDNaMIUjtz2G8yDMMbFPV3XkjkD11AbnBRuIhmJ7aiw=; h=Date:From:To:Cc:Subject:From; b=f7yjKzQDB12IFHVMkpitam1fASiq8pHlsDNluBfDyFozIxH2LxC7a08P2XiTSj6q3 7B7wMSkrydy4QVYp1rinFiD7Vm7kUtqzZJhaJdOS0zZCD/nYzUSZybaFY+ecAdgzcF HxchHLDWTKSAQlXfnZIgarvjaVZHGrK3w91IfYVeZIp5CeZH6BgeMBumqeQG494c5q y7qaXih1FRN82l2c0R/ac0M2y/l/uSsyaqOsN8ibcehs5VF7OtSibxbZcNXI4IQR7j Gc3PzPlz7omjdxYZB8li+KP6HxK6YspxlIuqKMdWiiQqwsR2KJCDH3bRm+GlT/CTyl l5doZYnJETfhQ== 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 (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4R0PbS1HDxz4whq; Tue, 11 Jul 2023 12:15:16 +1000 (AEST) Date: Tue, 11 Jul 2023 12:15:14 +1000 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Jul 11 Message-ID: <20230711121514.57a0d536@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Jg0Hne0bkJU6nXf0s=KCfPo"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/Jg0Hne0bkJU6nXf0s=KCfPo Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20230710: Removed trees: clk-samsung, fscache, imx-drm, cfi these have not been updated for more than a year The bluetooth tree still had its build failure for which I reverted a commi= t. The cgroup tree gained a conflict against the mm tree. Non-merge commits (relative to Linus' tree): 995 ---------------------------------------------------------------------------- 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 is also the merge.log file 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, arm64, s390, 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 359 trees (counting Linus' and 103 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 (3f01e9fed845 Merge tag 'linux-watchdog-6.5-rc2' of g= it://www.linux-watchdog.org/linux-watchdog) Merging fixes/fixes (d528014517f2 Revert ".gitignore: ignore *.cover and *.= mbx") Merging mm-hotfixes/mm-hotfixes-unstable (9158b6f95186 mm-shmem-fix-race-in= -shmem_undo_range-w-thp-fix) Merging kbuild-current/fixes (c17414a273b8 Merge tag 'sh-for-v6.5-tag1' of = git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux) Merging arc-current/for-curr (30a0b95b1335 Linux 6.1-rc3) Merging arm-current/fixes (2b951b0efbaa ARM: 9297/1: vfp: avoid unbalanced = stack on 'success' return path) Merging arm64-fixes/for-next/fixes (0e2aba694866 arm64: mm: pass original f= ault address to handle_mm_fault() in PER_VMA_LOCK block) Merging arm-soc-fixes/arm/fixes (6722e46513e0 bus: ixp4xx: fix IXP4XX_EXP_T= 1_MASK) Merging davinci-current/davinci/for-current (06c2afb862f9 Linux 6.5-rc1) Merging drivers-memory-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging tee-fixes/fixes (ceaa837f96ad Linux 6.2-rc8) Merging m68k-current/for-linus (4055eabe04a2 m68k: defconfig: Update defcon= figs for v6.4-rc1) Merging powerpc-fixes/fixes (cf53564b11ce powerpc/mm/book3s64/hash/4k: Add = pmd_same callback for 4K page size) Merging s390-fixes/fixes (ad3d770b83af s390/defconfigs: set CONFIG_NET_TC_S= KB_EXT=3Dy) Merging sparc/master (2d2b17d08bfc sparc: Unbreak the build) Merging fscrypt-current/for-current (4bcf6f827a79 fscrypt: check for NULL k= eyring in fscrypt_put_master_key_activeref()) Merging fsverity-current/for-current (a075bacde257 fsverity: don't drop pag= ecache at end of FS_IOC_ENABLE_VERITY) Merging net/main (9d0aba98316d gve: unify driver name usage) Merging bpf/master (496720b7cfb6 Merge branch 'Fix for check_max_stack_dept= h') Merging ipsec/master (d1e0e61d617b net: xfrm: Amend XFRMA_SEC_CTX nla_polic= y structure) Merging netfilter/main (9d0aba98316d gve: unify driver name usage) Merging ipvs/main (1a7d09a737a0 Merge tag 'nf-23-06-27' of git://git.kernel= .org/pub/scm/linux/kernel/git/netfilter/nf) Merging wireless/for-next (f1a0898b5d6a wifi: iwlwifi: mvm: spin_lock_bh() = to fix lockdep regression) Merging wpan/master (9a43827e876c net: dpaa2-mac: add 25gbase-r support) Merging rdma-fixes/for-rc (06c2afb862f9 Linux 6.5-rc1) Merging sound-current/for-linus (35bc3efb3157 ALSA: pcmtest: Don't use stat= ic storage to track per device data) Merging sound-asoc-fixes/for-linus (f186c31c04a0 Merge remote-tracking bran= ch 'asoc/for-6.4' into asoc-linus) Merging regmap-fixes/for-linus (c8e796895e23 regmap: spi-avmm: Fix regmap_b= us max_raw_write) Merging regulator-fixes/for-linus (701c1cef8e02 Merge remote-tracking branc= h 'regulator/for-6.4' into regulator-linus) Merging spi-fixes/for-linus (d0e1c60318ac Merge remote-tracking branch 'spi= /for-6.4' into spi-linus) Merging pci-current/for-linus (06c2afb862f9 Linux 6.5-rc1) Merging driver-core.current/driver-core-linus (06c2afb862f9 Linux 6.5-rc1) Merging tty.current/tty-linus (06c2afb862f9 Linux 6.5-rc1) Merging usb.current/usb-linus (06c2afb862f9 Linux 6.5-rc1) Merging usb-serial-fixes/usb-linus (06c2afb862f9 Linux 6.5-rc1) Merging phy/fixes (06c2afb862f9 Linux 6.5-rc1) Merging staging.current/staging-linus (06c2afb862f9 Linux 6.5-rc1) Merging iio-fixes/fixes-togreg (3af5d5b9a262 iio: adc: ina2xx: avoid NULL p= ointer dereference on OF device match) Merging counter-current/counter-current (9b53a1342216 counter: Fix menuconf= ig "Counter support" submenu entries disappearance) Merging char-misc.current/char-misc-linus (06c2afb862f9 Linux 6.5-rc1) Merging soundwire-fixes/fixes (a06d6088cfd4 soundwire: amd: Fix a check for= errors in probe()) Merging thunderbolt-fixes/fixes (6995e2de6891 Linux 6.4) Merging input-current/for-linus (2479191c30fe Input: cpcap-pwrbutton - repl= ace GPLv2 boilerplate with SPDX) Merging crypto-current/master (0b7ec177b589 crypto: algif_hash - Fix race b= etween MORE and non-MORE sends) Merging vfio-fixes/for-linus (4752354af710 vfio/type1: check pfn valid befo= re converting to struct page) Merging kselftest-fixes/fixes (dbcf76390eb9 selftests/ftrace: Improve integ= ration with kselftest runner) Merging modules-fixes/modules-linus (f412eef03938 Documentation: livepatch:= module-elf-format: Remove local klp_modinfo definition) Merging dmaengine-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging backlight-fixes/for-backlight-fixes (88603b6dc419 Linux 6.2-rc2) Merging mtd-fixes/mtd/fixes (c4d28e30a8d0 mtd: rawnand: marvell: don't set = the NAND frequency select) Merging mfd-fixes/for-mfd-fixes (88603b6dc419 Linux 6.2-rc2) Merging v4l-dvb-fixes/fixes (ec21a38df77a Revert "media: dvb-core: Fix use-= after-free on race condition at dvb_frontend") Merging reset-fixes/reset/fixes (3a2390c6777e reset: uniphier-glue: Fix pos= sible null-ptr-deref) Merging mips-fixes/mips-fixes (06c2afb862f9 Linux 6.5-rc1) Merging at91-fixes/at91-fixes (06c2afb862f9 Linux 6.5-rc1) Merging omap-fixes/fixes (2a906db2824b Merge branch 'am5748-fix' into fixes) Merging kvm-fixes/master (2623b3dc875a Merge tag 'kvmarm-fixes-6.4-4' of gi= t://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD) Merging kvms390-fixes/master (21f27df85400 KVM: s390: pv: fix external inte= rruption loop not always detected) Merging hwmon-fixes/hwmon (b153a0bb4199 hwmon: (pmbus/adm1275) Fix problems= with temperature monitoring on ADM1272) Merging nvdimm-fixes/libnvdimm-fixes (e98d14fa7315 tools/testing/nvdimm: Dr= op empty platform remove function) Merging cxl-fixes/fixes (a70fc4ed20a6 cxl/port: Fix NULL pointer access in = devm_cxl_add_port()) Merging btrfs-fixes/next-fixes (4d0998044f33 Merge branch 'misc-6.4' into n= ext-fixes) Merging vfs-fixes/fixes (609d54441493 fs: prevent out-of-bounds array specu= lation when closing a file descriptor) Merging dma-mapping-fixes/for-linus (bbb73a103fbb swiotlb: fix a braino in = the alignment check fix) Merging drivers-x86-fixes/fixes (9ecedaf6f82a platform/x86: int3472/discret= e: set variable skl_int3472_regulator_second_sensor storage-class-specifier= to static) Merging samsung-krzk-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging pinctrl-samsung-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging devicetree-fixes/dt/linus (7e08baf6a89c of: make OF_EARLY_FLATTREE = depend on HAS_IOMEM) Merging dt-krzk-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging scsi-fixes/fixes (9cefd6e7e0a7 scsi: lpfc: Fix incorrect big endian= type assignment in bsg loopback path) Merging drm-fixes/drm-fixes (9bd9be5cbaf8 Merge tag 'drm-misc-fixes-2023-06= -21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes) Merging drm-intel-fixes/for-linux-next-fixes (06c2afb862f9 Linux 6.5-rc1) Merging mmc-fixes/fixes (fa700d73494a mmc: Revert "mmc: core: Allow mmc_sta= rt_host() synchronously detect a card") Merging rtc-fixes/rtc-fixes (08279468a294 rtc: sunplus: fix format string f= or printing resource) Merging gnss-fixes/gnss-linus (06c2afb862f9 Linux 6.5-rc1) Merging hyperv-fixes/hyperv-fixes (55e544e1a922 x86/hyperv: Improve code fo= r referencing hyperv_pcpu_input_arg) Merging soc-fsl-fixes/fix (4b0986a3613c Linux 5.18) Merging risc-v-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging riscv-dt-fixes/riscv-dt-fixes (06c2afb862f9 Linux 6.5-rc1) Merging riscv-soc-fixes/riscv-soc-fixes (06c2afb862f9 Linux 6.5-rc1) Merging fpga-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging spdx/spdx-linus (06c2afb862f9 Linux 6.5-rc1) Merging gpio-brgl-fixes/gpio/for-current (06c2afb862f9 Linux 6.5-rc1) Merging gpio-intel-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging pinctrl-intel-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging erofs-fixes/fixes (7877cb91f108 Linux 6.4-rc4) Merging kunit-fixes/kunit-fixes (ac9a78681b92 Linux 6.4-rc1) Merging ubifs-fixes/fixes (2241ab53cbb5 Linux 6.2-rc5) Merging memblock-fixes/fixes (647037adcad0 Revert "mm: Always release pages= to the buddy allocator in memblock_free_late().") Merging nfsd-fixes/nfsd-fixes (d7dbed457c2e nfsd: Fix creation time seriali= zation order) Merging irqchip-fixes/irq/irqchip-fixes (567f67acac94 irqchip/gic-v3: Enabl= e Rockchip 3588001 erratum workaround for RK3588S) Merging renesas-fixes/fixes (ab2866f12ca1 arm64: dts: renesas: r8a779g0: Fi= x HSCIF0 interrupt number) Merging broadcom-fixes/fixes (9abf2313adc1 Linux 6.1-rc1) Merging perf-current/perf-tools (b6dad5178cea Merge tag 'nios2_fix_v6.4' of= git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux) Merging efi-fixes/urgent (36e4fc57fc16 efi: Bump stub image version for mac= OS HVF compatibility) Merging zstd-fixes/zstd-linus (6906598f1ce9 zstd: Fix definition of assert(= )) Merging battery-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging uml-fixes/fixes (73a23d771033 um: harddog: fix modular build) Merging asahi-soc-fixes/asahi-soc/fixes (568035b01cfb Linux 6.0-rc1) Merging iommufd-fixes/for-rc (dbe245cdf518 iommufd: Call iopt_area_contig_d= one() under the lock) Merging rust-fixes/rust-fixes (ac9a78681b92 Linux 6.4-rc1) Merging v9fs-fixes/fixes/next (95f41d878100 fs/9p: Fix a datatype used with= V9FS_DIRECT_IO) Merging w1-fixes/fixes (06c2afb862f9 Linux 6.5-rc1) Merging drm-misc-fixes/for-linux-next-fixes (a2848d08742c drm/ttm: never co= nsider pinned BOs for eviction&swap) CONFLICT (content): Merge conflict in include/drm/gpu_scheduler.h Merging mm-stable/mm-stable (fd3006d2d0e7 Sync mm-stable with v6.5-rc1.) Merging mm-nonmm-stable/mm-nonmm-stable (e9be1d1c50e3 Sync mm-nonmm-stable = with v6.5-rc1.) Merging mm/mm-everything (814b54113dca Merge branch 'mm-nonmm-unstable' int= o mm-everything) Merging kbuild/for-next (c17414a273b8 Merge tag 'sh-for-v6.5-tag1' of git:/= /git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux) Merging clang-format/clang-format (06c2afb862f9 Linux 6.5-rc1) Merging perf/perf-tools-next (bcd981db12e6 perf test: Fix event parsing tes= t when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't supported.) Merging compiler-attributes/compiler-attributes (eeac8ede1755 Linux 6.3-rc2) Merging dma-mapping/for-next (8ac04063354a swiotlb: reduce the number of ar= eas to match actual memory pool size) Merging asm-generic/master (4dd595c34c4b syscalls: Remove file path comment= s from headers) Merging arc/for-next (06c2afb862f9 Linux 6.5-rc1) Merging arm/for-next (1faf70485ea9 Merge branches 'misc' and 'fixes' into f= or-next) Merging arm64/for-next/core (893b24181b4c arm64: sme: Use STR P to clear FF= R context field in streaming SVE mode) Merging arm-perf/for-next/perf (dea0f4146f66 docs: perf: Fix warning from '= make htmldocs' in hisi-pmu.rst) Merging arm-soc/for-next (6722e46513e0 bus: ixp4xx: fix IXP4XX_EXP_T1_MASK) Merging amlogic/for-next (76483eaf2109 Merge branch 'v6.6/arm64-dt' into fo= r-next) Merging asahi-soc/asahi-soc/for-next (eaf935fa48ec soc: apple: mailbox: Ren= ame config symbol to APPLE_MAILBOX) Merging aspeed/for-next (a43f3e970a1d ARM: dts: aspeed: Add AST2600 VUARTs) Merging at91/at91-next (47508c7ba8db Merge branches 'microchip-dt64' and 'a= t91-dt' into at91-next) Merging broadcom/next (df928e5b5570 Merge branch 'devicetree/next' into nex= t) Merging davinci/davinci/for-next (06c2afb862f9 Linux 6.5-rc1) Merging drivers-memory/for-next (d1478aea649e memory: tegra: Add dummy impl= ementation on Tegra194) Merging imx-mxs/for-next (89c016c82e46 Merge branch 'imx/defconfig' into fo= r-next) Merging mediatek/for-next (f6925844c82a Merge branch 'v6.4-next/soc' into f= or-next) Merging mvebu/for-next (703b10801b44 Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (f581c395fcb8 Merge branches 'omap-for-v6.5/ti-sysc' = and 'omap-for-v6.5/cleanup' into for-next) Merging qcom/for-next (6faff7e89223 Merge branches 'arm64-defconfig-for-6.6= ', 'arm64-fixes-for-6.5', 'arm64-for-6.6', 'clk-for-6.6', 'drivers-for-6.6'= and 'dts-for-6.6' into for-next) Merging renesas/next (b74c024d8fc7 Merge branches 'renesas-arm-defconfig-fo= r-v6.6' and 'renesas-dts-for-v6.6' into renesas-next) Merging reset/reset/next (afb39e2bd36a reset: mpfs: select AUXILIARY_BUS) Merging rockchip/for-next (37a0a70b13a3 Merge branch 'v6.6-armsoc/dts64' in= to for-next) Merging samsung-krzk/for-next (f822ca919181 Merge branch 'next/dt64' into f= or-next) Merging scmi/for-linux-next (83ff850e73ba Merge tag 'scmi-updates-6.5' of g= it://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into for-li= nux-next) Merging stm32/stm32-next (f0f0682c384d ARM: dts: stm32: remove shmem for sc= mi-optee on stm32mp13) Merging sunxi/sunxi/for-next (1bcb932283c9 Merge branch 'sunxi/dt-for-6.5' = into sunxi/for-next) Merging tee/next (6a8b7e801054 tee: optee: Use kmemdup() to replace kmalloc= + memcpy) Merging tegra/for-next (3281fba16642 Merge branch for-6.5/arm64/dt into for= -next) Merging ti/ti-next (b0f8e128b3b4 Merge branch 'ti-k3-config-next' into ti-n= ext) Merging xilinx/for-next (6008eee2c754 Merge branch 'zynqmp/soc' into for-ne= xt) Merging clk/clk-next (f679e89acdd3 clk: tegra: Avoid calling an uninitializ= ed function) Merging clk-imx/for-next (878b02d5f3b5 clk: imx: clk-imx8mp: improve error = handling in imx8mp_clocks_probe()) Merging clk-renesas/renesas-clk (63370298426b clk: renesas: r9a09g011: Add = CSI related clocks) Merging csky/linux-next (dd64621a2a97 csky: uprobes: Restore thread.trap_no) Merging loongarch/loongarch-next (06351cc358ea LoongArch: Fix module reloca= tion error with binutils 2.41) Merging m68k/for-next (4055eabe04a2 m68k: defconfig: Update defconfigs for = v6.4-rc1) Merging m68knommu/for-next (06c2afb862f9 Linux 6.5-rc1) Merging microblaze/next (fe15c26ee26e Linux 6.3-rc1) Merging mips/mips-next (06c2afb862f9 Linux 6.5-rc1) Merging openrisc/for-next (dceaafd66881 openrisc: Union fpcsr and oldmask i= n sigcontext to unbreak userspace ABI) Merging parisc-hd/for-next (6995e2de6891 Linux 6.4) Merging powerpc/next (06c2afb862f9 Linux 6.5-rc1) Merging soc-fsl/next (fb9c384625dd bus: fsl-mc: fsl-mc-allocator: Drop a wr= ite-only variable) Merging risc-v/for-next (06c2afb862f9 Linux 6.5-rc1) Merging riscv-dt/riscv-dt-for-next (06c2afb862f9 Linux 6.5-rc1) Merging riscv-soc/riscv-soc-for-next (1fcaaa1d489c riscv: Kconfig: Add sele= ct ARM_AMBA to SOC_STARFIVE) Merging s390/for-next (b0324ab87db7 Merge branch 'features' into for-next) Merging sh/for-next (7497840d462c sh: Provide unxlate_dev_mem_ptr() in asm/= io.h) Merging uml/next (6032aca0deb9 um: make stub data pages size tweakable) Merging xtensa/xtensa-for-next (b4e8c8a6bdd2 xtensa: ISS: fix call to split= _if_spec) Merging pidfd/for-next (a901a3568fd2 Merge tag 'iomap-6.5-merge-1' of git:/= /git.kernel.org/pub/scm/fs/xfs/xfs-linux) Merging fscrypt/for-next (d617ef039fb8 fscrypt: Replace 1-element array wit= h flexible array) Merging afs/afs-next (0a278bc196e7 afs: Automatically generate trace tag en= ums) Merging btrfs/for-next (20e0c0a8e8ef Merge branch 'for-next-next-v6.4-20230= 621' into for-next-20230621) Merging ceph/master (257e6172ab36 ceph: don't let check_caps skip sending r= esponses for revoke msgs) Merging cifs/for-next (d8e2fe53dbdc smb: add missing create options for O_D= IRECT and O_SYNC flags) Merging configfs/for-next (77992f896745 configfs: remove mentions of commit= table items) Merging ecryptfs/next (a3d78fe3e1ae fs: ecryptfs: comment typo fix) Merging erofs/dev (06c2afb862f9 Linux 6.5-rc1) Merging exfat/dev (fe15c26ee26e Linux 6.3-rc1) Merging ext3/for_next (eccf9ae28312 Pull patch forbiding superblock / mount= marks on internal kernel mounts.) Merging ext4/dev (2ef6c32a914b ext4: avoid updating the superblock on a r/o= mount if not needed) Merging f2fs/dev (06c2afb862f9 Linux 6.5-rc1) Merging fsverity/for-next (672d6ef4c775 fsverity: improve documentation for= builtin signature support) Merging fuse/for-next (6a567e920fd0 fuse: ioctl: translate ENOSYS in outarg) Merging gfs2/for-next (94c76955e86a Merge tag 'gfs2-v6.4-rc5-fixes' of git:= //git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2) Merging jfs/jfs-next (95e2b352c03b FS: JFS: Check for read-only mounted fil= esystem in txBegin) Merging ksmbd/ksmbd-for-next (06c2afb862f9 Linux 6.5-rc1) Merging nfs/linux-next (5b4a82a0724a Revert "NFSv4: Retry LOCK on OLD_STATE= ID during delegation return") Merging nfs-anna/linux-next (43439d858bba NFSv4.2: Fix a potential double f= ree with READ_PLUS) Merging nfsd/nfsd-next (b1c93d0e302a NFSD: Rename struct svc_cacherep) Merging ntfs3/master (44b4494d5c59 fs/ntfs3: Correct mode for label entry i= nside /proc/fs/ntfs3/) Merging orangefs/for-next (31720a2b109b orangefs: Fix kmemleak in orangefs_= {kernel,client}_debug_init()) Merging overlayfs/overlayfs-next (0a3bf81dbcb2 ovl: auto generate uuid for = new overlay filesystems) Merging ubifs/next (b5fda08ef213 ubifs: Fix memleak when insert_old_idx() f= ailed) Merging v9fs/9p-next (4ec5183ec486 Linux 6.2-rc7) Merging v9fs-ericvh/ericvh/for-next (06c2afb862f9 Linux 6.5-rc1) Merging xfs/for-next (ed04a91f718e xfs: fix uninit warning in xfs_growfs_da= ta) Merging zonefs/for-next (8812387d0569 zonefs: set FMODE_CAN_ODIRECT instead= of a dummy direct_IO method) Merging iomap/iomap-for-next (447a0bc108e4 iomap: drop me [hch] from MAINTA= INERS for iomap) Merging djw-vfs/vfs-for-next (a79168a0c00d fs/remap_range: avoid spurious w= riteback on zero length request) Merging file-locks/locks-next (0d6aeec73f8c selftests: add OFD lock tests) Merging iversion/iversion-next (63355b9884b3 cpumask: be more careful with = 'cpumask_setall()') Merging vfs-brauner/vfs.all (b48f591aff4a Merge branches 'vfs.readdir' and = 'vfs.misc' into vfs.all) Merging vfs/for-next (cff4b23c731a Merge branch 'work.lock_rename_child' in= to for-next) Merging printk/for-next (16bff6f075a1 Merge branch 'for-6.4' into for-next) Merging pci/next (06c2afb862f9 Linux 6.5-rc1) Merging pstore/for-next/pstore (d97038d5ec20 pstore/ram: Add check for kstr= dup) Merging hid/for-next (5eb5c80feb93 Merge branch 'for-6.5/upstream-fixes' in= to for-next) Merging i2c/i2c/for-next (6537ed3904a3 i2c: mpc: Drop unused variable) Merging i3c/i3c/next (49b472ebc61d i3c: master: svc: add NACK check after s= tart byte sent) Merging dmi/dmi-for-next (13a0ac816d22 firmware: dmi: Fortify entry point l= ength checks) Merging hwmon-staging/hwmon-next (4dbbaf8fbdbd hwmon: (oxp-sensors) Add sup= port for AOKZOE A1 PRO) Merging jc_docs/docs-next (06c2afb862f9 Linux 6.5-rc1) Merging v4l-dvb/master (06c2afb862f9 Linux 6.5-rc1) Merging v4l-dvb-next/master (06c2afb862f9 Linux 6.5-rc1) Merging pm/linux-next (06c2afb862f9 Linux 6.5-rc1) Merging cpufreq-arm/cpufreq/arm/linux-next (5ee64250286e cpufreq: qcom-cpuf= req-hw: Use dev_err_probe() when failing to get icc paths) Merging cpupower/cpupower (25891bc945f7 cpupower: Bump soname version) Merging devfreq/devfreq-next (a83bfdca8b20 PM / devfreq: mtk-cci: Fix varia= ble deferencing before NULL check) Merging opp/opp/linux-next (5fb2864cbd50 OPP: Properly propagate error alon= g when failing to get icc_path) Merging thermal/thermal/linux-next (57c9eaa4de53 thermal/drivers/qcom/temp-= alarm: Use dev_err_probe) Merging dlm/next (fc4ea4229c2b fs: dlm: remove filter local comms on close) Merging rdma/for-next (06c2afb862f9 Linux 6.5-rc1) Merging net-next/main (6843306689af Merge tag 'net-6.5-rc1' of git://git.ke= rnel.org/pub/scm/linux/kernel/git/netdev/net) Merging bpf-next/for-next (a3cbc8efc78b Merge branch 'bpftool: Fix skeleton= s compilation for older kernels') Merging ipsec-next/master (a94fd40a18ae xfrm: delete not-needed clear to ze= ro of encap_oa) Merging mlx5-next/mlx5-next (77f7eb9f3416 net/mlx5: Introduce other vport q= uery for Q-counters) Merging netfilter-next/main (61dc651cdfe8 Merge tag 'nf-next-23-06-26' of g= it://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next) Merging ipvs-next/main (61dc651cdfe8 Merge tag 'nf-next-23-06-26' of git://= git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next) Merging bluetooth/master (c9a85685d0c1 Bluetooth: MGMT: Fix always using HC= I_MAX_AD_LENGTH) Applying: Revert "Bluetooth: hci_sock: Forward credentials to monitor" Merging wireless-next/for-next (31b5a547622b wifi: ieee80211: fix erroneous= NSTR bitmap size checks) Merging wpan-next/master (18b849f12dcc ieee802154: ca8210: Remove stray gpi= od_unexport() call) Merging wpan-staging/staging (18b849f12dcc ieee802154: ca8210: Remove stray= gpiod_unexport() call) Merging mtd/mtd/next (cf431a599832 Merge branch 'nand/next' into mtd/next) Merging nand/nand/next (ad5c18c75d2a dt-bindings: mtd: marvell-nand: Conver= t to YAML DT scheme) Merging spi-nor/spi-nor/next (df6def86b9dc mtd: spi-nor: spansion: Add supp= ort for s25hl02gt and s25hs02gt) Merging crypto/master (486bfb05913a crypto: akcipher - Do not copy dst if i= t is NULL) Merging drm/drm-next (6725f3322807 Merge tag 'drm-misc-next-fixes-2023-07-0= 6' of git://anongit.freedesktop.org/drm/drm-misc into drm-next) Merging drm-misc/for-linux-next (59bba51ec2a5 drm/panel: Fine tune Starry-i= li9882t panel HFP and HBP) Merging amdgpu/drm-next (6dda3f18bdbd drm/amdgpu: Fix errors & warnings in = gfx_v10_0.c) Merging drm-intel/for-linux-next (8290bcee57de drm/i915: Don't rely that 2 = VDSC engines are always enough for pixel rate) CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/display/intel_di= splay_power_well.h CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/selftests/mock_g= em_device.c Merging drm-tegra/for-next (2429b3c529da drm/tegra: Avoid potential 32-bit = integer overflow) Merging drm-msm/msm-next (cd036d542afb drm/msm/a6xx: Add A610 speedbin supp= ort) Merging drm-msm-lumag/msm-next-lumag (452c46ccf603 drm/msm/dsi: split dsi_c= trl_config() function) Merging etnaviv/etnaviv/next (295b6c02f84b drm/etnaviv: slow down FE idle p= olling) Merging fbdev/for-next (c1cd7a7a231a fbdev: imxfb: Convert to devm_platform= _ioremap_resource()) Merging regmap/for-next (1e897fca0b3b Merge remote-tracking branch 'regmap/= for-6.5' into regmap-next) Merging sound/for-next (fbb64eedf5a3 ALSA: emu10k1: make E-MU dock monitori= ng interrupt-driven) Merging ieee1394/for-next (3ff256751a28 firewire: net: fix use after free i= n fwnet_finish_incoming_packet()) Merging sound-asoc/for-next (f186c31c04a0 Merge remote-tracking branch 'aso= c/for-6.4' into asoc-linus) Merging modules/modules-next (9ce170cef669 kernel: params: Remove unnecessa= ry =E2=80=980=E2=80=99 values from err) Merging input/next (dd24e202ac72 Input: iqs7222 - add support for Azoteq IQ= S7222D) Merging block/for-next (b6202765bf6e Merge branch 'for-6.6/io_uring' into f= or-next) Merging device-mapper/for-next (7aa303bf1bd2 dm raid: protect md_stop() wit= h 'reconfig_mutex') Merging libata/for-next (fd3ac6e80497 dt-bindings: phy: rockchip: rk3588 ha= s two reset lines) Merging pcmcia/pcmcia-next (15e74c6c1ce2 pcmcia: remove AT91RM9200 Compact = Flash driver) Merging mmc/next (06b5d4fea89c dt-bindings: mmc: fsl-imx-esdhc: Add imx6ul = support) Merging mfd/for-mfd-next (b05740d71bd2 dt-bindings: mfd: max77541: Add ADI = MAX77541/MAX77540) Merging backlight/for-backlight-next (a33677b9211b backlight: led_bl: Take = led_access lock when required) Merging battery/for-next (06c2afb862f9 Linux 6.5-rc1) Merging regulator/for-next (701c1cef8e02 Merge remote-tracking branch 'regu= lator/for-6.4' into regulator-linus) Merging security/next (c31288e56c1a evm: Support multiple LSMs providing an= xattr) Merging apparmor/apparmor-next (afad53575a93 apparmor: use passed in gfp fl= ags in aa_alloc_null()) Merging integrity/next-integrity (95526d13038c ima: Fix build warnings) Merging safesetid/safesetid-next (64b634830c91 LSM: SafeSetID: add setgroup= s() testing to selftest) Merging selinux/next (5b0eea835d4e selinux: introduce an initial SID for ea= rly boot processes) Merging smack/next (2c085f3a8f23 smack: Record transmuting in smk_transmute= d) Merging tomoyo/master (1c7873e33645 mm: lock newly mapped VMA with correcte= d ordering) Merging tpmdd/next (8d83dede85aa tpm: Do not remap from ACPI resouces again= for Pluton TPM) Merging watchdog/master (2500df55a615 dt-bindings: watchdog: Add Loongson-1= watchdog) Merging iommu/next (a7a334076dd7 Merge branches 'iommu/fixes', 'arm/smmu', = 'ppc/pamu', 'virtio', 'x86/vt-d', 'core' and 'x86/amd' into next) Merging audit/next (06c2afb862f9 Linux 6.5-rc1) Merging devicetree/for-next (31e9f406efae dt-bindings: soc: qcom: stats: Up= date maintainer email) Merging dt-krzk/for-next (06c2afb862f9 Linux 6.5-rc1) Merging mailbox/mailbox-for-next (1b712f18c461 mailbox: ti-msgmgr: Fill non= -message tx data fields with 0x0) Merging spi/for-next (d0e1c60318ac Merge remote-tracking branch 'spi/for-6.= 4' into spi-linus) Merging tip/master (ac442f6a364d Merge branch into tip/master: 'x86/core') CONFLICT (content): Merge conflict in arch/x86/entry/syscalls/syscall_64.tbl CONFLICT (content): Merge conflict in include/linux/syscalls.h CONFLICT (content): Merge conflict in mm/gup.c CONFLICT (content): Merge conflict in mm/migrate.c Merging clockevents/timers/drivers/next (8b5bf64c89c7 clocksource/drivers/c= adence-ttc: Fix memory leak in ttc_timer_probe) Merging edac/edac-for-next (852667c317ae Merge ras/edac-drivers into for-ne= xt) Merging irqchip/irq/irqchip-next (a82f3119d543 Merge branch irq/misc-6.5 in= to irq/irqchip-next) Merging ftrace/for-next (61c692f56fec Merge tools/for-next) Merging rcu/rcu/next (c70bbbbdf3a6 rcutorture: Remove obsolete BOOTPARAM_HO= TPLUG_CPU0 Kconfig option) Merging kvm/next (255006adb3da Merge tag 'kvm-x86-vmx-6.5' of https://githu= b.com/kvm-x86/linux into HEAD) Merging kvm-arm/next (192df2aa0113 KVM: arm64: Fix misuse of KVM_ARM_VCPU_P= OWER_OFF bit index) Merging kvms390/next (db54dfc9f71c s390/uv: Update query for secret-UVCs) Merging kvm-riscv/riscv_kvm_next (07f225b58424 RISC-V: KVM: Remove unneeded= semicolon) Merging kvm-x86/next (88bb466c9dec Merge branches 'generic', 'misc', 'mmu',= 'selftests', 'svm', 'vmx' and 'pmu') Merging xen-tip/linux-next (21a235bce123 xen/virtio: Fix NULL deref when a = bridge of PCI root bus has no parent) Merging percpu/for-next (b9819165bb45 Merge branch 'for-6.2' into for-next) Merging workqueues/for-next (ace3c5499e61 workqueue: add cmdline parameter = `workqueue.unbound_cpus` to further constrain wq_unbound_cpumask at boot ti= me) Merging drivers-x86/for-next (06c2afb862f9 Linux 6.5-rc1) Merging chrome-platform/for-next (06c2afb862f9 Linux 6.5-rc1) Merging hsi/for-next (06c2afb862f9 Linux 6.5-rc1) Merging leds/for-next (1b929c02afd3 Linux 6.2-rc1) Merging leds-lj/for-leds-next (877e91191ccf leds: leds-mt6323: Adjust retur= n/parameter types in wled get/set callbacks) Merging ipmi/for-next (b02bb79eee07 ipmi: fix potential deadlock on &kcs_bm= c->lock) Merging driver-core/driver-core-next (06c2afb862f9 Linux 6.5-rc1) Merging usb/usb-next (06c2afb862f9 Linux 6.5-rc1) Merging thunderbolt/next (481012b479fe thunderbolt: Add test case for 3 Dis= playPort tunnels) Merging usb-serial/usb-next (06c2afb862f9 Linux 6.5-rc1) Merging tty/tty-next (06c2afb862f9 Linux 6.5-rc1) Merging char-misc/char-misc-next (06c2afb862f9 Linux 6.5-rc1) Merging accel/habanalabs-next (e6f49e96bc57 accel/habanalabs: refactor erro= r info reset) Merging coresight/next (6c50384ef8b9 hwtracing: hisi_ptt: Fix potential sle= ep in atomic context) Merging fastrpc/for-next (06c2afb862f9 Linux 6.5-rc1) Merging fpga/for-next (e9fdc41a3d66 fpga: zynq-fpga: Convert to devm_platfo= rm_ioremap_resource()) Merging icc/icc-next (06c2afb862f9 Linux 6.5-rc1) Merging iio/togreg (9e66fb524495 samples: Add userspace example for TI TPS6= 594 PFSM) Merging phy-next/next (06c2afb862f9 Linux 6.5-rc1) Merging soundwire/next (06c2afb862f9 Linux 6.5-rc1) Merging extcon/extcon-next (94da3da96c35 dt-bindings: extcon: wlf,arizona: = drop unneeded quotes) Merging gnss/gnss-next (06c2afb862f9 Linux 6.5-rc1) Merging vfio/next (ff598081e5b9 vfio/mdev: Move the compat_class initializa= tion to module init) Merging w1/for-next (06c2afb862f9 Linux 6.5-rc1) Merging staging/staging-next (06c2afb862f9 Linux 6.5-rc1) Merging counter-next/counter-next (9b53a1342216 counter: Fix menuconfig "Co= unter support" submenu entries disappearance) Merging mux/for-next (44c026a73be8 Linux 6.4-rc3) Merging dmaengine/next (06c2afb862f9 Linux 6.5-rc1) Merging cgroup/for-next (3ae0b773211e cgroup/cpuset: Allow suppression of s= ched domain rebuild in update_cpumasks_hier()) CONFLICT (content): Merge conflict in tools/testing/selftests/cgroup/.gitig= nore CONFLICT (content): Merge conflict in tools/testing/selftests/cgroup/Makefi= le Merging scsi/for-next (e0d21060a8f6 Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (a97ccaa4f043 Merge patch series "Improve checks = in blk_revalidate_disk_zones()") Merging vhost/linux-next (373abdba01d4 vdpa_sim: offer VHOST_BACKEND_F_ENAB= LE_AFTER_DRIVER_OK) CONFLICT (content): Merge conflict in drivers/net/virtio_net.c Merging rpmsg/for-next (81aceef4b71d Merge branches 'hwspinlock-next' and '= rproc-next' into for-next) Merging gpio/for-next (ac9a78681b92 Linux 6.4-rc1) Merging gpio-brgl/gpio/for-next (d16e0b0e7987 gpio: sifive: Support IRQ wak= e) Merging gpio-intel/for-next (06c2afb862f9 Linux 6.5-rc1) Merging pinctrl/for-next (3bc551a3007a pinctrl: amd: Unify debounce handlin= g into amd_pinconf_set()) Merging pinctrl-intel/for-next (06c2afb862f9 Linux 6.5-rc1) Merging pinctrl-renesas/renesas-pinctrl (bf8da305fef9 pinctrl: renesas: rzv= 2m: Use devm_clk_get_enabled()) Merging pinctrl-samsung/for-next (06c2afb862f9 Linux 6.5-rc1) Merging pwm/for-next (92554cdd428f dt-bindings: pwm: convert pwm-bcm2835 bi= ndings to YAML) Merging userns/for-next (05bd6e0242b4 Merge of unpriv-ipc-sysctls-for-v6.2,= and fix-atomic_lock_inc_below-for-v6.2 for testing in linux-next) Merging ktest/for-next (7dc8e24f0e09 ktest: Restore stty setting at first i= n dodie) Merging kselftest/next (8cd0d8633e2d selftests/ftace: Fix KTAP output order= ing) Merging kunit/test (ac9a78681b92 Linux 6.4-rc1) Merging kunit-next/kunit (2e66833579ed MAINTAINERS: Add source tree entry f= or kunit) Merging livepatching/for-next (ac4890f97211 Merge branch 'for-6.5/core' int= o for-next) Merging rtc/rtc-next (1b733a9ebc3d rtc: Add rtc driver for the Loongson fam= ily chips) Merging nvdimm/libnvdimm-for-next (1ea7ca1b0901 dax: enable dax fault handl= er to report VM_FAULT_HWPOISON) Merging at24/at24/for-next (06c2afb862f9 Linux 6.5-rc1) Merging ntb/ntb-next (06c2afb862f9 Linux 6.5-rc1) Merging seccomp/for-next/seccomp (f373d301908a perf/benchmark: add a new be= nchmark for seccom_unotify) Merging fsi/next (35af9fb49bc5 fsi: core: Check error number after calling = ida_simple_get) Merging slimbus/for-next (06c2afb862f9 Linux 6.5-rc1) Merging nvmem/for-next (06c2afb862f9 Linux 6.5-rc1) Merging xarray/main (69cb69ea5542 ida: Remove assertions that an ID was all= ocated) Merging hyperv/hyperv-next (a494aef23dfc PCI: hv: Replace retarget_msi_inte= rrupt_params with hyperv_pcpu_input_arg) Merging auxdisplay/auxdisplay (def85dce1451 auxdisplay: Switch i2c drivers = back to use .probe()) Merging kgdb/kgdb/for-next (b6464883f45a kdb: move kdb_send_sig() declarati= on to a better header file) Merging hmm/hmm (06c2afb862f9 Linux 6.5-rc1) Merging mhi/mhi-next (6bb6aba2f57a bus: mhi: host: pci_generic: Add support= for Quectel EM160R-GL modem) Merging memblock/for-next (de649e7f5edb memblock: Update nid info in memblo= ck debugfs) Merging cxl/next (fe77cc2e5a6a cxl: Fix one kernel-doc comment) Merging zstd/zstd-next (2aa14b1ab2c4 zstd: import usptream v1.5.2) Merging efi/next (2e28a798c309 efi/libstub: Disable PCI DMA before grabbing= the EFI memory map) Merging unicode/for-next (b500d6d7243d unicode: Handle memory allocation fa= ilures in mkutf8data) Merging slab/for-next (7bc162d5cc4d Merge branches 'slab/for-6.5/prandom', = 'slab/for-6.5/slab_no_merge' and 'slab/for-6.5/slab-deprecate' into slab/fo= r-next) Merging random/master (512dee0c00ad Merge tag 'x86-urgent-2023-01-04' of gi= t://git.kernel.org/pub/scm/linux/kernel/git/tip/tip) Merging landlock/next (35ca42399297 selftests/landlock: Add hostfs tests) Merging rust/rust-next (d2e3115d7171 rust: error: `impl Debug` for `Error` = with `errname()` integration) Merging sysctl/sysctl-next (5664eaac4dcf sysctl: fix unused proc_cap_handle= r() function warning) Merging execve/for-next/execve (aa88054b7090 binfmt_elf: fix comment typo s= /reset/regset/) Merging bitmap/bitmap-for-next (2a3110e3f97d MAINTAINERS: Add bitfield.h to= the BITMAP API record) Merging hte/for-next (ac9a78681b92 Linux 6.4-rc1) Merging kspp/for-next/kspp (01f23c5f1526 usb: ch9: Replace bmSublinkSpeedAt= tr 1-element array with flexible array) Merging kspp-gustavo/for-next/kspp (40ca06d71d60 uapi: wireless: Replace ze= ro-length array with flexible-array member) Merging iommufd/for-next (f1fcbaa18b28 Linux 6.4-rc2) --Sig_/Jg0Hne0bkJU6nXf0s=KCfPo Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmSsuzIACgkQAVBC80lX 0GwsrQf+Mcxj0q/9jWxXWUXwfL12LS4B3453ey6fHERSxeAmIX8r4zUqIRD6wnft 5gpoH9cjtO2MtJTG0/WQxOEImjmM0suQqVQwC7XUPhGubB1ouo2enaRsWWaxAfEd QXfJdf8o5e+/b7VWFQAYidTmD15dS9ce1lKaHYDP7ymh0MHQApnsXj5H1VLexKkJ uzsbKJM3AluxgHK9YIuKKdT87yRIckHFILNJL0HNIwCoysKYdVsjIif28qfstsQ9 nvB8oKpccwt7Twsz6Rz/y5CExBmJEdUJzQnjF/Y94eNBp7ZjpSvGf6ah/OV2qizh ohbCHkumxUaf1J8xEBVcafJOvgDRjw== =EHRK -----END PGP SIGNATURE----- --Sig_/Jg0Hne0bkJU6nXf0s=KCfPo--