From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A12518BEF; Mon, 19 Feb 2024 05:25:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=150.107.74.76 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708320312; cv=none; b=MbgzQRkt8D2M3jhMV/snJ8CM5egZH3kh79oz52xbMlPyAKL+pwTiP+v3P5lhOnRhrTc2tIOV4RoUuG9IwryKjmhSxX7/8g6C/2ZCQ9ipaOVjBVc2NX1SGNhnOSrYf49E5zkQ3pojUF6gV11YhUplVPJJO27rVcp04XCJ5IuVh8c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708320312; c=relaxed/simple; bh=qPiGD6L9NiGwr/zGMVc+rDDQ0vbsUi0K/BfadpOGYLo=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=HRzSwxFgsTtfxSCRyfdJLminCA4muCBLz8OnmXhEhPtTC0sFo0i89kkR77/fYtSazOWkA5mHur5cZg1EoZ46X1lPCQf28xU48FgeqJFf146Rq/t0QPK25NGpf/YFhr2a3JLLtBJqizJGRNFFdI8Aak8iNFIlQ19WCHn0379W2UU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=canb.auug.org.au; spf=pass smtp.mailfrom=canb.auug.org.au; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b=kQXpqdP3; arc=none smtp.client-ip=150.107.74.76 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=canb.auug.org.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="kQXpqdP3" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1708320306; bh=b6+Kj75WsARk+a/nvMkv7OVh3EDLO2ZIippFZOs2n9s=; h=Date:From:To:Cc:Subject:From; b=kQXpqdP3yoocrRfevgM3ksiSlyEaRP8aCIUwqKbkN7o4gYyV9T2iAlQ8x29exjeuR Y31XMVJuae7Xy0gQ+eEeh0cntoQay8xoeqPD91cOT6JuiSJU+IQ/LRaASuw9ARgk5r jFO44Co++MGpMEsK7Tn9mEQLPSdqivFBNMQtRzbPVHHj2zHuhe5k3IGeUsZzkueWl4 hImQGsAlxf6iGRm3D4f7DaQsm08wtITJoBiTpAm+EACq5DGoD76wdxLm8cHRT/N2j7 Wg01tXWcusq/VpgU3934NzNFyEKyUukK/BwmasQhYwcc2bYr2Cy7JA2D2wc7W7iF5y NCQ+P4YN1Nvjg== 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 X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4TdWFZ48czz4wcw; Mon, 19 Feb 2024 16:25:06 +1100 (AEDT) Date: Mon, 19 Feb 2024 16:25:05 +1100 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Feb 19 Message-ID: <20240219162505.5007c075@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/6nsqun3O9HehCjnVmAIwq1M"; protocol="application/pgp-signature"; micalg=pgp-sha256 --Sig_/6nsqun3O9HehCjnVmAIwq1M Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20240216: The cxl-fixes tree gained a conflict against Linus' tree. The vfs-brauner tree gained a semantic conflict against the nfsd tree. The kvm-arm tree gained a conflict against the arm64 tree. The iio tree gained a conflict against Linus' tree. Tthe phy-next tree gained a conflict against the phy tree. Non-merge commits (relative to Linus' tree): 7225 7041 files changed, 328271 insertions(+), 136833 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 is also the merge.log file in the Next directory. Between each merge, the tree was built with a ppc64_defconfig for powerpc, an allmodconfig for x86_64, a multi_v7_defconfig for arm and a native build of tools/perf. After the final fixups (if any), I do an x86_64 modules_install followed by builds for x86_64 allnoconfig, powerpc allnoconfig (32 and 64 bit), ppc44x_defconfig, allyesconfig and pseries_le_defconfig and i386, arm64, s390, sparc and sparc64 defconfig and htmldocs. And finally, a simple boot test of the powerpc pseries_le_defconfig kernel in qemu (with and without kvm enabled). Below is a summary of the state of the merge. I am currently merging 369 trees (counting Linus' and 104 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 (b401b621758e Linux 6.8-rc5) Merging fixes/fixes (2dde18cd1d8f Linux 6.5) Merging mm-hotfixes/mm-hotfixes-unstable (d5f96e8bbb43 mm/damon/sysfs-schem= es: handle schemes sysfs dir removal before commit_schemes_quota_goals) Merging kbuild-current/fixes (a951884d8288 kallsyms: ignore ARMv4 thunks al= ong with others) Merging arc-current/for-curr (861deac3b092 Linux 6.7-rc7) Merging arm-current/fixes (f54e8634d136 ARM: 9330/1: davinci: also select P= INCTRL) Merging arm64-fixes/for-next/fixes (2813926261e4 arm64/sve: Lower the maxim= um allocation for the SVE ptrace regset) Merging arm-soc-fixes/arm/fixes (1b5af823d703 soc/tegra: fix build failure = on Tegra241) Merging davinci-current/davinci/for-current (6613476e225e Linux 6.8-rc1) Merging drivers-memory-fixes/fixes (6613476e225e Linux 6.8-rc1) Merging sophgo-fixes/fixes (41bccc98fb79 Linux 6.8-rc2) Merging tee-fixes/fixes (ceaa837f96ad Linux 6.2-rc8) Merging m68k-current/for-linus (6b9c045b0602 m68k: defconfig: Update defcon= figs for v6.7-rc1) Merging powerpc-fixes/fixes (0846dd77c834 powerpc/iommu: Fix the missing io= mmu_group_put() during platform domain attach) Merging s390-fixes/fixes (124468af7e76 s390/configs: update default configu= rations) Merging fscrypt-current/for-current (4bcf6f827a79 fscrypt: check for NULL k= eyring in fscrypt_put_master_key_activeref()) Merging fsverity-current/for-current (a075bacde257 fsverity: don't drop pag= ecache at end of FS_IOC_ENABLE_VERITY) Merging net/main (ee710bbcad48 Merge branch 'bcmasp-fixes') Merging bpf/master (54d46c9f581d Merge branch 'fix-the-read-of-vsyscall-pag= e-through-bpf') Merging ipsec/master (983a73da1f99 xfrm: Pass UDP encapsulation in TX packe= t offload) Merging netfilter/main (84443741faab netfilter: nf_tables: fix bidirectiona= l offload regression) Merging ipvs/main (5a8cdf6fd860 netfilter: nft_set_pipapo: remove scratch_a= ligned pointer) Merging wireless/for-next (f78c1375339a wifi: nl80211: reject iftype change= with mesh ID change) Merging wpan/master (b85ea95d0864 Linux 6.7-rc1) Merging rdma-fixes/for-rc (5ba4e6d5863c RDMA/qedr: Fix qedr_create_user_qp = error flow) Merging sound-current/for-linus (41c25e193b2b ALSA: usb-audio: More relaxed= check of MIDI jack names) Merging sound-asoc-fixes/for-linus (0db0c1770834 ASoC: cs35l56: Workaround = for ACPI with broken spk-id-gpios property) Merging regmap-fixes/for-linus (2f0dbb24f78a regmap: kunit: Ensure that cha= nged bytes are actually different) Merging regulator-fixes/for-linus (e5d40e9afd84 regulator: max5970: Fix reg= ulator child node name) Merging spi-fixes/for-linus (269e31aecdd0 spi-mxs: Fix chipselect glitch) Merging pci-current/for-linus (172c0cf519fb MAINTAINERS: Add Siddharth Vada= palli as PCI TI DRA7XX/J721E reviewer) Merging driver-core.current/driver-core-linus (c02197fc9076 Merge tag 'powe= rpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux) Merging tty.current/tty-linus (c02197fc9076 Merge tag 'powerpc-6.8-3' of gi= t://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux) Merging usb.current/usb-linus (c02197fc9076 Merge tag 'powerpc-6.8-3' of gi= t://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux) Merging usb-serial-fixes/usb-linus (54be6c6c5ae8 Linux 6.8-rc3) Merging phy/fixes (d4c08d8b23b2 phy: qcom-qmp-usb: fix v3 offsets data) Merging staging.current/staging-linus (6613476e225e Linux 6.8-rc1) Merging iio-fixes/fixes-togreg (78367c32bebf iio: adc: ad4130: only set GPI= O_CTRL if pin is unused) Merging counter-current/counter-current (c83ccdc9586b counter: fix privdata= alignment) Merging char-misc.current/char-misc-linus (e20f378d993b nvmem: include bit = index in cell sysfs file name) Merging soundwire-fixes/fixes (6613476e225e Linux 6.8-rc1) Merging thunderbolt-fixes/fixes (d3d17e23d1a0 thunderbolt: Fix NULL pointer= dereference in tb_port_update_credits()) Merging input-current/for-linus (4255447ad34c Input: i8042 - add Fujitsu Li= febook U728 to i8042 quirk table) Merging crypto-current/master (c0ec2a712daf crypto: virtio/akcipher - Fix s= tack overflow on memcpy) Merging vfio-fixes/for-linus (4ea95c04fa6b vfio: Drop vfio_file_iommu_group= () stub to fudge around a KVM wart) Merging kselftest-fixes/fixes (b54761f6e977 kselftest/seccomp: Report each = expectation we assert as a KTAP test) Merging modules-fixes/modules-linus (f412eef03938 Documentation: livepatch:= module-elf-format: Remove local klp_modinfo definition) Merging dmaengine-fixes/fixes (a79f949a5ce1 dmaengine: fsl-edma: correct ma= x_segment_size setting) Merging backlight-fixes/for-backlight-fixes (6613476e225e Linux 6.8-rc1) Merging mtd-fixes/mtd/fixes (e6a30d0c48a1 mtd: rawnand: marvell: fix layout= s) Merging mfd-fixes/for-mfd-fixes (6613476e225e Linux 6.8-rc1) Merging v4l-dvb-fixes/fixes (346c84e281a9 media: pwm-ir-tx: Depend on CONFI= G_HIGH_RES_TIMERS) Merging reset-fixes/reset/fixes (4a6756f56bcf reset: Fix crash when freeing= non-existent optional resets) Merging mips-fixes/mips-fixes (8fa507083388 mm/memory: Use exception ip to = search exception tables) Merging at91-fixes/at91-fixes (6613476e225e Linux 6.8-rc1) Merging omap-fixes/fixes (9b6a51aab5f5 ARM: dts: Fix occasional boot hang f= or am3 usb) Merging kvm-fixes/master (9895ceeb5cd6 Merge tag 'kvmarm-fixes-6.8-2' of gi= t://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD) Merging kvms390-fixes/master (83303a4c776c KVM: s390: fix cc for successful= PQAP) Merging hwmon-fixes/hwmon (841c35169323 Linux 6.8-rc4) Merging nvdimm-fixes/libnvdimm-fixes (33908660e814 ACPI: NFIT: Fix incorrec= t calculation of idt size) Applying: Revert "cxl/cper: Fix errant CPER prints for CXL events" Merging cxl-fixes/fixes (6cb604ed24a1 acpi/ghes: Remove CXL CPER notificati= ons) Merging btrfs-fixes/next-fixes (4f28045e1bdf Merge branch 'misc-6.8' into n= ext-fixes) Merging vfs-fixes/fixes (7e4a205fe56b Revert "get rid of DCACHE_GENOCIDE") Merging dma-mapping-fixes/for-linus (d5090484b021 swiotlb: do not try to al= locate a TLB bigger than MAX_ORDER pages) Merging drivers-x86-fixes/fixes (1abdf288b0ef platform/x86: touchscreen_dmi= : Add info for the TECLAST X16 Plus tablet) Merging samsung-krzk-fixes/fixes (eab4f56d3e75 ARM: dts: exynos4212-tab3: a= dd samsung,invert-vclk flag to fimd) Merging pinctrl-samsung-fixes/fixes (6613476e225e Linux 6.8-rc1) Merging devicetree-fixes/dt/linus (4e06ec0774f5 dt-bindings: ufs: samsung,e= xynos-ufs: Add size constraints on "samsung,sysreg") Merging dt-krzk-fixes/fixes (6613476e225e Linux 6.8-rc1) Merging scsi-fixes/fixes (9ddf190a7df7 scsi: jazz_esp: Only build if SCSI c= ore is builtin) Merging drm-fixes/drm-fixes (ea69f782d0e3 Merge tag 'drm-msm-fixes-2024-02-= 15' of https://gitlab.freedesktop.org/drm/msm into drm-fixes) Merging drm-intel-fixes/for-linux-next-fixes (ad26d56d0807 drm/i915/dp: Lim= it SST link rate to <=3D8.1Gbps) Merging mmc-fixes/fixes (6b1ba3f9040b mmc: mmci: stm32: fix DMA API overlap= ping mappings warning) Merging rtc-fixes/rtc-fixes (08279468a294 rtc: sunplus: fix format string f= or printing resource) Merging gnss-fixes/gnss-linus (54be6c6c5ae8 Linux 6.8-rc3) Merging hyperv-fixes/hyperv-fixes (564eac2860bd hv_utils: Allow implicit IC= TIMESYNCFLAG_SYNC) Merging soc-fsl-fixes/fix (06c2afb862f9 Linux 6.5-rc1) Merging risc-v-fixes/fixes (3951f6add519 riscv: Fix arch_tlbbatch_flush() b= y clearing the batch cpumask) Merging riscv-dt-fixes/riscv-dt-fixes (ce6b6d151396 riscv: dts: sifive: add= missing #interrupt-cells to pmic) Merging riscv-soc-fixes/riscv-soc-fixes (bf456162601f Merge branches 'riscv= -cache-fixes' and 'riscv-firmware-fixes' into riscv-soc-fixes) Merging fpga-fixes/fixes (6613476e225e Linux 6.8-rc1) Merging spdx/spdx-linus (6613476e225e Linux 6.8-rc1) Merging gpio-brgl-fixes/gpio/for-current (2df8aa3cad40 gpiolib: add gpio_de= vice_get_label() stub for !GPIOLIB) Merging gpio-intel-fixes/fixes (6613476e225e Linux 6.8-rc1) Merging pinctrl-intel-fixes/fixes (6613476e225e Linux 6.8-rc1) Merging auxdisplay-fixes/fixes (6613476e225e Linux 6.8-rc1) Merging erofs-fixes/fixes (d9281660ff3f erofs: relaxed temporary buffers al= location on readahead) Merging kunit-fixes/kunit-fixes (829388b725f8 kunit: device: Unregister the= kunit_bus on shutdown) Merging ubifs-fixes/fixes (2241ab53cbb5 Linux 6.2-rc5) Merging memblock-fixes/fixes (6a9531c3a880 memblock: fix crash when reserve= d memory is not added to memory) Merging nfsd-fixes/nfsd-fixes (5ea9a7c5fe41 nfsd: don't take fi_lock in nfs= d_break_deleg_cb()) Merging renesas-fixes/fixes (9eab43facdad soc: renesas: ARCH_R9A07G043 depe= nds on !RISCV_ISA_ZICBOM) Merging perf-current/perf-tools (fdd0ae72b34e perf tools headers: update th= e asm-generic/unaligned.h copy with the kernel sources) Merging efi-fixes/urgent (e258b85f1c3c efivarfs: Request at most 512 bytes = for variable names) Merging zstd-fixes/zstd-linus (77618db34645 zstd: Fix array-index-out-of-bo= unds UBSAN warning) Merging battery-fixes/fixes (2df70149e73e power: supply: bq27xxx-i2c: Do no= t free non existing IRQ) Merging uml-fixes/fixes (73a23d771033 um: harddog: fix modular build) Merging iommufd-fixes/for-rc (28b9f669e10f iommufd/iova_bitmap: Consider pa= ge offset for the pages to be pinned) Merging rust-fixes/rust-fixes (6613476e225e Linux 6.8-rc1) Merging v9fs-fixes/fixes/next (6613476e225e Linux 6.8-rc1) Merging w1-fixes/fixes (6613476e225e Linux 6.8-rc1) Merging pmdomain-fixes/fixes (eb5555d422d0 pmdomain: arm: Fix NULL derefere= nce on scmi_perf_domain removal) Merging overlayfs-fixes/ovl-fixes (420332b94119 ovl: mark xwhiteouts direct= ory with overlay.opaque=3D'x') Merging i2c-host-fixes/i2c/i2c-host-fixes (eb9f7f654f25 i2c: i801: Fix bloc= k process call transactions) 32e9b680de4b ("i2c: i2c-qcom-geni: Correct I2C TRE sequence") 3fab8a74c71a ("i2c: pasemi: split driver into two separate modules") eb9f7f654f25 ("i2c: i801: Fix block process call transactions") Merging drm-misc-fixes/for-linux-next-fixes (65323796debe drm/nouveau/mmu/r= 535: uninitialized variable in r535_bar_new_()) Merging mm-stable/mm-stable (841c35169323 Linux 6.8-rc4) Merging mm-nonmm-stable/mm-nonmm-stable (841c35169323 Linux 6.8-rc4) Merging mm/mm-everything (fbe20ee2912a Merge branch 'mm-nonmm-unstable' int= o mm-everything) f3c4e7699cf4 ("seq_buf: fix kernel documentation") Merging kbuild/for-next (ccc8c4a3df25 kconfig: use generic macros to implem= ent symbol hashtable) Merging clang-format/clang-format (5a205c6a9f79 clang-format: Update with v= 6.7-rc4's `for_each` macro list) Merging perf/perf-tools-next (81901fc0640d perf build: Cleanup perf registe= r configuration) Merging compiler-attributes/compiler-attributes (2993eb7a8d34 Compiler Attr= ibutes: counted_by: fixup clang URL) Merging dma-mapping/for-next (7c65aa3cc072 dma-debug: fix kernel-doc warnin= gs) Merging asm-generic/master (34b2321cc648 MAINTAINERS: Add Andreas Larsson a= s co-maintainer for arch/sparc) Merging arc/for-next (0bb80ecc33a8 Linux 6.6-rc1) Merging arm/for-next (8790fade1a19 Merge branches 'misc' and 'fixes' into f= or-next) Merging arm64/for-next/core (11a1b3cc50df Merge branch 'for-next/stage1-lpa= 2' into for-next/core) Merging arm-perf/for-next/perf (fd185a245155 perf/arm_cspmu: Add devicetree= support) Merging arm-soc/for-next (de4b6d6705a7 Merge branch 'soc/defconfig' into fo= r-next) Merging amlogic/for-next (c1fd40a19005 Merge branch 'v6.9/arm64-dt' into fo= r-next) Merging asahi-soc/asahi-soc/for-next (ffc253263a13 Linux 6.6) Merging aspeed/for-next (e60f7a99d378 ARM: dts: aspeed: minerva: add sgpio = line name) Merging at91/at91-next (859f600457cc Merge branch 'clk-microchip' into at91= -next) Merging broadcom/next (412c6bd2c649 Merge branch 'soc/next' into next) Merging davinci/davinci/for-next (6613476e225e Linux 6.8-rc1) Merging drivers-memory/for-next (2f542c937c48 dt-bindings: memory-controlle= rs: narrow regex for unit address to hex numbers) Merging imx-mxs/for-next (d93b6c641bc9 Merge branch 'imx/defconfig' into fo= r-next) Merging mediatek/for-next (5b6df373ec95 arm64: dts: mediatek: Replace depre= cated extcon-usb-gpio id-gpio/vbus-gpio properties) Merging mvebu/for-next (476887312c60 Merge branch 'mvebu/drivers' into mveb= u/for-next) Merging omap/for-next (0012c1958460 Merge branches 'sgx-for-v6.9' and 'omap= -for-v6.9/soc' into for-next) Merging qcom/for-next (a207470544d9 Merge branches 'arm32-for-6.9', 'arm64-= defconfig-for-6.9', 'arm64-fixes-for-6.8', 'arm64-for-6.9', 'clk-for-6.9' a= nd 'drivers-for-6.9' into for-next) Merging renesas/next (28bcd294c39d Merge branches 'renesas-dt-bindings-for-= v6.9' and 'renesas-dts-for-v6.9' into renesas-next) Merging reset/reset/next (c3c46acd5be9 dt-bindings: reset: hisilicon,hi3660= -reset: Drop providers and consumers from example) Merging rockchip/for-next (504c4c60e70b Merge branch 'v6.9-armsoc/dts64' in= to for-next) Merging samsung-krzk/for-next (e7ed5a0ec5bb Merge branches 'fixes', 'next/c= lk', 'next/defconfig', 'next/drivers', 'next/dt', 'next/dt64' and 'next/soc= ' into for-next) Merging scmi/for-linux-next (e82acbca990e Merge branches 'for-next/vexpress= /updates' and 'for-next/scmi/updates' of git://git.kernel.org/pub/scm/linux= /kernel/git/sudeep.holla/linux into for-linux-next) Merging sophgo/for-next (41bccc98fb79 Linux 6.8-rc2) Merging stm32/stm32-next (7fd195f01ae5 ARM: dts: stm32: lxa-tac: reduce RGM= II interface drive strength) Merging sunxi/sunxi/for-next (5db172482d9d Merge branch 'sunxi/dt-for-6.9' = into sunxi/for-next) Merging tee/next (58ea7e692a9e Merge branch 'tee_bus_type_for_v6.9' into ne= xt) Merging tegra/for-next (fc9699999179 Merge branch for-6.8/arm64/dt into for= -next) Merging ti/ti-next (e7a45f5d7416 Merge branch 'ti-k3-dts-next' into ti-next) Merging xilinx/for-next (2d81f5ef567c Merge remote-tracking branch 'git/zyn= qmp/dt' into for-next) Merging clk/clk-next (efe5a1b888ab Merge branch 'clk-fixes' into clk-next) Merging clk-imx/for-next (6613476e225e Linux 6.8-rc1) Merging clk-renesas/renesas-clk (46fb5dd9ca28 clk: renesas: r9a07g04[34]: F= ix typo for sel_shdi variable) Merging csky/linux-next (2c40c1c6adab Merge tag 'usb-6.7-rc1' of git://git.= kernel.org/pub/scm/linux/kernel/git/gregkh/usb) Merging loongarch/loongarch-next (cca5efe77a6a LoongArch: vDSO: Disable UBS= AN instrumentation) Merging m68k/for-next (6b9c045b0602 m68k: defconfig: Update defconfigs for = v6.7-rc1) Merging m68knommu/for-next (b401b621758e Linux 6.8-rc5) Merging microblaze/next (6613476e225e Linux 6.8-rc1) Merging mips/mips-next (841c35169323 Linux 6.8-rc4) Merging openrisc/for-next (c289330331eb openrisc: Remove kernel-doc marker = from ioremap comment) Merging parisc-hd/for-next (3721ccda3cbf parisc: Fix stack unwinder) Merging powerpc/next (14ce0dbb5627 powerpc: ibmebus: make ibmebus_bus_type = const) Merging soc-fsl/next (fb9c384625dd bus: fsl-mc: fsl-mc-allocator: Drop a wr= ite-only variable) Merging risc-v/for-next (cb4ede926134 riscv: Avoid code duplication with ge= neric bitops implementation) CONFLICT (content): Merge conflict in arch/riscv/include/asm/bitops.h Merging riscv-dt/riscv-dt-for-next (5669bb5a16a0 riscv: dts: microchip: add= specific compatible for mpfs pdma) Merging riscv-soc/riscv-soc-for-next (6613476e225e Linux 6.8-rc1) Merging s390/for-next (cd3b4e469604 Merge branch 'features' into for-next) Merging sh/for-next (0a2d3ce0031f sh: hd64461: Make setup_hd64461 static) Merging uml/next (83aec96c631e um: Mark 32bit syscall helpers as clobbering= memory) Merging xtensa/xtensa-for-next (7ab7acb68adf xtensa: fix MAKE_PC_FROM_RA se= cond argument) Merging bcachefs/for-next (c843b6b867f6 thread_with_file: add f_ops.flush) Merging pidfd/for-next (a901a3568fd2 Merge tag 'iomap-6.5-merge-1' of git:/= /git.kernel.org/pub/scm/fs/xfs/xfs-linux) Merging fscrypt/for-next (d3a7bd420076 fscrypt: clear keyring before callin= g key_put()) Merging afs/afs-next (abcbd3bfbbfe afs: trace: Log afs_make_call(), includi= ng server address) Merging btrfs/for-next (d3cfdbb1ea50 Merge branch 'for-next-next-v6.8-20240= 213' into for-next-20240213) Merging ceph/master (dbc347ef7f0c ceph: add ceph_cap_unlink_work to fire ch= eck_caps() immediately) Merging cifs/for-next (0ab0a5fed476 cifs: allow changing password during re= mount) Merging configfs/for-next (4425c1d9b44d configfs: improve item creation per= formance) Merging ecryptfs/next (a3d78fe3e1ae fs: ecryptfs: comment typo fix) Merging erofs/dev (aa12a790d31b erofs: make erofs_{err,info}() support NULL= sb parameter) Merging exfat/dev (3a7845041eb7 exfat: fix appending discontinuous clusters= to empty file) Merging exportfs/exportfs-next (42c3732fa807 fs: Create a generic is_dot_do= tdot() utility) Merging ext3/for_next (3461c4f52504 Pull quota rcu annotations and qtree lo= op detection code.) Merging ext4/dev (ec9d669eba4c ext4: make ext4_set_iomap() recognize IOMAP_= DELALLOC map type) Merging f2fs/dev (21ec68234826 f2fs: fix to avoid potential panic during re= covery) Merging fsverity/for-next (8e43fb06e10d fsverity: remove hash page spin loc= k) Merging fuse/for-next (3f29f1c336c0 fuse: disable FOPEN_PARALLEL_DIRECT_WRI= TES with FUSE_DIRECT_IO_ALLOW_MMAP) Merging gfs2/for-next (6b89b6af459f Merge tag 'gfs2-v6.8-rc2-revert' of git= ://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2) Merging jfs/jfs-next (e42e29cc4423 Revert "jfs: fix shift-out-of-bounds in = dbJoin") Merging ksmbd/ksmbd-for-next (b401b621758e Linux 6.8-rc5) Merging nfs/linux-next (052d534373b7 Merge tag 'exfat-for-6.8-rc1' of git:/= /git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat) Merging nfs-anna/linux-next (57331a59ac0d NFSv4.1: Use the nfs_client's rpc= timeouts for backchannel) Merging nfsd/nfsd-next (26102396d4e0 NFSD: Document nfsd_setattr() fill-att= ributes behavior) Merging ntfs3/master (622cd3daa8ea fs/ntfs3: Slightly simplify ntfs_inode_p= rintk()) Merging orangefs/for-next (9bf93dcfc453 Julia Lawall reported this null poi= nter dereference, this should fix it.) Merging overlayfs/overlayfs-next (d17bb4620f90 overlayfs.rst: fix ReST form= atting) Merging ubifs/next (adbf4c4954e3 ubi: block: fix memleak in ubiblock_create= ()) Merging v9fs/9p-next (be3193e58ec2 9p: Fix read/write debug statements to r= eport server reply) Merging v9fs-ericvh/ericvh/for-next (be57855f5050 fs/9p: fix dups even in u= ncached mode) Merging xfs/for-next (9ee85f235efe xfs: ensure submit buffers on LSN bounda= ries in error handlers) Merging zonefs/for-next (567e629fd296 zonefs: convert zonefs to use the new= mount api) Merging iomap/iomap-for-next (3ac974796e5d iomap: fix short copy in iomap_w= rite_iter()) Merging djw-vfs/vfs-for-next (ce85a1e04645 xfs: stabilize fs summary counte= rs for online fsck) Merging file-locks/locks-next (e0152e7481c6 Merge tag 'riscv-for-linus-6.6-= mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux) Merging iversion/iversion-next (e0152e7481c6 Merge tag 'riscv-for-linus-6.6= -mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux) Merging vfs-brauner/vfs.all (2bd8e615a5c3 Merge branch 'vfs.uuid' into vfs.= all) CONFLICT (content): Merge conflict in fs/bcachefs/super-io.c CONFLICT (content): Merge conflict in fs/nfsd/nfs4layouts.c Applying: fixup for "filelock: split common fields into struct file_lock_co= re" Merging vfs/for-next (052d534373b7 Merge tag 'exfat-for-6.8-rc1' of git://g= it.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat) Merging printk/for-next (e7081d5a9d97 Merge branch 'rework/console-flushing= -fixes' into for-next) Merging pci/next (3ab548e487fc Merge branch 'pci/misc') Merging pstore/for-next/pstore (69f381e67d6f pstore/zone: Add a null pointe= r check to the psz_kmsg_read) Merging hid/for-next (8f0a3ff87887 Merge branch 'for-6.9/nintendo' into for= -next) Merging i2c/i2c/for-next (67ec505fae32 Merge tag 'i2c-host-fixes-6.8-rc5' o= f git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/f= or-current) Merging i2c-host/i2c/i2c-host (48acf8292280 i2c: Remove redundant compariso= n in npcm_i2c_reg_slave) Merging i3c/i3c/next (10201396ef64 i3c: dw: Disable IBI IRQ depends on hot-= join and SIR enabling) Merging hwmon-staging/hwmon-next (e6b33455c319 MAINTAINERS: Drop redundant = hwmon entries) Merging jc_docs/docs-next (6fca09b64f2e docs: dev-tools: checkpatch.rst: Fi= x grammar) Merging v4l-dvb/master (8c64f4cdf4e6 media: edia: dvbdev: fix a use-after-f= ree) CONFLICT (content): Merge conflict in drivers/staging/media/atomisp/pci/ato= misp_cmd.c Merging v4l-dvb-next/master (e0b8eb0f6d65 media: visl: Add codec specific v= ariability on output frames) Merging pm/linux-next (833dbcc88dd9 Merge branches 'acpi-property', 'acpi-r= esource' and 'acpi-processor' into linux-next) CONFLICT (content): Merge conflict in drivers/pci/pci.c Merging cpufreq-arm/cpufreq/arm/linux-next (3093fa33539b cpufreq: qcom-hw: = add CONFIG_COMMON_CLK dependency) Merging cpupower/cpupower (0086ffec768b tools cpupower bench: Override CFLA= GS assignments) Merging devfreq/devfreq-next (aed5ed595960 PM / devfreq: Synchronize devfre= q_monitor_[start/stop]) Merging pmdomain/next (713240877a26 pmdomain: renesas: Adjust the waiting t= ime to cover the worst case) Merging opp/opp/linux-next (ace4b31b297d cpufreq: Move dev_pm_opp_{init|fre= e}_cpufreq_table() to pm_opp.h) Merging thermal/thermal/linux-next (5314b1543787 thermal/drivers/exynos: Us= e set_trips ops) Merging dlm/next (5beebc1dda47 dlm: update format header reflect current fo= rmat) Merging rdma/for-next (aafe4cc50969 RDMA/rxe: Remove unused 'iova' paramete= r from rxe_mr_init_user) Merging net-next/main (78e886ba2b54 net: ena: Remove ena_select_queue) Merging bpf-next/for-next (7648f0c91eaa selftests/bpf: Remove empty TEST_CU= STOM_PROGS) Merging ipsec-next/master (1476de6d2b57 xfrm: Simplify the allocation of sl= ab caches in xfrm_policy_init) Merging mlx5-next/mlx5-next (d727d27db536 RDMA/mlx5: Expose register c0 for= RDMA device) Merging netfilter-next/main (f77581bfda24 Merge branch 'add-multi-buff-supp= ort-for-xdp-running-in-generic-mode') Merging ipvs-next/main (5264ab612e28 selftests/net: calibrate txtimestamp) Merging bluetooth/master (96fb2aab16bf Bluetooth: hci_sync: Attempt to dequ= eue connection attempt) Merging wireless-next/for-next (e1ea6db35fc3 wifi: brcmsmac: avoid function= pointer casts) CONFLICT (content): Merge conflict in drivers/net/wireless/intel/iwlwifi/mv= m/mvm.h Merging wpan-next/master (2373699560a7 mac802154: Avoid new associations wh= ile disassociating) Merging wpan-staging/staging (2373699560a7 mac802154: Avoid new association= s while disassociating) Merging mtd/mtd/next (18af7e357033 mtd: flashchip: explicitly include ) Merging nand/nand/next (4bd14b2fd8a8 mtd: spinand: esmt: Extend IDs to 5 by= tes) Merging spi-nor/spi-nor/next (3c0e1dfa703c MAINTAINERS: change my mail to t= he kernel.org one) Merging crypto/master (7d42e097607c crypto: qat - resolve race condition du= ring AER recovery) Merging drm/drm-next (9ac4beb7578a Merge tag 'drm-misc-next-2024-02-15' of = git://anongit.freedesktop.org/drm/drm-misc into drm-next) CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/hwss/d= cn21/dcn21_hwseq.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/hwss/h= w_sequencer_private.h CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/dc/resour= ce/dcn35/dcn35_resource.c Merging drm-ci/topic/drm-ci (ad6bfe1b66a5 drm: ci: docs: fix build warning = - add missing escape) Merging drm-exynos/for-linux-next (9ac4beb7578a Merge tag 'drm-misc-next-20= 24-02-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-next) Merging drm-misc/for-linux-next (239cce651ea6 drm/panel: ltk500hd1829: add = panel type for ltk101b4029w) Applying: drm/ttm: initialise places Merging amdgpu/drm-next (2bb2ad58f6b7 drm/amd: Change `jpeg_v4_0_5_start_dp= g_mode()` to void) 10cd2bf92b4c ("drm/amd/display: Fix possible NULL dereference on device r= emove/driver unload") 172781696176 ("drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3") 194bef0cc1f5 ("Revert "drm/amd/display: increased min_dcfclk_mhz and min_= fclk_mhz"") 1b5078f01b95 ("drm/amd/display: Add align done check") 226db36032c6 ("drm/amd: Stop evicting resources on APUs in suspend") 3459ffe8a8bc ("drm/amdgpu: Fix implicit assumtion in gfx11 debug flags") 5869b32bbeb7 ("drm/amdkfd: update SIMD distribution algo for GFXIP 9.4.2 = onwards") 615fb058726d ("drm/amdgpu/display: Initialize gamma correction mode varia= ble in dcn30_get_gamcor_current()") 616b39467e81 ("drm/amd/display: fixed integer types and null check locati= ons") 79f3e38f60e5 ("drm/amd/display: Preserve original aspect ratio in create = stream") 8abf2636f68c ("drm/amd/display: Initialize 'wait_time_microsec' variable = in link_dp_training_dpia.c") 9ab1a996dc7f ("drm/amd/display: Fix possible buffer overflow in 'find_dcf= clk_for_voltage()'") a8edc9cc0b14 ("drm/amd/display: Fix array-index-out-of-bounds in dcn35_cl= kmgr") bbaf9ed33965 ("drm/amd/display: Fix possible use of uninitialized 'max_ch= unks_fbc_mode' in 'calculate_bandwidth()'") c37c3bcc0530 ("drm/amd/display: Fix && vs || typos") ce311df91d73 ("Revert "drm/amd: flush any delayed gfxoff on suspend entry= "") fc184dbe9fd9 ("drm/amdgpu: make damage clips support configurable") fc2d4230e50b ("drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolutio= n") Merging drm-intel/for-linux-next (79e2ea2eaaa6 drm/i915/cdclk: Document CDC= LK update methods) Merging drm-tegra/for-next (2429b3c529da drm/tegra: Avoid potential 32-bit = integer overflow) Merging drm-msm/msm-next (41c177cf3541 Merge tag 'drm-misc-next-2024-02-08'= into msm-next) Merging drm-msm-lumag/msm-next-lumag (3b56d27ba157 drm/msm/dsi: Document DS= C related pclk_rate and hdisplay calculations) Merging etnaviv/etnaviv/next (c9959996a8fc drm/etnaviv: add sensitive state= for PE_RT_ADDR_4_PIPE(3, 0|1) address) Merging fbdev/for-next (72fee6b0a3a4 fbdev: Restrict FB_SH_MOBILE_LCDC to S= uperH) Merging regmap/for-next (cfe1cab458f0 Merge remote-tracking branch 'regmap/= for-6.9' into regmap-next) Merging sound/for-next (ba00e413fa15 ALSA: virtio: Fix "Coverity: virtsnd_k= ctl_tlv_op(): Uninitialized variables" warning.) Merging ieee1394/for-next (41ebb53b1bff firewire: core: fix build failure d= ue to the caller of fw_csr_string()) Merging sound-asoc/for-next (c093297ed9c7 Merge remote-tracking branch 'aso= c/for-6.9' into asoc-next) Merging modules/modules-next (d1909c022173 module: Don't ignore errors from= set_memory_XX()) Merging input/next (d03f030115fe Input: gameport - make gameport_bus const) Merging block/for-next (8a717f2af0ee Merge branch 'for-6.9/block' into for-= next) CONFLICT (content): Merge conflict in block/blk.h CONFLICT (content): Merge conflict in include/linux/sched.h Merging device-mapper/for-next (4162ae412cbf dm vdo string-utils: change fr= om uds_ to vdo_ namespace) Merging libata/for-next (4d253afdd92e Merge remote-tracking branch 'libata/= for-6.9' into HEAD) Merging pcmcia/pcmcia-next (1bec7691b327 pcmcia: ds: make pcmcia_bus_type c= onst) Merging mmc/next (25e69172db8a mmc: davinci_mmc: Drop dangling variable) Merging mfd/for-mfd-next (d5132d176d6f mfd: rc5t583: Convert to use maple t= ree register cache) Merging backlight/for-backlight-next (770c0f4975fd dt-bindings: backlight: = qcom-wled: Fix bouncing email addresses) Merging battery/for-next (a9b254892ce1 power: supply: axp288_fuel_gauge: Ad= d STCK1A* Intel Compute Sticks to the deny-list) Merging regulator/for-next (536049ddc7dc Merge remote-tracking branch 'regu= lator/for-6.9' into regulator-next) Merging security/next (1fc5baf574b7 Automated merge of 'dev' into 'next') Merging apparmor/apparmor-next (8ead196be219 apparmor: Fix memory leak in u= npack_profile()) Merging integrity/next-integrity (85445b964290 integrity: eliminate unneces= sary "Problem loading X.509 certificate" msg) Merging selinux/next (7c655bee5cd8 selinux: only filter copy-up xattrs foll= owing initialization) Merging smack/next (69b6d71052b5 Smack: use init_task_smack() in smack_cred= _transfer()) Merging tomoyo/master (0bb80ecc33a8 Linux 6.6-rc1) Merging tpmdd/next (cebb9ce9b939 tpm/tpm_ftpm_tee: fix all kernel-doc warni= ngs) Merging watchdog/master (41bccc98fb79 Linux 6.8-rc2) Merging iommu/next (05f64ad28da1 Merge branches 'arm/mediatek', 'arm/renesa= s', 'x86/amd' and 'core' into next) Merging audit/next (aa13b709084a audit: use KMEM_CACHE() instead of kmem_ca= che_create()) Merging devicetree/for-next (2ff94f7ce292 docs: dt: writing-schema: documen= t expectations on example DTS) CONFLICT (content): Merge conflict in Documentation/devicetree/bindings/tri= vial-devices.yaml Merging dt-krzk/for-next (8c82b4eef297 ARM: dts: sti: minor whitespace clea= nup around '=3D') Merging mailbox/for-next (cd795fb0c352 mailbox: mtk-cmdq: Add CMDQ driver s= upport for mt8188) Merging spi/for-next (0f99484fc9d2 Merge remote-tracking branch 'spi/for-6.= 9' into spi-next) Merging tip/master (e302d127a333 Merge branch into tip/master: 'x86/vdso') Merging clockevents/timers/drivers/next (9256cec7b4f3 clocksource/drivers/a= rm_global_timer: Remove stray tab) Merging edac/edac-for-next (8fe11c7a20eb Merge ras/edac-misc into for-next) Merging ftrace/for-next (4af12c95cbe8 Merge probes/for-next) Merging rcu/rcu/next (b4c7a9cd36e1 rcutorture: Enable RCU priority boosting= for TREE09) Merging kvm/next (687d8f4c3dea Merge branch 'kvm-kconfig') Merging kvm-arm/next (7ee13cb72c70 Merge branch kvm-arm64/feat_e2h0 into kv= marm/next) CONFLICT (content): Merge conflict in arch/arm64/kernel/cpufeature.c Merging kvms390/next (10f7b1dcdfe0 KVM: s390: cpu model: Use proper define = for facility mask size) Merging kvm-ppc/topic/ppc-kvm (41bccc98fb79 Linux 6.8-rc2) Merging kvm-riscv/riscv_kvm_next (f072b272aa27 RISC-V: KVM: Use correct res= tricted types) Merging kvm-x86/next (c0f8b0752b09 Merge branches 'asyncpf', 'asyncpf_abi',= 'fixes', 'generic', 'misc', 'mmu', 'pmu', 'svm' and 'vmx') CONFLICT (content): Merge conflict in arch/x86/kvm/svm/sev.c Merging xen-tip/linux-next (fa765c4b4aed xen/events: close evtchn after map= ping cleanup) Merging percpu/for-next (2d9ad81ef935 Merge branch 'for-6.8-fixes' into for= -next) Merging workqueues/for-next (fd0a68a2337b workqueue, irq_work: Build fix fo= r !CONFIG_IRQ_WORK) Merging drivers-x86/for-next (c5211eacf332 platform/x86: ideapad-laptop: su= pport Fn+R dual-function key) Merging chrome-platform/for-next (6613476e225e Linux 6.8-rc1) Merging chrome-platform-firmware/for-firmware-next (8a0a62941a04 firmware: = coreboot: Replace tag with id table in driver struct) Merging hsi/for-next (a0e35a173a86 hsi: hsi_core: make hsi_bus_type const) Merging leds-lj/for-leds-next (12ce20e02e53 leds: trigger: netdev: Fix kern= el panic on interface rename trig notify) Merging ipmi/for-next (296455ade1fd Merge tag 'char-misc-6.8-rc1' of git://= git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc) Merging driver-core/driver-core-next (5c0941c55e5f kobject: reduce uevent_s= ock_mutex scope) 5df9197edd73 ("workqueue: make wq_subsys const") Merging usb/usb-next (cf92b9df3dcf usb: typec: qcom-pmic-typec: add support= for PMI632 PMIC) 7ad818eef647 ("arm64: dts: qcom: qcm6490-fairphone-fp5: Add PMIC GLINK") Merging thunderbolt/next (b4734507ac55 thunderbolt: Improve DisplayPort tun= nel setup process to be more robust) Merging usb-serial/usb-next (54be6c6c5ae8 Linux 6.8-rc3) Merging tty/tty-next (548fcf037b3f tty: Don't include tty_buffer.h in tty.h) Merging char-misc/char-misc-next (e21817acb23e Merge 6.8-rc3 into char-misc= -next) Merging accel/habanalabs-next (dddb2e526a36 accel/habanalabs: use kcalloc()= instead of kzalloc()) Merging coresight/next (c099fdd218a0 coresight: tpdm: Fix build break due t= o uninitialised field) Merging fastrpc/for-next (6613476e225e Linux 6.8-rc1) Merging fpga/for-next (ff49b00e9621 fpga: dfl: make dfl_bus_type const) Merging icc/icc-next (b9a9c447277f Merge branch 'icc-fixes' into icc-next) Merging iio/togreg (650e23991a5b iio: adc: ti-ads1298: Add driver) CONFLICT (content): Merge conflict in drivers/of/property.c Merging phy-next/next (505dfc6ba84c phy: ti: tusb1210: Define device IDs) CONFLICT (content): Merge conflict in drivers/phy/qualcomm/phy-qcom-qmp-usb= .c Merging soundwire/next (81a7d0c4d059 soundwire: bus_type: make sdw_bus_type= const) Merging extcon/extcon-next (7803680964c0 extcon: qcom-spmi-misc: don't use = kernel-doc marker for comment) Merging gnss/gnss-next (54be6c6c5ae8 Linux 6.8-rc3) Merging vfio/next (78f70c02bdbc vfio/virtio: fix virtio-pci dependency) Merging w1/for-next (a3c08804364e w1: add UART w1 bus driver) Merging spmi/spmi-next (b85ea95d0864 Linux 6.7-rc1) Merging staging/staging-next (455c5e12a3b7 staging: gdm724x: constantify th= e struct device_type usage) Merging counter-next/counter-next (b6dce0452a02 counter: fix privdata align= ment) Merging mux/for-next (44c026a73be8 Linux 6.4-rc3) Merging dmaengine/next (35b78e2eef2d dt-bindings: renesas,rcar-dmac: Add r8= a779h0 support) Merging cgroup/for-next (8d4c171f451d docs: cgroup-v1: add missing code-blo= ck tags) Merging scsi/for-next (d916827cb6ee Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (9f3dbcb5632d scsi: csiostor: Avoid function poin= ter casts) Merging vhost/linux-next (f16d65124380 vdpa/mlx5: Add mkey leak detection) Merging rpmsg/for-next (929654e8f1ad Merge branches 'rpmsg-next' and 'rproc= -next' into for-next) CONFLICT (content): Merge conflict in drivers/remoteproc/imx_dsp_rproc.c Merging gpio/for-next (0bb80ecc33a8 Linux 6.6-rc1) Merging gpio-brgl/gpio/for-next (4a92857d6e83 gpio: constify opaque pointer= "data" in gpio_device_find()) CONFLICT (content): Merge conflict in Documentation/userspace-api/index.rst Merging gpio-intel/for-next (6613476e225e Linux 6.8-rc1) Merging pinctrl/for-next (b3b8c7865c27 Merge branch 'devel' into for-next) Merging pinctrl-intel/for-next (6613476e225e Linux 6.8-rc1) Merging pinctrl-renesas/renesas-pinctrl (fea58424e252 pinctrl: renesas: pin= ctrl-rzg2l: Add the missing port pins P19 to P28) Merging pinctrl-samsung/for-next (6613476e225e Linux 6.8-rc1) Merging pwm/pwm/for-next (191fba33d814 pwm: Ensure that pwm_chips are alloc= ated using pwmchip_alloc()) Merging ktest/for-next (7dc8e24f0e09 ktest: Restore stty setting at first i= n dodie) Merging kselftest/next (345e8abe4c35 selftests/resctrl: Get domain id from = cache id) Merging kunit/test (6613476e225e Linux 6.8-rc1) Merging kunit-next/kunit (76021a887a50 kunit: Mark filter* params as rw) Merging livepatching/for-next (602bf1830798 Merge branch 'for-6.7' into for= -next) Merging rtc/rtc-next (6613476e225e Linux 6.8-rc1) Merging nvdimm/libnvdimm-for-next (bc22374c96d9 device-dax: make dax_bus_ty= pe const) Merging at24/at24/for-next (6613476e225e Linux 6.8-rc1) Merging ntb/ntb-next (9341b37ec17a ntb_perf: Fix printk format) Merging seccomp/for-next/seccomp (56af94aace8a samples: user-trap: fix stri= ct-aliasing warning) Merging fsi/next (c5eeb63edac9 fsi: Fix panic on scom file read) Merging slimbus/for-next (04b945e4cf81 slimbus: qcom-ngd-ctrl: Make QMI mes= sage rules const) Merging nvmem/for-next (2c8df24cc166 nvmem: mtk-efuse: Drop NVMEM device na= me) Merging xarray/main (2a15de80dd0f idr: fix param name in idr_alloc_cyclic()= doc) Merging hyperv/hyperv-next (ce9ecca0238b Linux 6.6-rc2) Merging auxdisplay/for-next (34ddc83dc720 auxdisplay: linedisp: Add support= for overriding character mapping) Merging kgdb/kgdb/for-next (4f41d30cd6dc kdb: Fix a potential buffer overfl= ow in kdb_local()) Merging hmm/hmm (6613476e225e Linux 6.8-rc1) Merging cfi/cfi/next (06c2afb862f9 Linux 6.5-rc1) Merging mhi/mhi-next (ceeb64f41fe6 bus: mhi: host: Add tracing support) Merging memblock/for-next (2159bd4e9057 memblock: Return NUMA_NO_NODE inste= ad of -1 to improve code readability) Merging cxl/next (73bf93edeeea cxl/core: use sysfs_emit() for attr's _show(= )) Merging zstd/zstd-next (3f832dfb8a8e zstd: fix g_debuglevel export warning) Merging efi/next (841c35169323 Linux 6.8-rc4) Merging unicode/for-next (367122c529f3 libfs: Attempt exact-match compariso= n first during casefolded lookup) Merging slab/slab/for-next (7d2ec24bd8a5 Merge branch 'slab/for-6.9/optimiz= e-get-freelist' into slab/for-next) Merging random/master (1f719a2f3fa6 Merge tag 'net-6.8-rc4' of git://git.ke= rnel.org/pub/scm/linux/kernel/git/netdev/net) Merging landlock/next (b97ef9cef4f0 landlock: Document IOCTL support) Merging rust/rust-next (e3c3d34507c7 docs: rust: Add description of Rust do= cumentation test as KUnit ones) CONFLICT (content): Merge conflict in Documentation/process/changes.rst Merging sysctl/sysctl-next (cec030ec414e MAINTAINERS: Update sysctl tree lo= cation) Merging execve/for-next/execve (15fd1dc3dadb fs: binfmt_elf_efpic: don't us= e missing interpreter's properties) Merging bitmap/bitmap-for-next (071ad962baf5 bitmap: Step down as a reviewe= r) CONFLICT (content): Merge conflict in drivers/tty/serial/sc16is7xx.c Merging hte/for-next (b85ea95d0864 Linux 6.7-rc1) Merging kspp/for-next/kspp (88224081a5cb cocci: Add rules to find str_plura= l() replacements) Merging kspp-gustavo/for-next/kspp (6613476e225e Linux 6.8-rc1) Merging nolibc/nolibc (6613476e225e Linux 6.8-rc1) Merging tsm/tsm-next (f4738f56d1dc virt: tdx-guest: Add Quote generation su= pport using TSM_REPORTS) Merging iommufd/for-next (6613476e225e Linux 6.8-rc1) Merging header_cleanup/header_cleanup (5f4c01f1e3c7 spinlock: Fix failing b= uild for PREEMPT_RT) --Sig_/6nsqun3O9HehCjnVmAIwq1M Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmXS5jEACgkQAVBC80lX 0Gz1DQf/bugWokhzQ+rlfGe0LqvGwCDjU/+q9So61I71c49aOi4/bM45iYCU2u0o LWUneG7y6vpWUZs9Zt2vZFbPG1PL/ZjYGtlcGAh+gpVgr5nkpzFGubkFyHnv7yu5 FW6z84lYNtuq3+G8IigcUBlXjSzjm9TESpKsaeWmAB1EL+AyMcWvGP/WexpBmXC6 2lLIfJVFTD7pYXT7j5PJfl2Mun61t7+UOjHpgx9w6nlzbrbK2EhX1IF2/h6OZb3l Yv61xNs0FU8HfTaKtw+TRtHx4x3AYgUqGeHHwgJVrypWLDImP38y9/ah++fpTGBF 6CDw/BHsWgoa9nlP7+Nzhr+Y1LJHMw== =RR/v -----END PGP SIGNATURE----- --Sig_/6nsqun3O9HehCjnVmAIwq1M--