| Revision Date: | 2020-12-01 | Version: | 1 |
| Title: | Security update for the Linux Kernel (Important) |
| Description: |
The SUSE Linux Enterprise 12 SP1 kernel was updated to 3.12.74 to receive various security and bugfixes.
Notable new/improved features: - Improved support for Hyper-V - Support for the tcp_westwood TCP scheduling algorithm
The following security bugs were fixed:
- CVE-2017-8106: The handle_invept function in arch/x86/kvm/vmx.c in the Linux kernel allowed privileged KVM guest OS users to cause a denial of service (NULL pointer dereference and host OS crash) via a single-context INVEPT instruction with a NULL EPT pointer (bsc#1035877). - CVE-2017-6951: The keyring_search_aux function in security/keys/keyring.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and OOPS) via a request_key system call for the 'dead' type. (bsc#1029850). - CVE-2017-2647: The KEYS subsystem in the Linux kernel allowed local users to gain privileges or cause a denial of service (NULL pointer dereference and system crash) via vectors involving a NULL value for a certain match field, related to the keyring_search_iterator function in keyring.c. (bsc#1030593) - CVE-2016-9604: This fixes handling of keyrings starting with '.' in KEYCTL_JOIN_SESSION_KEYRING, which could have allowed local users to manipulate privileged keyrings (bsc#1035576) - CVE-2017-7616: Incorrect error handling in the set_mempolicy and mbind compat syscalls in mm/mempolicy.c in the Linux kernel allowed local users to obtain sensitive information from uninitialized stack data by triggering failure of a certain bitmap operation. (bnc#1033336). - CVE-2017-7645: The NFSv2/NFSv3 server in the nfsd subsystem in the Linux kernel allowed remote attackers to cause a denial of service (system crash) via a long RPC reply, related to net/sunrpc/svc.c, fs/nfsd/nfs3xdr.c, and fs/nfsd/nfsxdr.c. (bsc#1034670). - CVE-2017-7308: The packet_set_ring function in net/packet/af_packet.c in the Linux kernel did not properly validate certain block-size data, which allowed local users to cause a denial of service (overflow) or possibly have unspecified other impact via crafted system calls (bnc#1031579) - CVE-2017-2671: The ping_unhash function in net/ipv4/ping.c in the Linux kernel was too late in obtaining a certain lock and consequently could not ensure that disconnect function calls are safe, which allowed local users to cause a denial of service (panic) by leveraging access to the protocol value of IPPROTO_ICMP in a socket system call (bnc#1031003) - CVE-2017-7294: The vmw_surface_define_ioctl function in drivers/gpu/drm/vmwgfx/vmwgfx_surface.c in the Linux kernel did not validate addition of certain levels data, which allowed local users to trigger an integer overflow and out-of-bounds write, and cause a denial of service (system hang or crash) or possibly gain privileges, via a crafted ioctl call for a /dev/dri/renderD* device (bnc#1031440) - CVE-2017-7261: The vmw_surface_define_ioctl function in drivers/gpu/drm/vmwgfx/vmwgfx_surface.c in the Linux kernel did not check for a zero value of certain levels data, which allowed local users to cause a denial of service (ZERO_SIZE_PTR dereference, and GPF and possibly panic) via a crafted ioctl call for a /dev/dri/renderD* device (bnc#1031052) - CVE-2017-7187: The sg_ioctl function in drivers/scsi/sg.c in the Linux kernel allowed local users to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a large command size in an SG_NEXT_CMD_LEN ioctl call, leading to out-of-bounds write access in the sg_write function (bnc#1030213) - CVE-2016-9588: arch/x86/kvm/vmx.c in the Linux kernel mismanaged the #BP and #OF exceptions, which allowed guest OS users to cause a denial of service (guest OS crash) by declining to handle an exception thrown by an L2 guest (bsc#1015703). - CVE-2017-5669: The do_shmat function in ipc/shm.c in the Linux kernel did not restrict the address calculated by a certain rounding operation, which allowed local users to map page zero, and consequently bypass a protection mechanism that exists for the mmap system call, by making crafted shmget and shmat system calls in a privileged context (bnc#1026914). - CVE-2016-10200: Race condition in the L2TPv3 IP Encapsulation feature in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) by making multiple bind system calls without properly ascertaining whether a socket has the SOCK_ZAPPED status, related to net/l2tp/l2tp_ip.c and net/l2tp/l2tp_ip6.c (bnc#1028415) - CVE-2016-10208: The ext4_fill_super function in fs/ext4/super.c in the Linux kernel did not properly validate meta block groups, which allowed physically proximate attackers to cause a denial of service (out-of-bounds read and system crash) via a crafted ext4 image (bnc#1023377). - CVE-2017-5897: The ip6gre_err function in net/ipv6/ip6_gre.c in the Linux kernel allowed remote attackers to have unspecified impact via vectors involving GRE flags in an IPv6 packet, which trigger an out-of-bounds access (bsc#1023762). - CVE-2017-5986: A race condition in the sctp_wait_for_sndbuf function in net/sctp/socket.c in the Linux kernel allowed local users to cause a denial of service (assertion failure and panic) via a multithreaded application that peels off an association in a certain buffer-full state (bsc#1025235). - CVE-2017-6074: The dccp_rcv_state_process function in net/dccp/input.c in the Linux kernel mishandled DCCP_PKT_REQUEST packet data structures in the LISTEN state, which allowed local users to obtain root privileges or cause a denial of service (double free) via an application that made an IPV6_RECVPKTINFO setsockopt system call (bnc#1026024) - CVE-2016-9191: The cgroup offline implementation in the Linux kernel mishandled certain drain operations, which allowed local users to cause a denial of service (system hang) by leveraging access to a container environment for executing a crafted application (bnc#1008842) - CVE-2017-6348: The hashbin_delete function in net/irda/irqueue.c in the Linux kernel improperly managed lock dropping, which allowed local users to cause a denial of service (deadlock) via crafted operations on IrDA devices (bnc#1027178). - CVE-2016-10044: The aio_mount function in fs/aio.c in the Linux kernel did not properly restrict execute access, which made it easier for local users to bypass intended SELinux W^X policy restrictions, and consequently gain privileges, via an io_setup system call (bnc#1023992). - CVE-2016-3070: The trace_writeback_dirty_page implementation in include/trace/events/writeback.h in the Linux kernel improperly interacts with mm/migrate.c, which allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by triggering a certain page move (bnc#979215). - CVE-2016-5243: The tipc_nl_compat_link_dump function in net/tipc/netlink_compat.c in the Linux kernel did not properly copy a certain string, which allowed local users to obtain sensitive information from kernel stack memory by reading a Netlink message (bnc#983212). - CVE-2017-6345: The LLC subsystem in the Linux kernel did not ensure that a certain destructor exists in required circumstances, which allowed local users to cause a denial of service (BUG_ON) or possibly have unspecified other impact via crafted system calls (bnc#1027190) - CVE-2017-6346: Race condition in net/packet/af_packet.c in the Linux kernel allowed local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via a multithreaded application that made PACKET_FANOUT setsockopt system calls (bnc#1027189) - CVE-2017-6353: net/sctp/socket.c in the Linux kernel did not properly restrict association peel-off operations during certain wait states, which allowed local users to cause a denial of service (invalid unlock and double free) via a multithreaded application. NOTE: this vulnerability exists because of an incorrect fix for CVE-2017-5986 (bnc#1027066) - CVE-2017-5986: Race condition in the sctp_wait_for_sndbuf function in net/sctp/socket.c in the Linux kernel allowed local users to cause a denial of service (assertion failure and panic) via a multithreaded application that peels off an association in a certain buffer-full state (bsc#1025235). - CVE-2017-6214: The tcp_splice_read function in net/ipv4/tcp.c in the Linux kernel allowed remote attackers to cause a denial of service (infinite loop and soft lockup) via vectors involving a TCP packet with the URG flag (bnc#1026722) - CVE-2016-2117: The atl2_probe function in drivers/net/ethernet/atheros/atlx/atl2.c in the Linux kernel incorrectly enables scatter/gather I/O, which allowed remote attackers to obtain sensitive information from kernel memory by reading packet data (bnc#968697) - CVE-2015-1350: The VFS subsystem in the Linux kernel provided an incomplete set of requirements for setattr operations that underspecifies removing extended privilege attributes, which allowed local users to cause a denial of service (capability stripping) via a failed invocation of a system call, as demonstrated by using chown to remove a capability from the ping or Wireshark dumpcap program (bsc#914939). - CVE-2016-7117: Use-after-free vulnerability in the __sys_recvmmsg function in net/socket.c in the Linux kernel allowed remote attackers to execute arbitrary code via vectors involving a recvmmsg system call that is mishandled during error processing (bsc#1003077).
The following non-security bugs were fixed:
- ACPI / APEI: Fix NMI notification handling (bsc#917630). - arch: Mass conversion of smp_mb__*() (bsc#1020795). - asm-generic: add __smp_xxx wrappers (bsc#1020795). - block: remove struct request buffer member (bsc#1020795). - block: submit_bio_wait() conversions (bsc#1020795). - bonding: Advertize vxlan offload features when supported (bsc#1009682). - bonding: handle more gso types (bsc#1009682). - bonding: use the correct ether type for alb (bsc#1028595). - btrfs: allow unlink to exceed subvolume quota (bsc#1015821). - btrfs: Change qgroup_meta_rsv to 64bit (bsc#1015821). - btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls (bsc#1018100). - btrfs: make file clone aware of fatal signals (bsc#1015787). - btrfs: qgroups: Retry after commit on getting EDQUOT (bsc#1015821). - cancel the setfilesize transation when io error happen (bsc#1028648). - cgroup: remove stray references to css_id (bsc#1020795). - cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle state (bnc#1023164). - dm: add era target (bsc#1020795). - dm: allow remove to be deferred (bsc#1020795). - dm bitset: only flush the current word if it has been dirtied (bsc#1020795). - dm btree: add dm_btree_find_lowest_key (bsc#1020795). - dm cache: actually resize cache (bsc#1020795). - dm cache: add block sizes and total cache blocks to status output (bsc#1020795). - dm cache: add cache block invalidation support (bsc#1020795). - dm cache: add passthrough mode (bsc#1020795). - dm cache: add policy name to status output (bsc#1020795). - dm cache: add remove_cblock method to policy interface (bsc#1020795). - dm cache: be much more aggressive about promoting writes to discarded blocks (bsc#1020795). - dm cache: cache shrinking support (bsc#1020795). - dm cache: do not add migration to completed list before unhooking bio (bsc#1020795). - dm cache: fix a lock-inversion (bsc#1020795). - dm cache: fix truncation bug when mapping I/O to more than 2TB fast device (bsc#1020795). - dm cache: fix writethrough mode quiescing in cache_map (bsc#1020795). - dm cache: improve efficiency of quiescing flag management (bsc#1020795). - dm cache: io destined for the cache device can now serve as tick bios (bsc#1020795). - dm cache: log error message if dm_kcopyd_copy() fails (bsc#1020795). - dm cache metadata: check the metadata version when reading the superblock (bsc#1020795). - dm cache metadata: return bool from __superblock_all_zeroes (bsc#1020795). - dm cache: move hook_info into common portion of per_bio_data structure (bsc#1020795). - dm cache: optimize commit_if_needed (bsc#1020795). - dm cache policy mq: a few small fixes (bsc#1020795). - dm cache policy mq: fix promotions to occur as expected (bsc#1020795). - dm cache policy mq: implement writeback_work() and mq_{set,clear}_dirty() (bsc#1020795). - dm cache policy mq: introduce three promotion threshold tunables (bsc#1020795). - dm cache policy mq: protect residency method with existing mutex (bsc#1020795). - dm cache policy mq: reduce memory requirements (bsc#1020795). - dm cache policy mq: use list_del_init instead of list_del + INIT_LIST_HEAD (bsc#1020795). - dm cache policy: remove return from void policy_remove_mapping (bsc#1020795). - dm cache: promotion optimisation for writes (bsc#1020795). - dm cache: resolve small nits and improve Documentation (bsc#1020795). - dm cache: return -EINVAL if the user specifies unknown cache policy (bsc#1020795). - dm cache: use cell_defer() boolean argument consistently (bsc#1020795). - dm: change sector_count member in clone_info from sector_t to unsigned (bsc#1020795). - dm crypt: add TCW IV mode for old CBC TCRYPT containers (bsc#1020795). - dm crypt: properly handle extra key string in initialization (bsc#1020795). - dm delay: use per-bio data instead of a mempool and slab cache (bsc#1020795). - dm: fix Kconfig indentation (bsc#1020795). - dm: fix Kconfig menu indentation (bsc#1020795). - dm: make dm_table_alloc_md_mempools static (bsc#1020795). - dm mpath: do not call pg_init when it is already running (bsc#1020795). - dm mpath: fix lock order inconsistency in multipath_ioctl (bsc#1020795). - dm mpath: print more useful warnings in multipath_message() (bsc#1020795). - dm mpath: push back requests instead of queueing (bsc#1020795). - dm mpath: really fix lockdep warning (bsc#1020795). - dm mpath: reduce memory pressure when requeuing (bsc#1020795). - dm mpath: remove extra nesting in map function (bsc#1020795). - dm mpath: remove map_io() (bsc#1020795). - dm mpath: remove process_queued_ios() (bsc#1020795). - dm mpath: requeue I/O during pg_init (bsc#1020795). - dm persistent data: cleanup dm-thin specific references in text (bsc#1020795). - dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() (bsc#1020795). - dm snapshot: fix metadata corruption (bsc#1020795). - dm snapshot: prepare for switch to using dm-bufio (bsc#1020795). - dm snapshot: use dm-bufio (bsc#1020795). - dm snapshot: use dm-bufio prefetch (bsc#1020795). - dm snapshot: use GFP_KERNEL when initializing exceptions (bsc#1020795). - dm space map disk: optimise sm_disk_dec_block (bsc#1020795). - dm space map metadata: limit errors in sm_metadata_new_block (bsc#1020795). - dm: stop using bi_private (bsc#1020795). - dm table: add dm_table_run_md_queue_async (bsc#1020795). - dm table: print error on preresume failure (bsc#1020795). - dm table: remove unused buggy code that extends the targets array (bsc#1020795). - dm thin: add error_if_no_space feature (bsc#1020795). - dm thin: add mappings to end of prepared_* lists (bsc#1020795). - dm thin: add 'no_space_timeout' dm-thin-pool module param (bsc#1020795). - dm thin: add timeout to stop out-of-data-space mode holding IO forever (bsc#1020795). - dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode (bsc#1020795). - dm thin: allow metadata space larger than supported to go unused (bsc#1020795). - dm thin: cleanup and improve no space handling (bsc#1020795). - dm thin: eliminate the no_free_space flag (bsc#1020795). - dm thin: ensure user takes action to validate data and metadata consistency (bsc#1020795). - dm thin: factor out check_low_water_mark and use bools (bsc#1020795). - dm thin: fix deadlock in __requeue_bio_list (bsc#1020795). - dm thin: fix noflush suspend IO queueing (bsc#1020795). - dm thin: fix out of data space handling (bsc#1020795). - dm thin: fix pool feature parsing (bsc#1020795). - dm thin: fix rcu_read_lock being held in code that can sleep (bsc#1020795). - dm thin: handle metadata failures more consistently (bsc#1020795). - dm thin: irqsave must always be used with the pool->lock spinlock (bsc#1020795). - dm thin: log info when growing the data or metadata device (bsc#1020795). - dm thin: requeue bios to DM core if no_free_space and in read-only mode (bsc#1020795). - dm thin: return error from alloc_data_block if pool is not in write mode (bsc#1020795). - dm thin: simplify pool_is_congested (bsc#1020795). - dm thin: sort the per thin deferred bios using an rb_tree (bsc#1020795). - dm thin: synchronize the pool mode during suspend (bsc#1020795). - dm thin: use bool rather than unsigned for flags in structures (bsc#1020795). - dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warning (bsc#1020795). - dm thin: use per thin device deferred bio lists (bsc#1020795). - dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbind (bsc#1020795). - drm/i915: relax uncritical udelay_range() (bsc#1038261). - ether: add loopback type ETH_P_LOOPBACK (bsc#1028595). - ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename() (bsc#1012985). - ext4: fix fencepost in s_first_meta_bg validation (bsc#1029986). - ext4: mark inode dirty after converting inline directory (bsc#1012985). - ftrace: Make ftrace_location_range() global (FATE#322421). - HID: usbhid: improve handling of Clear-Halt and reset (bsc#1031080). - hv: util: catch allocation errors - hv: utils: use memdup_user in hvt_op_write - hwrng: virtio - ensure reads happen after successful probe (bsc#954763 bsc#1032344). - i40e: avoid null pointer dereference (bsc#922853). - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx (bsc#985561). - i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet (bsc#985561). - i40e/i40evf: Rewrite logic for 8 descriptor per packet check (bsc#985561). - i40e: Impose a lower limit on gso size (bsc#985561). - i40e: Limit TX descriptor count in cases where frag size is greater than 16K (bsc#985561). - iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped (bsc#1023824). - iommu/vt-d: Tylersburg isoch identity map check is done too late (bsc#1032125). - ipv6: make ECMP route replacement less greedy (bsc#930399). - kabi: hide changes in struct sk_buff (bsc#1009682). - KABI: Hide new include in arch/powerpc/kernel/process.c (fate#322421). - kABI: mask struct xfs_icdinode change (bsc#1024788). - kABI: protect struct inet6_dev (kabi). - kABI: protect struct iscsi_conn (bsc#103470). - kABI: protect struct xfs_buftarg and struct xfs_mount (bsc#1024508). - kABI: restore can_rx_register parameters (kabi). - kernel/watchdog: use nmi registers snapshot in hardlockup handler (bsc#940946, bsc#937444). - kgr: Mark eeh_event_handler() kthread safe using a timeout (bsc#1031662). - kgr/module: make a taint flag module-specific - kgr: remove unneeded kgr_needs_lazy_migration() s390x definition - l2tp: fix address test in __l2tp_ip6_bind_lookup() (bsc#1028415). - l2tp: fix lookup for sockets not bound to a device in l2tp_ip (bsc#1028415). - l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind() (bsc#1028415). - l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv() (bsc#1028415). - l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6 (bsc#1028415). - l2tp: lock socket before checking flags in connect() (bsc#1028415). - livepatch: Allow architectures to specify an alternate ftrace location (FATE#322421). - locking/semaphore: Add down_interruptible_timeout() (bsc#1031662). - md: avoid oops on unload if some process is in poll or select (bsc#1020795). - md: Convert use of typedef ctl_table to struct ctl_table (bsc#1020795). - md: ensure metadata is writen after raid level change (bsc#1020795). - md linear: fix a race between linear_add() and linear_congested() (bsc#1018446). - md: md_clear_badblocks should return an error code on failure (bsc#1020795). - md: refuse to change shape of array if it is active but read-only (bsc#1020795). - megaraid_sas: add missing curly braces in ioctl handler (bsc#1023207). - megaraid_sas: Fixup tgtid count in megasas_ld_list_query() (bsc#971933). - mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp (bnc#1030118). - mm, memcg: do not retry precharge charges (bnc#1022559). - mm/mempolicy.c: do not put mempolicy before using its nodemask (References: VM Performance, bnc#931620). - mm/page_alloc: fix nodes for reclaim in fast path (bnc#1031842). - module: move add_taint_module() to a header file - net: Add skb_gro_postpull_rcsum to udp and vxlan (bsc#1009682). - net: add skb_pop_rcv_encapsulation (bsc#1009682). - net: Call skb_checksum_init in IPv4 (bsc#1009682). - net: Call skb_checksum_init in IPv6 (bsc#1009682). - netfilter: allow logging fron non-init netns (bsc#970083). - net: Generalize checksum_init functions (bsc#1009682). - net: Preserve CHECKSUM_COMPLETE at validation (bsc#1009682). - NFS: do not try to cross a mountpount when there isn't one there (bsc#1028041). - NFS: Expedite unmount of NFS auto-mounts (bnc#1025802). - NFS: Fix a performance regression in readdir (bsc#857926). - NFS: flush out dirty data on file fput() (bsc#1021762). - ocfs2: do not write error flag to user structure we cannot copy from/to (bsc#1012985). - powerpc: Blacklist GCC 5.4 6.1 and 6.2 (boo#1028895). - powerpc: Create a helper for getting the kernel toc value (FATE#322421). - powerpc/fadump: Fix the race in crash_fadump() (bsc#1022971). - powerpc/fadump: Reserve memory at an offset closer to bottom of RAM (bsc#1032141). - powerpc/fadump: Update fadump documentation (bsc#1032141). - powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernel (FATE#322421). - powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI (FATE#322421). - powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftrace (FATE#322421). - powerpc/ftrace: Use generic ftrace_modify_all_code() (FATE#322421). - powerpc: introduce TIF_KGR_IN_PROGRESS thread flag (FATE#322421). - powerpc/kgraft: Add kgraft header (FATE#322421). - powerpc/kgraft: Add kgraft stack to struct thread_info (FATE#322421). - powerpc/kgraft: Add live patching support on ppc64le (FATE#322421). - powerpc/module: Create a special stub for ftrace_caller() (FATE#322421). - powerpc/module: Mark module stubs with a magic value (FATE#322421). - powerpc/module: Only try to generate the ftrace_caller() stub once (FATE#322421). - powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() call (FATE#322421). - powerpc/prom: Increase minimum RMA size to 512MB (bsc#984530). - powerpc/pseries/cpuidle: Remove MAX_IDLE_STATE macro (bnc#1023164). - powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation (bnc#1023164). - powerpc: Reject binutils 2.24 when building little endian (boo#1028895). - RAID1: avoid unnecessary spin locks in I/O barrier code (bsc#982783,bsc#1020048). - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang - remove mpath patches from dmcache backport, for bsc#1035738 - revert 'procfs: mark thread stack correctly in proc/PID/maps' (bnc#1030901). - Revert 'RDMA/core: Fix incorrect structure packing for booleans' (kabi). - rtnetlink: allow to register ops without ops->setup set (bsc#1021374). - s390/zcrypt: Introduce CEX6 toleration (FATE#321783, LTC#147506, bsc#1019514). - sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting (bsc#1018419). - scsi_error: count medium access timeout only once per EH run (bsc#993832, bsc#1032345). - scsi: libiscsi: add lock around task lists to fix list corruption regression (bsc#1034700). - scsi: storvsc: fix SRB_STATUS_ABORTED handling - sfc: reduce severity of PIO buffer alloc failures (bsc#1019168). - svcrpc: fix gss-proxy NULL dereference in some error cases (bsc#1024309). - taint/module: Clean up global and module taint flags handling - tcp: abort orphan sockets stalling on zero window probes (bsc#1021913). - thp: fix MADV_DONTNEED vs. numa balancing race (bnc#1027974). - thp: reduce indentation level in change_huge_pmd() (bnc#1027974). - treewide: fix 'distingush' typo (bsc#1020795). - tree-wide: use reinit_completion instead of INIT_COMPLETION (bsc#1020795). - usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros (bsc#1035699). - usb: host: xhci: print correct command ring address (bnc#1035699). - USB: serial: kl5kusb105: fix line-state error handling (bsc#1021256). - vfs: Do not exchange 'short' filenames unconditionally (bsc#1012985). - vfs: split generic splice code from i_mutex locking (bsc#1024788). - vmxnet3: segCnt can be 1 for LRO packets (bsc#988065). - VSOCK: Detach QP check should filter out non matching QPs (bsc#1036752). - vxlan: cancel sock_work in vxlan_dellink() (bsc#1031567). - vxlan: Checksum fixes (bsc#1009682). - vxlan: GRO support at tunnel layer (bsc#1009682). - xen-blkfront: correct maximum segment accounting (bsc#1018263). - xen-blkfront: do not call talk_to_blkback when already connected to blkback. - xen-blkfront: free resources if xlvbd_alloc_gendisk fails. - xfs_dmapi: fix the debug compilation of xfs_dmapi (bsc#989056). - xfs: do not allow di_size with high bit set (bsc#1024234). - xfs: do not assert fail on non-async buffers on ioacct decrement (bsc#1024508). - xfs: exclude never-released buffers from buftarg I/O accounting (bsc#1024508). - xfs: fix broken multi-fsb buffer logging (bsc#1024081). - xfs: fix buffer overflow dm_get_dirattrs/dm_get_dirattrs2 (bsc#989056). - xfs: Fix lock ordering in splice write (bsc#1024788). - xfs: fix up xfs_swap_extent_forks inline extent handling (bsc#1023888). - xfs: Make xfs_icdinode->di_dmstate atomic_t (bsc#1024788). - xfs: pass total block res. as total xfs_bmapi_write() parameter (bsc#1029470). - xfs: replace global xfslogd wq with per-mount wq (bsc#1024508). - xfs: track and serialize in-flight async buffers against unmount (bsc#1024508).
|
| Family: | unix | Class: | patch |
| Status: | | Reference(s): | 1003077 1008842 1009682 1012620 1012985 1015703 1015787 1015821 1017512 1018100 1018263 1018419 1018446 1019168 1019514 1020048 1020795 1021256 1021374 1021616 1021627 1021762 1021913 1022559 1022971 1023164 1023207 1023377 1023762 1023824 1023888 1023992 1024081 1024232 1024234 1024244 1024309 1024508 1024788 1024992 1024993 1025039 1025235 1025354 1025505 1025507 1025802 1026024 1026722 1026723 1026725 1026914 1026922 1027066 1027108 1027178 1027189 1027190 1027376 1027974 1028041 1028415 1028595 1028648 1028895 1029470 1029850 1029986 1030118 1030213 1030593 1030901 1031003 1031052 1031080 1031440 1031567 1031579 1031662 1031842 1032125 1032138 1032141 1032230 1032344 1032345 1033336 1034670 103470 1034700 1034849 1035576 1035699 1035738 1035877 1036752 1038261 1040643 1050879 1050887 1050888 1050889 1050891 1051184 1055857 1059893 1068565 1082216 1082233 1082234 1083125 1085447 1090338 1090368 1090646 1090869 1096718 1096723 1096740 1102682 1105323 1106191 1115375 1119947 1120943 1139959 1140122 1141780 1141782 1141783 1141784 1141785 1141786 1141787 1141789 1154212 1158442 1160770 1171186 1171475 1171847 1172031 1172105 1172116 1172121 1172225 1172402 799133 857926 914939 917630 922853 930399 931620 937444 940946 954763 968697 970083 971933 979215 982783 983212 984530 985561 988065 989056 993832 CVE-2015-1350 CVE-2016-10044 CVE-2016-10163 CVE-2016-10200 CVE-2016-10208 CVE-2016-10214 CVE-2016-10219 CVE-2016-10317 CVE-2016-2117 CVE-2016-3070 CVE-2016-5243 CVE-2016-6328 CVE-2016-7117 CVE-2016-9191 CVE-2016-9588 CVE-2016-9604 CVE-2017-11714 CVE-2017-13166 CVE-2017-2647 CVE-2017-2671 CVE-2017-3289 CVE-2017-3509 CVE-2017-3511 CVE-2017-3512 CVE-2017-3514 CVE-2017-3526 CVE-2017-3533 CVE-2017-3539 CVE-2017-3544 CVE-2017-5580 CVE-2017-5669 CVE-2017-5897 CVE-2017-5937 CVE-2017-5956 CVE-2017-5957 CVE-2017-5986 CVE-2017-5993 CVE-2017-5994 CVE-2017-6074 CVE-2017-6209 CVE-2017-6210 CVE-2017-6214 CVE-2017-6317 CVE-2017-6345 CVE-2017-6346 CVE-2017-6348 CVE-2017-6353 CVE-2017-6355 CVE-2017-6386 CVE-2017-6951 CVE-2017-7187 CVE-2017-7261 CVE-2017-7294 CVE-2017-7308 CVE-2017-7544 CVE-2017-7616 CVE-2017-7645 CVE-2017-8106 CVE-2017-9216 CVE-2017-9612 CVE-2017-9726 CVE-2017-9727 CVE-2017-9739 CVE-2017-9835 CVE-2018-1000026 CVE-2018-1087 CVE-2018-10902 CVE-2018-10938 CVE-2018-12015 CVE-2018-16884 CVE-2018-20030 CVE-2018-3665 CVE-2018-5390 CVE-2018-6797 CVE-2018-6798 CVE-2018-6913 CVE-2018-8781 CVE-2018-8897 CVE-2019-13012 CVE-2019-20807 CVE-2019-2745 CVE-2019-2762 CVE-2019-2766 CVE-2019-2769 CVE-2019-2786 CVE-2019-2816 CVE-2019-2842 CVE-2019-2933 CVE-2019-2945 CVE-2019-2962 CVE-2019-2964 CVE-2019-2973 CVE-2019-2978 CVE-2019-2981 CVE-2019-2983 CVE-2019-2989 CVE-2019-2992 CVE-2019-2999 CVE-2019-7317 CVE-2019-9278 CVE-2020-0093 CVE-2020-12387 CVE-2020-12388 CVE-2020-12389 CVE-2020-12392 CVE-2020-12393 CVE-2020-12395 CVE-2020-12405 CVE-2020-12406 CVE-2020-12410 CVE-2020-12767 CVE-2020-13112 CVE-2020-13113 CVE-2020-13114 CVE-2020-6831 SUSE-SU-2017:0798-1 SUSE-SU-2017:1360-1 SUSE-SU-2017:1400-1 SUSE-SU-2018:0407-1 SUSE-SU-2018:1524-1 SUSE-SU-2018:1972-1 SUSE-SU-2018:2048-1 SUSE-SU-2019:1830-1 SUSE-SU-2019:2036-1 SUSE-SU-2020:0051-1 SUSE-SU-2020:1218-1 SUSE-SU-2020:1534-1 SUSE-SU-2020:1550-1 SUSE-SU-2020:1563-1
|
| Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for additional PackageHub packages 15 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Public Cloud 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 15-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SP5 SUSE Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud 8
| Product(s): | |
| Definition Synopsis |
| openSUSE Leap 15.0 is installed AND Package Information
augeas-1.10.1-lp150.1 is installed
OR augeas-lenses-1.10.1-lp150.1 is installed
OR libaugeas0-1.10.1-lp150.1 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.3 is installed
AND Package Information
libtcmu-devel-1.2.0-3 is installed
OR libtcmu1-1.2.0-3 is installed
OR tcmu-runner-1.2.0-3 is installed
OR tcmu-runner-devel-1.2.0-3 is installed
OR tcmu-runner-handler-rbd-1.2.0-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
evolution-data-server-2.28.2-0.32 is installed
OR evolution-data-server-32bit-2.28.2-0.32 is installed
OR evolution-data-server-lang-2.28.2-0.32 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.36 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
colord-1.1.7-2 is installed
OR colord-gtk-lang-0.1.25-3 is installed
OR colord-lang-1.1.7-2 is installed
OR libcolord-gtk1-0.1.25-3 is installed
OR libcolord2-1.1.7-2 is installed
OR libcolord2-32bit-1.1.7-2 is installed
OR libcolorhug2-1.1.7-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
gnome-shell-3.10.4-40 is installed
OR gnome-shell-browser-plugin-3.10.4-40 is installed
OR gnome-shell-calendar-3.10.4-40 is installed
OR gnome-shell-lang-3.10.4-40 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
cracklib-2.9.0-7 is installed
OR libcrack2-2.9.0-7 is installed
OR libcrack2-32bit-2.9.0-7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
apparmor-docs-2.8.2-49 is installed
OR apparmor-parser-2.8.2-49 is installed
OR apparmor-profiles-2.8.2-49 is installed
OR apparmor-utils-2.8.2-49 is installed
OR libapparmor1-2.8.2-49 is installed
OR libapparmor1-32bit-2.8.2-49 is installed
OR pam_apparmor-2.8.2-49 is installed
OR pam_apparmor-32bit-2.8.2-49 is installed
OR perl-apparmor-2.8.2-49 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libwireshark9-2.4.16-48.51 is installed
OR libwiretap7-2.4.16-48.51 is installed
OR libwscodecs1-2.4.16-48.51 is installed
OR libwsutil8-2.4.16-48.51 is installed
OR wireshark-2.4.16-48.51 is installed
OR wireshark-gtk-2.4.16-48.51 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND djvulibre-3.5.27-3.8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
libX11-6-1.6.5-1 is installed
OR libX11-6-32bit-1.6.5-1 is installed
OR libX11-data-1.6.5-1 is installed
OR libX11-devel-1.6.5-1 is installed
OR libX11-xcb1-1.6.5-1 is installed
OR libX11-xcb1-32bit-1.6.5-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
groff-1.22.3-3 is installed
OR groff-full-1.22.3-3 is installed
OR gxditview-1.22.3-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND libICE6-32bit-1.0.9-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND libopus-devel-1.2.1-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
build-20180329-1 is installed
OR build-mkbaselibs-20180329-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND bsdtar-3.3.2-3.8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_13-default-8-2 is installed
OR kernel-livepatch-SLE15_Update_3-8-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
ruby2.5-rubygem-loofah-doc-2.2.2-4.3 is installed
OR ruby2.5-rubygem-loofah-testsuite-2.2.2-4.3 is installed
OR rubygem-loofah-2.2.2-4.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
gio-branding-upstream-2.54.3-4.15 is installed
OR glib2-2.54.3-4.15 is installed
OR glib2-devel-32bit-2.54.3-4.15 is installed
OR glib2-devel-static-2.54.3-4.15 is installed
OR glib2-tools-32bit-2.54.3-4.15 is installed
OR libgio-fam-2.54.3-4.15 is installed
OR libgio-fam-32bit-2.54.3-4.15 is installed
OR libgthread-2_0-0-32bit-2.54.3-4.15 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 15 SP1 is installed
AND terraform-0.12.19-3.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
389-ds-1.4.0.3-4.7 is installed
OR 389-ds-devel-1.4.0.3-4.7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
libapr-util1-dbd-mysql-1.6.1-4.3 is installed
OR libapr-util1-dbd-pgsql-1.6.1-4.3 is installed
OR libapr-util1-dbd-sqlite3-1.6.1-4.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
nodejs8-8.15.1-3.17 is installed
OR nodejs8-devel-8.15.1-3.17 is installed
OR nodejs8-docs-8.15.1-3.17 is installed
OR npm8-8.15.1-3.17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
libpcsclite1-1.8.10-3 is installed
OR pcsc-lite-1.8.10-3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
kernel-default-3.12.74-60.64.40 is installed
OR kernel-default-base-3.12.74-60.64.40 is installed
OR kernel-default-devel-3.12.74-60.64.40 is installed
OR kernel-default-man-3.12.74-60.64.40 is installed
OR kernel-devel-3.12.74-60.64.40 is installed
OR kernel-macros-3.12.74-60.64.40 is installed
OR kernel-source-3.12.74-60.64.40 is installed
OR kernel-syms-3.12.74-60.64.40 is installed
OR kernel-xen-3.12.74-60.64.40 is installed
OR kernel-xen-base-3.12.74-60.64.40 is installed
OR kernel-xen-devel-3.12.74-60.64.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
kernel-default-3.12.74-60.64.40 is installed
OR kernel-default-base-3.12.74-60.64.40 is installed
OR kernel-default-devel-3.12.74-60.64.40 is installed
OR kernel-default-man-3.12.74-60.64.40 is installed
OR kernel-devel-3.12.74-60.64.40 is installed
OR kernel-macros-3.12.74-60.64.40 is installed
OR kernel-source-3.12.74-60.64.40 is installed
OR kernel-syms-3.12.74-60.64.40 is installed
OR kernel-xen-3.12.74-60.64.40 is installed
OR kernel-xen-base-3.12.74-60.64.40 is installed
OR kernel-xen-devel-3.12.74-60.64.40 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
gvim-7.4.326-2 is installed
OR vim-7.4.326-2 is installed
OR vim-data-7.4.326-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_62-60_62-default-10-2 is installed
OR kgraft-patch-3_12_62-60_62-xen-10-2 is installed
OR kgraft-patch-SLE12-SP1_Update_7-10-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libvirglrenderer0-0.5.0-11 is installed
OR virglrenderer-0.5.0-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libvirglrenderer0-0.5.0-11 is installed
OR virglrenderer-0.5.0-11 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND apache2-mod_jk-1.2.40-5 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND ucode-intel-20180425-13.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND ucode-intel-20180425-13.20 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
openssh-7.2p2-74.25 is installed
OR openssh-askpass-gnome-7.2p2-74.25 is installed
OR openssh-fips-7.2p2-74.25 is installed
OR openssh-helpers-7.2p2-74.25 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libwireshark8-2.2.8-48.6 is installed
OR libwiretap6-2.2.8-48.6 is installed
OR libwscodecs1-2.2.8-48.6 is installed
OR libwsutil7-2.2.8-48.6 is installed
OR wireshark-2.2.8-48.6 is installed
OR wireshark-gtk-2.2.8-48.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libwireshark8-2.2.8-48.6 is installed
OR libwiretap6-2.2.8-48.6 is installed
OR libwscodecs1-2.2.8-48.6 is installed
OR libwsutil7-2.2.8-48.6 is installed
OR wireshark-2.2.8-48.6 is installed
OR wireshark-gtk-2.2.8-48.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
libXrender1-0.9.8-7 is installed
OR libXrender1-32bit-0.9.8-7 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libjpeg-turbo-1.5.3-31.19 is installed
OR libjpeg62-62.2.0-31.19 is installed
OR libjpeg62-32bit-62.2.0-31.19 is installed
OR libjpeg62-turbo-1.5.3-31.19 is installed
OR libjpeg8-8.1.2-31.19 is installed
OR libjpeg8-32bit-8.1.2-31.19 is installed
OR libturbojpeg0-8.1.2-31.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libjpeg-turbo-1.5.3-31.19 is installed
OR libjpeg62-62.2.0-31.19 is installed
OR libjpeg62-32bit-62.2.0-31.19 is installed
OR libjpeg62-turbo-1.5.3-31.19 is installed
OR libjpeg8-8.1.2-31.19 is installed
OR libjpeg8-32bit-8.1.2-31.19 is installed
OR libturbojpeg0-8.1.2-31.19 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libjavascriptcoregtk-4_0-18-2.28.4-2.59 is installed
OR libwebkit2gtk-4_0-37-2.28.4-2.59 is installed
OR libwebkit2gtk3-lang-2.28.4-2.59 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.28.4-2.59 is installed
OR typelib-1_0-WebKit2-4_0-2.28.4-2.59 is installed
OR typelib-1_0-WebKit2WebExtension-4_0-2.28.4-2.59 is installed
OR webkit2gtk-4_0-injected-bundles-2.28.4-2.59 is installed
OR webkit2gtk3-2.28.4-2.59 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libjavascriptcoregtk-4_0-18-2.28.4-2.59 is installed
OR libwebkit2gtk-4_0-37-2.28.4-2.59 is installed
OR libwebkit2gtk3-lang-2.28.4-2.59 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.28.4-2.59 is installed
OR typelib-1_0-WebKit2-4_0-2.28.4-2.59 is installed
OR typelib-1_0-WebKit2WebExtension-4_0-2.28.4-2.59 is installed
OR webkit2gtk-4_0-injected-bundles-2.28.4-2.59 is installed
OR webkit2gtk3-2.28.4-2.59 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
freeradius-server-3.0.15-2.11 is installed
OR freeradius-server-doc-3.0.15-2.11 is installed
OR freeradius-server-krb5-3.0.15-2.11 is installed
OR freeradius-server-ldap-3.0.15-2.11 is installed
OR freeradius-server-libs-3.0.15-2.11 is installed
OR freeradius-server-mysql-3.0.15-2.11 is installed
OR freeradius-server-perl-3.0.15-2.11 is installed
OR freeradius-server-postgresql-3.0.15-2.11 is installed
OR freeradius-server-python-3.0.15-2.11 is installed
OR freeradius-server-sqlite-3.0.15-2.11 is installed
OR freeradius-server-utils-3.0.15-2.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
freeradius-server-3.0.15-2.11 is installed
OR freeradius-server-doc-3.0.15-2.11 is installed
OR freeradius-server-krb5-3.0.15-2.11 is installed
OR freeradius-server-ldap-3.0.15-2.11 is installed
OR freeradius-server-libs-3.0.15-2.11 is installed
OR freeradius-server-mysql-3.0.15-2.11 is installed
OR freeradius-server-perl-3.0.15-2.11 is installed
OR freeradius-server-postgresql-3.0.15-2.11 is installed
OR freeradius-server-python-3.0.15-2.11 is installed
OR freeradius-server-sqlite-3.0.15-2.11 is installed
OR freeradius-server-utils-3.0.15-2.11 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libtiff5-4.0.9-44.30 is installed
OR libtiff5-32bit-4.0.9-44.30 is installed
OR tiff-4.0.9-44.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libtiff5-4.0.9-44.30 is installed
OR libtiff5-32bit-4.0.9-44.30 is installed
OR tiff-4.0.9-44.30 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
libpython3_4m1_0-3.4.10-25.45 is installed
OR libpython3_4m1_0-32bit-3.4.10-25.45 is installed
OR python3-3.4.10-25.45 is installed
OR python3-base-3.4.10-25.45 is installed
OR python3-curses-3.4.10-25.45 is installed
OR python3-tk-3.4.10-25.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
libpython3_4m1_0-3.4.10-25.45 is installed
OR libpython3_4m1_0-32bit-3.4.10-25.45 is installed
OR python3-3.4.10-25.45 is installed
OR python3-base-3.4.10-25.45 is installed
OR python3-curses-3.4.10-25.45 is installed
OR python3-tk-3.4.10-25.45 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 15-LTSS is installed
AND Package Information
java-11-openjdk-11.0.6.0-3.39 is installed
OR java-11-openjdk-demo-11.0.6.0-3.39 is installed
OR java-11-openjdk-devel-11.0.6.0-3.39 is installed
OR java-11-openjdk-headless-11.0.6.0-3.39 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.457-80 is installed
OR flash-player-gnome-11.2.202.457-80 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gtk2-2.24.24-3 is installed
OR typelib-1_0-Gtk-2_0-2.24.24-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
evince-3.20.2-6.19 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.2-6.19 is installed
OR typelib-1_0-EvinceView-3_0-3.20.2-6.19 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
NetworkManager-1.0.12-13.12 is installed
OR NetworkManager-lang-1.0.12-13.12 is installed
OR typelib-1_0-NM-1_0-1.0.12-13.12 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
bluez-5.13-5.20 is installed
OR bluez-cups-5.13-5.20 is installed
OR cmis-client-0.5.2-9.3 is installed
OR libcmis-0_5-5-0.5.2-9.3 is installed
OR libixion-0.15.0-13.12 is installed
OR libixion-0_15-0-0.15.0-13.12 is installed
OR libmwaw-0.3.15-7.15 is installed
OR libmwaw-0_3-3-0.3.15-7.15 is installed
OR liborcus-0.15.3-10.15 is installed
OR liborcus-0_15-0-0.15.3-10.15 is installed
OR libreoffice-6.3.3.2-43.59 is installed
OR libreoffice-base-6.3.3.2-43.59 is installed
OR libreoffice-base-drivers-postgresql-6.3.3.2-43.59 is installed
OR libreoffice-branding-upstream-6.3.3.2-43.59 is installed
OR libreoffice-calc-6.3.3.2-43.59 is installed
OR libreoffice-calc-extensions-6.3.3.2-43.59 is installed
OR libreoffice-draw-6.3.3.2-43.59 is installed
OR libreoffice-filters-optional-6.3.3.2-43.59 is installed
OR libreoffice-gnome-6.3.3.2-43.59 is installed
OR libreoffice-icon-themes-6.3.3.2-43.59 is installed
OR libreoffice-impress-6.3.3.2-43.59 is installed
OR libreoffice-l10n-af-6.3.3.2-43.59 is installed
OR libreoffice-l10n-ar-6.3.3.2-43.59 is installed
OR libreoffice-l10n-bg-6.3.3.2-43.59 is installed
OR libreoffice-l10n-ca-6.3.3.2-43.59 is installed
OR libreoffice-l10n-cs-6.3.3.2-43.59 is installed
OR libreoffice-l10n-da-6.3.3.2-43.59 is installed
OR libreoffice-l10n-de-6.3.3.2-43.59 is installed
OR libreoffice-l10n-en-6.3.3.2-43.59 is installed
OR libreoffice-l10n-es-6.3.3.2-43.59 is installed
OR libreoffice-l10n-fi-6.3.3.2-43.59 is installed
OR libreoffice-l10n-fr-6.3.3.2-43.59 is installed
OR libreoffice-l10n-gu-6.3.3.2-43.59 is installed
OR libreoffice-l10n-hi-6.3.3.2-43.59 is installed
OR libreoffice-l10n-hr-6.3.3.2-43.59 is installed
OR libreoffice-l10n-hu-6.3.3.2-43.59 is installed
OR libreoffice-l10n-it-6.3.3.2-43.59 is installed
OR libreoffice-l10n-ja-6.3.3.2-43.59 is installed
OR libreoffice-l10n-ko-6.3.3.2-43.59 is installed
OR libreoffice-l10n-lt-6.3.3.2-43.59 is installed
OR libreoffice-l10n-nb-6.3.3.2-43.59 is installed
OR libreoffice-l10n-nl-6.3.3.2-43.59 is installed
OR libreoffice-l10n-nn-6.3.3.2-43.59 is installed
OR libreoffice-l10n-pl-6.3.3.2-43.59 is installed
OR libreoffice-l10n-pt_BR-6.3.3.2-43.59 is installed
OR libreoffice-l10n-pt_PT-6.3.3.2-43.59 is installed
OR libreoffice-l10n-ro-6.3.3.2-43.59 is installed
OR libreoffice-l10n-ru-6.3.3.2-43.59 is installed
OR libreoffice-l10n-sk-6.3.3.2-43.59 is installed
OR libreoffice-l10n-sv-6.3.3.2-43.59 is installed
OR libreoffice-l10n-uk-6.3.3.2-43.59 is installed
OR libreoffice-l10n-xh-6.3.3.2-43.59 is installed
OR libreoffice-l10n-zh_CN-6.3.3.2-43.59 is installed
OR libreoffice-l10n-zh_TW-6.3.3.2-43.59 is installed
OR libreoffice-l10n-zu-6.3.3.2-43.59 is installed
OR libreoffice-librelogo-6.3.3.2-43.59 is installed
OR libreoffice-mailmerge-6.3.3.2-43.59 is installed
OR libreoffice-math-6.3.3.2-43.59 is installed
OR libreoffice-officebean-6.3.3.2-43.59 is installed
OR libreoffice-pyuno-6.3.3.2-43.59 is installed
OR libreoffice-writer-6.3.3.2-43.59 is installed
OR libreoffice-writer-extensions-6.3.3.2-43.59 is installed
OR myspell-af_NA-20191016-16.21 is installed
OR myspell-af_ZA-20191016-16.21 is installed
OR myspell-ar-20191016-16.21 is installed
OR myspell-ar_AE-20191016-16.21 is installed
OR myspell-ar_BH-20191016-16.21 is installed
OR myspell-ar_DZ-20191016-16.21 is installed
OR myspell-ar_EG-20191016-16.21 is installed
OR myspell-ar_IQ-20191016-16.21 is installed
OR myspell-ar_JO-20191016-16.21 is installed
OR myspell-ar_KW-20191016-16.21 is installed
OR myspell-ar_LB-20191016-16.21 is installed
OR myspell-ar_LY-20191016-16.21 is installed
OR myspell-ar_MA-20191016-16.21 is installed
OR myspell-ar_OM-20191016-16.21 is installed
OR myspell-ar_QA-20191016-16.21 is installed
OR myspell-ar_SA-20191016-16.21 is installed
OR myspell-ar_SD-20191016-16.21 is installed
OR myspell-ar_SY-20191016-16.21 is installed
OR myspell-ar_TN-20191016-16.21 is installed
OR myspell-ar_YE-20191016-16.21 is installed
OR myspell-be_BY-20191016-16.21 is installed
OR myspell-bg_BG-20191016-16.21 is installed
OR myspell-bn_BD-20191016-16.21 is installed
OR myspell-bn_IN-20191016-16.21 is installed
OR myspell-bs-20191016-16.21 is installed
OR myspell-bs_BA-20191016-16.21 is installed
OR myspell-ca-20191016-16.21 is installed
OR myspell-ca_AD-20191016-16.21 is installed
OR myspell-ca_ES-20191016-16.21 is installed
OR myspell-ca_ES_valencia-20191016-16.21 is installed
OR myspell-ca_FR-20191016-16.21 is installed
OR myspell-ca_IT-20191016-16.21 is installed
OR myspell-cs_CZ-20191016-16.21 is installed
OR myspell-da_DK-20191016-16.21 is installed
OR myspell-de-20191016-16.21 is installed
OR myspell-de_AT-20191016-16.21 is installed
OR myspell-de_CH-20191016-16.21 is installed
OR myspell-de_DE-20191016-16.21 is installed
OR myspell-dictionaries-20191016-16.21 is installed
OR myspell-el_GR-20191016-16.21 is installed
OR myspell-en-20191016-16.21 is installed
OR myspell-en_AU-20191016-16.21 is installed
OR myspell-en_BS-20191016-16.21 is installed
OR myspell-en_BZ-20191016-16.21 is installed
OR myspell-en_CA-20191016-16.21 is installed
OR myspell-en_GB-20191016-16.21 is installed
OR myspell-en_GH-20191016-16.21 is installed
OR myspell-en_IE-20191016-16.21 is installed
OR myspell-en_IN-20191016-16.21 is installed
OR myspell-en_JM-20191016-16.21 is installed
OR myspell-en_MW-20191016-16.21 is installed
OR myspell-en_NA-20191016-16.21 is installed
OR myspell-en_NZ-20191016-16.21 is installed
OR myspell-en_PH-20191016-16.21 is installed
OR myspell-en_TT-20191016-16.21 is installed
OR myspell-en_US-20191016-16.21 is installed
OR myspell-en_ZA-20191016-16.21 is installed
OR myspell-en_ZW-20191016-16.21 is installed
OR myspell-es-20191016-16.21 is installed
OR myspell-es_AR-20191016-16.21 is installed
OR myspell-es_BO-20191016-16.21 is installed
OR myspell-es_CL-20191016-16.21 is installed
OR myspell-es_CO-20191016-16.21 is installed
OR myspell-es_CR-20191016-16.21 is installed
OR myspell-es_CU-20191016-16.21 is installed
OR myspell-es_DO-20191016-16.21 is installed
OR myspell-es_EC-20191016-16.21 is installed
OR myspell-es_ES-20191016-16.21 is installed
OR myspell-es_GT-20191016-16.21 is installed
OR myspell-es_HN-20191016-16.21 is installed
OR myspell-es_MX-20191016-16.21 is installed
OR myspell-es_NI-20191016-16.21 is installed
OR myspell-es_PA-20191016-16.21 is installed
OR myspell-es_PE-20191016-16.21 is installed
OR myspell-es_PR-20191016-16.21 is installed
OR myspell-es_PY-20191016-16.21 is installed
OR myspell-es_SV-20191016-16.21 is installed
OR myspell-es_UY-20191016-16.21 is installed
OR myspell-es_VE-20191016-16.21 is installed
OR myspell-et_EE-20191016-16.21 is installed
OR myspell-fr_BE-20191016-16.21 is installed
OR myspell-fr_CA-20191016-16.21 is installed
OR myspell-fr_CH-20191016-16.21 is installed
OR myspell-fr_FR-20191016-16.21 is installed
OR myspell-fr_LU-20191016-16.21 is installed
OR myspell-fr_MC-20191016-16.21 is installed
OR myspell-gu_IN-20191016-16.21 is installed
OR myspell-he_IL-20191016-16.21 is installed
OR myspell-hi_IN-20191016-16.21 is installed
OR myspell-hr_HR-20191016-16.21 is installed
OR myspell-hu_HU-20191016-16.21 is installed
OR myspell-id-20191016-16.21 is installed
OR myspell-id_ID-20191016-16.21 is installed
OR myspell-it_IT-20191016-16.21 is installed
OR myspell-lightproof-en-20191016-16.21 is installed
OR myspell-lightproof-hu_HU-20191016-16.21 is installed
OR myspell-lightproof-pt_BR-20191016-16.21 is installed
OR myspell-lightproof-ru_RU-20191016-16.21 is installed
OR myspell-lo_LA-20191016-16.21 is installed
OR myspell-lt_LT-20191016-16.21 is installed
OR myspell-lv_LV-20191016-16.21 is installed
OR myspell-nb_NO-20191016-16.21 is installed
OR myspell-nl_BE-20191016-16.21 is installed
OR myspell-nl_NL-20191016-16.21 is installed
OR myspell-nn_NO-20191016-16.21 is installed
OR myspell-no-20191016-16.21 is installed
OR myspell-pl_PL-20191016-16.21 is installed
OR myspell-pt_AO-20191016-16.21 is installed
OR myspell-pt_BR-20191016-16.21 is installed
OR myspell-pt_PT-20191016-16.21 is installed
OR myspell-ro-20191016-16.21 is installed
OR myspell-ro_RO-20191016-16.21 is installed
OR myspell-ru_RU-20191016-16.21 is installed
OR myspell-sk_SK-20191016-16.21 is installed
OR myspell-sl_SI-20191016-16.21 is installed
OR myspell-sr-20191016-16.21 is installed
OR myspell-sr_CS-20191016-16.21 is installed
OR myspell-sr_Latn_CS-20191016-16.21 is installed
OR myspell-sr_Latn_RS-20191016-16.21 is installed
OR myspell-sr_RS-20191016-16.21 is installed
OR myspell-sv_FI-20191016-16.21 is installed
OR myspell-sv_SE-20191016-16.21 is installed
OR myspell-te-20191016-16.21 is installed
OR myspell-te_IN-20191016-16.21 is installed
OR myspell-th_TH-20191016-16.21 is installed
OR myspell-uk_UA-20191016-16.21 is installed
OR myspell-vi-20191016-16.21 is installed
OR myspell-vi_VN-20191016-16.21 is installed
OR myspell-zu_ZA-20191016-16.21 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 15 is installed
AND xorg-x11-server-wayland-1.19.6-6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
cmis-client-0.5.2-3.3 is installed
OR libcmis-0_5-5-0.5.2-3.3 is installed
OR libcmis-devel-0.5.2-3.3 is installed
OR libixion-0.15.0-4.6 is installed
OR libixion-0_15-0-0.15.0-4.6 is installed
OR libmwaw-0.3.15-4.6 is installed
OR libmwaw-0_3-3-0.3.15-4.6 is installed
OR liborcus-0.15.3-3.6 is installed
OR liborcus-0_15-0-0.15.3-3.6 is installed
OR liborcus-devel-0.15.3-3.6 is installed
OR myspell-af_ZA-20191016-3.12 is installed
OR myspell-ar-20191016-3.12 is installed
OR myspell-bg_BG-20191016-3.12 is installed
OR myspell-bn_BD-20191016-3.12 is installed
OR myspell-br_FR-20191016-3.12 is installed
OR myspell-ca-20191016-3.12 is installed
OR myspell-cs_CZ-20191016-3.12 is installed
OR myspell-da_DK-20191016-3.12 is installed
OR myspell-dictionaries-20191016-3.12 is installed
OR myspell-el_GR-20191016-3.12 is installed
OR myspell-et_EE-20191016-3.12 is installed
OR myspell-fr_FR-20191016-3.12 is installed
OR myspell-gl-20191016-3.12 is installed
OR myspell-gu_IN-20191016-3.12 is installed
OR myspell-he_IL-20191016-3.12 is installed
OR myspell-hi_IN-20191016-3.12 is installed
OR myspell-hr_HR-20191016-3.12 is installed
OR myspell-it_IT-20191016-3.12 is installed
OR myspell-lt_LT-20191016-3.12 is installed
OR myspell-lv_LV-20191016-3.12 is installed
OR myspell-nl_NL-20191016-3.12 is installed
OR myspell-nn_NO-20191016-3.12 is installed
OR myspell-pl_PL-20191016-3.12 is installed
OR myspell-pt_PT-20191016-3.12 is installed
OR myspell-si_LK-20191016-3.12 is installed
OR myspell-sk_SK-20191016-3.12 is installed
OR myspell-sl_SI-20191016-3.12 is installed
OR myspell-sr-20191016-3.12 is installed
OR myspell-sv_SE-20191016-3.12 is installed
OR myspell-te_IN-20191016-3.12 is installed
OR myspell-th_TH-20191016-3.12 is installed
OR myspell-tr_TR-20191016-3.12 is installed
OR myspell-uk_UA-20191016-3.12 is installed
OR myspell-zu_ZA-20191016-3.12 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 6 is installed
AND ruby2.1-rubygem-sprockets-2_11-2.11.3-1 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 7 is installed
AND Package Information
libzypp-16.17.20-27.52 is installed
OR zypper-1.13.45-18.33 is installed
OR zypper-log-1.13.45-18.33 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 8 is installed
AND cobbler-2.6.6-49.14 is installed
|