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 X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,LOCALPART_IN_SUBJECT, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73540C433DB for ; Wed, 31 Mar 2021 09:44:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 36DB2619BD for ; Wed, 31 Mar 2021 09:44:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234773AbhCaJoJ (ORCPT ); Wed, 31 Mar 2021 05:44:09 -0400 Received: from ozlabs.org ([203.11.71.1]:36501 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234693AbhCaJoB (ORCPT ); Wed, 31 Mar 2021 05:44:01 -0400 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 4F9LxB4mq3z9sVb; Wed, 31 Mar 2021 20:43:58 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1617183838; bh=MEMhzR5jalTXfHdqSPoK2cxZNaT6mwUAR/DdDkWxKAg=; h=Date:From:To:Cc:Subject:From; b=iCnvDMgSZxCqQJBrVoCGKBz1XyyjDG2O00NvycxVuTZ+7VuWrloBTRdUiBHx3jPTf s5qjGtaSZ0A8HUAJ/9ywHhrHqPFfpL2y1uwLgywIe9en/n4uWL05ER1uWLJ+eX6sTR K6B9PQD2bldaax3C3LhpyF3iaN2vWm9DOM04r0WwP80eUniZk9VA/V6p+Ju8Npf2TZ EpmWL5Ve0qXNGMVbBK7+beym+JTw8v+edYO2qoAgARaeRo2B40yv860l1XTEt2VLPT 1TReQflthBll7UbvJgMAyqjB9NtEQ2zD3eewhMG6jDbeL2Se/la9rdxHi4ualQIaXi /55jCoJR1Jndg== Date: Wed, 31 Mar 2021 20:43:57 +1100 From: Stephen Rothwell To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Mar 31 Message-ID: <20210331204357.4e439016@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/vgEOggfYqmiSZqnEgZ8ZvUV"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/vgEOggfYqmiSZqnEgZ8ZvUV Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, News: there will be no linux-next release on Friday or the following Monday. Changes since 20210330: The risc-v tree gained a conflict against Linus' tree. The amdgpu tree lost its build failure. The staging tree gained a conflict against the scmi tree. Non-merge commits (relative to Linus' tree): 8070 7884 files changed, 461929 insertions(+), 205606 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, 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 335 trees (counting Linus' and 87 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 (6ac86aae8928 Merge tag 's390-5.12-5' of git://git.ke= rnel.org/pub/scm/linux/kernel/git/s390/linux) Merging fixes/fixes (e71ba9452f0b Linux 5.11-rc2) Merging kbuild-current/fixes (bcbcf50f5218 kbuild: fix ld-version.sh to not= be affected by locale) Merging arc-current/for-curr (83520d62cc5a ARC: treewide: avoid the pointer= addition with NULL pointer) Merging arm-current/fixes (30e3b4f256b4 ARM: footbridge: fix PCI interrupt = mapping) Merging arm64-fixes/for-next/fixes (20109a859a9b arm64: kernel: disable CNP= on Carmel) Merging arm-soc-fixes/arm/fixes (67335b8d28cd Merge tag 'imx-fixes-5.12' of= git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixe= s) Merging drivers-memory-fixes/fixes (a38fd8748464 Linux 5.12-rc2) Merging m68k-current/for-linus (a65a802aadba m68k: Fix virt_addr_valid() W= =3D1 compiler warnings) Merging powerpc-fixes/fixes (53f1d31708f6 powerpc/mm/book3s64: Use the corr= ect storage key value when calling H_PROTECT) Merging s390-fixes/fixes (84d572e634e2 MAINTAINERS: add backups for s390 vf= io drivers) Merging sparc/master (05a59d79793d Merge git://git.kernel.org:/pub/scm/linu= x/kernel/git/netdev/net) Merging fscrypt-current/for-stable (d19d8d345eec fscrypt: fix inline encryp= tion not used on new files) Merging net/master (9adc89af724f net: let skb_orphan_partial wake-up waiter= s.) Merging bpf/master (861de02e5f3f bpf: Take module reference for trampoline = in module) Merging ipsec/master (c7dbf4c08868 xfrm: Provide private skb extensions for= segmented and hw offloaded ESP packets) CONFLICT (content): Merge conflict in net/ipv6/ip6_vti.c CONFLICT (content): Merge conflict in net/ipv4/ip_vti.c Merging netfilter/master (75887e881b19 Merge branch '40GbE' of git://git.ke= rnel.org/pub/scm/linux/kernel/git/tnguy/net-queue) Merging ipvs/master (75887e881b19 Merge branch '40GbE' of git://git.kernel.= org/pub/scm/linux/kernel/git/tnguy/net-queue) Merging wireless-drivers/master (bd83a2fc05ed brcmfmac: p2p: Fix recently i= ntroduced deadlock issue) Merging mac80211/master (6f235a69e594 ch_ktls: fix enum-conversion warning) Merging rdma-fixes/for-rc (a5e13c6df0e4 Linux 5.12-rc5) Merging sound-current/for-linus (417eadfdd9e2 ALSA: hda/realtek: fix mute/m= icmute LEDs for HP 640 G8) Merging sound-asoc-fixes/for-linus (85a42acf43b7 Merge remote-tracking bran= ch 'asoc/for-5.12' into asoc-linus) Merging regmap-fixes/for-linus (f29fd6d5a08d Merge remote-tracking branch '= regmap/for-5.12' into regmap-linus) Merging regulator-fixes/for-linus (1676953644ed Merge remote-tracking branc= h 'regulator/for-5.12' into regulator-linus) Merging spi-fixes/for-linus (b1f30c16e9ba Merge remote-tracking branch 'spi= /for-5.12' into spi-linus) Merging pci-current/for-linus (cf673bd0cc97 PCI: switchtec: Fix Spectre v1 = vulnerability) Merging driver-core.current/driver-core-linus (f0acf637d60f driver core: cl= ear deferred probe reason on probe retry) Merging tty.current/tty-linus (29d96eb26134 soc: qcom-geni-se: Cleanup the = code to remove proxy votes) Merging usb.current/usb-linus (93f672804bf2 usb: dwc2: Prevent core suspend= when port connection flag is 0) Merging usb-gadget-fixes/fixes (a38fd8748464 Linux 5.12-rc2) Merging usb-serial-fixes/usb-linus (1e28eed17697 Linux 5.12-rc3) Merging usb-chipidea-fixes/for-usb-fixes (cf97d7af2468 usb: cdnsp: Fixes is= sue with dequeuing requests after disabling endpoint) Merging phy/fixes (da848f9a0e13 phy: qcom-qmp: add hbr3_hbr2 voltage and pr= emphasis swing table) Merging staging.current/staging-linus (e78836ae76d2 staging: rtl8192e: Chan= ge state information from u16 to u8) Merging char-misc.current/char-misc-linus (3756b6578709 Merge tag 'icc-5.12= -rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char= -misc-linus) Merging soundwire-fixes/fixes (fde5d7f27108 soundwire: bus: Fix device foun= d flag correctly) Merging thunderbolt-fixes/fixes (08fe7ae18570 thunderbolt: Fix off by one i= n tb_port_find_retimer()) Merging input-current/for-linus (56cfe6f820a6 Input: elants_i2c - drop zero= -checking of ABS_MT_TOUCH_MAJOR resolution) Merging crypto-current/master (0de9dc80625b hwrng: timeriomem - Use device-= managed registration API) Merging ide/master (6800cd8cbc6e ide-acpi: use %*ph to print small buffer) Merging vfio-fixes/for-linus (e0146a108ce4 vfio/nvlink: Add missing SPAPR_T= CE_IOMMU depends) Merging kselftest-fixes/fixes (a38fd8748464 Linux 5.12-rc2) Merging modules-fixes/modules-linus (57baec7b1b04 scripts/nsdeps: make sure= to pass all module source files to spatch) Merging dmaengine-fixes/fixes (868833fbffbe dmaengine: xilinx: dpdma: Fix r= ace condition in done IRQ) Merging backlight-fixes/for-backlight-fixes (a38fd8748464 Linux 5.12-rc2) Merging mtd-fixes/mtd/fixes (2fb164f0ce95 mtd: rawnand: mtk: Fix WAITRDY br= eak condition and timeout) Merging mfd-fixes/for-mfd-fixes (a61f4661fba4 mfd: intel_quark_i2c_gpio: Re= vert "Constify static struct resources") Merging v4l-dvb-fixes/fixes (0e37b4fa67f5 media: coda: fix macroblocks coun= t control usage) Merging reset-fixes/reset/fixes (b460e0a9e240 reset: intel: add unspecified= HAS_IOMEM dependency) Merging mips-fixes/mips-fixes (9ae31e2ab293 MIPS: kernel: setup.c: fix comp= ilation error) Merging at91-fixes/at91-fixes (2c69c8a1736e ARM: dts: at91: sam9x60: fix mu= x-mask to match product's datasheet) Merging omap-fixes/fixes (a3efe3f6d0eb ARM: OMAP2+: Fix warning for omap_in= it_time_of()) Merging kvm-fixes/master (0b9fba6bf7cd KVM: x86: hyper-v: Properly divide m= aybe-negative 'hv_clock->system_time' in compute_tsc_page_parameters()) Merging kvms390-fixes/master (735931f9a51a MAINTAINERS: add uv.c also to KV= M/s390) Merging hwmon-fixes/hwmon (a38fd8748464 Linux 5.12-rc2) Merging nvdimm-fixes/libnvdimm-fixes (7018c897c2f2 libnvdimm/dimm: Avoid ra= ce between probe and available_slots_show()) Merging btrfs-fixes/next-fixes (3b7ec4d1b5cb Merge branch 'misc-5.12' into = next-fixes) Merging vfs-fixes/fixes (7f6c411c9b50 hostfs: fix memory handling in follow= _link()) Merging dma-mapping-fixes/for-linus (d17405d52bac dma-mapping: benchmark: f= ix kernel crash when dma_map_single fails) Merging i3c-fixes/i3c/fixes (fe07bfda2fb9 Linux 5.12-rc1) Merging drivers-x86-fixes/fixes (d1635448f110 platform/x86: intel_pmc_core:= Ignore GBE LTR on Tiger Lake platforms) Merging samsung-krzk-fixes/fixes (a38fd8748464 Linux 5.12-rc2) Merging pinctrl-samsung-fixes/fixes (a38fd8748464 Linux 5.12-rc2) Merging devicetree-fixes/dt/linus (8242ff9ea9f0 dt-bindings: display: media= tek,dpi: Convert to use graph schema) Merging scsi-fixes/fixes (9e67600ed6b8 scsi: iscsi: Fix race condition betw= een login and sync thread) Merging drm-fixes/drm-fixes (09d78dde88ef Merge tag 'drm-msm-fixes-2021-02-= 25' of https://gitlab.freedesktop.org/drm/msm into drm-fixes) Merging amdgpu-fixes/drm-fixes (2c409ba81be2 drm/radeon: fix si_enable_smc_= cac() failed issue) Merging drm-intel-fixes/for-linux-next-fixes (a5e13c6df0e4 Linux 5.12-rc5) Merging mmc-fixes/fixes (a5e13c6df0e4 Linux 5.12-rc5) Merging rtc-fixes/rtc-fixes (bd33335aa93d rtc: cmos: Disable irq around dir= ect invocation of cmos_interrupt()) Merging gnss-fixes/gnss-linus (a38fd8748464 Linux 5.12-rc2) Merging hyperv-fixes/hyperv-fixes (37df9f3fedb6 video: hyperv_fb: Fix a dou= ble free in hvfb_probe) Merging soc-fsl-fixes/fix (2663b3388551 soc: fsl: dpio: Get the cpumask thr= ough cpumask_of(cpu)) Merging risc-v-fixes/fixes (e641318db4c2 riscv: Drop const annotation for s= p) Merging pidfd-fixes/fixes (d3fed0da34e9 file: fix close_range() for unshare= +cloexec) Merging fpga-fixes/fixes (2e8496f31d0b firmware: stratix10-svc: reset COMMA= ND_RECONFIG_FLAG_PARTIAL to 0) Merging spdx/spdx-linus (88fe49249c99 Merge tag 'char-misc-5.12-rc3' of git= ://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc) Merging gpio-brgl-fixes/gpio/for-current (6cb59afe9e5b gpiolib: Assign fwno= de to parent's if no primary one provided) Merging gpio-intel-fixes/fixes (b41ba2ec54a7 gpiolib: Read "gpio-line-names= " from a firmware node) Merging pinctrl-intel-fixes/fixes (39c1f1bd8adf pinctrl: intel: check REVID= register value for device presence) Merging erofs-fixes/fixes (9f377622a484 erofs: fix bio->bi_max_vecs behavio= r change) Merging integrity-fixes/fixes (843385694721 evm: Fix a small race in init_d= esc()) Merging kunit-fixes/kunit-fixes (7fd53f41f771 kunit: tool: Disable PAGE_POI= SONING under --alltests) Merging ubifs-fixes/fixes (78c7d49f55d8 ubifs: journal: Make sure to not di= rty twice for auth nodes) Merging memblock-fixes/fixes (17cbe03872be mm/memblock: Fix typo in comment= of memblock_phys_alloc_try_nid()) Merging cel-fixes/for-rc (a5e13c6df0e4 Linux 5.12-rc5) Merging drm-misc-fixes/for-linux-next-fixes (014305d00198 drivers: gpu: drm= : xen_drm_front_drm_info is declared twice) Merging kspp-gustavo/for-next/kspp (36f9ff9e03de lib: Fix fall-through warn= ings for Clang) Merging kbuild/for-next (8666fc819b7e Merge branch 'kconfig' into for-next) Merging compiler-attributes/compiler-attributes (19c329f68089 Linux 5.11-rc= 4) Merging dma-mapping/for-next (84fcfbdadbfd dma-mapping: remove a pointless = empty line in dma_alloc_coherent) Merging asm-generic/master (38489db09b10 Merge branch 'asm-generic-fixes' i= nto asm-generic) Merging arc/for-next (def9d2780727 Linux 5.5-rc7) Merging arm/for-next (0ae6d1f52670 Merge branches 'fixes' and 'misc' into f= or-next) Merging arm64/for-next/core (1f6890b1bf84 Merge branches 'for-next/misc', '= for-next/kselftest', 'for-next/xntable', 'for-next/vdso', 'for-next/fiq', '= for-next/epan' and 'for-next/kasan-vmalloc' into for-next/core) CONFLICT (content): Merge conflict in arch/arm64/include/asm/cpucaps.h Merging arm-perf/for-next/perf (e20ac6c54a93 perf/arm_pmu_platform: Clean u= p with dev_printk) Merging arm-soc/for-next (a57e29abb79d soc: document merges) Merging actions/for-next (006828d706fd Merge branch 'v5.12/defconfig' into = for-next) Merging amlogic/for-next (cf4b8849e4c2 Merge branch 'v5.13/dt64' into tmp/a= ml-rebuild) Merging aspeed/for-next (697dabd5d370 Merge branches 'soc-for-v5.12' and 'd= t-for-v5.12' into for-next) Merging at91/at91-next (10de02ce51f0 Merge branches 'at91-soc' and 'at91-de= fconfig' into at91-next) Merging drivers-memory/for-next (923f1fc28897 memory: tegra20: Protect debu= g code with a lock) Merging imx-mxs/for-next (1f0f76f795d5 Merge branch 'imx/defconfig' into fo= r-next) Merging keystone/next (9d2e21ed98a2 Merge branch 'for_5.12/drivers-soc' int= o next) Merging mediatek/for-next (03a87b2c45b0 Merge branch 'v5.12-next/soc' into = for-next) Merging mvebu/for-next (8e03d45cb7de Merge branch 'mvebu/dt64' into mvebu/f= or-next) Merging omap/for-next (159a17f5b3a9 Merge branch 'omap-for-v5.13/dt-v2' int= o for-next) Merging qcom/for-next (86827451f738 Merge branches 'arm64-defconfig-for-5.1= 3', 'arm64-for-5.13' and 'drivers-for-5.13' into for-next) Merging raspberrypi/for-next (fbdcf1d20126 ARM: dts: bcm2711: Add the CEC i= nterrupt controller) Merging realtek/for-next (486f29df6941 Merge branch 'v5.8/dt' into next) Merging renesas/next (d084e52e5b7b Merge branch 'renesas-arm-dt-for-v5.13' = into renesas-next) Merging reset/reset/next (d4e4dffec50b reset: oxnas: replace file name with= short description) Merging rockchip/for-next (3b6c3c12b77c Merge branch 'v5.13-armsoc/dts64' i= nto for-next) Merging samsung-krzk/for-next (67518feb5fda Merge branch 'next/dt' into for= -next) Merging scmi/for-linux-next (6f3b0a67ecd5 Merge branch 'for-next/scmi' of g= it://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into for-li= nux-next) Merging stm32/stm32-next (14c9e23369f1 ARM: dts: stm32: enable the analog f= ilter for all I2C nodes in stm32mp151) Merging sunxi/sunxi/for-next (582cfdb9d206 Merge branch 'sunxi/clk-for-5.13= ' into sunxi/for-next) Merging tegra/for-next (c064a4031d7f Merge branch for-5.13/arm64/dt into fo= r-next) Merging ti-k3/ti-k3-next (1e3d655fe7b4 Merge branch 'ti-k3-config-next' int= o ti-k3-next) Merging ti-k3-new/ti-k3-next (9437499086c2 arm64: dts: ti: k3-j7200: Add su= pport for higher speed modes and update delay select values for MMCSD subsy= stems) Merging clk/clk-next (9575aeae2cd1 Merge branch 'clk-cleanup' into clk-next) Merging clk-imx/for-next (457bf98dda5a clk: imx: Reference preceded by free) Merging clk-renesas/renesas-clk (f2fb4fe62390 clk: renesas: Zero init clk_i= nit_data) Merging clk-samsung/for-next (44a9e78f9242 clk: samsung: Prevent potential = endless loop in the PLL ops) Merging csky/linux-next (74cdb2664477 csky: Fixup typos) Merging h8300/h8300-next (6e5e55227c95 Merge tag 'v5.11' into h8300-next) Merging m68k/for-next (152ec0d0d0e1 m68k: defconfig: Update defconfigs for = v5.12-rc1) Merging m68knommu/for-next (613c80ba1c95 m68k: fix flatmem memory model set= up) Merging microblaze/next (bbcee72c2f7a microblaze: Fix a typo) Merging mips/mips-next (f681c11bae9a mips/sgi-ip27: Delete obsolete TODO fi= le) Merging nds32/next (40e0dd851e7b nds32: Fix bogus reference to ) Merging nios2/for-next (7f7bc20bc41a nios2: Don't use _end for calculating = min_low_pfn) Merging openrisc/for-next (8f722f67452f openrisc: Use devicetree to determi= ne present cpus) Merging parisc-hd/for-next (711d090f0e02 parisc: syscalls: switch to generi= c syscallhdr.sh) Merging powerpc/next (69931cc387cc powerpc/powernv: Remove unneeded variabl= e: "rc") Merging fsl/next (a76bea0287ce powerpc/kmcent2: add ranges to the pci bridg= es) Merging soc-fsl/next (e95f287deed2 soc: fsl: handle RCPM errata A-008646 on= SoC LS1021A) Merging risc-v/for-next (7d0bc44bd0ea kbuild: buildtar: add riscv support) CONFLICT (content): Merge conflict in arch/riscv/mm/kasan_init.c Merging s390/for-next (e10e71c5f1e3 Merge branch 'features' into for-next) Merging sh/for-next (2882b7626f49 sh: kernel: traps: remove unused variable) Merging sparc-next/master (dd0d718152e4 Merge tag 'spi-fix-v5.8-rc2' of git= ://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi) Merging uml/linux-next (ddad5187fc2a um: irq.h: include ) Merging xtensa/xtensa-for-next (ea7737109dfe xtensa: fix uaccess-related li= velock in do_page_fault) Merging pidfd/for-next (8fac44cbbaa2 Merge branch 'fs/idmapped_mounts/helpe= rs' into for-next) Merging fscrypt/master (a14d0b676491 fscrypt: allow deleting files with uns= upported encryption policy) Merging fscache/fscache-next (42587ccf2ed5 afs: Use the fscache_write_begin= () helper) CONFLICT (content): Merge conflict in fs/afs/write.c Merging afs/afs-next (8409f67b6437 afs: Adjust the fileserver rotation algo= rithm to reprobe/retry more quickly) Merging btrfs/for-next (0b03de74583e Merge branch 'for-next-next-v5.12-2021= 0329' into for-next-20210329) Merging ceph/master (558b4510f622 ceph: defer flushing the capsnap if the F= b is used) Merging cifs/for-next (a5e13c6df0e4 Linux 5.12-rc5) Merging cifsd/cifsd-for-next (d0a9d48b42ed Merge pull request #35 from namj= aejeon/cifsd-for-next) Merging configfs/for-next (14fbbc829772 configfs: fix a use-after-free in _= _configfs_open_file) Merging ecryptfs/next (902af369942f ecryptfs: use DEFINE_MUTEX() for mutex = lock) Merging erofs/dev (0b964600d3aa erofs: complete a missing case for inplace = I/O) Merging exfat/dev (f9b23f1f6ca0 exfat: speed up iterate/lookup by fixing st= art point of traversing cluster chain) Merging ext3/for_next (4a140c918e21 Pull fanotify cleanup from Christian) Merging ext4/dev (64395d950bc4 ext4: initialize ret to suppress smatch warn= ing) Merging f2fs/dev (823d13e12b6c f2fs: fix to cover __allocate_new_section() = with curseg_lock) Merging fsverity/fsverity (07c99001312c fs-verity: support reading signatur= e with ioctl) Merging fuse/for-next (0d02ec6b3136 Linux 5.12-rc4) Merging jfs/jfs-next (b462cecfa323 fs: Fix typo issue) Merging nfs/linux-next (a5e13c6df0e4 Linux 5.12-rc5) Merging nfs-anna/linux-next (4f8be1f53bf6 nfs: we don't support removing sy= stem.nfs4_acl) Merging nfsd/nfsd-next (c3213d260a23 SUNRPC: Fix oops in the rpc_xdr_buf ev= ent class) Merging cel/for-next (895577c5c1ca UAPI: nfsfh.h: Replace one-element array= with flexible-array member) Merging orangefs/for-next (c1048828c3db orangefs: add splice file operation= s) Merging overlayfs/overlayfs-next (d46b7cd68336 ovl: plumb through flush met= hod) Merging ubifs/next (42119dbe571e ubifs: Fix error return code in alloc_wbuf= s()) Merging v9fs/9p-next (f8b139e2f241 fs: 9p: fix v9fs_file_open writeback fid= error check) Merging xfs/for-next (25dfa65f8149 xfs: fix xfs_trans slab cache name) Merging zonefs/for-next (6980d29ce4da zonefs: fix to update .i_wr_refcnt co= rrectly in zonefs_open_zone()) Merging iomap/iomap-for-next (ad89b66cbad1 iomap: improve the warnings from= iomap_swapfile_activate) Merging djw-vfs/vfs-for-next (9b8523423b23 vfs: move __sb_{start,end}_write= * to fs.h) Merging file-locks/locks-next (b8da9b10e26c fs/locks: print full locks info= rmation) Merging vfs/for-next (f85ebc25fa88 Merge branch 'work.misc' into for-next) CONFLICT (content): Merge conflict in fs/cifs/file.c Merging printk/for-next (e19c1133f306 Merge branch 'printk-rework' into for= -next) Merging pci/next (a305a5b25e60 Merge branch 'remotes/lorenzo/pci/misc') Merging pstore/for-next/pstore (7db688e99c0f pstore/ram: Rate-limit "uncorr= ectable error in header" message) Merging hid/for-next (16546ac007c3 Merge branch 'for-5.13/surface-system-ag= gregator-intergration' into for-next) Merging i2c/i2c/for-next (2acaad748aa8 Merge branch 'i2c/for-current' into = i2c/for-next) Merging i3c/i3c/next (e43d5c7c3c34 dt-bindings: i3c: Fix silvaco,i3c-master= -v1 compatible string) Merging dmi/dmi-for-next (3cb4d29a2633 MAINTAINERS: The DMI/SMBIOS tree has= moved) Merging hwmon-staging/hwmon-next (02bb6badc9fb hwmon: (mlxreg-fan) Add supp= ort for fan drawers capability and present registers) Merging jc_docs/docs-next (212209cff89f docs: kernel-doc: properly recogniz= e parameter lines with colons) Merging v4l-dvb/master (97b34809ec24 media: staging: atomisp: reduce kernel= stack usage) CONFLICT (content): Merge conflict in MAINTAINERS Merging v4l-dvb-next/master (1e28eed17697 Linux 5.12-rc3) Merging fbdev/fbdev-for-next (732146a3f1dc video: fbdev: imxfb: fix a typo = in imxfb_probe()) Merging pm/linux-next (506a524e05e2 Merge branches 'acpi-scan' and 'acpi-pr= ocessor-fixes' into linux-next) Merging cpufreq-arm/cpufreq/arm/linux-next (c3135d28a1e0 cpufreq: dt: dev_p= m_opp_of_cpumask_add_table() may return -EPROBE_DEFER) Merging cpupower/cpupower (a38fd8748464 Linux 5.12-rc2) Merging devfreq/devfreq-next (3dee37a4b6ae PM / devfreq: imx8m-ddrc: Remove= unneeded of_match_ptr()) Merging opp/opp/linux-next (a8bb0e872bfb memory: samsung: exynos5422-dmc: C= onvert to use resource-managed OPP API) Merging thermal/thermal/linux-next (676abaf5206b thermal/drivers/qcom-spmi-= temp-alarm: Add support for GEN2 rev 1 PMIC peripherals) Merging thermal-rzhang/next (54ecb8f7028c Linux 5.4-rc1) Merging thermal-soc/next (6c375eccded4 thermal: db8500: Rewrite to be a pur= e OF sensor) Merging ieee1394/for-next (67f8e65e4fc1 firewire: net: remove set but not u= sed variable 'guid') Merging dlm/next (2fd8db2dd05d fs: dlm: fix missing unlock on error in acce= pt_from_sock()) Merging swiotlb/linux-next (2cbc2776efe4 swiotlb: remove swiotlb_nr_tbl) Merging rdma/for-next (adb76a520d06 IB/isert: Fix a use after free in isert= _connect_request) Merging net-next/master (65550f03e98b Merge branch 'mptcp-subflow-disconnec= ted') CONFLICT (content): Merge conflict in include/linux/bpf.h CONFLICT (content): Merge conflict in MAINTAINERS Merging bpf-next/for-next (235fc0e36d35 bpf: Remove redundant assignment of= variable id) Merging ipsec-next/master (6ad2dd6c14d3 ipv6: fix clang Wformat warning) Merging mlx5-next/mlx5-next (26bf30902c10 net/mlx5: Use order-0 allocations= for EQs) Merging netfilter-next/master (e9a46fdd02b9 netfilter: nftables: remove unn= ecessary spin_lock_init()) Merging ipvs-next/master (a1281601f88e farsync: use DEFINE_SPINLOCK() for s= pinlock) Merging wireless-drivers-next/master (13ce240a932f rtw88: 8822c: support FW= crash dump when FW crash) Merging bluetooth/master (d58cf00dcedb Bluetooth: Increment management inte= rface revision) Merging mac80211-next/master (4b837ad53be2 Merge branch 'netfilter-flowtabl= e') Merging gfs2/for-next (970ed3f32232 gfs2: Fix dir.c function parameter desc= riptions) Merging mtd/mtd/next (28f0be44b263 include: linux: mtd: Remove duplicate in= clude of nand.h) Merging nand/nand/next (bd9c9fe2ad04 mtd: rawnand: bbt: Skip bad blocks whe= n searching for the BBT in NAND) Merging spi-nor/spi-nor/next (79321e752aff mtd: spi-nor: core: Update comme= nt about the default flash parameters) Merging crypto/master (10cb823bbacd crypto: nx - fix incorrect kernel-doc c= omment syntax in files) Merging drm/drm-next (fe8a057839fc Merge tag 'drm-next-20210322' of git://l= inuxtv.org/pinchartl/media into drm-next) CONFLICT (content): Merge conflict in drivers/gpu/drm/omapdrm/dss/dsi.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/pm/powerplay/hwmg= r/smu7_hwmgr.c CONFLICT (content): Merge conflict in drivers/gpu/drm/amd/amdgpu/amdgpu_dev= ice.c Applying: merge fix for "drm: Switch to %p4cc format modifier" Merging drm-misc/for-linux-next (e488b1023a4a drm/ingenic: Register devm ac= tion to cleanup encoders) Merging amdgpu/drm-next (15099ddd95f9 drm/amdgpu/display: guard ttu_regs wi= th CONFIG_DRM_AMD_DC_DCN) CONFLICT (content): Merge conflict in drivers/gpu/drm/ttm/ttm_tt.c Merging drm-intel/for-linux-next (25926cd856be drm/i915/selftest: Add remap= /rotate vma subtests when dst_stride!=3Dwidth/height) CONFLICT (content): Merge conflict in drivers/gpu/drm/i915/display/intel_dp= _link_training.c Merging drm-tegra/drm/tegra/for-next (f064c4826e34 drm/tegra: Support secto= r layout on Tegra194) Merging drm-msm/msm-next (627dc55c273d drm/msm/disp/dpu1: icc path needs to= be set before dpu runtime resume) Merging imx-drm/imx-drm/next (82581fcf070b drm/modes: add non-OF stub for o= f_get_drm_display_mode) Merging etnaviv/etnaviv/next (7d614ab2f205 drm/etnaviv: fix NULL check befo= re some freeing functions is not needed) Merging regmap/for-next (5af7bd5b148a Merge remote-tracking branch 'regmap/= for-5.13' into regmap-next) Merging sound/for-next (5b1ed7df0133 Merge tag 'tags/mute-led-rework' into = for-next) Merging sound-asoc/for-next (965028eed0e9 Merge remote-tracking branch 'aso= c/for-5.13' into asoc-next) Merging modules/modules-next (33121347fb1c module: treat exit sections the = same as init sections when !CONFIG_MODULE_UNLOAD) Merging input/next (73e7f1732e80 Input: imx_keypad - convert to a DT-only d= river) Merging block/for-next (cf81375d40de Merge branch 'for-5.13/libata' into fo= r-next) Merging device-mapper/for-next (db7b93e38106 dm integrity: add the "reset_r= ecalculate" feature flag) Merging pcmcia/pcmcia-next (e9d503fef7da pcmcia: rsrc_nonstatic: Fix call-b= ack function as reference formatting) Merging mmc/next (25e8b9eb096d mmc: sdhci-esdhc-imx: separate 100/200 MHz p= inctrl states check) Merging mfd/for-mfd-next (43e72121b5f6 mfd: intel_quark_i2c_gpio: Don't pla= y dirty trick with const) Merging backlight/for-backlight-next (225be60f3853 dt-bindings: backlight: = qcom-wled: Add PMI8994 compatible) Merging battery/for-next (3aeaf5093809 power: reset: replace curly brackets= in Makefile) Merging regulator/for-next (1baf2b66e886 Merge remote-tracking branch 'regu= lator/for-5.13' into regulator-next) Merging security/next-testing (215042ece980 Merge branch 'landlock_lsm' int= o next-testing) CONFLICT (content): Merge conflict in include/uapi/asm-generic/unistd.h CONFLICT (content): Merge conflict in arch/xtensa/kernel/syscalls/syscall.t= bl CONFLICT (content): Merge conflict in arch/x86/entry/syscalls/syscall_64.tbl CONFLICT (content): Merge conflict in arch/x86/entry/syscalls/syscall_32.tbl CONFLICT (content): Merge conflict in arch/sparc/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/sh/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/s390/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/powerpc/kernel/syscalls/syscall.= tbl CONFLICT (content): Merge conflict in arch/parisc/kernel/syscalls/syscall.t= bl CONFLICT (content): Merge conflict in arch/mips/kernel/syscalls/syscall_o32= .tbl CONFLICT (content): Merge conflict in arch/mips/kernel/syscalls/syscall_n64= .tbl CONFLICT (content): Merge conflict in arch/mips/kernel/syscalls/syscall_n32= .tbl CONFLICT (content): Merge conflict in arch/microblaze/kernel/syscalls/sysca= ll.tbl CONFLICT (content): Merge conflict in arch/m68k/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/ia64/kernel/syscalls/syscall.tbl CONFLICT (content): Merge conflict in arch/arm64/include/asm/unistd32.h CONFLICT (content): Merge conflict in arch/arm64/include/asm/unistd.h CONFLICT (content): Merge conflict in arch/arm/tools/syscall.tbl CONFLICT (content): Merge conflict in arch/alpha/kernel/syscalls/syscall.tbl Merging apparmor/apparmor-next (d108370c644b apparmor: fix error check) Merging integrity/next-integrity (92063f3ca73a integrity: double check iint= _cache was initialized) Merging keys/keys-next (e377c31f788f integrity: Load mokx variables into th= e blacklist keyring) Merging safesetid/safesetid-next (03ca0ec13892 LSM: SafeSetID: Fix warnings= reported by test bot) Merging selinux/next (1fb057dcde11 smack: differentiate between subjective = and objective task credentials) Merging smack/next (7ef4c19d245f smackfs: restrict bytes count in smackfs w= rite functions) Merging tomoyo/master (4e53d1701b57 tomoyo: don't special case PF_IO_WORKER= for PF_KTHREAD) Merging tpmdd/next (8b12a62a4e3e Merge tag 'drm-fixes-2021-03-19' of git://= anongit.freedesktop.org/drm/drm) Merging watchdog/master (1e28eed17697 Linux 5.12-rc3) Merging iommu/next (7851dfc68810 Merge branches 'iommu/fixes', 'unisoc', 'x= 86/vt-d' and 'core' into next) Merging audit/next (d4ceb1d6e732 audit: avoid -Wempty-body warning) Merging devicetree/for-next (31e46db02ac1 of: base: Fix spelling issue with= function param 'prop') Merging mailbox/mailbox-for-next (6b50df2b8c20 mailbox: arm_mhuv2: Skip cal= ling kfree() with invalid pointer) Merging spi/for-next (16382481bda7 Merge remote-tracking branch 'spi/for-5.= 13' into spi-next) Merging tip/auto-latest (e571028ea527 Merge branch 'core/entry') Applying: x86: fix up for "bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog,= 5) for BPF_TRAMP_F_CALL_ORIG" Merging clockevents/timers/drivers/next (323397ef4d00 clocksource/drivers/d= w_apb_timer_of: Add handling for potential memory leak) Merging edac/edac-for-next (faf042d15093 Merge branch 'edac-amd64' into eda= c-for-next) Merging irqchip/irq/irqchip-next (5fbecd2389f4 irqchip/ingenic: Add support= for the JZ4760) Merging ftrace/for-next (70193038a6ec tracing: Update create_system_filter(= ) kernel-doc comment) CONFLICT (content): Merge conflict in arch/x86/kernel/kprobes/ftrace.c Merging rcu/rcu/next (1a0dfc099c1e rcu-tasks: Make ksoftirqd provide RCU Ta= sks quiescent states) Merging kvm/next (4a98623d5d90 KVM: x86/mmu: Mark the PAE roots as decrypte= d for shadow paging) Merging kvm-arm/next (40acb795bffd Merge branch 'kvm-arm64/host-stage2' int= o kvmarm-master/next) Merging kvm-ppc/kvm-ppc-next (72476aaa4691 KVM: PPC: Book3S HV: Fix host ra= dix SLB optimisation with hash guests) Merging kvms390/next (c3171e94cc1c KVM: s390: VSIE: fix MVPG handling for p= refixing and MSO) Merging xen-tip/linux-next (a846738f8c37 xen-blkback: don't leak persistent= grants from xen_blkbk_map()) Merging percpu/for-next (df1c002198a8 Merge branch 'for-5.12' into for-next) Merging workqueues/for-next (a7347aa8e061 workqueue: Move the position of d= ebug_work_activate() in __queue_work()) Merging drivers-x86/for-next (36974daf5388 platform/x86: intel_pmc_core: Ig= nore GBE LTR on Tiger Lake platforms) CONFLICT (content): Merge conflict in drivers/platform/x86/thinkpad_acpi.c Merging chrome-platform/for-next (a38fd8748464 Linux 5.12-rc2) Merging hsi/for-next (aa57e77b3d28 HSI: Fix PM usage counter unbalance in s= si_hw_init) Merging leds/for-next (d9dfac5419d0 leds: rt4505: Add support for Richtek R= T4505 flash LED controller) Merging ipmi/for-next (c053c4eb5a0f ipmi: Handle device properties with sof= tware node API) Merging driver-core/driver-core-next (d225ef6fda7c base: dd: fix error retu= rn code of driver_sysfs_add()) Merging usb/usb-next (e5242861ec6a usb: gadget: s3c: Fix the error handling= path in 's3c2410_udc_probe()') Merging usb-gadget/next (a38fd8748464 Linux 5.12-rc2) Merging usb-serial/usb-next (764de1059b97 USB: serial: pl2303: TA & TB alte= rnate divider with non-standard baud rates) Merging usb-chipidea-next/for-usb-next (0534e39c95a0 usb: cdns3: Optimize D= MA request buffer allocation) CONFLICT (content): Merge conflict in drivers/usb/typec/tipd/core.c CONFLICT (content): Merge conflict in drivers/usb/dwc3/gadget.c Merging tty/tty-next (211b4d42b70f tty: fix memory leak in vc_deallocate) Merging char-misc/char-misc-next (d72260cc7879 Documentation: fpga: dfl: Ad= d description for DFL UIO support) Merging extcon/extcon-next (cf947ad92675 extcon: qcom-spmi: Add support for= VBUS detection) Merging phy-next/next (3f2ec77c954c phy: qcom-qmp: add hbr3_hbr2 voltage an= d premphasis swing table) Merging soundwire/next (06dd96738d61 soundwire: qcom: wait for enumeration = to be complete in probe) Merging thunderbolt/next (2e7a5b3e2236 thunderbolt: Unlock on error path in= tb_domain_add()) Merging vfio/next (4d83de6da265 vfio/type1: Batch page pinning) Merging staging/staging-next (305271ab4f54 staging: rtl8723bs: remove unuse= d macros in include/drv_types.c) CONFLICT (content): Merge conflict in drivers/iio/common/scmi_sensors/scmi_= iio.c Applying: iio: adc: merge fix for "spi: core: remove 'delay_usecs' field fr= om spi_transfer" Merging mux/for-next (3516bd729358 Merge tag 's390-5.11-3' of git://git.ker= nel.org/pub/scm/linux/kernel/git/s390/linux) Merging icc/icc-next (27d19a8b4abb Merge branch 'icc-fixes' into icc-next) Merging dmaengine/next (84b0aa2e0d91 dmaengine: dw-edma: Add pcim_iomap_tab= le return check) Merging cgroup/for-next (00bfa16052cd Merge branch 'for-5.11-fixes' into fo= r-next) Merging scsi/for-next (4adafddf2cd9 Merge branch 'misc' into for-next) Merging scsi-mkp/for-next (e27f3c88e250 scsi: myrs: Make symbols DAC960_{GE= M/BA/LP}_privdata static) Merging vhost/linux-next (723c7003c1ab vdpa: introduce virtio pci driver) Merging rpmsg/for-next (2c2564b9d64d Merge branches 'hwspinlock-next', 'rpm= sg-next' and 'rproc-next' into for-next) Merging gpio/for-next (7ac554888233 MAINTAINERS: Remove reference to non-ex= isting file) Merging gpio-brgl/gpio/for-next (9d940ab72645 selftests: gpio: add test cas= es for gpio-sim) Merging gpio-intel/for-next (6c46215d6b62 gpio: sch: Hook into ACPI GPE han= dler to catch GPIO edge events) Merging pinctrl/for-next (624a401326ba Merge branch 'devel' into for-next) Merging pinctrl-intel/for-next (5b613df3f499 pinctrl: intel: No need to dis= able IRQs in the handler) Merging pinctrl-renesas/renesas-pinctrl (61232cd6efca pinctrl: renesas: r8a= 7791: Add bias pinconf support) Merging pinctrl-samsung/for-next (a38fd8748464 Linux 5.12-rc2) Merging pwm/for-next (9666cec380d6 pwm: Drop function pwmchip_add_with_pola= rity()) Merging userns/for-next (95ebabde382c capabilities: Don't allow writing amb= iguous v3 file capabilities) Merging ktest/for-next (170f4869e662 ktest.pl: Fix the logic for truncating= the size of the log file for email) Merging random/dev (ab9a7e27044b random: avoid warnings for !CONFIG_NUMA bu= ilds) Merging kselftest/next (ea2c679edc41 selftests/timers: Fix spelling mistake= "clocksourc" -> "clocksource") Merging y2038/y2038 (c4e71212a245 Revert "drm/etnaviv: reject timeouts with= tv_nsec >=3D NSEC_PER_SEC") Merging livepatching/for-next (c150bbbb1731 Merge branch 'for-5.13/signal' = into for-next) Merging coresight/next (1efbcec2ef8c coresight: cti: Reduce scope for the v= ariable =E2=80=9Ccs_fwnode=E2=80=9D in cti_plat_create_connection()) Merging rtc/rtc-next (8d69f62fddf6 rtc: rx6110: add ACPI bindings to I2C) Merging nvdimm/libnvdimm-for-next (30c10d32152d Merge branch 'for-5.12/cxl'= into libnvdimm-for-next) Merging at24/at24/for-next (fe07bfda2fb9 Linux 5.12-rc1) Merging ntb/ntb-next (5c8fe583cce5 Linux 5.11-rc1) Merging seccomp/for-next/seccomp (a3fc712c5b37 seccomp: Fix "cacheable" typ= o in comments) Merging kspp/for-next/kspp (414eece95b98 Merge tag 'clang-lto-v5.12-rc1-par= t2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux) Merging gnss/gnss-next (994adcbd3714 gnss: drop stray semicolons) Merging fsi/next (4a851d714ead fsi: aspeed: Support CFAM reset GPIO) Merging slimbus/for-next (0320ed0a8236 drivers: slimbus: Fix word resposibl= e -> responsible in slimbus.h) CONFLICT (content): Merge conflict in drivers/nvmem/Kconfig Merging nvmem/for-next (9e1a5761c274 nvmem: qfprom: Add support for fuse bl= owing on sc7280) Merging xarray/main (80c1dbebf308 XArray: Fix splitting to non-zero orders) Merging hyperv/hyperv-next (6dc2a774cb4f x86/Hyper-V: Support for free page= reporting) CONFLICT (content): Merge conflict in arch/x86/include/asm/mshyperv.h Applying: fix up for "x86/paravirt: Switch time pvops functions to use stat= ic_call()" Merging auxdisplay/auxdisplay (701454bce906 auxdisplay: Remove in_interrupt= () usage.) Merging kgdb/kgdb/for-next (2bbd9b0f2b4e kernel: debug: Ordinary typo fixes= in the file gdbstub.c) Merging hmm/hmm (fe07bfda2fb9 Linux 5.12-rc1) Merging fpga/for-next (9a8d3cda8daf fpga: dfl: afu: harden port enable logi= c) Merging kunit/test (a38fd8748464 Linux 5.12-rc2) Merging generic-ioremap/for-next (4bdc0d676a64 remove ioremap_nocache and d= evm_ioremap_nocache) Merging cfi/cfi/next (a38fd8748464 Linux 5.12-rc2) Merging kunit-next/kunit (2f9f21cdcd71 kunit: Match parenthesis alignment t= o improve code readability) Merging trivial/for-next (9ff9b0d392ea Merge tag 'net-next-5.10' of git://g= it.kernel.org/pub/scm/linux/kernel/git/netdev/net-next) Merging zx2c4/for-next (16fbf79b0f83 Linux 5.6-rc7) Merging mhi/mhi-next (9e40641f62cd bus: mhi: core: Check state before proce= ssing power_down) Merging memblock/for-next (097d43d85704 mm: memblock: remove return value o= f memblock_free_all()) Merging init/init-user-pointers (38b082236e77 initramfs: use vfs_utimes in = do_copy) Merging counters/counters (e71ba9452f0b Linux 5.11-rc2) Merging iomem-mmap-vs-gup/topic/iomem-mmap-vs-gup (5f962ee843e6 mm: unexpor= t follow_pfn) Merging rust/rust-next (98898dfbdf72 Rust support) CONFLICT (content): Merge conflict in Makefile Merging akpm-current/current (b7cb754d63da mm/vmalloc: print correct vmallo= c allocation size) CONFLICT (content): Merge conflict in include/linux/bitmap.h CONFLICT (content): Merge conflict in arch/x86/mm/init_64.c CONFLICT (content): Merge conflict in Documentation/admin-guide/kernel-para= meters.txt $ git checkout -b akpm remotes/origin/akpm/master $ git rebase --onto master remotes/origin/akpm/master-base Merging akpm/master (7c54ec8b01de secretmem: test: add basic selftest for m= emfd_secret(2)) --Sig_/vgEOggfYqmiSZqnEgZ8ZvUV Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmBkRF0ACgkQAVBC80lX 0GxqGAf7BsySGPWQOToxF0vQR7KLKnrkPRsSX0btAzN/q0sUQRu0de2RRkux/uSi 9GAVbtfaLBDaWGIr2uCK4HdJqFGBkycioiEC6xac0Ef3snSvp4mA1VbG58bY3Biq 5ycbYD7ieXF1SNoJjjaursuAknE33CRdH2viLv2gYNT4rmKRnW3ujhAZuODgwNBh T27HtaK7QOqBa8FHTSUcSBeIN3e0MSGEJcdaOQQNlzPQ+7ZgrHm8YtFKIA/9e6Vu Lkj5UtOZzv3xX08FQamDFobN1jHmagqgz0DkhERLCK9WQiuIMIHfmuLwrDpkuftv d1wF5XicXx4cOnud1STPy+wYh1Bc1g== =9Pev -----END PGP SIGNATURE----- --Sig_/vgEOggfYqmiSZqnEgZ8ZvUV--