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

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

                               ESB-2021.4013
                   Security update for the Linux Kernel
                             29 November 2021

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

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

Product:           Linux Kernel
Publisher:         SUSE
Operating System:  SUSE
Impact/Access:     Root Compromise          -- Existing Account
                   Denial of Service        -- Existing Account
                   Access Confidential Data -- Existing Account
                   Reduced Security         -- Existing Account
Resolution:        Patch/Upgrade
CVE Names:         CVE-2021-43389 CVE-2021-37159 CVE-2021-34981
                   CVE-2021-31916 CVE-2021-20322 CVE-2021-0941

Reference:         ESB-2021.3968
                   ESB-2021.3938
                   ESB-2021.3927

Original Bulletin: 
   https://www.suse.com/support/update/announcement/2021/suse-su-20213807-1
   https://www.suse.com/support/update/announcement/2021/suse-su-20213806-1

Comment: This bulletin contains two (2) SUSE security advisories.

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

SUSE Security Update: Security update for the Linux Kernel

______________________________________________________________________________

Announcement ID:   SUSE-SU-2021:3807-1
Rating:            important
References:        #1094840 #1152489 #1169263 #1170269 #1188601 #1190523
                   #1190795 #1191628 #1191790 #1191851 #1191958 #1191961
                   #1191980 #1192045 #1192229 #1192267 #1192273 #1192328
                   #1192549 #1192718 #1192740 #1192745 #1192750 #1192753
                   #1192781 #1192802 #1192896 #1192906 #1192918
Cross-References:  CVE-2021-0941 CVE-2021-20322 CVE-2021-31916 CVE-2021-34981
                   CVE-2021-37159 CVE-2021-43389
Affected Products:
                   SUSE Linux Enterprise Module for Public Cloud 15-SP2
______________________________________________________________________________

An update that solves 6 vulnerabilities and has 23 fixes is now available.

Description:

