[ubuntu/quantal-proposed] linux_3.5.0-47.71_amd64.tar.gz - (Accepted)

Brad Figg brad.figg at canonical.com
Wed Feb 19 07:04:14 UTC 2014


linux (3.5.0-47.71) quantal; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
    - LP: #1281828

  [ Upstream Kernel Changes ]

  * Revert "mm: ensure get_unmapped_area() returns higher address than
    mmap_min_addr"
    - LP: #1277722
  * net: clamp ->msg_namelen instead of returning an error
    - LP: #1269053
  * netfilter: nf_conntrack: avoid large timeout for mid-stream pickup
    - LP: #1270237
  * SELinux: Fix kernel BUG on empty security contexts.
    - CVE-2014-1874
  * lirc_zilog: Don't use dynamic static allocation
    - LP: #1277722
  * net: Fix "ip rule delete table 256"
    - LP: #1277722
  * ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv
    - LP: #1277722
  * random32: fix off-by-one in seeding requirement
    - LP: #1277722
  * bonding: don't permit to use ARP monitoring in 802.3ad mode
    - LP: #1277722
  * 6lowpan: Uncompression of traffic class field was incorrect
    - LP: #1277722
  * bonding: fix two race conditions in bond_store_updelay/downdelay
    - LP: #1277722
  * isdnloop: use strlcpy() instead of strcpy()
    - LP: #1277722
  * connector: improved unaligned access error fix
    - LP: #1277722
  * ipv4: fix possible seqlock deadlock
    - LP: #1277722
  * inet: prevent leakage of uninitialized memory to user in recv syscalls
    - LP: #1277722
  * atm: idt77252: fix dev refcnt leak
    - LP: #1277722
  * net: core: Always propagate flag changes to interfaces
    - LP: #1277722
  * net: rework recvmsg handler msg_name and msg_namelen logic
    - LP: #1277722
  * net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct
    sockaddr_storage)
    - LP: #1277722
  * packet: fix use after free race in send path when dev is released
    - LP: #1277722
  * inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu
    functions
    - LP: #1277722
  * ipv6: fix leaking uninitialized port number of offender sockaddr
    - LP: #1277722
  * net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
    - LP: #1277722
  * inet: fix possible seqlock deadlocks
    - LP: #1277722
  * ipv6: fix possible seqlock deadlock in ip6_finish_output2
    - LP: #1277722
  * af_packet: block BH in prb_shutdown_retire_blk_timer()
    - LP: #1277722
  * {pktgen, xfrm} Update IPv4 header total len and checksum after
    tranformation
    - LP: #1277722
  * bridge: flush br's address entry in fdb when remove the
    - LP: #1277722
  * mmc: block: fix a bug of error handling in MMC driver
    - LP: #1277722
  * NFSv4: Update list of irrecoverable errors on DELEGRETURN
    - LP: #1277722
  * Update of blkg_stat and blkg_rwstat may happen in bh context. While
    u64_stats_fetch_retry is only preempt_disable on 32bit UP system. This
    is not enough to avoid preemption by bh and may read strange 64 bit
    value.
    - LP: #1277722
  * ASoC: wm8990: Mark the register map as dirty when powering down
    - LP: #1277722
  * irq: Enable all irqs unconditionally in irq_resume
    - LP: #1277722
  * xen/gnttab: leave lazy MMU mode in the case of a m2p override failure
    - LP: #1277722
  * libsas: fix usage of ata_tf_to_fis
    - LP: #1277722
  * crypto: authenc - Find proper IV address in ablkcipher callback
    - LP: #1277722
  * s390/crypto: Don't panic after crypto instruction failures
    - LP: #1277722
  * crypto: s390 - Fix aes-xts parameter corruption
    - LP: #1277722
  * crypto: ccm - Fix handling of zero plaintext when computing mac
    - LP: #1277722
  * ALSA: hda - Fix silent output on ASUS W7J laptop
    - LP: #1277722
  * net: smc91: fix crash regression on the versatile
    - LP: #1277722
  * ARM: footbridge: fix VGA initialisation
    - LP: #1277722
  * hpsa: do not discard scsi status on aborted commands
    - LP: #1277722
  * hpsa: return 0 from driver probe function on success, not 1
    - LP: #1277722
  * ALSA: hda - Another fixup for ASUS laptop with ALC660 codec
    - LP: #1277722
  * enclosure: fix WARN_ON in dual path device removing
    - LP: #1277722
  * powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536
    - LP: #1277722
  * ASoC: wm8731: fix dsp mode configuration
    - LP: #1277722
  * cpuidle: Check for dev before deregistering it.
    - LP: #1277722
  * iwlwifi: dvm: don't override mac80211's queue setting
    - LP: #1277722
  * um: add missing declaration of 'getrlimit()' and friends
    - LP: #1277722
  * dm: fix truncated status strings
    - LP: #1277722
  * elevator: acquire q->sysfs_lock in elevator_change()
    - LP: #1277722
  * iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address
    limits
    - LP: #1277722
  * video: kyro: fix incorrect sizes when copying to userspace
    - LP: #1277722
  * Input: allow deselecting serio drivers even without CONFIG_EXPERT
    - LP: #1277722
  * Input: mousedev - allow disabling even without CONFIG_EXPERT
    - LP: #1277722
  * i2c: i801: SMBus patch for Intel Avoton DeviceIDs
    - LP: #1277722
  * HID: add quirk for Freescale i.MX23 ROM recovery
    - LP: #1277722
  * HID: hid-multitouch: add support for SiS panels
    - LP: #1277722
  * HID: roccat: fix Coverity CID 141438
    - LP: #1277722
  * HID: apple: option to swap the 'Option' ("Alt") and 'Command' ("Flag")
    keys.
    - LP: #1277722
  * 9p: send uevent after adding/removing mount_tag attribute
    - LP: #1277722
  * NFSv4 wait on recovery for async session errors
    - LP: #1277722
  * sched: Avoid throttle_cfs_rq() racing with period_timer stopping
    - LP: #1277722
  * nfs: fix do_div() warning by instead using sector_div()
    - LP: #1277722
  * dm delay: fix a possible deadlock due to shared workqueue
    - LP: #1277722
  * mac80211: don't attempt to reorder multicast frames
    - LP: #1277722
  * USB: serial: fix race in generic write
    - LP: #1277722
  * usb: gadget: composite: reset delayed_status on reset_config
    - LP: #1277722
  * usb: dwc3: fix implementation of endpoint wedge
    - LP: #1277722
  * saa7164: fix return value check in saa7164_initdev()
    - LP: #1277722
  * USB: serial: option: blacklist interface 1 for Huawei E173s-6
    - LP: #1277722
  * USB: option: support new huawei devices
    - LP: #1277722
  * USB: spcp8x5: correct handling of CS5 setting
    - LP: #1277722
  * USB: mos7840: correct handling of CS5 setting
    - LP: #1277722
  * USB: ftdi_sio: fixed handling of unsupported CSIZE setting
    - LP: #1277722
  * USB: pl2303: fixed handling of CS5 setting
    - LP: #1277722
  * USB: cdc-acm: Added support for the Lenovo RD02-D400 USB Modem
    - LP: #1277722
  * drm/radeon: fixup bad vram size on SI
    - LP: #1277722
  * usb: hub: Use correct reset for wedged USB3 devices that are
    NOTATTACHED
    - LP: #1277722
  * drivers/char/i8k.c: add Dell XPLS L421X
    - LP: #1277722
  * crypto: scatterwalk - Set the chain pointer indication bit
    - LP: #1277722
  * crypto: scatterwalk - Use sg_chain_ptr on chain entries
    - LP: #1277722
  * ARM: 7912/1: check stack pointer in get_wchan
    - LP: #1277722
  * ARM: 7913/1: fix framepointer check in unwind_frame
    - LP: #1277722
  * ALSA: memalloc.h - fix wrong truncation of dma_addr_t
    - LP: #1277722
  * dm snapshot: avoid snapshot space leak on crash
    - LP: #1277722
  * dm table: fail dm_table_create on dm_round_up overflow
    - LP: #1277722
  * x86, build, icc: Remove uninitialized_var() from compiler-intel.h
    - LP: #1277722
  * x86, efi: Don't use (U)EFI time services on 32 bit
    - LP: #1277722
  * dm bufio: initialize read-only module parameters
    - LP: #1277722
  * ARM: pxa: tosa: fix keys mapping
    - LP: #1277722
  * hwmon: (w83l786ng) Fix fan speed control mode setting and reporting
    - LP: #1277722
  * hwmon: (w83l768ng) Fix fan speed control range
    - LP: #1277722
  * hwmon: Prevent some divide by zeros in FAN_TO_REG()
    - LP: #1277722
  * futex: fix handling of read-only-mapped hugepages
    - LP: #1277722
  * KVM: Improve create VCPU parameter (CVE-2013-4587)
    - LP: #1277722
  * KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)
    - LP: #1277722
  * KVM: x86: Convert vapic synchronization to _cached functions
    (CVE-2013-6368)
    - LP: #1277722
  * selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()
    - LP: #1277722
  * selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()
    - LP: #1277722
  * drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrap
    - LP: #1277722
  * MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent
    R10000
    - LP: #1277722
  * xfs: underflow bug in xfs_attrlist_by_handle()
    - LP: #1277722
  * Linux 3.5.7.28
    - LP: #1277722
  * ARM: OMAP3: hwmod data: Don't prevent RESET of USB Host module
    - LP: #1277722
  * ARM: OMAP2+: hwmod: Fix SOFTRESET logic
    - LP: #1277722
  * Input: usbtouchscreen - separate report and transmit buffer size
    handling
    - LP: #1277722
  * sc1200_wdt: Fix oops
    - LP: #1277722
  * cxd2820r_core: fix sparse warnings
    - LP: #1277722
  * staging: comedi: ssv_dnp: use comedi_dio_update_state()
    - LP: #1277722
  * staging: comedi: pcmuio: fix possible NULL deref on detach
    - LP: #1277722
  * HID: Bump maximum global item tag report size to 128 bytes
    - LP: #1277722
  * selinux: look for IPsec labels on both inbound and outbound packets
    - LP: #1277722
  * selinux: process labeled IPsec TCP SYN-ACK packets properly in
    selinux_ip_postroute()
    - LP: #1277722
  * intel_idle: enable IVB Xeon support
    - LP: #1277722
  * mm/hugetlb: check for pte NULL pointer in __page_check_address()
    - LP: #1277722
  * dm mpath: fix race condition between multipath_dtr and pg_init_done
    - LP: #1277722
  * KVM: IOMMU: hva align mapping page size
    - LP: #1277722
  * IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast()
    - LP: #1277722
  * Staging: zram: Fix access of NULL pointer
    - LP: #1277722
  * ARM: pxa: prevent PXA270 occasional reboot freezes
    - LP: #1277722
  * Staging: zram: Fix memory leak by refcount mismatch
    - LP: #1277722
  * TTY: pmac_zilog, check existence of ports in pmz_console_init()
    - LP: #1277722
  * ceph: cleanup aborted requests when re-sending requests.
    - LP: #1277722
  * ceph: wake up 'safe' waiters when unregistering request
    - LP: #1277722
  * powerpc: kvm: fix rare but potential deadlock scene
    - LP: #1277722
  * libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus
    SpinPoint M8
    - LP: #1277722
  * ext4: fix use-after-free in ext4_mb_new_blocks
    - LP: #1277722
  * ext4: check for overlapping extents in ext4_valid_extent_entries()
    - LP: #1277722
  * ext2: Fix oops in ext2_get_block() called from ext2_quota_write()
    - LP: #1277722
  * ext4: fix del_timer() misuse for ->s_err_report
    - LP: #1277722
  * usb: cdc-wdm: manage_power should always set needs_remote_wakeup
    - LP: #1277722
  * scripts/link-vmlinux.sh: only filter kernel symbols for arm
    - LP: #1277722
  * xhci: Limit the spurious wakeup fix only to HP machines
    - LP: #1277722
  * drm/i915: don't update the dri1 breadcrumb with modesetting
    - LP: #1277722
  * iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT set
    - LP: #1277722
  * drm/radeon: Fix sideport problems on certain RS690 boards
    - LP: #1277722
  * ALSA: hda - Add enable_msi=0 workaround for four HP machines
    - LP: #1260225, #1277722
  * gpio: msm: Fix irq mask/unmask by writing bits instead of numbers
    - LP: #1277722
  * radiotap: fix bitmap-end-finding buffer overrun
    - LP: #1277722
  * ftrace: Initialize the ftrace profiler for each possible cpu
    - LP: #1277722
  * libata: disable a disk via libata.force params
    - LP: #1277722
  * drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook
    - LP: #1277722
  * sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities
    - LP: #1277722
  * ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function
    - LP: #1277722
  * rtlwifi: pci: Fix oops on driver unload
    - LP: #1277722
  * ath9k: Fix interrupt handling for the AR9002 family
    - LP: #1277722
  * cpupower: Fix segfault due to incorrect getopt_long arugments
    - LP: #1277722
  * iio:adc:ad7887 Fix channel reported endianness from cpu to big endian
    - LP: #1277722
  * ASoC: wm8904: fix DSP mode B configuration
    - LP: #1277722
  * net_dma: mark broken
    - LP: #1277722
  * dm9601: fix reception of full size ethernet frames on dm9620/dm9621a
    - LP: #1277722
  * dm9601: work around tx fifo sync issue on dm962x
    - LP: #1277722
  * libata, freezer: avoid block device removal while system is frozen
    - LP: #1277722
  * drm/radeon: fix asic gfx values for scrapper asics
    - LP: #1277722
  * ext4: add explicit casts when masking cluster sizes
    - LP: #1277722
  * drm/radeon: 0x9649 is SUMO2 not SUMO
    - LP: #1277722
  * selinux: fix broken peer recv check
    - LP: #1277722
  * selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()
    - LP: #1277722
  * powerpc: Fix bad stack check in exception entry
    - LP: #1277722
  * ARM: fix "bad mode in ... handler" message for undefined instructions
    - LP: #1277722
  * ath9k_htc: properly set MAC address and BSSID mask
    - LP: #1277722
  * powerpc: Align p_end
    - LP: #1277722
  * Input: allocate absinfo data when setting ABS capability
    - LP: #1277722
  * GFS2: don't hold s_umount over blkdev_put
    - LP: #1277722
  * GFS2: Fix incorrect invalidation for DIO/buffered I/O
    - LP: #1277722
  * jbd2: don't BUG but return ENOSPC if a handle runs out of space
    - LP: #1277722
  * sh: always link in helper functions extracted from libgcc
    - LP: #1277722
  * ceph: Avoid data inconsistency due to d-cache aliasing in readpage()
    - LP: #1277722
  * mm: ensure get_unmapped_area() returns higher address than
    mmap_min_addr
    - LP: #1277722
  * ftrace: Check module functions being traced on reload
    - LP: #1277722
  * sched: Fix race on toggling cfs_bandwidth_used
    - LP: #1277722
  * sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
    - LP: #1277722
  * sched: Fix hrtimer_cancel()/rq->lock deadlock
    - LP: #1277722
  * sched: Guarantee new group-entities always have weight
    - LP: #1277722
  * net: do not pretend FRAGLIST support
    - LP: #1277722
  * rds: prevent BUG_ON triggered on congestion update to loopback
    - LP: #1277722
  * macvtap: Do not double-count received packets
    - LP: #1277722
  * macvtap: update file current position
    - LP: #1277722
  * tun: update file current position
    - LP: #1277722
  * macvtap: signal truncated packets
    - LP: #1277722
  * ipv6: don't count addrconf generated routes against gc limit
    - LP: #1277722
  * net: drop_monitor: fix the value of maxattr
    - LP: #1277722
  * net: unix: allow set_peek_off to fail
    - LP: #1277722
  * tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0
    - LP: #1277722
  * netvsc: don't flush peers notifying work during setting mtu
    - LP: #1277722
  * net: unix: allow bind to fail on mutex lock
    - LP: #1277722
  * net: inet_diag: zero out uninitialized idiag_{src,dst} fields
    - LP: #1277722
  * drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()
    - LP: #1277722
  * hamradio/yam: fix info leak in ioctl
    - LP: #1277722
  * rds: prevent dereference of a NULL device
    - LP: #1277722
  * net: rose: restore old recvmsg behavior
    - LP: #1277722
  * vlan: Fix header ops passthru when doing TX VLAN offload.
    - LP: #1277722
  * net: llc: fix use after free in llc_ui_recvmsg
    - LP: #1277722
  * bridge: use spin_lock_bh() in br_multicast_set_hash_max
    - LP: #1277722
  * x86, fpu, amd: Clear exceptions in AMD FXSAVE workaround
    - LP: #1277722
  * mac80211: move "bufferable MMPDU" check to fix AP mode scan
    - LP: #1277722
  * SELinux: Fix possible NULL pointer dereference in
    selinux_inode_permission()
    - LP: #1277722
  * Linux 3.5.7.29
    - LP: #1277722
  * ext4: fix deadlock when writing in ENOSPC conditions
    - LP: #1281791
  * writeback: Fix data corruption on NFS
    - LP: #1281791
  * md/raid5: Fix possible confusion when multiple write errors occur.
    - LP: #1281791
  * md/raid10: fix two bugs in handling of known-bad-blocks.
    - LP: #1281791
  * md/raid10: fix bug when raid10 recovery fails to recover a block.
    - LP: #1281791
  * hwmon: (coretemp) Fix truncated name of alarm attributes
    - LP: #1281791
  * nilfs2: fix segctor bug that causes file system corruption
    - LP: #1281791
  * mm: fix crash when using XFS on loopback
    - LP: #1281791
  * vfs: In d_path don't call d_dname on a mount point
    - LP: #1281791
  * perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10h
    - LP: #1281791
  * staging: comedi: 8255_pci: fix for newer PCI-DIO48H
    - LP: #1281791
  * mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate
    successfully
    - LP: #1281791
  * serial: amba-pl011: use port lock to guard control register access
    - LP: #1281791
  * rtlwifi: rtl8192cu: Fix W=1 build warning
    - LP: #1281791
  * rtlwifi: rtl8192cu: Add new firmware
    - LP: #1281791
  * rtlwifi: Set the link state
    - LP: #1281791
  * rtlwifi: rtl8192c: Add new definitions in the dm_common header
    - LP: #1281791
  * rtlwifi: rtl8192cu: Fix some code in RF handling
    - LP: #1281791
  * NFSv4: OPEN must handle the NFS4ERR_IO return code correctly
    - LP: #1281791
  * parport: parport_pc: remove double PCI ID for NetMos
    - LP: #1281791
  * staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity
    on bScanning
    - LP: #1281791
  * bfa: Chinook quad port 16G FC HBA claim issue
    - LP: #1281791
  * usb: option: add new zte 3g modem pids to option driver
    - LP: #1281791
  * dib8000: make 32 bits read atomic
    - LP: #1281791
  * serial: add support for 200 v3 series Titan card
    - LP: #1281791
  * usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()
    - LP: #1281791
  * x86/efi: Fix off-by-one bug in EFI Boot Services reservation
    - LP: #1281791
  * perf kvm: Fix kvm report without guestmount.
    - LP: #1281791
  * mtd: mxc_nand: remove duplicated ecc_stats counting
    - LP: #1281791
  * xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).
    - LP: #1281791
  * USB: serial: add support for iBall 3.5G connect usb modem
    - LP: #1281791
  * USB: Nokia 502 is an unusual device
    - LP: #1281791
  * USB: cypress_m8: fix ring-indicator detection and reporting
    - LP: #1281791
  * ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]
    - LP: #1281791
  * sunrpc: Fix infinite loop in RPC state machine
    - LP: #1281791
  * dm thin: initialize dm_thin_new_mapping returned by get_next_mapping
    - LP: #1281791
  * SELinux: Fix memory leak upon loading policy
    - LP: #1281791
  * drm/radeon: warn users when hw_i2c is enabled (v2)
    - LP: #1281791
  * USB: ftdi_sio: added CS5 quirk for broken smartcard readers
    - LP: #1281791
  * serial: 8250: enable UART_BUG_NOMSR for Tegra
    - LP: #1281791
  * dm: wait until embedded kobject is released before destroying a device
    - LP: #1281791
  * dm space map common: make sure new space is used during extend
    - LP: #1281791
  * ASoC: adau1701: Fix ADAU1701_SEROCTL_WORD_LEN_16 constant
    - LP: #1281791
  * radeon/pm: Guard access to rdev->pm.power_state array
    - LP: #1281791
  * drm/radeon: skip colorbuffer checking if COLOR_INFO.FORMAT is set to
    INVALID
    - LP: #1281791
  * staging: r8712u: Set device type to wlan
    - LP: #1281791
  * ALSA: Enable CONFIG_ZONE_DMA for smaller PCI DMA masks
    - LP: #1281791
  * mmc: atmel-mci: fix timeout errors in SDIO mode when using DMA
    - LP: #1281791
  * rtlwifi: rtl8192cu: Add new device ID
    - LP: #1281791
  * mwifiex: add missing endian conversion for fw_tsf
    - LP: #1281791
  * b43: Fix lockdep splat
    - LP: #1281791
  * b43: Fix unload oops if firmware is not available
    - LP: #1281791
  * b43legacy: Fix unload oops if firmware is not available
    - LP: #1281791
  * nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME
    - LP: #1281791
  * audit: correct a type mismatch in audit_syscall_exit()
    - LP: #1281791
  * md/raid5: fix long-standing problem with bitmap handling on write
    failure.
    - LP: #1281791
  * drm/radeon: set the full cache bit for fences on r7xx+
    - LP: #1281791
  * hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
    - LP: #1281791
  * intel-iommu: fix off-by-one in pagetable freeing
    - LP: #1281791
  * fuse: fix pipe_buf_operations
    - LP: #1281791
  * drm/cirrus: correct register values for 16bpp
    - LP: #1281791
  * IB/qib: Fix QP check when looping back to/from QP1
    - LP: #1281791
  * ore: Fix wrong math in allocation of per device BIO
    - LP: #1281791
  * b43: fix the wrong assignment of status.freq in b43_rx()
    - LP: #1281791
  * KVM: PPC: e500: Fix bad address type in deliver_tlb_misss()
    - LP: #1281791
  * Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()
    - LP: #1281791
  * ACPI / init: Flag use of ACPI and ACPI idioms for power supplies to
    regulator API
    - LP: #1281791
  * powerpc: Make sure "cache" directory is removed when offlining cpu
    - LP: #1281791
  * drm/radeon/DCE4+: clear bios scratch dpms bit (v2)
    - LP: #1281791
  * mm/page-writeback.c: fix dirty_balance_reserve subtraction from
    dirtyable memory
    - LP: #1281791
  * target/iscsi: Fix network portal creation race
    - LP: #1281791
  * mm, oom: base root bonus on current usage
    - LP: #1281791
  * x86, x32: Correct invalid use of user timespec in the kernel
    - LP: #1281791
  * alpha: fix broken network checksum
    - LP: #1281791
  * ARM: at91: smc: bug fix in sam9_smc_cs_read()
    - LP: #1281791
  * KVM: s390: fix diagnose code extraction
    - LP: #1281791
  * e752x_edac: Fix pci_dev usage count
    - LP: #1281791
  * lib/decompressors: fix "no limit" output buffer length
    - LP: #1281791
  * bnx2x: fix DMA unmapping of TSO split BDs
    - LP: #1281791
  * inet_diag: fix inet_diag_dump_icsk() timewait socket state logic
    - LP: #1281791
  * net: avoid reference counter overflows on fib_rules in multicast
    forwarding
    - LP: #1281791
  * net,via-rhine: Fix tx_timeout handling
    - LP: #1281791
  * mm: hugetlbfs: fix hugetlbfs optimization
    - LP: #1281791
  * usb: core: get config and string descriptors for unauthorized devices
    - LP: #1281791
  * tty/serial: at91: Handle shutdown more safely
    - LP: #1281791
  * slub: Fix calculation of cpu slabs
    - LP: #1281791
  * turbostat: Use GCC's CPUID functions to support PIC
    - LP: #1281791
  * Linux 3.5.7.30
    - LP: #1281791

