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 D81CAC636CC for ; Mon, 13 Feb 2023 04:33:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229560AbjBMEdj (ORCPT ); Sun, 12 Feb 2023 23:33:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229468AbjBMEdi (ORCPT ); Sun, 12 Feb 2023 23:33:38 -0500 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44EA8AD0D; Sun, 12 Feb 2023 20:33:34 -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 4PFWgJ5ndlz4x7w; Mon, 13 Feb 2023 15:33:32 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1676262812; bh=CqbcovJOJ/NxuzfS6kZGL2B2jV+qGgc3vm4HZhy9vwo=; h=Date:From:To:Cc:Subject:From; b=WRHT3vTcgJ44AfTDCfcslV5Ced1tIcXgkkkyncIO5qHlu18Z3/2pVi89oHlTKQTKC z9q1NckSVY3SDk+KoyzW5iex7jAIS0tAyiPfQw/3KD9jH7KmdUcNZGDPZWpA9hTjNP LLFp+AiFb7j9upc+WR7ldW3AziR+baGPOfxa/SFVRvimS2aopFFSb1sedQ06+mR42P w7UrcoRq+b0ZmBtCVYnEsOcvWHA4BptDFKhC3Ssq8xW3f2zLH/kr1MMZ11Hb4W67Sn PQZ4j8+IiGqwmr60nJ94hSEBXFkWydGQFOJ/Cec88wnR+0Wt3z9GkujVqaSKxdwUuQ r9791cER0ADpQ== Date: Mon, 13 Feb 2023 15:33:32 +1100 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Feb 13 Message-ID: <20230213153332.33b9a91b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/lL.q+9D56wIE_uUPjDUC04c"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/lL.q+9D56wIE_uUPjDUC04c Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20230210: The powerpc tree lost its build failure. The net-next tree gained a conflict against the net tree. The drm tree gained conflicts against the drm-fixes tree. The block tree gained a conflict against the mm-hotfixes tree. The ftrace tree gained a conflict against the jc_docs tree. The iio tree lost its build failure. The phy-next tree gained a build failure so I used the version from next-20230210. The staging tree gained a conflict against the v4l-dvb tree. Non-merge commits (relative to Linus' tree): 11162 11621 files changed, 469223 insertions(+), 401388 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 356 trees (counting Linus' and 100 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 (711e9a4d52bf Merge tag 'for-6.2-rc7-tag' of git://gi= t.kernel.org/pub/scm/linux/kernel/git/kdave/linux) Merging fixes/fixes (9c9155a3509a Merge tag 'drm-next-2022-10-14' of git://= anongit.freedesktop.org/drm/drm) Merging mm-hotfixes/mm-hotfixes-unstable (c2d6ac6f92ac mm/page_alloc.c: fix= page corruption caused by racy check in __free_pages) Merging kbuild-current/fixes (22e46f6480e8 kbuild: modinst: Fix build error= when CONFIG_MODULE_SIG_KEY is a PKCS#11 URI) Merging arc-current/for-curr (30a0b95b1335 Linux 6.1-rc3) Merging arm-current/fixes (2f62847cf6ae ARM: 9287/1: Reduce __thumb2__ defi= nition to crypto files that require it) Merging arm64-fixes/for-next/fixes (a428eb4b99ab Partially revert "perf/arm= -cmn: Optimise DTC counter accesses") Merging arm-soc-fixes/arm/fixes (bc6772bbab9a Merge tag 'amlogic-fixes-v6.2= -rc-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux= into arm/fixes) Merging davinci-current/davinci/for-current (1b929c02afd3 Linux 6.2-rc1) Merging drivers-memory-fixes/fixes (cb8fd6f75775 memory: mvebu-devbus: Fix = missing clk_disable_unprepare in mvebu_devbus_probe()) Merging tee-fixes/fixes (98268f2a2a9f Merge branch 'optee_ffa_probe_fix_for= _v5.18' into fixes) Merging m68k-current/for-linus (553b20b211c4 m68k: defconfig: Update defcon= figs for v6.1-rc1) Merging powerpc-fixes/fixes (2ea31e2e62bb powerpc/64s/interrupt: Fix interr= upt exit race with security mitigation switch) Merging s390-fixes/fixes (7ab41c2c08a3 s390/decompressor: specify __decompr= ess() buf len to avoid overflow) Merging sparc/master (2d2b17d08bfc sparc: Unbreak the build) Merging fscrypt-current/for-current (31e1be62abde MAINTAINERS: update fscry= pt git repo) Merging fsverity-current/for-current (ef7592e466ef MAINTAINERS: update fsve= rity git repo, list, and patchwork) Merging net/master (20ab8432420e Merge branch 'sk-sk_forward_alloc-fixes') Merging bpf/master (b963d9d5b943 selftests: Fix failing VXLAN VNI filtering= test) Merging ipsec/master (6028da3f125f xfrm: fix bug with DSCP copy to v6 from = v4 tunnel) 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 (92f3e96d642f netfilter: nf_tables: allow to fetch set = elements when table has an owner) Merging wireless/for-next (80f8a66dede0 Revert "wifi: mac80211: fix memory = leak in ieee80211_if_add()") Merging rdma-fixes/for-rc (2de49fb1c9bb RDMA/rtrs: Don't call kobject_del f= or srv_path->kobj) Merging sound-current/for-linus (3af4a4f7a20c ALSA: hda: Fix codec device f= ield initializan) Merging sound-asoc-fixes/for-linus (5afc7eefe416 ASoC: SOF: ops: refine par= ameters order in function snd_sof_dsp_update8) Merging regmap-fixes/for-linus (697c3892d825 regmap: apply reg_base and reg= _downshift for single register ops) Merging regulator-fixes/for-linus (4bb3d82a1820 regulator: dt-bindings: sam= sung,s2mps14: add lost samsung,ext-control-gpios) Merging spi-fixes/for-linus (eede42c9459b spi: spidev: fix a recursive lock= ing error) Merging pci-current/for-linus (ff209ecc376a Revert "PCI/ASPM: Refactor L1 P= M Substates Control Register programming") Merging driver-core.current/driver-core-linus (2241ab53cbb5 Linux 6.2-rc5) Merging tty.current/tty-linus (4ec5183ec486 Linux 6.2-rc7) Merging usb.current/usb-linus (303e724d7b1e usb: core: add quirk for Alcor = Link AK9563 smartcard reader) Merging usb-serial-fixes/usb-linus (4ec5183ec486 Linux 6.2-rc7) Merging phy/fixes (49ebb0024bb3 phy: rockchip-typec: fix tcphy_get_mode err= or case) Merging staging.current/staging-linus (2241ab53cbb5 Linux 6.2-rc5) Merging iio-fixes/fixes-togreg (42ec40b0883c iio: light: vcnl4000: Fix WARN= _ON on uninitialized lock) Merging counter-current/counter-current (1b929c02afd3 Linux 6.2-rc1) Merging char-misc.current/char-misc-linus (4ec5183ec486 Linux 6.2-rc7) Merging soundwire-fixes/fixes (1b929c02afd3 Linux 6.2-rc1) Merging thunderbolt-fixes/fixes (4ec5183ec486 Linux 6.2-rc7) Merging input-current/for-linus (9c445d2637c9 Input: i8042 - add Clevo PCX0= DX to i8042 quirk table) Merging crypto-current/master (736f88689c69 crypto: arm64/sm4 - fix possibl= e crash with CFI enabled) Merging vfio-fixes/for-linus (51cdc8bc120e kvm/vfio: Fix potential deadlock= on vfio group_lock) Merging kselftest-fixes/fixes (a49fb7218ed8 selftests: amd-pstate: Don't de= lete source files via Makefile) Merging modules-fixes/modules-linus (0254127ab977 module: Don't wait for GO= ING modules) Merging dmaengine-fixes/fixes (0a60cc31858f dmaengine: ptdma: check for nul= l desc before calling pt_cmd_callback) Merging backlight-fixes/for-backlight-fixes (88603b6dc419 Linux 6.2-rc2) Merging mtd-fixes/mtd/fixes (c0f7ae27539f MAINTAINERS: Update email of Tudo= r Ambarus) Merging mfd-fixes/for-mfd-fixes (88603b6dc419 Linux 6.2-rc2) Merging v4l-dvb-fixes/fixes (89c08aef8f8d media: videobuf2: set q->streamin= g later) Merging reset-fixes/reset/fixes (3a2390c6777e reset: uniphier-glue: Fix pos= sible null-ptr-deref) Merging mips-fixes/mips-fixes (88603b6dc419 Linux 6.2-rc2) Merging at91-fixes/at91-fixes (9bfa2544dbd1 ARM: dts: at91: sam9x60: fix th= e ddr clock for sam9x60) Merging omap-fixes/fixes (2a906db2824b Merge branch 'am5748-fix' into fixes) Merging kvm-fixes/master (c2c46b10d526 KVM: selftests: Make reclaim_period_= ms input always be positive) Merging kvms390-fixes/master (0dd4cdccdab3 KVM: s390: vsie: Fix the initial= ization of the epoch extension (epdx) field) Merging hwmon-fixes/hwmon (e2de0e6abd91 hwmon: (asus-ec-sensors) add missin= g mutex path) Merging nvdimm-fixes/libnvdimm-fixes (c91d71363084 nvdimm: Support sizeof(s= truct page) > MAX_STRUCT_PAGE_SIZE) Merging cxl-fixes/fixes (711442e29f16 cxl/region: Fix passthrough-decoder d= etection) Merging btrfs-fixes/next-fixes (000f66519f1a Merge branch 'misc-6.2' into n= ext-fixes) Merging vfs-fixes/fixes (9c7417b5ec44 coredump: Move dump_emit_page() to ki= ll unused warning) Merging dma-mapping-fixes/for-linus (3be4562584bb dma-direct: use the corre= ct size for dma_set_encrypted()) Merging drivers-x86-fixes/fixes (eb4b55f2f26f platform/x86/intel/vsec: Add = support for Meteor Lake) Merging samsung-krzk-fixes/fixes (1b929c02afd3 Linux 6.2-rc1) Merging pinctrl-samsung-fixes/fixes (1b929c02afd3 Linux 6.2-rc1) Merging devicetree-fixes/dt/linus (707344c8a188 dt-bindings: interrupt-cont= roller: arm,gic-v3: Fix typo in description of msi-controller property) Merging dt-krzk-fixes/fixes (1b929c02afd3 Linux 6.2-rc1) Merging scsi-fixes/fixes (15600159bcc6 scsi: Revert "scsi: core: map PQ=3D1= , PDT=3Dother values to SCSI_SCAN_TARGET_PRESENT") Merging drm-fixes/drm-fixes (777c1e01cb7e Merge tag 'amd-drm-fixes-6.2-2023= -02-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes) Merging drm-intel-fixes/for-linux-next-fixes (6a7ff131f17f drm/i915: Fix VB= T DSI DVO port handling) Merging mmc-fixes/fixes (2241ab53cbb5 Linux 6.2-rc5) Merging rtc-fixes/rtc-fixes (08279468a294 rtc: sunplus: fix format string f= or printing resource) Merging gnss-fixes/gnss-linus (1b929c02afd3 Linux 6.2-rc1) 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 (950b879b7f02 riscv: Fixup race condition on PG_= dcache_clean in flush_icache_pte) Merging riscv-dt-fixes/riscv-dt-fixes (43d5f5d63699 riscv: dts: sifive: fu7= 40: fix size of pcie 32bit memory) Merging riscv-soc-fixes/riscv-soc-fixes (730892135b7d soc: microchip: mpfs:= handle failed system service requests) Merging fpga-fixes/fixes (1b929c02afd3 Linux 6.2-rc1) Merging spdx/spdx-linus (5dc4c995db9e Linux 6.2-rc4) Merging gpio-brgl-fixes/gpio/for-current (6d796c50f84c Linux 6.2-rc6) Merging gpio-intel-fixes/fixes (1b929c02afd3 Linux 6.2-rc1) Merging pinctrl-intel-fixes/fixes (a13bbd841bf8 pinctrl: intel: Restore the= pins that used to be in Direct IRQ mode) Merging erofs-fixes/fixes (e02ac3e7329f erofs: clean up parsing of fscache = related options) Merging kunit-fixes/kunit-fixes (254c71374a70 kunit: fix kunit_test_init_se= ction_suites(...)) 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 (4102db175b5d nfsd: don't destroy global nfs4= _file table in per-net shutdown) 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 (f883675bf652 Merge tag 'gpio-fixes-for-v6= .2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux) Merging efi-fixes/urgent (190233164cd7 arm64: efi: Force the use of SetVirt= ualAddressMap() on eMAG and Altra Max machines) Merging zstd-fixes/zstd-linus (0a2cbd1f53f3 lib: zstd: Fix -Wstringop-overf= low warning) Merging battery-fixes/fixes (d137900f237a power: supply: axp288_fuel_gauge:= Added check for negative values) 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 (88603b6dc419 Linux 6.2-rc2) Merging rust-fixes/rust-fixes (6618d69aa129 rust: print: avoid evaluating a= rguments in `pr_*` macros in `unsafe` blocks) Merging drm-misc-fixes/for-linux-next-fixes (7484a5bc153e drm/ast: Fix star= t address computation) Merging kbuild/for-next (55700b39d5bb setlocalversion: use only the correct= release tag for git-describe) Merging clang-format/clang-format (781121a7f6d1 clang-format: Fix space aft= er for_each macros) Merging perf/perf/core (6a5558f11664 perf tools: Fix perf tool build error = in util/pfm.c) Merging compiler-attributes/compiler-attributes (6cf1ab89c9e7 Compiler Attr= ibutes: Introduce __access_*() function attribute) Merging dma-mapping/for-next (3622b86f49f8 dma-mapping: reject GFP_COMP for= noncoherent allocations) Merging asm-generic/master (32975c491ee4 uapi: Add missing _UAPI prefix to = include guard) Merging arc/for-next (f2906aa86338 Linux 5.19-rc1) Merging arm/for-next (ba07b4efc989 Merge branches 'misc' and 'fixes' into f= or-next) Merging arm64/for-next/core (ad4a4d3aff21 Merge branch 'for-next/signal' in= to for-next/core) CONFLICT (content): Merge conflict in arch/arm64/Kconfig Merging arm-perf/for-next/perf (e8a709dc2a91 perf: arm_spe: Print the versi= on of SPE detected) Merging arm-soc/for-next (8c1373cdadf6 Merge branch 'arm/fixes' into for-ne= xt) CONFLICT (content): Merge conflict in arch/arm/mach-s3c/Makefile Merging amlogic/for-next (b6520fc7ee57 Merge branch 'v6.2/fixes' into for-n= ext) Merging asahi-soc/asahi-soc/for-next (22991d8d5725 soc: apple: rtkit: Add r= egister dump decoding to crashlog) Merging aspeed/for-next (af06aa236dd7 ARM: Add wpcm450_defconfig for Nuvoto= n WPCM450) Merging at91/at91-next (05ccf9c9c2fc Merge branch 'at91-dt' into at91-next) Merging broadcom/next (b691373a1bec Merge branch 'devicetree/next' into nex= t) Merging davinci/davinci/for-next (eaafab7e8e26 MAINTAINERS: make me the mai= ntainer of DaVinci platforms) Merging drivers-memory/for-next (957b573ea840 Merge branch 'mem-ctrl-next' = into for-next) Merging imx-mxs/for-next (fd5368f6f08b Merge branch 'imx/defconfig' into fo= r-next) Merging mediatek/for-next (74ba8bb2bfb2 Merge branch 'v6.2-next/soc' into f= or-next) Merging mvebu/for-next (b80b042da860 Merge branch 'mvebu/fixes' into mvebu/= for-next) Merging omap/for-next (f68a6fc58073 Merge branch 'omap-for-v6.3/cleanup' in= to for-next) Merging qcom/for-next (02ac8d2a011b Merge branches 'arm64-defconfig-for-6.3= ', 'arm64-for-6.3', 'clk-for-6.3', 'drivers-for-6.3' and 'dts-for-6.3' into= for-next) Merging renesas/next (8dd3dae1705b Merge branches 'renesas-arm-defconfig-fo= r-v6.3', 'renesas-drivers-for-v6.3', 'renesas-dt-bindings-for-v6.3' and 're= nesas-dts-for-v6.3' into renesas-next) Merging reset/reset/next (1b929c02afd3 Linux 6.2-rc1) Merging rockchip/for-next (cc2b5be472c0 Merge branch 'v6.3-armsoc/dts32' in= to for-next) Merging samsung-krzk/for-next (da8d67f035b7 Merge branch 'next/dt' into for= -next) Merging scmi/for-linux-next (6d796c50f84c Linux 6.2-rc6) Merging stm32/stm32-next (4e74ad9f3af6 ARM: configs: multi_v7: enable NVMEM= driver for STM32) Merging sunxi/sunxi/for-next (caea0128c038 Merge branch 'sunxi/dt-for-6.3' = into sunxi/for-next) Merging tee/next (4a56b125ba20 Merge branch 'fixes' into next) Merging tegra/for-next (de98d45290c7 Merge branch for-6.3/arm64/dt into for= -next) Merging ti/ti-next (47d72bbb6c0f arm64: dts: ti: Makefile: Rearrange entrie= s alphabetically) Merging xilinx/for-next (a18426505c2b Merge remote-tracking branch 'git/zyn= qmp/dt' into for-next) Merging clk/clk-next (83b105adf3a2 Merge branch 'clk-cleanup' into clk-next) Merging clk-imx/for-next (4e197ee880c2 clk: imx6ul: add ethernet refclock m= ux support) Merging clk-renesas/renesas-clk (b1dec4e78599 clk: renesas: rcar-gen3: Disa= ble R-Car H3 ES1.*) Merging clk-samsung/for-next (b35f27fe73d8 clk: samsung: exynosautov9: add = cmu_peric1 clock support) Merging csky/linux-next (4a3ec00957fd csky: delay: Add function alignment) Merging loongarch/loongarch-next (2d94a107d041 selftests/ftrace: Add LoongA= rch kprobe args string tests support) Merging m68k/for-next (be6c50d315f9 selftests/seccomp: Add m68k support) Merging m68knommu/for-next (75ea79d4b18b m68k: nommu: Fix misspellings of "= DragonEngine") Merging microblaze/next (1b929c02afd3 Linux 6.2-rc1) Merging mips/mips-next (159c610af8cd MIPS: ralink: Use devm_platform_get_an= d_ioremap_resource()) Merging openrisc/for-next (34a0bac084e4 MAINTAINERS: git://github -> https:= //github.com for openrisc) Merging parisc-hd/for-next (3125e3b8f24c parisc: update kbuild doc. aliases= for parisc64) Merging powerpc/next (99dcb8a07113 integrity/powerpc: Support loading keys = from PLPKS) Merging powerpc-objtool/topic/objtool (1b929c02afd3 Linux 6.2-rc1) Merging soc-fsl/next (4b0986a3613c Linux 5.18) Merging risc-v/for-next (9daca9a5b9ac Merge patch series "riscv: improve bo= ot time isa extensions handling") CONFLICT (content): Merge conflict in arch/riscv/include/asm/hwcap.h CONFLICT (content): Merge conflict in arch/riscv/include/asm/vdso/processor= .h CONFLICT (content): Merge conflict in arch/riscv/kernel/probes/simulate-ins= n.h Merging riscv-dt/riscv-dt-for-next (d9c36d016f61 Merge patch series "Add a = devicetree for the Aldec PolarFire SoC TySoM") Merging riscv-soc/riscv-soc-for-next (f3460326e38d Merge patch series "JH71= 10 PMU Support") Merging s390/for-next (da54a9a29567 Merge branch 'features' into for-next) Merging uml/next (990627acb87c uml: vector: Remove unused definitions VECTO= R_{WRITE,HEADERS}) Merging xtensa/xtensa-for-next (4414c1f5c7a3 xtensa: drop unused members of= struct thread_struct) Merging pidfd/for-next (2372745ea25a selftests: add tests for prctl(SET_HID= E_SELF_EXE)) Merging vfs-idmapping/for-next (9db35c4c2bc4 Merge branch 'fs.misc' into fo= r-next) CONFLICT (content): Merge conflict in fs/btrfs/inode.c CONFLICT (content): Merge conflict in fs/fuse/acl.c CONFLICT (content): Merge conflict in fs/fuse/fuse_i.h CONFLICT (content): Merge conflict in fs/fuse/xattr.c Merging fscrypt/for-next (097d7c1fcb8d fscrypt: clean up fscrypt_add_test_d= ummy_key()) 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 (a9eb558a5bea afs: Stop implementing ->writepage()) Merging btrfs/for-next (6fa9d725f5b2 Merge branch 'for-next-next-v6.2-20230= 210' into for-next-20230210) Merging ceph/master (e7d84c6a1296 ceph: flush cap releases when the session= is flushed) Merging cifs/for-next (c272df2c5b28 filemap: Remove lock_page_killable()) 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 (944e4bd7beeb erofs: unify anonymous inodes for blob) Merging exfat/dev (5742d6a467d1 exfat: handle unreconized benign secondary = entries) Merging ext3/for_next (90e4f9e49826 Pull udf fixup for syzbot allocation fa= ilure handling bug.) Merging ext4/dev (1da18e38cb97 ext4: fix reserved cluster accounting in __e= s_remove_extent()) Merging f2fs/dev (663bb23cc1ac f2fs: make kobj_type structures constant) CONFLICT (content): Merge conflict in fs/f2fs/namei.c Merging fsverity/for-next (51e4e3153ebc fscrypt: support decrypting data fr= om large folios) Merging fuse/for-next (1cc4606d19e3 fuse: add inode/permission checks to fi= leattr_get/fileattr_set) Merging gfs2/for-next (b66f723bb552 gfs2: Improve gfs2_make_fs_rw error han= dling) Merging jfs/jfs-next (a60dca73a1a8 jfs: makes diUnmount/diMount in jfs_moun= t_rw atomic) Merging ksmbd/ksmbd-for-next (7a17c61ee3b2 ksmbd: Fix spelling mistake "exc= ceed" -> "exceeded") Merging nfs/linux-next (2241ab53cbb5 Linux 6.2-rc5) Merging nfs-anna/linux-next (7e8436728e22 nfs4: Fix kmemleak when allocate = slot failed) Merging nfsd/nfsd-next (f3c185216473 SUNRPC: Fix occasional warning when de= stroying gss_krb5_enctypes) Merging ntfs3/master (57c94236401b fs/ntfs3: Refactoring of various minor i= ssues) Merging orangefs/for-next (31720a2b109b orangefs: Fix kmemleak in orangefs_= {kernel,client}_debug_init()) Merging overlayfs/overlayfs-next (4f11ada10d0a ovl: fail on invalid uid/gid= mapping at copy up) Merging ubifs/next (0b3bc49c936c ubi: use correct names in function kernel-= doc comments) Merging v9fs/9p-next (2ce10bad1e96 9p/rdma: unmap receive dma buffer in rdm= a_request()/post_recv()) Merging v9fs-ericvh/ericvh/for-next (32a145a90935 fs/9p: Fix revalidate) CONFLICT (content): Merge conflict in fs/9p/vfs_inode.c CONFLICT (content): Merge conflict in fs/9p/vfs_inode_dotl.c Merging xfs/for-next (dd07bb8b6baf xfs: revert commit 8954c44ff477) Merging zonefs/for-next (43592c46375a zonefs: Cache zone group directory in= odes) CONFLICT (content): Merge conflict in fs/zonefs/super.c Merging iomap/iomap-for-next (471859f57d42 iomap: Rename page_ops to folio_= ops) Merging djw-vfs/vfs-for-next (a79168a0c00d fs/remap_range: avoid spurious w= riteback on zero length request) Merging file-locks/locks-next (c65454a94726 fs: remove locks_inode) CONFLICT (content): Merge conflict in fs/fuse/file.c Merging iversion/iversion-next (58a033c9a3e0 nfsd: remove fetch_iversion ex= port operation) CONFLICT (content): Merge conflict in fs/stat.c Merging vfs/for-next (e9f33f8668ab Merge branches 'work.misc', 'work.namesp= ace', 'work.alpha', 'work.minix' and 'work.sysv' into for-next) Merging printk/for-next (89cbb0fd271f Merge branch 'for-6.3' into for-next) Merging pci/next (0beef8b93899 Merge branch 'pci/misc') Merging pstore/for-next/pstore (88603b6dc419 Linux 6.2-rc2) Merging hid/for-next (760f504ec490 Merge branch 'for-6.3/logitech' into for= -next) Merging i2c/i2c/for-next (ddc1acad4fe3 Merge branch 'i2c/for-mergewindow' i= nto i2c/for-next) Merging i3c/i3c/next (e826acc18bc7 i3c: transfer pid from boardinfo to devi= ce info) Merging dmi/dmi-for-next (13a0ac816d22 firmware: dmi: Fortify entry point l= ength checks) Merging hwmon-staging/hwmon-next (a1ffd3c46267 hwmon: (mlxreg-fan) Return z= ero speed for broken fan) Merging jc_docs/docs-next (e076f253283c Merge branch 'docs-mw' into docs-ne= xt) CONFLICT (content): Merge conflict in Documentation/hwmon/index.rst Merging v4l-dvb/master (94817983fb2c Merge tag 'v6.2-rc7' into media_tree) CONFLICT (content): Merge conflict in drivers/staging/media/Kconfig CONFLICT (content): Merge conflict in drivers/staging/media/Makefile Merging v4l-dvb-next/master (05165248df65 media: v4l2-ctrls-api.c: move ctr= l->is_new =3D 1 to the correct line) CONFLICT (modify/delete): drivers/media/platform/ti/davinci/vpbe_display.c = deleted in HEAD and modified in v4l-dvb-next/master. Version v4l-dvb-next/= master of drivers/media/platform/ti/davinci/vpbe_display.c left in tree. CONFLICT (modify/delete): drivers/media/platform/ti/davinci/vpbe_osd.c dele= ted in HEAD and modified in v4l-dvb-next/master. Version v4l-dvb-next/mast= er of drivers/media/platform/ti/davinci/vpbe_osd.c left in tree. CONFLICT (modify/delete): drivers/media/platform/ti/davinci/vpbe_venc.c del= eted in HEAD and modified in v4l-dvb-next/master. Version v4l-dvb-next/mas= ter of drivers/media/platform/ti/davinci/vpbe_venc.c left in tree. $ git rm -f drivers/media/platform/ti/davinci/vpbe_display.c drivers/media/= platform/ti/davinci/vpbe_osd.c drivers/media/platform/ti/davinci/vpbe_venc.c Merging pm/linux-next (61b7614c114c Merge branch 'thermal-intel' into linux= -next) Merging cpufreq-arm/cpufreq/arm/linux-next (8e6cb91f946a dt-bindings: cpufr= eq: cpufreq-qcom-hw: Add SM8550 compatible) Merging cpupower/cpupower (1b929c02afd3 Linux 6.2-rc1) Merging devfreq/devfreq-next (497e92ab8c8e PM / devfreq: Remove "select SRC= U") Merging opp/opp/linux-next (eca4c0eea534 OPP: fix error checking in opp_mig= rate_dentry()) Merging thermal/thermal/linux-next (a2c81dc59d41 Merge back thermal control= material for 6.3.) Merging dlm/next (723b197bbdf1 fs: dlm: remove unnecessary waker_up() calls) Merging rdma/for-next (9cd9842c4699 RDMA/irdma: Cap MSIX used to online CPU= s + 1) Merging net-next/master (75da437a2f17 Merge branch '40GbE' of git://git.ker= nel.org/pub/scm/linux/kernel/git/tnguy/next-queue) CONFLICT (modify/delete): Documentation/networking/device_drivers/ethernet/= mellanox/mlx5.rst deleted in net-next/master and modified in HEAD. Version= HEAD of Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst= left in tree. CONFLICT (content): Merge conflict in drivers/net/ethernet/intel/ice/ice_xs= k.c $ git rm -f Documentation/networking/device_drivers/ethernet/mellanox/mlx5.= rst Applying: fixup for "net/mlx5: Separate mlx5 driver documentation into mult= iple pages" Merging bpf-next/for-next (ab86cf337a5b Merge branch 'bpf, mm: introduce cg= roup.memory=3Dnobpf') Merging ipsec-next/master (9f92752788d7 Merge branch 'adding-sparx5-is0-vca= p-support') Merging mlx5-next/mlx5-next (dca55da0a157 RDMA/mlx5: Track netdev to avoid = deadlock during netdev notifier unregister) Merging netfilter-next/master (677fb7525331 Merge git://git.kernel.org/pub/= scm/linux/kernel/git/netdev/net) Merging ipvs-next/master (46b5be95b5cb netfilter: let reset rules clean out= conntrack entries) Merging bluetooth/master (c585a92b2f9c Bluetooth: btintel: Set Per Platform= Antenna Gain(PPAG)) Merging wireless-next/for-next (8065c0e13f98 Merge branch 'yt8531-support') Merging mtd/mtd/next (84549c816dc3 mtd: parsers: ofpart: add workaround for= #size-cells 0) Merging nand/nand/next (ef3e6327ff04 mtd: rawnand: sunxi: Precompute the EC= C_CTL register value) Merging spi-nor/spi-nor/next (f047382519ca Merge tag 'mtd/fixes-for-6.2-rc4= ' into spi-nor/next) Merging crypto/master (4409c08d8067 crypto: virtio/akcipher - Do not use GF= P_ATOMIC when not needed) CONFLICT (content): Merge conflict in MAINTAINERS Merging drm/drm-next (48075a66fca6 Merge branch 'etnaviv/next' of https://g= it.pengutronix.de/git/lst/linux into drm-next) 69ed0c5d44d7 ("Revert "drm/amd/display: disable S/G display on DCN 3.1.4"= ") CONFLICT (content): Merge conflict in Documentation/accel/introduction.rst CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/soc21.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/amdgpu_dm= /amdgpu_dm.c CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/i915_gpu_error.c Merging drm-misc/for-linux-next (467fbc77f673 dt-bindings: display: panel: = visionox,vtdr6130: add missing reg property) Merging amdgpu/drm-next (512e8475d2a9 Revert "drm/amd/display: disable S/G = display on DCN 3.1.5") 512e8475d2a9 ("Revert "drm/amd/display: disable S/G display on DCN 3.1.5"= ") 8f56a0fe1f3c ("Revert "drm/amd/display: disable S/G display on DCN 3.1.2/= 3"") c4029779c627 ("Revert "drm/amd/display: disable S/G display on DCN 2.1.0"= ") Merging drm-intel/for-linux-next (155c6b16eec2 Merge tag 'amd-drm-next-6.3-= 2023-01-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-next) Merging drm-tegra/for-next (b9930311641c gpu: host1x: Fix uninitialized var= iable use) Merging drm-msm/msm-next (dbd7a2a941b8 PM / devfreq: Fix build issues with = devfreq disabled) Merging drm-msm-lumag/msm-next-lumag (1d233b1cb149 drm/msm/dpu: set pdpu->i= s_rt_pipe early in dpu_plane_sspp_atomic_update()) Merging imx-drm/imx-drm/next (927d8fd465ad drm/imx: ipuv3-plane: Remove red= undant color encoding and range initialisation) Merging etnaviv/etnaviv/next (4c22c61e429f drm/etnaviv: show number of NN c= ores in GPU debugfs info) Merging fbdev/for-next (4ec5183ec486 Linux 6.2-rc7) Merging regmap/for-next (e2f1700e954c Merge remote-tracking branch 'regmap/= for-6.3' into regmap-next) Merging sound/for-next (aacdac35b906 ALSA: hda: make kobj_type structure co= nstant) Merging sound-asoc/for-next (839d863e81d8 Merge remote-tracking branch 'aso= c/for-6.3' into asoc-next) CONFLICT (modify/delete): sound/soc/cirrus/ep93xx-ac97.c deleted in HEAD an= d modified in sound-asoc/for-next. Version sound-asoc/for-next of sound/so= c/cirrus/ep93xx-ac97.c left in tree. CONFLICT (modify/delete): sound/soc/pxa/e740_wm9705.c deleted in HEAD and m= odified in sound-asoc/for-next. Version sound-asoc/for-next of sound/soc/p= xa/e740_wm9705.c left in tree. CONFLICT (modify/delete): sound/soc/pxa/e750_wm9705.c deleted in HEAD and m= odified in sound-asoc/for-next. Version sound-asoc/for-next of sound/soc/p= xa/e750_wm9705.c left in tree. CONFLICT (modify/delete): sound/soc/pxa/e800_wm9712.c deleted in HEAD and m= odified in sound-asoc/for-next. Version sound-asoc/for-next of sound/soc/p= xa/e800_wm9712.c left in tree. CONFLICT (modify/delete): sound/soc/ti/davinci-vcif.c deleted in HEAD and m= odified in sound-asoc/for-next. Version sound-asoc/for-next of sound/soc/t= i/davinci-vcif.c left in tree. $ git rm -f sound/soc/pxa/e740_wm9705.c sound/soc/pxa/e750_wm9705.c sound/s= oc/pxa/e800_wm9712.c sound/soc/cirrus/ep93xx-ac97.c sound/soc/ti/davinci-vc= if.c Merging modules/modules-next (2ece476a2346 module: replace module_layout wi= th module_memory) Merging input/next (04f8b4ea20c8 Input: pmic8xxx-keypad - fix a Kconfig spe= lling mistake & hyphenation) CONFLICT (modify/delete): drivers/input/touchscreen/ucb1400_ts.c deleted in= HEAD and modified in input/next. Version input/next of drivers/input/touc= hscreen/ucb1400_ts.c left in tree. $ git rm -f drivers/input/touchscreen/ucb1400_ts.c Merging block/for-next (aa5050594b9f Merge branch 'for-6.3/block' into for-= next) CONFLICT (content): Merge conflict in mm/filemap.c Applying: fixup for "ublk_drv: add mechanism for supporting unprivileged ub= lk device" Merging device-mapper/for-next (8f74d6cda669 dm clone: prefer kvmalloc_arra= y()) Merging libata/for-next (8844f0aa8dc4 ata: pata_parport: Fix ida_alloc retu= rn value error check) Merging pcmcia/pcmcia-next (15e74c6c1ce2 pcmcia: remove AT91RM9200 Compact = Flash driver) Merging mmc/next (56f34e8ddc40 memstick: core: Imply IOSCHED_BFQ) Merging mfd/for-mfd-next (a5f31a668da1 dt-bindings: mfd: qcom,tcsr: Add com= patible for IPQ5332) Merging backlight/for-backlight-next (718c35c8d594 backlight: ktz8866: Add = support for Kinetic KTZ8866 backlight) Merging battery/for-next (eedb923279b7 Documentation: power: rt9467: Docume= nt exported sysfs entries) CONFLICT (content): Merge conflict in drivers/power/supply/Makefile Merging regulator/for-next (001975e7d9cc Merge remote-tracking branch 'regu= lator/for-6.3' into regulator-next) Merging security/next (88603b6dc419 Linux 6.2-rc2) Merging apparmor/apparmor-next (cb60752f0c37 apparmor: fix use of strcpy in= policy_unpack_test) Merging integrity/next-integrity (4958db3245fa ima: Introduce MMAP_CHECK_RE= QPROT hook) Applying: fixup for "ima: Introduce MMAP_CHECK_REQPROT hook" 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 (88603b6dc419 Linux 6.2-rc2) Merging smack/next (c0e48d3f7722 smackfs: Added check catlen) Merging tomoyo/master (5fc44ba8be52 workqueue: Emit runtime message when fl= ush_scheduled_work() is called) Merging tpmdd/next (f0b7e2241bb6 tpm: Add reserved memory event log) Merging watchdog/master (00bdbc9a8601 watchdog: wdat_wdt: Avoid unimplement= ed get_timeleft) Merging iommu/next (7eab5ffd59e6 Merge branches 'apple/dart', 'arm/exynos',= 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next) CONFLICT (content): Merge conflict in drivers/infiniband/hw/usnic/usnic_uio= m.c CONFLICT (content): Merge conflict in drivers/vfio/vfio_iommu_type1.c Merging audit/next (6c6cd913accd audit: update the mailing list in MAINTAIN= ERS) Merging devicetree/for-next (0c559bc8abfb dt-bindings: serial: restrict pos= sible child node names) CONFLICT (content): Merge conflict in Documentation/devicetree/bindings/mmc= /nvidia,tegra20-sdhci.yaml Merging dt-krzk/for-next (825475539974 Merge branch 'next/qcom-pinctrl' int= o for-next) Merging mailbox/mailbox-for-next (53c60d100427 dt-bindings: mailbox: qcom-i= pcc: Add compatible for SM8550) Merging spi/for-next (80323599e33f MAINTAINERS: Add entry for Broadcom Broa= dband SoC HS SPI drivers) Merging tip/master (7853ca498861 Merge branch 'linus') CONFLICT (modify/delete): arch/arm/mach-omap2/pm24xx.c deleted in HEAD and = modified in tip/master. Version tip/master of arch/arm/mach-omap2/pm24xx.c= left in tree. CONFLICT (content): Merge conflict in arch/s390/kernel/idle.c $ git rm -f arch/arm/mach-omap2/pm24xx.c Merging clockevents/timers/drivers/next (e09903cea09e clocksource/drivers/r= iscv: Get rid of clocksource_arch_init() callback) Merging edac/edac-for-next (5aeace73e576 Merge ras/edac-drivers into for-ne= xt) Merging irqchip/irq/irqchip-next (df2d85d0b0b5 Merge branch irq/misc-6.3 in= to irq/irqchip-next) CONFLICT (content): Merge conflict in drivers/irqchip/irq-apple-aic.c Merging ftrace/for-next (ce9c752ee1e7 tracing/probe: add a char type to sho= w the character value of traced arguments) CONFLICT (content): Merge conflict in Documentation/trace/kprobetrace.rst Merging rcu/rcu/next (cdd4b92e382b tools/memory-model: Provide exact SRCU s= emantics) Merging kvm/next (7cb79f433e75 KVM: PPC: Fix refactoring goof in kvmppc_e50= 0mc_init()) CONFLICT (content): Merge conflict in arch/x86/kvm/reverse_cpuid.h Merging kvm-arm/next (7121a2e1d107 Merge branch kvm-arm64/nv-prefix into kv= marm/next) Merging kvms390/next (5fc5b94a2736 s390/virtio: sort out physical vs virtua= l pointers usage) Merging kvm-x86/next (9fa259abdb42 KVM: x86: Assert that emulate doesn't lo= ad CS with garbage in !RM) CONFLICT (content): Merge conflict in arch/x86/include/asm/cpufeatures.h Merging xen-tip/linux-next (ca0d80778e48 xen/pvcalls-back: fix permanently = masked event channel) Merging percpu/for-next (b9819165bb45 Merge branch 'for-6.2' into for-next) Merging workqueues/for-next (c63a2e52d5e0 workqueue: Fold rebind_worker() w= ithin rebind_workers()) Merging drivers-x86/for-next (b919540aeb58 platform/x86: int3472/discrete: = add LEDS_CLASS dependency) Merging chrome-platform/for-next (b0d8a67715da platform/chrome: cros_ec_typ= ec: Fix spelling mistake) Merging hsi/for-next (1b929c02afd3 Linux 6.2-rc1) Merging leds/for-next (1b929c02afd3 Linux 6.2-rc1) Merging leds-lj/for-leds-next (4aea8f30475f Documentation: leds: Correct sp= elling) Merging ipmi/for-next (befb28f2676a ipmi: ipmb: Fix the MODULE_PARM_DESC as= sociated to 'retry_time_ms') Merging driver-core/driver-core-next (2bc19066bda3 driver core: cpu: don't = hand-override the uevent bus_type callback.) CONFLICT (content): Merge conflict in drivers/base/core.c CONFLICT (content): Merge conflict in include/linux/acpi.h Merging usb/usb-next (f87b564686ee dt-bindings: usb: amlogic,meson-g12a-usb= -ctrl: make G12A usb3-phy0 optional) Merging thunderbolt/next (06cbcbfaa651 thunderbolt: Add missing kernel-doc = comment to tb_tunnel_maximum_bandwidth()) Merging usb-serial/usb-next (617c331d9107 USB: serial: option: add support = for VW/Skoda "Carstick LTE") Merging tty/tty-next (370f696e4474 dt-bindings: serial: snps-dw-apb-uart: a= dd dma & dma-names properties) Merging char-misc/char-misc-next (e42af72223fd firmware: coreboot: Remove G= OOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entries) CONFLICT (content): Merge conflict in MAINTAINERS CONFLICT (content): Merge conflict in drivers/fpga/dfl.c CONFLICT (content): Merge conflict in drivers/fpga/dfl.h Merging accel/habanalabs-next (3315cc6cbe14 habanalabs: don't trace cpu acc= essible dma alloc/free) Merging coresight/next (669c4614236a coresight: tmc: Don't enable TMC when = it's not ready.) Merging fpga/for-next (ffa562d00072 fpga: bridge: return errors in the show= () method of the "state" attribute) CONFLICT (content): Merge conflict in drivers/fpga/dfl.h Merging icc/icc-next (7bf0008a5293 Merge branch 'icc-dt' into icc-next) Merging iio/togreg (91ba2700aa75 staging: iio: meter: Drop ade7854 driver) Merging phy-next/next (49742e9edab3 phy: qcom-qmp-combo: Add support for SM= 8550) $ git reset --hard HEAD^ Merging next-20230210 version of phy-next Merging soundwire/next (66f95de7c13b soundwire: cadence: further simplify l= ow-level xfer_msg_defer() callback) Merging extcon/extcon-next (2e85d0a0201d extcon: qcom-spmi: Switch to platf= orm_get_irq_byname_optional) Merging gnss/gnss-next (1b929c02afd3 Linux 6.2-rc1) Merging vfio/next (c55365a09302 docs: vfio: Update vfio.rst per latest inte= rfaces) Merging staging/staging-next (eec8ccab1b57 most: add maintainer entry) CONFLICT (content): Merge conflict in MAINTAINERS Merging counter-next/counter-next (01f714ee022e counter: fix dependency ref= erences for config MICROCHIP_TCB_CAPTURE) Merging mux/for-next (ea327624ae52 mux: mmio: drop obsolete dependency on C= OMPILE_TEST) Merging dmaengine/next (1f6484614d74 dmaengine: idma64: Update bytes_transf= erred field) Merging cgroup/for-next (14fffd51f902 Merge branch 'for-6.2-fixes' into for= -next) Merging scsi/for-next (e9f87b59c685 Merge branch 'fixes' into for-next) Merging scsi-mkp/for-next (833f7d4819a8 scsi: ufs: core: Fix an error handl= ing path in ufshcd_read_desc_param()) Merging vhost/linux-next (0abb6759a552 vdpa: Fix a couple of spelling mista= kes in some messages) Merging rpmsg/for-next (b722588e0b64 Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Applying: remoteproc: fix for "iommu: Add a gfp parameter to iommu_map()" Merging gpio/for-next (e73f0f0ee754 Linux 5.14-rc1) Merging gpio-brgl/gpio/for-next (2e539b735d86 gpio: tegra186: remove unneed= ed loop in tegra186_gpio_init_route_mapping()) Merging gpio-intel/for-next (1b929c02afd3 Linux 6.2-rc1) Merging pinctrl/for-next (15dcc128d607 Merge branch 'devel' into for-next) Merging pinctrl-intel/for-next (88f8ac47bddc pinctrl: Proofreading and upda= ting the documentation (part 2)) Merging pinctrl-renesas/renesas-pinctrl (698485cd875b pinctrl: renesas: r8a= 77950: Add VIN[45] pins, groups, and functions) Merging pinctrl-samsung/for-next (1b929c02afd3 Linux 6.2-rc1) Merging pwm/for-next (2781f8e92036 pwm: lp3943: Drop unused i2c include) 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 (bbf45b2ab467 ktest: Restore stty setting at first i= n dodie) Merging kselftest/next (4c853ca1cf79 selftests: use printf instead of echo = -ne) Merging kunit/test (1b929c02afd3 Linux 6.2-rc1) Merging kunit-next/kunit (82649c7c0da4 kunit: Add printf attribute to fail_= current_test_impl) Merging livepatching/for-next (b2e118419db3 Merge branch 'for-6.3/cleanup-r= elocations' into for-next) Merging rtc/rtc-next (e8c9efd5d52f dt-bindings: rtc: moxart: use proper nam= es for gpio properties) Merging nvdimm/libnvdimm-for-next (305a72efa791 Merge branch 'for-6.1/nvdim= m' into libnvdimm-for-next) Merging at24/at24/for-next (1b929c02afd3 Linux 6.2-rc1) Merging ntb/ntb-next (0310a30a9395 NTB: ntb_transport: fix possible memory = leak while device_register() fails) Merging seccomp/for-next/seccomp (0fb0624b15d2 seccomp: fix kernel-doc func= tion name warning) Merging fsi/next (35af9fb49bc5 fsi: core: Check error number after calling = ida_simple_get) Merging slimbus/for-next (1b929c02afd3 Linux 6.2-rc1) Merging nvmem/for-next (fa7876365ad2 nvmem: stm32: fix OPTEE dependency) Merging xarray/main (69cb69ea5542 ida: Remove assertions that an ID was all= ocated) Merging hyperv/hyperv-next (96ec2939620c Drivers: hv: Make remove callback = of hyperv driver void returned) Merging auxdisplay/auxdisplay (ddf75a86aba2 auxdisplay: hd44780: Fix potent= ial memory leak in hd44780_remove()) Merging kgdb/kgdb/for-next (c1cb81429df4 kdb: Fix the putarea helper functi= on) Merging hmm/hmm (1b929c02afd3 Linux 6.2-rc1) Merging cfi/cfi/next (312310928417 Linux 5.18-rc1) Merging trivial/for-next (081c8919b02b Documentation: remove trivial tree) Merging mhi/mhi-next (3c54a3ff0a2c bus: mhi: ep: Fix off by one in mhi_ep_p= rocess_cmd_ring()) Merging memblock/for-next (2fe03412e2e1 memblock: Avoid useless checks in m= emblock_merge_regions().) Merging cxl/next (b8b9ffced017 Merge branch 'for-6.3/cxl-ram-region' into c= xl/next) Merging zstd/zstd-next (2aa14b1ab2c4 zstd: import usptream v1.5.2) Merging efi/next (45d5165426ae efi: Add mixed-mode thunk recipe for GetMemo= ryAttributes) Merging unicode/for-next (b500d6d7243d unicode: Handle memory allocation fa= ilures in mkutf8data) Merging slab/for-next (603c592a005a Merge branch 'slab/for-6.3/fixes' into = slab/for-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 (1c1ea1c3e21d MAINTAINERS: Update Landlock repository) Merging rust/rust-next (7ea01d3169a2 rust: delete rust-project.json when ru= nning make clean) Merging sysctl/sysctl-next (0dff89c4488f sched: Move numa_balancing sysctls= to its own file) Merging execve/for-next/execve (88603b6dc419 Linux 6.2-rc2) Merging bitmap/bitmap-for-next (18e93f4dc099 bitmap: switch from inline to = __always_inline) Merging hte/for-next (1b929c02afd3 Linux 6.2-rc1) Merging kspp/for-next/kspp (78f7a3fd6dc6 randstruct: disable Clang 15 suppo= rt) Merging kspp-gustavo/for-next/kspp (b942a520d9e4 bcache: Replace zero-lengt= h arrays with DECLARE_FLEX_ARRAY() helper) Merging iommufd/for-next (bed9e516f118 Merge branch 'vfio-no-iommu' into io= mmufd.git for-next) Merging mm-stable/mm-stable (f67d6b266493 Merge branch 'mm-hotfixes-stable'= into mm-stable) CONFLICT (content): Merge conflict in Documentation/admin-guide/cgroup-v1/m= emory.rst CONFLICT (content): Merge conflict in Documentation/admin-guide/mm/numaperf= .rst CONFLICT (modify/delete): drivers/gpu/drm/i810/i810_dma.c deleted in HEAD a= nd modified in mm-stable/mm-stable. Version mm-stable/mm-stable of drivers= /gpu/drm/i810/i810_dma.c left in tree. CONFLICT (content): Merge conflict in drivers/infiniband/hw/hfi1/file_ops.c CONFLICT (modify/delete): drivers/staging/media/deprecated/meye/meye.c dele= ted in HEAD and modified in mm-stable/mm-stable. Version mm-stable/mm-stab= le of drivers/staging/media/deprecated/meye/meye.c left in tree. CONFLICT (modify/delete): drivers/staging/media/deprecated/stkwebcam/stk-we= bcam.c deleted in HEAD and modified in mm-stable/mm-stable. Version mm-sta= ble/mm-stable of drivers/staging/media/deprecated/stkwebcam/stk-webcam.c le= ft in tree. CONFLICT (content): Merge conflict in fs/buffer.c $ git rm -f drivers/gpu/drm/i810/i810_dma.c drivers/staging/media/deprecate= d/meye/meye.c drivers/staging/media/deprecated/stkwebcam/stk-webcam.c Applying: accel/ivpu: fix up for "mm: introduce vma->vm_flags wrapper funct= ions" Applying: udf: fix up for "fs: convert writepage_t callback to pass a folio" Applying: mm: fixup for "mm: implement memory-deny-write-execute as a prctl" Applying: gfs2: fix up for "fs: convert writepage_t callback to pass a foli= o" Merging mm-nonmm-stable/mm-nonmm-stable (817013880a68 Update CREDITS file e= ntry for Jesper Juhl) Merging mm/mm-everything (1c2080951a87 Merge branch 'mm-nonmm-unstable' int= o mm-everything) --Sig_/lL.q+9D56wIE_uUPjDUC04c Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmPpvZwACgkQAVBC80lX 0GzfEwf7BKbbBtnZ/k/eb1a6OTHvcZElAnKV8WEzVzCukeUDN50+3jwbubHf8wFm 4tBS2uvamEvXDp3bdKdmUkllXBdrvk/I4rwSf0V/k0g04FZ8y9HMkNilqjaMRl9+ 6NQNVSVRTGBBnM7EisRnPLBmTHMWdkXvQB0GLVLnrLc4JLYa5lNzEQyWoHCvPhBF ap4kD3qvtd7cPG0K5S9KsDqvxL1D9lpxbx+/tAcIEcVaTlaBfO+pmIHptxPkc8nj xQ8E0ju+0qWndE4XAM6lKBQMsygqB60JKVF15XKTo3c+bqH/MagslT0hG2rvj3Fl eEIg8bFmFgWAqP0Tu4qDgB+vjb94pg== =9AI6 -----END PGP SIGNATURE----- --Sig_/lL.q+9D56wIE_uUPjDUC04c--