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 88FEAC6FD1D for ; Wed, 22 Mar 2023 01:36:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229990AbjCVBgD (ORCPT ); Tue, 21 Mar 2023 21:36:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229992AbjCVBfm (ORCPT ); Tue, 21 Mar 2023 21:35:42 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95E825A1BD; Tue, 21 Mar 2023 18:35:22 -0700 (PDT) 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 4Ph9yT2rbhz4x5Q; Wed, 22 Mar 2023 12:35:13 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1679448913; bh=ln6CNw7U+cnRNgnnVgm+Sx/1M8bfC2qQ/ZRU6mQa0eY=; h=Date:From:To:Cc:Subject:From; b=ojKh+mdcn0ONHl5Csp43ZXcCL3RWm26KvxmP00m6/6bgzjot1bTlmaJI9jbp8PQWo IZWluLchEPVf1cu4499tIjazZvkLQo946TITaM9IkzIdiWn+nvqRnuvANKSExYExLR fwLYGTgUcoLxTtvnOCz0Rx10EMDNBumDsz7OwQBqtdFaBqq3zVUXM9IvKcT9Cybmzw d643xwnNvtQWlQM4eCB8ZOis44QzQADf7CGAW2X7Ulc0kzebF20PWJIs22kfVdyD5G gCV17k5uKxzchcZ5N1QwksF+7GiIiDtTQZ66NQ0jIbjBKxDfqFS2rmwbkyROfmxsXn zzZHBYk1OzzeQ== Date: Wed, 22 Mar 2023 12:35:12 +1100 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Mar 22 Message-ID: <20230322123512.307a1637@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/QEwwzBdYcM1bxzml1m/XELk"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/QEwwzBdYcM1bxzml1m/XELk Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, Changes since 20230321: The perf tree still had its build failure, so I used the version from next-20230316. The bpf-next tree still had its build failure, which turned out to be a semantic conflict for which I applied a merge fix. The tmpdd tree still had its build failure so I used the version from next-20230320. The tip tree gained a conflict against the mm tree. The leds-lj tree still had its build failure, so I used the version from next-20230317. Non-merge commits (relative to Linus' tree): 5082 6083 files changed, 190179 insertions(+), 112514 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 354 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 (2faac9a98f01 Merge tag 'keys-fixes-20230321' of git:= //git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs) Merging fixes/fixes (9c9155a3509a Merge tag 'drm-next-2022-10-14' of git://= anongit.freedesktop.org/drm/drm) Merging mm-hotfixes/mm-hotfixes-unstable (383d91b9fcc9 mm: kfence: fix PG_s= lab and memcg_data clearing) Merging kbuild-current/fixes (a3671bd86a97 Merge tag 'fbdev-for-6.3-rc3' of= git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev) 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 (fe15c26ee26e Linux 6.3-rc1) Merging arm-soc-fixes/arm/fixes (9f79762ef8d9 Merge tag 'samsung-dt-fixes-6= .3' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/= fixes) Merging davinci-current/davinci/for-current (fe15c26ee26e Linux 6.3-rc1) Merging drivers-memory-fixes/fixes (fe15c26ee26e Linux 6.3-rc1) Merging tee-fixes/fixes (ceaa837f96ad Linux 6.2-rc8) Merging m68k-current/for-linus (e36a82bebbf7 m68k: Only force 030 bus error= if PC not in exception table) Merging powerpc-fixes/fixes (f2c7e3562b4c powerpc/mm: Fix false detection o= f read faults) Merging s390-fixes/fixes (d7a0bdbf1727 s390: update defconfigs) 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 (f038f3917baf octeontx2-vf: Add missing free for alloc_per= cpu) Merging bpf/master (10ec8ca8ec1a bpf: Adjust insufficient default bpf_jit_l= imit) Merging ipsec/master (c276a706ea1f xfrm: Allow transport-mode states with A= F_UNSPEC selector) 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/main (e866f29a6ff1 Merge branch '40GbE' of git://git.kernel.or= g/pub/scm/linux/kernel/git/tnguy/net-queue) Merging wireless/for-next (007ae9b268ba wifi: mac80211: Serialize ieee80211= _handle_wake_tx_queue()) Merging rdma-fixes/for-rc (eeac8ede1755 Linux 6.3-rc2) Merging sound-current/for-linus (8c721c53dda5 ALSA: usb-audio: Fix recursiv= e locking at XRUN during syncing) Merging sound-asoc-fixes/for-linus (205efd4619b8 ASoC: amd: yc: Add DMI ent= ries to support Victus by HP Laptop 16-e1xxx (8A22)) Merging regmap-fixes/for-linus (eeac8ede1755 Linux 6.3-rc2) Merging regulator-fixes/for-linus (eeac8ede1755 Linux 6.3-rc2) Merging spi-fixes/for-linus (eeac8ede1755 Linux 6.3-rc2) Merging pci-current/for-linus (cdce67099117 PCI: dwc: Fix PORT_LINK_CONTROL= update when CDM check enabled) Merging driver-core.current/driver-core-linus (44ac5abac86b Documentation/s= ecurity-bugs: move from admin-guide/ to process/) Merging tty.current/tty-linus (e8d018dd0257 Linux 6.3-rc3) Merging usb.current/usb-linus (bbf860ed710b usb: gadget: Use correct endian= ness of the wLength field for WebUSB) Merging usb-serial-fixes/usb-linus (773e8e7d07b7 USB: serial: option: add T= elit FE990 compositions) Merging phy/fixes (fe15c26ee26e Linux 6.3-rc1) Merging staging.current/staging-linus (eeac8ede1755 Linux 6.3-rc2) Merging iio-fixes/fixes-togreg (363c7dc72f79 iio: adc: ti-ads7950: Set `can= _sleep` flag for GPIO chip) Merging counter-current/counter-current (00f4bc5184c1 counter: 104-quad-8: = Fix Synapse action reported for Index signals) Merging char-misc.current/char-misc-linus (4dd52392b5d7 Merge tag 'coresigh= t-fixes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/li= nux into char-misc-linus) Merging soundwire-fixes/fixes (e6923fd863af soundwire: qcom: correct settin= g ignore bit on v1.5.1) Merging thunderbolt-fixes/fixes (58cdfe6f58b3 thunderbolt: Rename shadowed = variables bit to interrupt_bit and auto_clear_bit) Merging input-current/for-linus (754ff5060daf Input: alps - fix compatibili= ty with -funsigned-char) Merging crypto-current/master (660ca9470f9c crypto: caam - Fix edesc/iv ord= ering mixup) Merging vfio-fixes/for-linus (4928f67bc911 vfio/mlx5: Fix the report of dir= ty_bytes upon pre-copy) Merging kselftest-fixes/fixes (05107edc9101 selftests: sigaltstack: fix -Wu= ninitialized) Merging modules-fixes/modules-linus (f412eef03938 Documentation: livepatch:= module-elf-format: Remove local klp_modinfo definition) Merging dmaengine-fixes/fixes (b771baf3988a dmaengine: xilinx: xdma: Fix so= me kernel-doc comments) Merging backlight-fixes/for-backlight-fixes (88603b6dc419 Linux 6.2-rc2) Merging mtd-fixes/mtd/fixes (75dce6a941e3 mtd: nand: mxic-ecc: Fix mxic_ecc= _data_xfer_wait_for_completion() when irq is used) Merging mfd-fixes/for-mfd-fixes (88603b6dc419 Linux 6.2-rc2) Merging v4l-dvb-fixes/fixes (55f1ecb11990 media: v4l: subdev: Make link val= idation safer) Merging reset-fixes/reset/fixes (3a2390c6777e reset: uniphier-glue: Fix pos= sible null-ptr-deref) Merging mips-fixes/mips-fixes (ab327f8acdf8 mips: bmips: BCM6358: disable R= AC flush for TP1) Merging at91-fixes/at91-fixes (fe15c26ee26e Linux 6.3-rc1) Merging omap-fixes/fixes (2a906db2824b Merge branch 'am5748-fix' into fixes) Merging kvm-fixes/master (f3e707413dbe KVM: selftests: Sync KVM exit reason= s in selftests) Merging kvms390-fixes/master (0dd4cdccdab3 KVM: s390: vsie: Fix the initial= ization of the epoch extension (epdx) field) Merging hwmon-fixes/hwmon (38c25fa52920 hwmon (it87): Fix voltage scaling f= or chips with 10.9mV ADCs) 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 (c637393d1e8f Merge branch 'misc-6.3' into n= ext-fixes) Merging vfs-fixes/fixes (609d54441493 fs: prevent out-of-bounds array specu= lation when closing a file descriptor) Merging dma-mapping-fixes/for-linus (7c3940bf81e5 swiotlb: fix the deadlock= in swiotlb_do_find_slots) Merging drivers-x86-fixes/fixes (b7c994f8c35e platform/x86 (gigabyte-wmi): = Add support for A320M-S2H V2) Merging samsung-krzk-fixes/fixes (fe15c26ee26e Linux 6.3-rc1) Merging pinctrl-samsung-fixes/fixes (fe15c26ee26e Linux 6.3-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 (fe15c26ee26e Linux 6.3-rc1) Merging scsi-fixes/fixes (a13faca032ac scsi: scsi_dh_alua: Fix memleak for = 'qdata' in alua_activate()) Merging drm-fixes/drm-fixes (e8d018dd0257 Linux 6.3-rc3) Merging drm-intel-fixes/for-linux-next-fixes (22aa20e4c5dc Revert "drm/i915= /hwmon: Enable PL1 power limit") Merging mmc-fixes/fixes (92771cdd90de mmc: dw_mmc-starfive: Fix initializat= ion of prev_err) 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 (f8acb24aaf89 x86/hyperv: Block root part= ition functionality in a Confidential VM) Merging soc-fsl-fixes/fix (4b0986a3613c Linux 5.18) Merging risc-v-fixes/fixes (47dd902aaee9 RISC-V: mm: Support huge page in v= malloc_fault()) Merging riscv-dt-fixes/riscv-dt-fixes (fe15c26ee26e Linux 6.3-rc1) Merging riscv-soc-fixes/riscv-soc-fixes (fe15c26ee26e Linux 6.3-rc1) Merging fpga-fixes/fixes (fe15c26ee26e Linux 6.3-rc1) Merging spdx/spdx-linus (fe15c26ee26e Linux 6.3-rc1) Merging gpio-brgl-fixes/gpio/for-current (d49765b5f432 gpio: GPIO_REGMAP: s= elect REGMAP instead of depending on it) Merging gpio-intel-fixes/fixes (fe15c26ee26e Linux 6.3-rc1) Merging pinctrl-intel-fixes/fixes (fe15c26ee26e Linux 6.3-rc1) Merging erofs-fixes/fixes (3993f4f45630 erofs: use wrapper i_blocksize() in= erofs_file_read_iter()) Merging kunit-fixes/kunit-fixes (fe15c26ee26e Linux 6.3-rc1) Merging ubifs-fixes/fixes (2241ab53cbb5 Linux 6.2-rc5) Merging memblock-fixes/fixes (647037adcad0 Revert "mm: Always release pages= to the buddy allocator in memblock_free_late().") Merging nfsd-fixes/nfsd-fixes (27c934dd8832 nfsd: don't replace page in rq_= pages if it's a continuation of last page) 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 (5b201a82cd9d perf tools: Add Adrian Hunte= r to MAINTAINERS as a reviewer) Merging efi-fixes/urgent (5ed213dd6468 efi: sysfb_efi: Add quirk for Lenovo= Yoga Book X91F/L) Merging zstd-fixes/zstd-linus (6906598f1ce9 zstd: Fix definition of assert(= )) Merging battery-fixes/fixes (06615d11cc78 power: supply: da9150: Fix use af= ter free bug in da9150_charger_remove due to race condition) 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 (fe15c26ee26e Linux 6.3-rc1) Merging rust-fixes/rust-fixes (3098cb655e7c rust: bindgen: Add `alt_instr` = as opaque type) Merging drm-misc-fixes/for-linux-next-fixes (03aecb1acbcd drm: panel-orient= ation-quirks: Add quirk for Lenovo Yoga Book X90F) Merging mm-stable/mm-stable (819c2608ce2c Sync mm-stable with 6.3-rc1) Merging mm-nonmm-stable/mm-nonmm-stable (fe15c26ee26e Linux 6.3-rc1) Merging mm/mm-everything (9f63dcd4248b Merge branch 'mm-nonmm-unstable' int= o mm-everything) Merging kbuild/for-next (b26e7a4b4ef6 kallsyms: expand symbol name into com= ment for debugging) Merging clang-format/clang-format (781121a7f6d1 clang-format: Fix space aft= er for_each macros) Merging perf/perf/core (96d541699e5c perf kvm: Update documentation to refl= ect new changes) $ git reset --hard HEAD^ Merging next-20230316 version of perf Merging compiler-attributes/compiler-attributes (eeac8ede1755 Linux 6.3-rc2) Merging dma-mapping/for-next (9b07d27d0fbb swiotlb: mark swiotlb_memblock_a= lloc() as __init) Merging asm-generic/master (a13408c20526 char/agp: introduce asm-generic/ag= p.h) 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 (010338d729c1 arm64: kaslr: don't pretend KASLR= is enabled if offset < MIN_KIMG_ALIGN) Merging arm-perf/for-next/perf (e8a709dc2a91 perf: arm_spe: Print the versi= on of SPE detected) Merging arm-soc/for-next (811bbcfc8ea2 Merge branch 'soc/arm' into for-next) Merging amlogic/for-next (001ba459dbec Merge branch 'v6.4/arm64-dt' into fo= r-next) Merging asahi-soc/asahi-soc/for-next (22991d8d5725 soc: apple: rtkit: Add r= egister dump decoding to crashlog) Merging aspeed/for-next (bb13bd587d53 ARM: dts: aspeed: bonnell: Update eep= rom size) Merging at91/at91-next (f5200f71d927 clk: microchip: Use of_property_read_b= ool() for boolean properties) Merging broadcom/next (a2264238029f Merge branch 'drivers/next' into next) Merging davinci/davinci/for-next (fe15c26ee26e Linux 6.3-rc1) Merging drivers-memory/for-next (538c7b5b5d8b memory: atmel-ebi: Use of_pro= perty_present() for testing DT property presence) Merging imx-mxs/for-next (a7a9bae8c567 Merge branch 'imx/defconfig' into fo= r-next) Merging mediatek/for-next (9b2797522f32 Merge branch 'v6.3-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 (f84f5d2e1ffd Merge branches 'arm64-defconfig-for-6.4= ', 'arm64-fixes-for-6.3', 'arm64-for-6.4', 'clk-for-6.4', 'drivers-fixes-fo= r-6.3', 'drivers-for-6.4', 'dts-fixes-for-6.3' and 'dts-for-6.4' into for-n= ext) Merging renesas/next (8184e7e383be Merge branches 'renesas-drivers-for-v6.4= ' and 'renesas-dts-for-v6.4' into renesas-next) Merging reset/reset/next (1b929c02afd3 Linux 6.2-rc1) Merging rockchip/for-next (6d6761582819 Merge branch 'v6.4-armsoc/dts64' in= to for-next) Merging samsung-krzk/for-next (a81e2e2ca6ae Merge branch 'next/dt64' into f= or-next) Merging scmi/for-linux-next (9848e199b090 Merge branch 'for-next/scmi/fixes= ' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into = for-linux-next) Merging stm32/stm32-next (19f969c0c738 ARM: dts: stm32: Add coprocessor det= ach mbox on stm32mp15xx-osd32 SoM) Merging sunxi/sunxi/for-next (6aeca5d73805 Merge branch 'sunxi/dt-for-6.4' = into sunxi/for-next) Merging tee/next (f8502fba45bd tee: amdtee: fix race condition in amdtee_op= en_session) Merging tegra/for-next (9b0d904e7e49 Merge branch for-6.3/arm64/dt into for= -next) Merging ti/ti-next (9790831f6dbf Merge branches 'ti-k3-dts-next', 'ti-k3-co= nfig-next' and 'ti-drivers-soc-next' into ti-next) Merging xilinx/for-next (fe15c26ee26e Linux 6.3-rc1) Merging clk/clk-next (61a672cbb14d Merge branch 'clk-mediatek' into clk-nex= t) Merging clk-imx/for-next (fe15c26ee26e Linux 6.3-rc1) Merging clk-renesas/renesas-clk (72cd8436ece0 clk: renesas: Convert to plat= form remove callback returning void) 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 (fc89d7fb499b Merge tag 'for_linus' of git= ://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost) Merging m68k/for-next (fda1941b8eab m68k: Remove obsolete config NO_KERNEL_= MSG) Merging m68knommu/for-next (8fc6ba5f96bc m68k: Kconfig.machine: remove obso= lete configs ROMBASE and ROMSIZE) Merging microblaze/next (fe15c26ee26e Linux 6.3-rc1) Merging mips/mips-next (a45e5fe79234 MIPS: ath79: remove obsolete ATH79_DEV= _* configs) Merging openrisc/for-next (34a0bac084e4 MAINTAINERS: git://github -> https:= //github.com for openrisc) Merging parisc-hd/for-next (783394630553 parisc: Ensure page alignment in f= lush functions) Merging powerpc/next (3c1d9f36e985 powerpc: Simplify sysctl registration fo= r nmi_wd_lpm_factor_ctl_table) Merging soc-fsl/next (4b0986a3613c Linux 5.18) Merging risc-v/for-next (4b740779ac03 Merge patch series "RISC-V: Apply Zic= boz to clear_page") Merging riscv-dt/riscv-dt-for-next (0e9b70c1e362 riscv: dts: microchip: add= mpfs specific macb reset support) Merging riscv-soc/riscv-soc-for-next (49f965b6fbca soc: canaan: Make K210_S= YSCTL depend on CLK_K210) Merging s390/for-next (1485d9a4eecf Merge branch 'features' into for-next) Merging sh/for-next (ff30bd6a6618 sh: clk: Fix clk_enable() to return 0 on = NULL clk) Merging uml/next (04df97e150c8 Documentation: rust: Fix arch support table) Merging xtensa/xtensa-for-next (1d3b7a788ca7 xtensa: fix KASAN report for s= how_stack) Merging pidfd/for-next (5ab18f4b061e vhost: use vhost_tasks for worker thre= ads) Merging vfs-idmapping/for-next (9576d493741c Merge branch 'fs.misc' into fo= r-next) Merging fscrypt/for-next (704d0e7a9b7d fscrypt: new helper function - fscry= pt_prepare_lookup_partial()) 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 (0a278bc196e7 afs: Automatically generate trace tag en= ums) Merging btrfs/for-next (80d1eec6927a Merge branch 'for-next-current-v6.2-20= 230221' into for-next-20230221) Merging ceph/master (f7c4d9b133c7 rbd: avoid use-after-free in do_rbd_add()= when rbd_dev_create() fails) Merging cifs/for-next (2f0e4f034220 cifs: check only tcon status on tcon re= lated functions) 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 (4f24ebae35ff erofs: support flattened block device for m= ulti-blob images) Merging exfat/dev (fe15c26ee26e Linux 6.3-rc1) Merging ext3/for_next (fae0a2b2077c ext2: remove redundant assignment to po= inter end) Merging ext4/dev (da8c7d2105be ext4: convert some BUG_ON's in mballoc to us= e WARN_RATELIMITED instead) Merging f2fs/dev (d15180a8d1d7 f2fs: fix to handle filemap_fdatawrite() err= or in f2fs_ioc_decompress_file/f2fs_ioc_compress_file) Merging fsverity/for-next (2da81b847943 fs-verity: simplify sysctls with re= gister_sysctl()) Merging fuse/for-next (1cc4606d19e3 fuse: add inode/permission checks to fi= leattr_get/fileattr_set) Merging gfs2/for-next (c1b0c3cfcbad gfs2: Convert gfs2_page_add_databufs to= folios) Merging jfs/jfs-next (fad376fce0af fs/jfs: fix shift exponent db_agl2size n= egative) Merging ksmbd/ksmbd-for-next (6686991cea8e ksmbd: set FILE_NAMED_STREAMS at= tribute in FS_ATTRIBUTE_INFORMATION) Merging nfs/linux-next (e8d018dd0257 Linux 6.3-rc3) Merging nfs-anna/linux-next (21fd9e8700de NFS: Correct timing for assigning= access cache timestamp) Merging nfsd/nfsd-next (3077f83bfb9e sunrpc: simplify two-level sysctl regi= stration for svcrdma_parm_table) Merging ntfs3/master (2024476646ed fs/ntfs3: Fix root inode checking) CONFLICT (content): Merge conflict in fs/ntfs3/file.c CONFLICT (content): Merge conflict in fs/ntfs3/inode.c CONFLICT (content): Merge conflict in fs/ntfs3/ntfs_fs.h CONFLICT (content): Merge conflict in fs/ntfs3/xattr.c 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 (f773f0a331d6 ubi: Fix deadlock caused by recursively ho= lding work_sem) Merging v9fs/9p-next (4ec5183ec486 Linux 6.2-rc7) Merging v9fs-ericvh/ericvh/for-next (9d415a425340 fs/9p: Add new mount mode= s) Merging xfs/for-next (e9b60c7f9713 pcpcntr: remove percpu_counter_sum_all()) Merging zonefs/for-next (2b188a2cfc4d zonefs: make kobj_type structure cons= tant) 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 (63355b9884b3 cpumask: be more careful with '= cpumask_setall()') Merging iversion/iversion-next (63355b9884b3 cpumask: be more careful with = 'cpumask_setall()') Merging vfs/for-next (d291d1858419 Merge branch 'work.fd' into for-next) Merging printk/for-next (10d639febe56 Merge branch 'for-6.3' into for-next) Merging pci/next (b0d4fc005ef2 Merge branch 'pci/controller/rcar') Merging pstore/for-next/pstore (5239a89b06d6 pstore: Revert pmsg_lock back = to a normal mutex) Merging hid/for-next (1b9a2a53046a Merge branch 'for-6.3/upstream-fixes' in= to for-next) Merging i2c/i2c/for-next (7618417929c1 Merge branch 'i2c/for-mergewindow' i= nto i2c/for-next) Merging i3c/i3c/next (2810f1de814a i3c: svc: Convert to platform remove cal= lback returning void) Merging dmi/dmi-for-next (13a0ac816d22 firmware: dmi: Fortify entry point l= ength checks) Merging hwmon-staging/hwmon-next (593c9b978b96 hwmon: (pwm-fan) set usage_p= ower on PWM state) Merging jc_docs/docs-next (10d18135135c docs/mm: Physical Memory: add examp= le of interleaving nodes) Merging v4l-dvb/master (eeac8ede1755 Linux 6.3-rc2) Merging v4l-dvb-next/master (71937240a472 media: ov2685: Select VIDEO_V4L2_= SUBDEV_API) Merging pm/linux-next (8e95155f8f29 Merge branches 'acpi-video' and 'acpi-r= esource' into linux-next) Merging cpufreq-arm/cpufreq/arm/linux-next (b8f3a396a7ee cpufreq: Use of_pr= operty_present() for testing DT property presence) Merging cpupower/cpupower (fe15c26ee26e Linux 6.3-rc1) Merging devfreq/devfreq-next (b7405e3f62d6 PM / devfreq: exynos: Use of_pro= perty_present() for testing DT property presence) Merging opp/opp/linux-next (e9eadc282719 opp: Use of_property_present() for= testing DT property presence) Merging thermal/thermal/linux-next (6828e402d06f thermal/drivers/st: Remove= syscfg based driver) Merging dlm/next (1361737f102d fs: dlm: switch lkb_sbflags to atomic ops) Merging rdma/for-next (f2f6e1661d38 IB/rdmavt: Fix target union member for = rvt_post_one_wr()) Merging net-next/main (c8384d4a51e7 net: pasemi: Fix return type of pasemi_= mac_start_tx()) Merging bpf-next/for-next (6a9f5cdba3c5 Merge branch 'net: skbuff: skb bitf= ield compaction - bpf') CONFLICT (content): Merge conflict in Documentation/bpf/bpf_devel_QA.rst Applying: bpf, test_run: fix up for "bpf, test_run: fix &xdp_frame misplace= ment for LIVE_FRAMES" Merging ipsec-next/master (f4796398f21b xfrm: Remove inner/outer modes from= output path) Merging mlx5-next/mlx5-next (22551e77e550 net/mlx5: Configure IPsec steerin= g for egress RoCEv2 traffic) Merging netfilter-next/master (677fb7525331 Merge git://git.kernel.org/pub/= scm/linux/kernel/git/netdev/net) Merging ipvs-next/main (d4671cb96fa3 Merge branch 'lan966x-tx-rx-improve') Merging bluetooth/master (3e662aa4453a Bluetooth: NXP: Add protocol support= for NXP Bluetooth chipsets) Merging wireless-next/for-next (70664495e3d2 wifi: rtl8xxxu: Support new ch= ip RTL8710BU aka RTL8188GU) Merging mtd/mtd/next (1a7537a39b06 Merge tag 'mtd/core-fixes-before-nvmem-l= ayouts-for-6.4' into mtd/next) Merging nand/nand/next (4080d5362416 mtd: parsers: remove reference to conf= ig MTD_NAND_TMIO) Merging spi-nor/spi-nor/next (6afcc84080c4 mtd: spi-nor: spansion: Add supp= ort for Infineon S25FS256T) Merging crypto/master (e6af5c0c4d32 crypto: stm32 - Save and restore betwee= n each request) Merging drm/drm-next (c6265f5c2f50 Merge tag 'drm-misc-next-2023-03-16' of = git://anongit.freedesktop.org/drm/drm-misc into drm-next) Merging drm-misc/for-linux-next (e0dfefa08d94 drm/lima: Use drm_sched_job_a= dd_syncobj_dependency()) Merging amdgpu/drm-next (27cb295ffec7 drm/amd/display: remove outdated 8bpc= comments) Merging drm-intel/for-linux-next (41b4c7fe72b6 drm/i915: Disable DC states = for all commits) Merging drm-tegra/for-next (b9930311641c gpu: host1x: Fix uninitialized var= iable use) Merging drm-msm/msm-next (f73343fae5fb drm/msm: Update generated headers) Merging drm-msm-lumag/msm-next-lumag (0c3f3cfd8ef2 drm/msm/dp: set self ref= resh aware based on PSR support) 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 (b61c2c09c5a3 video: fbdev: xilinxfb: Convert to pla= tform remove callback returning void) Merging regmap/for-next (24d80fde40c9 regmap: cache: Silence checkpatch war= ning) Merging sound/for-next (b1e675d1b57e ALSA: ac97: Remove redundant driver ma= tch function) Merging sound-asoc/for-next (54c5dc1df4b0 Merge remote-tracking branch 'aso= c/for-6.4' into asoc-next) Merging modules/modules-next (3703bd54cd37 kallsyms: Delete an unused param= eter related to {module_}kallsyms_on_each_symbol()) Merging input/next (6906f5060d39 Input: iqs62x-keys - suppress duplicated e= rror message in .remove()) Merging block/for-next (d78e81b3fb2f Merge branch 'for-6.4/block' into for-= next) Merging device-mapper/for-next (d3aa3e060c4a dm stats: check for and propag= ate alloc_percpu failure) Merging libata/for-next (672b7ad20f7b ata: Use of_property_present() for te= sting DT property presence) Merging pcmcia/pcmcia-next (15e74c6c1ce2 pcmcia: remove AT91RM9200 Compact = Flash driver) Merging mmc/next (46d19dc62b45 mmc: sdhci-pci-o2micro: Fix SDR50 mode timin= g issue) Merging mfd/for-mfd-next (368eb79f738a dt-bindings: mfd: qcom,spmi-pmic: Ad= d PM2250) Merging backlight/for-backlight-next (fb200218b40b backlight: as3711: Use o= f_property_read_bool() for boolean properties) Merging battery/for-next (2c9fafafd186 power: supply: generic-adc-battery: = style fixes) Merging regulator/for-next (02ce28bc083e regulator: Set PROBE_PREFER_ASYNCH= RONOUS for) Merging security/next (b9b8701b4314 security: Remove integrity from the LSM= list in Kconfig) Merging apparmor/apparmor-next (cb60752f0c37 apparmor: fix use of strcpy in= policy_unpack_test) Merging integrity/next-integrity (644f17412f5a IMA: allow/fix UML builds) Merging safesetid/safesetid-next (64b634830c91 LSM: SafeSetID: add setgroup= s() testing to selftest) Merging selinux/next (79781fe466b0 selinux: update the file list in MAINTAI= NERS) Merging smack/next (502a29b04d85 smack_lsm: remove unnecessary type casting) Merging tomoyo/master (ab8527429de6 workqueue: Emit runtime message when fl= ush_scheduled_work() is called) Merging tpmdd/next (923c8dfa9a36 tpm: fix build break in tpm-chip.c caused = by AMD fTPM quirk) $ git reset --hard HEAD^ Merging next-20230320 version of tpmdd Merging watchdog/master (cf3be7e82b12 watchdog: at91rm9200: Only warn once = about problems in .remove()) Merging iommu/next (bedd29d793da Merge branches 'apple/dart', 'arm/exynos',= 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next) Merging audit/next (fe15c26ee26e Linux 6.3-rc1) Merging devicetree/for-next (c9c9d764daee of: unittest: Convert to platform= remove callback returning void) Merging dt-krzk/for-next (efb75299863e Merge branch 'next/dt64' into for-ne= xt) Merging mailbox/mailbox-for-next (6ccbe33a3952 dt-bindings: mailbox: qcom-i= pcc: Add compatible for QDU1000/QRU1000) Merging spi/for-next (103c6a315bc7 spi: sprd: Convert to platform remove ca= llback) Merging tip/master (8a071b9c1325 Merge branch into tip/master: 'x86/shstk') CONFLICT (content): Merge conflict in mm/userfaultfd.c Merging clockevents/timers/drivers/next (ab407a1919d2 Merge tag 'clocksourc= e.2023.02.06b' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/lin= ux-rcu into timers/core) Merging edac/edac-for-next (541a6110b627 Merge edac-misc into edac-for-next) Merging irqchip/irq/irqchip-next (a83bf176fed4 Merge branch irq/bcm-l2-fixe= s into irq/irqchip-next) Merging ftrace/for-next (ca6cbe8c481a Merge tools/for-next) CONFLICT (content): Merge conflict in Documentation/trace/kprobetrace.rst Merging rcu/rcu/next (86efad5f5436 Revert "rcu/kvfree: Eliminate k[v]free_r= cu() single argument macro") Merging kvm/next (d8708b80fa0e KVM: Change return type of kvm_arch_vm_ioctl= () to "int") Merging kvm-arm/next (96a4627dbbd4 Merge tag ' https://github.com/oupton/li= nux tags/kvmarm-6.3' from into kvmarm-master/next) Merging kvms390/next (5fc5b94a2736 s390/virtio: sort out physical vs virtua= l pointers usage) Merging kvm-x86/next (d8708b80fa0e KVM: Change return type of kvm_arch_vm_i= octl() to "int") Merging xen-tip/linux-next (7ad2c39860dc xen: remove unnecessary (void*) co= nversions) Merging percpu/for-next (b9819165bb45 Merge branch 'for-6.2' into for-next) Merging workqueues/for-next (cd2440d66fec workqueue: Print backtraces from = CPUs with hung CPU bound workqueues) Merging drivers-x86/for-next (fd3c35845390 platform/x86: pcengines-apuv2: D= rop platform:pcengines-apuv2 module-alias) Merging chrome-platform/for-next (db7df0cfaff3 platform/chrome: cros_ec: re= move unneeded label and if-condition) Merging hsi/for-next (1b929c02afd3 Linux 6.2-rc1) Merging leds/for-next (1b929c02afd3 Linux 6.2-rc1) Merging leds-lj/for-leds-next (4ba9df04b7ac docs: leds: Add MT6370 RGB LED = pattern document) $ git reset --hard HEAD^ Merging next-20230317 version of leds-lj Merging ipmi/for-next (d352cb47df75 ipmi: simplify sysctl registration) Merging driver-core/driver-core-next (fea087fc291b irqchip/mbigen: move to = use bus_get_dev_root()) CONFLICT (content): Merge conflict in arch/s390/kernel/topology.c Merging usb/usb-next (55b7fa634d9f dt-bindings: usb: dwc3: Add QCM2290 comp= atible) Merging thunderbolt/next (ebde5ba27c64 thunderbolt: Refactor DROM reading) Merging usb-serial/usb-next (eeac8ede1755 Linux 6.3-rc2) Merging tty/tty-next (f16a70c0472e Merge 6.3-rc3 into tty-next) Merging char-misc/char-misc-next (abae262640ef Merge 6.3-rc3 into char-misc= -next) CONFLICT (modify/delete): drivers/char/pcmcia/cm4000_cs.c deleted in char-m= isc/char-misc-next and modified in HEAD. Version HEAD of drivers/char/pcmc= ia/cm4000_cs.c left in tree. CONFLICT (modify/delete): drivers/char/pcmcia/cm4040_cs.c deleted in char-m= isc/char-misc-next and modified in HEAD. Version HEAD of drivers/char/pcmc= ia/cm4040_cs.c left in tree. CONFLICT (modify/delete): drivers/char/pcmcia/scr24x_cs.c deleted in char-m= isc/char-misc-next and modified in HEAD. Version HEAD of drivers/char/pcmc= ia/scr24x_cs.c left in tree. CONFLICT (modify/delete): drivers/char/pcmcia/synclink_cs.c deleted in char= -misc/char-misc-next and modified in HEAD. Version HEAD of drivers/char/pc= mcia/synclink_cs.c left in tree. $ git rm -f drivers/char/pcmcia/cm4000_cs.c drivers/char/pcmcia/cm4040_cs.c= drivers/char/pcmcia/scr24x_cs.c drivers/char/pcmcia/synclink_cs.c Merging accel/habanalabs-next (75b445753047 accel/habanalabs: remove redund= ant TODOs) Merging coresight/next (669c4614236a coresight: tmc: Don't enable TMC when = it's not ready.) Merging fpga/for-next (fe15c26ee26e Linux 6.3-rc1) Merging icc/icc-next (403ade557dd1 interconnect: qcom: rpm: drop bogus pm d= omain attach) Merging iio/togreg (225dc61e2fa8 iio: adc: stm32-adc: set some stm32-adc.c = variables storage-class-specifier to static) Merging phy-next/next (84a59a314263 phy: xgene: Depend on ARCH_XGENE rather= than plain arm64) Merging soundwire/next (6c469871e801 soundwire: stream: restore cumulative = bus bandwidth when compute_params callback failed) Merging extcon/extcon-next (19685ae43489 extcon: usbc-tusb320: add usb_role= _switch support) CONFLICT (content): Merge conflict in drivers/extcon/extcon.c Merging gnss/gnss-next (1b929c02afd3 Linux 6.2-rc1) Merging vfio/next (d649c34cb916 vfio: Fix NULL pointer dereference caused b= y uninitialized group->iommufd) Merging staging/staging-next (f4a8e711a66b Staging: octeon: Fix line ending= with '(') Merging counter-next/counter-next (fe15c26ee26e Linux 6.3-rc1) Merging mux/for-next (ea327624ae52 mux: mmio: drop obsolete dependency on C= OMPILE_TEST) Merging dmaengine/next (fe8f1a2e9b7c dt-bindings: dma: apple,admac: Add t81= 12-admac compatible) Merging cgroup/for-next (f7ac82ea4b45 Merge branch 'for-6.3-fixes' into for= -next) Merging scsi/for-next (2b6ac25dfa2a Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (e05c006dac08 Merge patch series "mpi3mr: Few Enh= ancements and minor fixes") CONFLICT (content): Merge conflict in drivers/scsi/mpi3mr/mpi3mr_fw.c Merging vhost/linux-next (bce7bbce4c15 vdpa_sim: add support for user VA) Merging rpmsg/for-next (e19967994d34 remoteproc/mtk_scpi_ipi: Fix one kerne= l-doc comment) Merging gpio/for-next (e73f0f0ee754 Linux 5.14-rc1) Merging gpio-brgl/gpio/for-next (03810031c91d gpio: fxl6408: add I2C GPIO e= xpander driver) Merging gpio-intel/for-next (d884ae2571af gpio: mm-lantiq: Fix typo in the = newly added header filename) Merging pinctrl/for-next (454c44542d35 Merge branch 'devel' into for-next) Merging pinctrl-intel/for-next (fe15c26ee26e Linux 6.3-rc1) Merging pinctrl-renesas/renesas-pinctrl (9d7558ed8372 pinctrl: renesas: Dro= p support for Renesas-specific properties) Merging pinctrl-samsung/for-next (fe15c26ee26e Linux 6.3-rc1) Merging pwm/for-next (cf70d01a62c7 pwm: dwc: Use devm_pwmchip_add()) 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 (e1e17d7debf4 kselftest: amd-pstate: Fix spelling mi= stakes) Merging kunit/test (fe15c26ee26e Linux 6.3-rc1) Merging kunit-next/kunit (99be6588118b kunit: Use gfp in kunit_alloc_resour= ce() kernel-doc) Merging livepatching/for-next (5e36be5973b6 Merge branch 'for-6.4/core' int= o for-next) Merging rtc/rtc-next (0e6255fa3f64 rtc: meson-vrtc: Use ktime_get_real_ts64= () to get the current time) Merging nvdimm/libnvdimm-for-next (305a72efa791 Merge branch 'for-6.1/nvdim= m' into libnvdimm-for-next) Merging at24/at24/for-next (fe15c26ee26e Linux 6.3-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 (fe15c26ee26e Linux 6.3-rc1) Merging nvmem/for-next (1fc7a13bb731 dt-bindings: nvmem: Drop unneeded quot= es) Merging xarray/main (69cb69ea5542 ida: Remove assertions that an ID was all= ocated) Merging hyperv/hyperv-next (fe15c26ee26e Linux 6.3-rc1) 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 (fe15c26ee26e Linux 6.3-rc1) Merging cfi/cfi/next (312310928417 Linux 5.18-rc1) Merging mhi/mhi-next (14853a0676c1 bus: mhi: host: pci_generic: Revert "Add= a secondary AT port to Telit FN990") Merging memblock/for-next (34875d6fc52d Add tests for memblock_alloc_node()) Merging cxl/next (e686c32590f4 dax/kmem: Fix leak of memory-hotplug resourc= es) Merging zstd/zstd-next (2aa14b1ab2c4 zstd: import usptream v1.5.2) Merging efi/next (bac363715a7c efi/libstub: Look for initrd LoadFile2 proto= col on image handle) Merging unicode/for-next (b500d6d7243d unicode: Handle memory allocation fa= ilures in mkutf8data) Merging slab/for-next (ac19705397df Merge branch 'slab/for-6.3-rc4/fixes' i= nto slab/for-next) CONFLICT (content): Merge conflict in include/linux/slab.h 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 (ed35e2f2f0de landlock: Clarify documentation for the= LANDLOCK_ACCESS_FS_REFER right) Merging rust/rust-next (fe15c26ee26e Linux 6.3-rc1) Merging sysctl/sysctl-next (9b15aa91b3b2 mm: memory-failure: Move memory fa= ilure sysctls to its own file) Merging execve/for-next/execve (88603b6dc419 Linux 6.2-rc2) Merging bitmap/bitmap-for-next (714f3af11b21 cpumask: fix function descript= ion kernel-doc notation) CONFLICT (content): Merge conflict in include/linux/cpumask.h Merging hte/for-next (fe15c26ee26e Linux 6.3-rc1) Merging kspp/for-next/kspp (78f7a3fd6dc6 randstruct: disable Clang 15 suppo= rt) Merging kspp-gustavo/for-next/kspp (edfea16a6dae drm/vmwgfx: Replace one-el= ement array with flexible-array member) Merging iommufd/for-next (4ed4791afb34 iommufd/selftest: Add a selftest for= iommufd_device_attach() with a hwpt argument) --Sig_/QEwwzBdYcM1bxzml1m/XELk Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmQaW1AACgkQAVBC80lX 0GxuQQf+IGM6UxJ9CC9NnVPnep0kousbGi+ISJlpPYPLKFQr3B77lxbKGQ5w2W8l vgZG5Z60pERlwbvl1HmEKl7DPaBOXiRrKmL9BaJQcleF7qpNxEOBG+UUyzzQZPaI IwdashxR9xqHStOySTr0UJKMW0TQCm6AVo6tvwEy+CQEECDk4KNOcCrvQUVblMYx vCcZUhtEYEosVJfybpqdACyS+j3VqdXTScDI9SGmhl5K4IAf2LVXZN7b4WCEP9XY 2A6mlw63TV39Ncbhq2go//OWHSbdNNM40csmYSNlikwlaAcPwUnipz4S9s4H0FvJ AXcPgULQ0GxDXgahAC6Y/kApFcFg6Q== =rUB0 -----END PGP SIGNATURE----- --Sig_/QEwwzBdYcM1bxzml1m/XELk--