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 6140BC197A0 for ; Mon, 20 Nov 2023 06:08:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231941AbjKTGHS (ORCPT ); Mon, 20 Nov 2023 01:07:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231933AbjKTGHP (ORCPT ); Mon, 20 Nov 2023 01:07:15 -0500 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D51DDE; Sun, 19 Nov 2023 22:07:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1700460427; bh=kl3+UUk82xL5oDWNjvSABQ9jt6HzkMHVD6NUX+YUsZg=; h=Date:From:To:Cc:Subject:From; b=qJkKBFcHVPQzkjqqHvYwJMZZxLHHYRFvgZxb9epxsAbrf0DUxz0Srbt5eCatM5nZE O164Esut0+lj87XQr7Hmhd5CwgxMjCOFR5bcs2dhCUDBLwXMO6sGrFv4svS+AH6qo7 VGUAMoNKFP0Vg/le1ktrkjCp+PLal2wfx5iL/UuEO7d6WgvFPvO/oe+x4YhnHsjM/B jRtWRZjfPQ9Do1gIOAxrGFjU4LCImgPy++byvh1aeBD5yfqNGQkx/Wc3SUhB2N6guc 25ckJ/RmIZlP115J2DqOro13kLTxsUADbyKxY5BMQhUJEG5ArF2BWq3Kl9gOfBe1f/ ifN1ufCLcxL/w== 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 4SYcV16BJHz4wdB; Mon, 20 Nov 2023 17:07:05 +1100 (AEDT) Date: Mon, 20 Nov 2023 17:07:01 +1100 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Nov 20 Message-ID: <20231120170701.14c03a13@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Vv=eRO30IL3PJIRYwxUwfN5"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/Vv=eRO30IL3PJIRYwxUwfN5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20231117: The drm-intel tree gained a conflict against the amdgpu tree. The security tree gained a conflict against the vfs-brauner tree. The kvm tree gained a semantic conflict against the mm tree. The kspp-gustavo tree lost its build failure. Non-merge commits (relative to Linus' tree): 1572 1968 files changed, 59384 insertions(+), 80751 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 105 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 (98b1cc82c4af Linux 6.7-rc2) Merging fixes/fixes (2dde18cd1d8f Linux 6.5) Merging mm-hotfixes/mm-hotfixes-unstable (ada18731a15f kexec-fix-kexec_file= -dependencies-fix) Merging kbuild-current/fixes (ae1eff0349f2 kconfig: fix memory leak from ra= nge properties) Merging arc-current/for-curr (0bb80ecc33a8 Linux 6.6-rc1) Merging arm-current/fixes (2dde18cd1d8f Linux 6.5) Merging arm64-fixes/for-next/fixes (4785aa802853 cpuidle, ACPI: Evaluate LP= I arch_flags for broadcast timer) Merging arm-soc-fixes/arm/fixes (736a4aad8a9f Merge tag 'renesas-fixes-for-= v6.6-tag3' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-d= evel into arm/fixes) Merging davinci-current/davinci/for-current (06c2afb862f9 Linux 6.5-rc1) Merging drivers-memory-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging tee-fixes/fixes (ceaa837f96ad Linux 6.2-rc8) Merging m68k-current/for-linus (03191fb3db3d m68k: lib: Include for __muldi3()) Merging powerpc-fixes/fixes (644b6025bcaf powerpc/rtas: Fix ppc_rtas_rmo_bu= f_show() kernel-doc) Merging s390-fixes/fixes (ffc253263a13 Linux 6.6) Merging sparc/master (2d2b17d08bfc sparc: Unbreak the build) Merging fscrypt-current/for-current (4bcf6f827a79 fscrypt: check for NULL k= eyring in fscrypt_put_master_key_activeref()) Merging fsverity-current/for-current (a075bacde257 fsverity: don't drop pag= ecache at end of FS_IOC_ENABLE_VERITY) Merging net/main (938dbead34cd net: fill in MODULE_DESCRIPTION()s for SOCK_= DIAG modules) Merging bpf/master (76df934c6d5f MAINTAINERS: Add netdev subsystem profile = link) Merging ipsec/master (76df934c6d5f MAINTAINERS: Add netdev subsystem profil= e link) Merging netfilter/main (76df934c6d5f MAINTAINERS: Add netdev subsystem prof= ile link) Merging ipvs/main (a63b6622120c net/sched: act_ct: additional checks for ou= tdated flows) Merging wireless/for-next (7a934b5cc3f4 wifi: mt76: mt7921: fix 6GHz disabl= ed by the missing default CLC config) Merging wpan/master (2d1c882d4434 Merge tag 'mlx5-fixes-2023-10-12' of git:= //git.kernel.org/pub/scm/linux/kernel/git/saeed/linux) Merging rdma-fixes/for-rc (bd6da690c27d RDMA/irdma: Add wait for suspend on= SQD) Merging sound-current/for-linus (5d639b60971f ALSA: hda/realtek: Add quirks= for HP Laptops) Merging sound-asoc-fixes/for-linus (3bdaf698a797 ASoC: Fixes for cs43130) Merging regmap-fixes/for-linus (b85ea95d0864 Linux 6.7-rc1) Merging regulator-fixes/for-linus (b85ea95d0864 Linux 6.7-rc1) Merging spi-fixes/for-linus (b85ea95d0864 Linux 6.7-rc1) Merging pci-current/for-linus (b85ea95d0864 Linux 6.7-rc1) Merging driver-core.current/driver-core-linus (b85ea95d0864 Linux 6.7-rc1) Merging tty.current/tty-linus (b85ea95d0864 Linux 6.7-rc1) Merging usb.current/usb-linus (1a229d8690a0 Revert "usb: phy: add usb phy n= otify port status API") Merging usb-serial-fixes/usb-linus (b85ea95d0864 Linux 6.7-rc1) Merging phy/fixes (0f40d5099cd6 phy: ti: gmii-sel: Fix register offset when= parent is not a syscon node) Merging staging.current/staging-linus (b85ea95d0864 Linux 6.7-rc1) Merging iio-fixes/fixes-togreg (54cf39ec1633 iio: common: ms_sensors: ms_se= nsors_i2c: fix humidity conversion time table) Merging counter-current/counter-current (58720809f527 Linux 6.6-rc6) Merging char-misc.current/char-misc-linus (b85ea95d0864 Linux 6.7-rc1) Merging soundwire-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging thunderbolt-fixes/fixes (480713b1ba8e thunderbolt: Only add device = router DP IN to the head of the DP resource list) Merging input-current/for-linus (c1f342f35f82 Input: psmouse - enable Synap= tics InterTouch for ThinkPad L14 G1) Merging crypto-current/master (9aedd10fe384 crypto: ahash - Set using_shash= for cloned ahash wrapper over shash) Merging vfio-fixes/for-linus (c777b11d34e0 vfio/mdev: Fix a null-ptr-deref = bug for mdev_unregister_parent()) Merging kselftest-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging modules-fixes/modules-linus (f412eef03938 Documentation: livepatch:= module-elf-format: Remove local klp_modinfo definition) Merging dmaengine-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging backlight-fixes/for-backlight-fixes (88603b6dc419 Linux 6.2-rc2) Merging mtd-fixes/mtd/fixes (7c1b1906229d mtd: spinand: gigadevice: Fix the= get ecc status issue) Merging mfd-fixes/for-mfd-fixes (88603b6dc419 Linux 6.2-rc2) Merging v4l-dvb-fixes/fixes (32138be394e5 Merge tag 'media-renesas-fixes-20= 231113' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.gi= t) Merging reset-fixes/reset/fixes (3a2390c6777e reset: uniphier-glue: Fix pos= sible null-ptr-deref) Merging mips-fixes/mips-fixes (b85ea95d0864 Linux 6.7-rc1) Merging at91-fixes/at91-fixes (b85ea95d0864 Linux 6.7-rc1) Merging omap-fixes/fixes (0b9a4a67c60d clk: ti: Fix missing omap5 mcbsp fun= ctional clock and aliases) Merging kvm-fixes/master (ffc253263a13 Linux 6.6) Merging kvms390-fixes/master (27072b8e18a7 KVM: s390/mm: Properly reset no-= dat) Merging hwmon-fixes/hwmon (58ebe7fb6eb2 hwmon: max31827: include regulator = header) Merging nvdimm-fixes/libnvdimm-fixes (33908660e814 ACPI: NFIT: Fix incorrec= t calculation of idt size) Merging cxl-fixes/fixes (8f61d48c83f6 tools/testing/cxl: Slow down the mock= firmware transfer) Merging btrfs-fixes/next-fixes (9b71b2975adf Merge branch 'misc-6.7' into n= ext-fixes) Merging vfs-fixes/fixes (dc32464a5fe4 ceph_wait_on_conflict_unlink(): grab = reference before dropping ->d_lock) 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 (9fadd4509966 MAINTAINERS: Remove stale ent= ry for SBL platform driver) Merging samsung-krzk-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging pinctrl-samsung-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging devicetree-fixes/dt/linus (8f51593cdcab dt: dt-extract-compatibles:= Don't follow symlinks when walking tree) Merging dt-krzk-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging scsi-fixes/fixes (2a0508d9d08f Merge branch '6.7/scsi-staging' into= 6.7/scsi-fixes) Merging drm-fixes/drm-fixes (86d8f905f24d Merge tag 'amd-drm-fixes-6.7-2023= -11-17' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes) Merging drm-intel-fixes/for-linux-next-fixes (b85ea95d0864 Linux 6.7-rc1) Merging mmc-fixes/fixes (1de1b77982e1 mmc: cqhci: Fix task clearing in CQE = error recovery) Merging rtc-fixes/rtc-fixes (08279468a294 rtc: sunplus: fix format string f= or printing resource) Merging gnss-fixes/gnss-linus (b85ea95d0864 Linux 6.7-rc1) Merging hyperv-fixes/hyperv-fixes (7e8037b099c0 x86/hyperv: Fix the detecti= on of E820_TYPE_PRAM in a Gen2 VM) Merging soc-fsl-fixes/fix (06c2afb862f9 Linux 6.5-rc1) Merging risc-v-fixes/fixes (3ca112b71f35 Merge tag 'probes-fixes-v6.7-rc1' = of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace) Merging riscv-dt-fixes/riscv-dt-fixes (e80ed63affc9 riscv: dts: sophgo: rem= ove address-cells from intc node) Merging riscv-soc-fixes/riscv-soc-fixes (b85ea95d0864 Linux 6.7-rc1) Merging fpga-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging spdx/spdx-linus (d2f51b3516da Merge tag 'rtc-6.7' of git://git.kern= el.org/pub/scm/linux/kernel/git/abelloni/linux) Merging gpio-brgl-fixes/gpio/for-current (b85ea95d0864 Linux 6.7-rc1) Merging gpio-intel-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging pinctrl-intel-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging erofs-fixes/fixes (62b241efff99 MAINTAINERS: erofs: add EROFS webpa= ge) Merging kunit-fixes/kunit-fixes (1bddcf77ce66 kunit: test: Avoid cast warni= ng when adding kfree() as an action) Merging ubifs-fixes/fixes (2241ab53cbb5 Linux 6.2-rc5) Merging memblock-fixes/fixes (55122e0130e5 memblock tests: fix warning =E2= =80=98struct seq_file=E2=80=99 declared inside parameter list) Merging nfsd-fixes/nfsd-fixes (bf51c52a1f3c NFSD: Fix checksum mismatches i= n the duplicate reply cache) Merging irqchip-fixes/irq/irqchip-fixes (b673fe1a6229 MAINTAINERS: Remove m= yself from the general IRQ subsystem maintenance) Merging renesas-fixes/fixes (9eab43facdad soc: renesas: ARCH_R9A07G043 depe= nds on !RISCV_ISA_ZICBOM) Merging broadcom-fixes/fixes (9abf2313adc1 Linux 6.1-rc1) Merging perf-current/perf-tools (fed3a1be6433 Merge tag 'perf-tools-fixes-f= or-v6.6-2-2023-10-20' into perf-tools-next) Merging efi-fixes/urgent (c03d21f05e76 Merge 3rd batch of EFI fixes into ef= i/urgent) Merging zstd-fixes/zstd-linus (77618db34645 zstd: Fix array-index-out-of-bo= unds UBSAN warning) Merging battery-fixes/fixes (f37669119423 power: supply: cw2015: correct ti= me_to_empty units in sysfs) Merging uml-fixes/fixes (73a23d771033 um: harddog: fix modular build) Merging asahi-soc-fixes/asahi-soc/fixes (568035b01cfb Linux 6.0-rc1) Merging iommufd-fixes/for-rc (0bb80ecc33a8 Linux 6.6-rc1) Merging rust-fixes/rust-fixes (cfd96726e611 rust: docs: fix logo replacemen= t) Merging v9fs-fixes/fixes/next (2dde18cd1d8f Linux 6.5) Merging w1-fixes/fixes (b85ea95d0864 Linux 6.7-rc1) Merging pmdomain-fixes/fixes (b131329b9bfb pmdomain: amlogic: Fix mask for = the second NNA mem PD domain) Merging overlayfs-fixes/ovl-fixes (37f32f526438 ovl: fix memory leak in ovl= _parse_param()) Merging drm-misc-fixes/for-linux-next-fixes (3f9a91b6c00e drm/panel: simple= : Fix Innolux G101ICE-L01 timings) Merging mm-stable/mm-stable (b85ea95d0864 Linux 6.7-rc1) Merging mm-nonmm-stable/mm-nonmm-stable (b85ea95d0864 Linux 6.7-rc1) Merging mm/mm-everything (a35056690817 Merge branch 'mm-nonmm-unstable' int= o mm-everything) Merging kbuild/for-next (5f56cb030e4b kbuild: support 'userldlibs' syntax) Merging clang-format/clang-format (5d0c230f1de8 Linux 6.5-rc4) Merging perf/perf-tools-next (acbf6de674ef perf vendor events riscv: Add St= arFive Dubhe-80 JSON file) Merging compiler-attributes/compiler-attributes (5d0c230f1de8 Linux 6.5-rc4) Merging dma-mapping/for-next (53c87e846e33 swiotlb: fix out-of-bounds TLB a= llocations with CONFIG_SWIOTLB_DYNAMIC) Merging asm-generic/master (550087a0ba91 hexagon: Remove unusable symbols f= rom the ptrace.h uapi) Merging arc/for-next (0bb80ecc33a8 Linux 6.6-rc1) Merging arm/for-next (c7368ddba2ff ARM: 9326/1: make self= -contained for ARM) Merging arm64/for-next/core (f86128050d2d arm64/syscall: Remove duplicate d= eclaration) Merging arm-perf/for-next/perf (b805cafc604b perf: hisi: Fix use-after-free= when register pmu fails) Merging arm-soc/for-next (1b52f65d88ad Merge branch 'soc/defconfig' into fo= r-next) Merging amlogic/for-next (996fc07dce79 Merge branch 'v6.7/defconfig' into f= or-next) Merging asahi-soc/asahi-soc/for-next (ffc253263a13 Linux 6.6) Merging aspeed/for-next (3be891e01a89 Merge branches 'defconfig-for-v6.7', = 'dt-for-v6.7' and 'soc-for-v6.7' into for-next) Merging at91/at91-next (b766b70117ac Merge branch 'at91-dt' into at91-next) Merging broadcom/next (62a3c97f8167 Merge branch 'devicetree/next' into nex= t) Merging davinci/davinci/for-next (06c2afb862f9 Linux 6.5-rc1) Merging drivers-memory/for-next (b85ea95d0864 Linux 6.7-rc1) Merging imx-mxs/for-next (fa81543ef854 Merge branch 'imx/defconfig' into fo= r-next) Merging mediatek/for-next (9802b60bd6d8 Merge branch 'v6.6-next/soc' into f= or-next) Merging mvebu/for-next (93e6b023e552 Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (cb1114df7bb0 Merge branch 'fixes' into for-next) Merging qcom/for-next (2b05c2dc230b Merge branches 'arm64-defconfig-for-6.7= ', 'arm64-fixes-for-6.6', 'arm64-for-6.7', 'clk-for-6.7', 'drivers-for-6.7'= and 'dts-for-6.7' into for-next) Merging renesas/next (49d9ceae0384 Merge branch 'renesas-dts-for-v6.8' into= renesas-next) Merging reset/reset/next (417a3a5ae44a reset: ti: syscon: remove unneeded c= all to platform_set_drvdata()) Merging rockchip/for-next (8f96ccfc6b71 Merge branch 'v6.8-clk/next' into f= or-next) Merging samsung-krzk/for-next (505d8d66267f Merge branch 'next/clk' into fo= r-next) Merging scmi/for-linux-next (c396ddf61104 Merge branch 'for-next/scmi/updat= es' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux int= o for-linux-next) Merging stm32/stm32-next (1aeb02d3f2c5 ARM: dts: stm32: add SDIO pinctrl sl= eep support on stm32f7 boards) Merging sunxi/sunxi/for-next (715a9e70bdd4 Merge branch 'sunxi/clk-for-6.8'= into sunxi/for-next) Merging tee/next (352b5f33b950 Merge branch 'ffa_notif_for_v6.8' into next) Merging tegra/for-next (650220c2b474 Merge branch for-6.7/arm64/dt into for= -next) Merging ti/ti-next (b85ea95d0864 Linux 6.7-rc1) Merging xilinx/for-next (1d4723dec415 Merge branch 'zynqmp/soc' into for-ne= xt) Merging clk/clk-next (b85ea95d0864 Linux 6.7-rc1) Merging clk-imx/for-next (2838820800dc clk: imx: imx8qm/qxp: add more resou= rces to whitelist) Merging clk-renesas/renesas-clk (4bce4bedbe6d clk: renesas: r9a08g045: Add = clock and reset support for SDHI1 and SDHI2) 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 (694208817a62 Docs/zh_CN/LoongArch: Update= links in LoongArch introduction.rst) Merging m68k/for-next (03191fb3db3d m68k: lib: Include for= __muldi3()) Merging m68knommu/for-next (b85ea95d0864 Linux 6.7-rc1) Merging microblaze/next (ffb0399437ef microblaze: defconfig: Enable the Mar= vell phy driver) Merging mips/mips-next (b85ea95d0864 Linux 6.7-rc1) Merging openrisc/for-next (c289330331eb openrisc: Remove kernel-doc marker = from ioremap comment) Merging parisc-hd/for-next (b85ea95d0864 Linux 6.7-rc1) Merging powerpc/next (707df298cbde Merge tag 'powerpc-6.7-1' of git://git.k= ernel.org/pub/scm/linux/kernel/git/powerpc/linux) Merging soc-fsl/next (fb9c384625dd bus: fsl-mc: fsl-mc-allocator: Drop a wr= ite-only variable) Merging risc-v/for-next (3ca112b71f35 Merge tag 'probes-fixes-v6.7-rc1' of = git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace) Merging riscv-dt/riscv-dt-for-next (b85ea95d0864 Linux 6.7-rc1) Merging riscv-soc/riscv-soc-for-next (b85ea95d0864 Linux 6.7-rc1) Merging s390/for-next (02e790ee3077 s390/mm: make pte_free_tlb() similar to= pXd_free_tlb()) Merging sh/for-next (b85ea95d0864 Linux 6.7-rc1) Merging uml/next (974b808d85ab um: virt-pci: fix missing declaration warnin= g) Merging xtensa/xtensa-for-next (a83a72730c33 xtensa: import ESP32S3 core va= riant) Merging bcachefs/for-next (c12b14e90480 bcachefs: Print old version when sc= anning for old metadata) 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 (15baf55481de fscrypt: track master key presence s= eparately from secret) Merging afs/afs-next (0a278bc196e7 afs: Automatically generate trace tag en= ums) Merging btrfs/for-next (b2013ba733b7 Merge branch 'for-next-next-v6.7-20231= 113' into for-next-20231113) Merging ceph/master (d1a66ad3bd27 ceph: fix deadlock or deadcode of misusin= g dget()) Merging cifs/for-next (98b1cc82c4af Linux 6.7-rc2) Merging configfs/for-next (4425c1d9b44d configfs: improve item creation per= formance) Merging ecryptfs/next (a3d78fe3e1ae fs: ecryptfs: comment typo fix) Merging erofs/dev (1a0ac8bd7a4f erofs: fix erofs_insert_workgroup() lockref= usage) Merging exfat/dev (1373ca10ec04 exfat: fix ctime is not updated) Merging ext3/for_next (7f680e5f256f Pull ext2 conversion of directory code = to folios.) Merging ext4/dev (91562895f803 ext4: properly sync file size update after O= _SYNC direct IO) Merging f2fs/dev (6bc40e44f1dd Merge tag 'ovl-fixes-6.7-rc2' of git://git.k= ernel.org/pub/scm/linux/kernel/git/overlayfs/vfs) Merging fsverity/for-next (919dc320956e fsverity: skip PKCS#7 parser when k= eyring is empty) Merging fuse/for-next (18437366a3a1 fuse: share lookup state between submou= nt and its parent) Merging gfs2/for-next (8d859dc44163 gfs2: Fix inode_go_instantiate descript= ion) Merging jfs/jfs-next (5afb50b46a98 jfs: fix shift-out-of-bounds in dbJoin) Merging ksmbd/ksmbd-for-next (98b1cc82c4af Linux 6.7-rc2) Merging nfs/linux-next (f003a717ae90 nfs: Convert nfs_symlink() to use a fo= lio) Merging nfs-anna/linux-next (379e4adfddd6 NFSv4.1: fixup use EXCHGID4_FLAG_= USE_PNFS_DS for DS server) Merging nfsd/nfsd-next (8fc662065577 NFSD: Remove nfsd_drc_gc() tracepoint) Merging ntfs3/master (e4494770a5ca fs/ntfs3: Avoid possible memory leak) Merging orangefs/for-next (31720a2b109b orangefs: Fix kmemleak in orangefs_= {kernel,client}_debug_init()) Merging overlayfs/overlayfs-next (484d4fbfdafe ovl: stop using d_alloc_anon= ()/d_instantiate_anon()) Merging ubifs/next (75690493591f ubifs: ubifs_link: Fix wrong name len calc= ulating when UBIFS is encrypted) Merging v9fs/9p-next (ce0708796420 9p/net: fix possible memory leak in p9_c= heck_errors()) Merging v9fs-ericvh/ericvh/for-next (2dde18cd1d8f Linux 6.5) Merging xfs/for-next (7930d9e10370 xfs: recovery should not clear di_flushi= ter unconditionally) Merging zonefs/for-next (8812387d0569 zonefs: set FMODE_CAN_ODIRECT instead= of a dummy direct_IO method) 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 (0c045e80508d Merge branch 'vfs.mount' into vfs= .all) Merging vfs/for-next (bbe6a7c899e7 bch2_ioctl_subvolume_destroy(): fix lock= ing) Merging printk/for-next (b4908d68609b Merge branch 'for-6.7' into for-next) Merging pci/next (b85ea95d0864 Linux 6.7-rc1) Merging pstore/for-next/pstore (1d49dee6b691 pstore/ram: Fix crash when set= ting number of cpus to an odd number) Merging hid/for-next (55ec92989f9b Merge branch 'for-6.6/upstream-fixes' in= to for-next) Merging i2c/i2c/for-next (382561d16854 i2c: ocores: Move system PM hooks to= the NOIRQ phase) Merging i3c/i3c/next (b4da37db3e2c i3c: master: Fix build error) Merging dmi/dmi-for-next (13a0ac816d22 firmware: dmi: Fortify entry point l= ength checks) Merging hwmon-staging/hwmon-next (c03cd01890c5 ABI: sysfs-class-hwmon: docu= ment emergency/max/min temperature alarms) Merging jc_docs/docs-next (7c49ca6b0213 Documentation: Fix filename typo in= ftrace doc) Merging v4l-dvb/master (3e238417254b media: nuvoton: VIDEO_NPCM_VCD_ECE sho= uld depend on ARCH_NPCM) Merging v4l-dvb-next/master (3e238417254b media: nuvoton: VIDEO_NPCM_VCD_EC= E should depend on ARCH_NPCM) Merging pm/linux-next (305230142ae0 Merge tag 'pm-6.7-rc1-2' of git://git.k= ernel.org/pub/scm/linux/kernel/git/rafael/linux-pm) Merging cpufreq-arm/cpufreq/arm/linux-next (5b5b5806f223 cpufreq: qcom-nvme= m: Introduce cpufreq for ipq95xx) Merging cpupower/cpupower (b85ea95d0864 Linux 6.7-rc1) Merging devfreq/devfreq-next (b85ea95d0864 Linux 6.7-rc1) Merging pmdomain/next (9e0cceadb7a5 pmdomain: Merge branch fixes into next) Merging opp/opp/linux-next (41907aa4ae37 OPP: Level zero is valid) Merging thermal/thermal/linux-next (9618efe343ea thermal/qcom/tsens: Drop o= ps_v0_1) Merging dlm/next (0c08699744d2 dlm: implement EXPORT_OP_ASYNC_LOCK) Merging rdma/for-next (057a30168175 RDMA/irdma: Use crypto_shash_digest() i= n irdma_ieq_check_mpacrc()) Merging net-next/main (94c81c626689 net: ethernet: mtk_wed: rely on __dev_a= lloc_page in mtk_wed_tx_buffer_alloc) Merging bpf-next/for-next (3e124aa6cb5e Merge branch 'bpf-kernel-bpf-task_i= ter-c-don-t-abuse-next_thread') Merging ipsec-next/master (18de1e517ed3 gve: add gve_features_check()) Merging mlx5-next/mlx5-next (82f9378c443c net/mlx5: Handle IPsec steering u= pon master unbind/bind) Merging netfilter-next/main (ac40916a3f72 rtnetlink: introduce nlmsg_new_la= rge and use it in rtnl_getlink) Merging ipvs-next/main (9cdee0634769 netfilter: nf_tables: Carry reset bool= ean in nft_set_dump_ctx) Merging bluetooth/master (d5742377e3ac Bluetooth: qca: Set both WIDEBAND_SP= EECH and LE_STATES quirks for QCA2066) Merging wireless-next/for-next (0a78bb64a499 wifi: rtw89: pci: update inter= rupt mitigation register for 8922AE) Merging wpan-next/master (18b849f12dcc ieee802154: ca8210: Remove stray gpi= od_unexport() call) Merging wpan-staging/staging (18b849f12dcc ieee802154: ca8210: Remove stray= gpiod_unexport() call) Merging mtd/mtd/next (b85ea95d0864 Linux 6.7-rc1) Merging nand/nand/next (f52221d55d8d mtd: rawnand: txx9ndfmc: Convert to pl= atform remove callback returning void) Merging spi-nor/spi-nor/next (075ede8d20f8 mtd: spi-nor: use kernel sized t= ypes instead of c99 types) Merging crypto/master (7c18e3c6b309 hwrng: virtio - remove #ifdef guards fo= r PM functions) Merging drm/drm-next (b85ea95d0864 Linux 6.7-rc1) Merging drm-ci/topic/drm-ci (ad6bfe1b66a5 drm: ci: docs: fix build warning = - add missing escape) Merging drm-misc/for-linux-next (47fbee5f27ed accel/qaic: Update MAX_ORDER = use to be inclusive) Merging amdgpu/drm-next (699d392903c3 drm/amdgpu: Add function parameter 'x= cc_mask' not described in 'amdgpu_vm_flush_compute_tlb') Merging drm-intel/for-linux-next (f70a68bc1d18 drm/i915: convert vlv_dpio_r= ead()/write() from pipe to phy) CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/display/amdgpu_dm= /amdgpu_dm_mst_types.c Merging drm-tegra/for-next (2429b3c529da drm/tegra: Avoid potential 32-bit = integer overflow) Merging drm-msm/msm-next (b85ea95d0864 Linux 6.7-rc1) Merging drm-msm-lumag/msm-next-lumag (d3b4075b173f drm/msm/dp: use correct = lifetime device for devm_drm_bridge_add) Merging etnaviv/etnaviv/next (925b10728f20 drm/etnaviv: disable MLCG and pu= lse eater on GPU reset) Merging fbdev/for-next (8b01ee6ce9bf fbdev: imxfb: add '*/' on a separate l= ine in block comment) Merging regmap/for-next (d958d97848a6 regmap: kunit: add noinc write test) Merging sound/for-next (5d639b60971f ALSA: hda/realtek: Add quirks for HP L= aptops) Merging ieee1394/for-next (c12d7aa7ffa4 firewire: Annotate struct fw_node w= ith __counted_by) Merging sound-asoc/for-next (b37af754fdcb Merge remote-tracking branch 'aso= c/for-6.8' into asoc-next) Merging modules/modules-next (4652b8e4f3ff Merge tag '6.7-rc-ksmbd-server-f= ixes' of git://git.samba.org/ksmbd) Merging input/next (ccb9e9dd2a99 dt-bindings: input: samsung,s6sy761: conve= rt to DT schema) Merging block/for-next (8aa6053114f3 Merge branch 'for-6.7/block' into for-= next) Merging device-mapper/for-next (13648e04a9b8 dm-crypt: start allocating wit= h MAX_ORDER) Merging libata/for-next (804901fdd637 ata: pata_pxa: convert not to use dma= _request_slave_channel()) Merging pcmcia/pcmcia-next (4f733de8b78a pcmcia: tcic: remove unneeded "&" = in call to setup_timer()) Merging mmc/next (3f00051234f0 mmc: Merge branch fixes into next) Merging mfd/for-mfd-next (2b481822446e mfd: lpc_ich: Mark *_gpio_offsets da= ta with const) Merging backlight/for-backlight-next (d5272d39995f dt-bindings: backlight: = Add brightness-levels related common properties) Merging battery/for-next (b55d073e6501 power: supply: bq256xx: fix some pro= blem in bq256xx_hw_init) Merging regulator/for-next (753e4d5c433d regulator: add under-voltage suppo= rt (part 2)) Merging security/next (e246777e2a03 MAINTAINERS: update the LSM entry) CONFLICT (content): Merge conflict in arch/alpha/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/arm/tools/syscall.tbl CONFLICT (content): Merge conflict in arch/arm64/include/asm/unistd32.h CONFLICT (content): Merge conflict in arch/m68k/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/microblaze/kernel/syscalls/sysca= ll.tbl CONFLICT (content): Merge conflict in arch/mips/kernel/syscalls/syscall_n32= .tbl CONFLICT (content): Merge conflict in arch/mips/kernel/syscalls/syscall_n64= .tbl CONFLICT (content): Merge conflict in arch/mips/kernel/syscalls/syscall_o32= .tbl CONFLICT (content): Merge conflict in arch/parisc/kernel/syscalls/syscall.t= bl CONFLICT (content): Merge conflict in arch/powerpc/kernel/syscalls/syscall.= tbl CONFLICT (content): Merge conflict in arch/s390/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/sh/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/sparc/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/x86/entry/syscalls/syscall_32.tbl CONFLICT (content): Merge conflict in arch/x86/entry/syscalls/syscall_64.tbl CONFLICT (content): Merge conflict in arch/xtensa/kernel/syscalls/syscall.t= bl CONFLICT (content): Merge conflict in include/uapi/asm-generic/unistd.h Applying: fix up for "LSM: wireup Linux Security Module syscalls" Merging apparmor/apparmor-next (6cede10161be apparmor: Fix some kernel-doc = comments) Merging integrity/next-integrity (b836c4d29f27 ima: detect changes to the b= acking overlay file) Merging safesetid/safesetid-next (64b634830c91 LSM: SafeSetID: add setgroup= s() testing to selftest) Merging selinux/next (f5364ecfd8c3 MAINTAINERS: update the SELinux entry) Merging smack/next (3ad49d37cf57 smackfs: Prevent underflow in smk_set_cips= o()) Merging tomoyo/master (0bb80ecc33a8 Linux 6.6-rc1) Merging tpmdd/next (03acb9ccec3f keys: Remove unused extern declarations) Merging watchdog/master (b85ea95d0864 Linux 6.7-rc1) Merging iommu/next (e8cca466a84a Merge branches 'iommu/fixes', 'arm/tegra',= 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd', 'core' and 's390' into next) Merging audit/next (24fade412acf Automated merge of 'dev' into 'next') Merging devicetree/for-next (fe612629746c dt-bindings: soc: fsl: cpm_qe: cp= m1-scc-qmc: Add support for QMC HDLC) Merging dt-krzk/for-next (b85ea95d0864 Linux 6.7-rc1) Merging mailbox/for-next (96cb7a4e296d dt-bindings: mailbox: qcom-ipcc: doc= ument the SM8650 Inter-Processor Communication Controller) Merging spi/for-next (18a813a1f94a spi: intel: make mem_ops comparison uniq= ue to opcode match) Merging tip/master (35f30e2dfdcc Merge branch into tip/master: 'x86/percpu') Merging clockevents/timers/drivers/next (c28ca80ba3b5 clocksource: ep93xx: = Add driver for Cirrus Logic EP93xx) Merging edac/edac-for-next (6f15b178cd63 EDAC/versal: Add a Xilinx Versal m= emory controller driver) Merging irqchip/irq/irqchip-next (19b5a44bee16 irqchip: Add support for Aml= ogic-C3 SoCs) Merging ftrace/for-next (e1742fa172d5 Merge probes/for-next) Merging rcu/rcu/next (68f721e904b2 rcu: Restrict access to RCU CPU stall no= tifiers) Merging kvm/next (6c370dc65374 Merge branch 'kvm-guestmemfd' into HEAD) Applying: fs: Convert error_remove_page to error_remove_folio Merging kvm-arm/next (123f42f0ad68 Merge branch kvm-arm64/pmu_pmcr_n into k= vmarm/next) Merging kvms390/next (70fea3019516 KVM: s390: add tracepoint in gmap notifi= er) Merging kvm-ppc/topic/ppc-kvm (707df298cbde Merge tag 'powerpc-6.7-1' of gi= t://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux) Merging kvm-riscv/riscv_kvm_next (d9c00f44e5de KVM: riscv: selftests: Add S= BI DBCN extension to get-reg-list test) Merging kvm-x86/next (45b890f7689e Merge tag 'kvmarm-6.7' of git://git.kern= el.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD) Merging xen-tip/linux-next (295b202227e9 xen: privcmd: Replace zero-length = array with flex-array member and use __counted_by) Merging percpu/for-next (3fcf62f24c80 Merge branch 'for-6.6' into for-next) Merging workqueues/for-next (d5ce8f4ed90b Merge branch 'for-6.7' into for-n= ext) Merging drivers-x86/for-next (b85ea95d0864 Linux 6.7-rc1) Merging chrome-platform/for-next (d131f1f3b459 platform/chrome: sensorhub: = Implement quickselect for median calculation) Merging chrome-platform-firmware/for-firmware-next (ecea08916418 firmware: = coreboot: framebuffer: Avoid invalid zero physical address) Merging hsi/for-next (fa72d143471d HSI: omap_ssi: Remove usage of the depre= cated ida_simple_xx() API) Merging leds/for-next (1b929c02afd3 Linux 6.2-rc1) Merging leds-lj/for-leds-next (b9604be24158 leds: lp5521: Add an error chec= k in lp5521_post_init_device) Merging ipmi/for-next (e89a0391d920 ipmi: si: Use device_get_match_data()) Merging driver-core/driver-core-next (b85ea95d0864 Linux 6.7-rc1) Merging usb/usb-next (b85ea95d0864 Linux 6.7-rc1) Merging thunderbolt/next (655b8af57d31 thunderbolt: Remove duplicated re-as= signment of pointer 'out') Merging usb-serial/usb-next (b85ea95d0864 Linux 6.7-rc1) Merging tty/tty-next (b85ea95d0864 Linux 6.7-rc1) Merging char-misc/char-misc-next (b85ea95d0864 Linux 6.7-rc1) Merging accel/habanalabs-next (ce06bc9d7209 accel/habanalabs: expose module= id through sysfs) Merging coresight/next (32d9a78bb9ff coresight: ultrasoc-smb: Convert to pl= atform remove callback returning void) Merging fastrpc/for-next (b85ea95d0864 Linux 6.7-rc1) Merging fpga/for-next (5496fb8eedd6 drivers/fpga: use standard array-copy f= unction) Merging icc/icc-next (b85ea95d0864 Linux 6.7-rc1) Merging iio/togreg (6543f376ec8a iio: buffer: document known issue) Merging phy-next/next (772dd70a5ed6 phy: core: Remove usage of the deprecat= ed ida_simple_xx() API) Merging soundwire/next (b85ea95d0864 Linux 6.7-rc1) Merging extcon/extcon-next (b85ea95d0864 Linux 6.7-rc1) Merging gnss/gnss-next (b85ea95d0864 Linux 6.7-rc1) Merging vfio/next (2b88119e35b0 vfio/mtty: Enable migration support) Merging w1/for-next (271c81935801 w1: Add AXI 1-wire host driver for AMD pr= ogrammable logic IP core) Merging staging/staging-next (b85ea95d0864 Linux 6.7-rc1) Merging counter-next/counter-next (7904cdf1397c counter: chrdev: remove a t= ypo in header file comment) Merging mux/for-next (44c026a73be8 Linux 6.4-rc3) Merging dmaengine/next (b85ea95d0864 Linux 6.7-rc1) Merging cgroup/for-next (cbbddc05a7cd Merge branch 'for-6.7-fixes' into for= -next) Merging scsi/for-next (2a0508d9d08f Merge branch '6.7/scsi-staging' into 6.= 7/scsi-fixes) Merging scsi-mkp/for-next (6a965ee1892a scsi: mpt3sas: Suppress a warning i= n debug kernel) Merging vhost/linux-next (e07754e0a1ea vhost-vdpa: fix use after free in vh= ost_vdpa_probe()) Merging rpmsg/for-next (6dc66a309673 Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (0bb80ecc33a8 Linux 6.6-rc1) Merging gpio-brgl/gpio/for-next (66d6143ebff0 gpio: sifive: remove unneeded= call to platform_set_drvdata()) Merging gpio-intel/for-next (fb77e8a85915 Merge patch series "Use the stand= ard _PM_OPS() export macro in Intel Tangier GPIO driver") Merging pinctrl/for-next (91acee35452f Merge branch 'devel' into for-next) Merging pinctrl-intel/for-next (c5860e4a2737 pinctrl: intel: Add a generic = Intel pin control platform driver) Merging pinctrl-renesas/renesas-pinctrl (583d80732055 pinctrl: renesas: rzn= 1: Convert to platform remove callback returning void) Merging pinctrl-samsung/for-next (e4e2fbe7d7d7 MAINTAINERS: Remove snawrock= i's git tree) Merging pwm/for-next (d27abbfd4888 pwm: Fix double shift bug) Merging userns/for-next (05bd6e0242b4 Merge of unpriv-ipc-sysctls-for-v6.2,= and fix-atomic_lock_inc_below-for-v6.2 for testing in linux-next) Merging ktest/for-next (7dc8e24f0e09 ktest: Restore stty setting at first i= n dodie) Merging kselftest/next (b85ea95d0864 Linux 6.7-rc1) Merging kunit/test (b85ea95d0864 Linux 6.7-rc1) Merging kunit-next/kunit (b85ea95d0864 Linux 6.7-rc1) Merging livepatching/for-next (602bf1830798 Merge branch 'for-6.7' into for= -next) Merging rtc/rtc-next (3d762e21d563 rtc: cmos: Use ACPI alarm for non-Intel = x86 systems too) Merging nvdimm/libnvdimm-for-next (9ea459e477dc libnvdimm: remove kernel-do= c warnings:) Merging at24/at24/for-next (b85ea95d0864 Linux 6.7-rc1) Merging ntb/ntb-next (9341b37ec17a ntb_perf: Fix printk format) Merging seccomp/for-next/seccomp (31c65705a8cf perf/benchmark: fix seccomp_= unotify benchmark for 32-bit) Merging fsi/next (f04d61a379d6 fsi: fix some spelling mistakes in comment) Merging slimbus/for-next (b85ea95d0864 Linux 6.7-rc1) Merging nvmem/for-next (b85ea95d0864 Linux 6.7-rc1) Merging xarray/main (2a15de80dd0f idr: fix param name in idr_alloc_cyclic()= doc) Merging hyperv/hyperv-next (ce9ecca0238b Linux 6.6-rc2) Merging auxdisplay/auxdisplay (35b464e32c8b auxdisplay: hd44780: move curso= r home after clear display command) Merging kgdb/kgdb/for-next (23816724fdbd kdb: Corrects comment for kdballoc= env) Merging hmm/hmm (0bb80ecc33a8 Linux 6.6-rc1) Merging cfi/cfi/next (06c2afb862f9 Linux 6.5-rc1) Merging mhi/mhi-next (83c5dcf78ab9 bus: mhi: host: Add alignment check for = event ring read pointer) Merging memblock/for-next (e96c6b8f212a memblock: report failures when memb= lock_can_resize is not set) Merging cxl/next (5d09c63f11f0 cxl/hdm: Remove broken error path) Merging zstd/zstd-next (2aa14b1ab2c4 zstd: import usptream v1.5.2) Merging efi/next (5329aa5101f7 efivarfs: Add uid/gid mount options) Merging unicode/for-next (c1869dbd2957 Merge branch 'unicode/negative-dentr= ies' into unicode/for-next) Merging slab/slab/for-next (dd374e220ba4 slub: Update frozen slabs document= ations in the source) 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 (323f65ded48d landlock: Document IOCTL support) Merging rust/rust-next (3857af38e57a docs: rust: add "The Rust experiment" = section) Merging sysctl/sysctl-next (8b793bcda61f watchdog: move softlockup_panic ba= ck to early_param) Merging execve/for-next/execve (21ca59b365c0 binfmt_misc: enable sandboxed = mounts) Merging bitmap/bitmap-for-next (bdcb37a5d8de buildid: reduce header file de= pendencies for module) Merging hte/for-next (b85ea95d0864 Linux 6.7-rc1) Merging kspp/for-next/kspp (1ee60356c2dc gcc-plugins: randstruct: Only warn= about true flexible arrays) Merging kspp-gustavo/for-next/kspp (b85ea95d0864 Linux 6.7-rc1) Merging nolibc/nolibc (b85ea95d0864 Linux 6.7-rc1) Merging tsm/tsm-next (f4738f56d1dc virt: tdx-guest: Add Quote generation su= pport using TSM_REPORTS) Merging iommufd/for-next (b2b67c997bf7 iommufd: Organize the mock domain al= loc functions closer to Joerg's tree) --Sig_/Vv=eRO30IL3PJIRYwxUwfN5 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmVa94UACgkQAVBC80lX 0GzQXgf+LJmMAZvqhaF4NnL6uge0GA8Mj9LSnubMRLnrTKu/7p0Ynlk7vUPQFV7O X5mUPDckz5FkWR/8HAkUOh7A9XaMAZQtBZaFnICpwGtzo1MzmP9WgcMjm5SEhlqz vi5PikBqwPAD2DfoKxSfS+XFzVtGtgHXI/HpzvIbGDyMROtm5JJ7CkTJDbihnOmm ry7eICj4bCffGjeRpxoHjySpMuTgC2PQ5dVeEV8WHzE9c4AjKK50FjkEm5BaCyy4 uPUYs9v7S6yBkJfoh4NxbtWrG0f+GXR3OozVHdRXkVhVk89Mlz6oJUQW2eZZBpbA NHKwHQ/aSit99REK8MNWeDiLCvtFaQ== =RmoO -----END PGP SIGNATURE----- --Sig_/Vv=eRO30IL3PJIRYwxUwfN5--