Date: Mon, 10 Feb 2014 09:51:32 -0800
Changed-By: Brad Figg <brad.figg at canonical.com>
Maintainer: Ubuntu/amd64 Build Daemon <buildd at lamiak.buildd>

-------------- next part --------------
Format: 1.8
Date: Mon, 10 Feb 2014 09:51:32 -0800
Source: linux
Binary: linux-source-3.5.0 linux-doc linux-tools-common linux-headers-3.5.0-47 linux-libc-dev linux-tools-3.5.0-47 linux-image-3.5.0-47-generic linux-image-extra-3.5.0-47-generic linux-headers-3.5.0-47-generic linux-image-3.5.0-47-generic-dbgsym linux-image-3.5.0-47-highbank linux-image-extra-3.5.0-47-highbank linux-headers-3.5.0-47-highbank linux-image-3.5.0-47-highbank-dbgsym linux-image-3.5.0-47-omap linux-image-extra-3.5.0-47-omap linux-headers-3.5.0-47-omap linux-image-3.5.0-47-omap-dbgsym linux-image-3.5.0-47-powerpc-smp linux-image-extra-3.5.0-47-powerpc-smp linux-headers-3.5.0-47-powerpc-smp linux-image-3.5.0-47-powerpc-smp-dbgsym linux-image-3.5.0-47-powerpc64-smp linux-image-extra-3.5.0-47-powerpc64-smp linux-headers-3.5.0-47-powerpc64-smp linux-image-3.5.0-47-powerpc64-smp-dbgsym kernel-image-3.5.0-47-generic-di nic-modules-3.5.0-47-generic-di nic-shared-modules-3.5.0-47-generic-di serial-modules-3.5.0-47-generic-di ppp-modules-3.5.0-47-generic-di
 pata-modules-3.5.0-47-generic-di firewire-core-modules-3.5.0-47-generic-di scsi-modules-3.5.0-47-generic-di plip-modules-3.5.0-47-generic-di floppy-modules-3.5.0-47-generic-di fat-modules-3.5.0-47-generic-di nfs-modules-3.5.0-47-generic-di md-modules-3.5.0-47-generic-di multipath-modules-3.5.0-47-generic-di usb-modules-3.5.0-47-generic-di pcmcia-storage-modules-3.5.0-47-generic-di fb-modules-3.5.0-47-generic-di input-modules-3.5.0-47-generic-di mouse-modules-3.5.0-47-generic-di irda-modules-3.5.0-47-generic-di parport-modules-3.5.0-47-generic-di nic-pcmcia-modules-3.5.0-47-generic-di pcmcia-modules-3.5.0-47-generic-di nic-usb-modules-3.5.0-47-generic-di sata-modules-3.5.0-47-generic-di crypto-modules-3.5.0-47-generic-di squashfs-modules-3.5.0-47-generic-di speakup-modules-3.5.0-47-generic-di virtio-modules-3.5.0-47-generic-di fs-core-modules-3.5.0-47-generic-di fs-secondary-modules-3.5.0-47-generic-di storage-core-modules-3.5.0-47-generic-di
 block-modules-3.5.0-47-generic-di message-modules-3.5.0-47-generic-di vlan-modules-3.5.0-47-generic-di
 ipmi-modules-3.5.0-47-generic-di
