Oval Definition:oval:org.opensuse.security:def:55514
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:



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

Security issues fixed: CVE-2014-9322: A local privilege escalation in the x86_64 32bit compatibility signal handling was fixed, which could be used by local attackers to crash the machine or execute code.

CVE-2014-9090: Various issues in LDT handling in 32bit compatibility mode on the x86_64 platform were fixed, where local attackers could crash the machine.

CVE-2014-8133: Insufficient validation of TLS register usage could leak information from the kernel stack to userspace.

CVE-2014-7826: kernel/trace/trace_syscalls.c in the Linux kernel did not properly handle private syscall numbers during use of the ftrace subsystem, which allowed local users to gain privileges or cause a denial of service (invalid pointer dereference) via a crafted application.

CVE-2014-3647: Nadav Amit reported that the KVM (Kernel Virtual Machine) mishandled noncanonical addresses when emulating instructions that change the rip (Instruction Pointer). A guest user with access to I/O or the MMIO could use this flaw to cause a denial of service (system crash) of the guest.

CVE-2014-3611: A race condition flaw was found in the way the Linux kernel's KVM subsystem handled PIT (Programmable Interval Timer) emulation. A guest user who has access to the PIT I/O ports could use this flaw to crash the host.

CVE-2014-3610: If the guest writes a noncanonical value to certain MSR registers, KVM will write that value to the MSR in the host context and a #GP will be raised leading to kernel panic. A privileged guest user could have used this flaw to crash the host.

CVE-2014-7841: A remote attacker could have used a flaw in SCTP to crash the system by sending a maliciously prepared SCTP packet in order to trigger a NULL pointer dereference on the server.

CVE-2014-3673: The SCTP implementation in the Linux kernel allowed remote attackers to cause a denial of service (system crash) via a malformed ASCONF chunk, related to net/sctp/sm_make_chunk.c and net/sctp/sm_statefuns.c.

CVE-2014-3185: Multiple buffer overflows in the command_port_read_callback function in drivers/usb/serial/whiteheat.c in the Whiteheat USB Serial Driver in the Linux kernel allowed physically proximate attackers to execute arbitrary code or cause a denial of service (memory corruption and system crash) via a crafted device that provides a large amount of (1) EHCI or (2) XHCI data associated with a bulk response.





