Change log for linux package in Debian

130 of 555 results
Deleted in experimental-release (Reason: None provided.)
linux (3.8.5-1~experimental.1) experimental; urgency=high


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.4
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.5

  [ Ben Hutchings ]
  * signal: Fix use of missing sa_restorer field (build regression
    introduced by fix for CVE-2013-0914)
  * udeb: Add hid-generic, hid-holtek-kbd, hid-lenovo-tpkbd,
    hid-roccat-isku, hid-roccat-lua, hid-roccat-savu to input-modules
  * cdc_ncm,cdc_mbim: Use NCM by default
  * [rt] Update to 3.8.4-rt2 and reenable
  * [rt] wireless: orinoco_usb is BROKEN

 -- Ben Hutchings <email address hidden>  Sun, 31 Mar 2013 07:35:31 +0100
Superseded in jessie-release
Superseded in wheezy-release
Superseded in sid-release
linux (3.2.41-2) unstable; urgency=low


  * [ia64] udeb: Remove efi-modules package; make kernel-image provide
    efi-modules (fixes FTBFS)
  * linux-headers: Fix file installation on architectures without
    Kbuild.platforms (Closes: #703800)
  * [x86] drm/i915: bounds check execbuffer relocation count (CVE-2013-0913)
  * [x86] drm: Enable DRM_GMA500 as module, replacing DRM_PSB (Closes: #703506)
    - Enable DRM_GMA600, DRM_GMA3600, DRM_MEDFIELD
  * [x86] KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME
    (CVE-2013-1796)
  * [x86] KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache
    functions (CVE-2013-1797)
  * KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)

 -- Ben Hutchings <email address hidden>  Mon, 25 Mar 2013 15:17:44 +0000
Superseded in sid-release
linux (3.2.41-1) unstable; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.40
    - ext4: return ENOMEM if sb_getblk() fails
    - ext4: fix possible use-after-free with AIO
    - s390/kvm: Fix store status for ACRS/FPRS
    - staging: comedi: disallow COMEDI_DEVCONFIG on non-board minors
    - ext4: fix race in ext4_mb_add_n_trim()
    - UBIFS: fix double free of ubifs_orphan objects
    - hrtimer: Prevent hrtimer_enqueue_reprogram race
    - nfsd: Fix memleak
    - x86: Do not leak kernel page mapping locations
    - USB: usb-storage: unusual_devs update for Super TOP SATA bridge
    - posix-cpu-timers: Fix nanosleep task_struct leak
    - NFSv4.1: Don't decode skipped layoutgets
    - cgroup: fix exit() vs rmdir() race
    - cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
    - ext4: fix xattr block allocation/release with bigalloc
    - mm: fix pageblock bitmap allocation
    - target: Add missing mapped_lun bounds checking during make_mappedlun
      setup
    - b43: Increase number of RX DMA slots
    - posix-timer: Don't call idr_find() with out-of-range ID
    - fs: Fix possible use-after-free with AIO
    - powerpc/kexec: Disable hard IRQ before kexec
    - mmu_notifier_unregister NULL Pointer deref and multiple ->release()
      callouts
    - tmpfs: fix use-after-free of mempolicy object (CVE-2013-1767)
    - ocfs2: fix possible use-after-free with AIO
    - ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctly
    - ocfs2: ac->ac_allow_chain_relink=0 won't disable group relink
    - idr: fix a subtle bug in idr_get_next()
    - idr: make idr_get_next() good for rcu_read_lock()
    - idr: fix top layer handling
    - sysctl: fix null checking in bin_dn_node_address()
    - nbd: fsync and kill block device on shutdown
    - s390/timer: avoid overflow when programming clock comparator
      (regression in 3.2.38)
    - xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}()
      (CVE-2013-0231)
    - xen-netback: correctly return errors from netbk_count_requests()
    - xen-netback: cancel the credit timer when taking the vif down
    - ipv6: use a stronger hash for tcp
    - staging: comedi: ni_labpc: correct differential channel sequence for
      AI commands
    - staging: comedi: ni_labpc: set up command4 register *after* command3
    - vhost: fix length for cross region descriptor (CVE-2013-0311)
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.41
    - NFS: Don't allow NFS silly-renamed files to be deleted, no signal
    - ARM: VFP: fix emulation of second VFP instruction
    - md: fix two bugs when attempting to resize RAID0 array.
    - proc connector: reject unprivileged listener bumps
    - cifs: ensure that cifs_get_root() only traverses directories
    - dm: fix truncated status strings
    - hw_random: make buffer usable in scatterlist. (real fix for #701784)
    - efi_pstore: Check remaining space with QueryVariableInfo() before
      writing data
    - efi: be more paranoid about available space when creating variables
      (Closes: #703574)
    - vfs: fix pipe counter breakage
    - xen/pciback: Don't disable a PCI device that is already disabled.
    - ALSA: seq: Fix missing error handling in snd_seq_timer_open()
    - ext3: Fix format string issues (CVE-2013-1848)
    - keys: fix race with concurrent install_user_keyrings() (CVE-2013-1792)
    - USB: cdc-wdm: fix buffer overflow (CVE-2013-1860)
    - signal: always clear sa_restorer on execve (CVE-2013-0914)
    - crypto: user - fix info leaks in report API (CVE-2013-2546,
      CVE-2013-2547, CVE-2013-2548)
    - Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and
      security keys
    - batman-adv: bat_socket_read missing checks
    - batman-adv: Only write requested number of byte to user buffer
    - mm/hotplug: correctly add new zone to all other nodes' zone lists
      (CVE-2012-5517)
    - btrfs: use rcu_barrier() to wait for bdev puts at unmount

  [ Aurelien Jarno]
  * [mips,mipsel] Disable VGA_CONSOLE and ignore the corresponding ABI
    change. It is completely broken on MIPS.
  * headers: Include Kbuild.platforms and Platform files in -common to
    fix out-of-tree building on mips and mipsel.
  * [{mips,mipsel}/{4,5}kc-malta] Enable HW_RANDOM as module so that both
    flavours have a consistent configuration.

  [ Ben Hutchings ]
  * [x86] ata_piix: reenable MS Virtual PC guests (fixes regression in
    3.2.19-1)
  * test-patches: Clean up all previous test patches, whether or not they
    were applied
  * test-patches: Add --fuzz option to allow testing patches that have fuzz
  * [x86] efi: Fix processor-specific memcpy() build error (Closes: #698581)
  * udeb: Add hid-topseed to input-modules (Closes: #702611)
  * [x86] drm/i915: Unconditionally initialise the interrupt workers,
    thanks to Bjørn Mork (Closes: #692607)
  * efi: Ensure efivars is loaded on EFI systems (Closes: #703363)
    - [x86] Use a platform device to trigger loading of efivars
    - [ia64] Change EFI_VARS from module to built-in
  * efivars: Work around serious firmware bugs
    - Allow disabling use as a pstore backend
    - Add module parameter to disable use as a pstore backend
      * [x86] Set EFI_VARS_PSTORE_DEFAULT_DISABLE=y
    - explicitly calculate length of VariableName
    - Handle duplicate names from get_next_variable()
  * efi_pstore: Introducing workqueue updating sysfs
  * efivars: pstore: Do not check size when erasing variable
  * efivars: Remove check for 50% full on write
  * kmsg_dump: Only dump kernel log in error cases (Closes: #703386)
    - kexec: remove KMSG_DUMP_KEXEC
    - kmsg_dump: don't run on non-error paths by default
  * [x86] i915: initialize CADL in opregion (Closes: #703271)
  * drm, agp: Update to 3.4.37:
    - drm/radeon/dce6: fix display powergating
    - drm: don't add inferred modes for monitors that don't support them
    - drm/i915: Increase the RC6p threshold.
  * signal: Fix use of missing sa_restorer field (build regression
    introduced by fix for CVE-2013-0914)
  * rds: limit the size allocated by rds_message_alloc()
  * rtnl: fix info leak on RTM_GETLINK request for VF devices
  * dcbnl: fix various netlink info leaks
  * [s390] mm: fix flush_tlb_kernel_range()
  * [powerpc] Fix cputable entry for 970MP rev 1.0
  * vhost/net: fix heads usage of ubuf_info
  * udf: avoid info leak on export (CVE-2012-6548)
  * isofs: avoid info leak on export (CVE-2012-6549)
  * [x86,powerpc/powerpc64] random: Change HW_RANDOM back from built-in to
    module, as we now have a real fix for #701784
  * [rt] Update to 3.2.40-rt60

 -- Ben Hutchings <email address hidden>  Sat, 23 Mar 2013 03:54:34 +0000
Superseded in experimental-release
linux (3.8.3-1~experimental.1) experimental; urgency=high


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.3

  [ Ben Hutchings ]
  * aufs: Update to aufs3.8-20130311
  * USB: cdc-wdm: fix buffer overflow (CVE-2013-1860)
  * signal: always clear sa_restorer on execve (CVE-2013-0914)
  * ext3: Fix format string issues (CVE-2013-1848)
  * net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS (CVE-2013-1828)
  * bridge: fix mdb info leaks
  * rtnl: fix info leak on RTM_GETLINK request for VF devices
  * dcbnl: fix various netlink info leaks
  * ALSA: seq: Fix missing error handling in snd_seq_timer_open()

  [ Ian Campbell ]
  * arm: correct path to DTB files. Patch from Nobuhiro Iwamatsu.
    (Closes: #703082)

 -- Ben Hutchings <email address hidden>  Tue, 19 Mar 2013 04:52:46 +0000
Deleted in experimental-release (Reason: None provided.)
linux (3.8.2-1~experimental.1) experimental; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.1
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.2

  [ Ben Hutchings ]
  * linux-image: Increase minimum version of initramfs-tools to 0.110~
    which copes with the recently renamed EHCI and NFS modules
  * genorig: Accept xz-compressed upstream tarballs and patches,
    thanks to Sedat Dilek
  * net: Enable USB_NET_CDC_MBIM as module (Closes: #701869)
  * mfd,mmc,memstick: Enable MFD_RTSX_PCI, MMC_REALTEK_PCI and
    MEMSTICK_REALTEK_PCI as modules, replacing RTS_PSTOR (Closes: #702108)
  * [mips,mipsel] Add dependencies for HAVE_ARCH_TRANSPARENT_HUGEPAGE
    (fixes FTBFS)

  [ Aurelien Jarno ]
  * [mips/octeon] Change HW_RANDOM and HW_RANDOM_OCTEON to modules.

 -- Ben Hutchings <email address hidden>  Thu, 07 Mar 2013 04:00:04 +0000
Superseded in jessie-release
Superseded in sid-release
Deleted in experimental-release (Reason: None provided.)
Superseded in wheezy-release
Superseded in sid-release
linux (3.2.39-2) unstable; urgency=high


  * [s390,s390x] virtio: Ignore ABI changes in 3.2.39 (fixes FTBFS)
  * [sparc] drm: Ignore ABI changes in 3.2.39 (fixes FTBFS)
  * [sparc] drm: Change from built-in to module
  * [rt] Update to 3.2.39-rt59:
    - acpi/rt: Convert acpi_gbl_hardware lock back to a raw_spinlock_t
    - printk: Fix rq->lock vs logbuf_lock unlock lock inversion
    - wait-simple: Simple waitqueue implementation
    - rcutiny: Use simple waitqueue
  * [x86] efi: Fix ABI change for introduction of efi_enabled() function
    in 3.2.38 (Closes: #701690)
  * [armel/versatile] i2c: Re-enable I2C_PCA_PLATFORM as module, erroneously
    disabled in 3.2.39-1 (fixes FTBFS)
  * [x86,powerpc/powerpc64] random: Change HW_RANDOM from module to built-in,
    to work around virtio-rng bug (Closes: #701784)

 -- Ben Hutchings <email address hidden>  Wed, 27 Feb 2013 03:48:30 +0000
Superseded in experimental-release
linux (3.8-1~experimental.1) experimental; urgency=low


  * New upstream release: http://kernelnewbies.org/Linux_3.8
    - pidns: Support unsharing the pid namespace. (Closes: #595920)
    - fsnotify: Rework locking and reference counting (Closes: #602966)

  [ Ben Hutchings ]
  * aufs: Update to aufs3.x-rcN-20130204
  * sock_diag: Fix out-of-bounds access to sock_diag_handlers[]

 -- Ben Hutchings <email address hidden>  Mon, 25 Feb 2013 05:29:53 +0000
Superseded in sid-release
linux (3.2.39-1) unstable; urgency=high


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.36
    - freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE
      (Closes: #697077)
    - tmpfs: fix shared mempolicy leak
    - virtio: 9p: correctly pass physical address to userspace for high pages
    - virtio: force vring descriptors to be allocated from lowmem
    - USB: EHCI: bugfix: urb->hcpriv should not be NULL
    - rcu: Fix batch-limit size problem
    - Bluetooth: ath3k: Add support for VAIO VPCEH [0489:e027]
      (Closes: #700550)
    - mvsas: fix undefined bit shift
    - ALSA: usb-audio: Avoid autopm calls after disconnection; Fix missing
      autopm for MIDI input (Closes: #664068)
    - target/file: Fix 32-bit highmem breakage for SGL -> iovec mapping
    - SCSI: fix Null pointer dereference on disk error
    - proc: pid/status: show all supplementary groups
    - nfsd4: fix oops on unusual readlike compound
    - ARM: missing ->mmap_sem around find_vma() in swp_emulate.c
    - sctp: fix memory leak in sctp_datamsg_from_user() when copy from user
      space fails
    - ne2000: add the right platform device
    - irda: sir_dev: Fix copy/paste typo
    - ipv4: ip_check_defrag must not modify skb before unsharing
    - telephony: ijx: buffer overflow in ixj_write_cid()
    - udf: fix memory leak while allocating blocks during write
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.37
    - ext4: fix extent tree corruption caused by hole punch
    - jbd2: fix assertion failure in jbd2_journal_flush()
    - tmpfs mempolicy: fix /proc/mounts corrupting memory
    - sparc: huge_ptep_set_* functions need to call set_huge_pte_at()
    - inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and
      dccp_v4/6_request_recv_sock
    - net: sched: integer overflow fix
    - tcp: implement RFC 5961 3.2
    - tcp: implement RFC 5961 4.2
    - tcp: refine SYN handling in tcp_validate_incoming
    - tcp: tcp_replace_ts_recent() should not be called from
      tcp_validate_incoming()
    - tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation
    - RDMA/nes: Fix for crash when registering zero length MR for CQ
    - ACPI : do not use Lid and Sleep button for S5 wakeup
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.38
    - staging: comedi: comedi_test: fix race when cancelling command
    - mm: use aligned zone start for pfn_to_bitidx calculation
    - [s390] s390/time: fix sched_clock() overflow (Closes: #698382) 
    - [i386] xen: Fix stack corruption in xen_failsafe_callback for 32bit
      PVOPS guests. (CVE-2013-0190)
    - KVM: PPC: Emulate dcbf
    - evm: checking if removexattr is not a NULL
    - ath9k_htc: Fix memory leak
    - ath9k: do not link receive buffers during flush
    - ath9k: fix double-free bug on beacon generate failure
    - x86/msr: Add capabilities check
    - can: c_can: fix invalid error codes
    - can: ti_hecc: fix invalid error codes
    - can: pch_can: fix invalid error codes
    - smp: Fix SMP function call empty cpu mask race
    - xfs: Fix possible use-after-free with AIO
    - EDAC: Test correct variable in ->store function
    - samsung-laptop: Disable on EFI hardware, to avoid damaging it
    - NFS: Don't silently fail setattr() requests on mountpoints
    - intel-iommu: Prevent devices with RMRRs from being placed into SI Domain
    - ALSA: usb-audio: Fix regression by disconnection-race-fix patch
      (Closes: #696321)
    - printk: fix buffer overflow when calling log_prefix function from
      call_console_drivers
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.39
    - USB: XHCI: fix memory leak of URB-private data
    - sched/rt: Use root_domain of rt_rq not current processor
    - mwifiex: fix incomplete scan in case of IE parsing error
    - x86-64: Replace left over sti/cli in ia32 audit exit code
    - Bluetooth: Fix handling of unexpected SMP PDUs
    - ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logic
    - Fix race condition with PTRACE_SETREGS and fatal signal (CVE-2013-0871)
      + ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
      + ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
      + wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED
        task
    - net: prevent setting ttl=0 via IP_TTL
    - ipv6: fix header length calculation in ip6_append_data()
    - netxen: fix off by one bug in netxen_release_tx_buffer()
    - r8169: remove the obsolete and incorrect AMD workaround
    - net: loopback: fix a dst refcounting issue
    - packet: fix leakage of tx_ring memory
    - net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
    - net: sctp: sctp_endpoint_free: zero out secret key data
    - xen/netback: shutdown the ring if it contains garbage. (CVE-2013-0216)
    - xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.
    - xen/netback: free already allocated memory on failure in
      xen_netbk_get_requests
    - netback: correct netbk_tx_err to handle wrap around. (CVE-2013-0217)
    - tcp: frto should not set snd_cwnd to 0
    - tcp: fix for zero packets_in_flight was too broad
    - tcp: fix MSG_SENDPAGE_NOTLAST logic
    - bridge: Pull ip header into skb->data before looking into ip header.
      (Closes: #697903)
    - x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.
      (CVE-2013-0228)

  [ Aurelien Jarno ]
  * [armhf/vexpress] Add kernel udebs.

  [ Julien Cristau ]
  * Backport drm and agp subsystems from Linux 3.4.29 (closes: #687442)
    - [x86] i915: Fixes freezes on Ivy Bridge (Closes: #689268)
    - nouveau: Support for newer nvidia chipsets (Closes: #690284)
    - radeon: Support for HD7000 'Southern Islands' chips
    - [x86] drm/i915: add Ivy Bridge GT2 Server entries (Closes: #684767)
    - [x86] drm/i915: Close race between processing unpin task and queueing
      the flip

  [ Ben Hutchings ]
  * Input: wacom - fix touch support for Bamboo Fun CTH-461
  * media/rc: Add iguanair driver from Linux 3.7 (Closes: #696925)
  * rt2800: add chipset revision RT5390R support (Closes: #696592)
  * [armhf/mx5] mtd: Enable MTD_BLOCK as module
  * [armhf/mx5] udeb: Add missing storage drivers (Closes: #697128)
    - Add ata-modules including libata, pata-modules including pata_imx,
      sata-modules including ahci_platform
    - Add sdhci-esdhc-imx to mmc-modules
    - Add mtd-modules including mtd, mtdblock and m25p80
  * [armhf] udeb: Fix network driver selection
    - [armhf/mx5] Remove nic-modules
    - [armhf/vexpress] Add usb-modules
    - Add standard set of USB drivers to nic-usb-modules
    - Add nic-wireless-modules
  * be2net: Apply backported fixes requested by Emulex (Closes: #697479)
    - be2net: do not modify PCI MaxReadReq size
    - be2net: fix reporting number of actual rx queues
    - be2net: do not use SCRATCHPAD register
    - be2net: reduce gso_max_size setting to account for ethernet header.
    - be2net: Increase statistics structure size for skyhawk.
    - be2net: Explicitly clear the reserved field in the Tx Descriptor
    - be2net: Regression bug wherein VFs creation broken for multiple cards.
    - be2net: Fix to trim skb for padded vlan packets to workaround an ASIC Bug
    - be2net: Fix Endian
    - be2net: Enable RSS UDP hashing for Lancer and Skyhawk
    - be2net: dont pull too much data in skb linear part
    - be2net: Fix to parse RSS hash from Receive completions correctly.
    - be2net: Avoid disabling BH in be_poll()
  * udeb: Add specialised USB keyboard/mouse drivers to input-modules:
    hid-a4tech, hid-cypress, hid-ezkey (Closes: #697035), hid-kensington,
    hid-keytouch, hid-kye, hid-multitouch, hid-ortek, hid-primax,
    hid-quanta, hid-samsung, hid-speedlink
  * radeon: Firmware is required for DRM and KMS on R600 onward, but not
    for KMS on earlier chips (Closes: #697229)
  * [!powerpc] radeon: Reenable DRM_RADEON_KMS, as it apparently works on
    most non-PowerMac systems
  * fs: cachefiles: add support for large files in filesystem caching
    (Closes: #698376)
  * [rt] Update to 3.2.38-rt57:
    - sched: Adjust sched_reset_on_fork when nothing else changes
    - sched: Queue RT tasks to head when prio drops
    - sched: Consider pi boosting in setscheduler
    - sched: Init idle->on_rq in init_idle()
    - sched: Check for idle task in might_sleep()
    - mm: swap: Initialize local locks early
  * [armel/versatile,armhf/vexpress] i2c: Enable I2C, I2C_VERSATILE as modules
    (Closes: #696182)
  * ext4: Fix corruption by hole punch in large files (Closes: #685726)
    - rewrite punch hole to use ext4_ext_remove_space()
    - fix hole punch failure when depth is greater than 0
    - fix kernel BUG on large-scale rm -rf commands
  * md: protect against crash upon fsync on ro array (Closes: #696650)
  * net: Add alx driver for Atheros AR8161 and AR8162 (Closes: #699129)
    - Mark as staging, since it has not been accepted upstream
  * [armel/kirkwood] rtc-s35390a: add wakealarm support (Closes: #693997)
  * [x86] i915: Invert backlight brightness control for various models
    including Packard Bell NCL20 (Closes: #627372) and eMachines G725
    (Closes: #680737)
    - Also allow this behaviour to be enabled via module parameter
      invert_brightness=1
  * [amd64] edac: Enable EDAC_SBRIDGE as module (Closes: #699283)
  * SCSI: Add virtio_scsi driver (Closes: #686636)
  * [x86] sound: Enable LINE6_USB as module (Closes: #700211)
    - Apply upstream changes up to Linux 3.8-rc1
  * [armhf/mx5] Update description to mention i.MX53
  * mm: Try harder to allocate vmemmap blocks (Closes: #699913)
  * aufs: Update to aufs3.2-20130204:
    - support for syncfs(2)
    - possible bugfix, race in lookup
    - bugfix, half refreshed iinfo
    - possible bugfix, au_lkup_by_ino() returns ESTALE
  * [x86] efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot
    parameter
  * [x86] efi: Make "noefi" really disable EFI runtime serivces
  * drm, agp: Update to 3.4.32
    - drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN
    - drm/radeon: prevent crash in the ring space allocation
  * linux-image-dbg: Add symlinks to vmlinux from the locations expected by
    kdump-tools (Closes: #700418), systemtap and others
  * mm: fix pageblock bitmap allocation (fixes regression in 3.2.38)
  * USB: usb-storage: unusual_devs update for Super TOP SATA bridge

  [ Cyril Brulebois ]
  * Bump python build-dep, needed since the switch from local SortedDict
    to collections.OrderedDict (new in version 2.7). (Closes: #697740)

 -- Ben Hutchings <email address hidden>  Mon, 25 Feb 2013 00:36:51 +0000
Superseded in experimental-release
linux (3.7.8-1~experimental.1) experimental; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.4
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.5
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.6
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.7
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.8

  [ Ben Hutchings ]
  * Add powerpcspe architecture, thanks to Roland Stigge (Closes: #693042)
  * aufs: Hide CONFIG_AUFS_PROC_MAP, which requires a patch we don't apply
    (Closes: #693332)

 -- Ben Hutchings <email address hidden>  Fri, 15 Feb 2013 00:42:03 +0000
Superseded in experimental-release
linux (3.7.3-1~experimental.1) experimental; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.2
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.3

  [ Ben Hutchings ]
  * [ia64] nouveau: Disable another bit of ACPI support (fixes FTBFS)
  * [armhf/omap] Make OMAP_DMA built-in (fixes FTBFS)
  * ath6kl: Do not use virt_addr_valid() (fixes FTBFS on mips,mipsel)
  * [armel/iop32x,armel/ixp4xx,armel/orion5x] Make IPV6 a module again due
    to kernel size limit (fixes FTBFS)
  * ALSA: usb-audio: Avoid autopm calls after disconnection; Fix missing
    autopm for MIDI input (Closes: #664068)
  * [!x86] Disable ZRAM, ZSMALLOC as modules (Reopens: #676779), as they
    really aren't portable yet.
  * udeb: Remove ipv6-modules on all architectures/flavours where it's
    now built-in (fixes FTBFS)

  [ Ian Campbell ]
  * [x86/xen] Update microcode driver to use new API.

 -- Ben Hutchings <email address hidden>  Fri, 18 Jan 2013 01:36:15 +0000
Superseded in experimental-release
linux (3.7.1-1~experimental.2) experimental; urgency=low


  [ Ben Hutchings ]
  * linux-headers-common: Include the include/uapi/asm-generic directory
    (Closes: #696664)
  * linux-headers-common: Do not use link-vmlinux.sh when cleaning external
    modules (Closes: #696775)
  * Enable ZRAM, ZSMALLOC as modules on all architectures (Closes: #676779)

 -- Ben Hutchings <email address hidden>  Sat, 05 Jan 2013 17:48:05 +0000
Superseded in experimental-release
linux (3.7.1-1~experimental.1) experimental; urgency=low


  * New upstream release: http://kernelnewbies.org/Linux_3.7
  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.1

  [ maximilian attems ]
  * Enable WIZNET_W5100, WIZNET_W5300, AMD_PHY, BCM87XX_PHY.

  [ Ben Hutchings ]
  * aufs: Update to aufs3.x-rcN-20121210
  * [rt] Disable until it is updated for Linux 3.7 or later
  * Make gcc-4.7 the default compiler
  * [mips,mipsel,sparc] media/parpot: Disable VIDEO_PMS in all
    configurations where the other parport video drivers are disabled
  * [x86] fs: Re-enable PSTORE_RAM (formerly known as RAMOOPS) as module
  * net/wireless: Enable WL_TI; re-enable WL1251 and WL12XX as modules
  * staging: Enable RTLLIB; re-enable RTL8192E as module
  * media: Enable IR_TTUSBIR as module, replacing LIRC_TTUSBIR
  * media: Enable VIDEO_STK1160 as module, replacing EASYCAP
  * [armhf/mx5] Update configuration:
    - Enable MACH_IMX51_DT, replacing MACH_MX51_EFIKAMX (but not fully
      working in this kernel version)
    - Enable SOC_IMX53, replacing MACH_MX53_{EVK,SMD,LOCO,ARD}
    - Re-enable MFD_MC13XXX_SPI (formerly included in MFD_MC13XXX)
    - Enable PWM and re-enable PWM_IMX (formerly known as MXC_PWM)
  * [i386] comedi: Re-enable COMEDI_ISA_DRIVERS
  * [i386,alpha] media/radio: Enable V4L_RADIO_ISA_DRIVERS and re-enable
    the ISA drivers
  * PCI: Enable PCI_REALLOC_ENABLE_AUTO
  * [x86] PCI: Enable PCI_PRI, PCI_PASID, PCI_IOAPIC
  * [amd64] ACPI: Enable ACPI_BGRT
  * net: Enable INET_UDP_DIAG, NET_IPVTI, PACKET_DIAG, UNIX_DIAG as modules
  * netfilter: Enable NF_NAT_IPV6, IP6_NF_TARGET_MASQUERADE, IP6_NF_TARGET_NPT,
    NF_CT_NETLINK_HELPER as modules
  * net/sched: Enable NET_EMATCH_CANID, NET_EMATCH_IPSET as modules
  * can: Enable CAN_PEAK_PCIEC, CAN_PEAK_PCMCIA, CAN_PEAK_USB as modules
  * [i386] can: Enable CAN_CC770, CAN_CC770_ISA as module
  * block: Enable BLK_DEV_NVME, BLK_DEV_PCIESSD_MTIP32XX as modules
  * qla2xxx: Enable TCM_QLA2XXX as module
  * team: Enable NET_TEAM_MODE_BROADCAST as module
  * net: Enable VXLAN as module
  * phy: Enable AT803X_PHY as module
  * rt2800pci: Enable RT2800PCI_RT3290
  * wireless/ti: Enable WL18XX as module
  * ptp: Enable clock drivers along with associated net/PHY drivers
  * [!x86] drm: Disable DRM_VMWGFX
  * drm: Enable DRM_UDL as module
    - Disable autoloading as it is incompatible with older versions of
      xserver-xorg-video-displaylink
  * [x86] drm: Enable DRM_AST, DRM_MGAG200 as modules
    - Disable autoloading as they are incompatible with older versions of
      xserver-xorg-video-ast and xserver-xorg-video-mga

 -- Ben Hutchings <email address hidden>  Mon, 24 Dec 2012 02:50:21 +0000
Superseded in sid-release
Deleted in experimental-release (Reason: None provided.)
Superseded in wheezy-release
Superseded in sid-release
linux (3.2.35-2) unstable; urgency=low


  * [ia64] Make IPV6 built-in (fixes FTBFS)
  * [rt] Update to 3.2.35-rt52
  * audit: Increase maximum number of names logged per syscall to 30
    (Closes: #631799)
  * asix: Add support for Lenovo 10/100 USB dongle (Closes: #696248)
  * udeb: Add ums-eneub6250, ums-realtek (Closes: #694348) to
    usb-storage-modules

 -- Ben Hutchings <email address hidden>  Wed, 19 Dec 2012 03:41:35 +0000
Superseded in sid-release
linux (3.2.35-1) unstable; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.33
    - samsung-laptop: don't handle backlight if handled by acpi/video
      (Closes: #693190)
    - e1000: fix vlan processing regression (Closes: #690956)
    - [x86] drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13
      (Closes: #691122)
    - au0828: fix case where STREAMOFF being called on stopped stream
      causes BUG()
    - net: Fix skb_under_panic oops in neigh_resolve_output
    - vlan: don't deliver frames for unknown vlans to protocols
    - RDS: fix rds-ping spinlock recursion
    - tcp: resets are misrouted
    - nfsd4: fix nfs4 stateid leak
    - [arm] vfp: fix saving d16-d31 vfp registers on v6+ kernels
    - scsi_debug: Fix off-by-one bug when unmapping region
    - storvsc: Account for in-transit packets in the RESET path
    - tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking
    - ext4: race-condition protection for ext4_convert_unwritten_extents_endio
      (CVE-2012-4508)
    - md/raid10: use correct limit variable
    - net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()
    - USB: cdc-acm: fix pipe type of write endpoint
    - [x86] xen: don't corrupt %eip when returning from a signal handler
    - sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()
    - fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check
    - netfilter: nf_conntrack: fix racy timer handling with reliable events
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.34
    - x86: Remove the ancient and deprecated disable_hlt() and enable_hlt()
      facility (Closes: #667501)
    - ALSA: PCM: Fix some races at disconnection
    - ALSA: usb-audio: Fix races at disconnection
    - crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent
      data corruption
    - mac80211: Only process mesh config header on frames that RA_MATCH
    - mac80211: fix SSID copy on IBSS JOIN
    - mac80211: check management frame header length
    - mac80211: verify that skb data is present
    - mac80211: make sure data is accessible in EAPOL check
    - ath9k: Test for TID only in BlockAcks while checking tx status
    - nfs: Show original device name verbatim in /proc/*/mount{s,info}
      (Closes: #669314)
    - target: Avoid integer overflow in se_dev_align_max_sectors()
    - hwmon: (w83627ehf) Force initial bank selection
    - xfs: fix reading of wrapped log data
    - fanotify: fix missing break
    - drm/vmwgfx: Fix a case where the code would BUG when trying to pin
      GMR memory
    - sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()
    - netlink: use kfree_rcu() in netlink_release()
    - tcp: fix FIONREAD/SIOCINQ
    - net: fix divide by zero in tcp algorithm illinois (CVE-2012-4565)
    - af-packet: fix oops when socket is not present
    - r8169: Fix WoL on RTL8168d/8111d. (Closes: #674154)
    - sky2: Fix for interrupt handler (Closes: #681280)
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.35
    - UBIFS: fix mounting problems after power cuts
    - [s390] gup: add missing TASK_SIZE check to get_user_pages_fast()
    - [x86] Exclude E820_RESERVED regions and memory holes above 4 GB from
      direct mapping.
    - netfilter: Mark SYN/ACK packets as invalid from original direction
    - netfilter: Validate the sequence number of dataless ACK packets as well
    - ipv4: avoid undefined behavior in do_ip_setsockopt()
    - Input: i8042 - also perform controller reset when suspending
      (Closes: #693934)
    - brcm80211: smac: only print block-ack timeout message at trace level
      (Closes: #674430)
    - GFS2: Test bufdata with buffer locked and gfs2_log_lock held
    - [x86] mce, therm_throt: Don't report power limit and package level
      thermal throttle events in mcelog (Closes: #695209)
    - [hppa] fix virtual aliasing issue in get_shared_area()
    - xfs: drop buffer io reference when a bad bio is built
    - reiserfs: Protect reiserfs_quota_{on,write}() with write lock
    - md: Reassigned the parameters if read_seqretry returned true in func
      md_is_badblock.
    - md: Avoid write invalid address if read_seqretry returned true.
    - [i386] Fix invalid stack address while in softirq
    - selinux: fix sel_netnode_insert() suspicious rcu dereference
    - [hppa] fix user-triggerable panic on parisc
    - block: Don't access request after it might be freed
    - futex: avoid wake_futex() for a PI futex_q

  [ Ben Hutchings ]
  * [x86] udeb: Re-add isci to scsi-extra-modules (Closes: #690886;
    regression of #652897 in version 3.2~rc7-1~experimental.1 due to
    mis-merge)
  * udeb: Add missing net drivers:
    - Add 8021q (Closes: #689159), cxgb4, cxgb4vf, igbvf, ixgbevf, micrel,
      mlx4_en, pch_gbe, qlge, smsc9420, tehuti, vxge to nic-extra-modules
    - Add int51x1, smsc75xx, smsc95xx to nic-usb-modules
    - Add adm8211, at76c50x-usb, b43legacy, iwl4965, libertas_tf_usb,
      mwifiex_pcie, mwl8k, orinoco_usb, prism2_usb, r8187se, r8192e_pci,
      r8712u, rtl8192ce (Closes: #686605), rtl8192cu, rtl8192de, rtl8192se
      vt6656_stage to nic-wireless-modules
    - Move broadcom to nic-modules, as it may be needed by tg3
  * udeb: Add bnx2fc, fnic, pmcraid to scsi-extra-modules
  * udeb: Move rtl8180 to nic-wireless-modules
  * [x86] asus-laptop: Do not call HWRS on init (Closes: #692436)
  * [x86] drm/i915: Only kick out vesafb if we takeover the fbcon with KMS
    (Closes: #686284)
  * [!x86] radeon: Disable DRM_RADEON_KMS, as this is still not expected to
    work (Closes: #628972)
  * radeon: Disable KMS earlier if firmware is not installed (Closes: #607194)
  * [amd64] linux-image: Include VIA Nano in package description
  * linux-image-dbg: Change package description to use the phrase
    'debugging symbols' and correct grammar
  * usb: Disable UAS; it is known to be broken, and the supported devices
    can also work with usb-storage
  * ipv6: Treat ND option 31 as userland (DNSSL support) (Closes: #694522)
  * rt2x00: Add device IDs 5362, 5392, 539b (Closes: #694312)
  * udeb: Add pata_piccolo to pata-modules (Closes: #695437)
  * firmware_class: Log every success and failure against given device
  * firmware: Remove redundant log messages from drivers
  * [x86] ACPI / video: ignore BIOS initial backlight value for
    HP Folio 13-2000 (Closes: #692361)
  * [x86] KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set
    (CVE-2012-4461)
  * kmod: make __request_module() killable (CVE-2012-4398)
  * exec: do not leave bprm->interp on stack (CVE-2012-4530)
  * exec: use -ELOOP for max recursion depth
  * [rt] Update to 3.2.34-rt51:
    - hrtimer: Raise softirq if hrtimer irq stalled
    - rcu: Disable RCU_FAST_NO_HZ on RT
    - net: netfilter: Serialize xt_write_recseq sections on RT
  * megaraid_sas: fix memory leak if SGL has zero length entries
    (Closes: #688198)

  [ Ian Campbell ]
  * [xen] add support for microcode updating. (Closes: #693053)

 -- Ben Hutchings <email address hidden>  Mon, 10 Dec 2012 00:14:55 +0000
Deleted in experimental-release (Reason: None provided.)
linux (3.6.9-1~experimental.1) experimental; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.9

  [ maximilian attems ]
  * Enable NETFILTER_XT_TARGET_HMARK, NET_EMATCH_IPSET, USB_NET_QMI_WWAN.
  * Enable more HID drivers.
  * [x86] Enable INTEL_MEI.
  * [ARM]: 7492/1: add strstr declaration for decompressors.

  [ Ben Hutchings ]
  * HID: Add Apple wireless keyboard 2011 ANSI to special driver list
    (Closes: #694546)

  [ Arnaud Patard ]
  * [ARM]: add patch from staging-next to fix lis3l02dq on omap
  * [ARM]: backport omap usb fixes to make it build again.
  * Change musb Kconfig so that our configuration of USB_MUSB_OMAP2PLUS
  is used and not set to 'm'.

 -- maximilian attems <email address hidden>  Wed, 05 Dec 2012 16:16:50 +0100
Superseded in experimental-release
linux (3.6.8-1~experimental.1) experimental; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.7
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.8

  [ Bastian Blank ]
  * Enable POWER_SUPPLY, BLK_DEV_THROTTLING and NETPRIO_CGROUP.
  * [amd64] Enable CRYPTO_CAMELLIA_X86_64, CRYPTO_SERPENT_AVX_X86_64 and
    CRYPTO_TWOFISH_AVX_X86_64.
  * [x86] Enable more platform drivers.
  * [s390/s390x-tape, s390x/s390x-tape] Remove not longer supported image
    variant.
  * [s390, s390x] Enable support for transparent hugepages.
  * Use XZ for kernel images if supported.

  [ maximilian attems ]
  * Enable DVB_USB_RTL28XXU. (closes: #692749)
  * Enable SBP_TARGET. (closes: #685341)

 -- maximilian attems <email address hidden>  Wed, 28 Nov 2012 18:35:41 +0100
Superseded in experimental-release
linux (3.6.6-1~experimental.1) experimental; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.5
    - [x86] mm: Find_early_table_space based on ranges that are actually
      being mapped (Closes: #692067)
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.6
    - ext4: fix unjournaled inode bitmap modification (Closes: #692411)

  [ Uwe Kleine-König ]
  * [rt] bump to 3.6.4-rt10

  [ Ben Hutchings ]
  * [x86] staging: Re-enable ZSMALLOC as module, previously selected by
    ZRAM but now a dependency (Closes: #692024)
  * fs: Re-enable link security restrictions that are disabled by default
    in 3.6.5
  * [rt] Update to 3.6.6-rt17
  * rc: Enable RC_DEVICES; re-enable LIRC; re-enable the drivers that
    depend on those; enable IR_SANYO_DECODER and IR_IGUANA as modules

  [ Bastian Blank ]
  * [sparc] Remove IP_PNP, IP_PNP_RARP, NET_IPGRE and ARPD overrides.
  * Enable IPv6 globally.

 -- Ben Hutchings <email address hidden>  Thu, 15 Nov 2012 04:49:50 +0000
Superseded in experimental-release
linux (3.6.4-1~experimental.1) experimental; urgency=low


  * New upstream release: http://kernelnewbies.org/Linux_3.6
  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.1
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.2
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.3
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.6.4

  [ Ben Hutchings ]
  * aufs: Update to aufs3.6-20121015
  * cirrus: Disable by default, as it is currently incompatible with
    xserver-xorg-video-cirrus. It can be forced to load with module
    parameter modeset=1.

  [ Uwe Kleine-König ]
  * reenable the rt featureset using 3.6.3-rt8

 -- Ben Hutchings <email address hidden>  Mon, 29 Oct 2012 04:22:02 +0000
Superseded in jessie-release
Superseded in sid-release
Deleted in experimental-release (Reason: None provided.)
Superseded in wheezy-release
Superseded in sid-release
Superseded in wheezy-release
Superseded in sid-release
linux (3.2.32-1) unstable; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.31
    - target: Fix ->data_length re-assignment bug with SCSI overflow
    - hpsa: fix handling of protocol error
    - cifs: fix return value in cifsConvertToUTF16
    - asix: Support DLink DUB-E100 H/W Ver C1 (Closes: #687567)
    - dj: memory scribble in logi_dj
    - dm: handle requests beyond end of device instead of using BUG_ON
    - md/raid10: fix "enough" function for detecting if array is failed.
    - libata: Prevent interface errors with Seagate FreeAgent GoFlex
    - vfs: dcache: fix deadlock in tree traversal
    - Revert "drm/radeon: rework pll selection (v3)" (regression in 3.2.30)
    - HID: hidraw: don't deallocate memory when it is in use
    - xfrm: Workaround incompatibility of ESN and async crypto
    - xfrm_user: fix various information leaks
    - xfrm_user: ensure user supplied esn replay window is valid
    - net: guard tcp_set_keepalive() to tcp sockets
    - ipv4: raw: fix icmp_filter()
    - ipv6: raw: fix icmpv6_filter()
    - ipv6: mip6: fix mip6_mh_filter()
    - netrom: copy_datagram_iovec can fail
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.32
    - mtd: nand: Use the mirror BBT descriptor when reading its version
    - TTY: ttyprintk, don't touch behind tty->write_buf
    - n_gsm: fix various serious bugs
    - hpsa: Use LUN reset instead of target reset
    - staging: comedi: don't dereference user memory for INSN_INTTRIG
    - ext4: fix potential deadlock in ext4_nonda_switch()
    - staging: comedi: fix memory leak for saved channel list
    - scsi_remove_target: fix softlockup regression on hot remove
      (Closes: #690990)
    - usb: host: xhci: Fix Null pointer dereferencing with 71c731a for
      non-x86 systems (regression in 3.2.30)
    - ext4: online defrag is not supported for journaled files
    - staging: comedi: s626: don't dereference insn->data
    - serial: pl011: handle corruption at high clock speeds
    - ext4: always set i_op in ext4_mknod()
    - ext4: fix fdatasync() for files with only i_size changes
    - [x86] drm/i915: use adjusted_mode instead of mode for checking the
      6bpc force flag (regression in 3.2.29)
    - staging: comedi: jr3_pci: fix iomem dereference
    - JFFS2: don't fail on bitflips in OOB
    - mtd: nandsim: bugfix: fail if overridesize is too big
    - pnfsblock: fix partial page buffer wirte
    - target/file: Re-enable optional fd_buffered_io=1 operation
    - iscsit: remove incorrect unlock in iscsit_build_sendtargets_resp
    - rapidio/rionet: fix multicast packet transmit logic
    - ALSA: aloop - add locking to timer access
    - [armhf/omap] counter: add locking to read_persistent_clock
    - mm: fix invalidate_complete_page2() lock ordering
    - mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP
    - mm: hugetlb: fix pgoff computation when unmapping page from vma
    - hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreach
    - [x86] firewire: cdev: fix user memory corruption (i386 userland on
      amd64 kernel)
    - udf: fix retun value on error path in udf_load_logicalvol
    - eCryptfs: Unlink lower inode when ecryptfs_create() fails
    - eCryptfs: Initialize empty lower files when opening them
    - eCryptfs: Revert to a writethrough cache model
    - eCryptfs: Write out all dirty pages just before releasing the lower file
    - eCryptfs: Call lower ->flush() from ecryptfs_flush()
    - mempolicy: remove mempolicy sharing
    - mempolicy: fix a race in shared_policy_replace()
    - mempolicy: fix refcount leak in mpol_set_shared_policy()
    - mempolicy: fix a memory corruption by refcount imbalance in
      alloc_pages_vma()
    - hpsa: dial down lockup detection during firmware flash
    - netfilter: nf_ct_ipv4: packets with wrong ihl are invalid
    - netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP
      expectation
    - netfilter: nf_ct_expect: fix possible access to uninitialized timer
    - ipvs: fix oops on NAT reply in br_nf context

  [ Ben Hutchings ]
  * codel: refine one condition to avoid a nul rec_inv_sqrt
  * [mips,mipsel] Ignore NFS/SunRPC ABI changes in 3.2.30 (fixes FTBFS)
  * tg3: Fix TSO CAP for 5704 devs w / ASF enabled
  * SUNRPC: Set alloc_slot for backchannel tcp ops (regression in 3.2.30)
  * iwlwifi: Do not request unreleased firmware for IWL6000 (Closes: #689416)
  * aufs: Update to aufs3.2-20120827:
    - Fix statfs() values when different block sizes are in use
  * udeb: Add hid-logitech-dj to input-modules (Closes: #661379)
  * connector: Make CONNECTOR built-in; enable PROC_EVENTS (Closes: #588200)
  * e1000e: Change wthresh to 1 to avoid possible Tx stalls
  * [x86] efi: Build EFI stub with EFI-appropriate options
  * [rt] Update to 3.2.32-rt48:
    - random: Make add_interrupt_randomness() work on rt
    - softirq: Init softirq local lock after per cpu section is set up
    - mm: slab: Fix potential deadlock
    - mm: page_alloc: Use local_lock_on() instead of plain spinlock
    - rt: rwsem/rwlock: lockdep annotations
    - sched: Better debug output for might sleep
    - stomp_machine: Use mutex_trylock when called from inactive cpu
  * [x86] storvsc: Account for in-transit packets in the RESET path
  * fs: handle failed audit_log_start properly
  * fs: prevent use after free in auditing when symlink following was denied
  * kernel/sys.c: fix stack memory content leak via UNAME26 (CVE-2012-0957)
  * ALSA: hda: Fix oops caused by "Fix internal mic for Lenovo Ideapad U300s"
    in 3.2.32

 -- Ben Hutchings <email address hidden>  Mon, 22 Oct 2012 06:25:37 +0100
Superseded in experimental-release
linux (3.5.5-1~experimental.1) experimental; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.3
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.4
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.5

  [ Ben Hutchings ]
  * mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driver
    (Closes: #686040)
  * drm: Enable various drivers (Closes: #685479):
    - [x86] Enable DRM_GMA500 (previously DRM_PSB) as module
    - Enable DRM_CIRRUS_QEMU as module
  * media/dvb: Enable DVB_USB_AF9035 as module (Closes: #687050)

  [ Bastian Blank ]
  * Remove superfluous dependency in debugging packages.

 -- Bastian Blank <email address hidden>  Thu, 04 Oct 2012 15:19:30 +0200
Superseded in sid-release
linux (3.2.30-1) unstable; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.30
    - ext3: Fix fdatasync() for files with only i_size changes
    - UBI: fix a horrible memory deallocation bug
    - fuse: fix retrieve length
    - mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption
    - udf: Fix data corruption for files in ICB
    - xen: Use correct masking in xen_swiotlb_alloc_coherent.
    - CIFS: Fix error handling in cifs_push_mandatory_locks
    - [x86] drm/i915: Wait for all pending operations to the fb before
      disabling the pipe
    - xhci: Fix bug after deq ptr set to link TRB
    - NFS: Fix the initialisation of the readdir 'cookieverf' array
    - staging: comedi: das08: Correct AI encoding for das08jr-16-ao
    - staging: comedi: das08: Correct AO output for das08jr-16-ao
    - rt2800usb: Added rx packet length validity check
    - staging: zcache: fix cleancache race condition with shrinker
    - NFS: return error from decode_getfh in decode open
    - ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling path
    - ahci: Add alternate identifier for the 88SE9172

  [ Ben Hutchings ]
  * [s390/s390x-tape] udeb: Remove fuse-modules configuration (fixes FTBFS)

 -- dann frazier <email address hidden>  Wed, 26 Sep 2012 16:00:58 +0900
Superseded in sid-release
linux (3.2.29-1) unstable; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.24
    - sched/nohz: Rewrite and fix load-avg computation -- again
      (Closes: #674153)
    - libsas: fix taskfile corruption in sas_ata_qc_fill_rtf
    - md/raid1: fix use-after-free bug in RAID1 data-check code.
    - PCI: EHCI: fix crash during suspend on ASUS computers
    - cpufreq / ACPI: Fix not loading acpi-cpufreq driver (regression in 3.2.2)
    - block: fix infinite loop in __getblk_slow (regression in 3.2.19)
      (Closes: #684293)
    - PM / Hibernate: Hibernate/thaw fixes/improvements
    - tcm_fc: Fix crash seen with aborts and large reads
    - fifo: Do not restart open() if it already found a partner
    - cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space
    - UBIFS: fix a bug in empty space fix-up
    - ore: Fix NFS crash by supporting any unaligned RAID IO
    - ore: Remove support of partial IO request (NFS crash)
    - pnfs-obj: don't leak objio_state if ore_write/read fails
    - pnfs-obj: Fix __r4w_get_page when offset is beyond i_size
    - dm raid1: fix crash with mirror recovery and discard
    - dm raid1: set discard_zeroes_data_unsupported
    - time: Fix bugs in leap-second handling (Closes: #679882)
      + ntp: Fix leap-second hrtimer livelock
      + timekeeping: Fix leapsecond triggered load spike issue
    - bnx2x: fix checksum validation
    - bnx2x: fix panic when TX ring is full
    - eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files
    - ACPI / PM: Make acpi_pm_device_sleep_state() follow the specification
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.25
    - mm: Fix various performance problems, particularly affecting use of
      transparent hugepages (Closes: #675493)
    - target: Add range checking to UNMAP emulation
    - target: Fix reading of data length fields for UNMAP commands
    - target: Fix possible integer underflow in UNMAP emulation
    - target: Check number of unmap descriptors against our limit
    - ext4: don't let i_reserved_meta_blocks go negative
    - ext4: undo ext4_calc_metadata_amount if we fail to claim space
    - locks: fix checking of fcntl_setlease argument
    - Btrfs: call the ordered free operation without any locks held
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.26
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.27
    - lirc_sir: make device registration work (Closes: #680762)
    - random: Improve random number generation on non-interactive systems
      + random: Use arch_get_random_int instead of cycle counter if avail
      + random: Use arch-specific RNG to initialize the entropy store
      + random: make 'add_interrupt_randomness()' do something sane
      + usb: feed USB device information to the /dev/random driver
      + net: feed /dev/random with the MAC address when registering a device
      + rtc: wm831x: Feed the write counter into device_add_randomness()
      + mfd: wm831x: Feed the device UUID into device_add_randomness()
    - futex: Test for pi_mutex on fault in futex_wait_requeue_pi()
    - futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
    - s390/mm: downgrade page table after fork of a 31 bit process
    - asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.
      (Closes: #679158)
    - md/raid1: don't abort a resync on the first badblock.
    - [arm] 7467/1: mutex: use generic xchg-based implementation for ARMv6+
    - [arm] 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspend
    - [arm] 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UP
    - [arm] 7478/1: errata: extend workaround for erratum #720789
    - [arm] Fix undefined instruction exception handling
    - mm: mmu_notifier: fix freed page still mapped in secondary MMU
    - mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.28
    - bnx2: Fix bug in bnx2_free_tx_skbs().
    - sch_sfb: Fix missing NULL check
    - sctp: Fix list corruption resulting from freeing an association on a list
    - cipso: don't follow a NULL pointer when setsockopt() is called
    - caif: fix NULL pointer check
    - net/tun: fix ioctl() based info leaks
    - rtlwifi: rtl8192cu: Change buffer allocation for synchronous reads
    - hfsplus: fix overflow in sector calculations in hfsplus_submit_bio
    - drm/i915: fixup seqno allocation logic for lazy_request
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.29
    - pnfs: defer release of pages in layoutget
    - fuse: verify all ioctl retry iov elements
    - usb: serial: mos7840: Fixup mos7840_chars_in_buffer()
    - sched: fix divide by zero at {thread_group,task}_times
    - vfs: canonicalize create mode in build_open_flags()
    - dccp: check ccid before dereferencing
    - md: Don't truncate size at 4TB for RAID0 and Linear
    - target: fix NULL pointer dereference bug alloc_page() fails to get memory
    - USB: CDC ACM: Fix NULL pointer dereference
    - alpha: Don't export SOCK_NONBLOCK to user space. (Closes: #658460)
    - radeon: Fix various bugs in reading vbios (Closes: #685604)
    - vfs: missed source of ->f_pos races
    - svcrpc: fix BUG() in svc_tcp_clear_pages
    - svcrpc: sends on closed socket should stop immediately
    - fbcon: fix race condition between console lock and cursor timer (v1.1)
    - mm: hugetlbfs: correctly populate shared pmd
    - fs/buffer.c: remove BUG() in possible but rare condition
    - block: replace __getblk_slow misfix by grow_dev_page fix
    - Staging: speakup: fix an improperly-declared variable. (Closes: #685953)
    - NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate

  [ Ben Hutchings ]
  * Bump ABI to 4
  * linux-image: Include package version in utsname version string
    ('uname -v' output) (Closes: #638878)
  * linux-source: Drop support for version.$DISTRIBUTION
  * [arm,ia64,powerpc,s390,sh,x86] linux-image: Include package version
    in stack traces from WARN, BUG, Oops etc.
  * udeb: Add snd-hda-codec-ca0132 to sound-modules (Closes: #682368)
  * linux-source: Suggest pkg-config, needed to build kconfig GUIs
    (Closes: #682726)
  * debugfs: Add mode, uid and gid mount options; set default mode to 700
    (Closes: #681418)
  * net: new counter for tx_timeout errors in sysfs
  * net: Add byte queue limits (bql) for reduced buffer-bloat
  * bnx2,bnx2x,e1000e,forcedeth,igb,ixgbe,sfc,skge,sky2,tg3:
    Add support for bql
  * fs: Update link security restrictions to match Linux 3.6:
    - Drop kconfig options; restrictions can only be disabled by sysctl
    - Change the audit message type from AUDIT_AVC (1400) to
      AUDIT_ANON_LINK (1702)
  * [rt] Update to 3.2.28-rt42:
    - time/rt: Fix up leap-second backport for RT changes
    - fix printk flush of messages
  * rds: set correct msg_namelen (CVE-2012-3430)
  * e1000: add dropped DMA receive enable back in for WoL (Closes: #684618)
  * PCI/PM/Runtime: make PCI traces quieter (Closes: #684049)
  * rc: ite-cir: Initialise ite_dev::rdev earlier (Closes: #684441)
  * input: Enable TOUCHSCREEN_ATMEL_MXT as module (Closes: #685123)
  * usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams
    (Closes: #668211)
  * [alpha] Use gcc-4.6 (Closes: #685894)
    - Use large data model to work around link failure
  * [i386/486] video: Change FB_GEODE_LX from built-in to module (lxfb)
    (Closes: #686528)
  * [i386/686-pae] video: Disable Geode framebuffer drivers, not used with
    any chips that support PAE
  * [x86] drm/i915: Fix i8xx interrupt handling (Closes: #655152)
  * [armel/kirkwood] ahci: Add JMicron 362 device IDs (Closes: #634180)
  * speakup: lower default software speech rate (Closes: #686742)
  * e1000e: Fix potential DoS when TSO enabled
  * mm: Remove user-triggerable BUG from mpol_to_str
  * sfc: Fix maximum number of TSO segments and minimum TX queue size
    (CVE-2012-3412)
    - tcp: Apply device TSO segment limit earlier
  * net_sched: gact: Fix potential panic in tcf_gact().
  * af_packet: remove BUG statement in tpacket_destruct_skb
  * net: Fix various information leaks
  * af_packet: don't emit packet on orig fanout group
  * af_netlink: force credentials passing (CVE-2012-3520)
  * netlink: fix possible spoofing from non-root processes
  * net: ipv4: ipmr_expire_timer causes crash when removing net namespace
  * [i386] i810fb: Enable FB_I810_GTF, FB_I810_I2C (Closes: #687644)
  * udeb: Add fuse-modules to support os-prober (see #684265)

  [ Bastian Blank ]
  * Make xen-linux-system meta-packages depend on xen-system. This allows
    automatic updates. (closes: #681637)

 -- Ben Hutchings <email address hidden>  Sun, 16 Sep 2012 06:16:38 +0100
Superseded in experimental-release
linux (3.5.2-1~experimental.1) experimental; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.1
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.2

  [ Ben Hutchings ]
  * genorig: Fix linux_upstream_full compute for version with modifier,
    thanks to Julien Danjou (Closes: #683824)

 -- Ben Hutchings <email address hidden>  Sun, 19 Aug 2012 21:36:04 +0100
Superseded in experimental-release
linux (3.5-1~experimental.1) experimental; urgency=low


  * New upstream release: http://kernelnewbies.org/Linux_3.5

  [ Ben Hutchings ]
  * net: Enable OPENVSWITCH as module (Closes: #675010)
  * aufs: Update to aufs3.5-20120730
  * rt: Disable until it is updated for Linux 3.5 or later
  * debian/copyright: Convert to machine-readable format (fka DEP-5)
  * debian/copyright: Add copyright notice for newly-added Unicode data
  * [x86] seccomp: Enable SECCOMP_FILTER
  * [x86] applesmc: Update to Linux 3.6, including fixes for new MacBook models

 -- Ben Hutchings <email address hidden>  Wed, 01 Aug 2012 14:08:55 +0100
Deleted in experimental-release (Reason: None provided.)
Superseded in wheezy-release
Superseded in sid-release
Superseded in wheezy-release
Superseded in sid-release
linux (3.2.23-1) unstable; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.22
    - nilfs2: ensure proper cache clearing for gc-inodes
    - ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.23
    - splice: fix racy pipe->buffers uses
    - NFC: Prevent multiple buffer overflows in NCI (CVE-2012-3364)
    - NFC: Return from rawsock_release when sk is NULL
    - md/raid5: Do not add data_offset before call to is_badblock
    - md/raid5: In ops_run_io, inc nr_pending before calling
      md_wait_for_blocked_rdev
    - md/raid10: fix failure when trying to repair a read error.
    - udf: Improve sanity checking of filesystem metadata (CVE-2012-3400)
      + udf: Avoid run away loop when partition table length is corrupted
      + udf: Fortify loading of sparing table
    - l2tp: fix a race in l2tp_ip_sendmsg()
    - netpoll: fix netpoll_send_udp() bugs
    - Btrfs: run delayed directory updates during log replay
    - ocfs2: clear unaligned io flag when dio fails
    - aio: make kiocb->private NUll in init_sync_kiocb()
    - mm: Hold a file reference in madvise_remove

  [ Ben Hutchings ]
  * linux-libc-dev: Fix redundant 'GNU glibc' in description (Closes: #631228)
  * README.source: Correct name of main patch series file
  * [sh] Fix up store queue code for subsys_interface changes (Closes: #680025)
  * scsi: Silence unnecessary warnings about ioctl to partition
    (Closes: #656899)
  * Update Czech debconf template translations (Michal Simunek)
    (Closes: #679674)
  * linux-image: Remove versioned relations where stable version is new enough
  * udf: Improve table length check to avoid possible overflow
  * CIFS: Respect negotiated MaxMpxCount (deferred from 3.2.14)
  * epoll: clear the tfile_check_list on -ELOOP (CVE-2012-3375)
  * nouveau: Update to support Fermi (NVC0+) acceleration (Closes: #679566)
    - Refactor sub-channel use
    - Bump version to 1.0.0
  * e100: ucode is optional in some cases
  * [x86] drm/i915: prefer wide & slow to fast & narrow in DP configs
    (Closes: #658662)
  * cipso: don't follow a NULL pointer when setsockopt() is called
  * [x86] hwmon: Enable SENSORS_SCH5636 as module (Closes: #680934)
  * atl1c: fix issue of transmit queue 0 timed out
  * raid5: delayed stripe fix (Closes: #680366)
  * fs: Remove easily user-triggerable BUG from generic_setlease
  * tcp: drop SYN+FIN messages
  * fifo: Do not restart open() if it already found a partner (Closes: #678852)
  * [rt] linux-source: Include -rt version suffix
  * [rt] Update to 3.2.23-rt37:
    - Latency histogramms: Cope with backwards running local trace clock
    - Latency histograms: Adjust timer, if already elapsed when programmed
    - Disable RT_GROUP_SCHED in PREEMPT_RT_FULL
    - Latency histograms: Detect another yet overlooked sharedprio condition
    - slab: Prevent local lock deadlock
    - fs, jbd: pull your plug when waiting for space
    - perf: Make swevent hrtimer run in irq instead of softirq
    - cpu/rt: Rework cpu down for PREEMPT_RT
    - cpu/rt: Fix cpu_hotplug variable initialization
    - workqueue: Revert workqueue: Fix PF_THREAD_BOUND abuse
    - workqueue: Revert workqueue: Fix cpuhotplug trainwreck

  [ Arnaud Patard ]
  * [mipsel] add r8169 to d-i udeb.

 -- Ben Hutchings <email address hidden>  Sun, 22 Jul 2012 23:25:47 +0100
Superseded in wheezy-release
Superseded in sid-release
linux (3.2.21-3) unstable; urgency=low


  * driver core: remove __must_check from device_create_file
    (fixes FTBFS on sparc)
  * i2400m: Disable I2400M_SDIO; hardware did not reach production
  * apparmor: remove advertising the support of network rules from
    compat iface (Closes: #676515)
  * xen/netfront: teardown the device before unregistering it (Closes: #675190)
  * linux-{doc,manual,source,support}: Mark as capable of satisfying
    relations from foreign packages (Multi-Arch: foreign) (Closes: #679202)

 -- Ben Hutchings <email address hidden>  Thu, 28 Jun 2012 04:58:18 +0100
Superseded in experimental-release
linux (3.4.4-1~experimental.1) experimental; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.2
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.3
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.4

  [ Ben Hutchings ]
  * [ia64] Export <asm/cmpxchg.h> to userland (fixes FTBFS)
  * [x86] Enable BATTERY_SBS as module (Closes: #662902)
  * team: Enable NET_TEAM_MODE_LOADBALANCE as module
  * [x32] Build a linux-libc-dev package
  * input: Enable MOUSE_SYNAPTICS_USB (Closes: #678071)
  * [x86] staging: zsmalloc: Finish conversion to a separate module
    (Closes: #677273)
  * [rt] Update to 3.4.4-rt13

  [ Arnaud Patard ]
  * [armel] disable FIPS, VGA_ARB, FTRACE on iop32x and ixp4xx to reduce
  kernel size.
  * [armel] disable virtio modules on all platforms except versatile
  * [armel] enable PHYSMAP on all platforms except ixp4xx

 -- Ben Hutchings <email address hidden>  Tue, 26 Jun 2012 07:28:41 +0100
Superseded in sid-release
linux (3.2.21-2) unstable; urgency=low


  * [i386] cpufreq/gx: Fix the compile error
  * [powerpc] Enable PPC_DISABLE_WERROR (fixes FTBFS)
  * tracing/mm: Move include of trace/events/kmem.h out of header into slab.c
    (fixes FTBFS on sparc)
  * [i386] Disable incomplete lguest support
  * udeb: Add missing dependencies for various modules (see #678587)
    - [armel/kirkwood] fb-modules depends on kernel-image
    - [ia64] nic-usb-modules depends on kernel-image, nic-shared-modules,
      usb-modules
    - [ia64] sata-modules depends on kernel-image, scsi-core-modules
    - [ia64] scsi-modules depends on scsi-core-modules
    - [ia64,powerpc,ppc64] pcmcia-modules depends on kernel-image
    - [powerpc,ppc64] nic-pcmcia-modules depends on kernel-image,
      nic-shared-modules, pcmcia-modules
    - [powerpc,ppc64,x86] scsi-modules depends on ata-modules
    - [x86] nic-extra-modules depends on i2c-modules
  * wacom: do not crash when retrieving touch_max (Closes: #678798)
  * wacom: Revert unintended changes to handling of Tablet PCs
    (Closes: #677164)
  * linux-image, README.Debian: Suggest debian-kernel-handbook package

  [ Arnaud Patard ]
  * [armel, armhf] backport BPF JIT support

 -- Ben Hutchings <email address hidden>  Tue, 26 Jun 2012 01:56:42 +0100
Superseded in sid-release
linux (3.2.21-1) unstable; urgency=low


  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.21
    - NFSv4.1: Fix a request leak on the back channel
    - target: Return error to initiator if SET TARGET PORT GROUPS emulation
      fails
    - USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2
    - USB: fix gathering of interface associations

  [ Ben Hutchings ]
  * [ia64,powerpc] udeb: Add crc-itu-t to crc-modules; make
    firewire-core-modules depend on it (fixes FTBFS)
  * [arm,m68k,sh4] udeb: Build ipv6-modules
  * ethtool: allow ETHTOOL_GSSET_INFO for users
  * [rt] bump version to 3.2.20-rt32
  * cpu: Convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
  * [x86] Add driver auto probing for x86 features
    - crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
      (Closes: #568008)
    - intel-idle: convert to x86_cpu_id auto probing
    - HWMON: Convert coretemp to x86 cpuid autoprobing
    - HWMON: Convert via-cputemp to x86 cpuid autoprobing
    - cpufreq: Add support for x86 cpuinfo auto loading (Closes: #664813)
  * [x86] ACPI: Load acpi-cpufreq from processor driver automatically
  * Bump ABI to 3
  * input: Add Synaptics USB device driver (Closes: #678071)
  * [x86] udeb: Fix dependencies for nic-wireless-modules

  [ Aurelien Jarno ]
  * [mips,mipsel] udeb: Remove rivafb and nvidiafb.
  * [ppc64]: add udebs, based on powerpc/powerpc64.

  [ Bastian Blank ]
  * Support build-arch and build-indep make targets.

  [ Arnaud Patard ]
  * [armel/kirkwood] Add dreamplug and iconnect support (Closes: #675922)

 -- Ben Hutchings <email address hidden>  Fri, 22 Jun 2012 13:54:15 +0100
Superseded in wheezy-release
Superseded in sid-release
linux (3.2.20-1) unstable; urgency=low


  * The "Confused? You Won't Be" release

  * New upstream stable update:
    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.20
   - cifs: fix oops while traversing open file list (try #4)
   - mm/fork: fix overflow in vma length when copying mmap on clone
   - mm: fix faulty initialization in vmalloc_init()
   - x86, amd, xen: Avoid NULL pointer paravirt references
   - ext4: force ro mount if ext4_setup_super() fails
   - ext4: disallow hard-linked directory in ext4_lookup
   - ext4: add missing save_error_info() to ext4_error()
   - ALSA: usb-audio: fix rate_list memory leak
   - Bluetooth: btusb: typo in Broadcom SoftSailing id (Closes: #674565)
   - ipv4: Do not use dead fib_info entries.
   - ipv4: fix the rcu race between free_fib_info and ip_route_output_slow
   - l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case
   - btree: fix tree corruption in btree_get_prev()
   - asix: allow full size 8021Q frames to be received (Closes: #676545)
   - ext4: don't trash state flags in EXT4_IOC_SETFLAGS
   - ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bg

  [ Ben Hutchings ]
  * Rename source package to 'linux' (Closes: #636010)
  * Convert source package format to 3.0 (quilt)
    - Convert patch system to quilt, except for the 'orig' patch series
    - Use xz compression for upstream and Debian tarballs
    - README.source: Update description of patch system to match current
      usage
    - linux-patch-debian: Remove; it is no longer necessary for GPL
      compliance and does not work with our current patch management
  * linux-image: Change package name for bugs to 'src:linux' (Closes: #644198)
  * DFSG: video: Remove nvidiafb and rivafb, which include apparently
    obfuscated code (Closes: #383481, #609615).  The nouveau driver supports
    all the same hardware, aside from RIVA 128 (NV3).
  * udeb: Add udf-modules containing UDF filesystem module (Closes: #613972)
  * [mipsel/loongson2f] linux-image: Recommend libc6-loongson2f
    (Closes: #629410)
  * Build-Depend on kmod or module-init-tools, not just the latter
  * test-patches: Recognise the rt featureset automatically
  * udeb: Build-Depend on kernel-wedge >= 2.84; this allows us to list
    modules as required even if they are built-in in some configurations
  * filter: Allow to create sk-unattached filters
  * proc: Backport hidepid mount option from Linux 3.4 (Closes: #669028)
  * NFSv4: Reduce the footprint of the idmapper (Closes: #657078)
  * [i386] thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE
    (Closes: #676360)
  * linux-source: Add single patch for each featureset
  * [x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177)
  * media/dvb: Enable DVB_DDBRIDGE as module (Closes: #676952)
  * net: sock: validate data_len before allocating skb in
    sock_alloc_send_pskb() (CVE-2012-2136)
  * macvtap: zerocopy: fix offset calculation when building skb
  * macvtap: zerocopy: fix truesize underestimation
  * macvtap: zerocopy: put page when fail to get all requested user pages
  * macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built
    successfully
  * macvtap: zerocopy: validate vectors before building skb (CVE-2012-2119)
  * KVM: Fix buffer overflow in kvm_set_irq() (CVE-2012-2137)

  [ Bastian Blank ]
  * [s390/s390x,s390x/s390x] Build debugging symbols.

 -- Ben Hutchings <email address hidden>  Mon, 11 Jun 2012 02:46:34 +0100
130 of 555 results