Architecture: amd64 amd64_translations
Version: 3.5.0-47.71
Distribution: quantal
Urgency: low
Maintainer: Ubuntu/amd64 Build Daemon <buildd at lamiak.buildd>
Changed-By: Brad Figg <brad.figg at canonical.com>
Description: 
 block-modules-3.5.0-47-generic-di - Block storage devices (udeb)
 crypto-modules-3.5.0-47-generic-di - crypto modules (udeb)
 fat-modules-3.5.0-47-generic-di - FAT filesystem support (udeb)
 fb-modules-3.5.0-47-generic-di - Framebuffer modules (udeb)
 firewire-core-modules-3.5.0-47-generic-di - Firewire (IEEE-1394) Support (udeb)
 floppy-modules-3.5.0-47-generic-di - Floppy driver support (udeb)
 fs-core-modules-3.5.0-47-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-3.5.0-47-generic-di - Extra filesystem modules (udeb)
 input-modules-3.5.0-47-generic-di - Support for various input methods (udeb)
 ipmi-modules-3.5.0-47-generic-di - ipmi modules (udeb)
 irda-modules-3.5.0-47-generic-di - Support for Infrared protocols (udeb)
 kernel-image-3.5.0-47-generic-di - Linux kernel binary image for the Debian installer (udeb)
 linux-doc  - Linux kernel specific documentation for version 3.5.0
 linux-headers-3.5.0-47 - Header files related to Linux kernel version 3.5.0
 linux-headers-3.5.0-47-generic - Linux kernel headers for version 3.5.0 on 64 bit x86 SMP
 linux-headers-3.5.0-47-highbank - Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Se
 linux-headers-3.5.0-47-omap - Linux kernel headers for version 3.5.0 on TI OMAP3-based 64 bit x
 linux-headers-3.5.0-47-powerpc-smp - Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP
 linux-headers-3.5.0-47-powerpc64-smp - Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP
 linux-image-3.5.0-47-generic - Linux kernel image for version 3.5.0 on 64 bit x86 SMP
 linux-image-3.5.0-47-generic-dbgsym - Linux kernel debug image for version 3.5.0 on 64 bit x86 SMP
 linux-image-3.5.0-47-highbank - Linux kernel image for version 3.5.0 on Calxeda highbank ARM Serv
 linux-image-3.5.0-47-highbank-dbgsym - Linux kernel debug image for version 3.5.0 on Calxeda highbank AR
 linux-image-3.5.0-47-omap - Linux kernel image for version 3.5.0 on TI OMAP3-based 64 bit x86
 linux-image-3.5.0-47-omap-dbgsym - Linux kernel debug image for version 3.5.0 on TI OMAP3-based 64 b
 linux-image-3.5.0-47-powerpc-smp - Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP
 linux-image-3.5.0-47-powerpc-smp-dbgsym - Linux kernel debug image for version 3.5.0 on 32-bit PowerPC SMP
 linux-image-3.5.0-47-powerpc64-smp - Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP
 linux-image-3.5.0-47-powerpc64-smp-dbgsym - Linux kernel debug image for version 3.5.0 on 64-bit PowerPC SMP
 linux-image-extra-3.5.0-47-generic - Linux kernel image for version 3.5.0 on 64 bit x86 SMP
 linux-image-extra-3.5.0-47-highbank - Linux kernel image for version 3.5.0 on Calxeda highbank ARM Serv
 linux-image-extra-3.5.0-47-omap - Linux kernel image for version 3.5.0 on TI OMAP3-based 64 bit x86
 linux-image-extra-3.5.0-47-powerpc-smp - Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP
 linux-image-extra-3.5.0-47-powerpc64-smp - Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP
 linux-libc-dev - Linux Kernel Headers for development
 linux-source-3.5.0 - Linux kernel source for version 3.5.0 with Ubuntu patches
 linux-tools-3.5.0-47 - Linux kernel version specific tools for version 3.5.0-47
 linux-tools-common - Linux kernel version specific tools for version 3.5.0
 md-modules-3.5.0-47-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-3.5.0-47-generic-di - Fusion and i2o storage modules (udeb)
 mouse-modules-3.5.0-47-generic-di - Mouse support (udeb)
 multipath-modules-3.5.0-47-generic-di - DM-Multipath support (udeb)
 nfs-modules-3.5.0-47-generic-di - NFS filesystem drivers (udeb)
 nic-modules-3.5.0-47-generic-di - Network interface support (udeb)
 nic-pcmcia-modules-3.5.0-47-generic-di - PCMCIA network interface support (udeb)
 nic-shared-modules-3.5.0-47-generic-di - nic shared modules (udeb)
 nic-usb-modules-3.5.0-47-generic-di - USB network interface support (udeb)
 parport-modules-3.5.0-47-generic-di - Parallel port support (udeb)
 pata-modules-3.5.0-47-generic-di - PATA support modules (udeb)
 pcmcia-modules-3.5.0-47-generic-di - PCMCIA Modules (udeb)
 pcmcia-storage-modules-3.5.0-47-generic-di - PCMCIA storage support (udeb)
 plip-modules-3.5.0-47-generic-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-3.5.0-47-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-3.5.0-47-generic-di - SATA storage support (udeb)
 scsi-modules-3.5.0-47-generic-di - SCSI storage support (udeb)
 serial-modules-3.5.0-47-generic-di - Serial port support (udeb)
 speakup-modules-3.5.0-47-generic-di - speakup modules (udeb)
 squashfs-modules-3.5.0-47-generic-di - squashfs modules (udeb)
 storage-core-modules-3.5.0-47-generic-di - Core storage support (udeb)
 usb-modules-3.5.0-47-generic-di - Core USB support (udeb)
 virtio-modules-3.5.0-47-generic-di - VirtIO Modules (udeb)
 vlan-modules-3.5.0-47-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1260225 1269053 1270237 1277722 1281791 1281828
