Security update for the Linux Kernel

The openSUSE Leap 42.2 kernel was updated to 4.4.72 to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2017-1000364: An issue was discovered in the size of the stack guard page on Linux, specifically a 4k stack guard page is not sufficiently large and can be "jumped" over (the stack guard page is bypassed), this affects Linux Kernel versions 4.11.5 and earlier (the stackguard page was introduced in 2010) (bnc#1039348).
- CVE-2017-1000380: sound/core/timer.c in the Linux kernel is vulnerable to a data race in the ALSA /dev/snd/timer driver resulting in local users being able to read information belonging to other users, i.e., uninitialized memory contents may be disclosed when a read and an ioctl happen at the same time (bnc#1044125).
- CVE-2017-7346: The vmw_gb_surface_define_ioctl function in drivers/gpu/drm/vmwgfx/vmwgfx_surface.c in the Linux kernel did not validate certain levels data, which allowed local users to cause a denial of service (system hang) via a crafted ioctl call for a /dev/dri/renderD* device (bnc#1031796).
- CVE-2017-9242: The __ip6_append_data function in net/ipv6/ip6_output.c in the Linux kernel is too late in checking whether an overwrite of an skb data structure may occur, which allowed local users to cause a denial of service (system crash) via crafted system calls (bnc#1041431).

The following non-security bugs were fixed:

- ASoC: Intel: Skylake: Uninitialized variable in probe_codec() (bsc#1043231).
- IB/core: Fix kernel crash during fail to initialize device (bsc#1022595 FATE#322350).
- IB/core: For multicast functions, verify that LIDs are multicast LIDs (bsc#1022595 FATE#322350).
- IB/core: If the MGID/MLID pair is not on the list return an error (bsc#1022595 FATE#322350).
- IB/ipoib: Fix deadlock between ipoib_stop and mcast join flow (bsc#1022595 FATE#322350).
- Make __xfs_xattr_put_listen preperly report errors (bsc#1041242).
- NFS: Fix an LOCK/OPEN race when unlinking an open file (git-fixes).
- NFSv4: Fix the underestimation of delegation XDR space reservation (git-fixes).
- NFSv4: fix a reference leak caused WARNING messages (git-fixes).
- PM / QoS: Fix memory leak on resume_latency.notifiers (bsc#1043231).
- SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in use (git-fixes).
- SUNRPC: ensure correct error is reported by xs_tcp_setup_socket() (git-fixes).
- Update patches.fixes/xen-silence-efi-error-messge.patch (bnc#1039900).
- [media] vb2: Fix an off by one error in 'vb2_plane_vaddr' (bsc#1043231).
- bcache: fix calling ida_simple_remove() with incorrect minor (bsc#1038085).
- bna: add missing per queue ethtool stat (bsc#966321 FATE#320156).
- bna: integer overflow bug in debugfs (bsc#966321 FATE#320156).
- bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal (bsc#1042286).
- bonding: do not use stale speed and duplex information (bsc#1042286).
- bonding: prevent out of bound accesses (bsc#1042286).
- brcmfmac: add fallback for devices that do not report per-chain values (bsc#1043231).
- brcmfmac: avoid writing channel out of allocated array (bsc#1043231).
- ceph: fix potential use-after-free (bsc#1043371).
- ceph: memory leak in ceph_direct_read_write callback (bsc#1041810).
- cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode (bsc#1012829).
- cgroup: remove redundant cleanup in css_create (bsc#1012829).
- cifs: small underflow in cnvrtDosUnixTm() (bnc#1043935).
- drm/mgag200: Fix to always set HiPri for G200e4 (bsc#1015452, bsc#995542).
- drm/nouveau/tmr: fully separate alarm execution/pending lists (bsc#1043467).
- efi: Do not issue error message when booted under Xen (bnc#1036638).
- ext4: fix data corruption for mmap writes (bsc#1012829).
- ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO (bsc#1012829).
- fuse: fix clearing suid, sgid for chown() (bsc#1012829).
- ibmvnic: Check adapter state during ibmvnic_poll (fate#322021, bsc#1040855).
- ibmvnic: Deactivate RX pool buffer replenishment on H_CLOSED (fate#322021, bsc#1040855).
- ibmvnic: Fix cleanup of SKB's on driver close (fate#322021, bsc#1040855).
- ibmvnic: Halt TX and report carrier off on H_CLOSED return code (fate#322021, bsc#1040855).
- ibmvnic: Handle failover after failed init crq (fate#322021, bsc#1040855).
- ibmvnic: Non-fatal error handling (fate#322021, bsc#1040855).
- ibmvnic: Reset sub-crqs during driver reset (fate#322021, bsc#1040855).
- ibmvnic: Reset the CRQ queue during driver reset (fate#322021, bsc#1040855).
- ibmvnic: Reset tx/rx pools on driver reset (fate#322021, bsc#1040855).
- ibmvnic: Return failure on attempted mtu change (bsc#1043236).
- ibmvnic: Send gratuitous arp on reset (fate#322021, bsc#1040855).
- ibmvnic: Track state of adapter napis (fate#322021, bsc#1040855).
- ipv6: Do not use ufo handling on later transformed packets (bsc#1042286).
- ipv6: fix endianness error in icmpv6_err (bsc#1042286).
- kABI: protect struct fib_info (kabi).
- kABI: protect struct pglist_data (kabi).
- kABI: protect struct xlog (bsc#1043598).
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- l2tp: fix race in l2tp_recv_common() (bsc#1042286).
- libceph: NULL deref on crush_decode() error path (bsc#1044015).
- md: allow creation of mdNNN arrays via md_mod/parameters/new_array (bsc#1032339).
- md: support disabling of create-on-open semantics (bsc#1032339).
- mm/hugetlb: check for reserved hugepages during memory offline (bnc#971975 VM -- git fixes).
- mm/hugetlb: fix incorrect hugepages count during mem hotplug (bnc#971975 VM -- git fixes).
- mmc: Downgrade error level (bsc#1042536).
- module: fix memory leak on early load_module() failures (bsc#1043014).
- net: bridge: start hello timer only if device is up (bnc#1012382).
- net: fix compile error in skb_orphan_partial() (bnc#1012382).
- net: ipv6: set route type for anycast routes (bsc#1042286).
- netfilter: nf_conntrack_sip: extend request line validation (bsc#1042286).
- netfilter: nf_ct_expect: remove the redundant slash when policy name is empty (bsc#1042286).
- netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flags (bsc#1042286).
- netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register (bsc#1042286).
- netfilter: nfnetlink_queue: reject verdict request from different portid (bsc#1042286).
- netfilter: restart search if moved to other chain (bsc#1042286).
- netfilter: use fwmark_reflect in nf_send_reset (bsc#1042286).
- netxen_nic: set rcode to the return status from the call to netxen_issue_cmd (bsc#966339 FATE#320150).
- nfs: Fix "Do not increment lock sequence ID after NFS4ERR_MOVED" (git-fixes).
- nsfs: mark dentry with DCACHE_RCUACCESS (bsc#1012829).
- nvme: submit nvme_admin_activate_fw to admin queue (bsc#1044532).
- percpu: remove unused chunk_alloc parameter from pcpu_get_pages() (bnc#971975 VM -- git fixes).
- perf/x86/intel/rapl: Make Knights Landings support functional (bsc#1042517).
- powerpc/64: Fix flush_(d|i)cache_range() called from modules (bnc#863764 fate#315275, LTC#103998).
- quota: fill in Q_XGETQSTAT inode information for inactive quotas (bsc#1042356).
- radix-tree: fix radix_tree_iter_retry() for tagged iterators (bsc#1012829).
- rpm/kernel-binary.spec: remove superfluous flags This should make build logs more readable and people adding more flags should have easier time finding a place to add them in the spec file.
- rpm/kernel-spec-macros: Fix the check if there is no rebuild counter (bsc#1012060)
- rtnl: reset calcit fptr in rtnl_unregister() (bsc#1042286).
- series.conf: remove silly comment
- tcp: account for ts offset only if tsecr not zero (bsc#1042286).
- tcp: fastopen: accept data/FIN present in SYNACK message (bsc#1042286).
- tcp: fastopen: avoid negative sk_forward_alloc (bsc#1042286).
- tcp: fastopen: call tcp_fin() if FIN present in SYNACK (bsc#1042286).
- tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/data (bsc#1042286).
- tpm: Downgrade error level (bsc#1042535).
- udp: avoid ufo handling on IP payload compression packets (bsc#1042286).
- udplite: call proper backlog handlers (bsc#1042286).
- x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARs (bsc#9048891).
- xen/mce: do not issue error message for failed /dev/mcelog registration (bnc#1036638).
- xen: add sysfs node for guest type (bnc#1037840).
- xfrm: Fix memory leak of aead algorithm name (bsc#1042286).
- xfs: add missing include dependencies to xfs_dir2.h (bsc#1042421).
- xfs: do not warn on buffers not being recovered due to LSN (bsc#1043598).
- xfs: fix xfs_mode_to_ftype() prototype (bsc#1043598).
- xfs: log recovery tracepoints to track current lsn and buffer submission (bsc#1043598).
- xfs: pass current lsn to log recovery buffer validation (bsc#1043598).
- xfs: refactor log record unpack and data processing (bsc#1043598).
- xfs: replace xfs_mode_to_ftype table with switch statement (bsc#1042421).
- xfs: rework log recovery to submit buffers on LSN boundaries (bsc#1043598).
- xfs: rework the inline directory verifiers (bsc#1042421).
- xfs: sanity check directory inode di_size (bsc#1042421).
- xfs: sanity check inode di_mode (bsc#1042421).
- xfs: update metadata LSN in buffers during log recovery (bsc#1043598).
- xfs: verify inline directory data forks (bsc#1042421).
- zswap: do not param_set_charp while holding spinlock (VM Functionality, bsc#1042886).

Fixed bugs
bnc#1012060
Kernel build stalls with too high digit in release string
bnc#1012382
Continuous stable update tracker for 4.4
bnc#1012422
Better compiler warning check
bnc#1012829
Backport fixes to SLE12 SP2
bnc#1015452
Partner-L3: SLES12 SP2 kISO to support devices on Lenovo next generation Purley Servers
bnc#1022595
FATE 322350 Mellanox ib_ipoib driver update
bnc#1031796
VUL-0: CVE-2017-7346: kernel: drm/vmwgfx: Limit the number of mip levels in vmw_gb_surface_define_ioctl() to prevent local DOS
bnc#1032339
L3-Question: mdadm not supporting md minor number above 511 (511 devices from 0 - 511)
bnc#1036638
Partner-L3: HPE XEN Bugzilla: Error messages in dmesg should be masked.
bnc#1037840
L3: Xen-detect always shows HVM for PV guests
bnc#1038085
Kernel warning: ida_remove called for id=16 which is not allocated.
bnc#1039348
VUL-0: CVE-2017-1000364: kernel-source: stack gap guard page too small: Qualys new root/setuid privilege escalation method 05-2017
bnc#1039900
Partner-L3: HPE XEN Bugzilla: Error messages (EFI_MEMMAP) in dmesg should be masked.
bnc#1040855
Additional patches for the ibmvnic driver for SLES 12 SP3 RC1
bnc#1041242
xfs/269 fails
bnc#1041431
VUL-0: CVE-2017-9242: kernel-source: Incorrect overwrite check in __ip6_append_data()
bnc#1041810
memory leaks in ceph_direct_read_write
bnc#1042286
tracking bug for SLE12 SP2 networking core base fixes
bnc#1042356
xfs/263 fails
bnc#1042421
xfs/348 fails
bnc#1042517
knights landing and knights mill support is not functional
bnc#1042535
[Build 0118] Recurring console error message on bootup "tpm tpm0: A TPM error (7) occurred attempting to read a pcr value"
bnc#1042536
[Build 0118] Recurring console error message on bootup "mmc0: Unknown controller version (3). You may experience problems"
bnc#1042886
backport "zswap: don't param_set_charp while holding spinlock"
bnc#1043014
manual backport of module memory leak fix commit a5544880aff90baf1b
bnc#1043231
Kernel build failed at armv7hl
bnc#1043236
SLES 12 SP3 Beta2 - pinging an jumbo frame MTU 9000 packet throws firmware error (ibmvnic)
bnc#1043371
ceph: fix potential use-after-free
bnc#1043467
Hangs on boot with latest (4.4.70-18) kernel
bnc#1043598
xfs: generic/388 failure
bnc#1043935
backport patch cifs: small underflow in cnvrtDosUnixTm()
bnc#1044015
libceph: NULL deref on crush_decode() error path
bnc#1044125
VUL-0: CVE-2017-1000380: kernel-source: sound: information leak due to a data race in ALSA timer
bnc#1044532
HPE firmware updates fail on some nvme drives
bnc#863764
SLES 12 - Enable POWER LE kernel build with ELFv2
bnc#966321
FATE 320156 Brocade bna driver update
bnc#966339
FATE 320150 QLogic netxen_nic driver update
bnc#971975
SLE12 SP2 performance backports: VM
bnc#995542
Partner-L3: Lenovo next generation servers with SLES 11 SP4
Selected Binaries
openSUSE Build Service is sponsored by