The SUSE Linux Enterprise 15 SP2 Azure kernel was updated to receive various
security and bugfixes.
The following security bugs were fixed:

  o Unprivileged BPF has been disabled by default to reduce attack surface as
    too many security issues have happened in the past (jsc#SLE-22573)


You can reenable via systemctl setting /proc/sys/kernel/
unprivileged_bpf_disabled to 0. (kernel.unprivileged_bpf_disabled = 0)

  o CVE-2021-0941: In bpf_skb_change_head of filter.c, there is a possible out
    of bounds read due to a use after free. This could lead to local escalation
    of privilege with System execution privileges needed. User interaction is
    not needed for exploitation (bnc#1192045).
  o CVE-2021-31916: An out-of-bounds (OOB) memory write flaw was found in
    list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in
    the Linux kernel A bound check failure allowed an attacker with special
    user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory
    leading to a system crash or a leak of internal kernel information. The
    highest threat from this vulnerability is to system availability (bnc#
    1192781).
  o CVE-2021-20322: Make the ipv4 and ipv6 ICMP exception caches less
    predictive to avoid information leaks about UDP ports in use. (bsc#1191790)
  o CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device
    fails (bsc#1191961).
  o CVE-2021-43389: There was an array-index-out-of-bounds flaw in the
    detach_capi_ctr function in drivers/isdn/capi/kcapi.c (bnc#1191958).
  o CVE-2021-37159: hso_free_net_device in drivers/net/usb/hso.c called
    unregister_netdev without checking for the NETREG_REGISTERED state, leading
    to a use-after-free and a double free (bnc#1188601).


The following non-security bugs were fixed:

  o ABI: sysfs-kernel-slab: Document some stats (git-fixes).
  o ALSA: hda: Reduce udelay() at SKL+ position reporting (git-fixes).
  o ALSA: ua101: fix division by zero at probe (git-fixes).
  o ALSA: usb-audio: Add Audient iD14 to mixer map quirk table (git-fixes).
  o ALSA: usb-audio: Add Schiit Hel device to mixer map quirk table
    (git-fixes).
  o ASoC: cs42l42: Correct some register default values (git-fixes).
  o ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER
    (git-fixes).
  o ASoC: cs42l42: Do not set defaults for volatile registers (git-fixes).
  o ASoC: dt-bindings: cs42l42: Correct description of ts-inv (git-fixes).
  o ASoC: mediatek: mt8195: Remove unsued irqs_lock (git-fixes).
  o ASoC: rockchip: Use generic dmaengine code (git-fixes).
  o Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync (git-fixes).
  o Bluetooth: fix init and cleanup of sco_conn.timeout_work (git-fixes).
  o EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell (bsc#
    1152489).
  o Eradicate Patch-mainline: No The pre-commit check can reject this
    deprecated tag then.
  o Fix problem with missing installkernel on Tumbleweed.
  o HID: u2fzero: clarify error check and length calculations (git-fixes).
  o HID: u2fzero: properly handle timeouts in usb_submit_urb (git-fixes).
  o Input: elantench - fix misreporting trackpoint coordinates (bsc#1192918).
  o Input: i8042 - Add quirk for Fujitsu Lifebook T725 (bsc#1191980).
  o PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set() (bsc#
    1169263).
  o PCI/ACPI: Clarify message about _OSC failure (bsc#1169263).
  o PCI/ACPI: Move _OSC query checks to separate function (bsc#1169263).
  o PCI/ACPI: Move supported and control calculations to separate functions
    (bsc#1169263).
  o PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKS (bsc#
    1169263).
  o PCI/ACPI: Remove unnecessary osc_lock (bsc#1169263).
  o PCI: aardvark: Do not clear status bits of masked interrupts (git-fixes).
  o PCI: aardvark: Do not spam about PIO Response Status (git-fixes).
  o PCI: aardvark: Do not unmask unused interrupts (git-fixes).
  o PCI: aardvark: Fix checking for link up via LTSSM state (git-fixes).
  o PCI: aardvark: Fix reporting Data Link Layer Link Active (git-fixes).
  o PCI: aardvark: Fix return value of MSI domain .alloc() method (git-fixes).
  o PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG (git-fixes).
  o PCI: pci-bridge-emul: Fix emulation of W1C bits (git-fixes).
  o PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation
    (git-fixes).
  o Revert "ibmvnic: check failover_pending in login response" (bsc#1190523 ltc
    #194510).
  o Revert "platform/x86: i2c-multi-instantiate: Do not create platform device
    for INT3515 ACPI nodes" (git-fixes).
  o Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"
    (git-fixes).
  o Revert "scsi: ufs: fix a missing check of devm_reset_control_get"
    (git-fixes).
  o Revert "x86/kvm: fix vcpu-id indexed array sizes" (git-fixes).
  o USB: iowarrior: fix control-message timeouts (git-fixes).
  o USB: serial: keyspan: fix memleak on probe errors (git-fixes).
  o Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
  o Update patches.suse/
    NFS-Do-uncached-readdir-when-we-re-seeking-a-cookie-.patch (bsc#1191628 bsc
    #1192549). dir_cookie is a pointer to the cookie in older kernels, not the
    cookie itself.
  o ata: sata_mv: Fix the error handling of mv_chip_id() (git-fixes).
  o ath10k: Fix missing frame timestamp for beacon/probe-resp (git-fixes).
  o ath10k: fix control-message timeout (git-fixes).
  o ath10k: fix division by zero in send path (git-fixes).
  o ath10k: fix max antenna gain unit (git-fixes).
  o ath6kl: fix control-message timeout (git-fixes).
  o ath6kl: fix division by zero in send path (git-fixes).
  o ath9k: Fix potential interrupt storm on queue reset (git-fixes).
  o auxdisplay: ht16k33: Connect backlight to fbdev (git-fixes).
  o auxdisplay: ht16k33: Fix frame buffer device blanking (git-fixes).
  o auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
    (git-fixes).
  o b43: fix a lower bounds test (git-fixes).
  o b43legacy: fix a lower bounds test (git-fixes).
  o bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22573)
  o bpf: Disallow unprivileged bpf by default (jsc#SLE-22573).
  o bpf: Fix potential race in tail call compatibility check (git-fixes).
  o btrfs: block-group: Rework documentation of check_system_chunk function
    (bsc#1192896).
  o btrfs: fix deadlock between chunk allocation and chunk btree modifications
    (bsc#1192896).
  o btrfs: fix memory ordering between normal and ordered work functions
    (git-fixes).
  o btrfs: update comments for chunk allocation -ENOSPC cases (bsc#1192896).
  o cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem
    (git-fixes).
  o config: disable unprivileged BPF by default (jsc#SLE-22573)
  o crypto: caam - disable pkc for non-E SoCs (git-fixes).
  o crypto: pcrypt - Delay write to padata->info (git-fixes).
  o crypto: qat - detect PFVF collision after ACK (git-fixes).
  o crypto: qat - disregard spurious PFVF interrupts (git-fixes).
  o driver core: add a min_align_mask field to struct device_dma_parameters
    (bsc#1191851).
  o drm/amdgpu: fix warning for overflow check (git-fixes).
  o drm/msm: Fix potential NULL dereference in DPU SSPP (git-fixes).
  o drm/sun4i: Fix macros in sun8i_csc.h (git-fixes).
  o drm/v3d: fix wait for TMU write combiner flush (git-fixes).
  o drm: prevent spectre issue in vmw_execbuf_ioctl (bsc#1192802).
  o exfat: fix erroneous discard when clear cluster bit (git-fixes).
  o exfat: handle wrong stream entry size in exfat_readdir() (git-fixes).
  o exfat: properly set s_time_gran (bsc#1192328).
  o exfat: truncate atimes to 2s granularity (bsc#1192328).
  o firmware/psci: fix application of sizeof to pointer (git-fixes).
  o ftrace: Fix scripts/recordmcount.pl due to new binutils (bsc#1192267).
  o fuse: fix page stealing (bsc#1192718).
  o genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP (bsc#1152489).
  o gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and
    avoid a leak (git-fixes).
  o hwmon: (pmbus/lm25066) Add offset coefficients (git-fixes).
  o hwmon: (pmbus/lm25066) Let compiler determine outer dimension of
    lm25066_coeff (git-fixes).
  o hwmon: Fix possible memleak in __hwmon_device_register() (git-fixes).
  o hwrng: mtk - Force runtime pm ops for sleep ops (git-fixes).
  o ibmvnic: Process crqs after enabling interrupts (bsc#1192273 ltc#194629).
  o ibmvnic: check failover_pending in login response (bsc#1190523 ltc#194510).
  o ibmvnic: delay complete() (bsc#1094840 ltc#167098 git-fixes).
  o ibmvnic: do not stop queue in xmit (bsc#1192273 ltc#194629).
  o iio: dac: ad5446: Fix ad5622_write() return value (git-fixes).
  o kABI: Fix kABI after 36950f2da1ea (bsc#1191851).
  o kernel-*-subpackage: Add dependency on kernel scriptlets (bsc#1192740).
  o libertas: Fix possible memory leak in probe and disconnect (git-fixes).
  o libertas_tf: Fix possible memory leak in probe and disconnect (git-fixes).
  o media: TDA1997x: handle short reads of hdmi info frame (git-fixes).
  o media: cedrus: Fix SUNXI tile size calculation (git-fixes).
  o media: cx23885: Fix snd_card_free call on null card pointer (git-fixes).
  o media: cxd2880-spi: Fix a null pointer dereference on error handling path
    (git-fixes).
  o media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()
    (git-fixes).
  o media: dvb-usb: fix ununit-value in az6027_rc_query (git-fixes).
  o media: em28xx: Do not use ops->suspend if it is NULL (git-fixes).
  o media: em28xx: add missing em28xx_close_extension (git-fixes).
  o media: i2c: ths8200 needs V4L2_ASYNC (git-fixes).
  o media: ite-cir: IR receiver stop working after receive overflow
    (git-fixes).
  o media: mtk-vpu: Fix a resource leak in the error handling path of
    'mtk_vpu_probe()' (git-fixes).
  o media: mxl111sf: change mutex_init() location (git-fixes).
  o media: radio-wl1273: Avoid card name truncation (git-fixes).
  o media: si470x: Avoid card name truncation (git-fixes).
  o media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init
    (git-fixes).
  o media: tm6000: Avoid card name truncation (git-fixes).
  o media: v4l2-ioctl: Fix check_ext_ctrls (git-fixes).
  o media: v4l2-ioctl: S_CTRL output the right value (git-fixes).
  o memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe
    (git-fixes).
  o memstick: avoid out-of-range warning (git-fixes).
  o memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host
    () (git-fixes).
  o mm/hugetlb: initialize hugetlb_usage in mm_init (bsc#1192906).
  o mmc: mxs-mmc: disable regulator on error and in the remove function
    (git-fixes).
  o mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
    (git-fixes).
  o mmc: sdhci: Map more voltage level to SDHCI_POWER_330 (git-fixes).
  o mt76: mt76x02: fix endianness warnings in mt76x02_mac.c (git-fixes).
  o mwifiex: Send DELBA requests according to spec (git-fixes).
  o mwifiex: fix division by zero in fw download path (git-fixes).
  o net: dsa: felix: re-enable TX flow control in ocelot_port_flush()
    (git-fixes).
  o net: mscc: ocelot: fix hardware timestamp dequeue logic.
  o net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skb
    (git-fixes).
  o nvme-pci: set min_align_mask (bsc#1191851).
  o ocfs2: do not zero pages beyond i_size (bsc#1190795).
  o ocfs2: fix data corruption on truncate (bsc#1190795).
  o pinctrl: core: fix possible memory leak in pinctrl_enable() (git-fixes).
  o platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning (git-fixes).
  o power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
    (git-fixes).
  o power: supply: max17042_battery: Prevent int underflow in set_soc_threshold
    (git-fixes).
  o power: supply: max17042_battery: use VFSOC for capacity when no rsns
    (git-fixes).
  o printk/console: Allow to disable console output by using console="" or
    console=null (bsc#1192753).
  o printk: handle blank console arguments passed in (bsc#1192753).
  o qtnfmac: fix potential Spectre vulnerabilities (bsc#1192802).
  o r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
    (git-fixes).
  o r8152: Disable PLA MCU clock speed down (git-fixes).
  o r8152: add a helper function about setting EEE (git-fixes).
  o r8152: disable U2P3 for RTL8153B (git-fixes).
  o r8152: divide the tx and rx bottom functions (git-fixes).
  o r8152: do not enable U1U2 with USB_SPEED_HIGH for RTL8153B (git-fixes).
  o r8152: fix runtime resume for linking change (git-fixes).
  o r8152: limit the RX buffer size of RTL8153A for USB 2.0 (git-fixes).
  o r8152: replace array with linking list for rx information (git-fixes).
  o r8152: reset flow control patch when linking on for RTL8153B (git-fixes).
  o r8152: saving the settings of EEE (git-fixes).
  o r8152: separate the rx buffer size (git-fixes).
  o r8152: use alloc_pages for rx buffer (git-fixes).
  o regulator: dt-bindings: samsung,s5m8767: correct
    s5m8767,pmic-buck-default-dvs-idx property (git-fixes).
  o regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is
    disabled (git-fixes).
  o rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
    (git-fixes).
  o rsi: Fix module dev_oper_mode parameter description (git-fixes).
  o rsi: fix control-message timeout (git-fixes).
  o rsi: stop thread firstly in rsi_91x_init() error handling (git-fixes).
  o rtl8187: fix control-message timeouts (git-fixes).
  o s390/qeth: Fix deadlock in remove_discipline (git-fixes).
  o s390/qeth: fix NULL deref in qeth_clear_working_pool_list() (git-fixes).
  o s390/qeth: fix deadlock during failing recovery (git-fixes).
  o scsi: BusLogic: Fix missing pr_cont() use (git-fixes).
  o scsi: FlashPoint: Rename si_flags field (git-fixes).
  o scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()
    (git-fixes).
  o scsi: core: Fix spelling in a source code comment (git-fixes).
  o scsi: csiostor: Add module softdep on cxgb4 (git-fixes).
  o scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() (git-fixes).
  o scsi: dc395: Fix error case unwinding (git-fixes).
  o scsi: fdomain: Fix error return code in fdomain_probe() (git-fixes).
  o scsi: iscsi: Fix iface sysfs attr detection (git-fixes).
  o scsi: libsas: Use _safe() loop in sas_resume_port() (git-fixes).
  o scsi: mpt3sas: Fix error return value in _scsih_expander_add() (git-fixes).
  o scsi: qedf: Add pointer checks in qedf_update_link_speed() (git-fixes).
  o scsi: qedf: Fix error codes in qedf_alloc_global_queues() (git-fixes).
  o scsi: qedi: Fix error codes in qedi_alloc_global_queues() (git-fixes).
  o scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()
    (git-fixes).
  o scsi: qla2xxx: Make sure that aborted commands are freed (git-fixes).
  o scsi: smartpqi: Fix an error code in pqi_get_raid_map() (git-fixes).
  o scsi: snic: Fix an error message (git-fixes).
  o scsi: ufs-pci: Add quirk for broken auto-hibernate for Intel EHL
    (git-fixes).
  o scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer (git-fixes).
  o serial: 8250_dw: Drop wrong use of ACPI_PTR() (git-fixes).
  o serial: xilinx_uartps: Fix race condition causing stuck TX (git-fixes).
  o series.conf: cleanup
  o series.conf: cleanup
  o series.conf: whitespace and comment cleanup No effect on expanded tree.
  o staging: r8712u: fix control-message timeout (git-fixes).
  o staging: rtl8192u: fix control-message timeouts (git-fixes).
  o stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()
    (git-fixes).
  o swiotlb-xen: avoid double free (git-fixes).
  o swiotlb: Split size parameter to map/unmap APIs (bsc#1191851).
  o swiotlb: add a IO_TLB_SIZE define (bsc#1191851).
  o swiotlb: clean up swiotlb_tbl_unmap_single (bsc#1191851).
  o swiotlb: do not modify orig_addr in swiotlb_tbl_sync_single (bsc#1191851).
  o swiotlb: factor out a nr_slots helper (bsc#1191851).
  o swiotlb: factor out an io_tlb_offset helper (bsc#1191851).
  o swiotlb: refactor swiotlb_tbl_map_single (bsc#1191851).
  o swiotlb: respect min_align_mask (bsc#1191851).
  o tpm: Check for integer overflow in tpm2_map_response_body() (git-fixes).
  o tracing/histogram: Do not copy the fixed-size char array field over the
    field size (git-fixes).
  o tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker
    together (bsc#1192745).
  o tracing: use %ps format string to print symbols (git-fixes).
  o usb: gadget: hid: fix error code in do_config() (git-fixes).
  o usb: max-3421: Use driver data instead of maintaining a list of bound
    devices (git-fixes).
  o usb: musb: Balance list entry in musb_gadget_queue (git-fixes).
  o usbnet: fix error return code in usbnet_probe() (git-fixes).
  o usbnet: sanity check for maxpacket (git-fixes).
  o video: fbdev: chipsfb: use memset_io() instead of memset() (git-fixes).
  o virtio-gpu: fix possible memory allocation failure (git-fixes).
  o wcn36xx: Add ability for wcn36xx_smd_dump_cmd_req to pass two's complement
    (git-fixes).
  o wcn36xx: Fix HT40 capability for 2Ghz band (git-fixes).
  o wcn36xx: add proper DMA memory barriers in rx path (git-fixes).
  o x86/Xen: swap NX determination and GDT setup on BSP (git-fixes).
  o x86/ioapic: Force affinity setup before startup (bsc#1152489).
  o x86/msi: Force affinity setup before startup (bsc#1152489).
  o x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c (bsc#
    1152489).
  o x86/xen: Mark cpu_bringup_and_idle() as dead_end_function (git-fixes).
  o xen-pciback: Fix return in pm_ctrl_init() (git-fixes).
  o xen/privcmd: fix error handling in mmap-resource processing (git-fixes).
  o xen/x86: fix PV trap handling on secondary processors (git-fixes).
  o xen: Fix implicit type conversion (git-fixes).
  o xfs: do not allow log writes if the data device is readonly (bsc#1192229).

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 Module for Public Cloud 15-SP2:
    zypper in -t patch SUSE-SLE-Module-Public-Cloud-15-SP2-2021-3807=1

Package List:

  o SUSE Linux Enterprise Module for Public Cloud 15-SP2 (noarch):
       kernel-devel-azure-5.3.18-18.75.1
       kernel-source-azure-5.3.18-18.75.1
  o SUSE Linux Enterprise Module for Public Cloud 15-SP2 (x86_64):
       kernel-azure-5.3.18-18.75.1
       kernel-azure-debuginfo-5.3.18-18.75.1
       kernel-azure-debugsource-5.3.18-18.75.1
       kernel-azure-devel-5.3.18-18.75.1
       kernel-azure-devel-debuginfo-5.3.18-18.75.1
       kernel-syms-azure-5.3.18-18.75.1


References:

  o https://www.suse.com/security/cve/CVE-2021-0941.html
  o https://www.suse.com/security/cve/CVE-2021-20322.html
  o https://www.suse.com/security/cve/CVE-2021-31916.html
  o https://www.suse.com/security/cve/CVE-2021-34981.html
  o https://www.suse.com/security/cve/CVE-2021-37159.html
  o https://www.suse.com/security/cve/CVE-2021-43389.html
  o https://bugzilla.suse.com/1094840
  o https://bugzilla.suse.com/1152489
  o https://bugzilla.suse.com/1169263
  o https://bugzilla.suse.com/1170269
  o https://bugzilla.suse.com/1188601
  o https://bugzilla.suse.com/1190523
  o https://bugzilla.suse.com/1190795
  o https://bugzilla.suse.com/1191628
  o https://bugzilla.suse.com/1191790
  o https://bugzilla.suse.com/1191851
  o https://bugzilla.suse.com/1191958
  o https://bugzilla.suse.com/1191961
  o https://bugzilla.suse.com/1191980
  o https://bugzilla.suse.com/1192045
  o https://bugzilla.suse.com/1192229
  o https://bugzilla.suse.com/1192267
  o https://bugzilla.suse.com/1192273
  o https://bugzilla.suse.com/1192328
  o https://bugzilla.suse.com/1192549
  o https://bugzilla.suse.com/1192718
  o https://bugzilla.suse.com/1192740
  o https://bugzilla.suse.com/1192745
  o https://bugzilla.suse.com/1192750
  o https://bugzilla.suse.com/1192753
  o https://bugzilla.suse.com/1192781
  o https://bugzilla.suse.com/1192802
  o https://bugzilla.suse.com/1192896
  o https://bugzilla.suse.com/1192906
  o https://bugzilla.suse.com/1192918

- ------------------------------------------------------------------------------------------------------

SUSE Security Update: Security update for the Linux Kernel

______________________________________________________________________________

Announcement ID:   SUSE-SU-2021:3806-1
Rating:            important
References:        #1094840 #1133021 #1152489 #1154353 #1157177 #1167773
                   #1169263 #1170269 #1176940 #1180749 #1184924 #1188601
                   #1190523 #1190795 #1191628 #1191790 #1191851 #1191958
                   #1191961 #1191980 #1192045 #1192217 #1192229 #1192267
                   #1192273 #1192288 #1192328 #1192375 #1192473 #1192549
                   #1192718 #1192740 #1192745 #1192750 #1192753 #1192758
                   #1192781 #1192802 #1192896 #1192906 #1192918
Cross-References:  CVE-2021-0941 CVE-2021-20322 CVE-2021-31916 CVE-2021-34981
                   CVE-2021-37159 CVE-2021-43389
Affected Products:
                   SUSE Linux Enterprise Module for Public Cloud 15-SP3
______________________________________________________________________________

An update that solves 6 vulnerabilities, contains one feature and has 35 fixes
is now available.

Description:

The SUSE Linux Enterprise 15 SP3 kernel for Azure was updated to receive
various security and bugfixes.

The following security bugs were fixed:

  o Unprivileged BPF has been disabled by default to reduce attack surface as
    too many security issues have happened in the past (jsc#SLE-22573)


You can reenable via systemctl setting /proc/sys/kernel/
unprivileged_bpf_disabled to 0. (kernel.unprivileged_bpf_disabled = 0)

  o CVE-2021-0941: In bpf_skb_change_head of filter.c, there is a possible out
    of bounds read due to a use after free. This could lead to local escalation
    of privilege with System execution privileges needed. User interaction is
    not needed for exploitation (bnc#1192045).
  o CVE-2021-31916: An out-of-bounds (OOB) memory write flaw was found in
    list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in
    the Linux kernel A bound check failure allowed an attacker with special
    user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory
    leading to a system crash or a leak of internal kernel information. The
    highest threat from this vulnerability is to system availability (bnc#
    1192781).
  o CVE-2021-20322: Make the ipv4 and ipv6 ICMP exception caches less
    predictive to avoid information leaks about UDP ports in use. (bsc#1191790)
  o CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device
    fails (bsc#1191961).
  o CVE-2021-43389: There was an array-index-out-of-bounds flaw in the
    detach_capi_ctr function in drivers/isdn/capi/kcapi.c (bnc#1191958).
  o CVE-2021-37159: hso_free_net_device in drivers/net/usb/hso.c called
    unregister_netdev without checking for the NETREG_REGISTERED state, leading
    to a use-after-free and a double free (bnc#1188601).


The following non-security bugs were fixed:

  o ABI: sysfs-kernel-slab: Document some stats (git-fixes).
  o ALSA: hda: fix general protection fault in azx_runtime_idle (git-fixes).
  o ALSA: hda: Free card instance properly at probe errors (git-fixes).
  o ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14 (git-fixes).
  o ALSA: hda: Reduce udelay() at SKL+ position reporting (git-fixes).
  o ALSA: hda: Use position buffer for SKL+ again (git-fixes).
  o ALSA: ua101: fix division by zero at probe (git-fixes).
  o ALSA: uapi: Fix a C++ style comment in asound.h (git-fixes).
  o ALSA: usb-audio: Add Audient iD14 to mixer map quirk table (git-fixes).
  o ALSA: usb-audio: Add minimal-mute notion in dB mapping table (bsc#1192375).
  o ALSA: usb-audio: Add Schiit Hel device to mixer map quirk table
    (git-fixes).
  o ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink (bsc#1192375).
  o ALSA: usb-audio: Use int for dB map values (bsc#1192375).
  o ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE (bsc#1192473).
  o ASoC: cs42l42: Correct some register default values (git-fixes).
  o ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER
    (git-fixes).
  o ASoC: cs42l42: Do not set defaults for volatile registers (git-fixes).
  o ASoC: dt-bindings: cs42l42: Correct description of ts-inv (git-fixes).
  o ASoC: mediatek: mt8195: Remove unsued irqs_lock (git-fixes).
  o ASoC: rockchip: Use generic dmaengine code (git-fixes).
  o ASoC: SOF: topology: do not power down primary core during topology removal
    (git-fixes).
  o ASoC: topology: Fix stub for snd_soc_tplg_component_remove() (git-fixes).
  o ata: sata_mv: Fix the error handling of mv_chip_id() (git-fixes).
  o ath10k: fix control-message timeout (git-fixes).
  o ath10k: fix division by zero in send path (git-fixes).
  o ath10k: fix max antenna gain unit (git-fixes).
  o ath10k: Fix missing frame timestamp for beacon/probe-resp (git-fixes).
  o ath10k: sdio: Add missing BH locking around napi_schdule() (git-fixes).
  o ath6kl: fix control-message timeout (git-fixes).
  o ath6kl: fix division by zero in send path (git-fixes).
  o ath9k: Fix potential interrupt storm on queue reset (git-fixes).
  o auxdisplay: ht16k33: Connect backlight to fbdev (git-fixes).
  o auxdisplay: ht16k33: Fix frame buffer device blanking (git-fixes).
  o auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
    (git-fixes).
  o b43: fix a lower bounds test (git-fixes).
  o b43legacy: fix a lower bounds test (git-fixes).
  o blacklist.conf: 5c9d706f6133 ("bpf: Fix BPF_LSM kconfig symbol dependency")
    Not needed since 30897832d8b9 ("bpf: Allow local storage to be used from
    LSM programs") is not backported.
  o Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync (git-fixes).
  o Bluetooth: fix init and cleanup of sco_conn.timeout_work (git-fixes).
  o bnxt_en: Fix TX timeout when TX ring size is set to the smallest
    (git-fixes).
  o bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22573)
  o bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22574)
  o bpf: Disallow unprivileged bpf by default (jsc#SLE-22573).
  o bpf: Disallow unprivileged bpf by default (jsc#SLE-22574).
  o bpf: Fix BPF_JIT kconfig symbol dependency (git-fixes jsc#SLE-22574).
  o bpf: Fix potential race in tail call compatibility check (git-fixes).
  o bpf, kconfig: Add consolidated menu entry for bpf with core options (jsc#
    SLE-22574).
  o btrfs: block-group: Rework documentation of check_system_chunk function
    (bsc#1192896).
  o btrfs: fix deadlock between chunk allocation and chunk btree modifications
    (bsc#1192896).
  o btrfs: fix memory ordering between normal and ordered work functions
    (git-fixes).
  o btrfs: update comments for chunk allocation -ENOSPC cases (bsc#1192896).
  o cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem
    (git-fixes).
  o config: disable unprivileged BPF by default (jsc#SLE-22573)
  o crypto: caam - disable pkc for non-E SoCs (git-fixes).
  o crypto: qat - detect PFVF collision after ACK (git-fixes).
  o crypto: qat - disregard spurious PFVF interrupts (git-fixes).
  o driver core: add a min_align_mask field to struct device_dma_parameters
    (bsc#1191851).
  o drm/amdgpu/display: add quirk handling for stutter mode (git-fixes).
  o drm/amdgpu: fix warning for overflow check (git-fixes).
  o drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits (git-fixes).
  o drm/i915: Introduce intel_hpd_hotplug_irqs() (bsc#1192758).
  o drm/msm: Fix potential NULL dereference in DPU SSPP (git-fixes).
  o drm/msm: potential error pointer dereference in init() (git-fixes).
  o drm/msm: uninitialized variable in msm_gem_import() (git-fixes).
  o drm: prevent spectre issue in vmw_execbuf_ioctl (bsc#1192802).
  o drm/sun4i: Fix macros in sun8i_csc.h (git-fixes).
  o drm/ttm: stop calling tt_swapin in vm_access (git-fixes).
  o drm/v3d: fix wait for TMU write combiner flush (git-fixes).
  o EDAC/amd64: Set proper family type for Family 19h Models 20h-2Fh (bsc#
    1192288).
  o EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell (bsc#
    1152489).
  o Eradicate Patch-mainline: No The pre-commit check can reject this
    deprecated tag then.
  o exfat: fix erroneous discard when clear cluster bit (git-fixes).
  o exfat: handle wrong stream entry size in exfat_readdir() (git-fixes).
  o exfat: properly set s_time_gran (bsc#1192328).
  o exfat: truncate atimes to 2s granularity (bsc#1192328).
  o firmware/psci: fix application of sizeof to pointer (git-fixes).
  o ftrace: Fix scripts/recordmcount.pl due to new binutils (bsc#1192267).
  o fuse: fix page stealing (bsc#1192718).
  o genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP (bsc#1152489).
  o gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and
    avoid a leak (git-fixes).
  o gpio/rockchip: add driver for rockchip gpio (bsc#1192217).
  o gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set type (bsc#
    1192217).
  o gpio/rockchip: extended debounce support is only available on v2 (bsc#
    1192217).
  o gpio/rockchip: fetch deferred output settings on probe (bsc#1192217).
  o gpio/rockchip: fix get_direction value handling (bsc#1192217).
  o gpio/rockchip: support next version gpio controller (bsc#1192217).
  o gpio/rockchip: use struct rockchip_gpio_regs for gpio controller (bsc#
    1192217).
  o gve: Avoid freeing NULL pointer (git-fixes).
  o gve: Correct available tx qpl check (git-fixes).
  o gve: fix gve_get_stats() (git-fixes).
  o gve: Properly handle errors in gve_assign_qpl (bsc#1176940).
  o gve: report 64bit tx_bytes counter from gve_handle_report_stats() (bsc#
    1176940).
  o HID: u2fzero: clarify error check and length calculations (git-fixes).
  o HID: u2fzero: properly handle timeouts in usb_submit_urb (git-fixes).
  o hwmon: Fix possible memleak in __hwmon_device_register() (git-fixes).
  o hwmon: (pmbus/lm25066) Add offset coefficients (git-fixes).
  o hwmon: (pmbus/lm25066) Let compiler determine outer dimension of
    lm25066_coeff (git-fixes).
  o hwrng: mtk - Force runtime pm ops for sleep ops (git-fixes).
  o i40e: Fix ATR queue selection (git-fixes).
  o i40e: fix endless loop under rtnl (git-fixes).
  o i40e: Fix freeing of uninitialized misc IRQ vector (git-fixes).
  o iavf: fix double unlock of crit_lock (git-fixes).
  o ibmvnic: check failover_pending in login response (bsc#1190523 ltc#194510).
  o ibmvnic: delay complete() (bsc#1094840 ltc#167098 git-fixes).
  o ibmvnic: do not stop queue in xmit (bsc#1192273 ltc#194629).
  o ibmvnic: Process crqs after enabling interrupts (bsc#1192273 ltc#194629).
  o ice: Add missing E810 device ids (jsc#SLE-7966 bsc#1157177).
  o iio: dac: ad5446: Fix ad5622_write() return value (git-fixes).
  o Input: elantench - fix misreporting trackpoint coordinates (bsc#1192918).
  o Input: i8042 - Add quirk for Fujitsu Lifebook T725 (bsc#1191980).
  o ionic: do not remove netdev->dev_addr when syncing uc list (bsc#1167773).
  o iwlwifi: mvm: fix some kerneldoc issues (git-fixes).
  o ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup (git-fixes).
  o kABI: Fix kABI after 36950f2da1ea (bsc#1191851).
  o kernel-*-subpackage: Add dependency on kernel scriptlets (bsc#1192740).
  o KVM: s390: extend kvm_s390_shadow_fault to return entry pointer (bsc#
    1133021).
  o KVM: s390: index kvm->arch.idle_mask by vcpu_idx (bsc#1133021).
  o KVM: s390: split kvm_s390_logical_to_effective (bsc#1133021).
  o KVM: s390: VSIE: correctly handle MVPG when in VSIE (bsc#1133021).
  o libertas: Fix possible memory leak in probe and disconnect (git-fixes).
  o libertas_tf: Fix possible memory leak in probe and disconnect (git-fixes).
  o media: cedrus: Fix SUNXI tile size calculation (git-fixes).
  o media: cx23885: Fix snd_card_free call on null card pointer (git-fixes).
  o media: cxd2880-spi: Fix a null pointer dereference on error handling path
    (git-fixes).
  o media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()
    (git-fixes).
  o media: dvb-usb: fix ununit-value in az6027_rc_query (git-fixes).
  o media: em28xx: add missing em28xx_close_extension (git-fixes).
  o media: em28xx: Do not use ops->suspend if it is NULL (git-fixes).
  o media: i2c: ths8200 needs V4L2_ASYNC (git-fixes).
  o media: ite-cir: IR receiver stop working after receive overflow
    (git-fixes).
  o media: mtk-vpu: Fix a resource leak in the error handling path of
    'mtk_vpu_probe()' (git-fixes).
  o media: mxl111sf: change mutex_init() location (git-fixes).
  o media: radio-wl1273: Avoid card name truncation (git-fixes).
  o media: si470x: Avoid card name truncation (git-fixes).
  o media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init
    (git-fixes).
  o media: TDA1997x: handle short reads of hdmi info frame (git-fixes).
  o media: tm6000: Avoid card name truncation (git-fixes).
  o media: v4l2-ioctl: Fix check_ext_ctrls (git-fixes).
  o media: v4l2-ioctl: S_CTRL output the right value (git-fixes).
  o memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe
    (git-fixes).
  o memstick: avoid out-of-range warning (git-fixes).
  o memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host
    () (git-fixes).
  o mlx5: count all link events (git-fixes).
  o mlxsw: thermal: Fix out-of-bounds memory accesses (git-fixes).
  o mmc: mxs-mmc: disable regulator on error and in the remove function
    (git-fixes).
  o mmc: sdhci: Map more voltage level to SDHCI_POWER_330 (git-fixes).
  o mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
    (git-fixes).
  o mm/hugetlb: initialize hugetlb_usage in mm_init (bsc#1192906).
  o Move upstreamed sound fix into sorted section
  o mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi (git-fixes).
  o mt76: mt76x02: fix endianness warnings in mt76x02_mac.c (git-fixes).
  o mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req() (git-fixes).
  o mt76: mt7915: fix possible infinite loop release semaphore (git-fixes).
  o mt76: mt7915: fix sta_rec_wtbl tag len (git-fixes).
  o mwifiex: fix division by zero in fw download path (git-fixes).
  o mwifiex: Send DELBA requests according to spec (git-fixes).
  o net/af_unix: fix a data-race in unix_dgram_poll (bsc#1154353).
  o net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()
    (git-fixes).
  o net: dsa: felix: re-enable TX flow control in ocelot_port_flush()
    (git-fixes).
  o net: hns3: fix vf reset workqueue cannot exit (bsc#1154353).
  o net/mlx4_en: Do not allow aRFS for encapsulated packets (git-fixes).
  o net/mlx4_en: Resolve bad operstate value (git-fixes).
  o net/mlx5e: Mutually exclude RX-FCS and RX-port-timestamp (git-fixes).
  o net/mlx5: Fix unpublish devlink parameters (jsc#SLE-8464).
  o net/mlx5: FWTrace, cancel work on alloc pd error flow (git-fixes).
  o net: mscc: ocelot: fix hardware timestamp dequeue logic.
  o net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skb
    (git-fixes).
  o net/smc: Correct smc link connection counter in case of smc client
    (git-fixes).
  o net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work (git-fixes).
  o nvme-pci: set min_align_mask (bsc#1191851).
  o ocfs2: do not zero pages beyond i_size (bsc#1190795).
  o ocfs2: fix data corruption on truncate (bsc#1190795).
  o PCI: aardvark: Do not clear status bits of masked interrupts (git-fixes).
  o PCI: aardvark: Do not spam about PIO Response Status (git-fixes).
  o PCI: aardvark: Do not unmask unused interrupts (git-fixes).
  o PCI: aardvark: Fix checking for link up via LTSSM state (git-fixes).
  o PCI: aardvark: Fix reporting Data Link Layer Link Active (git-fixes).
  o PCI: aardvark: Fix return value of MSI domain .alloc() method (git-fixes).
  o PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG (git-fixes).
  o PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set() (bsc#
    1169263).
  o PCI/ACPI: Clarify message about _OSC failure (bsc#1169263).
  o PCI/ACPI: Move _OSC query checks to separate function (bsc#1169263).
  o PCI/ACPI: Move supported and control calculations to separate functions
    (bsc#1169263).
  o PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKS (bsc#
    1169263).
  o PCI/ACPI: Remove unnecessary osc_lock (bsc#1169263).
  o PCI: pci-bridge-emul: Fix emulation of W1C bits (git-fixes).
  o PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation
    (git-fixes).
  o pinctrl: core: fix possible memory leak in pinctrl_enable() (git-fixes).
  o pinctrl: pinctrl-rockchip: Fix a bunch of kerneldoc misdemeanours (bsc#
    1192217).
  o pinctrl/rockchip: add a queue for deferred pin output settings on probe
    (bsc#1192217).
  o pinctrl/rockchip: add pinctrl device to gpio bank struct (bsc#1192217).
  o pinctrl: rockchip: add rk3308 SoC support (bsc#1192217).
  o pinctrl: rockchip: add support for rk3568 (bsc#1192217).
  o pinctrl/rockchip: always enable clock for gpio controller (bsc#1192217).
  o pinctrl: rockchip: clear int status when driver probed (bsc#1192217).
  o pinctrl: rockchip: create irq mapping in gpio_to_irq (bsc#1192217).
  o pinctrl: rockchip: do coding style for mux route struct (bsc#1192217).
  o pinctrl/rockchip: drop the gpio related codes (bsc#1192217).
  o pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq (bsc#1192217).
  o pinctrl: rockchip: make driver be tristate module (bsc#1192217).
  o pinctrl: rockchip: Replace HTTP links with HTTPS ones (bsc#1192217).
  o pinctrl: rockchip: return ENOMEM instead of EINVAL if allocation fails (bsc
    #1192217).
  o pinctrl/rockchip: separate struct rockchip_pin_bank to a head file (bsc#
    1192217).
  o platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning (git-fixes).
  o PM: sleep: Do not let "syscore" devices runtime-suspend during system
    transitions (git-fixes).
  o power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
    (git-fixes).
  o power: supply: max17042_battery: Prevent int underflow in set_soc_threshold
    (git-fixes).
  o power: supply: max17042_battery: use VFSOC for capacity when no rsns
    (git-fixes).
  o printk/console: Allow to disable console output by using console="" or
    console=null (bsc#1192753).
  o printk: handle blank console arguments passed in (bsc#1192753).
  o qed: Fix missing error code in qed_slowpath_start() (git-fixes).
  o qed: Handle management FW error (git-fixes).
  o qed: rdma - do not wait for resources under hw error recovery flow
    (git-fixes).
  o qtnfmac: fix potential Spectre vulnerabilities (bsc#1192802).
  o r8152: add a helper function about setting EEE (git-fixes).
  o r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
    (git-fixes).
  o r8152: Disable PLA MCU clock speed down (git-fixes).
  o r8152: disable U2P3 for RTL8153B (git-fixes).
  o r8152: divide the tx and rx bottom functions (git-fixes).
  o r8152: do not enable U1U2 with USB_SPEED_HIGH for RTL8153B (git-fixes).
  o r8152: fix runtime resume for linking change (git-fixes).
  o r8152: replace array with linking list for rx information (git-fixes).
  o r8152: reset flow control patch when linking on for RTL8153B (git-fixes).
  o r8152: saving the settings of EEE (git-fixes).
  o r8152: separate the rx buffer size (git-fixes).
  o r8152: use alloc_pages for rx buffer (git-fixes).
  o random: fix crash on multiple early calls to add_bootloader_randomness()
    (bsc#1184924)
  o README.BRANCH: Add Oscar Salvador as SLE15-SP3 maintainer
  o regulator: dt-bindings: samsung,s5m8767: correct
    s5m8767,pmic-buck-default-dvs-idx property (git-fixes).
  o regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is
    disabled (git-fixes).
  o Revert "ibmvnic: check failover_pending in login response" (bsc#1190523 ltc
    #194510).
  o Revert "platform/x86: i2c-multi-instantiate: Do not create platform device
    for INT3515 ACPI nodes" (git-fixes).
  o Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"
    (git-fixes).
  o Revert "scsi: ufs: fix a missing check of devm_reset_control_get"
    (git-fixes).
  o Revert "x86/kvm: fix vcpu-id indexed array sizes" (git-fixes).
  o rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
    (git-fixes).
  o rsi: fix control-message timeout (git-fixes).
  o rsi: Fix module dev_oper_mode parameter description (git-fixes).
  o rsi: stop thread firstly in rsi_91x_init() error handling (git-fixes).
  o rtl8187: fix control-message timeouts (git-fixes).
  o s390/dasd: fix use after free in dasd path handling (git-fixes).
  o s390/pci: fix use after free of zpci_dev (git-fixes).
  o s390/pci: fix zpci_zdev_put() on reserve (git-fixes).
  o s390/qeth: fix deadlock during failing recovery (git-fixes).
  o s390/qeth: Fix deadlock in remove_discipline (git-fixes).
  o s390/qeth: fix NULL deref in qeth_clear_working_pool_list() (git-fixes).
  o s390/topology: clear thread/group maps for offline cpus (git-fixes).
  o scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()
    (git-fixes).
  o scsi: BusLogic: Fix missing pr_cont() use (git-fixes).
  o scsi: core: Fix spelling in a source code comment (git-fixes).
  o scsi: csiostor: Add module softdep on cxgb4 (git-fixes).
  o scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() (git-fixes).
  o scsi: dc395: Fix error case unwinding (git-fixes).
  o scsi: fdomain: Fix error return code in fdomain_probe() (git-fixes).
  o scsi: FlashPoint: Rename si_flags field (git-fixes).
  o scsi: iscsi: Fix iface sysfs attr detection (git-fixes).
  o scsi: libsas: Use _safe() loop in sas_resume_port() (git-fixes).
  o scsi: mpt3sas: Fix error return value in _scsih_expander_add() (git-fixes).
  o scsi: qedf: Add pointer checks in qedf_update_link_speed() (git-fixes).
  o scsi: qedf: Fix error codes in qedf_alloc_global_queues() (git-fixes).
  o scsi: qedi: Fix error codes in qedi_alloc_global_queues() (git-fixes).
  o scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()
    (git-fixes).
  o scsi: qla2xxx: Make sure that aborted commands are freed (git-fixes).
  o scsi: smartpqi: Fix an error code in pqi_get_raid_map() (git-fixes).
  o scsi: snic: Fix an error message (git-fixes).
  o scsi: ufs-pci: Add quirk for broken auto-hibernate for Intel EHL
    (git-fixes).
  o scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer (git-fixes).
  o serial: 8250_dw: Drop wrong use of ACPI_PTR() (git-fixes).
  o serial: xilinx_uartps: Fix race condition causing stuck TX (git-fixes).
  o staging: r8712u: fix control-message timeout (git-fixes).
  o staging: rtl8192u: fix control-message timeouts (git-fixes).
  o stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()
    (git-fixes).
  o swiotlb: add a IO_TLB_SIZE define (bsc#1191851).
  o swiotlb: clean up swiotlb_tbl_unmap_single (bsc#1191851).
  o swiotlb: do not modify orig_addr in swiotlb_tbl_sync_single (bsc#1191851).
  o swiotlb: factor out an io_tlb_offset helper (bsc#1191851).
  o swiotlb: factor out a nr_slots helper (bsc#1191851).
  o swiotlb: refactor swiotlb_tbl_map_single (bsc#1191851).
  o swiotlb: respect min_align_mask (bsc#1191851).
  o swiotlb: Split size parameter to map/unmap APIs (bsc#1191851).
  o tpm: Check for integer overflow in tpm2_map_response_body() (git-fixes).
  o tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker
    together (bsc#1192745).
  o Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
  o Update patches.suse/
    NFS-Do-uncached-readdir-when-we-re-seeking-a-cookie-.patch (bsc#1191628 bsc
    #1192549). dir_cookie is a pointer to the cookie in older kernels, not the
    cookie itself.
  o Update patch reference for AMDGPU fix (bsc#1180749)
  o usb: gadget: hid: fix error code in do_config() (git-fixes).
  o USB: iowarrior: fix control-message timeouts (git-fixes).
  o usb: max-3421: Use driver data instead of maintaining a list of bound
    devices (git-fixes).
  o usb: musb: Balance list entry in musb_gadget_queue (git-fixes).
  o usbnet: fix error return code in usbnet_probe() (git-fixes).
  o usbnet: sanity check for maxpacket (git-fixes).
  o USB: serial: keyspan: fix memleak on probe errors (git-fixes).
  o video: fbdev: chipsfb: use memset_io() instead of memset() (git-fixes).
  o virtio-gpu: fix possible memory allocation failure (git-fixes).
  o wcn36xx: Add ability for wcn36xx_smd_dump_cmd_req to pass two's complement
    (git-fixes).
  o wcn36xx: add proper DMA memory barriers in rx path (git-fixes).
  o wcn36xx: Fix HT40 capability for 2Ghz band (git-fixes).
  o x86/ioapic: Force affinity setup before startup (bsc#1152489).
  o x86/msi: Force affinity setup before startup (bsc#1152489).
  o x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions (bsc#
    1152489).
  o x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c (bsc#
    1152489).
  o x86/xen: Mark cpu_bringup_and_idle() as dead_end_function (git-fixes).
  o xen: Fix implicit type conversion (git-fixes).
  o xen-pciback: Fix return in pm_ctrl_init() (git-fixes).
  o xfs: do not allow log writes if the data device is readonly (bsc#1192229).

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 Module for Public Cloud 15-SP3:
    zypper in -t patch SUSE-SLE-Module-Public-Cloud-15-SP3-2021-3806=1

Package List:

  o SUSE Linux Enterprise Module for Public Cloud 15-SP3 (x86_64):
       kernel-azure-5.3.18-38.31.1
       kernel-azure-debuginfo-5.3.18-38.31.1
       kernel-azure-debugsource-5.3.18-38.31.1
       kernel-azure-devel-5.3.18-38.31.1
       kernel-azure-devel-debuginfo-5.3.18-38.31.1
       kernel-syms-azure-5.3.18-38.31.1
  o SUSE Linux Enterprise Module for Public Cloud 15-SP3 (noarch):
       kernel-devel-azure-5.3.18-38.31.1
       kernel-source-azure-5.3.18-38.31.1


References:

  o https://www.suse.com/security/cve/CVE-2021-0941.html
  o https://www.suse.com/security/cve/CVE-2021-20322.html
  o https://www.suse.com/security/cve/CVE-2021-31916.html
  o https://www.suse.com/security/cve/CVE-2021-34981.html
  o https://www.suse.com/security/cve/CVE-2021-37159.html
  o https://www.suse.com/security/cve/CVE-2021-43389.html
  o https://bugzilla.suse.com/1094840
  o https://bugzilla.suse.com/1133021
  o https://bugzilla.suse.com/1152489
  o https://bugzilla.suse.com/1154353
  o https://bugzilla.suse.com/1157177
  o https://bugzilla.suse.com/1167773
  o https://bugzilla.suse.com/1169263
  o https://bugzilla.suse.com/1170269
  o https://bugzilla.suse.com/1176940
  o https://bugzilla.suse.com/1180749
  o https://bugzilla.suse.com/1184924
  o https://bugzilla.suse.com/1188601
  o https://bugzilla.suse.com/1190523
  o https://bugzilla.suse.com/1190795
  o https://bugzilla.suse.com/1191628
  o https://bugzilla.suse.com/1191790
  o https://bugzilla.suse.com/1191851
  o https://bugzilla.suse.com/1191958
  o https://bugzilla.suse.com/1191961
  o https://bugzilla.suse.com/1191980
  o https://bugzilla.suse.com/1192045
  o https://bugzilla.suse.com/1192217
  o https://bugzilla.suse.com/1192229
  o https://bugzilla.suse.com/1192267
  o https://bugzilla.suse.com/1192273
  o https://bugzilla.suse.com/1192288
  o https://bugzilla.suse.com/1192328
  o https://bugzilla.suse.com/1192375
  o https://bugzilla.suse.com/1192473
  o https://bugzilla.suse.com/1192549
  o https://bugzilla.suse.com/1192718
  o https://bugzilla.suse.com/1192740
  o https://bugzilla.suse.com/1192745
  o https://bugzilla.suse.com/1192750
  o https://bugzilla.suse.com/1192753
  o https://bugzilla.suse.com/1192758
  o https://bugzilla.suse.com/1192781
  o https://bugzilla.suse.com/1192802
  o https://bugzilla.suse.com/1192896
  o https://bugzilla.suse.com/1192906
  o https://bugzilla.suse.com/1192918

- --------------------------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

iQIVAwUBYaRSeeNLKJtyKPYoAQiN8RAAo93ZC84ECFHPnQT/IXBihKqGZewlWbW9
OnW5QiE/KyevmhTRO17NwRp6QF80yfyIcCjcCckO3AfnVyETA00rGpNk91clQc6O
UWiH/ePkSVdpooIqBHDDoOpSTgzyAbnv07Zv/gFt4HTJVgMRVIob91DDz9aNZYie
2lkLeNkQtvfKS0E1gu39gbaJWyO8h50BuSSVleEPkSb5vlgLBA3Ald7ZZ6Y+ieKU
mGTVWUTbrE71FlrEcAJoNa5fUT9vwOdEr2zTiDr1zDX+Ra2jl1sx8Oh1SO+srfgW
U1reQ9J/80EFlTO0WThna68coBLNYRIJZv/8srNLFSyuHn55QVaUBtUcznPj7xGc
UdtSfKTerx3w8UOvn80o/U0yeEuvDFAeoIbRJVFsSsJjLK3oLV3p4Eh7ig88ROnw
GbxM5otAXkx1P0Q/maT78As/1UdZwB5+1CTwluAgO+SCQhb3/DGJfgw64RaQF8q3
7PA2jQq9g9XXEe3ix6HMQnjwfMoevSw2TMwwHLHIotM9xUPKjPyCNatIwYNE7VRW
FXmCbwjToEfYJHeN0OuPXJ0hiKrTt7QYAn7qzOinux5JEMVhO0P8GXdHMssmJUht
FOBrcghhbX61ErxORwGwMvtLuaRQzbiJNqwDEIWM64mEs7nJTqJWf0HbbeJGI3L3
KyeFj9XnioE=
=mNmz
-----END PGP SIGNATURE-----