Changes: 
 linux (3.5.0-47.71) quantal; urgency=low
 .
   [ Brad Figg ]
 .
   * Release Tracking Bug
     - LP: #1281828
 .
   [ Upstream Kernel Changes ]
 .
   * Revert "mm: ensure get_unmapped_area() returns higher address than
     mmap_min_addr"
     - LP: #1277722
   * net: clamp ->msg_namelen instead of returning an error
     - LP: #1269053
   * netfilter: nf_conntrack: avoid large timeout for mid-stream pickup
     - LP: #1270237
   * SELinux: Fix kernel BUG on empty security contexts.
     - CVE-2014-1874
   * lirc_zilog: Don't use dynamic static allocation
     - LP: #1277722
   * net: Fix "ip rule delete table 256"
     - LP: #1277722
   * ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv
     - LP: #1277722
   * random32: fix off-by-one in seeding requirement
     - LP: #1277722
   * bonding: don't permit to use ARP monitoring in 802.3ad mode
     - LP: #1277722
   * 6lowpan: Uncompression of traffic class field was incorrect
     - LP: #1277722
   * bonding: fix two race conditions in bond_store_updelay/downdelay
     - LP: #1277722
   * isdnloop: use strlcpy() instead of strcpy()
     - LP: #1277722
   * connector: improved unaligned access error fix
     - LP: #1277722
   * ipv4: fix possible seqlock deadlock
     - LP: #1277722
   * inet: prevent leakage of uninitialized memory to user in recv syscalls
     - LP: #1277722
   * atm: idt77252: fix dev refcnt leak
     - LP: #1277722
   * net: core: Always propagate flag changes to interfaces
     - LP: #1277722
   * net: rework recvmsg handler msg_name and msg_namelen logic
     - LP: #1277722
   * net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct
     sockaddr_storage)
     - LP: #1277722
   * packet: fix use after free race in send path when dev is released
     - LP: #1277722
   * inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu
     functions
     - LP: #1277722
   * ipv6: fix leaking uninitialized port number of offender sockaddr
     - LP: #1277722
   * net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
     - LP: #1277722
   * inet: fix possible seqlock deadlocks
     - LP: #1277722
   * ipv6: fix possible seqlock deadlock in ip6_finish_output2
     - LP: #1277722
   * af_packet: block BH in prb_shutdown_retire_blk_timer()
     - LP: #1277722
   * {pktgen, xfrm} Update IPv4 header total len and checksum after
     tranformation
     - LP: #1277722
   * bridge: flush br's address entry in fdb when remove the
     - LP: #1277722
   * mmc: block: fix a bug of error handling in MMC driver
     - LP: #1277722
   * NFSv4: Update list of irrecoverable errors on DELEGRETURN
     - LP: #1277722
   * Update of blkg_stat and blkg_rwstat may happen in bh context. While
     u64_stats_fetch_retry is only preempt_disable on 32bit UP system. This
     is not enough to avoid preemption by bh and may read strange 64 bit
     value.
     - LP: #1277722
   * ASoC: wm8990: Mark the register map as dirty when powering down
     - LP: #1277722
   * irq: Enable all irqs unconditionally in irq_resume
     - LP: #1277722
   * xen/gnttab: leave lazy MMU mode in the case of a m2p override failure
     - LP: #1277722
   * libsas: fix usage of ata_tf_to_fis
     - LP: #1277722
   * crypto: authenc - Find proper IV address in ablkcipher callback
     - LP: #1277722
   * s390/crypto: Don't panic after crypto instruction failures
     - LP: #1277722
   * crypto: s390 - Fix aes-xts parameter corruption
     - LP: #1277722
   * crypto: ccm - Fix handling of zero plaintext when computing mac
     - LP: #1277722
   * ALSA: hda - Fix silent output on ASUS W7J laptop
     - LP: #1277722
   * net: smc91: fix crash regression on the versatile
     - LP: #1277722
   * ARM: footbridge: fix VGA initialisation
     - LP: #1277722
   * hpsa: do not discard scsi status on aborted commands
     - LP: #1277722
   * hpsa: return 0 from driver probe function on success, not 1
     - LP: #1277722
   * ALSA: hda - Another fixup for ASUS laptop with ALC660 codec
     - LP: #1277722
   * enclosure: fix WARN_ON in dual path device removing
     - LP: #1277722
   * powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536
     - LP: #1277722
   * ASoC: wm8731: fix dsp mode configuration
     - LP: #1277722
   * cpuidle: Check for dev before deregistering it.
     - LP: #1277722
   * iwlwifi: dvm: don't override mac80211's queue setting
     - LP: #1277722
   * um: add missing declaration of 'getrlimit()' and friends
     - LP: #1277722
   * dm: fix truncated status strings
     - LP: #1277722
   * elevator: acquire q->sysfs_lock in elevator_change()
     - LP: #1277722
   * iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address
     limits
     - LP: #1277722
   * video: kyro: fix incorrect sizes when copying to userspace
     - LP: #1277722
   * Input: allow deselecting serio drivers even without CONFIG_EXPERT
     - LP: #1277722
   * Input: mousedev - allow disabling even without CONFIG_EXPERT
     - LP: #1277722
   * i2c: i801: SMBus patch for Intel Avoton DeviceIDs
     - LP: #1277722
   * HID: add quirk for Freescale i.MX23 ROM recovery
     - LP: #1277722
   * HID: hid-multitouch: add support for SiS panels
     - LP: #1277722
   * HID: roccat: fix Coverity CID 141438
     - LP: #1277722
   * HID: apple: option to swap the 'Option' ("Alt") and 'Command' ("Flag")
     keys.
     - LP: #1277722
   * 9p: send uevent after adding/removing mount_tag attribute
     - LP: #1277722
   * NFSv4 wait on recovery for async session errors
     - LP: #1277722
   * sched: Avoid throttle_cfs_rq() racing with period_timer stopping
     - LP: #1277722
   * nfs: fix do_div() warning by instead using sector_div()
     - LP: #1277722
   * dm delay: fix a possible deadlock due to shared workqueue
     - LP: #1277722
   * mac80211: don't attempt to reorder multicast frames
     - LP: #1277722
   * USB: serial: fix race in generic write
     - LP: #1277722
   * usb: gadget: composite: reset delayed_status on reset_config
     - LP: #1277722
   * usb: dwc3: fix implementation of endpoint wedge
     - LP: #1277722
   * saa7164: fix return value check in saa7164_initdev()
     - LP: #1277722
   * USB: serial: option: blacklist interface 1 for Huawei E173s-6
     - LP: #1277722
   * USB: option: support new huawei devices
     - LP: #1277722
   * USB: spcp8x5: correct handling of CS5 setting
     - LP: #1277722
   * USB: mos7840: correct handling of CS5 setting
     - LP: #1277722
   * USB: ftdi_sio: fixed handling of unsupported CSIZE setting
     - LP: #1277722
   * USB: pl2303: fixed handling of CS5 setting
     - LP: #1277722
   * USB: cdc-acm: Added support for the Lenovo RD02-D400 USB Modem
     - LP: #1277722
   * drm/radeon: fixup bad vram size on SI
     - LP: #1277722
   * usb: hub: Use correct reset for wedged USB3 devices that are
     NOTATTACHED
     - LP: #1277722
   * drivers/char/i8k.c: add Dell XPLS L421X
     - LP: #1277722
   * crypto: scatterwalk - Set the chain pointer indication bit
     - LP: #1277722
   * crypto: scatterwalk - Use sg_chain_ptr on chain entries
     - LP: #1277722
   * ARM: 7912/1: check stack pointer in get_wchan
     - LP: #1277722
   * ARM: 7913/1: fix framepointer check in unwind_frame
     - LP: #1277722
   * ALSA: memalloc.h - fix wrong truncation of dma_addr_t
     - LP: #1277722
   * dm snapshot: avoid snapshot space leak on crash
     - LP: #1277722
   * dm table: fail dm_table_create on dm_round_up overflow
     - LP: #1277722
   * x86, build, icc: Remove uninitialized_var() from compiler-intel.h
     - LP: #1277722
   * x86, efi: Don't use (U)EFI time services on 32 bit
     - LP: #1277722
   * dm bufio: initialize read-only module parameters
     - LP: #1277722
   * ARM: pxa: tosa: fix keys mapping
     - LP: #1277722
   * hwmon: (w83l786ng) Fix fan speed control mode setting and reporting
     - LP: #1277722
   * hwmon: (w83l768ng) Fix fan speed control range
     - LP: #1277722
   * hwmon: Prevent some divide by zeros in FAN_TO_REG()
     - LP: #1277722
   * futex: fix handling of read-only-mapped hugepages
     - LP: #1277722
   * KVM: Improve create VCPU parameter (CVE-2013-4587)
     - LP: #1277722
   * KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)
     - LP: #1277722
   * KVM: x86: Convert vapic synchronization to _cached functions
     (CVE-2013-6368)
     - LP: #1277722
   * selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()
     - LP: #1277722
   * selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()
     - LP: #1277722
   * drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrap
     - LP: #1277722
   * MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent
     R10000
     - LP: #1277722
   * xfs: underflow bug in xfs_attrlist_by_handle()
     - LP: #1277722
   * Linux 3.5.7.28
     - LP: #1277722
   * ARM: OMAP3: hwmod data: Don't prevent RESET of USB Host module
     - LP: #1277722
   * ARM: OMAP2+: hwmod: Fix SOFTRESET logic
     - LP: #1277722
   * Input: usbtouchscreen - separate report and transmit buffer size
     handling
     - LP: #1277722
   * sc1200_wdt: Fix oops
     - LP: #1277722
   * cxd2820r_core: fix sparse warnings
     - LP: #1277722
   * staging: comedi: ssv_dnp: use comedi_dio_update_state()
     - LP: #1277722
   * staging: comedi: pcmuio: fix possible NULL deref on detach
     - LP: #1277722
   * HID: Bump maximum global item tag report size to 128 bytes
     - LP: #1277722
   * selinux: look for IPsec labels on both inbound and outbound packets
     - LP: #1277722
   * selinux: process labeled IPsec TCP SYN-ACK packets properly in
     selinux_ip_postroute()
     - LP: #1277722
   * intel_idle: enable IVB Xeon support
     - LP: #1277722
   * mm/hugetlb: check for pte NULL pointer in __page_check_address()
     - LP: #1277722
   * dm mpath: fix race condition between multipath_dtr and pg_init_done
     - LP: #1277722
   * KVM: IOMMU: hva align mapping page size
     - LP: #1277722
   * IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast()
     - LP: #1277722
   * Staging: zram: Fix access of NULL pointer
     - LP: #1277722
   * ARM: pxa: prevent PXA270 occasional reboot freezes
     - LP: #1277722
   * Staging: zram: Fix memory leak by refcount mismatch
     - LP: #1277722
   * TTY: pmac_zilog, check existence of ports in pmz_console_init()
     - LP: #1277722
   * ceph: cleanup aborted requests when re-sending requests.
     - LP: #1277722
   * ceph: wake up 'safe' waiters when unregistering request
     - LP: #1277722
   * powerpc: kvm: fix rare but potential deadlock scene
     - LP: #1277722
   * libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus
     SpinPoint M8
     - LP: #1277722
   * ext4: fix use-after-free in ext4_mb_new_blocks
     - LP: #1277722
   * ext4: check for overlapping extents in ext4_valid_extent_entries()
     - LP: #1277722
   * ext2: Fix oops in ext2_get_block() called from ext2_quota_write()
     - LP: #1277722
   * ext4: fix del_timer() misuse for ->s_err_report
     - LP: #1277722
   * usb: cdc-wdm: manage_power should always set needs_remote_wakeup
     - LP: #1277722
   * scripts/link-vmlinux.sh: only filter kernel symbols for arm
     - LP: #1277722
   * xhci: Limit the spurious wakeup fix only to HP machines
     - LP: #1277722
   * drm/i915: don't update the dri1 breadcrumb with modesetting
     - LP: #1277722
   * iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT set
     - LP: #1277722
   * drm/radeon: Fix sideport problems on certain RS690 boards
     - LP: #1277722
   * ALSA: hda - Add enable_msi=0 workaround for four HP machines
     - LP: #1260225, #1277722
   * gpio: msm: Fix irq mask/unmask by writing bits instead of numbers
     - LP: #1277722
   * radiotap: fix bitmap-end-finding buffer overrun
     - LP: #1277722
   * ftrace: Initialize the ftrace profiler for each possible cpu
     - LP: #1277722
   * libata: disable a disk via libata.force params
     - LP: #1277722
   * drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook
     - LP: #1277722
   * sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities
     - LP: #1277722
   * ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function
     - LP: #1277722
   * rtlwifi: pci: Fix oops on driver unload
     - LP: #1277722
   * ath9k: Fix interrupt handling for the AR9002 family
     - LP: #1277722
   * cpupower: Fix segfault due to incorrect getopt_long arugments
     - LP: #1277722
   * iio:adc:ad7887 Fix channel reported endianness from cpu to big endian
     - LP: #1277722
   * ASoC: wm8904: fix DSP mode B configuration
     - LP: #1277722
   * net_dma: mark broken
     - LP: #1277722
   * dm9601: fix reception of full size ethernet frames on dm9620/dm9621a
     - LP: #1277722
   * dm9601: work around tx fifo sync issue on dm962x
     - LP: #1277722
   * libata, freezer: avoid block device removal while system is frozen
     - LP: #1277722
   * drm/radeon: fix asic gfx values for scrapper asics
     - LP: #1277722
   * ext4: add explicit casts when masking cluster sizes
     - LP: #1277722
   * drm/radeon: 0x9649 is SUMO2 not SUMO
     - LP: #1277722
   * selinux: fix broken peer recv check
     - LP: #1277722
   * selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()
     - LP: #1277722
   * powerpc: Fix bad stack check in exception entry
     - LP: #1277722
   * ARM: fix "bad mode in ... handler" message for undefined instructions
     - LP: #1277722
   * ath9k_htc: properly set MAC address and BSSID mask
     - LP: #1277722
   * powerpc: Align p_end
     - LP: #1277722
   * Input: allocate absinfo data when setting ABS capability
     - LP: #1277722
   * GFS2: don't hold s_umount over blkdev_put
     - LP: #1277722
   * GFS2: Fix incorrect invalidation for DIO/buffered I/O
     - LP: #1277722
   * jbd2: don't BUG but return ENOSPC if a handle runs out of space
     - LP: #1277722
   * sh: always link in helper functions extracted from libgcc
     - LP: #1277722
   * ceph: Avoid data inconsistency due to d-cache aliasing in readpage()
     - LP: #1277722
   * mm: ensure get_unmapped_area() returns higher address than
     mmap_min_addr
     - LP: #1277722
   * ftrace: Check module functions being traced on reload
     - LP: #1277722
   * sched: Fix race on toggling cfs_bandwidth_used
     - LP: #1277722
   * sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
     - LP: #1277722
   * sched: Fix hrtimer_cancel()/rq->lock deadlock
     - LP: #1277722
   * sched: Guarantee new group-entities always have weight
     - LP: #1277722
   * net: do not pretend FRAGLIST support
     - LP: #1277722
   * rds: prevent BUG_ON triggered on congestion update to loopback
     - LP: #1277722
   * macvtap: Do not double-count received packets
     - LP: #1277722
   * macvtap: update file current position
     - LP: #1277722
   * tun: update file current position
     - LP: #1277722
   * macvtap: signal truncated packets
     - LP: #1277722
   * ipv6: don't count addrconf generated routes against gc limit
     - LP: #1277722
   * net: drop_monitor: fix the value of maxattr
     - LP: #1277722
   * net: unix: allow set_peek_off to fail
     - LP: #1277722
   * tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0
     - LP: #1277722
   * netvsc: don't flush peers notifying work during setting mtu
     - LP: #1277722
   * net: unix: allow bind to fail on mutex lock
     - LP: #1277722
   * net: inet_diag: zero out uninitialized idiag_{src,dst} fields
     - LP: #1277722
   * drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()
     - LP: #1277722
   * hamradio/yam: fix info leak in ioctl
     - LP: #1277722
   * rds: prevent dereference of a NULL device
     - LP: #1277722
   * net: rose: restore old recvmsg behavior
     - LP: #1277722
   * vlan: Fix header ops passthru when doing TX VLAN offload.
     - LP: #1277722
   * net: llc: fix use after free in llc_ui_recvmsg
     - LP: #1277722
   * bridge: use spin_lock_bh() in br_multicast_set_hash_max
     - LP: #1277722
   * x86, fpu, amd: Clear exceptions in AMD FXSAVE workaround
     - LP: #1277722
   * mac80211: move "bufferable MMPDU" check to fix AP mode scan
     - LP: #1277722
   * SELinux: Fix possible NULL pointer dereference in
     selinux_inode_permission()
     - LP: #1277722
   * Linux 3.5.7.29
     - LP: #1277722
   * ext4: fix deadlock when writing in ENOSPC conditions
     - LP: #1281791
   * writeback: Fix data corruption on NFS
     - LP: #1281791
   * md/raid5: Fix possible confusion when multiple write errors occur.
     - LP: #1281791
   * md/raid10: fix two bugs in handling of known-bad-blocks.
     - LP: #1281791
   * md/raid10: fix bug when raid10 recovery fails to recover a block.
     - LP: #1281791
   * hwmon: (coretemp) Fix truncated name of alarm attributes
     - LP: #1281791
   * nilfs2: fix segctor bug that causes file system corruption
     - LP: #1281791
   * mm: fix crash when using XFS on loopback
     - LP: #1281791
   * vfs: In d_path don't call d_dname on a mount point
     - LP: #1281791
   * perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10h
     - LP: #1281791
   * staging: comedi: 8255_pci: fix for newer PCI-DIO48H
     - LP: #1281791
   * mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate
     successfully
     - LP: #1281791
   * serial: amba-pl011: use port lock to guard control register access
     - LP: #1281791
   * rtlwifi: rtl8192cu: Fix W=1 build warning
     - LP: #1281791
   * rtlwifi: rtl8192cu: Add new firmware
     - LP: #1281791
   * rtlwifi: Set the link state
     - LP: #1281791
   * rtlwifi: rtl8192c: Add new definitions in the dm_common header
     - LP: #1281791
   * rtlwifi: rtl8192cu: Fix some code in RF handling
     - LP: #1281791
   * NFSv4: OPEN must handle the NFS4ERR_IO return code correctly
     - LP: #1281791
   * parport: parport_pc: remove double PCI ID for NetMos
     - LP: #1281791
   * staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity
     on bScanning
     - LP: #1281791
   * bfa: Chinook quad port 16G FC HBA claim issue
     - LP: #1281791
   * usb: option: add new zte 3g modem pids to option driver
     - LP: #1281791
   * dib8000: make 32 bits read atomic
     - LP: #1281791
   * serial: add support for 200 v3 series Titan card
     - LP: #1281791
   * usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()
     - LP: #1281791
   * x86/efi: Fix off-by-one bug in EFI Boot Services reservation
     - LP: #1281791
   * perf kvm: Fix kvm report without guestmount.
     - LP: #1281791
   * mtd: mxc_nand: remove duplicated ecc_stats counting
     - LP: #1281791
   * xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).
     - LP: #1281791
   * USB: serial: add support for iBall 3.5G connect usb modem
     - LP: #1281791
   * USB: Nokia 502 is an unusual device
     - LP: #1281791
   * USB: cypress_m8: fix ring-indicator detection and reporting
     - LP: #1281791
   * ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]
     - LP: #1281791
   * sunrpc: Fix infinite loop in RPC state machine
     - LP: #1281791
   * dm thin: initialize dm_thin_new_mapping returned by get_next_mapping
     - LP: #1281791
   * SELinux: Fix memory leak upon loading policy
     - LP: #1281791
   * drm/radeon: warn users when hw_i2c is enabled (v2)
     - LP: #1281791
   * USB: ftdi_sio: added CS5 quirk for broken smartcard readers
     - LP: #1281791
   * serial: 8250: enable UART_BUG_NOMSR for Tegra
     - LP: #1281791
   * dm: wait until embedded kobject is released before destroying a device
     - LP: #1281791
   * dm space map common: make sure new space is used during extend
     - LP: #1281791
   * ASoC: adau1701: Fix ADAU1701_SEROCTL_WORD_LEN_16 constant
     - LP: #1281791
   * radeon/pm: Guard access to rdev->pm.power_state array
     - LP: #1281791
   * drm/radeon: skip colorbuffer checking if COLOR_INFO.FORMAT is set to
     INVALID
     - LP: #1281791
   * staging: r8712u: Set device type to wlan
     - LP: #1281791
   * ALSA: Enable CONFIG_ZONE_DMA for smaller PCI DMA masks
     - LP: #1281791
   * mmc: atmel-mci: fix timeout errors in SDIO mode when using DMA
     - LP: #1281791
   * rtlwifi: rtl8192cu: Add new device ID
     - LP: #1281791
   * mwifiex: add missing endian conversion for fw_tsf
     - LP: #1281791
   * b43: Fix lockdep splat
     - LP: #1281791
   * b43: Fix unload oops if firmware is not available
     - LP: #1281791
   * b43legacy: Fix unload oops if firmware is not available
     - LP: #1281791
   * nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME
     - LP: #1281791
   * audit: correct a type mismatch in audit_syscall_exit()
     - LP: #1281791
   * md/raid5: fix long-standing problem with bitmap handling on write
     failure.
     - LP: #1281791
   * drm/radeon: set the full cache bit for fences on r7xx+
     - LP: #1281791
   * hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
     - LP: #1281791
   * intel-iommu: fix off-by-one in pagetable freeing
     - LP: #1281791
   * fuse: fix pipe_buf_operations
     - LP: #1281791
   * drm/cirrus: correct register values for 16bpp
     - LP: #1281791
   * IB/qib: Fix QP check when looping back to/from QP1
     - LP: #1281791
   * ore: Fix wrong math in allocation of per device BIO
     - LP: #1281791
   * b43: fix the wrong assignment of status.freq in b43_rx()
     - LP: #1281791
   * KVM: PPC: e500: Fix bad address type in deliver_tlb_misss()
     - LP: #1281791
   * Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()
     - LP: #1281791
   * ACPI / init: Flag use of ACPI and ACPI idioms for power supplies to
     regulator API
     - LP: #1281791
   * powerpc: Make sure "cache" directory is removed when offlining cpu
     - LP: #1281791
   * drm/radeon/DCE4+: clear bios scratch dpms bit (v2)
     - LP: #1281791
   * mm/page-writeback.c: fix dirty_balance_reserve subtraction from
     dirtyable memory
     - LP: #1281791
   * target/iscsi: Fix network portal creation race
     - LP: #1281791
   * mm, oom: base root bonus on current usage
     - LP: #1281791
   * x86, x32: Correct invalid use of user timespec in the kernel
     - LP: #1281791
   * alpha: fix broken network checksum
     - LP: #1281791
   * ARM: at91: smc: bug fix in sam9_smc_cs_read()
     - LP: #1281791
   * KVM: s390: fix diagnose code extraction
     - LP: #1281791
   * e752x_edac: Fix pci_dev usage count
     - LP: #1281791
   * lib/decompressors: fix "no limit" output buffer length
     - LP: #1281791
   * bnx2x: fix DMA unmapping of TSO split BDs
     - LP: #1281791
   * inet_diag: fix inet_diag_dump_icsk() timewait socket state logic
     - LP: #1281791
   * net: avoid reference counter overflows on fib_rules in multicast
     forwarding
     - LP: #1281791
   * net,via-rhine: Fix tx_timeout handling
     - LP: #1281791
   * mm: hugetlbfs: fix hugetlbfs optimization
     - LP: #1281791
   * usb: core: get config and string descriptors for unauthorized devices
     - LP: #1281791
   * tty/serial: at91: Handle shutdown more safely
     - LP: #1281791
   * slub: Fix calculation of cpu slabs
     - LP: #1281791
   * turbostat: Use GCC's CPUID functions to support PIC
     - LP: #1281791
   * Linux 3.5.7.30
     - LP: #1281791
