Oval Definition:oval:org.opensuse.security:def:8370
Revision Date:2021-09-23Version:1
Title:Security update for the Linux Kernel (Important)
Description:





The SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2021-3759: Unaccounted ipc objects in Linux kernel could have lead to breaking memcg limits and DoS attacks (bsc#1190115). - CVE-2021-38160: Data corruption or loss could be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size in drivers/char/virtio_console.c (bsc#1190117) - CVE-2021-3640: Fixed a Use-After-Free vulnerability in function sco_sock_sendmsg() in the bluetooth stack (bsc#1188172). - CVE-2021-3753: Fixed race out-of-bounds in virtual terminal handling (bsc#1190025). - CVE-2021-3743: Fixed OOB Read in qrtr_endpoint_post (bsc#1189883). - CVE-2021-3739: Fixed a NULL pointer dereference when deleting device by invalid id (bsc#1189832 ). - CVE-2021-3732: Mounting overlayfs inside an unprivileged user namespace can reveal files (bsc#1189706). - CVE-2021-3653: Missing validation of the `int_ctl` VMCB field and allows a malicious L1 guest to enable AVIC support for the L2 guest. (bsc#1189399). - CVE-2021-3656: Missing validation of the the `virt_ext` VMCB field and allows a malicious L1 guest to disable both VMLOAD/VMSAVE intercepts and VLS for the L2 guest (bsc#1189400). - CVE-2021-38198: arch/x86/kvm/mmu/paging_tmpl.h incorrectly computes the access permissions of a shadow page, leading to a missing guest protection page fault (bnc#1189262). - CVE-2021-38207: drivers/net/ethernet/xilinx/ll_temac_main.c allowed remote attackers to cause a denial of service (buffer overflow and lockup) by sending heavy network traffic for about ten minutes (bnc#1189298). - CVE-2021-38205: drivers/net/ethernet/xilinx/xilinx_emaclite.c made it easier for attackers to defeat an ASLR protection mechanism because it prints a kernel pointer (i.e., the real IOMEM pointer) (bnc#1189292). - CVE-2021-38204: drivers/usb/host/max3421-hcd.c allowed physically proximate attackers to cause a denial of service (use-after-free and panic) by removing a MAX-3421 USB device in certain situations (bnc#1189291). - CVE-2021-3679: A lack of CPU resource in tracing module functionality was found in the way user uses trace ring buffer in a specific way. Only privileged local users (with CAP_SYS_ADMIN capability) could use this flaw to starve the resources causing denial of service (bnc#1189057). - CVE-2021-34556: Fixed side-channel attack via a Speculative Store Bypass via unprivileged BPF program that could have obtain sensitive information from kernel memory (bsc#1188983). - CVE-2021-35477: Fixed BPF stack frame pointer which could have been abused to disclose content of arbitrary kernel memory (bsc#1188985).



The following non-security bugs were fixed:

- ACPI: NFIT: Fix support for virtual SPA ranges (git-fixes). - ACPI: processor: Clean up acpi_processor_evaluate_cst() (bsc#1175543) - ACPI: processor: Export acpi_processor_evaluate_cst() (bsc#1175543) - ACPI: processor: Export function to claim _CST control (bsc#1175543) - ACPI: processor: Introduce acpi_processor_evaluate_cst() (bsc#1175543) - ACPI: processor: Make ACPI_PROCESSOR_CSTATE depend on ACPI_PROCESSOR (bsc#1175543) - ALSA: hda - fix the 'Capture Switch' value change notifications (git-fixes). - ALSA: hda/realtek: Enable 4-speaker output for Dell XPS 15 9510 laptop (git-fixes). - ALSA: hda/realtek: Fix headset mic for Acer SWIFT SF314-56 (ALC256) (git-fixes). - ALSA: hda/realtek: add mic quirk for Acer SF314-42 (git-fixes). - ALSA: hda/via: Apply runtime PM workaround for ASUS B23E (git-fixes). - ALSA: hda: Add quirk for ASUS Flow x13 (git-fixes). - ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (git-fixes). - ALSA: seq: Fix racy deletion of subscriber (git-fixes). - ALSA: usb-audio: Add registration quirk for JBL Quantum 600 (git-fixes). - ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC (git-fixes). - ALSA: usb-audio: Fix superfluous autosuspend recovery (git-fixes). - ALSA: usb-audio: fix incorrect clock source setting (git-fixes). - ASoC: Intel: Skylake: Leave data as is when invoking TLV IPCs (git-fixes). - ASoC: cs42l42: Correct definition of ADC Volume control (git-fixes). - ASoC: cs42l42: Do not allow SND_SOC_DAIFMT_LEFT_J (git-fixes). - ASoC: cs42l42: Fix LRCLK frame start edge (git-fixes). - ASoC: cs42l42: Fix inversion of ADC Notch Switch control (git-fixes). - ASoC: cs42l42: Remove duplicate control for WNF filter frequency (git-fixes). - ASoC: intel: atom: Fix breakage for PCM buffer address setup (git-fixes). - ASoC: intel: atom: Fix reference to PCM buffer address (git-fixes). - ASoC: ti: delete some dead code in omap_abe_probe() (git-fixes). - ASoC: tlv320aic31xx: Fix jack detection after suspend (git-fixes). - ASoC: tlv320aic31xx: fix reversed bclk/wclk master bits (git-fixes). - ASoC: wcd9335: Disable irq on slave ports in the remove function (git-fixes). - ASoC: wcd9335: Fix a double irq free in the remove function (git-fixes). - ASoC: wcd9335: Fix a memory leak in the error handling path of the probe function (git-fixes). - ASoC: xilinx: Fix reference to PCM buffer address (git-fixes). - Bluetooth: add timeout sanity check to hci_inquiry (git-fixes). - Bluetooth: defer cleanup of resources in hci_unregister_dev() (git-fixes). - Bluetooth: fix repeated calls to sco_sock_kill (git-fixes). - Bluetooth: hidp: use correct wait queue when removing ctrl_wait (git-fixes). - Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflow (git-fixes). - Bluetooth: sco: prevent information leak in sco_conn_defer_accept() (git-fixes). - Documentation: admin-guide: PM: Add intel_idle document (bsc#1175543) - Drop watchdog iTCO_wdt patch that causes incompatible behavior (bsc#1189449) Also blacklisted - Fix breakage of swap over NFS (bsc#1188924). - Fix kabi of prepare_to_wait_exclusive() (bsc#1189575). - HID: i2c-hid: Fix Elan touchpad regression (git-fixes). - HID: input: do not report stylus battery state as 'full' (git-fixes). - KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4() (bsc#1188786). - KVM: VMX: Enable machine check support for 32bit targets (bsc#1188787). - KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path (bsc#1188788). - KVM: nVMX: Really make emulated nested preemption timer pinned (bsc#1188780). - KVM: nVMX: Reset the segment cache when stuffing guest segs (bsc#1188781). - KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 (bsc#1188782). - KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration (bsc#1188783). - KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit (bsc#1188784). - KVM: x86: bit 8 of non-leaf PDPEs is not reserved (bsc#1188790). - Move upstreamed BT fixes into sorted section - NFS: Correct size calculation for create reply length (bsc#1189870). - NFSv4.1: Do not rebind to the same source port when (bnc#1186264 bnc#1189021) - NFSv4/pNFS: Do not call _nfs4_pnfs_v3_ds_connect multiple times (git-fixes). - NFSv4: Initialise connection to the server in nfs4_alloc_client() (bsc#1040364). - PCI/MSI: Correct misleading comments (git-fixes). - PCI/MSI: Do not set invalid bits in MSI mask (git-fixes). - PCI/MSI: Enable and mask MSI-X early (git-fixes). - PCI/MSI: Enforce MSI[X] entry updates to be visible (git-fixes). - PCI/MSI: Enforce that MSI-X table entry is masked for update (git-fixes). - PCI/MSI: Mask all unused MSI-X entries (git-fixes). - PCI/MSI: Skip masking MSI-X on Xen PV (git-fixes). - PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown() (git-fixes). - PCI: Increase D3 delay for AMD Renoir/Cezanne XHCI (git-fixes). - PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistently (git-fixes). - PCI: PM: Enable PME if it can be signaled from D3cold (git-fixes). - README: Modernize build instructions. - Revert 'ACPICA: Fix memory leak caused by _CID repair function' (git-fixes). - Revert 'USB: serial: ch341: fix character loss at high transfer rates' (git-fixes). - Revert 'dmaengine: imx-sdma: refine to load context only once' (git-fixes). - Revert 'gpio: eic-sprd: Use devm_platform_ioremap_resource()' (git-fixes). - Revert 'mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711' (git-fixes). - SUNRPC: 'Directory with parent 'rpc_clnt' already present!' (bsc#1168202 bsc#1188924). - SUNRPC: Fix the batch tasks count wraparound (git-fixes). - SUNRPC: Should wake up the privileged task firstly (git-fixes). - SUNRPC: defer slow parts of rpc_free_client() to a workqueue (bsc#1168202 bsc#1188924). - SUNRPC: fix use-after-free in rpc_free_client_work() (bsc#1168202 bsc#1188924). - SUNRPC: prevent port reuse on transports which do not request it (bnc#1186264 bnc#1189021). - USB: core: Avoid WARNings for 0-length descriptor requests (git-fixes). - USB: serial: ch341: fix character loss at high transfer rates (git-fixes). - USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2 (git-fixes). - USB: serial: option: add Telit FD980 composition 0x1056 (git-fixes). - USB: serial: option: add new VID/PID to support Fibocom FG150 (git-fixes). - USB: usbtmc: Fix RCU stall warning (git-fixes). - USB:ehci:fix Kunpeng920 ehci hardware problem (git-fixes). - Update patches.suse/ibmvnic-Allow-device-probe-if-the-device-is-not-read.patch (bsc#1167032 ltc#184087 bsc#1184114 ltc#192237). - VMCI: fix NULL pointer dereference when unmapping queue pair (git-fixes). - ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point() (git-fixes). - ath9k: Clear key cache explicitly on disabling hardware (git-fixes). - ath: Use safer key clearing with key cache entries (git-fixes). - bcma: Fix memory leak for internally-handled cores (git-fixes). - bdi: Do not use freezable workqueue (bsc#1189573). - blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit() (bsc#1189507). - blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling (bsc#1189506). - blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled() (bsc#1189503). - blk-wbt: make sure throttle is enabled properly (bsc#1189504). - block: fix trace completion for chained bio (bsc#1189505). - brcmfmac: pcie: fix oops on failure to resume and reprobe (git-fixes). - btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunk (bsc#1189077). - btrfs: account for new extents being deleted in total_bytes_pinned (bsc#1135481). - btrfs: add a comment explaining the data flush steps (bsc#1135481). - btrfs: add btrfs_reserve_data_bytes and use it (bsc#1135481). - btrfs: add flushing states for handling data reservations (bsc#1135481). - btrfs: add the data transaction commit logic into may_commit_transaction (bsc#1135481). - btrfs: call btrfs_try_granting_tickets when freeing reserved bytes (bsc#1135481). - btrfs: call btrfs_try_granting_tickets when reserving space (bsc#1135481). - btrfs: call btrfs_try_granting_tickets when unpinning anything (bsc#1135481). - btrfs: change nr to u64 in btrfs_start_delalloc_roots (bsc#1135481). - btrfs: check tickets after waiting on ordered extents (bsc#1135481). - btrfs: do async reclaim for data reservations (bsc#1135481). - btrfs: don't force commit if we are data (bsc#1135481). - btrfs: drop the commit_cycles stuff for data reservations (bsc#1135481). - btrfs: factor out create_chunk() (bsc#1189077). - btrfs: factor out decide_stripe_size() (bsc#1189077). - btrfs: factor out gather_device_info() (bsc#1189077). - btrfs: factor out init_alloc_chunk_ctl (bsc#1189077). - btrfs: fix deadlock with concurrent chunk allocations involving system chunks (bsc#1189077). - btrfs: fix possible infinite loop in data async reclaim (bsc#1135481). - btrfs: flush delayed refs when trying to reserve data space (bsc#1135481). - btrfs: handle U64_MAX for shrink_delalloc (bsc#1135481). - btrfs: handle invalid profile in chunk allocation (bsc#1189077). - btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself (bsc#1135481). - btrfs: introduce alloc_chunk_ctl (bsc#1189077). - btrfs: introduce chunk allocation policy (bsc#1189077). - btrfs: make ALLOC_CHUNK use the space info flags (bsc#1135481). - btrfs: make shrink_delalloc take space_info as an arg (bsc#1135481). - btrfs: move the chunk_mutex in btrfs_read_chunk_tree (bsc#1189077). - btrfs: parameterize dev_extent_min for chunk allocation (bsc#1189077). - btrfs: refactor find_free_dev_extent_start() (bsc#1189077). - btrfs: remove orig from shrink_delalloc (bsc#1135481). - btrfs: rework chunk allocation to avoid exhaustion of the system chunk array (bsc#1189077). - btrfs: run delayed iputs before committing the transaction for data (bsc#1135481). - btrfs: serialize data reservations if we are flushing (bsc#1135481). - btrfs: shrink delalloc pages instead of full inodes (bsc#1135481). - btrfs: track ordered bytes instead of just dio ordered bytes (bsc#1135481). - btrfs: use btrfs_start_delalloc_roots in shrink_delalloc (bsc#1135481). - btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc (bsc#1135481). - btrfs: use the same helper for data and metadata reservations (bsc#1135481). - btrfs: use ticketing for data space reservations (bsc#1135481). - can: ti_hecc: Fix memleak in ti_hecc_probe (git-fixes). - can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters (git-fixes). - ceph: clean up and optimize ceph_check_delayed_caps() (bsc#1187468). - ceph: reduce contention in ceph_check_delayed_caps() (bsc#1187468). - ceph: take snap_empty_lock atomically with snaprealm refcount change (bsc#1189427). - cfg80211: Fix possible memory leak in function cfg80211_bss_update (git-fixes). - cgroup1: fix leaked context root causing sporadic NULL deref in LTP (bsc#1190181). - cgroup: verify that source is a string (bsc#1190131). - cifs: Remove unused inline function is_sysvol_or_netlogon() (bsc#1185902). - cifs: avoid starvation when refreshing dfs cache (bsc#1185902). - cifs: constify get_normalized_path() properly (bsc#1185902). - cifs: do not cargo-cult strndup() (bsc#1185902). - cifs: do not send tree disconnect to ipc shares (bsc#1185902). - cifs: do not share tcp servers with dfs mounts (bsc#1185902). - cifs: do not share tcp sessions of dfs connections (bsc#1185902). - cifs: fix check of dfs interlinks (bsc#1185902). - cifs: fix path comparison and hash calc (bsc#1185902). - cifs: get rid of @noreq param in __dfs_cache_find() (bsc#1185902). - cifs: handle different charsets in dfs cache (bsc#1185902). - cifs: keep referral server sessions alive (bsc#1185902). - cifs: missing null pointer check in cifs_mount (bsc#1185902). - cifs: prevent NULL deref in cifs_compose_mount_options() (bsc#1185902). - cifs: set a minimum of 2 minutes for refreshing dfs cache (bsc#1185902). - clk: fix leak on devm_clk_bulk_get_all() unwind (git-fixes). - clk: kirkwood: Fix a clocking boot regression (git-fixes). - clk: stm32f4: fix post divisor setup for I2S/SAI PLLs (git-fixes). - cpuidle: Allow idle states to be disabled by default (bsc#1175543) - cpuidle: Consolidate disabled state checks (bsc#1175543) - cpuidle: Drop disabled field from struct cpuidle_state (bsc#1175543) - cpuidle: Fix cpuidle_driver_state_disabled() (bsc#1175543) - cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirks (bsc#1175543) - cpuidle: cpuidle_state kABI fix (bsc#1175543) - crypto: ccp - Annotate SEV Firmware file names (bsc#1189212). - crypto: qat - use proper type for vf_mask (git-fixes). - crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit (git-fixes). - dm integrity: fix missing goto in bitmap_flush_interval error handling (git-fixes). - dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails (git-fixes). - dm verity: fix DM_VERITY_OPTS_MAX value (git-fixes). - dmaengine: imx-dma: configure the generic DMA type to make it work (git-fixes). - dmaengine: imx-sdma: remove duplicated sdma_load_context (git-fixes). - dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not yet available (git-fixes). - dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe() (git-fixes). - dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfers (git-fixes). - drivers/block/null_blk/main: Fix a double free in null_init (git-fixes). - drm/amdgpu/acp: Make PM domain really work (git-fixes). - drm/msi/mdp4: populate priv->kms in mdp4_kms_init (git-fixes). - drm/msm/dpu: make dpu_hw_ctl_clear_all_blendstages clear necessary LMs (git-fixes). - drm/msm/dsi: Fix some reference counted resource leaks (git-fixes). - drm/nouveau/disp: power down unused DP links during init (git-fixes). - drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_init() (git-fixes). - drm: Copy drm_wait_vblank to user before returning (git-fixes). - ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle (bsc#1189568). - ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit (bsc#1189564). - ext4: fix avefreec in find_group_orlov (bsc#1189566). - ext4: fix kernel infoleak via ext4_extent_header (bsc#1189562). - ext4: fix potential htree corruption when growing large_dir directories (bsc#1189576). - ext4: remove check for zero nr_to_scan in ext4_es_scan() (bsc#1189565). - ext4: return error code when ext4_fill_flex_info() fails (bsc#1189563). - ext4: use ext4_grp_locked_error in mb_find_extent (bsc#1189567). - fanotify: fix copy_event_to_user() fid error clean up (bsc#1189574). - firmware_loader: fix use-after-free in firmware_fallback_sysfs (git-fixes). - firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallback (git-fixes). - fpga: altera-freeze-bridge: Address warning about unused variable (git-fixes). - fpga: xiilnx-spi: Address warning about unused variable (git-fixes). - fpga: zynqmp-fpga: Address warning about unused variable (git-fixes). - gpio: eic-sprd: break loop when getting NULL device resource (git-fixes). - gpio: tqmx86: really make IRQ optional (git-fixes). - i2c: dev: zero out array used for i2c reads from userspace (git-fixes). - i2c: highlander: add IRQ check (git-fixes). - i2c: iop3xx: fix deferred probing (git-fixes). - i2c: mt65xx: fix IRQ check (git-fixes). - i2c: s3c2410: fix IRQ check (git-fixes). - iio: adc: Fix incorrect exit of for-loop (git-fixes). - iio: adc: ti-ads7950: Ensure CS is deasserted after reading channels (git-fixes). - iio: humidity: hdc100x: Add margin to the conversion time (git-fixes). - intel_idle: Add module parameter to prevent ACPI _CST from being used (bsc#1175543) - intel_idle: Allow ACPI _CST to be used for selected known processors (bsc#1175543) - intel_idle: Annotate init time data structures (bsc#1175543) - intel_idle: Customize IceLake server support (bsc#1175543) - intel_idle: Disable ACPI _CST on Haswell (bsc#1175543, bsc#1177399, bsc#1180347, bsc#1180141) - intel_idle: Fix max_cstate for processor models without C-state tables (bsc#1175543) - intel_idle: Ignore _CST if control cannot be taken from the platform (bsc#1175543) - intel_idle: Refactor intel_idle_cpuidle_driver_init() (bsc#1175543) - intel_idle: Use ACPI _CST for processor models without C-state tables (bsc#1175543) - intel_idle: Use ACPI _CST on server systems (bsc#1175543) - iommu/amd: Fix extended features logging (bsc#1189213). - iommu/arm-smmu-v3: Decrease the queue size of evtq and priq (bsc#1189210). - iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASK (bsc#1189209). - iommu/dma: Fix IOVA reserve dma ranges (bsc#1189214). - iommu/dma: Fix compile warning in 32-bit builds (bsc#1189229). - iommu/vt-d: Check for allocation failure in aux_detach_device() (bsc#1189215). - iommu/vt-d: Define counter explicitly as unsigned int (bsc#1189216). - iommu/vt-d: Do not set then clear private data in prq_event_thread() (bsc#1189217). - iommu/vt-d: Fix sysfs leak in alloc_iommu() (bsc#1189218). - iommu/vt-d: Force to flush iotlb before creating superpage (bsc#1189219). - iommu/vt-d: Global devTLB flush when present context entry changed (bsc#1189220). - iommu/vt-d: Invalidate PASID cache when root/context entry changed (bsc#1189221). - iommu/vt-d: Reject unsupported page request modes (bsc#1189222). - iwlwifi: rs-fw: do not support stbc for HE 160 (git-fixes). - kABI fix of usb_dcd_config_params (git-fixes). - kABI: Fix kABI after fixing vcpu-id indexed arrays (git-fixes). - kabi fix for NFSv4.1: Do not rebind to the same source port when reconnecting to the server (bnc#1186264 bnc#1189021) - kabi fix for SUNRPC: defer slow parts of rpc_free_client() to a workqueue (bsc#1168202 bsc#1188924). - kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() (bsc#1189153). - lib/mpi: use kcalloc in mpi_resize (git-fixes). - libata: fix ata_pio_sector for CONFIG_HIGHMEM (git-fixes). - mac80211: Fix insufficient headroom issue for AMSDU (git-fixes). - mailbox: sti: quieten kernel-doc warnings (git-fixes). - md/raid10: properly indicate failure when ending a failed write request (git-fixes). - media: TDA1997x: enable EDID support (git-fixes). - media: cxd2880-spi: Fix an error handling path (git-fixes). - media: drivers/media/usb: fix memory leak in zr364xx_probe (git-fixes). - media: dvb-usb: Fix error handling in dvb_usb_i2c_init (git-fixes). - media: dvb-usb: fix uninit-value in dvb_usb_adapter_dvb_init (git-fixes). - media: dvb-usb: fix uninit-value in vp702x_read_mac_addr (git-fixes). - media: em28xx-input: fix refcount bug in em28xx_usb_disconnect (git-fixes). - media: go7007: fix memory leak in go7007_usb_probe (git-fixes). - media: go7007: remove redundant initialization (git-fixes). - media: rtl28xxu: fix zero-length control request (git-fixes). - media: stkwebcam: fix memory leak in stk_camera_probe (git-fixes). - media: venus: venc: Fix potential null pointer dereference on pointer fmt (git-fixes). - media: videobuf2-core: dequeue if start_streaming fails (git-fixes). - media: zr364xx: fix memory leaks in probe() (git-fixes). - media: zr364xx: propagate errors from zr364xx_start_readpipe() (git-fixes). - memcg: enable accounting for file lock caches (bsc#1190115). - misc: atmel-ssc: lock with mutex instead of spinlock (git-fixes). - misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp() (git-fixes). - mm, vmscan: guarantee drop_slab_node() termination (VM Functionality, bsc#1189301). - mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() (bsc#1189569). - mm: swap: properly update readahead statistics in unuse_pte_range() (bsc#1187619). - mmc: dw_mmc: Fix hang on data CRC error (git-fixes). - mmc: dw_mmc: Fix issue with uninitialized dma_slave_config (git-fixes). - mmc: moxart: Fix issue with uninitialized dma_slave_config (git-fixes). - mmc: sdhci-iproc: Cap min clock frequency on BCM2711 (git-fixes). - mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711 (git-fixes). - mtd: cfi_cmdset_0002: fix crash when erasing/writing AMD cards (git-fixes). - mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_nand_probe()' (git-fixes). - nbd: Aovid double completion of a request (git-fixes). - nbd: Fix NULL pointer in flush_workqueue (git-fixes). - nbd: do not update block size after device is started (git-fixes). - net/mlx5: Properly convey driver version to firmware (git-fixes). - net: dsa: mv88e6xxx: Avoid VTU corruption on 6097 (git-fixes). - net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnext (git-fixes). - net: stmmac: free tx skb buffer in stmmac_resume() (git-fixes). - nfs: fix acl memory leak of posix_acl_create() (git-fixes). - nvme-multipath: revalidate paths during rescan (bsc#1187211) - nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth (bsc#1181972). - nvme-pci: fix NULL req in completion handler (bsc#1181972). - nvme-pci: limit maximum queue depth to 4095 (bsc#1181972). - nvme-pci: use unsigned for io queue depth (bsc#1181972). - nvme-tcp: Do not reset transport on data digest errors (bsc#1188418). - nvme-tcp: do not check blk_mq_tag_to_rq when receiving pdu data (bsc#1181972). - nvme: avoid possible double fetch in handling CQE (bsc#1181972). - nvme: code command_id with a genctr for use-after-free validation (bsc#1181972). - nvme: only call synchronize_srcu when clearing current path (bsc#1188067). - nvmet: use NVMET_MAX_NAMESPACES to set nn value (bsc#1189384). - ocfs2: fix snprintf() checking (bsc#1189581). - ocfs2: fix zero out valid data (bsc#1189579). - ocfs2: initialize ip_next_orphan (bsc#1186731). - ocfs2: issue zeroout to EOF blocks (bsc#1189582). - ocfs2: ocfs2_downconvert_lock failure results in deadlock (bsc#1188439). - overflow: Correct check_shl_overflow() comment (git-fixes). - ovl: allow upperdir inside lowerdir (bsc#1189323). - ovl: expand warning in ovl_d_real() (bsc#1189323). - ovl: fix missing revert_creds() on error path (bsc#1189323). - ovl: perform vfs_getxattr() with mounter creds (bsc#1189323). - ovl: skip getxattr of security labels (bsc#1189323). - params: lift param_set_uint_minmax to common code (bsc#1181972). - pcmcia: i82092: fix a null pointer dereference bug (git-fixes). - pinctrl: samsung: Fix pinctrl bank pin count (git-fixes). - pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry() (git-fixes). - pinctrl: stmfx: Fix hazardous u8[] to unsigned long cast (git-fixes). - platform/x86: pcengines-apuv2: Add missing terminating entries to gpio-lookup tables (git-fixes). - power: supply: max17042: handle fails of reading status register (git-fixes). - powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailable (bsc#1175052 jsc#SLE-13823 bsc#1174969 jsc#SLE-12769 git-fixes). - powerpc/papr_scm: Reduce error severity if nvdimm stats inaccessible (bsc#1189197 ltc#193906). - powerpc/pseries: Fix regression while building external modules (bsc#1160010 ltc#183046 git-fixes). - powerpc/pseries: Fix update of LPAR security flavor after LPM (bsc#1188885 ltc#193722 git-fixes) - powerpc: Fix is_kvm_guest() / kvm_para_available() (bsc#1181148 ltc#190702 git-fixes). - regulator: rt5033: Fix n_voltages settings for BUCK and LDO (git-fixes). - regulator: vctrl: Avoid lockdep warning in enable/disable ops (git-fixes). - regulator: vctrl: Use locked regulator_get_voltage in probe path (git-fixes). - rpm/kernel-obs-build.spec.in: make builds reproducible (bsc#1189305) - rpm: Abolish image suffix (bsc#1189841). - rpm: Define $certs as rpm macro (bsc#1189841). - rpm: Fold kernel-devel and kernel-source scriptlets into spec files (bsc#1189841). - rpm: kernel-binary.spec: Define $image as rpm macro (bsc#1189841). - rpm: support gz and zst compression methods Extend commit 18fcdff43a00 ('rpm: support compressed modules') for compression methods other than xz. - rq-qos: fix missed wake-ups in rq_qos_throttle try two (bsc#1189575). - rsi: fix an error code in rsi_probe() (git-fixes). - rsi: fix error code in rsi_load_9116_firmware() (git-fixes). - s390/ap: Fix hanging ioctl caused by wrong msg counter (bsc#1188982 LTC#193817). - s390/boot: fix use of expolines in the DMA code (bsc#1188878 ltc#193771). - sched/fair: Correctly insert cfs_rq's to list on unthrottle (git-fixes) - sched/rt: Fix RT utilization tracking during policy change (git-fixes) - scsi: blkcg: Add app identifier support for blkcg (bsc#1189385 jsc#SLE-18970). - scsi: blkcg: Fix application ID config options (bsc#1189385 jsc#SLE-18970). - scsi: cgroup: Add cgroup_get_from_id() (bsc#1189385 jsc#SLE-18970). - scsi: core: Add scsi_prot_ref_tag() helper (bsc#1189392). - scsi: ibmvfc: Do not wait for initial device scan (bsc#1127650). - scsi: libfc: Fix array index out of bound exception (bsc#1188616). - scsi: lpfc: Add 256 Gb link speed support (bsc#1189385). - scsi: lpfc: Add PCI ID support for LPe37000/LPe38000 series adapters (bsc#1189385). - scsi: lpfc: Call discovery state machine when handling PLOGI/ADISC completions (bsc#1189385). - scsi: lpfc: Clear outstanding active mailbox during PCI function reset (bsc#1189385). - scsi: lpfc: Copyright updates for 12.8.0.11 patches (bsc#1189385). - scsi: lpfc: Copyright updates for 14.0.0.0 patches (bsc#1189385). - scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completes (bsc#1189385). - scsi: lpfc: Discovery state machine fixes for LOGO handling (bsc#1189385). - scsi: lpfc: Enable adisc discovery after RSCN by default (bsc#1189385). - scsi: lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi() routine (bsc#1189385). - scsi: lpfc: Fix NULL ptr dereference with NPIV ports for RDF handling (bsc#1189385). - scsi: lpfc: Fix NVMe support reporting in log message (bsc#1189385). - scsi: lpfc: Fix build error in lpfc_scsi.c (bsc#1189385). - scsi: lpfc: Fix cq_id truncation in rq create (bsc#1189385). - scsi: lpfc: Fix function description comments for vmid routines (bsc#1189385). - scsi: lpfc: Fix memory leaks in error paths while issuing ELS RDF/SCR request (bsc#1189385). - scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted() (bsc#1189385). - scsi: lpfc: Fix target reset handler from falsely returning FAILURE (bsc#1189385). - scsi: lpfc: Improve firmware download logging (bsc#1189385). - scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handling (bsc#1189385). - scsi: lpfc: Move initialization of phba->poll_list earlier to avoid crash (git-fixes). - scsi: lpfc: Remove REG_LOGIN check requirement to issue an ELS RDF (bsc#1189385). - scsi: lpfc: Remove redundant assignment to pointer pcmd (bsc#1189385). - scsi: lpfc: Remove redundant assignment to pointer temp_hdr (bsc#1189385). - scsi: lpfc: Remove use of kmalloc() in trace event logging (bsc#1189385). - scsi: lpfc: Revise Topology and RAS support checks for new adapters (bsc#1189385). - scsi: lpfc: Skip issuing ADISC when node is in NPR state (bsc#1189385). - scsi: lpfc: Skip reg_vpi when link is down for SLI3 in ADISC cmpl path (bsc#1189385). - scsi: lpfc: Update lpfc version to 12.8.0.11 (bsc#1189385). - scsi: lpfc: Update lpfc version to 14.0.0.0 (bsc#1189385). - scsi: lpfc: Use PBDE feature enabled bit to determine PBDE support (bsc#1189385). - scsi: lpfc: Use list_move_tail() instead of list_del()/list_add_tail() (bsc#1189385). - scsi: lpfc: vmid: Add QFPA and VMID timeout check in worker thread (bsc#1189385 jsc#SLE-18970). - scsi: lpfc: vmid: Add datastructure for supporting VMID in lpfc (bsc#1189385 jsc#SLE-18970). - scsi: lpfc: vmid: Add support for VMID in mailbox command (bsc#1189385 jsc#SLE-18970). - scsi: lpfc: vmid: Append the VMID to the wqe before sending (bsc#1189385 jsc#SLE-18970). - scsi: lpfc: vmid: Functions to manage VMIDs (bsc#1189385 jsc#SLE-18970). - scsi: lpfc: vmid: Implement CT commands for appid (bsc#1189385 jsc#SLE-18970). - scsi: lpfc: vmid: Implement ELS commands for appid (bsc#1189385 jsc#SLE-18970). - scsi: lpfc: vmid: Introduce VMID in I/O path (bsc#1189385 jsc#SLE-18970). - scsi: lpfc: vmid: Timeout implementation for VMID (bsc#1189385 jsc#SLE-18970). - scsi: lpfc: vmid: VMID parameter initialization (bsc#1189385 jsc#SLE-18970). - scsi: qla2xxx: Add heartbeat check (bsc#1189392). - scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword() (bsc#1189392). - scsi: qla2xxx: Fix spelling mistakes 'allloc' -> 'alloc' (bsc#1189392). - scsi: qla2xxx: Fix use after free in debug code (bsc#1189392). - scsi: qla2xxx: Log PCI address in qla_nvme_unregister_remote_port() (bsc#1189392). - scsi: qla2xxx: Remove duplicate declarations (bsc#1189392). - scsi: qla2xxx: Remove redundant assignment to rval (bsc#1189392). - scsi: qla2xxx: Remove redundant continue statement in a for-loop (bsc#1189392). - scsi: qla2xxx: Remove redundant initialization of variable num_cnt (bsc#1189392). - scsi: qla2xxx: Remove unused variable 'status' (bsc#1189392). - scsi: qla2xxx: Update version to 10.02.00.107-k (bsc#1189392). - scsi: qla2xxx: Use list_move_tail() instead of list_del()/list_add_tail() (bsc#1189392). - scsi: qla2xxx: Use the proper SCSI midlayer interfaces for PI (bsc#1189392). - scsi: qla2xxx: edif: Add authentication pass + fail bsgs (bsc#1189392). - scsi: qla2xxx: edif: Add detection of secure device (bsc#1189392). - scsi: qla2xxx: edif: Add doorbell notification for app (bsc#1189392). - scsi: qla2xxx: edif: Add encryption to I/O path (bsc#1189392). - scsi: qla2xxx: edif: Add extraction of auth_els from the wire (bsc#1189392). - scsi: qla2xxx: edif: Add getfcinfo and statistic bsgs (bsc#1189392). - scsi: qla2xxx: edif: Add key update (bsc#1189392). - scsi: qla2xxx: edif: Add send, receive, and accept for auth_els (bsc#1189392). - scsi: qla2xxx: edif: Add start + stop bsgs (bsc#1189392). - scsi: qla2xxx: edif: Increment command and completion counts (bsc#1189392). - scsi: scsi_transport_srp: Do not block target in SRP_PORT_LOST state (bsc#1184180). - scsi: target: qla2xxx: Wait for stop_phase1 at WWN removal (bsc#1189392). - scsi: zfcp: Report port fc_security as unknown early during remote cable pull (git-fixes). - serial: 8250: Mask out floating 16/32-bit bus bits (git-fixes). - serial: 8250_mtk: fix uart corruption issue when rx power off (git-fixes). - serial: tegra: Only print FIFO error message when an error occurs (git-fixes). - slimbus: messaging: check for valid transaction id (git-fixes). - slimbus: messaging: start transaction ids from 1 instead of zero (git-fixes). - slimbus: ngd: reset dma setup during runtime pm (git-fixes). - soc: aspeed: lpc-ctrl: Fix boundary check for mmap (git-fixes). - soc: aspeed: p2a-ctrl: Fix boundary check for mmap (git-fixes). - soc: ixp4xx/qmgr: fix invalid __iomem access (git-fixes). - soc: ixp4xx: fix printing resources (git-fixes). - soc: qcom: rpmhpd: Use corner in power_off (git-fixes). - soc: qcom: smsm: Fix missed interrupts if state changes while masked (git-fixes). - spi: imx: mx51-ecspi: Fix CONFIGREG delay comment (git-fixes). - spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculation (git-fixes). - spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delay (git-fixes). - spi: mediatek: Fix fifo transfer (git-fixes). - spi: meson-spicc: fix memory leak in meson_spicc_remove (git-fixes). - spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config (git-fixes). - spi: spi-pic32: Fix issue with uninitialized dma_slave_config (git-fixes). - spi: sprd: Fix the wrong WDG_LOAD_VAL (git-fixes). - spi: stm32h7: fix full duplex irq handler handling (git-fixes). - staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff819xUsb() (git-fixes). - staging: rtl8712: get rid of flush_scheduled_work (git-fixes). - staging: rtl8723bs: Fix a resource leak in sd_int_dpc (git-fixes). - tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name (git-fixes). - tracing / histogram: Give calculation hist_fields a size (git-fixes). - tracing: Reject string operand in the histogram expression (git-fixes). - tty: serial: fsl_lpuart: fix the wrong mapbase value (git-fixes). - ubifs: Fix error return code in alloc_wbufs() (bsc#1189585). - ubifs: Fix memleak in ubifs_init_authentication (bsc#1189583). - ubifs: Only check replay with inode type to judge if inode linked (bsc#1187455). - ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode (bsc#1189587). - ubifs: journal: Fix error return code in ubifs_jnl_write_inode() (bsc#1189586). - usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA config is available (git-fixes). - usb: dwc2: Postponed gadget registration to the udc class driver (git-fixes). - usb: dwc3: Add support for DWC_usb32 IP (git-fixes). - usb: dwc3: Disable phy suspend after power-on reset (git-fixes). - usb: dwc3: Separate field holding multiple properties (git-fixes). - usb: dwc3: Stop active transfers before halting the controller (git-fixes). - usb: dwc3: Use clk_bulk_prepare_enable() (git-fixes). - usb: dwc3: Use devres to get clocks (git-fixes). - usb: dwc3: core: Properly default unspecified speed (git-fixes). - usb: dwc3: core: do not do suspend for device mode if already suspended (git-fixes). - usb: dwc3: debug: Remove newline printout (git-fixes). - usb: dwc3: gadget: Check MPS of the request length (git-fixes). - usb: dwc3: gadget: Clear DCTL.ULSTCHNGREQ before set (git-fixes). - usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disable (git-fixes). - usb: dwc3: gadget: Disable gadget IRQ during pullup disable (git-fixes). - usb: dwc3: gadget: Do not send unintended link state change (git-fixes). - usb: dwc3: gadget: Do not setup more than requested (git-fixes). - usb: dwc3: gadget: Fix dwc3_calc_trbs_left() (git-fixes). - usb: dwc3: gadget: Fix handling ZLP (git-fixes). - usb: dwc3: gadget: Give back staled requests (git-fixes). - usb: dwc3: gadget: Handle ZLP for sg requests (git-fixes). - usb: dwc3: gadget: Prevent EP queuing while stopping transfers (git-fixes). - usb: dwc3: gadget: Properly track pending and queued SG (git-fixes). - usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup (git-fixes). - usb: dwc3: gadget: Set BESL config parameter (git-fixes). - usb: dwc3: gadget: Set link state to RX_Detect on disconnect (git-fixes). - usb: dwc3: gadget: Stop EP0 transfers during pullup disable (git-fixes). - usb: dwc3: gadget: Workaround Mirosoft's BESL check (git-fixes). - usb: dwc3: meson-g12a: add IRQ check (git-fixes). - usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_init (git-fixes). - usb: dwc3: of-simple: add a shutdown (git-fixes). - usb: dwc3: st: Add of_dev_put() in probe function (git-fixes). - usb: dwc3: st: Add of_node_put() before return in probe function (git-fixes). - usb: dwc3: support continuous runtime PM with dual role (git-fixes). - usb: ehci-orion: Handle errors of clk_prepare_enable() in probe (git-fixes). - usb: gadget: Export recommended BESL values (git-fixes). - usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlers (git-fixes). - usb: gadget: f_hid: fixed NULL pointer dereference (git-fixes). - usb: gadget: f_hid: idle uses the highest byte for duration (git-fixes). - usb: gadget: mv_u3d: request_irq() after initializing UDC (git-fixes). - usb: gadget: udc: at91: add IRQ check (git-fixes). - usb: gadget: udc: renesas_usb3: Fix soc_device_match() abuse (git-fixes). - usb: host: ohci-tmio: add IRQ check (git-fixes). - usb: host: xhci-rcar: Do not reload firmware after the completion (git-fixes). - usb: mtu3: fix the wrong HS mult value (git-fixes). - usb: mtu3: use @mult for HS isoc or intr (git-fixes). - usb: phy: fsl-usb: add IRQ check (git-fixes). - usb: phy: tahvo: add IRQ check (git-fixes). - usb: phy: twl6030: add IRQ checks (git-fixes). - virt_wifi: fix error on connect (git-fixes). - virtio_pci: Support surprise removal of virtio pci device (git-fixes). - wireguard: allowedips: allocate nodes in kmem_cache (git-fixes). - wireguard: allowedips: free empty intermediate nodes when removing single node (git-fixes). - wireguard: allowedips: remove nodes in O(1) (git-fixes). - writeback: fix obtain a reference to a freeing memcg css (bsc#1189577). - x86/fpu: Limit xstate copy size in xstateregs_set() (bsc#1152489). - x86/fpu: Make init_fpstate correct with optimized XSAVE (bsc#1152489). - x86/fpu: Reset state for all signal restore failures (bsc#1152489). - x86/kvm: fix vcpu-id indexed array sizes (git-fixes). - x86/signal: Detect and prevent an alternate signal stack overflow (bsc#1152489). - xen/events: Fix race in set_evtchn_to_irq (git-fixes). - xprtrdma: Pad optimization, revisited (bsc#1189760).
Family:unixClass:patch
Status:Reference(s):1040364
1127650
1135481
1152489
1160010
1167032
1168202
1174969
1175052
1175543
1177399
1180141
1180347
1181148
1181972
1184114
1184180
1185675
1185902
1186264
1186731
1187211
1187455
1187468
1187619
1188067
1188172
1188418
1188439
1188616
1188780
1188781
1188782
1188783
1188784
1188786
1188787
1188788
1188790
1188878
1188885
1188924
1188982
1188983
1188985
1189021
1189057
1189077
1189153
1189197
1189209
1189210
1189212
1189213
1189214
1189215
1189216
1189217
1189218
1189219
1189220
1189221
1189222
1189229
1189262
1189291
1189292
1189298
1189301
1189305
1189323
1189384
1189385
1189392
1189399
1189400
1189427
1189449
1189503
1189504
1189505
1189506
1189507
1189562
1189563
1189564
1189565
1189566
1189567
1189568
1189569
1189573
1189574
1189575
1189576
1189577
1189579
1189581
1189582
1189583
1189585
1189586
1189587
1189706
1189760
1189832
1189841
1189870
1189883
1190025
1190115
1190117
1190131
1190181
CVE-2007-5970
CVE-2008-7247
CVE-2009-4019
CVE-2009-4028
CVE-2009-4030
CVE-2010-4651
CVE-2010-5298
CVE-2012-5615
CVE-2013-0211
CVE-2013-0221
CVE-2013-0222
CVE-2013-0223
CVE-2013-1667
CVE-2013-1976
CVE-2013-1983
CVE-2013-1990
CVE-2013-1999
CVE-2013-2002
CVE-2013-2005
CVE-2013-6473
CVE-2013-6474
CVE-2013-6475
CVE-2013-6476
CVE-2014-0195
CVE-2014-0198
CVE-2014-0221
CVE-2014-0224
CVE-2014-2494
CVE-2014-2707
CVE-2014-3158
CVE-2014-3470
CVE-2014-4207
CVE-2014-4258
CVE-2014-4260
CVE-2014-4274
CVE-2014-4287
CVE-2014-4336
CVE-2014-4337
CVE-2014-4338
CVE-2014-6463
CVE-2014-6464
CVE-2014-6469
CVE-2014-6474
CVE-2014-6478
CVE-2014-6484
CVE-2014-6489
CVE-2014-6491
CVE-2014-6494
CVE-2014-6495
CVE-2014-6496
CVE-2014-6500
CVE-2014-6505
CVE-2014-6507
CVE-2014-6520
CVE-2014-6530
CVE-2014-6551
CVE-2014-6555
CVE-2014-6559
CVE-2014-6564
CVE-2014-6568
CVE-2014-8962
CVE-2014-8964
CVE-2014-9028
CVE-2015-0374
CVE-2015-0381
CVE-2015-0382
CVE-2015-0391
CVE-2015-0411
CVE-2015-0432
CVE-2015-0433
CVE-2015-0441
CVE-2015-0499
CVE-2015-0501
CVE-2015-0505
CVE-2015-1196
CVE-2015-1395
CVE-2015-1396
CVE-2015-2265
CVE-2015-2304
CVE-2015-2325
CVE-2015-2326
CVE-2015-2568
CVE-2015-2571
CVE-2015-2573
CVE-2015-2924
CVE-2015-3152
CVE-2015-3258
CVE-2015-3279
CVE-2015-3310
CVE-2015-4041
CVE-2015-4042
CVE-2015-4792
CVE-2015-4802
CVE-2015-4807
CVE-2015-4815
CVE-2015-4826
CVE-2015-4830
CVE-2015-4836
CVE-2015-4858
CVE-2015-4861
CVE-2015-4870
CVE-2015-4913
CVE-2015-5969
CVE-2015-8327
CVE-2015-8560
CVE-2015-8915
CVE-2015-8916
CVE-2015-8918
CVE-2015-8919
CVE-2015-8920
CVE-2015-8921
CVE-2015-8922
CVE-2015-8923
CVE-2015-8924
CVE-2015-8925
CVE-2015-8926
CVE-2015-8928
CVE-2015-8929
CVE-2015-8930
CVE-2015-8931
CVE-2015-8932
CVE-2015-8933
CVE-2015-8934
CVE-2016-0505
CVE-2016-0546
CVE-2016-0596
CVE-2016-0597
CVE-2016-0598
CVE-2016-0600
CVE-2016-0606
CVE-2016-0608
CVE-2016-0609
CVE-2016-0616
CVE-2016-0640
CVE-2016-0641
CVE-2016-0642
CVE-2016-0643
CVE-2016-0644
CVE-2016-0646
CVE-2016-0647
CVE-2016-0648
CVE-2016-0649
CVE-2016-0650
CVE-2016-0651
CVE-2016-0655
CVE-2016-0666
CVE-2016-0668
CVE-2016-0764
CVE-2016-10713
CVE-2016-1521
CVE-2016-1523
CVE-2016-1526
CVE-2016-1541
CVE-2016-1856
CVE-2016-1857
CVE-2016-2047
CVE-2016-3477
CVE-2016-3492
CVE-2016-3521
CVE-2016-3615
CVE-2016-4300
CVE-2016-4301
CVE-2016-4302
CVE-2016-4590
CVE-2016-4591
CVE-2016-4622
CVE-2016-4624
CVE-2016-4692
CVE-2016-4743
CVE-2016-4809
CVE-2016-5418
CVE-2016-5440
CVE-2016-5584
CVE-2016-5624
CVE-2016-5626
CVE-2016-5629
CVE-2016-5844
CVE-2016-6250
CVE-2016-6662
CVE-2016-6663
CVE-2016-6664
CVE-2016-7440
CVE-2016-7586
CVE-2016-7587
CVE-2016-7589
CVE-2016-7592
CVE-2016-7598
CVE-2016-7599
CVE-2016-7610
CVE-2016-7623
CVE-2016-7632
CVE-2016-7635
CVE-2016-7639
CVE-2016-7641
CVE-2016-7645
CVE-2016-7652
CVE-2016-7654
CVE-2016-7656
CVE-2016-7944
CVE-2016-8283
CVE-2016-8687
CVE-2016-8688
CVE-2016-8689
CVE-2017-1000121
CVE-2017-1000122
CVE-2017-10268
CVE-2017-10320
CVE-2017-10365
CVE-2017-10378
CVE-2017-13788
CVE-2017-13798
CVE-2017-13803
CVE-2017-13856
CVE-2017-13866
CVE-2017-13870
CVE-2017-13884
CVE-2017-13885
CVE-2017-15365
CVE-2017-16899
CVE-2017-2350
CVE-2017-2354
CVE-2017-2355
CVE-2017-2356
CVE-2017-2362
CVE-2017-2363
CVE-2017-2364
CVE-2017-2365
CVE-2017-2366
CVE-2017-2369
CVE-2017-2371
CVE-2017-2373
CVE-2017-2496
CVE-2017-2510
CVE-2017-2538
CVE-2017-2539
CVE-2017-3238
CVE-2017-3243
CVE-2017-3244
CVE-2017-3257
CVE-2017-3258
CVE-2017-3265
CVE-2017-3291
CVE-2017-3302
CVE-2017-3308
CVE-2017-3309
CVE-2017-3312
CVE-2017-3313
CVE-2017-3317
CVE-2017-3318
CVE-2017-3453
CVE-2017-3456
CVE-2017-3464
CVE-2017-3636
CVE-2017-3641
CVE-2017-3653
CVE-2017-5715
CVE-2017-5753
CVE-2017-7006
CVE-2017-7011
CVE-2017-7012
CVE-2017-7018
CVE-2017-7019
CVE-2017-7020
CVE-2017-7030
CVE-2017-7034
CVE-2017-7037
CVE-2017-7038
CVE-2017-7039
CVE-2017-7040
CVE-2017-7041
CVE-2017-7042
CVE-2017-7043
CVE-2017-7046
CVE-2017-7048
CVE-2017-7049
CVE-2017-7052
CVE-2017-7055
CVE-2017-7056
CVE-2017-7059
CVE-2017-7061
CVE-2017-7064
CVE-2017-7081
CVE-2017-7087
CVE-2017-7089
CVE-2017-7090
CVE-2017-7091
CVE-2017-7092
CVE-2017-7093
CVE-2017-7094
CVE-2017-7095
CVE-2017-7096
CVE-2017-7098
CVE-2017-7099
CVE-2017-7100
CVE-2017-7102
CVE-2017-7104
CVE-2017-7107
CVE-2017-7109
CVE-2017-7111
CVE-2017-7117
CVE-2017-7120
CVE-2017-7142
CVE-2017-7153
CVE-2017-7156
CVE-2017-7157
CVE-2017-7160
CVE-2017-7161
CVE-2017-7165
CVE-2018-1000156
CVE-2018-11646
CVE-2018-11712
CVE-2018-11713
CVE-2018-12911
CVE-2018-2562
CVE-2018-2612
CVE-2018-2622
CVE-2018-2640
CVE-2018-2665
CVE-2018-2668
CVE-2018-2755
CVE-2018-2759
CVE-2018-2761
CVE-2018-2766
CVE-2018-2767
CVE-2018-2771
CVE-2018-2777
CVE-2018-2781
CVE-2018-2782
CVE-2018-2784
CVE-2018-2786
CVE-2018-2787
CVE-2018-2810
CVE-2018-2813
CVE-2018-2817
CVE-2018-2819
CVE-2018-3058
CVE-2018-3060
CVE-2018-3063
CVE-2018-3064
CVE-2018-3066
CVE-2018-4088
CVE-2018-4096
CVE-2018-4101
CVE-2018-4113
CVE-2018-4114
CVE-2018-4117
CVE-2018-4118
CVE-2018-4119
CVE-2018-4120
CVE-2018-4121
CVE-2018-4122
CVE-2018-4125
CVE-2018-4127
CVE-2018-4128
CVE-2018-4129
CVE-2018-4133
CVE-2018-4146
CVE-2018-4161
CVE-2018-4162
CVE-2018-4163
CVE-2018-4165
CVE-2018-4190
CVE-2018-4199
CVE-2018-4200
CVE-2018-4204
CVE-2018-4218
CVE-2018-4222
CVE-2018-4232
CVE-2018-4233
CVE-2018-4246
CVE-2018-6951
CVE-2021-34556
CVE-2021-35477
CVE-2021-3640
CVE-2021-3653
CVE-2021-3656
CVE-2021-3679
CVE-2021-3732
CVE-2021-3739
CVE-2021-3743
CVE-2021-3753
CVE-2021-3759
CVE-2021-38160
CVE-2021-38198
CVE-2021-38204
CVE-2021-38205
CVE-2021-38207
SUSE-SU-2021:3207-1
Platform(s):openSUSE 13.1
openSUSE 13.2
openSUSE 13.2 NonFree
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
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 for SAP 11 SP2
SUSE Linux Enterprise for SAP 11 SP3
SUSE Linux Enterprise High Availability 15 SP2
SUSE Linux Enterprise High Availability Extension 11 SP3
SUSE Linux Enterprise High Availability Extension 11 SP4
SUSE Linux Enterprise High Performance Computing 15 SP2
SUSE Linux Enterprise Live Patching 12 SP3
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Real Time Extension 12 SP1
SUSE Linux Enterprise Real Time Extension 12 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11-SECURITY
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 SP3
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15 SP2
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 15 SP2
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Software Development Kit 12
SUSE Linux Enterprise Software Development Kit 12 SP1
SUSE Linux Enterprise Software Development Kit 12 SP2
SUSE Linux Enterprise Software Development Kit 12 SP3
SUSE Linux Enterprise Software Development Kit 12 SP4
SUSE Linux Enterprise Storage 7
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 SP3
SUSE Manager Proxy 4.1
SUSE Manager Server 4.1
Product(s):
Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND python-PyYAML-3.10-15.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • libreoffice-3.5.4.13-0.3.1 is installed
  • OR libreoffice-base-3.5.4.13-0.3.1 is installed
  • OR libreoffice-base-drivers-postgresql-3.5.4.13-0.3.1 is installed
  • OR libreoffice-base-extensions-3.5.4.13-0.3.1 is installed
  • OR libreoffice-calc-3.5.4.13-0.3.1 is installed
  • OR libreoffice-calc-extensions-3.5.4.13-0.3.1 is installed
  • OR libreoffice-draw-3.5.4.13-0.3.1 is installed
  • OR libreoffice-draw-extensions-3.5.4.13-0.3.1 is installed
  • OR libreoffice-filters-optional-3.5.4.13-0.3.1 is installed
  • OR libreoffice-gnome-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-cs-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-da-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-de-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-en-GB-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-en-US-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-es-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-fr-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-gu-IN-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-hi-IN-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-hu-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-it-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-ja-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-ko-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-nl-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-pl-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-pt-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-pt-BR-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-ru-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-sv-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-zh-CN-3.5.4.13-0.3.1 is installed
  • OR libreoffice-help-zh-TW-3.5.4.13-0.3.1 is installed
  • OR libreoffice-icon-themes-3.5.4.13-0.3.1 is installed
  • OR libreoffice-impress-3.5.4.13-0.3.1 is installed
  • OR libreoffice-impress-extensions-3.5.4.13-0.3.1 is installed
  • OR libreoffice-kde-3.5.4.13-0.3.1 is installed
  • OR libreoffice-kde4-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-af-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-ar-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-ca-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-cs-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-da-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-de-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-en-GB-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-es-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-fi-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-fr-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-gu-IN-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-hi-IN-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-hu-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-it-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-ja-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-ko-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-nb-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-nl-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-nn-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-pl-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-pt-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-pt-BR-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-ru-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-sk-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-sv-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-xh-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-zh-CN-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-zh-TW-3.5.4.13-0.3.1 is installed
  • OR libreoffice-l10n-zu-3.5.4.13-0.3.1 is installed
  • OR libreoffice-mailmerge-3.5.4.13-0.3.1 is installed
  • OR libreoffice-math-3.5.4.13-0.3.1 is installed
  • OR libreoffice-mono-3.5.4.13-0.3.1 is installed
  • OR libreoffice-officebean-3.5.4.13-0.3.1 is installed
  • OR libreoffice-pyuno-3.5.4.13-0.3.1 is installed
  • OR libreoffice-writer-3.5.4.13-0.3.1 is installed
  • OR libreoffice-writer-extensions-3.5.4.13-0.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.30.1 is installed
  • OR libMagick++1-6.4.3.6-7.30.1 is installed
  • OR libMagickCore1-6.4.3.6-7.30.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30.1 is installed
  • OR libMagickWand1-6.4.3.6-7.30.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • xen-4.4.3_06-29.1 is installed
  • OR xen-doc-html-4.4.3_06-29.1 is installed
  • OR xen-kmp-default-4.4.3_06_3.0.101_65-29.1 is installed
  • OR xen-kmp-pae-4.4.3_06_3.0.101_65-29.1 is installed
  • OR xen-libs-4.4.3_06-29.1 is installed
  • OR xen-libs-32bit-4.4.3_06-29.1 is installed
  • OR xen-tools-4.4.3_06-29.1 is installed
  • OR xen-tools-domU-4.4.3_06-29.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • MozillaFirefox-38.4.0esr-51.1 is installed
  • OR MozillaFirefox-branding-SLE-31.0-17.1 is installed
  • OR MozillaFirefox-translations-38.4.0esr-51.1 is installed
  • OR libfreebl3-3.19.2.1-29.1 is installed
  • OR libfreebl3-32bit-3.19.2.1-29.1 is installed
  • OR libsoftokn3-3.19.2.1-29.1 is installed
  • OR libsoftokn3-32bit-3.19.2.1-29.1 is installed
  • OR mozilla-nspr-4.10.10-9.1 is installed
  • OR mozilla-nspr-32bit-4.10.10-9.1 is installed
  • OR mozilla-nss-3.19.2.1-29.1 is installed
  • OR mozilla-nss-32bit-3.19.2.1-29.1 is installed
  • OR mozilla-nss-certs-3.19.2.1-29.1 is installed
  • OR mozilla-nss-certs-32bit-3.19.2.1-29.1 is installed
  • OR mozilla-nss-tools-3.19.2.1-29.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libXi-1.7.4-17 is installed
  • OR libXi6-1.7.4-17 is installed
  • OR libXi6-32bit-1.7.4-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • ghostscript-9.15-17 is installed
  • OR ghostscript-x11-9.15-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libdcerpc-binding0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libdcerpc-binding0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libdcerpc0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libdcerpc0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libndr-krb5pac0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libndr-krb5pac0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libndr-nbt0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libndr-nbt0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libndr-standard0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libndr-standard0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libndr0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libndr0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libnetapi0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libnetapi0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-credentials0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-credentials0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-errors0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-errors0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-hostconfig0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-hostconfig0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-passdb0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-passdb0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-util0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamba-util0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamdb0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsamdb0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsmbclient0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsmbclient0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsmbconf0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsmbconf0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsmbldap0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libsmbldap0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libtevent-util0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libtevent-util0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libwbclient0-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR libwbclient0-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR samba-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR samba-client-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR samba-client-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR samba-doc-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR samba-libs-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR samba-libs-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR samba-winbind-4.6.7+git.51.327af8d0a11-3.12 is installed
  • OR samba-winbind-32bit-4.6.7+git.51.327af8d0a11-3.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 11 SP2 is installed
  • AND Package Information
  • java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3.1 is installed
  • OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 11 SP3 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.31.1 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.31.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 15 SP2 is installed
  • AND Package Information
  • cluster-md-kmp-default-5.3.18-24.83.2 is installed
  • OR dlm-kmp-default-5.3.18-24.83.2 is installed
  • OR gfs2-kmp-default-5.3.18-24.83.2 is installed
  • OR ocfs2-kmp-default-5.3.18-24.83.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND libgnutls-extra26-2.4.1-24.39.51.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND ctdb-1.0.114.6-0.14.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_114-94_14-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_9-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND sles12sp1-docker-image-1.0.4-20160308170633 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-78 is installed
  • OR libopenssl0_9_8-0.9.8j-78 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-78 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.51-52.31 is installed
  • OR kernel-ec2-devel-3.12.51-52.31 is installed
  • OR kernel-ec2-extra-3.12.51-52.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-22 is installed
  • OR php5-5.5.14-22 is installed
  • OR php5-bcmath-5.5.14-22 is installed
  • OR php5-bz2-5.5.14-22 is installed
  • OR php5-calendar-5.5.14-22 is installed
  • OR php5-ctype-5.5.14-22 is installed
  • OR php5-curl-5.5.14-22 is installed
  • OR php5-dba-5.5.14-22 is installed
  • OR php5-dom-5.5.14-22 is installed
  • OR php5-enchant-5.5.14-22 is installed
  • OR php5-exif-5.5.14-22 is installed
  • OR php5-fastcgi-5.5.14-22 is installed
  • OR php5-fileinfo-5.5.14-22 is installed
  • OR php5-fpm-5.5.14-22 is installed
  • OR php5-ftp-5.5.14-22 is installed
  • OR php5-gd-5.5.14-22 is installed
  • OR php5-gettext-5.5.14-22 is installed
  • OR php5-gmp-5.5.14-22 is installed
  • OR php5-iconv-5.5.14-22 is installed
  • OR php5-intl-5.5.14-22 is installed
  • OR php5-json-5.5.14-22 is installed
  • OR php5-ldap-5.5.14-22 is installed
  • OR php5-mbstring-5.5.14-22 is installed
  • OR php5-mcrypt-5.5.14-22 is installed
  • OR php5-mysql-5.5.14-22 is installed
  • OR php5-odbc-5.5.14-22 is installed
  • OR php5-openssl-5.5.14-22 is installed
  • OR php5-pcntl-5.5.14-22 is installed
  • OR php5-pdo-5.5.14-22 is installed
  • OR php5-pear-5.5.14-22 is installed
  • OR php5-pgsql-5.5.14-22 is installed
  • OR php5-pspell-5.5.14-22 is installed
  • OR php5-shmop-5.5.14-22 is installed
  • OR php5-snmp-5.5.14-22 is installed
  • OR php5-soap-5.5.14-22 is installed
  • OR php5-sockets-5.5.14-22 is installed
  • OR php5-sqlite-5.5.14-22 is installed
  • OR php5-suhosin-5.5.14-22 is installed
  • OR php5-sysvmsg-5.5.14-22 is installed
  • OR php5-sysvsem-5.5.14-22 is installed
  • OR php5-sysvshm-5.5.14-22 is installed
  • OR php5-tokenizer-5.5.14-22 is installed
  • OR php5-wddx-5.5.14-22 is installed
  • OR php5-xmlreader-5.5.14-22 is installed
  • OR php5-xmlrpc-5.5.14-22 is installed
  • OR php5-xmlwriter-5.5.14-22 is installed
  • OR php5-xsl-5.5.14-22 is installed
  • OR php5-zip-5.5.14-22 is installed
  • OR php5-zlib-5.5.14-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND apache2-mod_nss-1.0.14-0.4.25.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND Package Information
  • java-1_7_0-openjdk-1.7.0.181-43.15 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP1 is installed
  • AND Package Information
  • kernel-compute-3.12.67-60.27 is installed
  • OR kernel-compute-base-3.12.67-60.27 is installed
  • OR kernel-compute-devel-3.12.67-60.27 is installed
  • OR kernel-compute_debug-3.12.67-60.27 is installed
  • OR kernel-compute_debug-devel-3.12.67-60.27 is installed
  • OR kernel-devel-rt-3.12.67-60.27 is installed
  • OR kernel-rt-3.12.67-60.27 is installed
  • OR kernel-rt-base-3.12.67-60.27 is installed
  • OR kernel-rt-devel-3.12.67-60.27 is installed
  • OR kernel-rt_debug-3.12.67-60.27 is installed
  • OR kernel-rt_debug-devel-3.12.67-60.27 is installed
  • OR kernel-source-rt-3.12.67-60.27 is installed
  • OR kernel-syms-rt-3.12.67-60.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP3 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.4.139-3.17 is installed
  • OR dlm-kmp-rt-4.4.139-3.17 is installed
  • OR gfs2-kmp-rt-4.4.139-3.17 is installed
  • OR kernel-devel-rt-4.4.139-3.17 is installed
  • OR kernel-rt-4.4.139-3.17 is installed
  • OR kernel-rt-base-4.4.139-3.17 is installed
  • OR kernel-rt-devel-4.4.139-3.17 is installed
  • OR kernel-rt_debug-4.4.139-3.17 is installed
  • OR kernel-rt_debug-devel-4.4.139-3.17 is installed
  • OR kernel-source-rt-4.4.139-3.17 is installed
  • OR kernel-syms-rt-4.4.139-3.17 is installed
  • OR ocfs2-kmp-rt-4.4.139-3.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND Package Information
  • curl-7.19.0-11.21.1 is installed
  • OR keyutils-libs-1.2-107.22 is installed
  • OR keyutils-libs-32bit-1.2-107.22 is installed
  • OR keyutils-libs-x86-1.2-107.22 is installed
  • OR libcurl4-7.19.0-11.21.1 is installed
  • OR libcurl4-32bit-7.19.0-11.21.1 is installed
  • OR libcurl4-x86-7.19.0-11.21.1 is installed
  • OR libidn-1.10-3.18 is installed
  • OR libidn-32bit-1.10-3.18 is installed
  • OR libidn-x86-1.10-3.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • apache2-2.2.12-1.28.1 is installed
  • OR apache2-doc-2.2.12-1.28.1 is installed
  • OR apache2-example-pages-2.2.12-1.28.1 is installed
  • OR apache2-prefork-2.2.12-1.28.1 is installed
  • OR apache2-utils-2.2.12-1.28.1 is installed
  • OR apache2-worker-2.2.12-1.28.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • apache2-2.2.12-1.28.1 is installed
  • OR apache2-doc-2.2.12-1.28.1 is installed
  • OR apache2-example-pages-2.2.12-1.28.1 is installed
  • OR apache2-prefork-2.2.12-1.28.1 is installed
  • OR apache2-utils-2.2.12-1.28.1 is installed
  • OR apache2-worker-2.2.12-1.28.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • avahi-0.6.23-11.19.22 is installed
  • OR avahi-lang-0.6.23-11.19.22 is installed
  • OR avahi-utils-0.6.23-11.19.22 is installed
  • OR libavahi-client3-0.6.23-11.19.22 is installed
  • OR libavahi-client3-32bit-0.6.23-11.19.22 is installed
  • OR libavahi-client3-x86-0.6.23-11.19.22 is installed
  • OR libavahi-common3-0.6.23-11.19.22 is installed
  • OR libavahi-common3-32bit-0.6.23-11.19.22 is installed
  • OR libavahi-common3-x86-0.6.23-11.19.22 is installed
  • OR libavahi-core5-0.6.23-11.19.22 is installed
  • OR libdns_sd-0.6.23-11.19.22 is installed
  • OR libdns_sd-32bit-0.6.23-11.19.22 is installed
  • OR libdns_sd-x86-0.6.23-11.19.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND clamav-0.98.6-0.6.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libgcrypt11-1.5.0-0.15.2 is installed
  • OR libgcrypt11-32bit-1.5.0-0.15.2 is installed
  • OR libgcrypt11-x86-1.5.0-0.15.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • libgcrypt11-1.5.0-0.15.2 is installed
  • OR libgcrypt11-32bit-1.5.0-0.15.2 is installed
  • OR libgcrypt11-x86-1.5.0-0.15.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND enscript-1.6.4-152.22.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • libxml2-2.7.6-0.44.1 is installed
  • OR libxml2-32bit-2.7.6-0.44.1 is installed
  • OR libxml2-doc-2.7.6-0.44.1 is installed
  • OR libxml2-python-2.7.6-0.44.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.8.1 is installed
  • OR MozillaFirefox-branding-SLED-24-0.7.36 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.8.1 is installed
  • OR libfreebl3-3.16-0.8.1 is installed
  • OR libfreebl3-32bit-3.16-0.8.1 is installed
  • OR libfreebl3-x86-3.16-0.8.1 is installed
  • OR libsoftokn3-3.16-0.8.1 is installed
  • OR libsoftokn3-32bit-3.16-0.8.1 is installed
  • OR libsoftokn3-x86-3.16-0.8.1 is installed
  • OR mozilla-nspr-4.10.4-0.3.1 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3.1 is installed
  • OR mozilla-nspr-x86-4.10.4-0.3.1 is installed
  • OR mozilla-nss-3.16-0.8.1 is installed
  • OR mozilla-nss-32bit-3.16-0.8.1 is installed
  • OR mozilla-nss-tools-3.16-0.8.1 is installed
  • OR mozilla-nss-x86-3.16-0.8.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.8.1 is installed
  • OR MozillaFirefox-branding-SLED-24-0.7.36 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.8.1 is installed
  • OR libfreebl3-3.16-0.8.1 is installed
  • OR libfreebl3-32bit-3.16-0.8.1 is installed
  • OR libfreebl3-x86-3.16-0.8.1 is installed
  • OR libsoftokn3-3.16-0.8.1 is installed
  • OR libsoftokn3-32bit-3.16-0.8.1 is installed
  • OR libsoftokn3-x86-3.16-0.8.1 is installed
  • OR mozilla-nspr-4.10.4-0.3.1 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3.1 is installed
  • OR mozilla-nspr-x86-4.10.4-0.3.1 is installed
  • OR mozilla-nss-3.16-0.8.1 is installed
  • OR mozilla-nss-32bit-3.16-0.8.1 is installed
  • OR mozilla-nss-tools-3.16-0.8.1 is installed
  • OR mozilla-nss-x86-3.16-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND coolkey-1.1.0-22.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND Package Information
  • salt-2016.11.4-42.2 is installed
  • OR salt-doc-2016.11.4-42.2 is installed
  • OR salt-minion-2016.11.4-42.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.34.1 is installed
  • OR libMagickCore1-6.4.3.6-7.34.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.34.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND amavisd-new-2.7.0-18.7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • openssh-openssl1-6.6p1-10.1 is installed
  • OR openssh-openssl1-helpers-6.6p1-10.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • krb5-1.12.1-25 is installed
  • OR krb5-32bit-1.12.1-25 is installed
  • OR krb5-client-1.12.1-25 is installed
  • OR krb5-doc-1.12.1-25 is installed
  • OR krb5-plugin-kdb-ldap-1.12.1-25 is installed
  • OR krb5-plugin-preauth-otp-1.12.1-25 is installed
  • OR krb5-plugin-preauth-pkinit-1.12.1-25 is installed
  • OR krb5-server-1.12.1-25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • krb5-1.12.1-25 is installed
  • OR krb5-32bit-1.12.1-25 is installed
  • OR krb5-client-1.12.1-25 is installed
  • OR krb5-doc-1.12.1-25 is installed
  • OR krb5-plugin-kdb-ldap-1.12.1-25 is installed
  • OR krb5-plugin-preauth-otp-1.12.1-25 is installed
  • OR krb5-plugin-preauth-pkinit-1.12.1-25 is installed
  • OR krb5-server-1.12.1-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • xorg-x11-server-7.6_1.15.2-28 is installed
  • OR xorg-x11-server-extra-7.6_1.15.2-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND w3m-0.5.3.git20161120-160 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • xorg-x11-server-7.6_1.15.2-53.3.1 is installed
  • OR xorg-x11-server-extra-7.6_1.15.2-53.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND libXvMC1-1.0.8-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • apache2-2.4.23-29.3.2 is installed
  • OR apache2-doc-2.4.23-29.3.2 is installed
  • OR apache2-example-pages-2.4.23-29.3.2 is installed
  • OR apache2-prefork-2.4.23-29.3.2 is installed
  • OR apache2-utils-2.4.23-29.3.2 is installed
  • OR apache2-worker-2.4.23-29.3.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • libFLAC++6-1.3.0-11 is installed
  • OR libFLAC8-1.3.0-11 is installed
  • OR libFLAC8-32bit-1.3.0-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND apache2-mod_perl-2.0.8-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND unrar-5.0.14-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND unrar-5.0.14-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • at-3.1.14-7 is installed
  • OR flex-2.5.37-8 is installed
  • OR libQtWebKit4-4.8.6+2.3.3-3 is installed
  • OR libbonobo-2.32.1-16 is installed
  • OR libbonobo-doc-2.32.1-16 is installed
  • OR libbonobo-lang-2.32.1-16 is installed
  • OR libkde4-4.12.0-7 is installed
  • OR libkdecore4-4.12.0-7 is installed
  • OR libksuseinstall1-4.12.0-7 is installed
  • OR libnetpbm11-10.66.3-4 is installed
  • OR netpbm-10.66.3-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • java-1_7_1-ibm-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.50-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • Mesa-devel-7.11.2-0.9.1 is installed
  • OR Mesa-devel-32bit-7.11.2-0.9.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND a2ps-devel-4.13-1326.37.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND Package Information
  • avahi-compat-howl-devel-0.6.31-20 is installed
  • OR avahi-compat-mDNSResponder-devel-0.6.31-20 is installed
  • OR libavahi-devel-0.6.31-20 is installed
  • OR libhowl0-0.6.31-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND Package Information
  • libgnutls-devel-3.2.15-11 is installed
  • OR libgnutls-openssl-devel-3.2.15-11 is installed
  • OR libgnutlsxx-devel-3.2.15-11 is installed
  • OR libgnutlsxx28-3.2.15-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND Package Information
  • avahi-compat-howl-devel-0.6.32-30 is installed
  • OR avahi-compat-mDNSResponder-devel-0.6.32-30 is installed
  • OR libavahi-devel-0.6.32-30 is installed
  • OR libhowl0-0.6.32-30 is installed
  • OR python-avahi-0.6.32-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND augeas-devel-1.2.0-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND aaa_base-malloccheck-13.2+git20140911.61c1681-38.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libreoffice-4.3.3.2-6.1 is installed
  • OR libreoffice-base-4.3.3.2-6.1 is installed
  • OR libreoffice-base-drivers-mysql-4.3.3.2-6.1 is installed
  • OR libreoffice-base-drivers-postgresql-4.3.3.2-6.1 is installed
  • OR libreoffice-calc-4.3.3.2-6.1 is installed
  • OR libreoffice-calc-extensions-4.3.3.2-6.1 is installed
  • OR libreoffice-draw-4.3.3.2-6.1 is installed
  • OR libreoffice-filters-optional-4.3.3.2-6.1 is installed
  • OR libreoffice-gnome-4.3.3.2-6.1 is installed
  • OR libreoffice-icon-theme-tango-4.3.3.2-6.1 is installed
  • OR libreoffice-impress-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-af-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-ar-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-ca-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-cs-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-da-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-de-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-en-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-es-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-fi-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-fr-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-gu-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-hi-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-hu-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-it-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-ja-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-ko-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-nb-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-nl-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-nn-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-pl-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-pt-BR-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-pt-PT-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-ru-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-sk-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-sv-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-xh-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-zh-Hans-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-zh-Hant-4.3.3.2-6.1 is installed
  • OR libreoffice-l10n-zu-4.3.3.2-6.1 is installed
  • OR libreoffice-mailmerge-4.3.3.2-6.1 is installed
  • OR libreoffice-math-4.3.3.2-6.1 is installed
  • OR libreoffice-officebean-4.3.3.2-6.1 is installed
  • OR libreoffice-pyuno-4.3.3.2-6.1 is installed
  • OR libreoffice-writer-4.3.3.2-6.1 is installed
  • OR libreoffice-writer-extensions-4.3.3.2-6.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.51-60.20.2 is installed
  • OR kernel-default-extra-3.12.51-60.20.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gd-2.1.0-20.1 is installed
  • OR gd-32bit-2.1.0-20.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libplist-1.12-20.3.2 is installed
  • OR libplist++3-1.12-20.3.2 is installed
  • BACK