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 E088DC4321E for ; Mon, 5 Dec 2022 04:28:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231397AbiLEE2c (ORCPT ); Sun, 4 Dec 2022 23:28:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231379AbiLEE2a (ORCPT ); Sun, 4 Dec 2022 23:28:30 -0500 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF620DFD7; Sun, 4 Dec 2022 20:28:26 -0800 (PST) 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 4NQVsc6gh8z4x1H; Mon, 5 Dec 2022 15:28:20 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1670214501; bh=eT4VuWRjmqCy4JtXwzPE4oXCgdU4Qp7r1oB6+EB0Rno=; h=Date:From:To:Cc:Subject:From; b=hjlp11tgaZP9t+1rmN84AfXcWVD7DuzmcQPG4y+His/3oflQIsFYJ8qq1kQttATZ5 X66CcQlHn/xX6Pd7DYDqpu1Ed+/4vKHV9c+HXEUeBrvg/jqqqfKlqNrR5IUPFeyVjW bwHLIvHNxZQQaJB0ww3JGpIUPjrBwJ6xV+iT6UC0CkVH5/4UCJsXH/KBfLFEAlP671 N16yfawC7wb+HWPbYXodb0LAQWjJeHcK2AJEPuB8cag8WjSn336tK2rCeDcNweNBI4 CisNv+lCWDP0/Ohz+FFQAW7wWsIV5pc20LkVNh/AF/Op9nLSoBx0PfyV14EhJ4sFir nM66JDbrE0bsA== Date: Mon, 5 Dec 2022 15:28:19 +1100 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Dec 5 Message-ID: <20221205152819.43352418@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/y0VhSgBA.XqKoqRf=UPfRv0"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/y0VhSgBA.XqKoqRf=UPfRv0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, News: there will be no linux-next releases on Friday or next Monday. Changes since 20221202: The powerpc tree lost its boot failure. The v9fs tree gained a build failure for which I applied a patch. The vfs tree gained a conflict against the erofs tree. The pci tree gained a conflict against the arm-soc tree. The thermal tree still had complex conflicts against the pm tree so I dropp= ed the thermal tree for today. The crypto tree gained a build failure for which I applied a patch. The tip tree gained a semantic conflict against Linus' tree. The driver-core tree gained a conflict against the block tree. Non-merge commits (relative to Linus' tree): 11837 11108 files changed, 515701 insertions(+), 199685 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, arm64, 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 371 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 (0ba09b173387 Revert "mm: align larger anonymous mapp= ings on THP boundaries") Merging fixes/fixes (9c9155a3509a Merge tag 'drm-next-2022-10-14' of git://= anongit.freedesktop.org/drm/drm) Merging mm-hotfixes/mm-hotfixes-unstable (aecb990d81d9 kselftests-cgroup-up= date-kmem-test-precision-tolerance-fix) Merging kbuild-current/fixes (869e4ae4cd2a nios2: add FORCE for vmlinuz.gz) Merging arc-current/for-curr (30a0b95b1335 Linux 6.1-rc3) Merging arm-current/fixes (340a982825f7 ARM: 9266/1: mm: fix no-MMU ZERO_PA= GE() implementation) Merging arm64-fixes/for-next/fixes (5b47348fc0b1 arm64/mm: fix incorrect fi= le_map_count for non-leaf pmd/pud) Merging arm-soc-fixes/arm/fixes (da0cbf9307a2 Merge tag 'at91-fixes-6.1-3' = of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixe= s) Merging davinci-current/davinci/for-current (9abf2313adc1 Linux 6.1-rc1) Merging drivers-memory-fixes/fixes (9abf2313adc1 Linux 6.1-rc1) Merging tee-fixes/fixes (98268f2a2a9f Merge branch 'optee_ffa_probe_fix_for= _v5.18' into fixes) Merging m68k-current/for-linus (dc63a086daee m68k: Rework BI_VIRT_RNG_SEED = as BI_RNG_SEED) Merging powerpc-fixes/fixes (2e7ec190a0e3 powerpc/64s: Add missing declarat= ion for machine_check_early_boot()) Merging s390-fixes/fixes (adba1a9b81d5 MAINTAINERS: add S390 MM section) Merging sparc/master (2d2b17d08bfc sparc: Unbreak the build) Merging fscrypt-current/for-stable (ccd30a476f8e fscrypt: fix keyring memor= y leak on mount failure) Merging net/master (6a30d3e3491d selftests: net: Use "grep -E" instead of "= egrep") Merging bpf/master (e931a173a685 Merge branch 'vmxnet3-fixes') Merging ipsec/master (40781bfb836e xfrm: Fix ignored return value in xfrm6_= init()) Merging netfilter/master (7fb0269720d7 Merge tag 'for-net-2022-05-23' of gi= t://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth) Merging ipvs/master (7fb0269720d7 Merge tag 'for-net-2022-05-23' of git://g= it.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth) Merging wireless/for-next (3e8f7abcc347 wifi: mac8021: fix possible oob acc= ess in ieee80211_get_rate_duration) Merging rdma-fixes/for-rc (094226ad94f4 Linux 6.1-rc5) Merging sound-current/for-linus (b47068b4aa53 Merge tag 'asoc-fix-v6.1-rc7'= of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-= linus) Merging sound-asoc-fixes/for-linus (3d1bb6cc1a65 ASoC: cs42l51: Correct PGA= Volume minimum value) Merging regmap-fixes/for-linus (84498d1fb35d regmap-irq: Use the new num_co= nfig_regs property in regmap_add_irq_chip_fwnode) Merging regulator-fixes/for-linus (02228f6aa6a6 regulator: da9211: Use irq = handler when ready) Merging spi-fixes/for-linus (99b30639cfc7 Merge remote-tracking branch 'spi= /for-6.0' into spi-linus) Merging pci-current/for-linus (ac9ccce8717d MAINTAINERS: Include PCI bindin= gs in host bridge entry) Merging driver-core.current/driver-core-linus (eb7081409f94 Linux 6.1-rc6) Merging tty.current/tty-linus (eb7081409f94 Linux 6.1-rc6) Merging usb.current/usb-linus (b7b275e60bcd Linux 6.1-rc7) Merging usb-gadget-fixes/fixes (e49d033bddf5 Linux 5.12-rc6) Merging usb-serial-fixes/usb-linus (188c9c2e0c7f USB: serial: f81534: fix d= ivision by zero on line-speed change) Merging phy/fixes (819b885cd886 phy: ralink: mt7621-pci: add sentinel to qu= irks table) Merging staging.current/staging-linus (eb7081409f94 Linux 6.1-rc6) Merging iio-fixes/fixes-togreg (96a2afaae025 iio: adc: xilinx-ams: fix devm= _krealloc() return value check) Merging counter-current/counter-current (fd5ac974fc25 counter: stm32-lptime= r-cnt: fix the check on arr and cmp registers update) Merging char-misc.current/char-misc-linus (b7b275e60bcd Linux 6.1-rc7) Merging soundwire-fixes/fixes (49a467310dc4 soundwire: qcom: check for outa= nding writes before doing a read) Merging thunderbolt-fixes/fixes (b7b275e60bcd Linux 6.1-rc7) Merging input-current/for-linus (8c9a59939deb Input: raydium_ts_i2c - fix m= emory leak in raydium_i2c_send()) Merging crypto-current/master (9f6035af06b5 crypto: x86/polyval - Fix crash= es when keys are not 16-byte aligned) Merging vfio-fixes/for-linus (e806e223621e vfio/pci: Check the device set o= pen count on reset) Merging kselftest-fixes/fixes (89c1017aac67 selftests/pidfd_test: Remove th= e erroneous ',') Merging modules-fixes/modules-linus (77d6354bd422 module/decompress: genera= te sysfs string at compile time) Merging dmaengine-fixes/fixes (c47e6403fa09 dmaengine: at_hdmac: Check retu= rn code of dma_async_device_register) Merging backlight-fixes/for-backlight-fixes (8ab33943cde7 backlight: pwm_bl= : Drop support for legacy PWM probing) Merging mtd-fixes/mtd/fixes (c717b9b7d6de mtd: onenand: omap2: add dependen= cy on GPMC) Merging mfd-fixes/for-mfd-fixes (a61f4661fba4 mfd: intel_quark_i2c_gpio: Re= vert "Constify static struct resources") Merging v4l-dvb-fixes/fixes (5eef2141776d media: v4l2-dv-timings.c: fix too= strict blanking sanity checks) Merging reset-fixes/reset/fixes (ae358d71d462 reset: npcm: fix iprst2 and i= prst4 setting) Merging mips-fixes/mips-fixes (094226ad94f4 Linux 6.1-rc5) Merging at91-fixes/at91-fixes (6a3fc8c330d1 ARM: at91: fix build for SAMA5D= 3 w/o L2 cache) Merging omap-fixes/fixes (2a906db2824b Merge branch 'am5748-fix' into fixes) Merging kvm-fixes/master (34e30ebbe48c KVM: Document the interaction betwee= n KVM_CAP_HALT_POLL and halt_poll_ns) Merging kvms390-fixes/master (0dd4cdccdab3 KVM: s390: vsie: Fix the initial= ization of the epoch extension (epdx) field) Merging hwmon-fixes/hwmon (355479c70a48 Merge tag 'efi-fixes-for-v6.1-4' of= git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi) Merging nvdimm-fixes/libnvdimm-fixes (472faf72b33d device-dax: Fix duplicat= e 'hmem' device registration) Merging cxl-fixes/fixes (8f401ec1c897 cxl/region: Recycle region ids) Merging btrfs-fixes/next-fixes (ee267181ea70 Merge branch 'misc-6.1' into n= ext-fixes) Merging vfs-fixes/fixes (10bc8e4af659 vfs: fix copy_file_range() averts fil= esystem freeze protection) Merging dma-mapping-fixes/for-linus (3be4562584bb dma-direct: use the corre= ct size for dma_set_encrypted()) Merging i3c-fixes/i3c/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging drivers-x86-fixes/fixes (b44fd994e451 platform/x86: ideapad-laptop:= Add module parameters to match DMI quirk tables) Merging samsung-krzk-fixes/fixes (9abf2313adc1 Linux 6.1-rc1) Merging pinctrl-samsung-fixes/fixes (9abf2313adc1 Linux 6.1-rc1) Merging devicetree-fixes/dt/linus (60d865bd5a9b of: property: decrement nod= e refcount in of_fwnode_get_reference_args()) Merging dt-krzk-fixes/fixes (9abf2313adc1 Linux 6.1-rc1) Merging scsi-fixes/fixes (f014165faa7b scsi: iscsi: Fix possible memory lea= k when device_register() failed) Merging drm-fixes/drm-fixes (c082fbd687ad Merge tag 'amd-drm-fixes-6.1-2022= -12-01' of https://gitlab.freedesktop.org/agd5f/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 (12b8b046e4c9 drm/i915: Never = return 0 if not all requests retired) Merging mmc-fixes/fixes (dd30dcfa7a74 mmc: sdhci-sprd: Fix no reset data an= d command after voltage switch) Merging rtc-fixes/rtc-fixes (db4e955ae333 rtc: cmos: fix build on non-ACPI = platforms) Merging gnss-fixes/gnss-linus (247f34f7b803 Linux 6.1-rc2) Merging hyperv-fixes/hyperv-fixes (25c94b051592 Drivers: hv: vmbus: fix pos= sible memory leak in vmbus_device_register()) Merging soc-fsl-fixes/fix (4b0986a3613c Linux 5.18) Merging risc-v-fixes/fixes (39cefc5f6cd2 RISC-V: Fix a race condition durin= g kernel stack overflow) Merging riscv-dt-fixes/riscv-dt-fixes (9abf2313adc1 Linux 6.1-rc1) Merging riscv-soc-fixes/riscv-soc-fixes (9abf2313adc1 Linux 6.1-rc1) Merging pidfd-fixes/fixes (03ba0fe4d09f file: simplify logic in __close_ran= ge()) Merging fpga-fixes/fixes (9abf2313adc1 Linux 6.1-rc1) Merging spdx/spdx-linus (6cad1ecd4e32 testing: use the copyleft-next-0.3.1 = SPDX tag) Merging gpio-brgl-fixes/gpio/for-current (450571883735 gpiolib: protect the= GPIO device against being dropped while in use by user-space) Merging gpio-intel-fixes/fixes (9abf2313adc1 Linux 6.1-rc1) Merging pinctrl-intel-fixes/fixes (9abf2313adc1 Linux 6.1-rc1) Merging erofs-fixes/fixes (37020bbb71d9 erofs: fix missing xas_retry() in f= scache mode) Merging integrity-fixes/fixes (843385694721 evm: Fix a small race in init_d= esc()) Merging kunit-fixes/kunit-fixes (618887768bb7 kunit: update NULL vs IS_ERR(= ) tests) Merging ubifs-fixes/fixes (7bdd6967fec5 ubi: ensure that VID header offset = + VID header size <=3D alloc, size) Merging memblock-fixes/fixes (c94afc46cae7 memblock: use kfree() to release= kmalloced memblock regions) Merging cel-fixes/for-rc (ac8db824ead0 NFSD: Fix reads with a non-zero offs= et that don't end on a page boundary) Merging irqchip-fixes/irq/irqchip-fixes (6c9f7434159b irqchip: IMX_MU_MSI s= hould depend on ARCH_MXC) 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/urgent (94d957ae513f perf tools: Add the include/= perf/ directory to .gitignore) Merging efi-fixes/urgent (7572ac3c979d arm64: efi: Revert "Recover from syn= chronous exceptions ...") Merging zstd-fixes/zstd-linus (88a309465b3f lib: zstd: clean up double word= in comment.) Merging battery-fixes/fixes (767e684367e4 power: supply: ab8500: Defer ther= mal zone probe) Merging uml-fixes/fixes (bd71558d585a arch: um: Mark the stack non-executab= le to fix a binutils warning) Merging asahi-soc-fixes/asahi-soc/fixes (568035b01cfb Linux 6.0-rc1) Merging iommufd-fixes/for-rc (30a0b95b1335 Linux 6.1-rc3) Merging drm-misc-fixes/for-linux-next-fixes (09bf649a7457 drm/shmem-helper:= Avoid vm_open error paths) Merging kbuild/for-next (1a06f6a7c1c9 init/version.c: remove #include ) Merging clang-format/clang-format (781121a7f6d1 clang-format: Fix space aft= er for_each macros) Merging perf/perf/core (0c3852adae83 Merge remote-tracking branch 'torvalds= /master' into perf/core) Merging compiler-attributes/compiler-attributes (6cf1ab89c9e7 Compiler Attr= ibutes: Introduce __access_*() function attribute) Merging dma-mapping/for-next (ffcb75458460 dma-mapping: reject __GFP_COMP i= n dma_alloc_attrs) CONFLICT (content): Merge conflict in sound/core/memalloc.c Merging asm-generic/master (5e5ff73c2e58 asm-generic/io: Add _RET_IP_ to MM= IO trace for more accurate debug info) Merging arc/for-next (f2906aa86338 Linux 5.19-rc1) Merging arm/for-next (834f757d299e Merge branches 'misc' and 'fixes' into f= or-next) Merging arm64/for-next/core (7a98ab09ea82 Merge branches 'for-next/acpi', '= for-next/asm-const', 'for-next/cpufeature', 'for-next/dynamic-scs', 'for-ne= xt/errata', 'for-next/ffa', 'for-next/fpsimd', 'for-next/ftrace', 'for-next= /insn', 'for-next/kbuild', 'for-next/kdump', 'for-next/mm', 'for-next/perf'= , 'for-next/selftests', 'for-next/stacks', 'for-next/sve-state', 'for-next/= sysregs', 'for-next/trivial', 'for-next/uaccess' and 'for-next/undef-traps'= into for-next/core) Merging arm-perf/for-next/perf (4361251cef46 arm_pmu: Drop redundant armpmu= ->map_event() in armpmu_event_init()) Merging arm-soc/for-next (a7358e05ed18 soc: document merges) Merging actions/for-next (444d018d8d38 ARM: dts: owl-s500-roseapplepi: Add = ATC2603C PMIC) Merging amlogic/for-next (e57e6bb6476d Merge branch 'v6.2/arm64-dt' into fo= r-next) Merging asahi-soc/asahi-soc/for-next (74acb82ac618 Merge branch 'asahi-soc/= dt' into asahi-soc/for-next) Merging aspeed/for-next (45c86167adde soc: nuvoton: Add SoC info driver for= WPCM450) CONFLICT (content): Merge conflict in arch/arm/boot/dts/nuvoton-wpcm450-sup= ermicro-x9sci-ln4f.dts Merging at91/at91-next (fb18447f4da5 Merge branch 'at91-defconfig' into at9= 1-next) Merging broadcom/next (64610429f8de Merge branch 'drivers/next' into next) Merging davinci/davinci/for-next (53ad523ac435 ARM: davinci: fix repeated w= ords in comments) Merging drivers-memory/for-next (8dd7e4af5853 memory: omap-gpmc: fix coveri= ty issue "Control flow issues") Merging imx-mxs/for-next (e114f7b74f59 Merge branch 'imx/defconfig' into fo= r-next) Merging keystone/next (cb293d3b430e Merge branch 'for_5.15/drivers-soc' int= o next) Merging mediatek/for-next (6b6221595e05 Merge branch 'v6.2-tmp/dts64' into = for-next) Merging mvebu/for-next (ce88856dec4f Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (6435241fd536 Merge branch 'musb-for-v6.2' into for-n= ext) Merging qcom/for-next (038264b27fb6 Merge branches 'arm64-defconfig-for-6.2= ', 'arm64-fixes-for-6.2', 'clk-for-6.2', 'defconfig-for-6.2', 'drivers-for-= 6.2' and 'dts-for-6.2' into for-next) Merging raspberrypi/for-next (c5915b53d4c2 dt-bindings: soc: bcm: Convert b= rcm,bcm2835-vchiq to json-schema) Merging renesas/next (00841e945654 Merge branch 'renesas-arm-dt-for-v6.2' i= nto renesas-next) Merging reset/reset/next (d985db836226 reset: tps380x: Fix spelling mistake= "Voltags" -> "Voltage") Merging rockchip/for-next (db6c57f2afd5 Merge branch 'v6.2-clock/next' into= for-next) Merging samsung-krzk/for-next (4407a1eb1faf Merge branch 'next/dt64' into f= or-next) Merging scmi/for-linux-next (907b02743965 Merge branch 'for-next/juno' of g= it://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into for-li= nux-next) Merging stm32/stm32-next (4cca342b840e ARM: dts: stm32: Rename mdio0 to mdi= o on DHCOR Testbench board) Merging sunxi/sunxi/for-next (47be7c123211 Merge branch 'sunxi/clk-for-6.2'= into sunxi/for-next) Merging tee/next (4a56b125ba20 Merge branch 'fixes' into next) Merging tegra/for-next (d71332dded9d Merge branch for-6.2/arm64/defconfig i= nto for-next) Merging ti/ti-next (6a5ab20fb961 Merge branches 'ti-drivers-soc-next' and '= ti-k3-dts-next' into ti-next) Merging xilinx/for-next (f922fa603ae1 Merge branch 'zynqmp/dt' into for-nex= t) Merging clk/clk-next (bc5a03f0c95a Merge branch 'clk-mediatek' into clk-nex= t) Merging clk-imx/for-next (8178e245fa95 clk: imx: rename imx_obtain_fixed_cl= k_hw() to imx_get_clk_hw_by_name()) Merging clk-renesas/renesas-clk (777bcc85e1fb clk: renesas: r8a779f0: Fix E= thernet Switch clocks) Merging clk-samsung/for-next (b35f27fe73d8 clk: samsung: exynosautov9: add = cmu_peric1 clock support) Merging csky/linux-next (7e2004906fb5 Revert "csky: Add support for restart= able sequence") Merging loongarch/loongarch-next (538e11c9a923 LoongArch: Update Loongson-3= default config file) Merging m68k/for-next (553b20b211c4 m68k: defconfig: Update defconfigs for = v6.1-rc1) Merging m68knommu/for-next (b7b275e60bcd Linux 6.1-rc7) Merging microblaze/next (5cfe469c2654 microblaze/PCI: Moving PCI iounmap an= d dependent code) Merging mips/mips-next (b43340ddaea3 mips/pci: use devm_platform_ioremap_re= source()) Merging nios2/for-next (7f7bc20bc41a nios2: Don't use _end for calculating = min_low_pfn) Merging openrisc/for-next (34a0bac084e4 MAINTAINERS: git://github -> https:= //github.com for openrisc) Merging parisc-hd/for-next (a77319726641 parisc: Fix kgdb_pdc console keybo= ard input) Merging powerpc/next (22db71bcba82 Merge branch 'topic/qspinlock' into next) Merging powerpc-objtool/topic/objtool (a39818a3fb2b objtool/powerpc: Implem= ent arch_pc_relative_reloc()) Merging soc-fsl/next (4b0986a3613c Linux 5.18) Merging risc-v/for-next (9704beac94d0 Merge patch series "Support VMCOREINF= O export for RISCV64") Merging riscv-dt/riscv-dt-for-next (4563db4b7988 Merge branch 'riscv-thead_= c9xx' into riscv-dt-for-next) Merging riscv-soc/riscv-soc-for-next (8fbf94fea0b4 soc: sifive: ccache: fix= missing of_node_put() in sifive_ccache_init()) Merging s390/for-next (384ba4d22a66 Merge branch 'features' into for-next) Merging sh/for-next (8518e694203d sh: pgtable-3level: Fix cast to pointer f= rom integer of different size) 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/next (193cb8372424 uml: Remove the initialization of statics to= 0) Merging xtensa/xtensa-for-next (b8c4f4db2436 xtensa: update config files) Merging pidfd/for-next (6a857ab5b57c Merge branch 'fs.idmapped.overlay.acl'= into for-next) Merging vfs-idmapping/for-next (e175af42241c Merge branch 'fs.acl.rework' i= nto for-next) Merging fscrypt/master (41952551acb4 fscrypt: add additional documentation = for SM4 support) Merging fscache/fscache-next (0885eacdc81f Merge tag 'nfsd-5.19-1' of git:/= /git.kernel.org/pub/scm/linux/kernel/git/cel/linux) Merging afs/afs-next (1dd7bb25658d afs: remove afs_cache_netfs and afs_zap_= permits() declarations) Merging btrfs/for-next (07d7d9dff0c8 Merge branch 'for-next-next-v6.1-20221= 123' into for-next-20221123) CONFLICT (content): Merge conflict in fs/btrfs/ctree.h Applying: btrfs: fix up for "fs: pass dentry to set acl method" Merging ceph/master (5bd76b8de5b7 ceph: fix NULL pointer dereference for re= q->r_session) Merging cifs/for-next (587506fda17c cifs: Parse owner/group for stat in smb= 311 posix extensions) Merging configfs/for-next (77992f896745 configfs: remove mentions of commit= table items) Merging ecryptfs/next (c1cc2db21607 ecryptfs: keystore: Fix typo 'the the' = in comment) Merging erofs/dev (51e5be28a87d erofs: use kmap_local_page() only for erofs= _bread()) Merging exfat/dev (612d2ddeed4d exfat: replace magic numbers with Macros) Merging ext3/for_next (6b46bb32a8b5 Pull ext2 fixes from Al and Rong Tao.) Merging ext4/dev (7944b67ff7e2 ext4: remove trailing newline from ext4_msg(= ) message) Merging f2fs/dev (ee98bbb2147c f2fs: introduce f2fs_is_readonly() for reada= bility) Merging fsverity/fsverity (a4bbf53d88c7 fsverity: simplify fsverity_get_dig= est()) Merging fuse/for-next (1b0e94993dbe fuse: optional supplementary group in c= reate requests) Merging gfs2/for-next (f351c7405be9 gfs2: Add gfs2_inode_lookup comment) Merging jfs/jfs-next (a60dca73a1a8 jfs: makes diUnmount/diMount in jfs_moun= t_rw atomic) Merging ksmbd/ksmbd-for-next (5e40d197b564 ksmbd: use F_SETLK when unlockin= g a file) Merging nfs/linux-next (5776a9cd2a66 NFS: Fix a race in nfs_call_unlink()) Merging nfs-anna/linux-next (7e8436728e22 nfs4: Fix kmemleak when allocate = slot failed) Merging nfsd/for-next (9c0eaeda7797 NFSD: Avoid clashing function prototype= s) Merging ntfs3/master (36963cf225f8 fs/ntfs3: Make if more readable) CONFLICT (content): Merge conflict in fs/ntfs3/bitmap.c CONFLICT (content): Merge conflict in fs/ntfs3/inode.c CONFLICT (content): Merge conflict in fs/ntfs3/xattr.c Applying: fix up for "fs: rename current get acl method" Merging orangefs/for-next (2ad4b6f5e117 Orangefs: change iterate to iterate= _shared) Merging overlayfs/overlayfs-next (58f40d56c40a ovl: Kconfig: Fix spelling m= istake "undelying" -> "underlying") Merging ubifs/next (669d204469c4 ubi: fastmap: Add fastmap control support = for 'UBI_IOCATT' ioctl) Merging v9fs/9p-next (36cd2f80abf8 net/9p: fix response size check in p9_ch= eck_errors()) Merging xfs/for-next (1f5619ed8810 xfs: Remove duplicated include in xfs_io= map.c) Merging zonefs/for-next (6bac30bb8ff8 zonefs: Call page_address() on page a= cquired with GFP_KERNEL flag) Merging iomap/iomap-for-next (f1bd37a47352 iomap: directly use logical bloc= k size) Merging djw-vfs/vfs-for-next (a79168a0c00d fs/remap_range: avoid spurious w= riteback on zero length request) Merging file-locks/locks-next (f2f2494c8aa3 Add process name and pid to loc= ks warning) Merging iversion/iversion-next (2b3319b35573 nfsd: remove fetch_iversion ex= port operation) Merging vfs/for-next (7b2f9d90994c Merge branch 'work.misc' into for-next) CONFLICT (content): Merge conflict in fs/erofs/fscache.c Merging printk/for-next (348af86ecc06 Merge branch 'rework/console-list-loc= k' into for-next) Merging pci/next (8867ce539ca1 Merge branch 'pci/kbuild') CONFLICT (content): Merge conflict in Documentation/devicetree/bindings/pci= /snps,dw-pcie.yaml Merging pstore/for-next/pstore (e1fce564900f pstore/ram: Fix error return c= ode in ramoops_probe()) Merging hid/for-next (780f0d711574 Merge branch 'for-6.1/upstream-fixes' in= to for-next) Merging i2c/i2c/for-next (d5580b62b106 Merge branch 'i2c/for-mergewindow' i= nto i2c/for-next) Merging i3c/i3c/next (9abf2313adc1 Linux 6.1-rc1) Merging dmi/dmi-for-next (13a0ac816d22 firmware: dmi: Fortify entry point l= ength checks) Merging hwmon-staging/hwmon-next (b77fdd9d6f9f hwmon: (oxp-sensors) Fix pwm= reading) Merging jc_docs/docs-next (f8e9e32f7d04 Merge branch 'docs-mw' into docs-ne= xt) Merging v4l-dvb/master (a7bab6f8b73f Merge tag 'br-v6.2e' of git://linuxtv.= org/hverkuil/media_tree into media_stage) Merging v4l-dvb-next/master (2496ee3821b0 media: dvb-usb: m920x: make read-= only arrays static const) Merging pm/linux-next (e1ca6bc96dff Merge branch 'pm-opp' into linux-next) Merging cpufreq-arm/cpufreq/arm/linux-next (8ff150aa6fe2 dt-bindings: cpufr= eq: cpufreq-qcom-hw: Add QDU1000/QRU1000 cpufreq) Merging cpupower/cpupower (8c37df3d635e cpupower: rapl monitor - shows the = used power consumption in uj for each rapl domain) Merging devfreq/devfreq-next (378e392fa97e PM / devfreq: event: use devm_pl= atform_get_and_ioremap_resource()) Merging opp/opp/linux-next (dba79b78ecc1 dt-bindings: opp-v2: Fix clock-lat= ency-ns prop in example) Merging thermal/thermal/linux-next (9d2bc364f677 thermal/drivers/qcom/tsens= : Simplify debugfs init function) CONFLICT (content): Merge conflict in drivers/thermal/thermal_sysfs.c $ git merge --abort Merging ieee1394/for-next (54b3bd99f094 firewire: nosy: switch from 'pci_' = to 'dma_' API) Merging dlm/next (7a5e9f1f83e3 fs: dlm: fix building without lockdep) Merging rdma/for-next (10aa7cd398a9 IB/hfi1: Switch to netif_napi_add()) Merging net-next/master (65e6af6cebef net: ethernet: mtk_wed: fix sleep whi= le atomic in mtk_wed_wo_queue_refill) CONFLICT (content): Merge conflict in tools/perf/util/stat.c Merging bpf-next/for-next (c0c852dd1876 bpf: Do not mark certain LSM hook a= rguments as trusted) Merging ipsec-next/master (91a7de85600d selftests/net: add csum offload tes= t) Merging mlx5-next/mlx5-next (9abf2313adc1 Linux 6.1-rc1) Merging netfilter-next/master (677fb7525331 Merge git://git.kernel.org/pub/= scm/linux/kernel/git/netdev/net) Merging ipvs-next/master (677fb7525331 Merge git://git.kernel.org/pub/scm/l= inux/kernel/git/netdev/net) Merging bluetooth/master (dbd24be48422 Bluetooth: Fix crash when replugging= CSR fake controllers) Merging wireless-next/for-next (65e6af6cebef net: ethernet: mtk_wed: fix sl= eep while atomic in mtk_wed_wo_queue_refill) Merging mtd/mtd/next (2399401feee2 mtd: maps: pxa2xx-flash: fix memory leak= in probe) Merging nand/nand/next (6408cc05a50a mtd: rawnand: Drop obsolete dependenci= es on COMPILE_TEST) CONFLICT (content): Merge conflict in Documentation/devicetree/bindings/mtd= /brcm,brcmnand.yaml Merging spi-nor/spi-nor/next (1799cd8540b6 mtd: spi-nor: add SFDP fixups fo= r Quad Page Program) CONFLICT (content): Merge conflict in Documentation/devicetree/bindings/mtd= /jedec,spi-nor.yaml Merging crypto/master (2ae6feb1a1f6 crypto: ccree,hisilicon - Fix dependenc= ies to correct algorithm) Applying: fix up for "crypto: api - Add crypto_tfm_ctx_dma" Merging drm/drm-next (077bd80083ab Merge tag 'drm-msm-next-2022-11-28' of h= ttps://gitlab.freedesktop.org/drm/msm into drm-next) CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/amdgpu_gem= .c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/amdgpu_job= .c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/amdgpu_ttm= .c CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/gt/intel_gt.c Merging drm-misc/for-linux-next (b02897e56b4e Revert "drm/fb-helper: Perfor= m damage handling in deferred-I/O helper") Merging amdgpu/drm-next (4670ac706ff9 drm/amdgpu: expand on GPUVM documenta= tion) Merging drm-intel/for-linux-next (7d579eff3e55 drm/i915/dmc: Update DG2 DMC= version to v2.08) Merging drm-tegra/for-next (08fef75f5e17 gpu: host1x: Staticize host1x_sync= pt_fence_ops) Merging drm-msm/msm-next (d73b1d02de08 drm/msm: Hangcheck progress detectio= n) Merging drm-msm-lumag/msm-next-lumag (8d1d17d47eae Merge branches 'msm-next= -lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-dp', 'msm-next-lumag-ds= i', 'msm-next-lumag-hdmi' and 'msm-next-lumag-mdp5' into msm-next-lumag) Merging imx-drm/imx-drm/next (927d8fd465ad drm/imx: ipuv3-plane: Remove red= undant color encoding and range initialisation) Merging etnaviv/etnaviv/next (1e7a215378a7 drm/etnaviv: convert user fence = tracking to XArray) Merging fbdev/for-next (d6ef60e557d9 fbdev: uvesafb: don't build on UML) Merging regmap/for-next (23a441cb2cbe Merge remote-tracking branch 'regmap/= for-6.2' into regmap-next) Merging sound/for-next (7d721baea138 kselftest/alsa: Add more coverage of s= ample rates and channel counts) Merging sound-asoc/for-next (f19a2caaab07 ASoC/tda998x: Fix reporting of no= nexistent capture streams) Merging modules/modules-next (c86a514f5fad kallsyms: Remove unneeded semico= lon) Merging input/next (56232e933dd6 Input: zforce_ts - Convert to i2c's .probe= _new()) Merging block/for-next (d97a8be9afcf Merge branch 'for-6.2/block' into for-= next) CONFLICT (content): Merge conflict in io_uring/net.c Merging device-mapper/for-next (984bf2cc531e dm integrity: clear the journa= l on suspend) Merging libata/for-next (3d8a3ae3d966 ata: libata: fix commands incorrectly= not getting retried during NCQ error) Merging pcmcia/pcmcia-next (15e74c6c1ce2 pcmcia: remove AT91RM9200 Compact = Flash driver) Merging mmc/next (57820c1dbb82 mmc: Merge branch fixes into next) Merging mfd/for-mfd-next (c70a5ec75778 mfd: palmas: Use device_get_match_da= ta() to simplify the code) Merging backlight/for-backlight-next (e7647de058cb video: backlight: mt6370= : Add MediaTek MT6370 support) Merging battery/for-next (7e6fb67808ab power: supply: bq25890: Fix usb-noti= fier probe and remove races) Merging regulator/for-next (cb7662908b01 Merge remote-tracking branch 'regu= lator/for-6.2' into regulator-next) Merging security/next (572302af1258 reiserfs: Add missing calls to reiserfs= _security_free()) CONFLICT (content): Merge conflict in security/commoncap.c Merging apparmor/apparmor-next (4295c60bbe9e apparmor: Fix uninitialized sy= mbol 'array_size' in policy_unpack_test.c) CONFLICT (content): Merge conflict in security/apparmor/domain.c Merging integrity/next-integrity (b6018af440a0 ima: Fix hash dependency to = correct algorithm) Merging keys/keys-next (2d743660786e Merge branch 'fixes' of git://git.kern= el.org/pub/scm/linux/kernel/git/viro/vfs) Merging safesetid/safesetid-next (64b634830c91 LSM: SafeSetID: add setgroup= s() testing to selftest) Merging selinux/next (048be156491f selinux: remove the sidtab context conve= rsion indirect calls) CONFLICT (content): Merge conflict in security/selinux/ss/services.c CONFLICT (content): Merge conflict in security/selinux/ss/sidtab.c CONFLICT (content): Merge conflict in security/selinux/ss/sidtab.h Applying: selinux: fix up for "selinux: enable use of both GFP_KERNEL and G= FP_ATOMIC in convert_context()" Merging smack/next (1a3065e92046 smack_lsm: remove unnecessary type casting) Merging tomoyo/master (88ba4e14d341 workqueue: Emit runtime message when fl= ush_scheduled_work() is called) Merging tpmdd/next (b0882949f661 char: tpm: Protect tpm_pm_suspend with loc= ks Currently tpm transactions are executed unconditionally in tpm_pm_suspen= d() function, which may lead to races with other tpm accessors in the syste= m. Specifically, the hw_random tpm driver makes use of tpm_get_random(), an= d this function is called in a loop from a kthread, which means it's not fr= ozen alongside userspace, and so can race with the work done during system = suspend:) Merging watchdog/master (9ec0b7e06835 watchdog: aspeed: Enable pre-timeout = interrupt) Merging iommu/next (8abacb3356e6 Merge branches 'iommu/fixes', 'arm/allwinn= er', 'arm/exynos', 'arm/mediatek', 'arm/rockchip', 'arm/smmu', 'ppc/pamu', = 's390', 'x86/vt-d', 'x86/amd' and 'core' into next) Merging audit/next (50979953c0c4 audit: unify audit_filter_{uring(), inode_= name(), syscall()}) Merging devicetree/for-next (6b1b9387357f dt-bindings: leds: mt6360: rework= to match multi-led) Merging dt-krzk/for-next (0c2cd289d0bd Merge branch 'next/dt' into for-next) Merging mailbox/mailbox-for-next (b8ae88e1e75e mailbox: qcom-ipcc: flag IRQ= NO_THREAD) Merging spi/for-next (e1c344e79909 Merge remote-tracking branch 'spi/for-6.= 2' into spi-next) Merging tip/master (c20479857031 Merge x86/microcode into tip/master) CONFLICT (content): Merge conflict in arch/x86/crypto/sha1_ni_asm.S CONFLICT (content): Merge conflict in arch/x86/crypto/sha256-avx-asm.S CONFLICT (content): Merge conflict in arch/x86/crypto/sha256-avx2-asm.S CONFLICT (content): Merge conflict in arch/x86/crypto/sha256-ssse3-asm.S CONFLICT (content): Merge conflict in arch/x86/crypto/sha256_ni_asm.S CONFLICT (content): Merge conflict in arch/x86/crypto/sm3-avx-asm_64.S CONFLICT (content): Merge conflict in arch/x86/crypto/sm4-aesni-avx-asm_64.S CONFLICT (content): Merge conflict in arch/x86/crypto/sm4-aesni-avx2-asm_64= .S CONFLICT (content): Merge conflict in arch/x86/net/bpf_jit_comp.c CONFLICT (modify/delete): drivers/iommu/iommu-sva-lib.c deleted in HEAD and= modified in tip/master. Version tip/master of drivers/iommu/iommu-sva-lib= .c left in tree. CONFLICT (content): Merge conflict in drivers/staging/media/atomisp/pci/hmm= /hmm_bo.c CONFLICT (content): Merge conflict in tools/objtool/check.c $ git rm -f drivers/iommu/iommu-sva-lib.c Applying: fix up for "iommu: Rename iommu-sva-lib.{c,h}" Applying: fix up for "mm: Pass down mm_struct to untagged_addr()" Merging clockevents/timers/drivers/next (af246cc6d0ed clocksource/drivers/a= rm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO value) Merging edac/edac-for-next (ad5befcd0e1d Merge branch 'edac-misc' into edac= -for-next) Merging irqchip/irq/irqchip-next (73d95dbcf75e Merge branch irq/misc-6.2 in= to irq/irqchip-next) Merging ftrace/for-next (bd604f3db49c ftrace: Avoid needless updates of the= ftrace function call) Merging rcu/rcu/next (1ab6c3f2e923 Merge branch 'nolibc.2022.10.28a' into H= EAD) Merging kvm/next (1e79a9e3ab96 Merge tag 'kvm-s390-next-6.2-1' of https://g= it.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD) CONFLICT (content): Merge conflict in arch/x86/include/asm/cpufeatures.h CONFLICT (content): Merge conflict in arch/x86/kvm/cpuid.c CONFLICT (content): Merge conflict in include/linux/mm.h Merging kvm-arm/next (edf3e6d30db7 Merge remote-tracking branch 'arm64/for-= next/sysregs' into kvmarm-master/next) CONFLICT (content): Merge conflict in arch/x86/include/asm/kvm_host.h CONFLICT (content): Merge conflict in include/uapi/linux/kvm.h CONFLICT (content): Merge conflict in tools/testing/selftests/kvm/Makefile CONFLICT (content): Merge conflict in tools/testing/selftests/kvm/access_tr= acking_perf_test.c CONFLICT (content): Merge conflict in tools/testing/selftests/kvm/demand_pa= ging_test.c CONFLICT (modify/delete): tools/testing/selftests/kvm/include/perf_test_uti= l.h deleted in HEAD and modified in kvm-arm/next. Version kvm-arm/next of = tools/testing/selftests/kvm/include/perf_test_util.h left in tree. CONFLICT (content): Merge conflict in tools/testing/selftests/kvm/memslot_m= odification_stress_test.c CONFLICT (content): Merge conflict in tools/testing/selftests/kvm/memslot_p= erf_test.c $ git rm -f tools/testing/selftests/kvm/include/perf_test_util.h Applying: fix up for rename of perf_test_args to memstress_args Merging kvms390/next (bedac519eefa s390/vfio-ap: check TAPQ response code w= hen waiting for queue reset) Merging xen-tip/linux-next (1e9b10076d75 x86/xen: Fix memory leak in xen_in= it_lock_cpu()) Merging percpu/for-next (b9819165bb45 Merge branch 'for-6.2' into for-next) Merging workqueues/for-next (c0feea594e05 workqueue: don't skip lockdep wor= k dependency in cancel_work_sync()) Merging drivers-x86/for-next (e32354bb8fe3 platform/x86/intel/hid: Add modu= le-params for 5 button array + SW_TABLET_MODE reporting) Merging chrome-platform/for-next (5a2d96623670 platform/chrome: cros_usbpd_= notify: Fix error handling in cros_usbpd_notify_init()) Merging hsi/for-next (3ffa9f713c39 HSI: omap_ssi_core: Fix error handling i= n ssi_init()) Merging leds/for-next (5f52a8ba7e91 dt-bindings: leds: Add 'cpuX' to 'linux= ,default-trigger') Merging ipmi/for-next (0eb1762f3c77 ipmi/watchdog: Include when appropriate) Merging driver-core/driver-core-next (50dc8d18f62d driver core: fix up miss= ed drivers/s390/char/hmcdrv_dev.c class.devnode() conversion.) CONFLICT (modify/delete): drivers/block/pktcdvd.c deleted in HEAD and modif= ied in driver-core/driver-core-next. Version driver-core/driver-core-next = of drivers/block/pktcdvd.c left in tree. CONFLICT (content): Merge conflict in include/linux/blkdev.h $ git rm -f drivers/block/pktcdvd.c Applying: fix up for "drivers/accel: define kconfig and register a new majo= r" Merging usb/usb-next (1524ceb14dd5 Merge tag 'usb-serial-6.1-rc8' of https:= //git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next) Merging thunderbolt/next (a5cfc9d65879 thunderbolt: Add wake on connect/dis= connect on USB4 ports) Merging usb-gadget/next (e49d033bddf5 Linux 5.12-rc6) Merging usb-serial/usb-next (63b8ed26cd09 USB: serial: xr: avoid requesting= zero DTE rate) Merging tty/tty-next (6373ab4dfee7 serial: atmel: don't stop the transmitte= r when doing PIO) Merging char-misc/char-misc-next (f361c96c7518 Merge tag 'extcon-next-for-6= .2' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into ch= ar-misc-next) CONFLICT (content): Merge conflict in Documentation/devicetree/bindings/iio= /addac/adi,ad74413r.yaml CONFLICT (content): Merge conflict in drivers/firmware/raspberrypi.c Merging accel/habanalabs-next (bbb09f8353c1 Merge tag 'icc-6.2-rc1' of git:= //git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-next) Merging coresight/next (c767c3474013 coresight: etm4x: fix repeated words i= n comments) Merging fpga/for-next (ee31d5038c06 dt-bindings: fpga: document Lattice sys= CONFIG FPGA manager) Merging icc/icc-next (26e90ec7a840 Merge branch 'icc-sc8280xp-l3' into icc-= next) Merging iio/togreg (f361c96c7518 Merge tag 'extcon-next-for-6.2' of git://g= it.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next) Merging phy-next/next (bea3ce759b46 phy: ti: phy-j721e-wiz: add j721s2-wiz-= 10g module support) Merging soundwire/next (7cbf00bd4142 soundwire: intel: split auxdevice to d= ifferent file) Merging extcon/extcon-next (5313121b22fd extcon: usbc-tusb320: Convert to i= 2c's .probe_new()) Merging gnss/gnss-next (247f34f7b803 Linux 6.1-rc2) Merging vfio/next (b058ea3ab5af vfio/iova_bitmap: refactor iova_bitmap_set(= ) to better handle page boundaries) Merging staging/staging-next (9dadff066244 staging: iio: ade7854: Convert t= o i2c's .probe_new()) Merging counter-next/counter-next (30a0b95b1335 Linux 6.1-rc3) Merging mux/for-next (ea327624ae52 mux: mmio: drop obsolete dependency on C= OMPILE_TEST) Merging dmaengine/next (25483dedd2f5 dmaengine: Revert "dmaengine: remove s= 3c24xx driver") Merging cgroup/for-next (674b745e22b3 cgroup: remove rcu_read_lock()/rcu_re= ad_unlock() in critical section of spin_lock_irq()) Merging scsi/for-next (a8e23ee4dedc Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (68ad83188d78 scsi: qla2xxx: Fix crash when I/O a= bort times out) Merging vhost/linux-next (be8ddea9e75e vdpa/ifcvf: add reviewer) Merging rpmsg/for-next (56d906bb66a7 Merge branches 'rproc-next' and 'hwspi= nlock-next' into for-next) CONFLICT (content): Merge conflict in include/linux/firmware/xlnx-zynqmp.h Merging gpio/for-next (e73f0f0ee754 Linux 5.14-rc1) Merging gpio-brgl/gpio/for-next (3b7c7478eda0 gpiolib: Provide to_gpio_devi= ce() helper) CONFLICT (content): Merge conflict in arch/arm64/Kconfig Merging gpio-intel/for-next (8d259847243d gpiolib: cdev: Fix typo in kernel= doc for struct line) Merging gpio-sim/gpio/gpio-sim (0fcfb00b28c0 Linux 5.16-rc4) Merging pinctrl/for-next (e8aa47b23fb8 Merge branch 'devel' into for-next) CONFLICT (content): Merge conflict in MAINTAINERS Merging pinctrl-intel/for-next (b14ef61314b3 pinctrl: intel: Add Intel Moor= efield pin controller support) Merging pinctrl-renesas/renesas-pinctrl (80d34260f36c pinctrl: renesas: gpi= o: Use dynamic GPIO base if no function GPIOs) Merging pinctrl-samsung/for-next (9abf2313adc1 Linux 6.1-rc1) Merging pwm/for-next (50315945d178 dt-bindings: pwm: renesas,tpu: Add r8a77= 9g0 support) 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 (170f4869e662 ktest.pl: Fix the logic for truncating= the size of the log file for email) Merging kselftest/next (d5ba85d6d8be selftests/ftrace: Use long for synthet= ic event probe test) Merging kunit/test (9abf2313adc1 Linux 6.1-rc1) Merging kunit-next/kunit (0f08f3e2a018 kunit: tool: don't include KTAP head= ers and the like in the test log) CONFLICT (content): Merge conflict in lib/kunit/string-stream.c Merging livepatching/for-next (cad81ab73997 Merge branch 'for-6.2/core' int= o for-next) Merging rtc/rtc-next (a6ceee26fd5e rtc: pcf85063: Fix reading alarm) Merging nvdimm/libnvdimm-for-next (305a72efa791 Merge branch 'for-6.1/nvdim= m' into libnvdimm-for-next) Merging at24/at24/for-next (9abf2313adc1 Linux 6.1-rc1) Merging ntb/ntb-next (1a3f7484e076 NTB: ntb_transport: fix possible memory = leak while device_register() fails) Merging seccomp/for-next/seccomp (b9069728a70c seccomp: document the "filte= r_count" field) Merging cisco/for-next (9e98c678c2d6 Linux 5.1-rc1) Merging fsi/next (35af9fb49bc5 fsi: core: Check error number after calling = ida_simple_get) Merging slimbus/for-next (371fcbd32b26 dt-bindings: slimbus: qcom,slim-ngd:= convert to DT schema) Merging nvmem/for-next (18133a57a935 dt-bindings: nvmem: add YAML schema fo= r the ONIE tlv layout) Merging xarray/main (69cb69ea5542 ida: Remove assertions that an ID was all= ocated) Merging hyperv/hyperv-next (fea858dc5d90 iommu/hyper-v: Allow hyperv irq re= mapping without x2apic) Merging auxdisplay/auxdisplay (13de23494f38 auxdisplay: lcd2s: Use array si= ze explicitly in lcd2s_gotoxy()) Merging kgdb/kgdb/for-next (c1cb81429df4 kdb: Fix the putarea helper functi= on) Merging hmm/hmm (094226ad94f4 Linux 6.1-rc5) Merging cfi/cfi/next (312310928417 Linux 5.18-rc1) Merging trivial/for-next (081c8919b02b Documentation: remove trivial tree) Merging mhi/mhi-next (5562c6a9657e bus: mhi: host: pci_generic: Add definit= ion for some VIDs) Merging memblock/for-next (80c2fe022ef5 memblock tests: remove completed TO= DO item) Merging init/init-user-pointers (38b082236e77 initramfs: use vfs_utimes in = do_copy) Merging cxl/next (7b05fa9e1519 Merge branch 'for-6.2/cxl-security' into for= -6.2/cxl) Merging folio-iomap/folio-iomap (4d7bd0eb72e5 iomap: Inline __iomap_zero_it= er into its caller) Merging zstd/zstd-next (2aa14b1ab2c4 zstd: import usptream v1.5.2) Merging efi/next (6736ebb6e188 arm64: efi: Recover from synchronous excepti= ons occurring in firmware) CONFLICT (content): Merge conflict in arch/loongarch/kernel/efi.c CONFLICT (modify/delete): arch/x86/boot/compressed/efi_thunk_64.S deleted i= n HEAD and modified in efi/next. Version efi/next of arch/x86/boot/compres= sed/efi_thunk_64.S left in tree. CONFLICT (content): Merge conflict in drivers/firmware/efi/libstub/Makefile $ git rm -f arch/x86/boot/compressed/efi_thunk_64.S Applying: fix up for "efi: libstub: Permit mixed mode return types other th= an efi_status_t" Merging unicode/for-next (b500d6d7243d unicode: Handle memory allocation fa= ilures in mkutf8data) Merging slab/for-next (dc19745ad0e4 Merge branch 'slub-tiny-v1r6' into slab= /for-next) CONFLICT (content): Merge conflict in include/linux/percpu.h Merging random/master (3e6743e28b9b random: include in the r= ight header) Merging landlock/next (0b4ab8cd635e Merge tag 'landlock-6.1-rc4' into landl= ock-next) Merging rust/rust-next (b9ecf9b9ac59 rust: types: add `Opaque` type) Merging sysctl/sysctl-next (0dff89c4488f sched: Move numa_balancing sysctls= to its own file) Merging folio/for-next (03b33c09ea22 fs: remove the NULL get_block case in = mpage_writepages) CONFLICT (content): Merge conflict in include/linux/migrate.h CONFLICT (content): Merge conflict in mm/migrate.c CONFLICT (content): Merge conflict in mm/migrate_device.c Merging execve/for-next/execve (6a46bf558803 binfmt_misc: fix shift-out-of-= bounds in check_special_flags) CONFLICT (content): Merge conflict in fs/binfmt_elf.c Merging bitmap/bitmap-for-next (27bc50fc9064 Merge tag 'mm-stable-2022-10-0= 8' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm) Merging hte/for-next (9abf2313adc1 Linux 6.1-rc1) Merging kspp/for-next/kspp (d272e01fa0a2 ksmbd: replace one-element arrays = with flexible-array members) Merging kspp-gustavo/for-next/kspp (0811296c55b7 exportfs: Replace zero-len= gth array with DECLARE_FLEX_ARRAY() helper) Merging unsigned-char/unsigned-char (0445d1bae1cc lib: assume char is unsig= ned) Merging iommufd/for-next (ea3835449652 Merge tag 'v6.1-rc7' into iommufd.gi= t for-next) Merging mm-stable/mm-stable (e0ff42804233 mm/memory-failure.c: cleanup in u= npoison_memory) CONFLICT (content): Merge conflict in mm/hugetlb.c Merging mm-nonmm-stable/mm-nonmm-stable (fe5759d5bfda cpumask: limit visibi= lity of FORCE_NR_CPUS) Merging mm/mm-everything (f8a19cf140c4 Merge branch 'mm-nonmm-unstable' int= o mm-everything) Applying: net/9p: use %zu to print size_t --Sig_/y0VhSgBA.XqKoqRf=UPfRv0 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmONc2MACgkQAVBC80lX 0GxNZgf/cy5g1aGo4w58+O+bPyaElHur3LfZDKnrYSDcEOAk2YKRhtyLj4TyREdj g9b9vIA+TrlZa19BdVVt3F8r6xEWK8hGvlDVXHGS9+mDXr62AjksNK9xs/JQ2CU/ nCeONQrtPkeodMX6ChZ2e63wVkfrsPMGu9GD+kQGB/ExboCqMNnvm64kGxw0fWG5 8EzNQgERT84EgTs2j8+rzIYElB6RLyNxaJfthw0tsAhxzuj04+ytVTSrjDmz9yi9 2iR9Tmifg5S+NY98nUnBAKSHFa+4JjOzypy1MH8NILAuFdt1J0JZUZiGjC2XYkKb rMRzH/PE5KOatCcFBtA6uYXOfNnqPA== =NLSD -----END PGP SIGNATURE----- --Sig_/y0VhSgBA.XqKoqRf=UPfRv0--