Checksums-Sha1: 
 3c457445d1e7ed9ad14bcebc2c812ec8d7fc81a2 417190 linux-tools-3.5.0-47_3.5.0-47.71_amd64.deb
 239bbb590970c18534acaa7f7f44b7769e988cb2 24500 linux_3.5.0-47.71_amd64_translations.tar.gz
 3b0ac48938fe107788a8f1c4179c4179f69b4c7d 12533990 linux-image-3.5.0-47-generic_3.5.0-47.71_amd64.deb
 859f81c4e1c9c54376718fd303fc2ce539540780 27359516 linux-image-extra-3.5.0-47-generic_3.5.0-47.71_amd64.deb
 fba9a90b3d388ab487de7054af67a7855d55b5e0 969950 linux-headers-3.5.0-47-generic_3.5.0-47.71_amd64.deb
 14d4ec5ac943082fbea4a24ad513b6a4dfa8f089 5080165 linux_3.5.0-47.71_amd64.tar.gz
 714e283022da2561b6d5ce7649fc361a4cddc256 5492194 kernel-image-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 6171926deca906f392cfe679ad7058db51eb0166 3068738 nic-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 212a0978974c104ed3d0601ddeebac4e2e62b309 317272 nic-shared-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 e6e004690a5565a331cb4f06a6e09bf1e2a16f70 30974 serial-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 9bc4b38d3f54cbb1f43cf87e98d237eb650f5529 22912 ppp-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 795e033294e72e49009579d983d339c9b5acb319 101560 pata-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 4c9a877febbce073e3c7fb9ca3212e48eb5338c2 64130 firewire-core-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 d9955bd2968cb1a19247c299c0825bdf04d6df18 1470796 scsi-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 f25f1ea8b978b4e8ed3fe0efe327205934daf517 8198 plip-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 d61be652afe13d11a1035d8ef4af35760527c036 31666 floppy-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 f2949eb70608d73803034b7f1e8d15eb4dae2127 3106 fat-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 9a421d1ed712344b39b88b7ec646fbdcd6f662dd 458806 nfs-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 6fde8edd824f59e98fe08d0b7f13c04917eb30d1 219758 md-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 8edfeb6ba3672689aaa4681a928dfc5bd90bf458 16124 multipath-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 2c2941315f49948cdd8b9b2fe235aa8c38f32b89 93922 usb-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 9ba66b15807ab740c5bcdc4f1691f50c6d32aeb5 32982 pcmcia-storage-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 c311c4223089fa151af0291df8183fa3279b4bed 16174 fb-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 c79d52381b8eacb54aee9500de086d457d3a7165 80756 input-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 5219e0ef81dca519de71689c424f3fa2a67a360c 43204 mouse-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 318199e30a5e5800ae0c671e272a73bdcbdb59f4 217898 irda-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 a80999297a67af2b1a0c4c160fa72803f67b5536 30370 parport-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 db438ac6657a3af2aa106086a7b199827d1b755f 86344 nic-pcmcia-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 b1a9acd9b6d0d3dcf4183629e44293744258d39f 50710 pcmcia-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 b6d489319c18c0a9e128073ce3ff0c958a33d469 235650 nic-usb-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 2bf379a43c1be5677f002ecd343c43af139c65b0 59676 sata-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 520980604316f62c83730b42d994ff58d24e4237 292666 crypto-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 c646ffcdbb121ba584b79d2a5016f4f963e66954 16592 squashfs-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 42604a319f4d775f49ca88c57b83f9c6727914fa 54696 speakup-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 3d485c3a40ea22300bca807bd5a2968e2a6eae0e 37334 virtio-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 cf372be17eb7b53529a23092a77e658a814d593b 505520 fs-core-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 7a24ada12a8104563c49be778e70bd3a835d1539 401070 fs-secondary-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 4e2d7acf13359f357af665d640abb70bc83b7dc1 37308 storage-core-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 d7ff2325aaabbfd85f732f65f3415187226164fe 200208 block-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 8bc521cf6cb33f45bd61aa1d9a5d79693fc2d6db 210362 message-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 d410c234e98d7c40c142be4787b8e33d346871c3 19518 vlan-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 4eae0d78bdcdb757e70951888d7741f36526a241 53734 ipmi-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 fc23d37d5059e7ca152fcf9b92ef2092c56d7866 902876 linux-libc-dev_3.5.0-47.71_amd64.deb
