-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

===========================================================================
             AUSCERT External Security Bulletin Redistribution

                               ESB-2019.1081
         SUSE-SU-2019:0801-1 Security update for the Linux Kernel
                               1 April 2019

===========================================================================

        AusCERT Security Bulletin Summary
        ---------------------------------

Product:           linux kernel
Publisher:         SUSE
Operating System:  SUSE
Impact/Access:     Denial of Service        -- Existing Account
                   Access Confidential Data -- Existing Account
Resolution:        Patch/Upgrade
CVE Names:         CVE-2019-9213 CVE-2019-2024 

Reference:         ESB-2019.1035
                   ESB-2019.1025
                   ESB-2019.1005
                   ESB-2019.1004
                   ESB-2019.1003.2
                   ESB-2019.0984
                   ESB-2019.0927.3

Original Bulletin: 
   https://www.suse.com/support/update/announcement/2019/suse-su-20190801-1.html

- --------------------------BEGIN INCLUDED TEXT--------------------

SUSE Security Update: Security update for the Linux Kernel

______________________________________________________________________________

Announcement ID:   SUSE-SU-2019:0801-1
Rating:            important
References:        #1012382 #1020413 #1065600 #1070767 #1075697 #1082943
                   #1087092 #1090435 #1102959 #1103429 #1106929 #1109137
                   #1109248 #1119019 #1119843 #1120691 #1120902 #1121713
                   #1121805 #1124235 #1125315 #1125446 #1126389 #1126772
                   #1126773 #1126805 #1127082 #1127155 #1127561 #1127725
                   #1127731 #1127961 #1128166 #1128452 #1128565 #1128696
                   #1128756 #1128893 #1129080 #1129179 #1129237 #1129238
                   #1129239 #1129240 #1129241 #1129413 #1129414 #1129415
                   #1129416 #1129417 #1129418 #1129419 #1129581 #1129770
                   #1129923
Cross-References:  CVE-2019-2024 CVE-2019-9213
Affected Products:
                   SUSE Linux Enterprise Workstation Extension 12-SP3
                   SUSE Linux Enterprise Software Development Kit 12-SP3
                   SUSE Linux Enterprise Server 12-SP3
                   SUSE Linux Enterprise Live Patching 12-SP3
                   SUSE Linux Enterprise High Availability 12-SP3
                   SUSE Linux Enterprise Desktop 12-SP3
                   SUSE CaaS Platform ALL
                   SUSE CaaS Platform 3.0
______________________________________________________________________________

An update that solves two vulnerabilities and has 53 fixes is now available.

Description:

The SUSE Linux Enterprise 12 SP3 kernel was updated to 4.4.176 to receive
various security and bugfixes.
The following security bugs were fixed:

  o CVE-2019-9213: expand_downwards in mm/mmap.c lacked a check for the mmap
    minimum address, which made it easier for attackers to exploit kernel NULL
    pointer dereferences on non-SMAP platforms. This is related to a capability
    check for the wrong task (bnc#1128166).
  o CVE-2019-2024: A use-after-free when disconnecting a source was fixed which
    could lead to crashes. bnc#1129179).


The following non-security bugs were fixed:

  o ax25: fix possible use-after-free (bnc#1012382).
  o block_dev: fix crash on chained bios with O_DIRECT (bsc#1090435).
  o block: do not use bio->bi_vcnt to figure out segment number (bsc#1128893).
  o bnxt_re: Fix couple of memory leaks that could lead to IOMMU call traces
    (bsc#1020413).
  o bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field (bsc#
    1012382).
  o btrfs: ensure that a DUP or RAID1 block group has exactly two stripes (bsc#
    1128452).
  o ceph: avoid repeatedly adding inode to mdsc->snap_flush_list (bsc#1126773).
  o ch: add missing mutex_lock()/mutex_unlock() in ch_release() (bsc#1124235).
  o ch: fixup refcounting imbalance for SCSI devices (bsc#1124235).
  o copy_mount_string: Limit string length to PATH_MAX (bsc#1082943).
  o device property: Fix the length used in PROPERTY_ENTRY_STRING() (bsc#
    1129770).
  o drivers: hv: vmbus: Check for ring when getting debug info (bsc#1126389).
  o drm: Fix error handling in drm_legacy_addctx (bsc#1106929)
  o drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON (bsc#
    1106929)
  o drm/nouveau/pmu: do not print reply values if exec is false (bsc#1106929)
  o drm/radeon/evergreen_cs: fix missing break in switch statement (bsc#
    1106929)
  o drm/vmwgfx: Do not double-free the mode stored in par->set_mode (bsc#
    1103429)
  o enic: add wq clean up budget (bsc#1075697, bsc#1120691. bsc#1102959).
  o enic: do not overwrite error code (bnc#1012382).
  o fbdev: chipsfb: remove set but not used variable 'size' (bsc#1106929)
  o ibmvnic: Report actual backing device speed and duplex values (bsc#
    1129923).
  o ibmvscsi: Fix empty event pool access during host removal (bsc#1119019).
  o input: mms114 - fix license module information (bsc#1087092).
  o iommu/dmar: Fix buffer overflow during PCI bus notification (bsc#1129237).
  o iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables (bsc#1129238).
  o iommu/vt-d: Check identity map for hot-added devices (bsc#1129239).
  o iommu/vt-d: Fix NULL pointer reference in intel_svm_bind_mm() (bsc#
    1129240).
  o ixgbe: fix crash in build_skb Rx code path (git-fixes).
  o kabi: protect struct inet_peer (kabi).
  o kallsyms: Handle too long symbols in kallsyms.c (bsc#1126805).
  o KMPs: obsolete older KMPs of the same flavour (bsc#1127155, bsc#1109137).
  o kvm: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the
    ITS (bsc#1109248).
  o kvm: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
    (bsc#1109248).
  o kvm: arm/arm64: vgic-its: Fix return value for device table restore (bsc#
    1109248).
  o kvm: arm/arm64: vgic-its: Fix vgic_its_restore_collection_table returned
    value (bsc#1109248).
  o kvm: nVMX: Do not halt vcpu when L1 is injecting events to L2 (bsc#
    1129413).
  o kvm: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails (bsc#
    1129414).
  o kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLT
    (bsc#1129415).
  o kvm: nVMX: Set VM instruction error for VMPTRLD of unbacked page (bsc#
    1129416).
  o kvm: VMX: Do not allow reexecute_instruction() when skipping MMIO instr
    (bsc#1129417).
  o kvm: vmx: Set IA32_TSC_AUX for legacy mode guests (bsc#1129418).
  o kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs (bsc#1127082).
  o kvm: x86: IA32_ARCH_CAPABILITIES is always supported (bsc#1129419).
  o libceph: handle an empty authorize reply (bsc#1126772).
  o mdio_bus: Fix use-after-free on device_register fails (git-fixes).
  o mfd: as3722: Handle interrupts on suspend (bnc#1012382).
  o mfd: as3722: Mark PM functions as __maybe_unused (bnc#1012382).
  o mISDN: fix a race in dev_expire_timer() (bnc#1012382).
  o mlxsw: pci: Correctly determine if descriptor queue is full (git-fixes).
  o mlxsw: reg: Use correct offset in field definiton (git-fixes).
  o mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL (bnc#
    1012382).
  o mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages (bsc#
    1127731).
  o net: Add header for usage of fls64() (bnc#1012382).
  o net: Do not allocate page fragments that are not skb aligned (bnc#1012382).
  o net: dsa: bcm_sf2: Do not assume DSA master supports WoL (git-fixes).
  o net: dsa: mv88e6xxx: fix port VLAN maps (git-fixes).
  o net: Fix for_each_netdev_feature on Big endian (bnc#1012382).
  o net: fix IPv6 prefix route residue (bnc#1012382).
  o net/hamradio/6pack: Convert timers to use timer_setup() (git-fixes).
  o net/hamradio/6pack: use mod_timer() to rearm timers (git-fixes).
  o net: ipv4: use a dedicated counter for icmp_v4 redirect packets (bnc#
    1012382).
  o net: lan78xx: Fix race in tx pending skb size calculation (git-fixes).
  o net/mlx4_core: drop useless LIST_HEAD (git-fixes).
  o net/mlx4_core: Fix qp mtt size calculation (git-fixes).
  o net/mlx4_core: Fix reset flow when in command polling mode (git-fixes).
  o net/mlx4: Fix endianness issue in qp context params (git-fixes).
  o net/mlx5: Continue driver initialization despite debugfs failure
    (git-fixes).
  o net/mlx5e: Fix TCP checksum in LRO buffers (git-fixes).
  o net/mlx5: Fix driver load bad flow when having fw initializing timeout
    (git-fixes).
  o net/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
    (git-fixes).
  o net/mlx5: Fix use-after-free in self-healing flow (git-fixes).
  o net/mlx5: Return success for PAGE_FAULT_RESUME in internal error state
    (git-fixes).
  o net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets
    (git-fixes).
  o net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTS (git-fixes).
  o net: phy: bcm7xxx: Fix shadow mode 2 disabling (git-fixes).
  o net: qca_spi: Fix race condition in spi transfers (git-fixes).
  o net: stmmac: Fix a race in EEE enable callback (bnc#1012382).
  o net: stmmac: Fix a race in EEE enable callback (git-fixes).
  o net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue
    (git-fixes).
  o net/x25: do not hold the cpu too long in x25_new_lci() (bnc#1012382).
  o PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove() (bsc#
    1129241).
  o perf/x86: Add sysfs entry to freeze counters on SMI (bsc#1121805).
  o perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu() (bsc#
    1121805).
  o perf/x86/intel: Do not enable freeze-on-smi for PerfMon V1 (bsc#1121805).
  o perf/x86/intel: Fix memory corruption (bsc#1121805).
  o perf/x86/intel: Generalize dynamic constraint creation (bsc#1121805).
  o perf/x86/intel: Implement support for TSX Force Abort (bsc#1121805).
  o perf/x86/intel: Make cpuc allocations consistent (bsc#1121805).
  o phy: micrel: Ensure interrupts are reenabled on resume (git-fixes).
  o powerpc/pseries: Add CPU dlpar remove functionality (bsc#1128756).
  o powerpc/pseries: Consolidate CPU hotplug code to hotplug-cpu.c (bsc#
    1128756).
  o powerpc/pseries: Factor out common cpu hotplug code (bsc#1128756).
  o powerpc/pseries: Perform full re-add of CPU for topology update
    post-migration (bsc#1128756).
  o pppoe: fix reception of frames with no mac header (git-fixes).
  o pptp: dst_release sk_dst_cache in pptp_sock_destruct (git-fixes).
  o pseries/energy: Use OF accessor function to read ibm,drc-indexes (bsc#
    1129080).
  o rdma/bnxt_re: Synchronize destroy_qp with poll_cq (bsc#1125446).
  o Revert "mm, devm_memremap_pages: mark devm_memremap_pages()
    EXPORT_SYMBOL_GPL" (bnc#1012382).
  o Revert "x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls" (bsc
    #1128565).
  o s390/qeth: cancel close_dev work before removing a card (LTC#175898, bsc#
    1127561).
  o scsi: aacraid: Fix missing break in switch statement (bsc#1128696).
  o scsi: ibmvscsi: Fix empty event pool access during host removal (bsc#
    1119019).
  o scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is
    invalid (bsc#1127725).
  o scsi: qla2xxx: Fix early srb free on abort (bsc#1121713).
  o scsi: qla2xxx: Fix for double free of SRB structure (bsc#1121713).
  o scsi: qla2xxx: Increase abort timeout value (bsc#1121713).
  o scsi: qla2xxx: Move {get|rel}_sp to base_qpair struct (bsc#1121713).
  o scsi: qla2xxx: Return switch command on a timeout (bsc#1121713).
  o scsi: qla2xxx: Turn off IOCB timeout timer on IOCB completion (bsc#
    1121713).
  o scsi: qla2xxx: Use correct qpair for ABTS/CMD (bsc#1121713).
  o scsi: sym53c8xx: fix NULL pointer dereference panic in sym_int_sir() (bsc#
    1125315).
  o sky2: Increase D3 delay again (bnc#1012382).
  o tcp: clear icsk_backoff in tcp_write_queue_purge() (bnc#1012382).
  o tcp: tcp_v4_err() should be more careful (bnc#1012382).
  o team: avoid complex list operations in team_nl_cmd_options_set() (bnc#
    1012382).
  o team: Free BPF filter when unregistering netdev (git-fixes).
  o tracing: Do not free iter->trace in fail path of tracing_open_pipe() (bsc#
    1129581).
  o vsock: cope with memory allocation failure at socket creation time (bnc#
    1012382).
  o vxlan: test dev->flags & IFF_UP before calling netif_rx() (bnc#1012382).
  o wireless: airo: potential buffer overflow in sprintf() (bsc#1120902).
  o x86: Add TSX Force Abort CPUID/MSR (bsc#1121805).
  o x86: Fix incorrect value for X86_FEATURE_TSX_FORCE_ABORT
  o x86: livepatch: Treat R_X86_64_PLT32 as R_X86_64_PC32 (bnc#1012382).
  o xen, cpu_hotplug: Prevent an out of bounds access (bsc#1065600).
  o xen: remove pre-xen3 fallback handlers (bsc#1065600).
  o xfs: remove filestream item xfs_inode reference (bsc#1127961).

Special Instructions and Notes:

Please reboot the system after installing this update.

Patch Instructions:

To install this SUSE Security Update use the SUSE recommended installation
methods like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:

  o SUSE Linux Enterprise Workstation Extension 12-SP3:
    zypper in -t patch SUSE-SLE-WE-12-SP3-2019-801=1
  o SUSE Linux Enterprise Software Development Kit 12-SP3:
    zypper in -t patch SUSE-SLE-SDK-12-SP3-2019-801=1
  o SUSE Linux Enterprise Server 12-SP3:
    zypper in -t patch SUSE-SLE-SERVER-12-SP3-2019-801=1
  o SUSE Linux Enterprise Live Patching 12-SP3:
    zypper in -t patch SUSE-SLE-Live-Patching-12-SP3-2019-801=1
  o SUSE Linux Enterprise High Availability 12-SP3:
    zypper in -t patch SUSE-SLE-HA-12-SP3-2019-801=1
  o SUSE Linux Enterprise Desktop 12-SP3:
    zypper in -t patch SUSE-SLE-DESKTOP-12-SP3-2019-801=1
  o SUSE CaaS Platform ALL:
    To install this update, use the SUSE CaaS Platform Velum dashboard. It will
    inform you if it detects new updates and let you then trigger updating of
    the complete cluster in a controlled way.
  o SUSE CaaS Platform 3.0:
    To install this update, use the SUSE CaaS Platform Velum dashboard. It will
    inform you if it detects new updates and let you then trigger updating of
    the complete cluster in a controlled way.

Package List:

  o SUSE Linux Enterprise Workstation Extension 12-SP3 (x86_64):
       kernel-default-debuginfo-4.4.176-94.88.1
       kernel-default-debugsource-4.4.176-94.88.1
       kernel-default-extra-4.4.176-94.88.1
       kernel-default-extra-debuginfo-4.4.176-94.88.1
  o SUSE Linux Enterprise Software Development Kit 12-SP3 (aarch64 ppc64le
    s390x x86_64):
       kernel-obs-build-4.4.176-94.88.1
       kernel-obs-build-debugsource-4.4.176-94.88.1
  o SUSE Linux Enterprise Software Development Kit 12-SP3 (noarch):
       kernel-docs-4.4.176-94.88.1
  o SUSE Linux Enterprise Server 12-SP3 (aarch64 ppc64le s390x x86_64):
       kernel-default-4.4.176-94.88.1
       kernel-default-base-4.4.176-94.88.1
       kernel-default-base-debuginfo-4.4.176-94.88.1
       kernel-default-debuginfo-4.4.176-94.88.1
       kernel-default-debugsource-4.4.176-94.88.1
       kernel-default-devel-4.4.176-94.88.1
       kernel-syms-4.4.176-94.88.1
  o SUSE Linux Enterprise Server 12-SP3 (noarch):
       kernel-devel-4.4.176-94.88.1
       kernel-macros-4.4.176-94.88.1
       kernel-source-4.4.176-94.88.1
  o SUSE Linux Enterprise Server 12-SP3 (s390x):
       kernel-default-man-4.4.176-94.88.1
  o SUSE Linux Enterprise Live Patching 12-SP3 (ppc64le x86_64):
       kgraft-patch-4_4_176-94_88-default-1-4.9.1
       kgraft-patch-4_4_176-94_88-default-debuginfo-1-4.9.1
  o SUSE Linux Enterprise High Availability 12-SP3 (ppc64le s390x x86_64):
       cluster-md-kmp-default-4.4.176-94.88.1
       cluster-md-kmp-default-debuginfo-4.4.176-94.88.1
       dlm-kmp-default-4.4.176-94.88.1
       dlm-kmp-default-debuginfo-4.4.176-94.88.1
       gfs2-kmp-default-4.4.176-94.88.1
       gfs2-kmp-default-debuginfo-4.4.176-94.88.1
       kernel-default-debuginfo-4.4.176-94.88.1
       kernel-default-debugsource-4.4.176-94.88.1
       ocfs2-kmp-default-4.4.176-94.88.1
       ocfs2-kmp-default-debuginfo-4.4.176-94.88.1
  o SUSE Linux Enterprise Desktop 12-SP3 (noarch):
       kernel-devel-4.4.176-94.88.1
       kernel-macros-4.4.176-94.88.1
       kernel-source-4.4.176-94.88.1
  o SUSE Linux Enterprise Desktop 12-SP3 (x86_64):
       kernel-default-4.4.176-94.88.1
       kernel-default-debuginfo-4.4.176-94.88.1
       kernel-default-debugsource-4.4.176-94.88.1
       kernel-default-devel-4.4.176-94.88.1
       kernel-default-extra-4.4.176-94.88.1
       kernel-default-extra-debuginfo-4.4.176-94.88.1
       kernel-syms-4.4.176-94.88.1
  o SUSE CaaS Platform ALL (x86_64):
       kernel-default-4.4.176-94.88.1
       kernel-default-debuginfo-4.4.176-94.88.1
       kernel-default-debugsource-4.4.176-94.88.1
  o SUSE CaaS Platform 3.0 (x86_64):
       kernel-default-4.4.176-94.88.1
       kernel-default-debuginfo-4.4.176-94.88.1
       kernel-default-debugsource-4.4.176-94.88.1


References:

  o https://www.suse.com/security/cve/CVE-2019-2024.html
  o https://www.suse.com/security/cve/CVE-2019-9213.html
  o https://bugzilla.suse.com/1012382
  o https://bugzilla.suse.com/1020413
  o https://bugzilla.suse.com/1065600
  o https://bugzilla.suse.com/1070767
  o https://bugzilla.suse.com/1075697
  o https://bugzilla.suse.com/1082943
  o https://bugzilla.suse.com/1087092
  o https://bugzilla.suse.com/1090435
  o https://bugzilla.suse.com/1102959
  o https://bugzilla.suse.com/1103429
  o https://bugzilla.suse.com/1106929
  o https://bugzilla.suse.com/1109137
  o https://bugzilla.suse.com/1109248
  o https://bugzilla.suse.com/1119019
  o https://bugzilla.suse.com/1119843
  o https://bugzilla.suse.com/1120691
  o https://bugzilla.suse.com/1120902
  o https://bugzilla.suse.com/1121713
  o https://bugzilla.suse.com/1121805
  o https://bugzilla.suse.com/1124235
  o https://bugzilla.suse.com/1125315
  o https://bugzilla.suse.com/1125446
  o https://bugzilla.suse.com/1126389
  o https://bugzilla.suse.com/1126772
  o https://bugzilla.suse.com/1126773
  o https://bugzilla.suse.com/1126805
  o https://bugzilla.suse.com/1127082
  o https://bugzilla.suse.com/1127155
  o https://bugzilla.suse.com/1127561
  o https://bugzilla.suse.com/1127725
  o https://bugzilla.suse.com/1127731
  o https://bugzilla.suse.com/1127961
  o https://bugzilla.suse.com/1128166
  o https://bugzilla.suse.com/1128452
  o https://bugzilla.suse.com/1128565
  o https://bugzilla.suse.com/1128696
  o https://bugzilla.suse.com/1128756
  o https://bugzilla.suse.com/1128893
  o https://bugzilla.suse.com/1129080
  o https://bugzilla.suse.com/1129179
  o https://bugzilla.suse.com/1129237
  o https://bugzilla.suse.com/1129238
  o https://bugzilla.suse.com/1129239
  o https://bugzilla.suse.com/1129240
  o https://bugzilla.suse.com/1129241
  o https://bugzilla.suse.com/1129413
  o https://bugzilla.suse.com/1129414
  o https://bugzilla.suse.com/1129415
  o https://bugzilla.suse.com/1129416
  o https://bugzilla.suse.com/1129417
  o https://bugzilla.suse.com/1129418
  o https://bugzilla.suse.com/1129419
  o https://bugzilla.suse.com/1129581
  o https://bugzilla.suse.com/1129770
  o https://bugzilla.suse.com/1129923

- --------------------------END INCLUDED TEXT--------------------

You have received this e-mail bulletin as a result of your organisation's
registration with AusCERT. The mailing list you are subscribed to is
maintained within your organisation, so if you do not wish to continue
receiving these bulletins you should contact your local IT manager. If
you do not know who that is, please send an email to auscert@auscert.org.au
and we will forward your request to the appropriate person.

NOTE: Third Party Rights
This security bulletin is provided as a service to AusCERT's members.  As
AusCERT did not write the document quoted above, AusCERT has had no control
over its content. The decision to follow or act on information or advice
contained in this security bulletin is the responsibility of each user or
organisation, and should be considered in accordance with your organisation's
site policies and procedures. AusCERT takes no responsibility for consequences
which may arise from following or acting on information or advice contained in
this security bulletin.

NOTE: This is only the original release of the security bulletin.  It may
not be updated when updates to the original are made.  If downloading at
a later date, it is recommended that the bulletin is retrieved directly
from the author's website to ensure that the information is still current.

Contact information for the authors of the original document is included
in the Security Bulletin above.  If you have any questions or need further
information, please contact them directly.

Previous advisories and external security bulletins can be retrieved from:

        https://www.auscert.org.au/bulletins/

===========================================================================
Australian Computer Emergency Response Team
The University of Queensland
Brisbane
Qld 4072

Internet Email: auscert@auscert.org.au
Facsimile:      (07) 3365 7031
Telephone:      (07) 3365 4417 (International: +61 7 3365 4417)
                AusCERT personnel answer during Queensland business hours
                which are GMT+10:00 (AEST).
                On call after hours for member emergencies only.
===========================================================================
-----BEGIN PGP SIGNATURE-----
Comment: http://www.auscert.org.au/render.html?it=1967

iQIVAwUBXKF87GaOgq3Tt24GAQh9Ug/+L1cb6XaQcJNvaw+7/UDAfBgvME7NsYHN
9xXi0KlxQbuzcP6+oI2T4wuNEcb9zJv5n+p+WacunwoK0F27YDfL6GluSLhKboFb
3uKX0NfTczfKOeVdDimcKbpI+dc+PMz4H2bmESHVhXx7L/oU4WR1qYlFIx1jeLPH
OPSx+CnxGXipv3kN60TBF6vXSQjBaNoERyuQHBknOuGyzRV8YBsK+O7oJmwNxR5p
rSJjQPiwNc7gzFFl7JWGBk4IHqFX7/dbZU6CbBNuil1x9GcPoyWm9BbB1q35VySq
6zFde7OfsuI5JsYtWxrKVWN566aRg+AZqab1FmPw6rpdaRvOpOHeS0YzYEpNhSkP
k4P3cqQLR47oXnwHcy0UHPSfoaFy1XrcUY7NVeCqCKwa/MgEezAaqMGHCFGETV2H
5LtGtRHuwg4B8fQydPfnxv5Evaf+jD02kTBX/+Xwii7qkCG6eyhKeq8j9eSFyYLw
oWwB7gcZ+bjQ5XJp/nlvkB1KRfEOeOl7iLx+kbm7N3Pg/wFE6yZWCHWNuvc+DTWP
SePPNKtdVQx6LAeCLw9lTXiiChkFEGPW9O5cdFk2+9DQaXsZG3lXTFdmSgTp14wE
BbC6t5HhjAqy8vCxXIN0RCPuBpCpJJJMB2y56q/zVo8IPmWbGiQkRbUQ+bVWFs/2
dgqC+cRBc8o=
=jVMA
-----END PGP SIGNATURE-----