SUSE-SU-2018:4069-1

Source
https://www.suse.com/support/update/announcement/2018/suse-su-20184069-1/
Import Source
https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2018:4069-1.json
JSON Data
https://api.osv.dev/v1/vulns/SUSE-SU-2018:4069-1
Related
Published
2018-12-11T08:24:31Z
Modified
2025-05-02T04:06:33.367759Z
Upstream
Summary
Security update for the Linux Kernel
Details

The SUSE Linux Enterprise 12 SP4 kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

  • CVE-2018-19824: A local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usbaudioprobe in sound/usb/card.c (bnc#1118152).
  • CVE-2018-18281: The mremap() syscall performs TLB flushes after dropping pagetable locks. If a syscall such as ftruncate() removed entries from the pagetables of a task that is in the middle of mremap(), a stale TLB entry could remain for a short time that permits access to a physical page after it has been released back to the page allocator and reused. (bnc#1113769).
  • CVE-2018-18710: An information leak in cdromioctlselect_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940 and CVE-2018-16658 (bnc#1113751).
  • CVE-2018-18445: Faulty computation of numeric bounds in the BPF verifier permitted out-of-bounds memory accesses because adjustscalarminmaxvals in kernel/bpf/verifier.c mishandled 32-bit right shifts (bnc#1112372).
  • CVE-2018-18386: drivers/tty/n_tty.c allowed local attackers (who are able to access pseudo terminals) to hang/block further usage of any pseudo terminal devices due to an EXTPROC versus ICANON confusion in TIOCINQ (bnc#1094825).
  • CVE-2017-18224: fs/ocfs2/aops.c omitted use of a semaphore and consequently had a race condition for access to the extent tree during read operations in DIRECT mode, which allowed local users to cause a denial of service (BUG) by modifying a certain e_cpos field (bnc#1084831).
  • CVE-2017-16533: The usbhid_parse function in drivers/hid/usbhid/hid-core.c allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066674).

The following non-security bugs were fixed:

  • ACPI/APEI: Handle GSIV and GPIO notification types (bsc#1115567).
  • ACPICA: Tables: Add WSMT support (bsc#1089350).
  • ACPI/IORT: Fix iortgetplatformdevicedomain() uninitialized pointer value (bsc#1051510).
  • ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers (bsc#1051510).
  • ACPI, nfit: Fix ARS overflow continuation (bsc#1116895).
  • ACPI, nfit: Prefer _DSM over _LSR for namespace label reads (bsc#1112128).
  • ACPI/nfit, x86/mce: Handle only uncorrectable machine checks (bsc#1114279).
  • ACPI/nfit, x86/mce: Validate a MCE's address before using it (bsc#1114279).
  • ACPI / platform: Add SMB0001 HID to forbiddenidlist (bsc#1051510).
  • ACPI / processor: Fix the return value of acpiprocessorids_walk() (bsc#1051510).
  • ACPI / watchdog: Prefer iTCO_wdt always when WDAT table uses RTC SRAM (bsc#1051510).
  • actife: fix a potential use-after-free (networking-stable-1809_11).
  • Add the cherry-picked dup id for PCI dwc fix
  • Add version information to KLP_SYMBOLS file
  • ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control write (bsc#1051510).
  • ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops (bsc#1051510).
  • ALSA: control: Fix race between adding and removing a user element (bsc#1051510).
  • ALSA: hda: Add 2 more models to the power_save blacklist (bsc#1051510).
  • ALSA: hda: Add ASRock N68C-S UCC the power_save blacklist (bsc#1051510).
  • ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905) (bsc#1051510).
  • ALSA: hda - Add quirk for ASUS G751 laptop (bsc#1051510).
  • ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap() (bsc#1051510).
  • ALSA: hda - Fix headphone pin config for ASUS G751 (bsc#1051510).
  • ALSA: hda: fix unused variable warning (bsc#1051510).
  • ALSA: hda/realtek - Add auto-mute quirk for HP Spectre x360 laptop (bsc#1051510).
  • ALSA: hda/realtek - Add GPIO data update helper (bsc#1051510).
  • ALSA: hda/realtek - Allow skipping spec->init_amp detection (bsc#1051510).
  • ALSA: hda/realtek - fix headset mic detection for MSI MS-B171 (bsc#1051510).
  • ALSA: hda/realtek - Fix HP Headset Mic can't record (bsc#1051510).
  • ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops (bsc#1051510).
  • ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715 (bsc#1051510).
  • ALSA: hda/realtek - Manage GPIO bits commonly (bsc#1051510).
  • ALSA: hda/realtek - Simplify Dell XPS13 GPIO handling (bsc#1051510).
  • ALSA: hda/realtek - Support ALC300 (bsc#1051510).
  • ALSA: oss: Use kvzalloc() for local buffer allocations (bsc#1051510).
  • ALSA: sparc: Fix invalid sndfreepages() at error path (bsc#1051510).
  • ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock (bsc#1051510).
  • ALSA: usb-audio: update quirk for B&W PX to remove microphone (bsc#1051510).
  • ALSA: wss: Fix invalid sndfreepages() at error path (bsc#1051510).
  • amd/iommu: Fix Guest Virtual APIC Log Tail Address Register (bsc#1106105).
  • arm64: KVM: Move CPU ID reg trap setup off the world switch path (bsc#1110998).
  • arm64: KVM: Sanitize PSTATE.M when being set from userspace (bsc#1110998).
  • arm64: KVM: Tighten guest core register access from userspace (bsc#1110998).
  • ARM: dts: at91: add new compatibility string for macb on sama5d3 (bsc#1051510).
  • ASoC: dwc: Added a quirk DWI2SQUIRK16BITIDX_OVERRIDE to dwc (bsc#1085535)
  • ASoC: Intel: chtbswmax98090: add support for Baytrail (bsc#1051510).
  • ASoC: intel: chtbswmax98090ti: Add quirk for boards using pmcpltclk0 (bsc#1051510).
  • ASoC: intel: skylake: Add missing break in skltplgget_token() (bsc#1051510).
  • ASoC: Intel: Skylake: Reset the controller in probe (bsc#1051510).
  • ASoC: rsnd: adg: care clock-frequency size (bsc#1051510).
  • ASoC: rsnd: do not fallback to PIO mode when -EPROBE_DEFER (bsc#1051510).
  • ASoC: rt5514: Fix the issue of the delay volume applied again (bsc#1051510).
  • ASoC: sigmadsp: safeload should not have lower byte limit (bsc#1051510).
  • ASoC: sun8i-codec: fix crash on module removal (bsc#1051510).
  • ASoC: wm8804: Add ACPI support (bsc#1051510).
  • ata: Fix racy link clearance (bsc#1107866).
  • ataflop: fix error handling during setup (bsc#1051510).
  • ath10k: fix kernel panic issue during pci probe (bsc#1051510).
  • ath10k: fix scan crash due to incorrect length calculation (bsc#1051510).
  • ath10k: fix use-after-free in ath10kwmicmdsendnowait (bsc#1051510).
  • ath10k: schedule hardware restart if WMI command times out (bsc#1051510).
  • autofs: fix autofs_sbi() does not check super block type (git-fixes).
  • autofs: fix slab out of bounds read in getname_kernel() (git-fixes).
  • autofs: mount point create should honour passed in mode (git-fixes).
  • badblocks: fix wrong return value in badblocks_set if badblocks are disabled (git-fixes).
  • batman-adv: Avoid probe ELP information leak (bsc#1051510).
  • batman-adv: Expand merged fragment buffer for full packet (bsc#1051510).
  • batman-adv: fix backbonegw refcount on queuework() failure (bsc#1051510).
  • batman-adv: fix hardifneigh refcount on queuework() failure (bsc#1051510).
  • batman-adv: Use explicit tvlv padding for ELP packets (bsc#1051510).
  • bdi: Fix another oops in wb_workfn() (bsc#1112746).
  • bdi: Preserve kabi when adding cgwbreleasemutex (bsc#1112746).
  • bitops: protect variables in bitclearunless() macro (bsc#1051510).
  • bitops: protect variables in setmaskbits() macro (bsc#1051510).
  • Blacklist commit that modifies Scsi_Host/kabi (bsc#1114579)
  • Blacklist sd_zbc patch that is too invasive (bsc#1114583)
  • Blacklist virtio patch that uses biointegritybytes() (bsc#1114585)
  • blk-mq: I/O and timer unplugs are inverted in blktrace (bsc#1112713).
  • block, bfq: fix wrong init of saved start time for weight raising (bsc#1112708).
  • block: bfq: swap puts in bfqgandblkg_put (bsc#1112712).
  • block: copy ioprio in _bioclone_fast() (bsc#1082653).
  • block: respect virtual boundary mask in bvecs (bsc#1113412).
  • Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth (bsc#1051510).
  • Bluetooth: SMP: fix crash in unpairing (bsc#1051510).
  • bnxten: Fix TX timeout during netpoll (networking-stable-1810_16).
  • bnxten: free hwrm resources, if driver probe fails (networking-stable-1810_16).
  • bonding: avoid possible dead-lock (networking-stable-181016).
  • bonding: fix length of actor system (networking-stable-181102).
  • bonding: fix warning message (networking-stable-181016).
  • bonding: pass link-local packets to bonding master also (networking-stable-181016).
  • bpf: fix partial copy of map_ptr when dst is scalar (bsc#1083647).
  • bpf, net: add skbmacheaderlen helper (networking-stable-1809_24).
  • bpf/verifier: disallow pointer subtraction (bsc#1083647).
  • bpf: wait for running BPF programs when updating map-in-map (bsc#1083647).
  • brcmfmac: fix for proper support of 160MHz bandwidth (bsc#1051510).
  • brcmfmac: fix reporting support for 160 MHz channels (bsc#1051510).
  • brcmutil: really fix decoding channel info for 160 MHz bandwidth (bsc#1051510).
  • bridge: do not add port to router list when receives query with source 0.0.0.0 (networking-stable-181102).
  • Btrfs: Enhance btrfstrimfs function to handle error better (Dependency for bsc#1113667).
  • Btrfs: Ensure btrfstrimfs can trim the whole filesystem (bsc#1113667).
  • Btrfs: fix assertion failure during fsync in no-holes mode (bsc#1118136).
  • Btrfs: fix assertion on fsync of regular file when using no-holes feature (bsc#1118137).
  • Btrfs: fix cur_offset in the error case for nocow (bsc#1118140).
  • Btrfs: fix data corruption due to cloning of eof block (bsc#1116878).
  • Btrfs: fix deadlock on tree root leaf when finding free extent (bsc#1116876).
  • Btrfs: fix deadlock when writing out free space caches (bsc#1116700).
  • Btrfs: fix infinite loop on inode eviction after deduplication of eof block (bsc#1116877).
  • Btrfs: fix missing error return in btrfsdropsnapshot (Git-fixes bsc#1109919).
  • Btrfs: fix null pointer dereference on compressed write path error (bsc#1116698).
  • Btrfs: fix use-after-free during inode eviction (bsc#1116701).
  • Btrfs: fix use-after-free when dumping free space (bsc#1116862).
  • Btrfs: fix warning when replaying log after fsync of a tmpfile (bsc#1116692).
  • Btrfs: fix wrong dentries after fsync of file that got its parent replaced (bsc#1116693).
  • Btrfs: handle errors while updating refcounts in updatereffor_cow (Git-fixes bsc#1109915).
  • Btrfs: make sure we create all new block groups (bsc#1116699).
  • Btrfs: protect space cache inode alloc with GFP_NOFS (bsc#1116863).
  • Btrfs: send, fix infinite loop due to directory rename dependencies (bsc#1118138).
  • cachefiles: fix the race between cachefilesburyobject() and rmdir(2) (bsc#1051510).
  • can: dev: _cangetechoskb(): Do not crash the kernel if canpriv::echoskb is accessed out of bounds (bsc#1051510).
  • can: dev: cangetechoskb(): factor out non sending code to _cangetecho_skb() (bsc#1051510).
  • can: dev: _cangetechoskb(): print error message, if trying to echo non existing skb (bsc#1051510).
  • can: dev: _cangetechoskb(): replace struct canframe by canfdframe to access frame length (bsc#1051510).
  • can: hi311x: Use level-triggered interrupt (bsc#1051510).
  • can: raw: check for CAN FD capable netdev in raw_sendmsg() (bsc#1051510).
  • can: rcar_can: Fix erroneous registration (bsc#1051510).
  • can: rx-offload: introduce canrxoffloadgetechoskb() and canrxoffloadqueue_sorted() functions (bsc#1051510).
  • cdc-acm: correct counting of UART states in serial state notification (bsc#1051510).
  • cdc-acm: do not reset notification buffer index upon urb unlinking (bsc#1051510).
  • cdc-acm: fix race between reset and control messaging (bsc#1051510).
  • ceph: avoid a use-after-free in cephdestroyoptions() (bsc#1111983).
  • ceph: fix dentry leak in cephreaddirprepopulate (bsc#1114839).
  • ceph: quota: fix null pointer dereference in quota check (bsc#1114839).
  • cfg80211: Address some corner cases in scan result channel updating (bsc#1051510).
  • cfg80211: fix use-after-free in regprocesshint() (bsc#1051510).
  • cifs: check for STATUSUSERSESSION_DELETED (bsc#1112902).
  • cifs: fix memory leak in SMB2_open() (bsc#1112894).
  • cifs: Fix use after free of a midqentry (bsc#1112903).
  • clk: at91: Fix division by zero in PLL recalc_rate() (bsc#1051510).
  • clk: fixed-factor: fix ofnodeget-put imbalance (bsc#1051510).
  • clk: fixed-rate: fix ofnodeget-put imbalance (bsc#1051510).
  • clk: mmp2: fix the clock id for sdh2clk and sdh3clk (bsc#1051510).
  • clk: rockchip: Fix static checker warning in rockchipddrclkget_parent call (bsc#1051510).
  • clk: s2mps11: Add used attribute to s2mps11dtmatch (bsc#1051510).
  • clk: s2mps11: Fix matching when built as module and DT node contains compatible (bsc#1051510).
  • clk: samsung: exynos5420: Enable PERIS clocks for suspend (bsc#1051510).
  • clk: x86: add 'ether_clk' alias for Bay Trail / Cherry Trail (bsc#1051510).
  • clk: x86: Stop marking clocks as CLKISCRITICAL (bsc#1051510).
  • clockevents/drivers/i8253: Add support for PIT shutdown quirk (bsc#1051510).
  • clocksource/drivers/ti-32k: Add CLOCKSOURCESUSPEND_NONSTOP flag for non-am43 SoCs (bsc#1051510).
  • clocksource/drivers/timer-atmel-pit: Properly handle error cases (bsc#1051510).
  • coda: fix 'kernel memory exposure attempt' in fsync (bsc#1051510).
  • configfs: replace strncpy with memcpy (bsc#1051510).
  • crypto: caam - fix implicit casts in endianness helpers (bsc#1051510).
  • crypto: chelsio - Fix memory corruption in DMA Mapped buffers (bsc#1051510).
  • crypto: lrw - Fix out-of bounds access on counter overflow (bsc#1051510).
  • crypto: simd - correctly take reqsize of wrapped skcipher into account (bsc#1051510).
  • crypto: tcrypt - fix ghash-generic speed test (bsc#1051510).
  • dax: Fix deadlock in daxlockmapping_entry() (bsc#1109951).
  • debugobjects: Make stack check warning more informative (bsc#1051510).
  • Documentation/l1tf: Fix small spelling typo (bsc#1051510).
  • Documentation/l1tf: Fix typos (bsc#1051510).
  • Documentation/l1tf: Remove Yonah processors from not vulnerable list (bsc#1051510).
  • do dinstantiate/unlocknew_inode combinations safely (git-fixes).
  • Do not leak MNT_INTERNAL away from internal mounts (git-fixes).
  • driver/dma/ioat: Call deltimersync() without holding prep_lock (bsc#1051510).
  • drm/amdgpu: add missing CHIPHAINAN in amdgpuucodegetload_type (bsc#1051510).
  • drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7 (bsc#1051510).
  • drm/amdgpu: Fix vce work queue was not cancelled when suspend (bsc#1106110)
  • drm/amdgpu/powerplay: fix missing break in switch statements (bsc#1113722)
  • drm/ast: change resolution may cause screen blurred (boo#1112963).
  • drm/ast: fixed cursor may disappear sometimes (bsc#1051510).
  • drm/ast: Fix incorrect free on ioregs (bsc#1051510).
  • drm/ast: Remove existing framebuffers before loading driver (boo#1112963)
  • drm/dp_mst: Check if primary mstb is null (bsc#1051510).
  • drm/dp_mst: Skip validating ports during destruction, just ref (bsc#1051510).
  • drm/edid: Add 6 bpc quirk for BOE panel (bsc#1051510).
  • drm/edid: Add 6 bpc quirk for BOE panel in HP Pavilion 15-n233sl (bsc#1113722)
  • drm/edid: VSDB yCBCr420 Deep Color mode bit definitions (bsc#1051510).
  • drm: fb-helper: Reject all pixel format changing requests (bsc#1113722)
  • drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer (bsc#1113722)
  • drm/hisilicon: hibmc: Do not overwrite fb helper surface depth (bsc#1113722)
  • drm/i915/audio: Hook up component bindings even if displays are (bsc#1113722)
  • drm/i915: Do not oops during modeset shutdown after lpe audio deinit (bsc#1051510).
  • drm/i915: Do not unset intelconnector->mstport (bsc#1051510).
  • drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit panel's native mode (bsc#1051510).
  • drm/i915/execlists: Force write serialisation into context image vs execution (bsc#1051510).
  • drm/i915: Fix ilk+ watermarks when disabling pipes (bsc#1051510).
  • drm/i915/gen9+: Fix initial readout for Y tiled framebuffers (bsc#1113722)
  • drm/i915/glk: Add Quirk for GLK NUC HDMI port issues (bsc#1051510).
  • drm/i915/glk: Remove 99% limitation (bsc#1051510).
  • drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values (bsc#1051510).
  • drm/i915: Large page offsets for pread/pwrite (bsc#1051510).
  • drm/i915: Mark pin flags as u64 (bsc#1051510).
  • drm/i915: Restore vblank interrupts earlier (bsc#1051510).
  • drm/i915: Skip vcpi allocation for MSTB ports that are gone (bsc#1051510).
  • drm/i915: Write GPU relocs harder with gen3 (bsc#1051510).
  • drm: mali-dp: Call drmcrtcvblank_reset on device init (bsc#1051510).
  • drm/mediatek: fix OF sibling-node lookup (bsc#1106110)
  • drm/meson: add support for 1080p25 mode (bsc#1051510).
  • drm/meson: Enable fastio in mesondwhdmiregmap_config (bsc#1051510).
  • drm/meson: Fix OOB memory accesses in mesonviusetosdlut() (bsc#1051510).
  • drm/msm: fix OF child-node lookup (bsc#1106110)
  • drm/nouveau: Check backlight IDs are >= 0, not > 0 (bsc#1051510).
  • drm/nouveau: Do not disable polling in fallback mode (bsc#1103356).
  • drm/omap: fix memory barrier bug in DMM driver (bsc#1051510).
  • drm/rockchip: Allow driver to be shutdown on reboot/kexec (bsc#1051510).
  • drm/sti: do not remove the drm_bridge that was never added (bsc#1100132)
  • drm/sun4i: Fix an ulong overflow in the dotclock driver (bsc#1106110)
  • drm/virtio: fix bounds check in virtiogpucmdgetcapset() (bsc#1113722)
  • e1000: check on netifrunning() before calling e1000up() (bsc#1051510).
  • e1000: ensure to free old tx/rx rings in set_ringparam() (bsc#1051510).
  • EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting (bsc#1114279).
  • EDAC: Raise the maximum number of memory controllers (bsc#1113780).
  • EDAC, skx_edac: Fix logical channel intermediate decoding (bsc#1114279).
  • EDAC, thunderx: Fix memory leak in thunderxl2cthreaded_isr() (bsc#1114279).
  • eeprom: at24: change nvmem stride to 1 (bsc#1051510).
  • eeprom: at24: check at24_read/write arguments (bsc#1051510).
  • eeprom: at24: correctly set the size for at24mac402 (bsc#1051510).
  • Enable LSPCON instead of blindly disabling HDMI
  • enic: do not call enicchangemtu in enic_probe (bsc#1051510).
  • enic: handle mtu change for vf properly (bsc#1051510).
  • enic: initialize enic->rfsh.lock in enicprobe (bsc#1051510).
  • ethtool: fix a privilege escalation bug (bsc#1076830).
  • ext2, dax: set ext2daxaops for dax files (bsc#1112554).
  • ext4: add missing brelse() addnewgdbmetabg()'s error path (bsc#1117795).
  • ext4: add missing brelse() in setflexbgblock_bitmap()'s error path (bsc#1117794).
  • ext4: add missing brelse() update_backups()'s error path (bsc#1117796).
  • ext4: avoid arithemetic overflow that can trigger a BUG (bsc#1112736).
  • ext4: avoid buffer leak in ext4orphanadd() after prior errors (bsc#1117802).
  • ext4: avoid buffer leak on shutdown in ext4markiloc_dirty() (bsc#1117801).
  • ext4: avoid divide by zero fault when deleting corrupted inline directories (bsc#1112735).
  • ext4: avoid potential extra brelse in setupnewflexgroupblocks() (bsc#1117792).
  • ext4: check for NUL characters in extended attribute's name (bsc#1112732).
  • ext4: check to make sure the rename(2)'s destination is not freed (bsc#1112734).
  • ext4: do not mark mmp buffer head dirty (bsc#1112743).
  • ext4: fix buffer leak in _ext4read_dirblock() on error path (bsc#1117807).
  • ext4: fix buffer leak in ext4xattrmovetoblock() on error path (bsc#1117806).
  • ext4: fix missing cleanup if ext4allocflexbgarray() fails while resizing (bsc#1117798).
  • ext4: fix online resize's handling of a too-small final block group (bsc#1112739).
  • ext4: fix online resizing for bigalloc file systems with a 1k block size (bsc#1112740).
  • ext4: fix possible inode leak in the retry loop of ext4resizefs() (bsc#1117799).
  • ext4: fix possible leak of sbi->sgroupdesc_leak in error path (bsc#1117803).
  • ext4: fix possible leak of sjournalflag_rwsem in error path (bsc#1117804).
  • ext4: fix setattr project check in fssetxattr ioctl (bsc#1117789).
  • ext4: fix spectre gadget in ext4mbregular_allocator() (bsc#1112733).
  • ext4: fix use-after-free race in ext4_remount()'s error path (bsc#1117791).
  • ext4: initialize retries variable in ext4dawriteinlinedata_begin() (bsc#1117788).
  • ext4: propagate error from dquotinitialize() in EXT4IOC_FSSETXATTR (bsc#1117790).
  • ext4: recalucate superblock checksum after updating free blocks/inodes (bsc#1112738).
  • ext4: release bs.bh before re-using in ext4xattrblock_find() (bsc#1117805).
  • ext4: reset error code in ext4findentry in fallback (bsc#1112731).
  • ext4: show testdummyencryption mount option in /proc/mounts (bsc#1112741).
  • fbdev: fix broken menu dependencies (bsc#1113722)
  • fbdev/omapfb: fix omapfbmemoryread infoleak (bsc#1051510).
  • firmware: dcdbas: Add support for WSMT ACPI table (bsc#1089350 ).
  • firmware: dcdbas: include linux/io.h (bsc#1089350).
  • Fix kABI for 'Ensure we commit after writeback is complete' (bsc#1111809).
  • floppy: fix race condition in _floppyreadblock0() (bsc#1051510).
  • flowdissector: do not dissect l4 ports for fragments (networking-stable-1811_21).
  • fscache: fix race between enablement and dropping of object (bsc#1107385).
  • fs: dcache: Avoid livelock between dallocparallel and _dadd (git-fixes).
  • fs/dcache.c: fix kmemcheck splat at takedentryname_snapshot() (git-fixes).
  • fs: dcache: Use READONCE when accessing idir_seq (git-fixes).
  • fs: Make extension of struct super_block transparent (bsc#1117822).
  • fsnotify: Fix busy inodes during unmount (bsc#1117822).
  • fsnotify: fix ignore mask logic in fsnotify() (bsc#1115074).
  • fs/quota: Fix spectre gadget in do_quotactl (bsc#1112745).
  • ftrace: Fix debug preempt config name in stacktracer{en,dis}able (bsc#1117172).
  • ftrace: Fix kmemleak in unregisterftracegraph (bsc#1117181).
  • ftrace: Fix memleak when unregistering dynamic ops when tracing disabled (bsc#1117174).
  • ftrace: Remove incorrect setting of glob search field (bsc#1117184).
  • genirq: Fix race on spurious interrupt detection (bsc#1051510).
  • getname_kernel() needs to make sure that ->name != ->iname in long case (git-fixes).
  • gpio: do not free unallocated ida on gpiochipadddatawithkey() error path (bsc#1051510).
  • grace: replace BUGON by WARNONCE in exit_net hook (git-fixes).
  • gsosegment: Reset skb->maclen after modifying network header (networking-stable-180924).
  • hfsplus: do not return 0 when fill_super() failed (bsc#1051510).
  • hfsplus: stop workqueue when fill_super() failed (bsc#1051510).
  • hfs: prevent crash on exit from failed search (bsc#1051510).
  • HID: hiddev: fix potential Spectre v1 (bsc#1051510).
  • HID: hid-sensor-hub: Force logical minimum to 1 for power and report state (bsc#1051510).
  • HID: quirks: fix support for Apple Magic Keyboards (bsc#1051510).
  • HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub report (bsc#1051510).
  • HID: uhid: forbid UHIDCREATE under KERNELDS or elevated privileges (bsc#1051510).
  • hv: avoid crash in vmbus sysfs files (bnc#1108377).
  • hv_netvsc: fix schedule in RCU context ().
  • hvnetvsc: ignore devices that are not PCI (networking-stable-1809_11).
  • hwmon: (core) Fix double-free in _hwmondevice_register() (bsc#1051510).
  • hwmon: (ibmpowernv) Remove bogus __init annotations (bsc#1051510).
  • hwmon: (ina2xx) Fix current value calculation (bsc#1051510).
  • hwmon (ina2xx) Fix NULL id pointer in probe() (bsc#1051510).
  • hwmon: (nct6775) Fix potential Spectre v1 (bsc#1051510).
  • hwmon: (pmbus) Fix page count auto-detection (bsc#1051510).
  • hwmon: (pwm-fan) Set fan speed to 0 on suspend (bsc#1051510).
  • hwmon: (raspberrypi) Fix initial notify (bsc#1051510).
  • hwmon: (w83795) temp4_type has writable permission (bsc#1051510).
  • hwrng: core - document the quality field (bsc#1051510).
  • hypfskillsuper(): deal with failed allocations (bsc#1051510).
  • i2c: i2c-scmi: fix for i2csmbuswriteblockdata (bsc#1051510).
  • i2c: rcar: cleanup DMA for all kinds of failure (bsc#1051510).
  • ibmvnic: fix accelerated VLAN handling ().
  • ibmvnic: fix index in releaserxpools (bsc#1115440, bsc#1115433).
  • ibmvnic: remove ndopollcontroller ().
  • ibmvnic: Update driver queues after change in ring size support ().
  • iio: accel: adxl345: convert address field usage in iiochanspec (bsc#1051510).
  • iio: ad5064: Fix regulator handling (bsc#1051510).
  • iio: adc: at91: fix acking DRDY irq on simple conversions (bsc#1051510).
  • iio: adc: at91: fix wrong channel number in triggered buffer mode (bsc#1051510).
  • iio: adc: imx25-gcq: Fix leak of devicenode in mx25gcqsetupcfgs() (bsc#1051510).
  • iio:st_magn: Fix enable device after trigger (bsc#1051510).
  • ima: fix showing large 'violations' or 'runtimemeasurementscount' (bsc#1051510).
  • include/linux/pfn_t.h: force '~' to be parsed as an unary operator (bsc#1051510).
  • inet: make sure to grab rcureadlock before using ireq->ireqopt (networking-stable-1810_16).
  • Input: atakbd - fix Atari CapsLock behaviour (bsc#1051510).
  • Input: atakbd - fix Atari keymap (bsc#1051510).
  • Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM (bsc#1051510).
  • Input: synaptics - avoid using uninitialized variable when probing (bsc#1051510).
  • Input: xpad - add PDP device id 0x02a4 (bsc#1051510).
  • Input: xpad - add support for Xbox1 PDP Camo series gamepad (bsc#1051510).
  • Input: xpad - avoid using _setbit() for capabilities (bsc#1051510).
  • Input: xpad - fix some coding style issues (bsc#1051510).
  • intel_th: pci: Add Ice Lake PCH support (bsc#1051510).
  • iommu/arm-smmu: Ensure that page-table updates are visible before TLBI (bsc#1106237).
  • iommu/arm-smmu: Error out only if not enough context interrupts (bsc#1106237).
  • iommu/ipmmu-vmsa: Fix crash on early domain free (bsc#1106105).
  • iommu/vt-d: Add definitions for PFSID (bsc#1106237).
  • iommu/vt-d: Fix dev iotlb pfsid use (bsc#1106237).
  • iommu/vt-d: Fix NULL pointer dereference in prqeventthread() (bsc#1106105).
  • iommu/vt-d: Fix scatterlist offset handling (bsc#1106237).
  • iommu/vt-d: Use memunmap to free memremap (bsc#1106105).
  • ip6tunnel: be careful when accessing the inner header (networking-stable-1810_16).
  • ip6tunnel: Fix encapsulation layout (networking-stable-1811_02).
  • ip6vti: fix a null pointer deference when destroy vti6 tunnel (networking-stable-1809_11).
  • ipmi: Fix timer race with module unload (bsc#1051510).
  • iptunnel: be careful when accessing the inner header (networking-stable-1810_16).
  • iptunnel: do not force DF when MTU is locked (networking-stable-1811_21).
  • ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.minpmtu (networking-stable-1811_21).
  • ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state (networking-stable-180911).
  • ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF (networking-stable-181121).
  • ipv6: fix possible use-after-free in ip6xmit() (networking-stable-1809_24).
  • ipv6: mcast: fix a use-after-free in inet6mccheck (networking-stable-181102).
  • ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called (networking-stable-181102).
  • ipv6: take rcu lock in rawv6sendhdrinc() (networking-stable-181016).
  • iwlwifi: dbg: allow wrt collection before ALIVE (bsc#1051510).
  • iwlwifi: dbg: do not crash if the firmware crashes in the middle of a debug dump (bsc#1051510).
  • iwlwifi: do not WARN on trying to dump dead firmware (bsc#1051510).
  • iwlwifi: mvm: Allow TKIP for AP mode (bsc#1051510).
  • iwlwifi: mvm: check for n_profiles validity in EWRD ACPI (bsc#1051510).
  • iwlwifi: mvm: check for short GI only for OFDM (bsc#1051510).
  • iwlwifi: mvm: check return value of rsratefromucoderate() (bsc#1051510).
  • iwlwifi: mvm: clear HWRESTARTREQUESTED when stopping the interface (bsc#1051510).
  • iwlwifi: mvm: do not use SAR Geo if basic SAR is not used (bsc#1051510).
  • iwlwifi: mvm: fix BAR seq ctrl reporting (bsc#1051510).
  • iwlwifi: mvm: fix regulatory domain update when the firmware starts (bsc#1051510).
  • iwlwifi: mvm: open BA session only when sta is authorized (bsc#1051510).
  • iwlwifi: mvm: send BCAST management frames to the right station (bsc#1051510).
  • iwlwifi: mvm: support sta_statistics() even on older firmware (bsc#1051510).
  • iwlwifi: pcie: avoid empty free RB queue (bsc#1051510).
  • iwlwifi: pcie: gen2: build A-MSDU only for GSO (bsc#1051510).
  • iwlwifi: pcie gen2: check iwlpciegen2settb() return value (bsc#1051510).
  • jbd2: fix use after free in jbd2logdo_checkpoint() (bsc#1113257).
  • KABI fix for 'NFSv4.1: Fix up replays of interrupted requests' (git-fixes).
  • kABI: Hide getmsrfeature() in kvmx86ops (bsc#1106240).
  • KABI: hide new member in struct iommu_table from genksyms (bsc#1061840).
  • KABI: mask raw in struct bpfregstate (bsc#1083647).
  • KABI: powerpc: export _findlinuxpte as _findlinuxpteorhugepte (bsc#1061840).
  • KABI: powerpc: Revert npu callback signature change (bsc#1055120).
  • KABI: protect struct fibnhexception (kabi).
  • KABI: protect struct rtable (kabi).
  • KABI/severities: ignore _xivevmh* KVM internal symbols.
  • Kbuild: fix # escaping in .cmd files for future Make (git-fixes).
  • kbuild: fix kernel/bounds.c 'W=1' warning (bsc#1051510).
  • kbuild: move 'all' target out of $(KBUILDSRC) conditional (bsc#1114279).
  • kernfs: update comment about kernfs_path() return value (bsc#1051510).
  • kgdboc: Passing ekgdboc to command line causes panic (bsc#1051510).
  • kprobes/x86: Fix %p uses in error messages (bsc#1110006).
  • KVM: arm/arm64: Introduce vcpuel1is_32bit (bsc#1110998).
  • KVM: Make VM ioctl do valloc for some archs (bsc#1111506).
  • KVM: nVMX: Always reflect #NM VM-exits to L1 (bsc#1106240).
  • KVM: nVMX: move checkvmentrypostreqs() call to nestedvmxenternonroot_mode() (bsc#1106240).
  • KVM: PPC: Add ptregs into kvmvcpu_arch and move vcpu->arch.gpr[] into it (bsc#1061840).
  • KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode (bsc#1061840).
  • KVM: PPC: Book3S: Add MMIO emulation for VMX instructions (bsc#1061840).
  • KVM: PPC: Book3S: Allow backing bigger guest IOMMU pages with smaller physical pages (bsc#1061840).
  • KVM: PPC: Book3S: Check KVMCREATESPAPRTCE64 parameters (bsc#1061840).
  • KVM: PPC: Book3S: Eliminate some unnecessary checks (bsc#1061840).
  • KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions (bsc#1061840).
  • KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tables (bsc#1061840).
  • KVM: PPC: Book3S HV: Add ofnodeput() in success path (bsc#1061840).
  • KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interface (bsc#1061840).
  • KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9 (bsc#1061840).
  • KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2 (bsc#1061840).
  • KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page fault (bsc#1061840).
  • KVM: PPC: Book3S HV: Avoid shifts by negative amounts (bsc#1061840).
  • KVM: PPC: Book3S HV: Check DR not IR to chose real vs virt mode MMIOs (bsc#1061840).
  • KVM: PPC: Book3S HV: Do not truncate HPTE index in xlate function (bsc#1061840).
  • KVM: PPC: Book3S HV: Do not use compound_order to determine host mapping size (bsc#1061840).
  • KVM: PPC: Book3S HV: Do not use existing 'prodded' flag for XIVE escalations (bsc#1061840).
  • KVM: PPC: Book 3S HV: Do ptesync in radix guest exit path (bsc#1061840).
  • KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded (bsc#1061840).
  • KVM: PPC: Book3S HV: Enable migration of decrementer register (bsc#1061840).
  • KVM: PPC: Book3S HV: Factor fake-suspend handling out of kvmppcsave/restoretm (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix conditions for starting vcpu (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix constant size warning (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix duplication of host SLB entries (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix inaccurate comment (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix kvmppcbadhost_intr for real mode interrupts (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix trap number return from _kvmppcvcore_entry (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix typo in kvmppchvgetdirtylog_radix() (bsc#1061840).
  • KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing (bsc#1061840).
  • KVM: PPC: Book3S HV: Handle 1GB pages in radix page fault handler (bsc#1061840).
  • KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9 (bsc#1061840).
  • KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless ceded (bsc#1061840).
  • KVM: PPC: Book3S HV: Lockless tlbie for HPT hcalls (bsc#1061840).
  • KVM: PPC: Book3S HV: Make HPT resizing work on POWER9 (bsc#1061840).
  • KVM: PPC: Book3S HV: Make radix clear pte when unmapping (bsc#1061840).
  • KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in kvmppcradixtlbie_page (bsc#1061840).
  • KVM: PPC: Book3S HV: Make xive_pushed a byte, not a word (bsc#1061840).
  • KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space (bsc#1061840).
  • KVM: PPC: Book3S HV: radix: Do not clear partition PTE when RC or write bits do not match (bsc#1061840).
  • KVM: PPC: Book3S HV: Radix page fault handler optimizations (bsc#1061840).
  • KVM: PPC: Book3S HV: radix: Refine IO region partition scope attributes (bsc#1061840).
  • KVM: PPC: Book3S HV: Read kvm->arch.emulsmtmode under kvm->lock (bsc#1061840).
  • KVM: PPC: Book3S HV: Recursively unmap all page table entries when unmapping (bsc#1061840).
  • KVM: PPC: Book3S HV: Remove useless statement (bsc#1061840).
  • KVM: PPC: Book3S HV: Remove vcpu->arch.dec usage (bsc#1061840).
  • KVM: PPC: Book3S HV: Send kvmppcbadinterrupt NMIs to Linux handlers (bsc#1061840).
  • KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctly (bsc#1061840).
  • KVM: PPC: Book3S HV: Snapshot timebase offset on guest entry (bsc#1061840).
  • KVM: PPC: Book3S HV: Streamline setting of reference and change bits (bsc#1061840).
  • KVM: PPC: Book3S HV: Use a helper to unmap ptes in the radix fault path (bsc#1061840).
  • KVM: PPC: Book3S HV: Use _gfntopfnmemslot() in page fault handler (bsc#1061840).
  • KVM: PPC: Book3S HV: XIVE: Resend re-routed interrupts on CPU priority change (bsc#1061840).
  • KVM: PPC: Book3S PR: Add guest MSR parameter for kvmppcsavetm()/kvmppcrestoretm() (bsc#1061840).
  • KVM: PPC: Book3S PR: Move kvmppcsavetm/kvmppcrestoretm to separate file (bsc#1061840).
  • KVM: PPC: Book3S: Use correct page shift in HSTUFFTCE (bsc#1061840).
  • KVM: PPC: Fix a mmiohostswabbed uninitialized usage issue (bsc#1061840).
  • KVM: PPC: Make iommutable::ituserspace big endian (bsc#1061840).
  • KVM: PPC: Move nip/ctr/lr/xer registers to ptregs in kvmvcpu_arch (bsc#1061840).
  • KVM: PPC: Use seqputs() in kvmppcexittimingshow() (bsc#1061840).
  • KVM: s390: vsie: copy wrapping keys to right place (git-fixes).
  • KVM: SVM: Add MSR-based feature support for serializing LFENCE (bsc#1106240).
  • KVM: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb (bsc#1114279).
  • KVM: VMX: re-add ple_gap module parameter (bsc#1106240).
  • KVM: VMX: support MSRIA32ARCH_CAPABILITIES as a feature MSR (bsc#1106240).
  • KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry (bsc#1106240).
  • KVM: x86: Add a framework for supporting MSR-based features (bsc#1106240).
  • KVM: x86: define SVM/VMX specific kvmarch[alloc|free]_vm (bsc#1111506).
  • KVM: x86: Fix kernel info-leak in KVMHCCLOCK_PAIRING hypercall (bsc#1106240).
  • KVM: X86: Introduce kvmgetmsr_feature() (bsc#1106240).
  • KVM/x86: kABI fix for vmalloc/vmfree changes (bsc#1111506).
  • KVM: x86: Set highest physical address bits in non-present/reserved SPTEs (bsc#1106240).
  • libceph: bump CEPHMSGMAXDATALEN (bsc#1114839).
  • libceph: fall back to sendmsg for slab pages (bsc#1118316).
  • libertas: call into generic suspend code before turning off power (bsc#1051510).
  • libertas: do not set URBZEROPACKET on IN USB transfer (bsc#1051510).
  • libnvdimm, badrange: remove a WARN for list_empty (bsc#1112128).
  • libnvdimm, dimm: Maximize label transfer size (bsc#1111921, bsc#1113408, bsc#1113972).
  • libnvdimm: Hold reference on parent while scheduling async init (bsc#1116891).
  • libnvdimm: Introduce locked DIMM capacity support (bsc#1112128).
  • libnvdimm, label: change nvdimmnumlabel_slots per UEFI 2.7 (bsc#1111921, bsc#1113408, bsc#1113972).
  • libnvdimm, label: Fix sparse warning (bsc#1111921, bsc#1113408, bsc#1113972).
  • libnvdimm: move poison list functions to a new 'badrange' file (bsc#1112128).
  • libnvdimm/nfit_test: add firmware download emulation (bsc#1112128).
  • libnvdimm/nfit_test: adding support for unit testing enable LSS status (bsc#1112128).
  • libnvdimm, region: Fail badblocks listing for inactive regions (bsc#1116899).
  • libnvdimm, testing: Add emulation for smart injection commands (bsc#1112128).
  • libnvdimm, testing: update the default smart ctrl_temperature (bsc#1112128).
  • lib/ubsan: add type mismatch handler for new GCC/Clang (bsc#1051510).
  • lib/ubsan.c: s/missaligned/misaligned/ (bsc#1051510).
  • livepatch: create and include UAPI headers ().
  • llc: set SOCKRCUFREE in llcsapaddsocket() (networking-stable-1811_02).
  • lockd: fix 'list_add double add' caused by legacy signal interface (git-fixes).
  • loop: add recursion validation to LOOPCHANGEFD (bsc#1112711).
  • loop: do not call into filesystem while holding loctlmutex (bsc#1112710).
  • loop: fix LOOPGETSTATUS lock imbalance (bsc#1113284).
  • mac80211: Always report TX status (bsc#1051510).
  • mac80211: fix TX status reporting for ieee80211s (bsc#1051510).
  • mac80211_hwsim: do not omit multicast announce of first added radio (bsc#1051510).
  • mac80211: minstrel: fix using short preamble CCK rates on HT clients (bsc#1051510).
  • mac80211: TDLS: fix skb queue/priority assignment (bsc#1051510).
  • mach64: detect the dot clock divider correctly on sparc (bsc#1051510).
  • mach64: fix display corruption on big endian machines (bsc#1113722)
  • mach64: fix image corruption due to reading accelerator registers (bsc#1113722)
  • mailbox: PCC: handle parse error (bsc#1051510).
  • make sure that _dentrykill() always invalidates d_seq, unhashed or not (git-fixes).
  • md: allow metadata updates while suspending an array - fix (git-fixes).
  • MD: fix invalid stored role for a disk - try2 (git-fixes).
  • md: fix NULL dereference of mddev->pers in removeandadd_spares() (git-fixes).
  • md/raid10: fix that replacement cannot complete recovery after reassemble (git-fixes).
  • md/raid1: add error handling of read error from FailFast device (git-fixes).
  • md/raid5-cache: disable reshape completely (git-fixes).
  • md/raid5: fix data corruption of replacements after originals dropped (git-fixes).
  • media: af9035: prevent buffer overflow on write (bsc#1051510).
  • media: cx231xx: fix potential sign-extension overflow on large shift (bsc#1051510).
  • media: dvb: fix compat ioctl translation (bsc#1051510).
  • media: em28xx: fix input name for Terratec AV 350 (bsc#1051510).
  • media: em28xx: use a default format if TRY_FMT fails (bsc#1051510).
  • media: pci: cx23885: handle adding to list failure (bsc#1051510).
  • media: tvp5150: avoid going past array on v4l2_querymenu() (bsc#1051510).
  • media: tvp5150: fix switch exit in set control handler (bsc#1051510).
  • media: tvp5150: fix width alignment during set_selection() (bsc#1051510).
  • media: uvcvideo: Fix uvcallocentity() allocation alignment (bsc#1051510).
  • media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD (bsc#1051510).
  • media: vsp1: Fix YCbCr planar formats pitch calculation (bsc#1051510).
  • memoryhotplug: condresched in _removepages (bnc#1114178).
  • mfd: arizona: Correct calling of runtimeputsync (bsc#1051510).
  • mfd: menelaus: Fix possible race condition and leak (bsc#1051510).
  • mfd: omap-usb-host: Fix dts probe of children (bsc#1051510).
  • mlxsw: spectrum: Fix IP2ME CPU policer configuration (networking-stable-181121).
  • mmc: block: avoid multiblock reads for the last sector in SPI mode (bsc#1051510).
  • mmc: dw_mmc-rockchip: correct property names in debug (bsc#1051510).
  • mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01 (bsc#1051510).
  • mm: handle no memcg case in memcgkmemcharge() properly (bnc#1113677).
  • mm/migrate: Use spin_trylock() while resetting rate limit ().
  • mm: /proc/pid/pagemap: hide swap entries from unprivileged users (Git-fixes bsc#1109907).
  • mm: rework memcg kernel stack accounting (bnc#1113677).
  • modpost: ignore livepatch unresolved relocations ().
  • mount: Do not allow copying MNTUNBINDABLE|MNTLOCKED mounts (bsc#1117819).
  • mount: Prevent MNT_DETACH from disconnecting locked mounts (bsc#1117820).
  • mount: Retest MNTLOCKED in doumount (bsc#1117818).
  • move changes without Git-commit out of sorted section
  • neighbour: confirm neigh entries when ARP packet is received (networking-stable-180924).
  • net/af_iucv: drop inbound packets with invalid flags (bnc#1113501, LTC#172679).
  • net/af_iucv: fix skb handling on HiperTransport xmit error (bnc#1113501, LTC#172679).
  • net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRT (networking-stable-180924).
  • net: aquantia: memory corruption on jumbo frames (networking-stable-181016).
  • net: bcmgenet: Poll internal PHY for GENETv5 (networking-stable-181102).
  • net: bcmgenet: protect stop from timeout (networking-stable-181121).
  • net: bcmgenet: use MAC link status for fixed phy (networking-stable-180911).
  • net: bridge: remove ipv6 zero address check in mcast queries (git-fixes).
  • net: dsa: bcmsf2: Call setup during switch resume (networking-stable-1810_16).
  • net: dsa: bcmsf2: Fix unbind ordering (networking-stable-1810_16).
  • net: ena: add functions for handling Low Latency Queues in ena_com (bsc#1111696 bsc#1117561).
  • net: ena: add functions for handling Low Latency Queues in ena_netdev (bsc#1111696 bsc#1117561).
  • net: ena: change rx copybreak default to reduce kernel memory pressure (bsc#1111696 bsc#1117561).
  • net: ena: complete host info to match latest ENA spec (bsc#1111696 bsc#1117561).
  • net: ena: enable Low Latency Queues (bsc#1111696 bsc#1117561).
  • net: ena: explicit casting and initialization, and clearer error handling (bsc#1111696 bsc#1117561).
  • net: ena: fix auto casting to boolean (bsc#1111696 bsc#1117561).
  • net: ena: fix compilation error in xtensa architecture (bsc#1111696 bsc#1117561).
  • net: ena: fix crash during failed resume from hibernation (bsc#1111696 bsc#1117561).
  • net: ena: fix indentations in ena_defs for better readability (bsc#1111696 bsc#1117561).
  • net: ena: Fix Kconfig dependency on X86 (bsc#1111696 bsc#1117561).
  • net: ena: fix NULL dereference due to untimely napi initialization (bsc#1111696 bsc#1117561).
  • net: ena: fix rare bug when failed restart/resume is followed by driver removal (bsc#1111696 bsc#1117561).
  • net: ena: fix warning in rmmod caused by double iounmap (bsc#1111696 bsc#1117561).
  • net: ena: introduce Low Latency Queues data structures according to ENA spec (bsc#1111696 bsc#1117561).
  • net: ena: limit refill Rx threshold to 256 to avoid latency issues (bsc#1111696 bsc#1117561).
  • net: ena: minor performance improvement (bsc#1111696 bsc#1117561).
  • net: ena: remove ndopollcontroller (bsc#1111696 bsc#1117561).
  • net: ena: remove redundant parameter in enacomadmin_init() (bsc#1111696 bsc#1117561).
  • net: ena: update driver version to 2.0.1 (bsc#1111696 bsc#1117561).
  • net: ena: use CSUM_CHECKED device indication to report skb's checksum status (bsc#1111696 bsc#1117561).
  • net: fec: do not dump RX FIFO register when not available (networking-stable-181102).
  • net-gro: reset skb->pkttype in napireuseskb() (networking-stable-1811_21).
  • net: hns: fix for unmapping problem when SMMU is on (networking-stable-181016).
  • net: hp100: fix always-true check for link up state (networking-stable-180924).
  • net: ibm: fix return type of ndostartxmit function ().
  • net/ibmnvic: Fix deadlock problem in reset ().
  • net/ibmvnic: Fix RTNL deadlock during device reset (bnc#1115431).
  • net: ipmr: fix unresolved entry dumps (networking-stable-181102).
  • net: ipv4: do not let PMTU updates increase route MTU (git-fixes).
  • net/ipv6: Display all addresses in output of /proc/net/ifinet6 (networking-stable-1810_16).
  • net/ipv6: Fix index counter for unicast addresses in in6dumpaddrs (networking-stable-181102).
  • netlabel: check for IPV4MASK in addrinfoget (networking-stable-1810_16).
  • net: macb: do not disable MDIO bus at open/close time (networking-stable-180911).
  • net/mlx5: Check for error in mlx5attachinterface (networking-stable-180918).
  • net/mlx5e: Fix selftest for small MTUs (networking-stable-181121).
  • net/mlx5e: Set vlan masks for all offloaded TC rules (networking-stable-181016).
  • net/mlx5: E-Switch, Fix memory leak when creating switchdev mode FDB tables (networking-stable-180918).
  • net/mlx5: E-Switch, Fix out of bound access when setting vport rate (networking-stable-181016).
  • net/mlx5: Fix debugfs cleanup in the device init/remove flow (networking-stable-180918).
  • net/mlx5: Fix use-after-free in self-healing flow (networking-stable-180918).
  • net/mlx5: Take only bit 24-26 of wqe.pftypewq for page fault type (networking-stable-1811_02).
  • net: mvpp2: Extract the correct ethtype from the skb for tx csum offload (networking-stable-181016).
  • net: mvpp2: fix a txqdone race condition (networking-stable-1810_16).
  • net/packet: fix packet drop as of virtio gso (networking-stable-181016).
  • net: phy: mdio-gpio: Fix working over slow cansleep GPIOs (networking-stable-1811_21).
  • net: qcaspi: Fix race condition in spi transfers (networking-stable-1809_18).
  • net: qmi_wwan: add Wistron Neweb D19Q1 (bsc#1051510).
  • net: sched: actionife: take reference to meta module (networking-stable-1809_11).
  • net/sched: actpedit: fix dump of extended layered op (networking-stable-1809_11).
  • net/sched: actsample: fix NULL dereference in the data path (networking-stable-1809_24).
  • net: sched: Fix for duplicate class dump (networking-stable-181102).
  • net: sched: Fix memory exposure from short TCAU32SEL (networking-stable-180911).
  • net: sched: gred: pass the right attribute to gredchangetabledef() (networking-stable-1811_02).
  • net: smsc95xx: Fix MTU range (networking-stable-181121).
  • net: socket: fix a missing-check bug (networking-stable-181102).
  • net: stmmac: Fix stmmacmdioreset() when building stmmac as modules (networking-stable-181102).
  • net: stmmac: Fixup the tail addr setting in xmit path (networking-stable-181016).
  • net: systemport: Fix wake-up interrupt race during resume (networking-stable-181016).
  • net: systemport: Protect stop from timeout (networking-stable-181121).
  • net: udp: fix handling of CHECKSUMCOMPLETE packets (networking-stable-1811_02).
  • net/usb: cancel pending work when unbinding smsc75xx (networking-stable-181016).
  • NFC: nfcmrvl_uart: fix OF child-node lookup (bsc#1051510).
  • nfit_test: add error injection DSMs (bsc#1112128).
  • nfit_test: fix buffer overrun, add sanity check (bsc#1112128).
  • nfit_test: improve structure offset handling (bsc#1112128).
  • nfittest: prevent parsing error of nfittest.0 (bsc#1112128).
  • nfit_test: when clearing poison, also remove badrange entries (bsc#1112128).
  • nfp: wait for posted reconfigs when disabling the device (networking-stable-180911).
  • NFS: Avoid quadratic search when freeing delegations (bsc#1084760).
  • NFS: Avoid RCU usage in tracepoints (git-fixes).
  • NFS: commit direct writes even if they fail partially (git-fixes).
  • nfsd4: permit layoutget of executable-only files (git-fixes).
  • nfsd: check for use of the closed special stateid (git-fixes).
  • nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) (git-fixes).
  • nfsd: deal with revoked delegations appropriately (git-fixes).
  • nfsd: Ensure we check stateid validity in the seqid operation checks (git-fixes).
  • nfsd: Fix another OPEN stateid race (git-fixes).
  • nfsd: fix corrupted reply to badly ordered compound (git-fixes).
  • nfsd: fix potential use-after-free in nfsd4decodegetdeviceinfo (git-fixes).
  • nfsd: Fix stateid races between OPEN and CLOSE (git-fixes).
  • NFS: do not wait on commit in nfscommitinode() if there were no commit requests (git-fixes).
  • nfsd: restrict rdmaxcount to svcmaxpayload in nfsdencode_readdir (git-fixes).
  • NFS: Ensure we commit after writeback is complete (bsc#1111809).
  • NFS: Fix an incorrect type in struct nfsdirectreq (git-fixes).
  • NFS: Fix a typo in nfs_rename() (git-fixes).
  • NFS: Fix typo in nomigration mount option (git-fixes).
  • NFS: Fix unstable write completion (git-fixes).
  • NFSv4.0 fix client reference leak in callback (git-fixes).
  • NFSv4.1: Fix a potential layoutget/layoutrecall deadlock (git-fixes).
  • NFSv4.1 fix infinite loop on I/O (git-fixes).
  • NFSv4.1: Fix the client behaviour on NFS4ERRSEQFALSE_RETRY (git-fixes).
  • NFSv4.1: Fix up replays of interrupted requests (git-fixes).
  • NFSv4: Fix a typo in nfs41sequenceprocess (git-fixes).
  • nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds (bsc#1051510).
  • nl80211: Fix possible Spectre-v1 for NL80211TXRATEHT (bsc#1051510).
  • nospec: Include <asm/barrier.h> dependency (bsc#1114279).
  • nvdimm: Clarify comment in sizeofnamespaceindex (bsc#1111921, bsc#1113408, bsc#1113972).
  • nvdimm: Remove empty if statement (bsc#1111921, bsc#1113408, bsc#1113972).
  • nvdimm: Sanity check labeloff (bsc#1111921, bsc#1113408, bsc#1113972).
  • nvdimm: Split label init out from the logic for getting config data (bsc#1111921, bsc#1113408, bsc#1113972).
  • nvdimm: Use namespace index data to reduce number of label reads needed (bsc#1111921, bsc#1113408, bsc#1113972).
  • nvme: Free ctrl device name on init failure ().
  • ocfs2: fix a misuse a of brelse after failing ocfs2checkdir_entry (bsc#1117817).
  • ocfs2: fix locking for res->tracking and dlm->tracking_list (bsc#1117816).
  • ocfs2: fix ocfs2 read block panic (bsc#1117815).
  • ocfs2: free up write context when direct IO failed (bsc#1117821).
  • ocfs2: subsystem.sumutex is required while accessing the item->ciparent (bsc#1117808).
  • of: add helper to lookup compatible child node (bsc#1106110)
  • openvswitch: Fix push/pop ethernet validation (networking-stable-181102).
  • orangefs: fix deadlock; do not write isize in readiter (bsc#1051510).
  • orangefs: initialize op on loop restart in orangefsdevreqread (bsc#1051510).
  • orangefskillsb(): deal with allocation failures (bsc#1051510).
  • orangefs: use listforeachentrysafe in purgewaitingops (bsc#1051510).
  • PCI: Add Device IDs for Intel GPU 'spurious interrupt' quirk (bsc#1051510).
  • PCI/ASPM: Do not initialize link state when aspm_disabled is set (bsc#1051510).
  • PCI/ASPM: Fix link_state teardown on device removal (bsc#1051510).
  • PCI: dwc: remove duplicate fix References: bsc#1115269 Patch has been already applied by the following commit: 9f73db8b7c PCI: dwc: Fix enumeration end when reaching root subordinate (bsc#1051510)
  • PCI: hv: Do not wait forever on a device that has disappeared (bsc#1109806).
  • PCI: hv: Use effective affinity mask (bsc#1109772).
  • PCI: imx6: Fix link training status detection in link up check (bsc#1109806).
  • PCI: iproc: Remove PAXC slot check to allow VF support (bsc#1109806).
  • PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice (bsc#1051510).
  • PCI: Reprogram bridge prefetch registers on resume (bsc#1051510).
  • PCI: vmd: Assign vector zero to all bridges (bsc#1109806).
  • PCI: vmd: Detach resources after stopping root bus (bsc#1109806).
  • PCI: vmd: White list for fast interrupt handlers (bsc#1109806).
  • pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges (bsc#1051510).
  • percpu: make thiscpugeneric_read() atomic w.r.t. interrupts (bsc#1114279).
  • perf: fix invalid bit in diagnostic entry (git-fixes).
  • pinctrl: at91-pio4: fix hasconfig check in atmelpctldtsubnodetomap() (bsc#1051510).
  • pinctrl: meson: fix pinconf bias disable (bsc#1051510).
  • pinctrl: qcom: spmi-mpp: Fix drive strength setting (bsc#1051510).
  • pinctrl: qcom: spmi-mpp: Fix err handling of pmicmppset_mux (bsc#1051510).
  • pinctrl: spmi-mpp: Fix pmicmppconfig_get() to be compliant (bsc#1051510).
  • pinctrl: ssbi-gpio: Fix pm8xxxpinconfig_get() to be compliant (bsc#1051510).
  • pipe: match pipemaxsize data type with procfs (git-fixes).
  • platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307 (bsc#1051510).
  • platform/x86: intel_telemetry: report debugfs failure (bsc#1051510).
  • pNFS: Always free the session slot on error in nfs4layoutgethandle_exception (git-fixes).
  • pNFS: Do not release the sequence slot until we've processed layoutget on open (git-fixes).
  • pNFS: Prevent the layout header refcount going to zero in pnfs_roc() (git-fixes).
  • powerpc/64s/hash: Do not use PPCINVALIDATEERAT on CPUs before POWER9 (bsc#1065729).
  • powerpc/boot: Fix opal console in boot wrapper (bsc#1065729).
  • powerpc/kvm/booke: Fix altivec related build break (bsc#1061840).
  • powerpc/kvm: Switch kvm pmd allocator to custom allocator (bsc#1061840).
  • powerpc/mm: Fix typo in comments (bsc#1065729).
  • powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlb (bsc#1091800).
  • powerpc/mm/keys: Move pte bits to correct headers (bsc#1078248).
  • powerpc/mm: Rename findlinuxpteorhugepte() (bsc#1061840).
  • powerpc/npu-dma.c: Fix crash after _mmunotifier_register failure (bsc#1055120).
  • powerpc/perf: Update raw-event code encoding comment for power8 (bsc#1065729).
  • powerpc/powernv: Add indirect levels to it_userspace (bsc#1061840).
  • powerpc/powernv: Do not select the cpufreq governors (bsc#1065729).
  • powerpc/powernv: Fix concurrency issue with npu->mmioatsdusage (bsc#1055120).
  • powerpc/powernv: Fix opaleventshutdown() called with interrupts disabled (bsc#1065729).
  • powerpc/powernv/ioda2: Reduce upper limit for DMA window size (bsc#1055120).
  • powerpc/powernv/ioda: Allocate indirect TCE levels on demand (bsc#1061840).
  • powerpc/powernv/ioda: Finish removing explicit max window size check (bsc#1061840).
  • powerpc/powernv/ioda: Remove explicit max window size check (bsc#1061840).
  • powerpc/powernv: Move TCE manupulation code to its own file (bsc#1061840).
  • powerpc/powernv/npu: Add lock to prevent race in concurrent context init/destroy (bsc#1055120).
  • powerpc/powernv/npu: Do not explicitly flush nmmu tlb (bsc#1055120).
  • powerpc/powernv/npu: Fix deadlock in mmio_invalidate() (bsc#1055120).
  • powerpc/powernv/npu: Prevent overwriting of pnvnpu2init_contex() callback parameters (bsc#1055120).
  • powerpc/powernv/npu: Use flushallmm() instead of flushtlbmm() (bsc#1055120).
  • powerpc/powernv/pci: Work around races in PCI bridge enabling (bsc#1055120).
  • powerpc/powernv: Rework TCE level allocation (bsc#1061840).
  • powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplug (bsc#1079524, git-fixes).
  • powerpc/pseries: Fix CONFIG_NUMA=n build (bsc#1067906, git-fixes).
  • powerpc/pseries: Fix DTL buffer registration (bsc#1065729).
  • powerpc/pseries: Fix how we iterate over the DTL entries (bsc#1065729).
  • powerpc/pseries: Fix 'OF: ERROR: Bad ofnodeput() on /cpus' during DLPAR (bsc#1113295).
  • powerpc/pseries/mobility: Extend start/stop topology update scope (bsc#1116950, bsc#1115709).
  • powerpc: pseries: remove dlparattachnode dependency on full path (bsc#1113295).
  • powerpc/xive: Move definition of ESB bits (bsc#1061840).
  • powerpc/xmon: Add ISA v3.0 SPRs to SPR dump (bsc#1061840).
  • power: supply: max8998-charger: Fix platform data retrieval (bsc#1051510).
  • pppoe: fix reception of frames with no mac header (networking-stable-180924).
  • printk: drop innmi check from printksafeflushon_panic() (bsc#1112170).
  • printk: Fix panic caused by passing logbuflen to command line (bsc#1117168).
  • printk/tracing: Do not trace printknmienter() (bsc#1112208).
  • provide linux/set_memory.h (bsc#1113295).
  • ptp: fix Spectre v1 vulnerability (bsc#1051510).
  • pwm: lpss: Release runtime-pm reference from the driver's remove callback (bsc#1051510).
  • pxa168fb: prepare the clock (bsc#1051510).
  • qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interface (bsc#1051510).
  • qmiwwan: apply SETDTR quirk to the SIMCOM shared device ID (bsc#1051510).
  • qmi_wwan: Support dynamic config on Quectel EP06 (bsc#1051510).
  • qrtr: add MODULE_ALIAS macro to smd (bsc#1051510).
  • r8169: Clear RTLFLAGTASK*PENDING when clearing RTLFLAGTASK_ENABLED (bsc#1051510).
  • r8169: fix NAPI handling under high load (networking-stable-181102).
  • race of lockd inetaddr notifiers vs nlmsvc_rqst change (git-fixes).
  • RAID10 BUGON in raisebarrier when force is true and conf->barrier is 0 (git-fixes).
  • random: rate limit unseeded randomness warnings (git-fixes).
  • rculist: add listforeachentryfrom_rcu() (bsc#1084760).
  • rculist: Improve documentation for listforeachentryfrom_rcu() (bsc#1084760).
  • rds: fix two RCU related problems (networking-stable-180918).
  • README: Clean-up trailing whitespace
  • reiserfs: add check to detect corrupted directory entry (bsc#1109818).
  • reiserfs: do not panic on bad directory entries (bsc#1109818).
  • remoteproc: qcom: Fix potential device node leaks (bsc#1051510).
  • rename a hv patch to reduce conflicts in -AZURE
  • reset: hisilicon: fix potential NULL pointer dereference (bsc#1051510).
  • reset: imx7: Fix always writing bits as 0 (bsc#1051510).
  • resource: Include resource end in walk_*() interfaces (bsc#1114279).
  • Revert 'ceph: fix dentry leak in splice_dentry()' (bsc#1114839).
  • Revert 'powerpc/64: Fix checksum folding in csum_add()' (bsc#1065729).
  • Revert 'rpm/kernel-binary.spec.in: allow unsupported modules for -extra'
  • Revert 'usb: dwc3: gadget: skip Set/Clear Halt when invalid' (bsc#1051510).
  • rpmsg: Correct support for MODULEDEVICETABLE() (git-fixes).
  • rtnetlink: Disallow FDB configuration for non-Ethernet device (networking-stable-181102).
  • rtnetlink: fix rtnlfdbdump() for ndmsg header (networking-stable-181016).
  • rtnl: limit IFLANUMTXQUEUES and IFLANUMRXQUEUES to 4096 (networking-stable-181016).
  • s390/cpum_sf: Add data entry sizes to sampling trailer entry (git-fixes).
  • s390/kvm: fix deadlock when killed by oom (bnc#1113501, LTC#172235).
  • s390/mm: Check for valid vma before zapping in gmap_discard (git-fixes).
  • s390/mm: correct allocatepgste prochandler callback (git-fixes).
  • s390: qethcorempc: Use ARRAY_SIZE instead of reimplementing its function (bnc#1113501, LTC#172682).
  • s390/qeth: fix HiperSockets sniffer (bnc#1113501, LTC#172953).
  • s390: qeth: Fix potential array overrun in cmd/rc lookup (bnc#1113501, LTC#172682).
  • s390/qeth: handle failure on workqueue creation (git-fixes).
  • s390/qeth: report 25Gbit link speed (bnc#1113501, LTC#172959).
  • s390: revert ELFETDYN_BASE base changes (git-fixes).
  • s390/sclp_tty: enable line mode tty even if there is an ascii console (git-fixes).
  • s390/sthyi: add cache to store hypervisor info (LTC#160415, bsc#1068273).
  • s390/sthyi: add s390_sthyi system call (LTC#160415, bsc#1068273).
  • s390/sthyi: reorganize sthyi implementation (LTC#160415, bsc#1068273).
  • sched/numa: Limit the conditions where scan period is reset ().
  • scsi: core: Allow state transitions from OFFLINE to BLOCKED (bsc#1112246).
  • scsi: core: Allow state transitions from OFFLINE to BLOCKED (bsc#1112246).
  • scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock (bsc#1114578).
  • scsi: libfc: check fcframepayload_get() return value for null (bsc#1104731).
  • scsi: libfc: check fcframepayload_get() return value for null (bsc#1104731).
  • scsi: libfc: retry PRLI if we cannot analyse the payload (bsc#1104731).
  • scsi: libfc: retry PRLI if we cannot analyse the payload (bsc#1104731).
  • scsi: libsas: remove irq save in sasataqc_issue() (bsc#1114580).
  • scsi: lpfc: add support to retrieve firmware logs (bsc#1114015).
  • scsi: lpfc: add Trunking support (bsc#1114015).
  • scsi: lpfc: Correct errors accessing fw log (bsc#1114015).
  • scsi: lpfc: Correct invalid EQ doorbell write on if_type=6 (bsc#1114015).
  • scsi: lpfc: Correct irq handling via locks when taking adapter offline (bsc#1114015).
  • scsi: lpfc: Correct LCB RJT handling (bsc#1114015).
  • scsi: lpfc: Correct loss of fc4 type on remote port address change (bsc#1114015).
  • scsi: lpfc: Correct race with abort on completion path (bsc#1114015).
  • scsi: lpfc: Correct soft lockup when running mds diagnostics (bsc#1114015).
  • scsi: lpfc: Correct speeds on SFP swap (bsc#1114015).
  • scsi: lpfc: fcoe: Fix link down issue after 1000+ link bounces (bsc#1114015).
  • scsi: lpfc: Fix errors in log messages (bsc#1114015).
  • scsi: lpfc: Fix GFT_ID and PRLI logic for RSCN (bsc#1114015).
  • scsi: lpfc: Fix LOGO/PLOGI handling when triggerd by ABTS Timeout event (bsc#1114015).
  • scsi: lpfc: Fix lpfcsli4read_config return value check (bsc#1114015).
  • scsi: lpfc: Fix odd recovery in duplicate FLOGIs in point-to-point (bsc#1114015).
  • scsi: lpfc: Implement GID_PT on Nameserver query to support faster failover (bsc#1114015).
  • scsi: lpfc: Raise nvme defaults to support a larger io and more connectivity (bsc#1114015).
  • scsi: lpfc: raise sg count for nvme to use available sg resources (bsc#1114015).
  • scsi: lpfc: reduce locking when updating statistics (bsc#1114015).
  • scsi: lpfc: Remove set but not used variable 'sgl_size' (bsc#1114015).
  • scsi: lpfc: Reset link or adapter instead of doing infinite nameserver PLOGI retry (bsc#1114015).
  • scsi: lpfc: Synchronize access to remoteport via rport (bsc#1114015).
  • scsi: lpfc: update driver version to 12.0.0.7 (bsc#1114015).
  • scsi: lpfc: update driver version to 12.0.0.8 (bsc#1114015).
  • scsi: qlogicpti: Fix an error handling path in 'qptisbusprobe()' (bsc#1114581).
  • scsi: scsitransportsrp: Fix shost to rport translation (bsc#1114582).
  • scsi: sg: fix minor memory leak in error path (bsc#1114584).
  • scsi: sysfs: Introduce sysfs{un,}breakactive_protection() (bsc#1114578).
  • scsi: target: Fix fortify_panic kernel exception (bsc#1114576).
  • scsi: target/tcm_loop: Avoid that static checkers warn about dead code (bsc#1114577).
  • scsi: target: tcmu: add read length support (bsc#1097755).
  • sctp: fix race on sctpid2asoc (networking-stable-1811_02).
  • sctp: fix strchangeflags name for Stream Change Event (networking-stable-1811_21).
  • sctp: hold transport before accessing its asoc in sctptransportgetnext (networking-stable-1809_11).
  • sctp: not allow to set asoc prsctpenable by sockopt (networking-stable-1811_21).
  • sctp: not increase stream's incnt before sending addstrmin request (networking-stable-1811_21).
  • sctp: update dst pmtu with the correct daddr (networking-stable-181016).
  • serial: 8250: Fix clearing FIFOs in RS485 mode again (bsc#1051510).
  • signal: Properly deliver SIGSEGV from x86 uprobes (bsc#1110006).
  • skip LAYOUTRETURN if layout is invalid (git-fixes).
  • smb2: fix missing files in root share directory listing (bsc#1112907).
  • smb2: fix missing files in root share directory listing (bsc#1112907).
  • smb3: fill in statfs fsid and correct namelen (bsc#1112905).
  • smb3: fill in statfs fsid and correct namelen (bsc#1112905).
  • smb3: fix reset of bytes read and written stats (bsc#1112906).
  • smb3: fix reset of bytes read and written stats (bsc#1112906).
  • smb3: on reconnect set PreviousSessionId field (bsc#1112899).
  • smb3: on reconnect set PreviousSessionId field (bsc#1112899).
  • soc: fsl: qbman: qman: avoid allocating from non existing gen_pool (bsc#1051510).
  • soc/tegra: pmc: Fix child-node lookup (bsc#1051510).
  • soc: ti: QMSS: Fix usage of irqsetaffinity_hint (bsc#1051510).
  • sound: do not call sklinitchip() to reset intel skl soc (bsc#1051510).
  • sound: enable interrupt after dma buffer initialization (bsc#1051510).
  • spi/bcm63xx-hsspi: keep pll clk enabled (bsc#1051510).
  • spi: bcm-qspi: switch back to reading flash using smaller chunks (bsc#1051510).
  • spi: sh-msiof: fix deferred probing (bsc#1051510).
  • staging: comedi: nimiocommon: protect register write overflow (bsc#1051510).
  • staging:iio:ad7606: fix voltage scales (bsc#1051510).
  • staging: rtl8723bs: Fix the return value in case of error in 'rtwwxread32()' (bsc#1051510).
  • staging: vchiqarm: fix compat VCHIQIOCAWAITCOMPLETION (bsc#1051510).
  • sunrpc: Allow connect to return EHOSTUNREACH (git-fixes).
  • sunrpc: Do not use stack buffer with scatterlist (git-fixes).
  • sunrpc: Fix rpctaskbegin trace point (git-fixes).
  • sunrpc: Fix tracepoint storage issues with svcrecv and svcrqst_status (git-fixes).
  • target: fix buffer offset in corescsi3prireadfull_status (bsc1117349).
  • target: log Data-Out timeouts as errors (bsc#1095805).
  • target: log NOP ping timeouts as errors (bsc#1095805).
  • target: split out helper for cxn timeout error stashing (bsc#1095805).
  • target: stash sesserrstats on Data-Out timeout (bsc#1095805).
  • target: use ISCSIIQNLEN in iscsitargetstat (bsc#1095805).
  • tcp: do not restart timewait timer on rst reception (networking-stable-180911).
  • test_firmware: fix error return getting clobbered (bsc#1051510).
  • tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths (networking-stable-181121).
  • thermal: bcm2835: enable hwmon explicitly (bsc#1108468).
  • thermal: da9062/61: Prevent hardware access during system suspend (bsc#1051510).
  • thermal: rcar_thermal: Prevent hardware access during system suspend (bsc#1051510).
  • tipc: do not assume linear buffer when reading ancillary data (networking-stable-181121).
  • tipc: fix a missing rhashtablewalkexit() (networking-stable-180911).
  • tipc: fix flow control accounting for implicit connect (networking-stable-181016).
  • tools build: fix # escaping in .cmd files for future Make (git-fixes).
  • tools/testing/nvdimm: advertise a write cache for nfit_test (bsc#1112128).
  • tools/testing/nvdimm: allow custom error code injection (bsc#1112128).
  • tools/testing/nvdimm: disable labels for nfit_test.1 (bsc#1112128).
  • tools/testing/nvdimm: enable labels for nfit_test.1 dimms (bsc#1112128).
  • tools/testing/nvdimm: fix missing newline in nfittestdimm 'handle' attribute (bsc#1112128).
  • tools/testing/nvdimm: Fix support for emulating controller temperature (bsc#1112128).
  • tools/testing/nvdimm: force nfit_test to depend on instrumented modules (bsc#1112128).
  • tools/testing/nvdimm: improve emulation of smart injection (bsc#1112128).
  • tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access() (bsc#1112128).
  • tools/testing/nvdimm: Make DSM failure code injection an override (bsc#1112128).
  • tools/testing/nvdimm: smart alarm/threshold control (bsc#1112128).
  • tools/testing/nvdimm: stricter bounds checking for error injection commands (bsc#1112128).
  • tools/testing/nvdimm: support nfittestdimm attributes under nfit_test.1 (bsc#1112128).
  • tools/testing/nvdimm: unit test clear-error commands (bsc#1112128).
  • tools/vm/page-types.c: fix 'defined but not used' warning (bsc#1051510).
  • tools/vm/slabinfo.c: fix sign-compare warning (bsc#1051510).
  • tpm2-cmd: allow more attempts for selftest execution (bsc#1082555).
  • tpm: add retry logic (bsc#1082555).
  • tpm: consolidate the TPM startup code (bsc#1082555).
  • tpm: do not suspend/resume if power stays on (bsc#1082555).
  • tpm: fix intermittent failure with self tests (bsc#1082555).
  • tpm: fix response size validation in tpmgetrandom() (bsc#1082555).
  • tpm: move endianness conversion of ordinals to tpminputheader (bsc#1082555).
  • tpm: move endianness conversion of TPMTAGRQUCOMMAND to tpminput_header (bsc#1082555).
  • tpm: move the delaymsec increment after sleep in tpmtransmit() (bsc#1082555).
  • tpm: React correctly to RC_TESTING from TPM 2.0 self tests (bsc#1082555).
  • tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers (bsc#1082555).
  • tpm: Restore functionality to xen vtpm driver (bsc#1082555).
  • tpm: self test failure should not cause suspend to fail (bsc#1082555).
  • tpm: tpm-interface: fix tpmtransmit/cmd kdoc (bsc#1082555).
  • tpm: Trigger only missing TPM 2.0 self tests (bsc#1082555).
  • tpm: Use dynamic delay to wait for TPM 2.0 self test result (bsc#1082555).
  • tpm: use tpm2pcrread() in tpm2doselftest() (bsc#1082555).
  • tpm: use tpmbuf functions in tpm2pcr_read() (bsc#1082555).
  • tracing: Add barrier to trace_printk() buffer nesting modification (bsc#1112219).
  • tracing: Apply trace_clock changes to instance max buffer (bsc#1117188).
  • tracing: Erase irqsoff trace with empty write (bsc#1117189).
  • tty: check name length in ttyfindpolling_driver() (bsc#1051510).
  • tty: Do not block on IO when ldisc change is pending (bnc#1105428).
  • tty: fix data race between ttyinitdev and flush of buf (bnc#1105428).
  • tty: Hold ttyldisclock() during tty_reopen() (bnc#1105428).
  • tty/ldsem: Add lockdep asserts for ldisc_sem (bnc#1105428).
  • tty/ldsem: Convert to regular lockdep annotations (bnc#1105428).
  • tty/ldsem: Decrement waitreaders on timeouted downread() (bnc#1105428).
  • tty/ldsem: Wake up readers after timed out down_write() (bnc#1105428).
  • tty: Simplify tty->count math in tty_reopen() (bnc#1105428).
  • tty: wipe buffer (bsc#1051510).
  • tty: wipe buffer if not echoing data (bsc#1051510).
  • tun: Consistently configure generic netdev params via rtnetlink (bsc#1051510).
  • tuntap: fix multiqueue rx (networking-stable-181121).
  • udp4: fix IPCMSGCHECKSUM for connected sockets (networking-stable-180924).
  • udp6: add missing checks on edumux packet processing (networking-stable-180924).
  • udp6: fix encap return code for resubmitting (git-fixes).
  • uio: ensure class is registered before devices (bsc#1051510).
  • uio: Fix an Oops on load (bsc#1051510).
  • uio: make symbol 'uioclassregistered' static (bsc#1051510).
  • Update config files. Enabled ENA (Amazon network driver) for arm64.
  • usb: cdc-acm: add entry for Hiro (Conexant) modem (bsc#1051510).
  • usb: chipidea: Prevent unbalanced IRQ disable (bsc#1051510).
  • usb: core: Fix hub port connection events lost (bsc#1051510).
  • usb: dwc2: host: do not delay retries for CONTROL IN transfers (bsc#1114385).
  • usb: dwc2: host: Do not retry NAKed transactions right away (bsc#1114385).
  • usb: dwc3: core: Clean up ULPI device (bsc#1051510).
  • usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers (bsc#1051510).
  • usb: dwc3: gadget: Properly check last unaligned/zero chain TRB (bsc#1051510).
  • usb: gadget: fsludccore: check allocation return value and cleanup on failure (bsc#1051510).
  • usb: gadget: fsludccore: fixup structudcsetup documentation (bsc#1051510).
  • usb: gadget: storage: Fix Spectre v1 vulnerability (bsc#1051510).
  • usb: gadget: udc: atmel: handle at91sam9rl PMC (bsc#1051510).
  • usb: gadget: u_ether: fix unsafe list iteration (bsc#1051510).
  • usb: host: ohci-at91: fix request of irq for optional gpio (bsc#1051510).
  • usbip: tools: fix atoi() on non-null terminated string (bsc#1051510).
  • usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten (bsc#1051510).
  • usb: misc: appledisplay: add 20' Apple Cinema Display (bsc#1051510).
  • usbnet: smsc95xx: disable carrier check while suspending (bsc#1051510).
  • usb: omap_udc: fix rejection of out transfers when DMA is used (bsc#1051510).
  • usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB (bsc#1051510).
  • usb: quirks: Add no-lpm quirk for Raydium touchscreens (bsc#1051510).
  • usb: remove LPM management from usbdriverclaim_interface() (bsc#1051510).
  • usb: serial: cypress_m8: fix interrupt-out transfer length (bsc#1051510).
  • usb: serial: option: add two-endpoints device-id flag (bsc#1051510).
  • usb: serial: option: drop redundant interface-class test (bsc#1051510).
  • usb: serial: option: improve Quectel EP06 detection (bsc#1051510).
  • usb: xhci: fix timeout for transition from RExit to U0 (bsc#1051510).
  • userfaultfd: hugetlbfs: fix userfaultfdhugemust_wait() pte access (bsc#1109739).
  • Use upstream version of pci-hyperv patch (35a88a1)
  • VFS: close race between getcwd() and d_move() (git-fixes).
  • VFS: fix freeze protection in mntwantwrite_file() for overlayfs (git-fixes).
  • vhost: Fix Spectre V1 vulnerability (bsc#1051510).
  • vhost/scsi: truncate T10 PI ioviter to protbytes (bsc#1051510).
  • virtionet: avoid using netiftxdisable() for serializing tx routine (networking-stable-1811_02).
  • VMCI: Resource wildcard match fixed (bsc#1051510).
  • w1: omap-hdq: fix missing bus unregister at removal (bsc#1051510).
  • Workaround for mysterious NVMe breakage with i915 CFL (bsc#1111040).
  • x86/acpi: Prevent X2APIC id 0xffffffff from being accounted (bsc#1110006).
  • x86/boot/KASLR: Work around firmware bugs by excluding EFIBOOTSERVICES* and EFILOADER_* from KASLR's choice (bnc#1112878).
  • x86/boot: Move EISA setup to a separate file (bsc#1110006).
  • x86/corruption-check: Fix panic in memorycorruptioncheck() when boot option without value is provided (bsc#1110006).
  • x86/cpufeature: Add User-Mode Instruction Prevention definitions (bsc#1110006).
  • x86/cpufeatures: Add Intel Total Memory Encryption cpufeature (bsc#1110006).
  • x86/cpu/vmware: Do not trace vmwareschedclock() (bsc#1114279).
  • x86/eisa: Add missing include (bsc#1110006).
  • x86/EISA: Do not probe EISA bus for Xen PV guests (bsc#1110006).
  • x86/fpu: Remove second definition of fpu in fpurestore_sig() (bsc#1110006).
  • x86, hibernate: Fix nosave_regions setup for hibernation (bsc#1110006).
  • x86/irq: implement irqdatageteffectiveaffinity_mask() for v4.12 (bsc#1109772).
  • x86/kasan: Panic if there is not enough memory to boot (bsc#1110006).
  • x86/kexec: Correct KEXECBACKUPSRC_END off-by-one error (bsc#1114279).
  • x86/ldt: Remove unused variable in mapldtstruct() (bsc#1114279).
  • x86/ldt: Split out sanity check in mapldtstruct() (bsc#1114279).
  • x86/ldt: Unmap PTEs for the slot before freeing LDT pages (bsc#1114279).
  • x86/MCE/AMD: Fix the thresholding machinery initialization order (bsc#1114279).
  • x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read() (bsc#1110006).
  • x86/MCE: Make correctable error detection look at the Deferred bit (bsc#1114279).
  • x86/mm/pat: Disable preemption around _flushtlb_all() (bsc#1114279).
  • x86, nfittest: Add unit test for memcpymcsafe() (bsc#1112128).
  • x86/paravirt: Fix some warning messages (bnc#1065600).
  • x86/percpu: Fix thiscpuread() (bsc#1110006).
  • x86/speculation: Support Enhanced IBRS on future CPUs ().
  • x86/time: Correct the attribute on jiffies' definition (bsc#1110006).
  • x86/xen: Fix boot loader version reported for PVH guests (bnc#1065600).
  • xen/balloon: Support xend-based toolstack (bnc#1065600).
  • xen/blkfront: avoid NULL blkfront_info dereference on device removal (bsc#1111062).
  • xen: fix race in xenqlockwait() (bnc#1107256).
  • xen: fix xenqlockwait() (bnc#1107256).
  • xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap() (bnc#1065600).
  • xen: make xenqlockwait() nestable (bnc#1107256).
  • xen/netfront: do not bug in case of too many frags (bnc#1104824).
  • xen/pvh: do not try to unplug emulated devices (bnc#1065600).
  • xen/pvh: increase early stack size (bnc#1065600).
  • xen: Remove unnecessary BUGON from _unbindfromirq() (bnc#1065600).
  • xen-swiotlb: fix the check condition for xenswiotlbfree_coherent (bnc#1065600).
  • xen-swiotlb: use actually allocated size on check physical continuous (bnc#1065600).
  • xen/x86: add diagnostic printout to xenmcflush() in case of error (bnc#1116183).
  • xfrm: use complete IPv6 addresses for hash (bsc#1109330).
  • xfs: do not fail when converting shortform attr to long form during ATTR_REPLACE (bsc#1105025).
  • xfs: Fix error code in 'xfsiocgetbmap()' (git-fixes).
  • xfs: Properly detect when DAX won't be used on any device (bsc#1115976).
  • xhci: Add check for invalid byte size error when UAS devices are connected (bsc#1051510).
  • xhci: Do not print a warning when setting link state for disabled ports (bsc#1051510).
  • xhci: Fix leaking USB3 shared_hcd at xhci removal (bsc#1051510).
  • xprtrdma: Do not defer fencing an async RPC's chunks (git-fixes).
References

Affected packages

SUSE:Linux Enterprise Desktop 12 SP4 / kernel-default

Package

Name
kernel-default
Purl
pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Desktop%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-macros": "4.12.14-95.3.1",
            "kernel-devel": "4.12.14-95.3.1",
            "kernel-default": "4.12.14-95.3.1",
            "kernel-source": "4.12.14-95.3.1",
            "kernel-default-extra": "4.12.14-95.3.1",
            "kernel-syms": "4.12.14-95.3.1",
            "kernel-default-devel": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise Desktop 12 SP4 / kernel-source

Package

Name
kernel-source
Purl
pkg:rpm/suse/kernel-source&distro=SUSE%20Linux%20Enterprise%20Desktop%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-macros": "4.12.14-95.3.1",
            "kernel-devel": "4.12.14-95.3.1",
            "kernel-default": "4.12.14-95.3.1",
            "kernel-source": "4.12.14-95.3.1",
            "kernel-default-extra": "4.12.14-95.3.1",
            "kernel-syms": "4.12.14-95.3.1",
            "kernel-default-devel": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise Desktop 12 SP4 / kernel-syms

Package

Name
kernel-syms
Purl
pkg:rpm/suse/kernel-syms&distro=SUSE%20Linux%20Enterprise%20Desktop%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-macros": "4.12.14-95.3.1",
            "kernel-devel": "4.12.14-95.3.1",
            "kernel-default": "4.12.14-95.3.1",
            "kernel-source": "4.12.14-95.3.1",
            "kernel-default-extra": "4.12.14-95.3.1",
            "kernel-syms": "4.12.14-95.3.1",
            "kernel-default-devel": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise High Availability Extension 12 SP4 / kernel-default

Package

Name
kernel-default
Purl
pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20High%20Availability%20Extension%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dlm-kmp-default": "4.12.14-95.3.1",
            "gfs2-kmp-default": "4.12.14-95.3.1",
            "ocfs2-kmp-default": "4.12.14-95.3.1",
            "cluster-md-kmp-default": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise Software Development Kit 12 SP4 / kernel-docs

Package

Name
kernel-docs
Purl
pkg:rpm/suse/kernel-docs&distro=SUSE%20Linux%20Enterprise%20Software%20Development%20Kit%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-docs": "4.12.14-95.3.1",
            "kernel-obs-build": "4.12.14-95.3.2"
        }
    ]
}

SUSE:Linux Enterprise Software Development Kit 12 SP4 / kernel-obs-build

Package

Name
kernel-obs-build
Purl
pkg:rpm/suse/kernel-obs-build&distro=SUSE%20Linux%20Enterprise%20Software%20Development%20Kit%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.2

Ecosystem specific

{
    "binaries": [
        {
            "kernel-docs": "4.12.14-95.3.1",
            "kernel-obs-build": "4.12.14-95.3.2"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP4 / kernel-default

Package

Name
kernel-default
Purl
pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-macros": "4.12.14-95.3.1",
            "kernel-devel": "4.12.14-95.3.1",
            "kernel-default-base": "4.12.14-95.3.1",
            "kernel-default-man": "4.12.14-95.3.1",
            "kernel-default": "4.12.14-95.3.1",
            "kernel-source": "4.12.14-95.3.1",
            "kernel-syms": "4.12.14-95.3.1",
            "kernel-default-devel": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP4 / kernel-source

Package

Name
kernel-source
Purl
pkg:rpm/suse/kernel-source&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-macros": "4.12.14-95.3.1",
            "kernel-devel": "4.12.14-95.3.1",
            "kernel-default-base": "4.12.14-95.3.1",
            "kernel-default-man": "4.12.14-95.3.1",
            "kernel-default": "4.12.14-95.3.1",
            "kernel-source": "4.12.14-95.3.1",
            "kernel-syms": "4.12.14-95.3.1",
            "kernel-default-devel": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP4 / kernel-syms

Package

Name
kernel-syms
Purl
pkg:rpm/suse/kernel-syms&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-macros": "4.12.14-95.3.1",
            "kernel-devel": "4.12.14-95.3.1",
            "kernel-default-base": "4.12.14-95.3.1",
            "kernel-default-man": "4.12.14-95.3.1",
            "kernel-default": "4.12.14-95.3.1",
            "kernel-source": "4.12.14-95.3.1",
            "kernel-syms": "4.12.14-95.3.1",
            "kernel-default-devel": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP4 / kernel-default

Package

Name
kernel-default
Purl
pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-macros": "4.12.14-95.3.1",
            "kernel-devel": "4.12.14-95.3.1",
            "kernel-default-base": "4.12.14-95.3.1",
            "kernel-default-man": "4.12.14-95.3.1",
            "kernel-default": "4.12.14-95.3.1",
            "kernel-source": "4.12.14-95.3.1",
            "kernel-syms": "4.12.14-95.3.1",
            "kernel-default-devel": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP4 / kernel-source

Package

Name
kernel-source
Purl
pkg:rpm/suse/kernel-source&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-macros": "4.12.14-95.3.1",
            "kernel-devel": "4.12.14-95.3.1",
            "kernel-default-base": "4.12.14-95.3.1",
            "kernel-default-man": "4.12.14-95.3.1",
            "kernel-default": "4.12.14-95.3.1",
            "kernel-source": "4.12.14-95.3.1",
            "kernel-syms": "4.12.14-95.3.1",
            "kernel-default-devel": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP4 / kernel-syms

Package

Name
kernel-syms
Purl
pkg:rpm/suse/kernel-syms&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-macros": "4.12.14-95.3.1",
            "kernel-devel": "4.12.14-95.3.1",
            "kernel-default-base": "4.12.14-95.3.1",
            "kernel-default-man": "4.12.14-95.3.1",
            "kernel-default": "4.12.14-95.3.1",
            "kernel-source": "4.12.14-95.3.1",
            "kernel-syms": "4.12.14-95.3.1",
            "kernel-default-devel": "4.12.14-95.3.1"
        }
    ]
}

SUSE:Linux Enterprise Workstation Extension 12 SP4 / kernel-default

Package

Name
kernel-default
Purl
pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Workstation%20Extension%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.12.14-95.3.1

Ecosystem specific

{
    "binaries": [
        {
            "kernel-default-extra": "4.12.14-95.3.1"
        }
    ]
}