Checksums-Sha256: 
 3b171ea3bf6e594de80cf3a0f58b85ef255340cbd4d6be90d10848a87a0d32eb 417190 linux-tools-3.5.0-47_3.5.0-47.71_amd64.deb
 484c65535d1a59b7b5344b6e2e9e69126cca4309aab4c7969a7bf11323d07284 24500 linux_3.5.0-47.71_amd64_translations.tar.gz
 62f70fde72f787e5180376bab4097f05f3ddcce28cda731dfa298bc78fa131a7 12533990 linux-image-3.5.0-47-generic_3.5.0-47.71_amd64.deb
 8daede64690406e484289ca1ea5ae56c27af48c8e4c5a87f9db3d21aa82ae988 27359516 linux-image-extra-3.5.0-47-generic_3.5.0-47.71_amd64.deb
 1ecf93af38f686aa58af319b329821be6c00c57548ed0d2f84d379a62059f391 969950 linux-headers-3.5.0-47-generic_3.5.0-47.71_amd64.deb
 baa0f34d467860f01d55fe3a4fadb4e7382ca46286975324cce86e5a31c7e7c1 5080165 linux_3.5.0-47.71_amd64.tar.gz
 01ba5914a95a63d6b2aeb4da613ce9adefdc9e50ac22c69a2eb00cffc5c681c2 5492194 kernel-image-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 78d1b9678830bb384904338ae9d7e1af8e5157743b40ee7baf3ef3e32853ae6b 3068738 nic-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 90adf48367d207764576a9f7f3fdeb769d3beaf16aeb908b21a8f0ede0fdf75e 317272 nic-shared-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 9cca0c5a128780fafefa64363cd83c900ab924617594a5f81f31bfdb2a61b66a 30974 serial-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 a0210d0bed8807eccf2f967b56abfb5980074998ae08c74eaf9a74afdb38db22 22912 ppp-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 ec6fb42a0a6b4f41500989fce826fd501932969a30054506ff203ecacb548865 101560 pata-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 9af6168c1175dd3944ff6efab873b96919c8f82a111796a8c42c1e859f567512 64130 firewire-core-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 8bde39613c4501bb2956c9777aa170a24c573a74bb023e3560e79c34a570a795 1470796 scsi-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 2d4a6e87b5208c36688d3dd54ad09ca14407cbd3f934add6ebce4dfe778ef4fa 8198 plip-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 0cbcd1c263a241246f9fb51ea155592aebd45871cbbf4c8b2261357373c727ec 31666 floppy-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 1a335caaeb0cc08d8d1a730311c15a2330b25acb557103c0026b1abfd9b48cc1 3106 fat-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 88742c0936e508285525f4441008fccac928239c21a0ec7e7b51c7f425d6bd54 458806 nfs-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 ebe6f337ce12ff086cea3b5388dfeb64e94ea0860370d7130d9128e8780eccd6 219758 md-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 c3ad0ee193ca84f991fa1c8f76918463d2100861d9e838a004f3a204481659d6 16124 multipath-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 0e93896fc27ba71e6f899980ed229a99a4645e9969dd108e87cdaf8323896c7c 93922 usb-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 f2854b09a1b57e2bca2815ec57cb4fac269fe3775d10474edb12122bc6ad5bc2 32982 pcmcia-storage-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 1c96f591f0cabd389b20e0aaba2dc969ddcea76654d7af4b2b05bf927e7bc797 16174 fb-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 df89bad746ce22c0a495bc169ea205331e4b6dc927b04046237df4c8ed04c4e0 80756 input-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 201c95741a510a4cb0f0f316dd75728525e694de172d9d60813d803bbdc9a350 43204 mouse-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 db03dd3c2ddeea23ce01e1e31e9928b7fd8873a67e88d444961609a44d14f58e 217898 irda-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 4a1ed80c204bfa38914ee182b49347327fde9c10cd69a313cf06388d4f0f44a1 30370 parport-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 083891349d5b903424000c5c060faa689038395f3e4e9e8647d5461be60e6669 86344 nic-pcmcia-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 a5d5d95defeab5511a9d1b1f5e5731b75993a16d07c5b35b0ceec8c7849f6808 50710 pcmcia-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 92615d7837a4b7257315121f963d0e4c5aa797ebf9c692a9886ec239b87afa06 235650 nic-usb-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 c927fc3990ae639d1eeac4e42c03620cf038e5201563ce15fac6e21a53b9a03a 59676 sata-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 2692f9befec55ea3c37cef9d07313e70d11924b9094dceb7fd264983f0072681 292666 crypto-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 e28cc37f79e534c3e758db56f812e918010fae3aebd6ceee3bab27212f65cb80 16592 squashfs-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 83dde84ce0c88b0147deee31095c6de418a3a263468f26c0f105a33a94fa1e91 54696 speakup-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 ede1deb96d9adc42c7c69bc414551f988340536badcfd97e3dcca4bc2a275f6e 37334 virtio-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 98d40de1558e6f3abc34ed1807b3cd060b0aa065403448c6cca70c21087b98b0 505520 fs-core-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 7631f42941823bbf757cf48da8d0ac65d8f6b82291dcb05f5c5125cab7e63c64 401070 fs-secondary-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 62d26d6368fe1bb171a169244dedb1b3c27163be1e143df69a9e8e6e52b6042e 37308 storage-core-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 448bf9cc0c8bc1b03872e55a863baab8d22df15bf9d837b1be3d497d6b2e99e7 200208 block-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 cbb198efdd198881da9238bcdc919baccb8033ac700ef8d5eec5ac8c94393408 210362 message-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 8e73cc65c47ad0a31869fa3c510761d5213543fe3ee1af3695bb609ae826bafb 19518 vlan-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 2b20f77c1b830f2de5b00d5fdd0fc969d59d2f1be95589fbcf1f0dffcd23d367 53734 ipmi-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 e3626aa199c6b9ddfdcfc302f1077c948bc178abf3a1153cba7d8dcf6b53ae30 902876 linux-libc-dev_3.5.0-47.71_amd64.deb
