user-mode-linux 2.6.32-1um-4+37 source package in Debian

Changelog

user-mode-linux (2.6.32-1um-4+37) stable; urgency=high


  * Rebuild against linux-source-2.6.32 (2.6.32-37):
    * pm: Fix definition of SET_SYSTEM_SLEEP_PM_OPS used in backported drivers
      (fixes FTBFS on ia64)
    * splice: Fix write position in output file (Closes: #641419)
    * PCI: Add definition of pci_pcie_cap(), used in backported e1000e
      (fixes FTBFS on armel, mips, mipsel, sparc)
    * [openvz] cpt: Allow ext4 mounts (Closes: #642380)
    * Add drm change from 2.6.32.41+drm33.18:
      - drm/radeon/kms: fix bad shift in atom iio table parser
    * [opvenz] ptrace: Don't allow to trace a process without memory map.
    * Add drm change from 2.6.32.42+drm33.19, including:
      - drm/i915: Add a no lvds quirk for the Asus EeeBox PC EB1007
      - drm/radeon/kms: fix for radeon on systems >4GB without hardware iommu
    * Add longterm release 2.6.32.43, including:
      - ksm: fix NULL pointer dereference in scan_get_next_rmap_item()
        (CVE-2011-2183)
      - TTY: ldisc, do not close until there are readers
      - uvcvideo: Remove buffers from the queues when freeing
      - inet_diag: fix inet_diag_bc_audit() (CVE-2011-2213)
      - net: filter: Use WARN_RATELIMIT
      - af_packet: prevent information leak
      - ipv6/udp: Use the correct variable to determine non-blocking condition
      - mm: prevent concurrent unmap_mapping_range() on the same inode
      For the complete list of changes, see:
       http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.43
      and the bug report which this closes: #637848.
    * Add longterm release 2.6.32.42, including:
      - ftrace: Only update the function code on write to filter files
      - kmemleak: Do not return a pointer to an object that kmemleak did not get
      - ext3: Fix fs corruption when make_indexed_dir() fails
      - jbd: fix fsync() tid wraparound bug
      - PCI: allow matching of prefetchable resources to non-prefetchable windows
        (Closes: #637659)
      - loop: handle on-demand devices correctly
      - xhci: Fix full speed bInterval encoding; fix interval calculation for
        FS isoc endpoints (regressions in 2.6.32-34)
      - OHCI: fix regression caused by nVidia shutdown workaround
        (regression in 2.6.32-31)
      - brd: handle on-demand devices correctly
      - xen mmu: fix a race window causing leave_mm BUG()
      - SCSI: Fix oops caused by queue refcounting failure
      - fat: Fix corrupt inode flags when remove ATTR_SYS flag
      - pata_cm64x: fix boot crash on parisc (Closes: #622745, #622997)
      - Revert "iwlagn: Support new 5000 microcode." (Closes: #632778)
      For the complete list of changes, see:
       http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.42
      and the bug report which this closes: #631465.
    * [vserver] Update patch to 2.6.32.41-vs2.3.0.36.29.7
      - Apply sched changes deferred from 2.6.32.29
    * e1000e: Backport changes up to Linux 2.6.38 (Closes: #627700)
      - Add support for i82567V-4 and i82579
      - Fix support for i82577, i82578 and i82583
    * e1000e: Fix selection of alternate MAC address on device id 0x1060
      (regression in 2.6.34)
    * igb,igbvf: Backport changes up to Linux 3.0.4 (Closes: #627702)
      - Add support for i82576-ET2, i82580, DH89xxCC, i340 and i350
    * r8169: Backport changes up to Linux 3.0.2 (Closes: #627704)
      - Fix support for RTL8102E and RTL8168DP
      - Add support for RTL8105E, RTL8168E and another variant of RTL8168DP
      - Add support for D-Link DGE-530T rev C1
    * tg3,broadcom: Backport changes up to Linux 2.6.38 (Closes: #627705)
      - Add support for BCM5717, BCM5719, BCM57765
      - Add support for BCM50610M and BCM5241 PHYs
      - Fix support for BCM5755
    * Remove net device features from bug reports (Closes: #638956)
    * Revert "net/ipv4: Check for mistakenly passed in non-IPv4 address"
      included in 2.6.32.43, which might break some applications
    * Add longterm release 2.6.32.44, including:
      - NFSv4.1: update nfs4_fattr_bitmap_maxsz
      - hwmon: (max1111) Fix race condition causing NULL pointer exception
      - bridge: send proper message_age in config BPDU
      - USB: OHCI: fix another regression for NVIDIA controllers
        (Closes: #620848)
      - ext3: Fix oops in ext3_try_to_allocate_with_rsv()
      - svcrpc: fix list-corrupting race on nfsd shutdown
      - alpha: fix several security issues (CVE-2011-2208, CVE-2011-2209,
        CVE-2011-2210, CVE-2011-2211)
      - ALSA: sound/core/pcm_compat.c: adjust array index
      - atm: [br2684] allow routed mode operation again
      For the complete list of changes, see:
       http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.44
      and the bug report which this closes: #639425.
    * Add longterm release 2.6.32.45, including:
      - ALSA: timer - Fix Oops at closing slave timer
      For the complete list of changes, see:
       http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.45
      and the bug report which this closes: #639426.
    * sched: Work around sched_group::cpu_power == 0 (Ameliorates: #636797)
    * [x86] Revert "x86, hotplug: Use mwait to offline a processor, fix the
      legacy case" (Closes: #622259)
    * Fix bugs in IPv6 forwarding with GRO/GSO (Closes: #630730):
      - e1000e,igb,igbvf,ixgbe: Fix IPv6 GSO type checks
      - ipv6: Add GSO support on forwarding path
    * devpts: correctly check d_alloc_name() return code (Closes: #640650)
    * ipv6: make fragment identifications less predictable (CVE-2011-2699)
    * Add longterm release 2.6.32.46, including:
      - atm: br2864: sent packets truncated in VC routed mode (Closes: #638656)
      - hwmon: (ibmaem) add missing kfree
      - ALSA: snd-usb-caiaq: Correct offset fields of outbound iso_frame_desc
      - ALSA: snd_usb_caiaq: track submitted output urbs
      - futex: Fix regression with read only mappings
      - x86-32, vdso: On system call restart after SYSENTER, use int $0x80
      - fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message
      For the complete list of changes, see:
       http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.46
      and the bug report which this closes: #641232.
    * drm/ttm: fix ttm_bo_add_ttm(user) failure path
    * 3c503: fix broken IRQ autoprobing (Closes: #566522)

 -- dann frazier <email address hidden>  Thu, 29 Sep 2011 20:23:36 -0600

Upload details

Uploaded by:
User Mode Linux Developers
Uploaded to:
Squeeze
Original maintainer:
User Mode Linux Developers
Architectures:
i386 amd64
Section:
kernel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Downloads

File Size SHA-256 Checksum
user-mode-linux_2.6.32-1um-4+37.dsc 2.0 KiB eed0a5cfbe40d929734f9d69eb92582b93c637ccf943ecc7bdcd6879cb372d6a
user-mode-linux_2.6.32-1um.orig.tar.gz 19.7 KiB 027f61752e1fd4045e2b2a80b69e13da8670c54ebe7f04dccbb4a6fa94429243
user-mode-linux_2.6.32-1um-4+37.diff.gz 17.5 KiB ebf8970ea4b463ad781f9d70ac6e366f79876b181b200403b71f5731922462e4

No changes file available.

Binary packages built by this source