Bugs fixed: BTRFS: - btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items (bnc#904077). - btrfs: fix invalid leaf slot access in btrfs_lookup_extent() (bnc#904077). - btrfs: avoid returning -ENOMEM in convert_extent_bit() too early (bnc#902016). - btrfs: make find_first_extent_bit be able to cache any state (bnc#902016). - btrfs: deal with convert_extent_bit errors to avoid fs corruption (bnc#902016). - btrfs: be aware of btree inode write errors to avoid fs corruption (bnc#899551). - btrfs: add missing end_page_writeback on submit_extent_page failure (bnc#899551). - btrfs: fix crash of btrfs_release_extent_buffer_page (bnc#899551). - btrfs: ensure readers see new data after a clone operation (bnc#898234). - btrfs: avoid visiting all extent items when cloning a range (bnc#898234). - btrfs: fix clone to deal with holes when NO_HOLES feature is enabled (bnc#898234). - btrfs: make fsync work after cloning into a file (bnc#898234). - btrfs: fix use-after-free when cloning a trailing file hole (bnc#898234). - btrfs: clone, don't create invalid hole extent map (bnc#898234). - btrfs: limit the path size in send to PATH_MAX (bnc#897770). - btrfs: send, fix more issues related to directory renames (bnc#897770). - btrfs: send, remove dead code from __get_cur_name_and_parent (bnc#897770). - btrfs: send, account for orphan directories when building path strings (bnc#897770). - btrfs: send, avoid unnecessary inode item lookup in the btree (bnc#897770). - btrfs: send, fix incorrect ref access when using extrefs (bnc#897770). - btrfs: send, build path string only once in send_hole (bnc#897770). - btrfs: part 2, fix incremental send's decision to delay a dir move/rename (bnc#897770). - btrfs: fix incremental send's decision to delay a dir move/rename (bnc#897770). - btrfs: remove unnecessary inode generation lookup in send (bnc#897770). - btrfs: avoid unnecessary utimes update in incremental send (bnc#897770). - btrfs: fix send issuing outdated paths for utimes, chown and chmod (bnc#897770). - btrfs: fix send attempting to rmdir non-empty directories (bnc#897770). - btrfs: send, don't send rmdir for same target multiple times (bnc#897770). - btrfs: incremental send, fix invalid path after dir rename (bnc#897770). - btrfs: fix assert screwup for the pending move stuff (bnc#897770). - btrfs: make some tree searches in send.c more efficient (bnc#897770). - btrfs: use right extent item position in send when finding extent clones (bnc#897770). - btrfs: more send support for parent/child dir relationship inversion (bnc#897770). - btrfs: fix send dealing with file renames and directory moves (bnc#897770). - btrfs: add missing error check in incremental send (bnc#897770). - btrfs: make send's file extent item search more efficient (bnc#897770). - btrfs: fix infinite path build loops in incremental send (bnc#897770). - btrfs: send, don't delay dir move if there's a new parent inode (bnc#897770). - btrfs: add helper btrfs_fdatawrite_range (bnc#902010). - btrfs: correctly flush compressed data before/after direct IO (bnc#902010). - btrfs: make inode.c:compress_file_range() return void (bnc#902010). - btrfs: report error after failure inlining extent in compressed write path (bnc#902010). - btrfs: don't ignore compressed bio write errors (bnc#902010). - btrfs: make inode.c:submit_compressed_extents() return void (bnc#902010). - btrfs: process all async extents on compressed write failure (bnc#902010). - btrfs: don't leak pages and memory on compressed write error (bnc#902010). - btrfs: fix hang on compressed write error (bnc#902010). - btrfs: set page and mapping error on compressed write failure (bnc#902010). - btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup (bnc#904115).



Hyper-V: - hyperv: Fix a bug in netvsc_send(). - hyperv: Fix a bug in netvsc_start_xmit(). - drivers: hv: vmbus: Enable interrupt driven flow control. - drivers: hv: vmbus: Properly protect calls to smp_processor_id(). - drivers: hv: vmbus: Cleanup hv_post_message(). - drivers: hv: vmbus: Cleanup vmbus_close_internal(). - drivers: hv: vmbus: Fix a bug in vmbus_open(). - drivers: hv: vmbus: Cleanup vmbus_establish_gpadl(). - drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl(). - drivers: hv: vmbus: Cleanup vmbus_post_msg(). - storvsc: get rid of overly verbose warning messages. - hyperv: NULL dereference on error. - hyperv: Increase the buffer length for netvsc_channel_cb().

zSeries / S390: - s390: pass march flag to assembly files as well (bnc#903279, LTC#118177). - kernel: reduce function tracer overhead (bnc#903279, LTC#118177). - SUNRPC: Handle EPIPE in xprt_connect_status (bnc#901090). - SUNRPC: Ensure that we handle ENOBUFS errors correctly (bnc#901090). - SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasks (bnc#901090). - SUNRPC: Ensure that call_connect times out correctly (bnc#901090). - SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACH (bnc#901090). - SUNRPC: Ensure xprt_connect_status handles all potential connection errors (bnc#901090). - SUNRPC: call_connect_status should recheck bind and connect status on error (bnc#901090).

kGraft: - kgr: force patching process to succeed (fate#313296). - kgr: usb-storage, mark kthread safe (fate#313296 bnc#899908). - Refresh patches.suse/kgr-0039-kgr-fix-ugly-race.patch. Fix few bugs, and also races (immutable vs mark_processes vs other threads). - kgr: always use locked bit ops for thread_info->flags (fate#313296). - kgr: lower the workqueue scheduling timeout (fate#313296 bnc#905087). - kgr: mark even more kthreads (fate#313296 bnc#904871). - rpm/kernel-binary.spec.in: Provide name-version-release for kgraft packages (bnc#901925)

Other: - NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support (bnc#905758).

- Enable cmac(aes) and cmac(3des_ede) for FIPS mode (bnc#905296 bnc#905772).

- scsi_dh_alua: disable ALUA handling for non-disk devices (bnc#876633).

- powerpc/vphn: NUMA node code expects big-endian (bsc#900126).

- net: fix checksum features handling in netif_skb_features() (bnc#891259).

- be2net: Fix invocation of be_close() after be_clear() (bnc#895468).

- PCI: pciehp: Clear Data Link Layer State Changed during init (bnc#898297). - PCI: pciehp: Use symbolic constants, not hard-coded bitmask (bnc#898297). - PCI: pciehp: Use link change notifications for hot-plug and removal (bnc#898297). - PCI: pciehp: Make check_link_active() non-static (bnc#898297). - PCI: pciehp: Enable link state change notifications (bnc#898297).

- ALSA: hda - Treat zero connection as non-error (bnc#902898).

- bcache: add mutex lock for bch_is_open (bnc#902893).

- futex: Fix a race condition between REQUEUE_PI and task death (bcn #851603 (futex scalability series)).

- Linux 3.12.31 (bnc#895983 bnc#897912).

- futex: Ensure get_futex_key_refs() always implies a barrier (bcn #851603 (futex scalability series)).

- usbback: don't access request fields in shared ring more than once. - Update Xen patches to 3.12.30.

- locking/rwsem: Avoid double checking before try acquiring write lock (Locking scalability.).

- zcrypt: toleration of new crypto adapter hardware (bnc#894057, LTC#117041). - zcrypt: support for extended number of ap domains (bnc#894057, LTC#117041).

- kABI: protect linux/fs.h include in mm/internal.h.

- Linux 3.12.30 (FATE#315482 bnc#862957 bnc#863526 bnc#870498).

- Update patches.fixes/xfs-mark-all-internal-workqueues-as-freezable.patch (bnc#899785).

- xfs: mark all internal workqueues as freezable.

- drm/i915: Move DP port disable to post_disable for pch platforms (bnc#899787).

- pagecachelimit: reduce lru_lock congestion for heavy parallel reclaim fix (bnc#895680).

- Linux 3.12.29 (bnc#879255 bnc#880892 bnc#887046 bnc#887418 bnc#891619 bnc#892612 bnc#892650 bnc#897101).

- iommu/vt-d: Work around broken RMRR firmware entries (bnc#892860). - iommu/vt-d: Store bus information in RMRR PCI device path (bnc#892860). - iommu/vt-d: Only remove domain when device is removed (bnc#883139). - driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#883139).

- Update config files: Re-enable CONFIG_FUNCTION_PROFILER (bnc#899489) Option FUNCTION_PROFILER was enabled in debug and trace kernels so far, but it was accidentally disabled before tracing features were merged into the default kernel and the trace flavor was discarded. So all kernels are missing the feature now. Re-enable it.

- xfs: xlog_cil_force_lsn doesn't always wait correctly.

- scsi: clear 'host_scribble' upon successful abort (bnc#894863).

- module: warn if module init + probe takes long (bnc#889297 bnc#877622 bnc#889295 bnc#893454).

- mm, THP: don't hold mmap_sem in khugepaged when allocating THP (bnc#880767, VM Performance).

- pagecache_limit: batch large nr_to_scan targets (bnc#895221).

- iommu/vt-d: Check return value of acpi_bus_get_device() (bnc#903307).

- rpm/kernel-binary.spec.in: Fix including the secure boot cert in /etc/uefi/certs

- sched: Reduce contention in update_cfs_rq_blocked_load() (Scheduler/core performance).

- x86: use optimized ioresource lookup in ioremap function (Boot time optimisations (bnc#895387)). - x86: optimize resource lookups for ioremap (Boot time optimisations (bnc#895387)).

- usb: Do not re-read descriptors for wired devices in usb_authorize_device() (bnc#904354).

- netxen: Fix link event handling (bnc#873228).

- x86, cpu: Detect more TLB configuration -xen (TLB Performance).

- x86/mm: Fix RCU splat from new TLB tracepoints (TLB Performance). - x86/mm: Set TLB flush tunable to sane value (33) (TLB Performance). - x86/mm: New tunable for single vs full TLB flush (TLB Performance). - x86/mm: Add tracepoints for TLB flushes (TLB Performance). - x86/mm: Unify remote INVLPG code (TLB Performance). - x86/mm: Fix missed global TLB flush stat (TLB Performance). - x86/mm: Rip out complicated, out-of-date, buggy TLB flushing (TLB Performance). - x86, cpu: Detect more TLB configuration (TLB Performance). - mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridge (TLB Performance). - x86/mm: Clean up the TLB flushing code (TLB Performance). - mm: free compound page with correct order (VM Functionality).

- bnx2x: Utilize FW 7.10.51 (bnc#887382). - bnx2x: Remove unnecessary internal mem config (bnc#887382).

- rtnetlink: fix oops in rtnl_link_get_slave_info_data_size (bnc#901774).

- dm: do not call dm_sync_table() when creating new devices (bnc#901809).

- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).

- uas: replace WARN_ON_ONCE() with lockdep_assert_held() (FATE#315595).

- cxgb4/cxgb4vf: Add Devicde ID for two more adapter (bsc#903999). - cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapter (bsc#903999). - cxgb4: Adds device ID for few more Chelsio T4 Adapters (bsc#903999). - cxgb4: Check if rx checksum offload is enabled, while reading hardware calculated checksum (bsc#903999).

- xen-pciback: drop SR-IOV VFs when PF driver unloads (bsc#901839).

This update also includes fixes contained in the Linux 3.12.stable release series, not seperately listed here.
Family:unixClass:patch
Status:Reference(s):1011283
1011284
1011285
1011286
1011287
1011288
1011289
1011290
1011291
1011292
1011293
1012021
1012022
1012023
1012024
1012025
1012026
1012027
1012028
1012029
1012030
1012031
1012032
1051684
1051685
1053259
1060354
1060355
1060360
1060361
1060362
1060364
1060445
1061005
1104129
1118367
1118368
1124937
1126068
1126069
1128220
1130324
1132256
1133185
1138301
1138302
1138303
1138687
789994
796014
797060
804415
851603
853040
860441
862957
863526
870498
873228
874025
877622
879255
880767
880892
881085
883139
887046
887382
887418
889295
889297
891259
891619
892254
892612
892650
892860
893454
894057
894863
895221
895387
895468
895680
895983
896391
897101
897736
897770
897912
898234
898297
899192
899489
899551
899785
899787
899908
900126
901090
901774
901809
901925
902010
902016
902346
902893
902898
903279
903307
904013
904077
904115
904354
904871
905087
905100
905296
905758
905772
907818
908184
909077
909479
910251
910697
935863
935876
939709
939712
940084
940188
965579
965582
CVE-2012-3547
CVE-2013-1667
CVE-2013-6405
CVE-2014-2015
CVE-2014-3185
CVE-2014-3610
CVE-2014-3611
CVE-2014-3647
CVE-2014-3673
CVE-2014-3970
CVE-2014-7826
CVE-2014-7841
CVE-2014-8133
CVE-2014-9090
CVE-2014-9322
CVE-2015-5165
CVE-2015-5166
CVE-2015-5621
CVE-2016-0740
CVE-2016-0775
CVE-2016-9434
CVE-2016-9435
CVE-2016-9436
CVE-2016-9437
CVE-2016-9438
CVE-2016-9439
CVE-2016-9440
CVE-2016-9441
CVE-2016-9442
CVE-2016-9443
CVE-2016-9621
CVE-2016-9622
CVE-2016-9623
CVE-2016-9624
CVE-2016-9625
CVE-2016-9626
CVE-2016-9627
CVE-2016-9628
CVE-2016-9629
CVE-2016-9630
CVE-2016-9631
CVE-2016-9632
CVE-2016-9633
CVE-2017-14491
CVE-2017-14492
CVE-2017-14493
CVE-2017-14494
CVE-2017-14495
CVE-2017-14496
CVE-2017-7546
CVE-2017-7547
CVE-2017-7548
CVE-2017-7793
CVE-2017-7805
CVE-2017-7810
CVE-2017-7814
CVE-2017-7818
CVE-2017-7819
CVE-2017-7823
CVE-2017-7824
CVE-2017-7825
CVE-2018-5740
CVE-2018-5743
CVE-2018-5745
CVE-2019-10161
CVE-2019-10166
CVE-2019-10167
CVE-2019-11070
CVE-2019-6201
CVE-2019-6212
CVE-2019-6215
CVE-2019-6216
CVE-2019-6217
CVE-2019-6226
CVE-2019-6227
CVE-2019-6229
CVE-2019-6233
CVE-2019-6234
CVE-2019-6251
CVE-2019-6465
CVE-2019-6471
CVE-2019-7285
CVE-2019-7292
CVE-2019-8503
CVE-2019-8506
CVE-2019-8515
CVE-2019-8524
CVE-2019-8535
CVE-2019-8536
CVE-2019-8544
CVE-2019-8551
CVE-2019-8558
CVE-2019-8559
CVE-2019-8563
CVE-2019-9924
SUSE-SU-2015:1404-1
SUSE-SU-2015:1556-1
SUSE-SU-2016:0935-1
SUSE-SU-2016:3053-1
SUSE-SU-2017:2355-1
SUSE-SU-2017:2618-1
SUSE-SU-2017:2688-1
SUSE-SU-2019:0511-1
SUSE-SU-2019:0838-1
SUSE-SU-2019:1155-1
SUSE-SU-2019:1599-1
SUSE-SU-2019:2502-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 15.1
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
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-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 8
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • dbus-1-glib-0.108-lp150.1 is installed
  • OR dbus-1-glib-tool-0.108-lp150.1 is installed
  • Definition Synopsis
  • openSUSE Leap 15.1 is installed
  • AND Package Information
  • curl-7.60.0-lp151.5.3 is installed
  • OR curl-mini-7.60.0-lp151.5.3 is installed
  • OR libcurl-devel-7.60.0-lp151.5.3 is installed
  • OR libcurl-devel-32bit-7.60.0-lp151.5.3 is installed
  • OR libcurl-mini-devel-7.60.0-lp151.5.3 is installed
  • OR libcurl4-7.60.0-lp151.5.3 is installed
  • OR libcurl4-32bit-7.60.0-lp151.5.3 is installed
  • OR libcurl4-mini-7.60.0-lp151.5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • perl-5.10.0-64.61.61 is installed
  • OR perl-32bit-5.10.0-64.61.61 is installed
  • OR perl-base-5.10.0-64.61.61 is installed
  • OR perl-doc-5.10.0-64.61.61 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • xen-4.4.2_12-23 is installed
  • OR xen-doc-html-4.4.2_12-23 is installed
  • OR xen-kmp-default-4.4.2_12_3.0.101_63-23 is installed
  • OR xen-kmp-pae-4.4.2_12_3.0.101_63-23 is installed
  • OR xen-libs-4.4.2_12-23 is installed
  • OR xen-libs-32bit-4.4.2_12-23 is installed
  • OR xen-tools-4.4.2_12-23 is installed
  • OR xen-tools-domU-4.4.2_12-23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • kernel-default-3.12.32-33 is installed
  • OR kernel-default-devel-3.12.32-33 is installed
  • OR kernel-default-extra-3.12.32-33 is installed
  • OR kernel-devel-3.12.32-33 is installed
  • OR kernel-macros-3.12.32-33 is installed
  • OR kernel-source-3.12.32-33 is installed
  • OR kernel-syms-3.12.32-33 is installed
  • OR kernel-xen-3.12.32-33 is installed
  • OR kernel-xen-devel-3.12.32-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libjavascriptcoregtk-4_0-18-2.22.6-2.35 is installed
  • OR libwebkit2gtk-4_0-37-2.22.6-2.35 is installed
  • OR libwebkit2gtk3-lang-2.22.6-2.35 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.22.6-2.35 is installed
  • OR typelib-1_0-WebKit2-4_0-2.22.6-2.35 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.22.6-2.35 is installed
  • OR webkit2gtk3-2.22.6-2.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libjavascriptcoregtk-4_0-18-2.24.1-2.41 is installed
  • OR libwebkit2gtk-4_0-37-2.24.1-2.41 is installed
  • OR libwebkit2gtk3-lang-2.24.1-2.41 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.24.1-2.41 is installed
  • OR typelib-1_0-WebKit2-4_0-2.24.1-2.41 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.24.1-2.41 is installed
  • OR webkit2gtk3-2.24.1-2.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • freeradius-server-3.0.3-10 is installed
  • OR freeradius-server-doc-3.0.3-10 is installed
  • OR freeradius-server-krb5-3.0.3-10 is installed
  • OR freeradius-server-ldap-3.0.3-10 is installed
  • OR freeradius-server-libs-3.0.3-10 is installed
  • OR freeradius-server-mysql-3.0.3-10 is installed
  • OR freeradius-server-perl-3.0.3-10 is installed
  • OR freeradius-server-postgresql-3.0.3-10 is installed
  • OR freeradius-server-python-3.0.3-10 is installed
  • OR freeradius-server-sqlite-3.0.3-10 is installed
  • OR freeradius-server-utils-3.0.3-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • postgresql94-9.4.13-21.5 is installed
  • OR postgresql94-contrib-9.4.13-21.5 is installed
  • OR postgresql94-docs-9.4.13-21.5 is installed
  • OR postgresql94-server-9.4.13-21.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND kbd-1.15.5-8.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND squid-3.5.21-26.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND Package Information
  • kgraft-patch-4_4_121-92_104-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_28-4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_90-92_45-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-8-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • gvim-7.4.326-16 is installed
  • OR vim-7.4.326-16 is installed
  • OR vim-data-7.4.326-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND binutils-2.32-9.33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_156-94_64-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_20-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND mutt-1.10.1-55.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • colord-gtk-lang-0.1.26-6 is installed
  • OR libcolord-gtk1-0.1.26-6 is installed
  • OR libcolord2-1.3.3-12 is installed
  • OR libcolord2-32bit-1.3.3-12 is installed
  • OR libcolorhug2-1.3.3-12 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND python-Pillow-2.7.0-3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 8 is installed
  • AND Package Information
  • ardana-ansible-8.0+git.1583432621.24fa60e-3.70 is installed
  • OR ardana-barbican-8.0+git.1585152761.8ef3d61-4.33 is installed
  • OR ardana-db-8.0+git.1583944923.03cca6c-3.31 is installed
  • OR ardana-monasca-8.0+git.1583944894.38f023a-3.24 is installed
  • OR ardana-mq-8.0+git.1583944811.dc14403-3.19 is installed
  • OR ardana-neutron-8.0+git.1584715262.e4ea620-3.39 is installed
  • OR ardana-octavia-8.0+git.1585171918.418f5cf-3.26 is installed
  • OR ardana-tempest-8.0+git.1585311051.6ab5488-3.33 is installed
  • OR documentation-suse-openstack-cloud-installation-8.20200319-1.23 is installed
  • OR documentation-suse-openstack-cloud-operations-8.20200319-1.23 is installed
  • OR documentation-suse-openstack-cloud-opsconsole-8.20200319-1.23 is installed
  • OR documentation-suse-openstack-cloud-planning-8.20200319-1.23 is installed
  • OR documentation-suse-openstack-cloud-security-8.20200319-1.23 is installed
  • OR documentation-suse-openstack-cloud-supplement-8.20200319-1.23 is installed
  • OR documentation-suse-openstack-cloud-upstream-admin-8.20200319-1.23 is installed
  • OR documentation-suse-openstack-cloud-upstream-user-8.20200319-1.23 is installed
  • OR documentation-suse-openstack-cloud-user-8.20200319-1.23 is installed
  • OR memcached-1.5.17-3.3 is installed
  • OR openstack-manila-5.1.1~dev5-3.26 is installed
  • OR openstack-manila-api-5.1.1~dev5-3.26 is installed
  • OR openstack-manila-data-5.1.1~dev5-3.26 is installed
  • OR openstack-manila-doc-5.1.1~dev5-3.26 is installed
  • OR openstack-manila-scheduler-5.1.1~dev5-3.26 is installed
  • OR openstack-manila-share-5.1.1~dev5-3.26 is installed
  • OR openstack-neutron-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-dhcp-agent-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-doc-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-ha-tool-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-l3-agent-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-linuxbridge-agent-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-macvtap-agent-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-metadata-agent-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-metering-agent-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-openvswitch-agent-11.0.9~dev63-3.30 is installed
  • OR openstack-neutron-server-11.0.9~dev63-3.30 is installed
  • OR openstack-nova-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-api-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-cells-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-compute-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-conductor-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-console-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-consoleauth-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-doc-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-novncproxy-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-placement-api-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-scheduler-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-serialproxy-16.1.9~dev61-3.35 is installed
  • OR openstack-nova-vncproxy-16.1.9~dev61-3.35 is installed
  • OR pdns-4.1.2-3.6 is installed
  • OR pdns-backend-mysql-4.1.2-3.6 is installed
  • OR python-amqp-2.4.2-3.9 is installed
  • OR python-manila-5.1.1~dev5-3.26 is installed
  • OR python-neutron-11.0.9~dev63-3.30 is installed
  • OR python-nova-16.1.9~dev61-3.35 is installed
  • OR venv-openstack-aodh-5.1.1~dev7-12.24 is installed
  • OR venv-openstack-aodh-x86_64-5.1.1~dev7-12.24 is installed
  • OR venv-openstack-barbican-5.0.2~dev3-12.25 is installed
  • OR venv-openstack-barbican-x86_64-5.0.2~dev3-12.25 is installed
  • OR venv-openstack-ceilometer-9.0.8~dev7-12.22 is installed
  • OR venv-openstack-ceilometer-x86_64-9.0.8~dev7-12.22 is installed
  • OR venv-openstack-cinder-11.2.3~dev23-14.25 is installed
  • OR venv-openstack-cinder-x86_64-11.2.3~dev23-14.25 is installed
  • OR venv-openstack-designate-5.0.3~dev7-12.23 is installed
  • OR venv-openstack-designate-x86_64-5.0.3~dev7-12.23 is installed
  • OR venv-openstack-freezer-5.0.0.0~xrc2~dev2-10.20 is installed
  • OR venv-openstack-freezer-x86_64-5.0.0.0~xrc2~dev2-10.20 is installed
  • OR venv-openstack-glance-15.0.3~dev3-12.23 is installed
  • OR venv-openstack-glance-x86_64-15.0.3~dev3-12.23 is installed
  • OR venv-openstack-heat-9.0.8~dev22-12.25 is installed
  • OR venv-openstack-heat-x86_64-9.0.8~dev22-12.25 is installed
  • OR venv-openstack-ironic-9.1.8~dev8-12.25 is installed
  • OR venv-openstack-ironic-x86_64-9.1.8~dev8-12.25 is installed
  • OR venv-openstack-keystone-12.0.4~dev5-11.26 is installed
  • OR venv-openstack-keystone-x86_64-12.0.4~dev5-11.26 is installed
  • OR venv-openstack-magnum-5.0.2_5.0.2_5.0.2~dev31-11.24 is installed
  • OR venv-openstack-magnum-x86_64-5.0.2_5.0.2_5.0.2~dev31-11.24 is installed
  • OR venv-openstack-manila-5.1.1~dev5-12.29 is installed
  • OR venv-openstack-manila-x86_64-5.1.1~dev5-12.29 is installed
  • OR venv-openstack-monasca-ceilometer-1.5.1_1.5.1_1.5.1~dev3-8.20 is installed
  • OR venv-openstack-monasca-ceilometer-x86_64-1.5.1_1.5.1_1.5.1~dev3-8.20 is installed
  • OR venv-openstack-murano-4.0.2~dev2-12.20 is installed
  • OR venv-openstack-murano-x86_64-4.0.2~dev2-12.20 is installed
  • OR venv-openstack-neutron-11.0.9~dev63-13.28 is installed
  • OR venv-openstack-neutron-x86_64-11.0.9~dev63-13.28 is installed
  • OR venv-openstack-nova-16.1.9~dev61-11.26 is installed
  • OR venv-openstack-nova-x86_64-16.1.9~dev61-11.26 is installed
  • OR venv-openstack-octavia-1.0.6~dev3-12.25 is installed
  • OR venv-openstack-octavia-x86_64-1.0.6~dev3-12.25 is installed
  • OR venv-openstack-sahara-7.0.5~dev4-11.24 is installed
  • OR venv-openstack-sahara-x86_64-7.0.5~dev4-11.24 is installed
  • OR venv-openstack-trove-8.0.2~dev2-11.24 is installed
  • OR venv-openstack-trove-x86_64-8.0.2~dev2-11.24 is installed
  • OR zookeeper-3.4.10-3.6 is installed
  • OR zookeeper-server-3.4.10-3.6 is installed
  • BACK