Files: 
 a58481a4510820d5f578279c18ab369e 417190 devel optional linux-tools-3.5.0-47_3.5.0-47.71_amd64.deb
 10bf6c695524d7597497901a8950d1a2 24500 raw-translations - linux_3.5.0-47.71_amd64_translations.tar.gz
 a6c374e7750951fab89159850daf73a4 12533990 kernel optional linux-image-3.5.0-47-generic_3.5.0-47.71_amd64.deb
 7a5f2f7a37befd8542d2e736d8e7e957 27359516 kernel optional linux-image-extra-3.5.0-47-generic_3.5.0-47.71_amd64.deb
 e8cedcc04e6d7a00d8b795b770e8cbc3 969950 devel optional linux-headers-3.5.0-47-generic_3.5.0-47.71_amd64.deb
 9028fae1db4a7510804eb31da49c163d 5080165 raw-uefi - linux_3.5.0-47.71_amd64.tar.gz
 1dd9b901e9f326a31a2ca805affd4b53 5492194 debian-installer extra kernel-image-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 10db36822e0de09b5e9a7832e61d4f10 3068738 debian-installer standard nic-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 5fd3e29a195393b63458874a186f9a31 317272 debian-installer standard nic-shared-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 b6b1ab59045ba6f563f24e4c798e2445 30974 debian-installer standard serial-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 a70ccf6cf7924c93989e8c5e692df8c0 22912 debian-installer standard ppp-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 526fbe09c7ee6512f71f665ca1a31f3c 101560 debian-installer standard pata-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 c5869f004e470b095c1c0c0dc8144bff 64130 debian-installer standard firewire-core-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 df73e1414c2e5899400ae0e8eb395762 1470796 debian-installer standard scsi-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 2efeee642dbe4b070b616d12463baebc 8198 debian-installer standard plip-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 40c613073f39190a20fc0541c6b931d6 31666 debian-installer standard floppy-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 56cece30c1a6a914061bfb388be23d21 3106 debian-installer standard fat-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 03c2d683bd501ebe461c08e8b64a36fc 458806 debian-installer standard nfs-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 9adfc570d76d7c1f4c9ea918491954dd 219758 debian-installer standard md-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 fd857dc27b04a33ec967b64f7ec07e5b 16124 debian-installer extra multipath-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 d487ea771c8894ec8592e9a8b8576c47 93922 debian-installer standard usb-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 f8e45d16ad02720bb27beebfa202b519 32982 debian-installer standard pcmcia-storage-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 465e0f16e7fc25654379ff06c1d7f42c 16174 debian-installer standard fb-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 c39c99135a77754fc1f0c28589164f58 80756 debian-installer standard input-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 3aed1445f6e1e9ddc29bb70a9d5ae879 43204 debian-installer extra mouse-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 ddc7e3786e8d2e1305b3aa2290c7c200 217898 debian-installer standard irda-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 3f7771520586f7bb1625fbd5f0ac6238 30370 debian-installer standard parport-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 249724a002ee1326fb9f05d696d5ecc7 86344 debian-installer standard nic-pcmcia-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 5e4847dae4dd021f474fc5595555e670 50710 debian-installer standard pcmcia-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 a34cd03776d7aa1f62cd0f3eae10ba15 235650 debian-installer standard nic-usb-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 bbf07f148a32d8016d92f272907bb8c2 59676 debian-installer standard sata-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 9b7fb166dee512345d2e8b2f8d29adee 292666 debian-installer extra crypto-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 c38292a44a8403f9327d00743b0a6ccc 16592 debian-installer extra squashfs-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 ffda8283676ed26814c865641716be65 54696 debian-installer extra speakup-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 1ec2dc8ef6a6f3a5575eaedf1227cad8 37334 debian-installer standard virtio-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 f757d960b2f295ab71ba849a3b8e637b 505520 debian-installer standard fs-core-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 054d5586a5bae7d8ca4254cb7bd4ce36 401070 debian-installer standard fs-secondary-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 4445777d05f867b920851824b804414b 37308 debian-installer standard storage-core-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 609c4c2d484b0b2b3e1180b8529d0b8c 200208 debian-installer standard block-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 3d5b6d8ad5ad975c47a207613e37cb32 210362 debian-installer standard message-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 44b27848d9a063e760c81abcb6c1e48f 19518 debian-installer extra vlan-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 a1225ecaa146e105191ec0d76a076329 53734 debian-installer standard ipmi-modules-3.5.0-47-generic-di_3.5.0-47.71_amd64.udeb
 bebc8427a2fdb53a141ddeb67c192b7f 902876 devel optional linux-libc-dev_3.5.0-47.71_amd64.deb
Package-Type: udeb


More information about the Quantal-changes mailing list