Lucene search

K
suseSuseSUSE-SU-2012:0689-1
HistoryJun 02, 2012 - 2:08 a.m.

kernel update for SLE11 SP2 (important)

2012-06-0202:08:32
lists.opensuse.org
32

0.045 Low

EPSS

Percentile

91.6%

The SUSE Linux Enterprise 11 SP2 kernel was updated to
3.0.31, fixing lots of bugs and security issues.

Various security and bug fixes contained in the Linux 3.0
stable releases 3.0.27 up to 3.0.31 are included, but not
explicitly listed below.

Following security issues were fixed: CVE-2012-2313: The
dl2k network card driver lacked permission handling for
some ethtool ioctls, which could allow local attackers to
start/stop the network card.

CVE-2012-2133: A use after free bug in hugetlb support
could be used by local attackers to crash the system.

CVE-2012-2127: Various leaks in namespace handling over
fork where fixed, which could be exploited by e.g. vsftpd
access by remote users.

CVE-2012-2319: A memory corruption when mounting a hfsplus
filesystem was fixed that could be used by local attackers
able to mount filesystem to crash the system.

Following non security bugs were fixed by this update:
BTRFS:

  • btrfs: partial revert of truncation improvements
    (bnc#748463 bnc#760279).
  • btrfs: fix eof while discarding extents
  • btrfs: check return value of bio_alloc() properly
  • btrfs: return void from clear_state_bit
  • btrfs: avoid possible use-after-free in clear_extent_bit()
  • btrfs: Make free_ipath() deal gracefully with NULL
    pointers
  • btrfs: do not call free_extent_buffer twice in
    iterate_irefs
  • btrfs: add missing read locks in backref.c
  • btrfs: fix max chunk size check in chunk allocator
  • btrfs: double unlock bug in error handling
  • btrfs: do not return EINTR
  • btrfs: fix btrfs_ioctl_dev_info() crash on missing device
  • btrfs: fix that check_int_data mount option was ignored
  • btrfs: do not mount when we have a sectorsize unequal to
    PAGE_SIZE
  • btrfs: avoid possible use-after-free in clear_extent_bit()
  • btrfs: retrurn void from clear_state_bit
  • btrfs: Fix typo in free-space-cache.c
  • btrfs: remove the ideal caching code
  • btrfs: remove search_start and search_end from
    find_free_extent and callers
  • btrfs: adjust the write_lock_level as we unlock
  • btrfs: actually call btrfs_init_lockdep
  • btrfs: fix regression in scrub path resolving
  • btrfs: show useful info in space reservation tracepoint
  • btrfs: flush out and clean up any block device pages
    during mount
  • btrfs: fix deadlock during allocating chunks
  • btrfs: fix race between direct io and autodefrag
  • btrfs: fix the mismatch of page->mapping
  • btrfs: fix recursive defragment with autodefrag option
  • btrfs: add a check to decide if we should defrag the range
  • btrfs: do not bother to defrag an extent if it is a big
    real extent
  • btrfs: update to the right index of defragment
  • btrfs: Fix use-after-free in __btrfs_end_transaction
  • btrfs: stop silently switching single chunks to raid0 on
    balance
  • btrfs: add wrappers for working with alloc profiles
  • btrfs: make profile_is_valid() check more strict
  • btrfs: move alloc_profile_is_valid() to volumes.c
  • btrfs: add get_restripe_target() helper
  • btrfs: add __get_block_group_index() helper
  • btrfs: improve the logic in btrfs_can_relocate()
  • btrfs: validate target profiles only if we are going to
    use them
  • btrfs: allow dup for data chunks in mixed mode
  • btrfs: fix memory leak in resolver code
  • btrfs: fix infinite loop in btrfs_shrink_device()
  • btrfs: error handling locking fixu
  • btrfs: fix uninit variable in repair_eb_io_failure
  • btrfs: always store the mirror we read the eb from
  • btrfs: do not count CRC or header errors twice while
    scrubbing
  • btrfs: do not start delalloc inodes during sync
  • btrfs: fix repair code for RAID10
  • btrfs: Prevent root_list corruption
  • btrfs: fix block_rsv and space_info lock ordering
  • btrfs: Fix space checking during fs resize
  • btrfs: avoid deadlocks from GFP_KERNEL allocations during
    btrfs_real_readdir
  • btrfs: reduce lock contention during extent insertion
  • btrfs: Add properly locking around add_root_to_dirty_list
  • btrfs: Fix mismatching struct members in ioctl.h

netfilter:

  • netfilter: nf_conntrack: make event callback registration
    per-netns (bnc#758540).

DRM:

  • drm/edid: Add a workaround for 1366x768 HD panel
    (bnc#753172).
  • drm/edid: Add extra_modes (bnc#753172).
  • drm/edid: Add packed attribute to new gtf2 and cvt
    structs (bnc#753172).
  • drm/edid: Add the reduced blanking DMT modes to the DMT
    list (bnc#753172).
  • drm/edid: Allow drm_mode_find_dmt to hunt for
    reduced-blanking modes (bnc#753172).
  • drm/edid: Do drm_dmt_modes_for_range() for all range
    descriptor types (bnc#753172).
  • drm/edid: Document drm_mode_find_dmt (bnc#753172).
  • drm/edid: Fix some comment typos in the DMT mode list
    (bnc#753172).
  • drm/edid: Generate modes from extra_modes for range
    descriptors (bnc#753172).
  • drm/edid: Give the est3 mode struct a real name
    (bnc#753172).
  • drm/edid: Remove a misleading comment (bnc#753172).
  • drm/edid: Rewrite drm_mode_find_dmt search loop
    (bnc#753172).
  • drm/edid: Update range descriptor struct for EDID 1.4
    (bnc#753172).
  • drm/edid: add missing NULL checks (bnc#753172).
  • drm/edid:
    s/drm_gtf_modes_for_range/drm_dmt_modes_for_range/
    (bnc#753172).
  • Fix kABI for drm EDID improvement patches (bnc#753172).
  • drm: Fix the case where multiple modes are returned from
    EDID (bnc#753172)
  • drm/i915: Add more standard modes to LVDS output
    (bnc#753172).
  • drm/i915: Disable LVDS at mode change (bnc#752022).
  • drm/i915: add Ivy Bridge GT2 Server entries (bnc#759971).
  • drm/i915: delay drm_irq_install() at resume (bnc#753698).
  • EDD: Check for correct EDD 3.0 length (bnc#762285).

XEN:

  • blkfront: make blkif_io_lock spinlock per-device.
  • blkback: streamline main processing loop (fate#309305).
  • blkback: Implement discard requests handling
    (fate#309305).
  • blkback: Enhance discard support with secure erasing
    support (fate#309305).
  • blkfront: Handle discard requests (fate#309305).
  • blkfront: Enhance discard support with secure erasing
    support (fate#309305).
  • blkif: support discard (fate#309305).
  • blkif: Enhance discard support with secure erasing
    support (fate#309305).
  • xen/smpboot: adjust ordering of operations.
  • x86-64: provide a memset() that can deal with 4Gb or
    above at a time (bnc#738528).
  • Update Xen patches to 3.0.27.
  • Update Xen patches to 3.0.31.
  • xen: fix VM_FOREIGN users after c/s 878:eba6fe6d8d53
    (bnc#760974).
  • xen/gntdev: fix multi-page slot allocation (bnc#760974).

TG3:

  • tg3: Avoid panic from reserved statblk field access
    (bnc#760346).
  • tg3: Fix 5717 serdes powerdown problem (bnc#756940).
  • tg3: Fix RSS ring refill race condition (bnc#756940).
  • tg3: Fix single-vector MSI-X code (bnc#756940).
  • tg3: fix ipv6 header length computation (bnc#756940).

S/390:

  • dasd: Fix I/O stall when reserving dasds (bnc#757719).
  • s390/af_iucv: detect down state of HS transport interface
    (bnc#758279,LTC#80859).
  • s390/af_iucv: allow shutdown for HS transport sockets
    (bnc#758279,LTC#80860).
  • mm: s390: Fix BUG by using __set_page_dirty_no_writeback
    on swap. (bnc#751550)
  • s390/qeth: Improve OSA Express 4 blkt defaults
    (bnc#754969,LTC#80325).
  • s390/zcrypt: Fix parameter checking for ZSECSENDCPRB
    ioctl (bnc#754969,LTC#80378).
  • zfcpdump: Implement async sdias event processing
    (bnc#761387,LTC#81330).

ALSA:

  • ALSA: hda - Always resume the codec immediately
    (bnc#750426).
  • ALSA: hda - Add Creative CA0132 HDA codec support
    (bnc#762424).
  • ALSA: hda - Fix error handling in patch_ca0132.c
    (bnc#762424).
  • ALSA: hda - Add the support for Creative SoundCore3D
    (bnc#762424).

OTHER:

  • ixgbe: fix ring assignment issues for SR-IOV and drop
    cases (bnc#761158).

  • ixgbe: add missing rtnl_lock in PM resume path
    (bnc#748859).

  • MCE, AMD: Drop too granulary family model checks
    (bnc#758833).

  • EDAC, MCE, AMD: Print CPU number when reporting the error
    (bnc#758833).

  • EDAC, MCE, AMD: Print valid addr when reporting an error
    (bnc#758833).

  • libata: skip old error history when counting probe trials.

  • x86: kdb: restore kdb stack trace (bnc#760015).

  • ehea: fix allmulticast support,

  • ehea: fix promiscuous mode (both bnc#757289)

  • ehea: only register irq after setting up ports
    (bnc#758731).

  • ehea: fix losing of NEQ events when one event occurred
    early (bnc#758731).

  • scsi: Silence unnecessary warnings about ioctl to
    partition (bnc#758104).

  • scsi_dh_rdac: Update match function to check page C8
    (bnc#757077).

  • scsi_dh_rdac: Add new NetApp IDs (bnc#757077).

  • bluetooth: Add support for Foxconn/Hon Hai AR5BBU22
    0489:E03C (bnc#759908).

  • x86/amd: Add missing feature flag for fam15h models
    10h-1fh processors (bnc#759340).

  • x86: Report cpb and eff_freq_ro flags correctly
    (bnc#759340).

  • x86, amd: Fix up numa_node information for AMD CPU family
    15h model 0-0fh northbridge functions (bnc#759340).

  • x86/PCI: amd: Kill misleading message about enablement of
    IO access to PCI ECS] (bnc#759340).

  • cdc-wdm: fix race leading leading to memory corruption
    (bnc#759539).

  • tlan: add cast needed for proper 64 bit operation
    (bnc#756840).

  • bonding:update speed/duplex for NETDEV_CHANGE
    (bnc#752634).

  • bonding: comparing a u8 with -1 is always false
    (bnc#752634).

  • bonding: start slaves with link down for ARP monitor
    (bnc#752634).

  • bonding: do not increase rx_dropped after processing
    LACPDUs (bnc#759657).

  • x86: fix the initialization of physnode_map (bnc#748112).

  • sched,rt: fix isolated CPUs leaving root_task_group
    indefinitely throttled (bnc#754085).

  • Fix SLE11-SP1->SLE11-SP2 interrupt latency regression.
    Revert 0209f649, and turn tick skew on globally, since
    0209f649 came about to mitigate lock contention that skew
    removal induces, both on xtime_lock and on RCU leaf node
    locks. NOTE: This change trades ~400% latency regression
    fix for power consumption progression that skew removal
    bought (at high cost).

  • Revert mainline 0209f649 - rcu: limit rcu_node leaf-level
    fanout (bnc#718521).

  • md: fix possible corruption of array metadata on shutdown.

  • md/bitmap: prevent bitmap_daemon_work running while
    initialising bitmap.

  • md: ensure changes to write-mostly are reflected in
    metadata (bnc#755178).

  • cciss: Add IRQF_SHARED back in for the non-MSI(X)
    interrupt handler (bnc#757789).

  • procfs, namespace, pid_ns: fix leakage upon fork()
    failure (bnc#757783).

  • mqueue: fix a vfsmount longterm reference leak
    (bnc#757783).

  • procfs: fix a vfsmount longterm reference leak
    (bnc#757783).

  • scsi_dh_alua: Optimize stpg command (bnc#744758).

  • scsi_dh_alua: Store pref bit from RTPG (bnc#755758).

  • scsi_dh_alua: set_params interface (bnc#755758).

  • uwb: fix error handling (bnc#757950).

  • uwb: fix use of del_timer_sync() in interrupt
    (bnc#757950).

  • usbhid: fix error handling of not enough bandwidth
    (bnc#704280).

  • mm: Improve preservation of page-age information
    (bnc#754690)

  • pagecache limit: Fix the shmem deadlock (bnc#755537).

  • USB: sierra: add support for Sierra Wireless MC7710
    (bnc#757517).

  • USB: fix resource leak in xhci power loss path
    (bnc#746938).

  • x86/iommu/intel: Fix identity mapping for sandy bridge
    (bnc#743232).

  • ipv6: Check dest prefix length on original route not
    copied one in rt6_alloc_cow() (bnc#757202).

  • ipv6: do not use inetpeer to store metrics for routes
    (bnc#757202).

  • ipv6: fix problem with expired dst cache (bnc#757205).

  • ipv6: unshare inetpeers.

  • bridge: correct IPv6 checksum after pull (bnc#738644).

  • scsi: storvsc: Account for in-transit packets in the
    RESET path.

patches.fixes/mm-mempolicy.c-fix-pgoff-in-mbind-vma-merge.pa
tch:

patches.fixes/mm-mempolicy.c-refix-mbind_range-vma-issue.pat
ch: Fix vma merging issue during mbind affecting JVMs.

  • ACPI, APEI: Fix incorrect APEI register bit width check
    and usage (bnc#725592).

  • vmxnet3: cap copy length at size of skb to prevent
    dropped frames on tx (bnc#755812).

  • rt2x00: rt2x00dev: move rfkill_polling register to proper
    place (bnc#748806).

  • pagecache: fix the BUG_ON safety belt

  • pagecache: Fixed the GFP_NOWAIT is zero and not suitable
    for tests bug (bnc#755537)

  • igb: reset PHY after recovering from PHY power down.
    (bnc#745088)

  • igb: fix rtnl race in PM resume path (bnc#748859).

  • watchdog: iTCO_wdt.c - problems with newer hardware due
    to SMI clearing (bnc#757373).

  • watchdog: iTCO_wdt.c - problems with newer hardware due
    to SMI clearing (bnc#757373, redhat#727875).

  • cfq-iosched: Reduce linked group count upon group
    destruction (bnc#759541).

  • cdc_ether: Ignore bogus union descriptor for RNDIS
    devices (bnc#761772).

  • sys_poll: fix incorrect type for timeout parameter
    (bnc#754428).

  • staging:rts_pstor:Avoid "Bad target number" message when
    probing driver (bnc#762329).

  • staging:rts_pstor:Complete scanning_done variable
    (bnc#762329).

  • staging:rts_pstor:Fix SDIO issue (bnc#762329).

  • staging:rts_pstor: Fix a bug that a MMCPlus card ca not
    be accessed (bnc#762329).

  • staging:rts_pstor: Fix a miswriting (bnc#762329).

  • staging:rts_pstor:Fix possible panic by NULL pointer
    dereference (bnc#762329).

  • staging:rts_pstor: fix thread synchronization flow
    (bnc#762329).

  • freezer:do not unnecessarily set PF_NOFREEZE explicitly
    (bnc#762329).

  • staging:rts_pstor: off by one in for loop (bnc#762329).

  • patches.suse/cgroup-disable-memcg-when-low-lowmem.patch:
    fix typo: use if defined(CONFIG_) rather than if CONFIG_

References