linux (2.6.32-24.41trisquel1) taranis; urgency=low

  * Removed non-free bits

 -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info>  Fri, 20 Aug 2010 11:19:08 +0000

linux (2.6.32-24.41) lucid-security; urgency=low

  [ Upstream Kernel Changes ]

  * (pre-stable) ext4: fix freeze deadlock under IO
    - LP: #595489
  * drm: Initialize ioctl struct when no user data is present
    - CVE-2010-2803
  * can: add limit for nframes and clean up signed/unsigned variables
    - CVE-2010-2959
  * mm: keep a guard page below a grow-down stack segment
    - CVE-2010-2240
  * mm: fix missing page table unmap for stack guard page failure case
    - CVE-2010-2240
  * mm: fix page table unmap for stack guard page properly
    - CVE-2010-2240
  * mm: fix up some user-visible effects of the stack guard page
    - CVE-2010-2240
  * x86: don't send SIGBUS for kernel page faults
    - CVE-2010-2240

 -- Stefan Bader <stefan.bader@canonical.com>  Wed, 18 Aug 2010 14:24:07 +0200

linux (2.6.32-24.39) lucid-security; urgency=low

  [ Upstream Kernel Changes ]

  * sctp: Fix skb_over_panic resulting from multiple invalid parameter
    errors (CVE-2010-1173) (v4)
    - CVE-2010-1173
  * sctp: fix append error cause to ERROR chunk correctly
    - CVE-2010-1173
  * GFS2: Fix writing to non-page aligned gfs2_quota structures
    - CVE-2010-1436
  * KEYS: find_keyring_by_name() can gain access to a freed keyring
    - CVE-2010-1437
  * GFS2: Fix permissions checking for setflags ioctl()
    - CVE-2010-1641
  * Btrfs: should add a permission check for setfacl
    - CVE-2010-2071
  * ecryptfs: Bugfix for error related to ecryptfs_hash_buckets
    - CVE-2010-2492

 -- Stefan Bader <stefan.bader@canonical.com>  Wed, 21 Jul 2010 10:48:54 +0200

linux (2.6.32-24.38) lucid-proposed; urgency=low

  [ Keng-Yu Lin ]

  * SAUCE: dell-laptop: fire SMI when toggling hardware killswitch
    (revised)
    - LP: #590607

  [ Upstream Kernel Changes ]

  * sfc: Wait at most 10ms for the MC to finish reading out MAC statistics
    - LP: #590783
  * sfc: Always close net device at the end of a disabling reset
    - LP: #590783
  * sfc: Change falcon_probe_board() to fail for unsupported boards
    - LP: #590783
  * ext4: Fix potential quota deadlock
    - LP: #588069
  * jbd: jbd-debug and jbd2-debug should be writable
    - LP: #588069
  * ext4: replace BUG() with return -EIO in ext4_ext_get_blocks
    - LP: #588069
  * ext4, jbd2: Add barriers for file systems with exernal journals
    - LP: #588069
  * ext4: Eliminate potential double free on error path
    - LP: #588069
  * ext4: return correct wbc.nr_to_write in ext4_da_writepages
    - LP: #588069
  * ext4: Ensure zeroout blocks have no dirty metadata
    - LP: #588069
  * ext4: Patch up how we claim metadata blocks for quota purposes
    - LP: #588069
  * ext4: Fix accounting of reserved metadata blocks
    - LP: #588069
  * ext4: Calculate metadata requirements more accurately
    - LP: #588069
  * ext4: Handle -EDQUOT error on write
    - LP: #588069
  * ext4: Fix quota accounting error with fallocate
    - LP: #588069
  * ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag
    - LP: #588069
  * ext4: Use bitops to read/modify EXT4_I(inode)->i_state
    - LP: #588069
  * ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
    - LP: #588069
  * ext4: Add flag to files with blocks intentionally past EOF
    - LP: #588069
  * ext4: Fix fencepost error in chosing choosing group vs file
    preallocation.
    - LP: #588069
  * ext4: fix error handling in migrate
    - LP: #588069
  * ext4: explicitly remove inode from orphan list after failed direct io
    - LP: #588069
  * ext4: Handle non empty on-disk orphan link
    - LP: #588069
  * ext4: make "offset" consistent in ext4_check_dir_entry()
    - LP: #588069
  * ext4: Fix insertion point of extent in mext_insert_across_blocks()
    - LP: #588069
  * ext4: Fix the NULL reference in double_down_write_data_sem()
    - LP: #588069
  * ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
    - LP: #588069
  * ext4: Fix estimate of # of blocks needed to write indirect-mapped files
    - LP: #588069
  * ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs
    - LP: #588069
  * ext4: Fix possible lost inode write in no journal mode
    - LP: #588069
  * ext4: Fix buffer head leaks after calls to ext4_get_inode_loc()
    - LP: #588069
  * ext4: Issue the discard operation *before* releasing the blocks to be
    reused
    - LP: #588069
  * ext4: check missed return value in ext4_sync_file()
    - LP: #588069
  * ext4: fix memory leaks in error path handling of ext4_ext_zeroout()
    - LP: #588069
  * ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
    - LP: #588069
  * ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()
    - LP: #588069
  * ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
    - LP: #588069
  * ext4: fix quota accounting in case of fallocate
    - LP: #588069
  * ext4: check s_log_groups_per_flex in online resize code
    - LP: #588069
  * ext4: don't return to userspace after freezing the fs with a mutex held
    - LP: #588069
  * ext4: stop issuing discards if not supported by device
    - LP: #588069
  * ext4: don't scan/accumulate more pages than mballoc will allocate
    - LP: #588069
  * ext4: Do not zero out uninitialized extents beyond i_size
    - LP: #588069
  * ext4: clean up inode bitmaps manipulation in ext4_free_inode
    - LP: #588069
  * ext4: init statistics after journal recovery
    - LP: #588069
  * ext4: Remove extraneous newlines in ext4_msg() calls
    - LP: #588069
  * ext4: Prevent creation of files larger than RLIMIT_FSIZE using
    fallocate
    - LP: #588069
  * ext4: check for a good block group before loading buddy pages
    - LP: #588069
  * ext4: Show journal_checksum option
    - LP: #588069
  * ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
    - LP: #588069
  * ext4: Avoid crashing on NULL ptr dereference on a filesystem error
    - LP: #588069
  * ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted
    - LP: #588069
  * ext4: restart ext4_ext_remove_space() after transaction restart
    - LP: #588069
  * ext4: Conditionally define compat ioctl numbers
    - LP: #588069
  * ext4: Fix compat EXT4_IOC_ADD_GROUP
    - LP: #588069
  * ext4: Make fsync sync new parent directories in no-journal mode
    - LP: #588069
  * (pre-stable) ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
    - LP: #576601
  * (pre-stable) ata_generic: implement ATA_GEN_* flags and force enable
    DMA on MBP 7,1
    - LP: #576601

 -- Steve Conklin <sconklin@canonical.com>  Fri, 2 Jul 2010 11:06:32 -0500

linux (2.6.32-23.37) lucid-proposed; urgency=low

  [ Alex Deucher ]

  * SAUCE: drm/radeon/kms/atom: fix dual-link DVI on DCE3.2/4.0
    - LP: #564559

  [ Andy Whitcroft ]

  * [Config] ports -- build in dm-mod to enable LVM boot
    - LP: #560717
  * tools -- fix perf version extraction for multi-part flavours
    - LP: #555130
  * SAUCE: ACPI: EC: Allow multibyte access to EC (v3)
    - LP: #526354
  * [Config] enforce -- ensure dm_mod is built-in for LVM
    - LP: #560717
  * update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958
    - LP: #570500, #576274

  [ Chase Douglas ]

  * Revert "(pre-stable): input: ALPS - Add signature for HP Pavilion dm3
    laptops"
    - LP: #550625
  * Enable ftrace function profiler
    - LP: #570389
  * enforce CONFIG_TMPFS_POSIX_ACL=y
    - LP: #575940

  [ Leann Ogasawara ]

  * Revert "staging/comdi -- disable"
    - LP: #563436
  * [Config] Enable multicast routing for sparc
    - LP: #416266
  * [Config] Add ahci.ko to virtual sub-flavour
    - LP: #570542

  [ Stefan Bader ]

  * Revert "SAUCE: drm/i915: Disable FBC on 915GM and 945GM"
    - LP: #588832

  [ Tim Gardner ]

  * ubuntu: rtl8192se -- update to version 0015.0127.2010
    - LP: #567016
  * [Config] Add atl1c to nic-modules udeb
    - LP: #557130

  [ Upstream Kernel Changes ]

  * Revert "(pre-stable) iwlwifi: fix nfreed--"
    - LP: #575853
  * Revert "backlight: mbp_nvidia_bl - add five more MacBook variants"
    - LP: #575853
  * Revert "(pre-stable) pata_via: Add VIA VX900 support"
    - LP: #575853
  * Revert "(pre-stable) x86-32, resume: do a global tlb flush in S4
    resume"
    - LP: #575853
  * Revert "x86: disable IOMMUs on kernel crash"
    - LP: #575853
  * Revert "sunrpc: fix peername failed on closed listener"
    - LP: #575853
  * Revert "sunrpc: move the close processing after do recvfrom method"
    - LP: #575853
  * Revert "(pre-stable) drm/edid: allow certain bogus edids to hit a fixup
    path rather than fail"
    - LP: #575853
  * Revert "drm/radeon/kms: don't print error on -ERESTARTSYS."
    - LP: #575853
  * Revert "ath9k: fix lockdep warning when unloading module" on stable
    kernels
    - LP: #588832
  * Staging: comedi: removed "depricated" from COMEDI_CB_BLOCK
    - LP: #483343
  * fat: fix buffer overflow in vfat_create_shortname()
    - LP: #575853
  * xfs: simplify inode teardown
    - LP: #575853
  * xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks
    - LP: #575853
  * xfs: I/O completion handlers must use NOFS allocations
    - LP: #575853
  * xfs: Wrapped journal record corruption on read at recovery
    - LP: #575853
  * xfs: Fix error return for fallocate() on XFS
    - LP: #575853
  * xfs: check for not fully initialized inodes in xfs_ireclaim
    - LP: #575853
  * xfs: fix timestamp handling in xfs_setattr
    - LP: #575853
  * xfs: Don't flush stale inodes
    - LP: #575853
  * xfs: Ensure we force all busy extents in range to disk
    - LP: #575853
  * xfs: reclaim inodes under a write lock
    - LP: #575853
  * xfs: Avoid inodes in reclaim when flushing from inode cache
    - LP: #575853
  * xfs: reclaim all inodes by background tree walks
    - LP: #575853
  * xfs: fix stale inode flush avoidance
    - LP: #575853
  * xfs: xfs_swap_extents needs to handle dynamic fork offsets
    - LP: #575853
  * xfs: quota limit statvfs available blocks
    - LP: #575853
  * xfs: don't hold onto reserved blocks on remount, ro
    - LP: #575853
  * xfs: remove invalid barrier optimization from xfs_fsync
    - LP: #575853
  * xfs: Non-blocking inode locking in IO completion
    - LP: #575853
  * xfs: fix locking for inode cache radix tree tag updates
    - LP: #575853
  * sh: Enable the mmu in start_secondary()
    - LP: #575853
  * sh: Fix FDPIC binary loader
    - LP: #575853
  * libiscsi: Fix recovery slowdown regression
    - LP: #575853
  * Freezer: Fix buggy resume test for tasks frozen with cgroup freezer
    - LP: #575853
  * iwlwifi: counting number of tfds can be free for 4965
    - LP: #575853
  * iwlwifi: fix nfreed--
    - LP: #575853
  * iwlwifi: range checking issue
    - LP: #575853
  * setup correct int pipe type in ar9170_usb_exec_cmd
    - LP: #575853
  * mac80211: move netdev queue enabling to correct spot
    - LP: #575853
  * mac80211: tear down all agg queues when restart/reconfig hw
    - LP: #575853
  * WATCHDOG: hpwdt - fix lower timeout limit
    - LP: #575853
  * WATCHDOG: iTCO_wdt: TCO Watchdog patch for additional Intel Cougar
    Point DeviceIDs
    - LP: #575853
  * genirq: Force MSI irq handlers to run with interrupts disabled
    - LP: #575853
  * lis3: fix show rate for 8 bits chips
    - LP: #575853
  * pata_ali: Fix regression with old devices
    - LP: #575853
  * HID: fix oops in gyration_event()
    - LP: #575853
  * raw: fsync method is now required
    - LP: #575853
  * readahead: fix NULL filp dereference
    - LP: #575853
  * ALSA: mixart: range checking proc file
    - LP: #575853
  * ALSA: hda: Fix 0 dB offset for Lenovo Thinkpad models using AD1981
    - LP: #551606, #575853
  * x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config
    space
    - LP: #575853
  * resource: move kernel function inside __KERNEL__
    - LP: #575853
  * backlight: mbp_nvidia_bl - add five more MacBook variants
    - LP: #575853
  * pata_via: Add VIA VX900 support
    - LP: #575853
  * ext3: Don't update the superblock in ext3_statfs()
    - LP: #575853
  * ext3: journal all modifications in ext3_xattr_set_handle
    - LP: #575853
  * eeepc-laptop: disable cpu speed control on EeePC 701
    - LP: #575853
  * eeepc-laptop: dmi blacklist to disable pci hotplug code
    - LP: #575853
  * eeepc-laptop: add hotplug_disable parameter
    - LP: #575853
  * eeepc-laptop: disable wireless hotplug for 1201N
    - LP: #575853
  * eeepc-laptop: disable wireless hotplug for 1005PE
    - LP: #575853
  * libata: disable NCQ on Crucial C300 SSD
    - LP: #575853
  * cifs: Fix a kernel BUG with remote OS/2 server (try #3)
    - LP: #575853
  * CIFS: initialize nbytes at the beginning of CIFSSMBWrite()
    - LP: #575853
  * iwlwifi: need check for valid qos packet before free
    - LP: #575853
  * ARM: 6031/1: fix Thumb-2 decompressor
    - LP: #575853
  * x86-32, resume: do a global tlb flush in S4 resume
    - LP: #575853
  * x86: hpet: Make WARN_ON understandable
    - LP: #575853
  * x86, hpet: Erratum workaround for read after write of HPET comparator
    - LP: #575853
  * x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards
    - LP: #575853
  * sched: sched_getaffinity(): Allow less than NR_CPUS length
    - LP: #575853
  * sched: Fix sched_getaffinity()
    - LP: #575853
  * NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns
    EISDIR
    - LP: #575853
  * NFSv4: fix delegated locking
    - LP: #575853
  * ALSA: hda - add a quirk for Clevo M570U laptop
    - LP: #575853
  * ALSA: usb - Fix Oops after usb-midi disconnection
    - LP: #575853
  * hwmon: (sht15) Fix sht15_calc_temp interpolation function
    - LP: #575853
  * hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=n
    - LP: #575853
  * x86/amd-iommu: Use helper function to destroy domain
    - LP: #575853
  * x86/amd-iommu: enable iommu before attaching devices
    - LP: #575853
  * x86, lib: Add wbinvd smp helpers
    - LP: #575853
  * x86, cacheinfo: Fix disabling of L3 cache indices
    - LP: #575853
  * intel-agp: Switch to wbinvd_on_all_cpus
    - LP: #575853
  * x86, cacheinfo: Add cache index disable sysfs attrs only to L3 caches
    - LP: #575853
  * x86, cacheinfo: Calculate L3 indices
    - LP: #575853
  * x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1
    - LP: #575853
  * x86, cacheinfo: Enable L3 CID only on AMD
    - LP: #575853
  * vgaarb: fix "target=default" passing
    - LP: #575853
  * x86-32: clean up rwsem inline asm statements
    - LP: #575853
  * x86: clean up rwsem type system
    - LP: #575853
  * x86-64, rwsem: 64-bit xadd rwsem implementation
    - LP: #575853
  * x86-64: support native xadd rwsem implementation
    - LP: #575853
  * x86: Fix breakage of UML from the changes in the rwsem system
    - LP: #575853
  * x86-64, rwsem: Avoid store forwarding hazard in __downgrade_write
    - LP: #575853
  * fix NFS4 handling of mountpoint stat
    - LP: #575853
  * dm mpath: fix stall when requeueing io
    - LP: #575853
  * quota: Fix possible dq_flags corruption
    - LP: #575853
  * Staging: comedi: fix usbdux timeout bug
    - LP: #483343, #575853
  * Staging: comedi: usbdux.c: fix locking up of the driver when the comedi
    ringbuffer runs empty
    - LP: #483343, #575853
  * ocfs2: set i_mode on disk during acl operations
    - LP: #575853
  * ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.
    - LP: #575853
  * 9p: Skip check for mandatory locks when unlocking
    - LP: #575853
  * fc class: fail fast bsg requests
    - LP: #575853
  * SCSI: add scsi target reset support to scsi ioctl
    - LP: #575853
  * PCIe AER: prevent AER injection if hardware masks error reporting
    - LP: #575853
  * vgaarb: Fix VGA arbiter to accept PCI domains other than 0
    - LP: #575853
  * SCSI: fc-transport: Use packed modifier for fc_bsg_request structure.
    - LP: #575853
  * pci: Update pci_set_vga_state() to call arch functions
    - LP: #575853
  * PCI: kill off pci_register_set_vga_state() symbol export.
    - LP: #575853
  * PCI: fix nested spinlock hang in aer_inject
    - LP: #575853
  * IPoIB: Fix TX queue lockup with mixed UD/CM traffic
    - LP: #575853
  * x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs
    - LP: #575853
  * ALSA: hda_intel: ALSA HD Audio patch for Intel Cougar Point DeviceIDs
    - LP: #575853
  * ALSA: hda - enable snoop for Intel Cougar Point
    - LP: #575853
  * ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDs
    - LP: #575853
  * ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDs
    - LP: #575853
  * i2c-i801: Add Intel Cougar Point device IDs
    - LP: #575853
  * b43: Remove reset after fatal DMA error
    - LP: #575853
  * b43: Allow PIO mode to be selected at module load
    - LP: #575853
  * b43: fall back gracefully to PIO mode after fatal DMA errors
    - LP: #575853
  * ALSA: hda - Add position_fix quirk for Biostar mobo
    - LP: #575853
  * agp/hp: fixup hp agp after ACPI changes
    - LP: #575853
  * b43: Optimize PIO scratchbuffer usage
    - LP: #575853
  * ecryptfs: fix use with tmpfs by removing d_drop from
    ecryptfs_destroy_inode
    - LP: #575853
  * eCryptfs: Decrypt symlink target for stat size
    - LP: #575853
  * ecryptfs: fix error code for missing xattrs in lower fs
    - LP: #575853
  * sched: Fix a race between ttwu() and migrate_task()
    - LP: #575853
  * USB: cdc-acm: Update to new autopm API
    - LP: #575853
  * USB: cdc-acm: Fix stupid NULL pointer in resume()
    - LP: #575853
  * iwlwifi: clear all tx queues when firmware ready
    - LP: #575853
  * iwlwifi: fix scan race
    - LP: #575853
  * e1000e: stop cleaning when we reach tx_ring->next_to_use
    - LP: #575853
  * tcp: fix ICMP-RTO war
    - LP: #575853
  * perf_events, x86: Implement Intel Westmere/Nehalem-EX support
    - LP: #575853
  * Input: wacom - switch mode upon system resume
    - LP: #575853
  * md: deal with merge_bvec_fn in component devices better.
    - LP: #575853
  * nfsd4: don't try to map gid's in generic rpc code
    - LP: #575853
  * nfsd: ensure sockets are closed on error
    - LP: #575853
  * ALSA: hda: Set Front Mic to input vref 50% for Lenovo 3000 Y410
    - LP: #479373, #575853
  * mac80211: fix deferred hardware scan requests
    - LP: #575853
  * fs-writeback: Add helper function to start writeback if idle
    - LP: #575853
  * ext4: flush delalloc blocks when space is low
    - LP: #575853
  * ext4: fix async i/o writes beyond 4GB to a sparse file
    - LP: #575853
  * tpm: autoload tpm_tis based on system PnP IDs
    - LP: #575853
  * IB/iser: Rewrite SG handling for RDMA logic
    - LP: #575853
  * mptctl : Remove printk which floods unnecessary messages to
    var/log/message
    - LP: #575853
  * mptspi: Fix for incorrect data underrun errata
    - LP: #575853
  * sched: Use proper type in sched_getaffinity()
    - LP: #575853
  * KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails
    - LP: #575853
  * KVM: Don't spam kernel log when injecting exceptions due to bad cr
    writes
    - LP: #575853
  * KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL
    - LP: #575853
  * KVM: VMX: Save/restore rflags.vm correctly in real mode
    - LP: #575853
  * KVM: MMU: fix kvm_mmu_zap_page() and its calling path
    - LP: #575853
  * KVM: fix the handling of dirty bitmaps to avoid overflows
    - LP: #575853
  * KVM: Increase NR_IOBUS_DEVS limit to 200
    - LP: #575853
  * KVM: x86: Fix TSS size check for 16-bit tasks
    - LP: #575853
  * x86/gart: Disable GART explicitly before initialization
    - LP: #575853
  * r8169: clean up my printk uglyness
    - LP: #562742, #575853
  * Linux 2.6.32.12
    - LP: #575853
  * drm/edid: allow certain bogus edids to hit a fixup path rather than
    fail
    - LP: #575853
  * drm/radeon: add new RS880 pci id
    - LP: #575853
  * drm: remove the EDID blob stored in the EDID property when it is
    disconnected
    - LP: #575853
  * drm/radeon/kms: never treat rs4xx as AGP
    - LP: #575853
  * drm/radeon/kms: Fix NULL pointer dereference if memory allocation
    failed in a simple way
    - LP: #575853
  * drm/radeon/kms: don't print error on -ERESTARTSYS.
    - LP: #575853
  * drm/radeon/kms: fix pal tv-out support on legacy IGP chips
    - LP: #575853
  * drm: Return ENODEV if the inode mapping changes
    - LP: #575853
  * drm/edid/quirks: Envision EN2028
    - LP: #575853
  * drm/radeon: R300 AD only has one quad pipe.
    - LP: #575853
  * drm/radeon/kms: fix washed out image on legacy tv dac
    - LP: #575853
  * drm/radeon/kms/combios: verify dac_adj values are valid
    - LP: #575853
  * drm/i915: Add no_lvds entry for the Clientron U800
    - LP: #544671, #575853
  * drm/radeon/kms: more atom parser fixes (v2)
    - LP: #575853
  * drm/radeon/kms: disable the tv encoder when tv/cv is not in use
    - LP: #575853
  * drm/radeon/kms: fix tv dac conflict resolver
    - LP: #575853
  * drm/radeon/kms: fix rs600 tlb flush
    - LP: #575853
  * drm/radeon/kms: add FireMV 2400 PCI ID.
    - LP: #575853
  * Linux 2.6.32.12+drm33.3
    - LP: #575853
  * USB: EHCI: defer reclamation of siTDs
    - LP: #583414
  * p54usb: Add usbid for Corega CG-WLUSB2GT.
    - LP: #583414
  * md/raid5: allow for more than 2^31 chunks.
    - LP: #583414
  * md/raid5: fix previous patch.
    - LP: #583414
  * libata: fix locking around blk_abort_request()
    - LP: #583414
  * libata: ensure NCQ error result taskfile is fully initialized before
    returning it via qc->result_tf.
    - LP: #583414
  * w1: w1 temp: fix negative termperature calculation
    - LP: #583414
  * memcg: fix prepare migration
    - LP: #583414
  * mac80211: remove bogus TX agg state assignment
    - LP: #583414
  * flex_array: fix the panic when calling flex_array_alloc() without
    __GFP_ZERO
    - LP: #583414
  * core, x86: make LIST_POISON less deadly
    - LP: #583414
  * hugetlb: fix infinite loop in get_futex_key() when backed by huge pages
    - LP: #583414
  * reiserfs: fix corruption during shrinking of xattrs
    - LP: #583414
  * nfsd4: bug in read_buf
    - LP: #583414
  * keys: the request_key() syscall should link an existing key to the dest
    keyring
    - LP: #583414
  * staging: usbip: Fix deadlock
    - LP: #583414
  * USB: fix remote wakeup settings during system sleep
    - LP: #583414
  * USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.
    - LP: #511066, #583414
  * USB: fix testing the wrong variable in fs_create_by_name()
    - LP: #583414
  * USB: don't choose configs with no interfaces
    - LP: #583414
  * USB: OHCI: don't look at the root hub to get the number of ports
    - LP: #583414
  * USB: xhci: properly set the "Mult" field of the endpoint context.
    - LP: #583414
  * USB: xhci: properly set endpoint context fields for periodic eps.
    - LP: #583414
  * procfs: fix tid fdinfo
    - LP: #583414
  * ocfs2: Update VFS inode's id info after reflink.
    - LP: #583414
  * ocfs2: potential ERR_PTR dereference on error paths
    - LP: #583414
  * ocfs2: Compute metaecc for superblocks during online resize.
    - LP: #583414
  * ocfs2_dlmfs: Fix math error when reading LVB.
    - LP: #583414
  * powernow-k8: Fix frequency reporting
    - LP: #572348, #583414
  * nfs d_revalidate() is too trigger-happy with d_drop()
    - LP: #583414
  * NFS: rsize and wsize settings ignored on v4 mounts
    - LP: #583414
  * Staging: hv: Fix a bug affecting IPv6
    - LP: #583414
  * Staging: hv: Fix up memory leak on HvCleanup
    - LP: #583414
  * Staging: hv: name network device ethX rather than sethX
    - LP: #583414
  * i2c: Fix probing of FSC hardware monitoring chips
    - LP: #583414
  * perf: Fix resource leak in failure path of perf_event_open()
    - LP: #583414
  * raid6: fix recovery performance regression
    - LP: #583414
  * serial: 8250_pnp - add Fujitsu Wacom device
    - LP: #583414
  * block: ensure jiffies wrap is handled correctly in
    blk_rq_timed_out_timer
    - LP: #583414
  * dm9601: fix phy/eeprom write routine
    - LP: #583414
  * p54pci: fix bugs in p54p_check_tx_ring
    - LP: #583414
  * edac, mce: Fix wrong mask and macro usage
    - LP: #583414
  * x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero
    - LP: #583414
  * x86: Disable large pages on CPUs with Atom erratum AAE44
    - LP: #583414
  * x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on
    AMD systems
    - LP: #583414
  * x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map
    cpumasks
    - LP: #583414
  * ALSA: hda: Use LPIB quirk for DG965OT board version AAD63733-203
    - LP: #459083, #583414
  * ALSA: hda - Add PCI quirk for HP dv6-1110ax.
    - LP: #583414
  * ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio XPS 1645
    - LP: #553002, #583414
  * ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio 1558
    - LP: #568600, #583414
  * ALSA: hda: Use ALC880_F1734 quirk for Fujitsu Siemens AMILO Xi 1526
    - LP: #567494, #583414
  * ALSA: snd-meastro3: Add amp_gpio quirk for Compaq EVO N600C
    - LP: #583414
  * ALSA: snd-meastro3: Ignore spurious HV interrupts during suspend /
    resume
    - LP: #583414
  * ALSA: hda: Fix max PCM level to 0 dB for Fujitsu-Siemens laptops using
    CX20549 (Venice)
    - LP: #583414
  * ALSA: hda: Fix 0 dB for Packard Bell models using Conexant CX20549
    (Venice)
    - LP: #541802, #583414
  * ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite Pro T130-15F
    - LP: #573284, #583414
  * ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite
    P500-PSPGSC-01800T
    - LP: #549267, #583414
  * libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2)
    - LP: #583414
  * ext4: correctly calculate number of blocks for fiemap
    - LP: #474597, #583414
  * initramfs: handle unrecognised decompressor when unpacking
    - LP: #583414
  * CRED: Fix a race in creds_are_invalid() in credentials debugging
    - LP: #583414
  * jfs: fix diAllocExt error in resizing filesystem
    - LP: #583414
  * ACPI: introduce kernel parameter acpi_sleep=sci_force_enable
    - LP: #553498, #583414
  * p54pci: rx frame length check
    - LP: #583414
  * drivers/net/wireless/p54/txrx.c Fix off by one error
    - LP: #583414
  * dccp_probe: Fix module load dependencies between dccp and dccp_probe
    - LP: #583414
  * KVM: remove unused load_segment_descriptor_to_kvm_desct
    - LP: #583414
  * kgdb: don't needlessly skip PAGE_USER test for Fsl booke
    - LP: #583414
  * r8169: use correct barrier between cacheable and non-cacheable memory
    - LP: #562742, #583414
  * r8169: fix broken register writes
    - LP: #562742, #583414
  * r8169: more broken register writes workaround
    - LP: #562742, #583414
  * PCI: Ensure we re-enable devices on resume
    - LP: #566149, #583414
  * skip sense logging for some ATA PASS-THROUGH cdbs
    - LP: #583128, #583414
  * tg3: Fix INTx fallback when MSI fails
    - LP: #583414
  * xfs: add a shrinker to background inode reclaim
    - LP: #583414
  * qla2xxx: Properly handle UNDERRUN completion statuses.
    - LP: #583414
  * bnx2: Fix lost MSI-X problem on 5709 NICs.
    - LP: #583414
  * tracing: Fix ftrace_event_call alignment for use with gcc 4.5
    - LP: #583414
  * security: testing the wrong variable in create_by_name()
    - LP: #583414
  * md: restore ability of spare drives to spin down.
    - LP: #583414
  * virtio: initialize earlier
    - LP: #583414
  * md/raid6: Fix raid-6 read-error correction in degraded state
    - LP: #583414
  * V4L/DVB: budget: Oops: "BUG: unable to handle kernel NULL pointer
    dereference"
    - LP: #583414
  * ACPI: DMI init_set_sci_en_on_resume for multiple Lenovo ThinkPads
    - LP: #583414
  * power_meter: acpi_device_class "power_meter_resource" too long
    - LP: #583414
  * ACPI: sleep: init_set_sci_en_on_resume for Dell Studio 155x
    - LP: #553498, #583414
  * cpuidle: Fix incorrect optimization
    - LP: #583414
  * pxa/colibri: fix missing #include <mach/mfp.h> in colibri.h
    - LP: #583414
  * SCSI: fix locking around blk_abort_request()
    - LP: #583414
  * SCSI: libiscsi: regression: fix header digest errors
    - LP: #583414
  * scsi_debug: virtual_gb ignores sector_size
    - LP: #583414
  * Enable retries for SYNCRONIZE_CACHE commands to fix I/O error
    - LP: #583414
  * SCSI: Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4
    I/O error
    - LP: #583414
  * MIPS: Sibyte: Apply M3 workaround only on affected chip types and
    versions.
    - LP: #583414
  * Linux 2.6.32.13
    - LP: #583414
  * drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
    - LP: #583414
  * drm/i915: fix tiling limits for i915 class hw v2
    - LP: #583414
  * Linux 2.6.32.13+drm33.4
    - LP: #583414
  * (pre-stable) Input: psmouse - reset all types of mice before
    reconnecting
    - LP: #551234
  * ipv4: udp: fix short packet and bad checksum logging
    - LP: #588832
  * hp_accel: fix race in device removal
    - LP: #588832
  * fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking lines
    - LP: #588832
  * hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead
    of OOM-killer
    - LP: #588832
  * dma-mapping: fix dma_sync_single_range_*
    - LP: #588832
  * ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[]
    - LP: #588832
  * mmc: atmel-mci: fix two parameters swapped
    - LP: #588832
  * mmc: atmel-mci: prevent kernel oops while removing card
    - LP: #588832
  * mmc: atmel-mci: remove data error interrupt after xfer
    - LP: #588832
  * ptrace: fix return value of do_syscall_trace_enter()
    - LP: #588832
  * powerpc/perf_event: Fix oops due to perf_event_do_pending call
    - LP: #588832
  * cifs: guard against hardlinking directories
    - LP: #588832
  * serial: imx.c: fix CTS trigger level lower to avoid lost chars
    - LP: #588832
  * ALSA: ice1724 - Fix ESI Maya44 capture source control
    - LP: #588832
  * ALSA: hda: Fix 0 dB for Lenovo models using Conexant CX20549 (Venice)
    - LP: #588832
  * inotify: race use after free/double free in inotify inode marks
    - LP: #588832
  * inotify: don't leak user struct on inotify release
    - LP: #588832
  * profile: fix stats and data leakage
    - LP: #588832
  * x86, k8: Fix build error when K8_NB is disabled
    - LP: #588832
  * x86, cacheinfo: Turn off L3 cache index disable feature in virtualized
    environments
    - LP: #588832
  * x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRs
    - LP: #588832
  * Btrfs: check for read permission on src file in the clone ioctl
    - LP: #588832
  * ALSA: hda - New Intel HDA controller
    - LP: #588832
  * proc: partially revert "procfs: provide stack information for threads"
    - LP: #588832
  * revert "procfs: provide stack information for threads" and its fixup
    commits
    - LP: #588832
  * iwlwifi: clear all the stop_queue flag after load firmware
    - LP: #588832
  * p54: disable channels with incomplete calibration data sets
    - LP: #588832
  * CacheFiles: Fix error handling in cachefiles_determine_cache_security()
    - LP: #588832
  * megaraid_sas: fix for 32bit apps
    - LP: #588832
  * mmap_min_addr check CAP_SYS_RAWIO only for write
    - LP: #588832
  * nilfs2: fix sync silent failure
    - LP: #588832
  * crypto: authenc - Add EINPROGRESS check
    - LP: #588832
  * Linux 2.6.32.14
    - LP: #588832
  * drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge
    - LP: #588832
  * drm/i915: fix non-Ironlake 965 class crashes
    - LP: #588832
  * drm/i915: Disable FBC on 915GM and 945GM.
    - LP: #492392, #588832
  * Linux 2.6.32.14+drm33.5
    - LP: #588832
  * Linux 2.6.32.15+drm33.5
    - LP: #588832
  * HID: remove MODULE_VERSION from new drivers
    - LP: #583531
  * HID: fix N-trig touch panel with recent firmware
    - LP: #583531
  * HID: ntrig: explain firmware quirk
    - LP: #583531
  * HID: ntrig: Emit TOUCH with DOUBLETAP for single touch
    - LP: #583531
  * HID: ntrig: TipSwitch for single touch mode touch.
    - LP: #583531
  * HID: ntrig: Remove unused macro, TripleTap and QuadTap
    - LP: #583531
  * (pre-stable) drm/radeon/kms: initialize set_surface_reg reg for rs600
    asic
    - LP: #544590

 -- Stefan Bader <stefan.bader@canonical.com>  Wed, 09 Jun 2010 17:01:09 +0200

linux (2.6.32-22.36) lucid-security; urgency=low

  [ Andy Whitcroft ]

  * Revert "kvm: restrict writing of segment selectors to segment
    registers"
    - LP: #589223

 -- Andy Whitcroft <apw@canonical.com>  Thu, 03 Jun 2010 17:11:27 +0100

linux (2.6.32-22.35) lucid-security; urgency=low

  [ Leann Ogasawara ]

  * kvm: restrict writing of segment selectors to segment registers
    - CVE-2010-0419

  [ Upstream Kernel Changes ]

  * tty: release_one_tty() forgets to put pids
    - CVE-2010-1162
  * oom: fix the unsafe usage of badness() in proc_oom_score()
    - CVE-2010-1488
  * Attempt #2 to handle null nameidata
    - CVE-2010-1148
  * reiserfs: fix permissions on .reiserfs_priv
    - CVE-2010-1146
  * r8169: offical fix for CVE-2009-4537 (overlength frame DMAs)
    - CVE-2009-4537

 -- Stefan Bader <stefan.bader@canonical.com>  Tue, 01 Jun 2010 11:44:28 +0200

linux (2.6.32-22.33) lucid-proposed; urgency=low

  [ Andy Whitcroft ]

  * SAUCE: ACPI: EC: Allow multibyte access to EC (v3)
    - LP: #526354

  [ Tim Gardner ]

  * ubuntu: rtl8192se -- update to version 0015.0127.2010
    - LP: #567016

 -- Andy Whitcroft <apw@canonical.com>  Mon, 19 Apr 2010 11:06:35 +0100

linux (2.6.32-21.32) lucid; urgency=low

  [ Andy Whitcroft ]

  * SAUCE: i915 KMS -- support disabling KMS for known broken devices
    - LP: #563277
  * SAUCE: i915 KMS -- blacklist i830
    - LP: #542208, #563277
  * SAUCE: i915 KMS -- blacklist i845g
    - LP: #541492, #563277
  * SAUCE: i915 KMS -- blacklist i855
    - LP: #511001, #541511, #563277
  * SAUCE: radeon KMS -- support disabling KMS for known broken devices
    - LP: #546743
  * SAUCE: radeon KMS -- blacklist ES1000
    - LP: #546743

 -- Andy Whitcroft <apw@canonical.com>  Thu, 15 Apr 2010 17:18:49 +0100

linux (2.6.32-21.31) lucid; urgency=low

  [ Andy Whitcroft ]

  * allow modules.builtin to be optional
  * d-i: add mpt2sas to the message-modules udeb
    - LP: #530361

  [ Christopher James Halse Rogers ]

  * SAUCE: Nouveau: Add quirk framework to disable acceleration
    - LP: #544088, #546393
  * SAUCE: Nouveau: Disable acceleration on MacBook Pros
    - LP: #546393
  * SAUCE: Nouveau: Disable acceleration on GeForce3 cards
    - LP: #544088
  * SAUCE: Nouveau: Disable acceleration on 6100 cards
    - LP: #542950

  [ Stefan Bader ]

  * SAUCE: dma-mapping: Remove WARN_ON in dma_free_coherent
    - LP: #458201

  [ Surbhi Palande ]

  * SAUCE: sync before umount to reduce time taken by ext4 umount
    - LP: #543617

  [ Upstream Kernel Changes ]

  * tipc: Fix oops on send prior to entering networked mode (v3)
    - CVE-2010-1187
  * KVM: x86 emulator: Add Virtual-8086 mode of emulation
    - LP: #561425
  * KVM: x86 emulator: fix memory access during x86 emulation
    - LP: #561425
  * KVM: x86 emulator: Check IOPL level during io instruction emulation
    - LP: #561425
  * KVM: x86 emulator: Fix popf emulation
    - LP: #561425
  * KVM: Fix segment descriptor loading
    - LP: #561425
  * KVM: VMX: Update instruction length on intercepted BP
    - LP: #561425
  * KVM: VMX: Use macros instead of hex value on cr0 initialization
    - LP: #561425
  * KVM: SVM: Reset cr0 properly on vcpu reset
    - LP: #561425
  * KVM: VMX: Disable unrestricted guest when EPT disabled
    - LP: #561425
  * KVM: x86: disable paravirt mmu reporting
    - LP: #561425
  * AppArmor: Fix put of unassigned ns if aa_unpack fails
  * AppArmor: Fix refcount bug when exec fails
    - LP: #562063
  * AppArmor: Take refcount on cxt->profile to ensure it remains a valid
    reference
    - LP: #367499
  * AppArmor: fix typo in scrubbing environment variable warning
    - LP: #562060
  * AppArmor: fix regression by setting default to mediate deleted files
    - LP: #562056
  * AppArmor: fix refcount order bug that can trigger during replacement
    - LP: #367499
  * AppArmor: Make sure to unmap aliases for vmalloced dfas before they are
    live
    - LP: #529288
  * AppArmor: address performance regression of replaced profile
    - LP: #549428
  * AppArmor: make the global side the correct type
    - LP: #562047
  * AppArmor: use the kernel shared workqueue to free vmalloc'ed dfas
  * sky2: add register definitions for new chips
    - LP: #537168
  * sky2: 88E8059 support
    - LP: #537168
  * net: Fix Yukon-2 Optima TCP offload setup
    - LP: #537168
  * net: Add missing TST_CFG_WRITE bits around sky2_pci_write
    - LP: #537168
  * sky2: print Optima chip name
    - LP: #537168
  * (Upstream) dell-laptop: defer dell_rfkill_update to worker thread
    - LP: #555261
  * drm/nv40: add LVDS table quirk for Dell Latitude D620
    - LP: #539730

 -- Andy Whitcroft <apw@canonical.com>  Tue, 13 Apr 2010 18:50:58 +0100

linux (2.6.32-20.30) lucid; urgency=low

  [ Upstream Kernel Changes ]

  * Revert "(pre-stable) ACPI: EC: Allow multibyte access to EC"
    - LP: #561151

 -- Andy Whitcroft <apw@canonical.com>  Mon, 12 Apr 2010 15:46:31 +0100

linux (2.6.32-20.29) lucid; urgency=low

  [ Andy Whitcroft ]

  * Revert "SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915"
    - LP: #542251
  * add Breaks: against hardy lvm2
    - LP: #528155

  [ Colin Watson ]

  * d-i -- enable udebs for generic-pae
    - LP: #160366

  [ Stefan Bader ]

  * [Config] Add xen netboot support
    - LP: #160366

  [ Takashi Iwai ]

  * (pre-stable): input: Support Clickpad devices in ClickZone mode
    - LP: #516329

  [ Upstream Kernel Changes ]

  * Revert "(pre-stable) Bluetooth: Fix sleeping function in RFCOMM within
    invalid context"
    - LP: #553837
  * Revert "(pre-stable) USB: fix usbfs regression"
    - LP: #553837
  * Revert "(pre-stable) softlockup: Stop spurious softlockup messages due
    to overflow"
    - LP: #553837
  * Revert "(pre-stable) drm/nouveau: report unknown connector state if lid
    closed"
    - LP: #553837
  * drivers/scsi/ses.c: eliminate double free
    - LP: #553837
  * decompress: fix new decompressor for PIC
    - LP: #553837
  * ARM: Fix decompressor's kernel size estimation for ROM=y
    - LP: #553837
  * MIPS: Cleanup forgotten label_module_alloc in tlbex.c
    - LP: #553837
  * tg3: Fix tg3_poll_controller() passing wrong pointer to tg3_interrupt()
    - LP: #553837
  * tg3: Fix 5906 transmit hangs
    - LP: #553837
  * ALSA: hda - Fix input source elements of secondary ADCs on Realtek
    - LP: #553837
  * ALSA: hda: enable MSI for Gateway M-6866
    - LP: #538918, #553837
  * timekeeping: Prevent oops when GENERIC_TIME=n
    - LP: #553837
  * Input: alps - add support for the touchpad on Toshiba Tecra A11-11L
    - LP: #553837
  * Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table
    - LP: #553837
  * i2c-i801: Don't use the block buffer for I2C block writes
    - LP: #553837
  * ath5k: dont use external sleep clock in AP mode
    - LP: #553837
  * ath5k: fix setup for CAB queue
    - LP: #553837
  * ring-buffer: Move disabled check into preempt disable section
    - LP: #553837
  * function-graph: Init curr_ret_stack with ret_stack
    - LP: #553837
  * Bluetooth: Fix sleeping function in RFCOMM within invalid context
    - LP: #553837
  * tracing: Use same local variable when resetting the ring buffer
    - LP: #553837
  * tracing: Disable buffer switching when starting or stopping trace
    - LP: #553837
  * tracing: Do not record user stack trace from NMI context
    - LP: #553837
  * PCI: unconditionally clear AER uncorr status register during cleanup
    - LP: #553837
  * efifb: fix framebuffer handoff
    - LP: #553837
  * coredump: suppress uid comparison test if core output files are pipes
    - LP: #553837
  * V4L/DVB (13961): em28xx-dvb: fix memleak in dvb_fini()
    - LP: #553837
  * hrtimer: Tune hrtimer_interrupt hang logic
    - LP: #553837
  * x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8
    CPUs
    - LP: #553837
  * mvsas: add support for Adaptec ASC-1045/1405 SAS/SATA HBA
    - LP: #553837
  * pci: add support for 82576NS serdes to existing SR-IOV quirk
    - LP: #553837
  * sched: Mark boot-cpu active before smp_init()
    - LP: #553837
  * sparc64: Make prom entry spinlock NMI safe.
    - LP: #553837
  * sysctl: require CAP_SYS_RAWIO to set mmap_min_addr
    - LP: #553837
  * e1000e: enable new 82567V-3 device
    - LP: #553837
  * ixgbe: add support for 82599 KR device 0x1517
    - LP: #553837
  * ath9k: fix lockdep warning when unloading module
    - LP: #553837
  * mqueue: fix mq_open() file descriptor leak on user-space processes
    - LP: #553837
  * virtio: fix out of range array access
    - LP: #553837
  * sched: Fix SCHED_MC regression caused by change in sched cpu_power
    - LP: #553837
  * readahead: add blk_run_backing_dev
    - LP: #553837
  * ALSA: hda: Use LPIB and 6stack-dig for eMachines T5212
    - LP: #538895, #553837
  * ALSA: hda - Disable MSI for Nvidia controller
    - LP: #553837
  * ALSA: hda - Fix secondary ADC of ALC260 basic model
    - LP: #553837
  * ALSA: hda: Fix 0 dB offset for HP laptops using CX20551 (Waikiki)
    - LP: #420578, #553837
  * ALSA: cmipci: work around invalid PCM pointer
    - LP: #553837
  * gigaset: correct clearing of at_state strings on RING
    - LP: #553837
  * gigaset: prune use of tty_buffer_request_room
    - LP: #553837
  * perf: Make the install relative to DESTDIR if specified
    - LP: #553837
  * perf_event: Fix oops triggered by cpu offline/online
    - LP: #553837
  * tmpfs: fix oops on mounts with mpol=default
    - LP: #553837
  * tmpfs: mpol=bind:0 don't cause mount error.
    - LP: #553837
  * tmpfs: handle MPOL_LOCAL mount option properly
    - LP: #553837
  * tmpfs: cleanup mpol_parse_str()
    - LP: #553837
  * doc: add the documentation for mpol=local
    - LP: #553837
  * SCSI: scsi_transport_fc: Fix synchronization issue while deleting vport
    - LP: #553837
  * NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in
    nfs_revalidate_inode()
    - LP: #553837
  * NFS: Avoid a deadlock in nfs_release_page
    - LP: #553837
  * NFS: Prevent another deadlock in nfs_release_page()
    - LP: #553837
  * tty: Keep the default buffering to sub-page units
    - LP: #553837
  * tty: Take a 256 byte padding into account when buffering below sub-page
    units
    - LP: #553837
  * USB: fix usbfs regression
    - LP: #553837
  * USB: EHCI: fix ITD list order
    - LP: #553837
  * USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh
    - LP: #553837
  * USB: qcserial: add new device ids
    - LP: #553837
  * USB: xHCI: re-initialize cmd_completion
    - LP: #553837
  * USB: serial: ftdi: add CONTEC vendor and product id
    - LP: #553837
  * USB: option: fix incorrect manufacturer name in usb/serial/option:
    MAXON->CMOTECH
    - LP: #553837
  * USB: option: move hardcoded PID to a macro in usb/serial/option
    - LP: #553837
  * USB: option: add support for a new CMOTECH device to usb/serial/option
    - LP: #553837
  * usb: r8a66597-hcd: fix removed from an attached hub
    - LP: #553837
  * wl1251: fix potential crash
    - LP: #553837
  * jme: Fix VLAN memory leak
    - LP: #553837
  * jme: Protect vlgrp structure by pause RX actions.
    - LP: #553837
  * edac, mce: Filter out invalid values
    - LP: #553837
  * iwlwifi: use dma_alloc_coherent
    - LP: #553837
  * iwlwifi: Silence tfds_in_queue message
    - LP: #553837
  * SUNRPC: Fix a potential memory leak in auth_gss
    - LP: #553837
  * sunrpc: handle allocation errors from __rpc_lookup_create()
    - LP: #553837
  * if_tunnel.h: add missing ams/byteorder.h include
    - LP: #553837
  * fs/partitions/msdos: add support for large disks
    - LP: #553837
  * fs/partition/msdos: fix unusable extended partition for > 512B sector
    - LP: #553837
  * PCI: fix return value from pcix_get_max_mmrbc()
    - LP: #553837
  * PCI: fix access of PCI_X_CMD by pcix get and set mmrbc functions
    - LP: #553837
  * PCI: cleanup error return for pcix get and set mmrbc functions
    - LP: #553837
  * rt2860sta: Fix argument to linux_pci_unmap_single()
    - LP: #553837
  * ath9k: fix BUG_ON triggered by PAE frames
    - LP: #553837
  * cpuset: fix the problem that cpuset_mem_spread_node() returns an
    offline node
    - LP: #553837
  * softlockup: Stop spurious softlockup messages due to overflow
    - LP: #553837
  * netfilter: xt_recent: fix regression in rules using a zero hit_count
    - LP: #553837
  * x86: Fix placement of FIX_OHCI1394_BASE
    - LP: #553837
  * x86, amd: Restrict usage of c1e_idle()
    - LP: #553837
  * hwmon: (coretemp) Add missing newline to dev_warn() message
    - LP: #553837
  * ALSA: hda: Use LPIB for ga-ma770-ud3 board
    - LP: #553837
  * ALSA: ac97: Add Toshiba P500 to ac97 jack sense blacklist
    - LP: #481058, #553837
  * ALSA: ac97: Add IBM ThinkPad R40e to Headphone/Line Jack Sense
    blacklist
    - LP: #303789, #553837
  * ALSA: hda: Use ALC260_WILL quirk for another Acer model (0x1025007f)
    - LP: #418627, #553837
  * ath9k: Enable TIM timer interrupt only when needed.
    - LP: #553837
  * mac80211: Retry null data frame for power save
    - LP: #553837
  * ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9k
    - LP: #553837
  * mac80211: Reset dynamic ps timer in Rx path.
    - LP: #553837
  * leds-gpio: fix default state handling on OF platforms
    - LP: #553837
  * quota: manage reserved space when quota is not active [v2]
    - LP: #553837
  * quota: Fix warning when a delayed write happens before quota is enabled
    - LP: #553837
  * ahci: use BIOS date in broken_suspend list
    - LP: #553837
  * Bluetooth: Fix potential bad memory access with sysfs files
    - LP: #553837
  * Bluetooth: Fix kernel crash on L2CAP stress tests
    - LP: #553837
  * sh: Fix zImage boot using fixed PMB.
    - LP: #553837
  * b43: Workaround circular locking in hw-tkip key update callback
    - LP: #553837
  * block: Backport of various I/O topology fixes from 2.6.33 and 2.6.34
    - LP: #553837
  * s3cmci: initialize default platform data no_wprotect and no_detect with
    1
    - LP: #553837
  * x86: Fix sched_clock_cpu for systems with unsynchronized TSC
    - LP: #553837
  * GFS2: Skip check for mandatory locks when unlocking
    - LP: #553837
  * Linux 2.6.32.11
    - LP: #553837
  * drm/i915: fix small leak on overlay error path
    - LP: #553837
  * drm/i915: Avoid NULL deref in get_pages() unwind after error.
    - LP: #553837
  * drm/nouveau: report unknown connector state if lid closed
    - LP: #553837
  * Linux-2.6.32.11+drm33.2
    - LP: #553837
  * mmc: add module parameter to set whether cards are assumed removable
    - LP: #477106
  * (pre-stable) ACPI: EC: Allow multibyte access to EC
    - LP: #526354
  * PCI quirks: disable msi on AMD rs4xx internal gfx bridges
    - LP: #509273
  * drm/i915: Add dependency on the intel agp module
    - LP: #542251
  * (pre-stable) drm/edid: allow certain bogus edids to hit a fixup path
    rather than fail
    - LP: #540632
  * drm/radeon/kms: rework pll algo selection
    - LP: #538377
  * drm/radeon/kms: update new pll algo
    - LP: #538377
  * PCI quirk: Disable MSI on VIA K8T890 systems
    - LP: #544741
  * sched: update load count only once per cpu in 10 tick update window
    - LP: #513848

 -- Andy Whitcroft <apw@canonical.com>  Fri, 09 Apr 2010 17:44:41 +0100

linux (2.6.32-19.28) lucid; urgency=low

  [ Andy Whitcroft ]

  * [Config] enable various multitouch devices
    - LP: #541453

  [ Chase Douglas ]

  * (pre-stable): input: ALPS - Add signature for HP Pavilion dm3 laptops
    - LP: #545307
  * SAUCE: Disable function tracing after hitting __schedule_bug
  * SAUCE: Reduce ACPI resource conflict message to KERN_INFO, printf
    cleanup
    - LP: #440470

  [ Jesse Barnes ]

  * SAUCE: drm/i915: don't change DRM configuration when releasing load
    detect pipe
    - LP: #488328

  [ John Johansen ]

  * SAUCE: AppArmor: Remove null_profile's use of PFLAG_NO_LIST_REF
    - LP: #539437
  * SAUCE: AppArmor: Stop page allocation warnings that can occur on policy
    load
    - LP: #458299
  * SAUCE: AppArmor: Return string len rather than the allocation size
    - LP: #551844
  * SAUCE: AppArmor: Fix oops in profile verification if profile unpack
    fails.

  [ Luke Yelavich ]

  * [Config] Enable Nouveau DRM module on powerpc

  [ Stefan Bader ]

  * SAUCE: Pull in thinkpad-acpi from v2.6.34-rc1
    - LP: #357673
  * [Config] Enable thinkpad-acpi ALSA volume control
    - LP: #357673

  [ Steve Conklin ]

  * SAUCE: drm/i915: Disable FBC on 915GM and 945GM
    - LP: #492392, #539609

  [ Upstream Kernel Changes ]

  * Revert "(pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP,
    Dell Inspiron 700m"
    - LP: #515246
  * (pre-stable) softlockup: Stop spurious softlockup messages due to
    overflow
    - LP: #551068
  * backlight: mbp_nvidia_bl - add five more MacBook variants
    - LP: #511965
  * drm/nv04-nv40: Fix up the programmed horizontal sync pulse delay.
    - LP: #529130
  * drm/nouveau: Fix fbcon corruption with font width not divisible by 8
    - LP: #544739
  * (pre-stable) USB: fix usbfs regression
  * drm/radeon/bo: add some fallback placements for VRAM only objects.
    - LP: #507148
  * drm/radeon/kms: don't print error on -ERESTARTSYS.
    - LP: #507148
  * Input: add the ABS_MT_PRESSURE event
    - LP: #541453
  * HID: Support for 3M multitouch panel
    - LP: #541453
  * HID: make 3M PCT touchscreen driver standalone config option
    - LP: #541453
  * HID: add support for Stantum multitouch panel
    - LP: #541453
  * HID: make Stantum driver standalone config option
    - LP: #541453
  * HID: add support for Acer T230H multitouch
    - LP: #541453
  * HID: add support for Pixart Imaging Optical Touch Screen
    - LP: #541453
  * HID: fixed bug in single-touch emulation on the stantum panel
    - LP: #541453
  * HID: add pressure support for the Stantum multitouch panel
    - LP: #541453
  * HID: Support for MosArt multitouch panel
    - LP: #541453
  * HID: hid-ntrig add multi input quirk and clean up
    - LP: #541453
  * HID: n-trig: remove unnecessary tool switching
    - LP: #541453
  * HID: hid-ntrig: multitouch cleanup and fix
    - LP: #541453
  * HID: hid-ntrig: Single touch mode tap
    - LP: #541453
  * hid: ntrig touch events
    - LP: #541453
  * (pre-stable) x86-32, resume: do a global tlb flush in S4 resume
    - LP: #531309
  * drm/i915: Part of: Add initial bits for VGA modesetting bringup on
    Sandybridge.
    - LP: #515246
  * drm/i915: Stop trying to use ACPI lid status to determine LVDS
    connection.
    - LP: #515246

 -- Andy Whitcroft <apw@canonical.com>  Wed, 31 Mar 2010 15:14:32 +0100

linux (2.6.32-18.27) lucid; urgency=low

  [ Chase Douglas ]

  * SAUCE: Don't register vga16fb framebuffer if other framebuffers are
    present
    - LP: #527369

  [ Loïc Minier ]

  * [Config] armel/versatile: Set CRAMFS=m
    - LP: #524893
  * [Config] armel: Reset default command-line
    - LP: #524893

  [ Stefan Bader ]

  * build/modules: Update d-i to reflect recent config changes
    - LP: #546929

  [ Upstream Kernel Changes ]

  * (pre-stable) drm/nouveau: report unknown connector state if lid closed
    - LP: #523072
  * (pre-stable) Staging: rt2870: Add USB ID for Buffalo Airstation
    WLI-UC-GN
    - LP: #441990
  * (pre-stable) iwlwifi: fix nfreed--
    - LP: #545585
  * (pre-stable) pata_via: Add VIA VX900 support
    - LP: #548675

 -- Stefan Bader <stefan.bader@canonical.com>  Fri, 26 Mar 2010 18:39:42 +0100

linux (2.6.32-17.26) lucid; urgency=low

  [ Amit Kucheria ]

  * [Config] SECURITY_FILE_CAPABILITIES dissapeared in 2.6.33

  [ Andy Whitcroft ]

  * rules -- allow architecture configurations to be missing
  * SAUCE: cdrom -- default to not locking the tray when in use
    - LP: #397734
  * expose the kernel EXTRAVERSION in dmesg and /proc/version_signature
  * record the drm version in EXTRAVERSION
  * linux-tools -- pull out the perf binary into a binary package
  * [Config] enable MMIOTRACE for graphics debugging
  * [Config] enable BLK_DEV_BSG
  * debian -- fix builds when tools are disabled
  * allow us to build default configs for automated builds
  * config -- allow locally specified configuration overrides
  * [Config] de-modularise PATA disk controllers
  * [Config] de-modularise SATA disk controllers

  [ Stefan Bader ]

  * Revert "SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow"
    - LP: #540231
  * Revert "SAUCE: (pre-stable) netfilter: xt_recent: fix false match"
    - LP: #540231
  * [Config] Update configs for 2.6.32.10
    - LP: #540231

  [ Tim Gardner ]

  * [Config] Add vmw_pvscsi and vmxnet3 to -virtual flavour
    - LP: #531017
  * SAUCE: igb: Supress an upstream compiler complaint
  * [Config] Fix sub-flavours package conflicts
    - LP: #454827

  [ Upstream Kernel Changes ]

  * Revert "tpm_tis: TPM_STS_DATA_EXPECT workaround"
    - LP: #540231
  * Revert "(pre-stable) sched: Fix SMT scheduler regression in
    find_busiest_queue()"
    - LP: #540231
  * (pre-stable) Bluetooth: Fix sleeping function in RFCOMM within invalid
    context
    - LP: #534549
  * igb: remove unused temp variable from stats clearing path
  * igb: update comments for serdes config and update to handle duplex
  * igb: update the approach taken to acquiring and releasing the phy lock
  * igb: add locking to reads of the i2c interface
  * igb: add combined function for setting rar and pool bits
  * igb: make use of the uta to allow for promiscous mode filter
  * igb: add support for 82576NS SerDes adapter
  * igb: add function to handle mailbox lock
  * igb: fix a few items where weren't correctly setup for mbx timeout
  * igb: change how we handle alternate mac addresses
  * igb: remove microwire support from igb
  * igb: move the generic copper link setup code into e1000_phy.c
  * igb: add code to retry a phy read in the event of failure on link check
  * igb: add additional error handling to the phy code
  * igb: add flushes between RAR writes when setting mac address
  * igb: Use the instance of net_device_stats from net_device.
  * igb: Fix erroneous display of stats by ethtool -S
  * igb: add new data structure for handling interrupts and NAPI
  * igb: remove rx checksum good counter
  * igb: increase minimum rx buffer size to 1K
  * igb: move the tx and rx ring specific config into seperate functions
  * igb: remove rx_ps_hdr_len
  * igb: move SRRCTL register configuration into ring specific config
  * igb: change the head and tail offsets into pointers
  * igb: add pci device pointer to ring structure
  * igb: move rx_buffer_len into the ring structure
  * igb: move alloc_failed and csum_err stats into per rx-ring stat
  * igb: add a flags value to the ring
  * igb: place a pointer to the netdev struct in the ring itself
  * igb: move the multiple receive queue configuration into seperate
    function
  * igb: delay VF reset notification until after interrupts are enabed
  * igb: setup vlan tag replication stripping in igb_vmm_control
  * igb: re-use ring configuration code in ethtool testing
  * igb: make tx ring map and free functionality non-static
  * igb: make ethtool use core xmit map and free functionality
  * igb: add single vector msi-x testing to interrupt test
  * igb: cleanup "todo" code found in igb_ethtool.c
  * igb: add support for seperate tx-usecs setting in ethtool
  * igb: cleanup some of the code related to hw timestamping
  * igb: misc cleanups within igb_ethtool.c
  * igb: use packet buffer sizes from RXPBS register
  * igb: replace the VF clear_to_send with a flags value
  * igb: rework use of VMOLR in regards to PF and VFs
  * igb: rework handling of the vfta and vlvf registers in relation to
    mng_vlan
  * igb: move vf init into a seperate function
  * igb: only process global stats in igb_update_stats
  * igb: move global_quad_port_a from global into local static define
  * igb: make tx hang check multiqueue, check eop descriptor
  * igb: cleanup code related to ring resource allocation and free
  * igb: change queue ordering for 82576 based adapters
  * igb: cleanup interrupt enablement in regards to msix_other
  * igb: Remove invalid stats counters
  * igb: cleanup igb.h header whitespace and some structure formatting
  * igb: cleanup igb xmit frame path
  * igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_adv
  * igb: replace unecessary &adapter->hw with just hw where applicable
  * igb: add pci_dev in few spots to clean up use of dev_err/info/warn
  * igb: limit minimum mtu to 68 to keep ip bound to interface
  * igb: open up SCTP checksum offloads to all MACs 82576 and newer
  * igb: cleanup whitespace issues in igb_main.c
  * igb: Fix warnings in igb_set_ringparam()
  * igb: change type for ring sizes to u16 in igb_set_ring_param
  * igb: move timesync init into a seperate function
  * igb: when number of CPUs > 4 combine tx/rx queues to allow more queues
  * igb: Rework how netdev->stats is handled
  * igb: removed unused tx/rx total bytes/packets from adapter struct
  * igb: check for packets on all tx rings when link is down
  * igb: only recycle page if it is on our numa node
  * igb: add support for the 82580 phy
  * igb: add support for 82580 MAC
  * igb: Add full support for 82580 devices
  * igb: remove use of skb_dma_map from driver
  * igb: fix handling of mailbox collisions between PF/VF
  * igb: do not force pcs link when in KX mode
  * igb: do not force retry count to 1 on 82580 phy
  * igb: correctly offset 82575 flow control watermarks by 16 bytes
  * igb: check both function bits in status register in wol exception
  * igb: make certain to reassign legacy interrupt vectors after reset
  * igb/igbvf: cleanup exception handling in tx_map_adv
  * fix LOOKUP_FOLLOW on automount "symlinks"
    - LP: #540231
  * ARM: 5944/1: scsi: fix timer setup in fas216.c
    - LP: #540231
  * V4L/DVB: dvb: l64781.ko broken with gcc 4.5
    - LP: #540231
  * bfin: fix max timeout calculation
    - LP: #540231
  * V4L/DVB: Video : pwc : Fix regression in pwc_set_shutter_speed caused
    by bad constant => sizeof conversion.
    - LP: #540231
  * V4L/DVB: bttv: Move I2C IR initialization
    - LP: #540231
  * V4L/DVB: cxusb: Select all required frontend and tuner modules
    - LP: #540231
  * memcg: fix oom killing a child process in an other cgroup
    - LP: #540231
  * fs/exec.c: fix initial stack reservation
    - LP: #540231
  * iwlwifi: error checking for number of tfds in queue
    - LP: #540231
  * iwlwifi: set HT flags after channel in rxon
    - LP: #540231
  * iwlwifi: sanity check before counting number of tfds can be free
    - LP: #540231
  * netlabel: fix export of SELinux categories > 127
    - LP: #540231
  * ahci: disable FPDMA auto-activate optimization on NVIDIA AHCI
    - LP: #540231
  * PCI hotplug: ibmphp: read the length of ebda and map entire ebda region
    - LP: #540231
  * PCI hotplug: check ioremap() return value in ibmphp_ebda.c
    - LP: #540231
  * ACPI: remove Asus P2B-DS from acpi=ht blacklist
    - LP: #540231
  * ACPI: fix "acpi=ht" boot option
    - LP: #540231
  * thinkpad-acpi: wrong thermal attribute_group removed in thermal_exit()
    - LP: #540231
  * ACPI: Be in TS_POLLING state during mwait based C-state entry
    - LP: #540231
  * mpt2sas: Delete volume before HBA detach.
    - LP: #540231
  * slab: initialize unused alien cache entry as NULL at
    alloc_alien_cache().
    - LP: #540231
  * mac80211: quit addba_resp_timer if Tx BA session is torn down
    - LP: #540231
  * V4L/DVB (13991): gspca_mr973010a: Fix cif type 1 cameras not streaming
    on UHCI controllers
    - LP: #540231
  * vfs: take f_lock on modifying f_mode after open time
    - LP: #540231
  * readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM
    - LP: #540231
  * HID: remove TENX iBuddy from blacklist
    - LP: #540231
  * HID: add multi-input quirk for NextWindow Touchscreen.
    - LP: #540231
  * HID: usbhid: introduce timeout for stuck ctrl/out URBs
    - LP: #540231
  * airo: fix setting zero length WEP key
    - LP: #540231
  * idr: fix a critical misallocation bug, take#2
    - LP: #540231
  * Switch proc/self to nd_set_link()
    - LP: #540231
  * sparc: Align clone and signal stacks to 16 bytes.
    - LP: #540231
  * sparc32: Fix page_to_phys().
    - LP: #540231
  * sparc32: Fix struct stat uid/gid types.
    - LP: #540231
  * sparc: leds_resource.end assigned to itself in clock_board_probe()
    - LP: #540231
  * sparc64: Fix sun4u execute bit check in TSB I-TLB load.
    - LP: #540231
  * net: Fix sysctl restarts...
    - LP: #540231
  * net-sysfs: Use rtnl_trylock in wireless sysfs methods.
    - LP: #540231
  * net: bug fix for vlan + gro issue
    - LP: #540231
  * inet: Remove bogus IGMPv3 report handling
    - LP: #540231
  * ipv6: conntrack: Add member of user to nf_ct_frag6_queue structure
    - LP: #540231
  * drivers/net: ks8851_mll ethernet network driver
    - LP: #540231
  * sky2: fix transmit DMA map leakage
    - LP: #540231
  * SCSI: qla2xxx: Obtain proper host structure during response-queue
    processing.
    - LP: #540231
  * rtc-core: fix memory leak
    - LP: #540231
  * offb: Add support for framebuffer handoff to offb.
    - LP: #540231
  * tpm_tis: TPM_STS_DATA_EXPECT workaround
    - LP: #540231
  * rndis_wlan: handle NL80211_AUTHTYPE_AUTOMATIC
    - LP: #540231
  * rndis_wlan: fix buffer overflow in rndis_query_oid
    - LP: #540231
  * rndis_wlan: disable stall workaround
    - LP: #540231
  * net/via-rhine: Fix scheduling while atomic bugs
    - LP: #540231
  * clocksource: Fix up a registration/IRQ race in the sh drivers.
    - LP: #540231
  * SCSI: qla1280: Drop host_lock while requesting firmware
    - LP: #540231
  * Staging: hv: add a pci device table
    - LP: #540231
  * Staging: hv: match on DMI values to know if we should run.
    - LP: #540231
  * Staging: mimio: remove the mimio driver
    - LP: #540231
  * dvb-core: Fix DoS bug in ULE decapsulation code that can be triggered
    by an invalid Payload Pointer
    - LP: #540231
  * V4L/DVB (13148): uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in
    VIDIOC_QUERYCTRL
    - LP: #540231
  * PM / Hibernate: Fix preallocating of memory
    - LP: #540231
  * macintosh/therm_adt746x: Fix sysfs attributes lifetime
    - LP: #540231
  * macintosh/hwmon/ams: Fix device removal sequence
    - LP: #540231
  * oprofile/x86: fix perfctr nmi reservation for mulitplexing
    - LP: #540231
  * oprofile: remove tracing build dependency
    - LP: #540231
  * oprofile/x86: remove node check in AMD IBS initialization
    - LP: #540231
  * oprofile/x86: use kzalloc() instead of kmalloc()
    - LP: #540231
  * oprofile/x86: fix msr access to reserved counters
    - LP: #540231
  * ALSA: hda: Use 3stack quirk for Toshiba Satellite L40-10Q
    - LP: #524948, #540231
  * ALSA: via82xx: add quirk for D1289 motherboard
    - LP: #540231
  * ALSA: pcm core - fix fifo_size channels interval check
    - LP: #540231
  * ALSA: USB MIDI support for Access Music VirusTI
    - LP: #540231
  * ALSA: hda: Use LPIB for Dell Latitude 131L
    - LP: #530346, #540231
  * ALSA: hda: Use LPIB for a Biostar Microtech board
    - LP: #523953, #540231
  * ALSA: hda - Add a position_fix quirk for MSI Wind U115
    - LP: #540231
  * ALSA: hda - Add position_fix quirk for HP dv3
    - LP: #540231
  * ALSA: hda-intel: Add position_fix quirk for ASUS M2V-MX SE.
    - LP: #540231
  * ASoC: fix ak4104 register array access
    - LP: #540231
  * driver-core: fix race condition in get_device_parent()
    - LP: #540231
  * Driver-Core: devtmpfs - reset inode permissions before unlinking
    - LP: #540231
  * tty: Fix the ldisc hangup race
    - LP: #540231
  * serial: imx: fix NULL dereference Oops when pdata == NULL
    - LP: #540231
  * USB: serial: sierra driver indat_callback fix
    - LP: #511157, #540231
  * USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor
    USB20SVGA-MB-PLUS
    - LP: #540231
  * USB: fix I2C API usage in ohci-pnx4008.
    - LP: #540231
  * p54usb: Add the USB ID for Belkin (Accton) FD7050E ver 1010ec
    - LP: #540231
  * p54pci: handle dma mapping errors
    - LP: #540231
  * gpiolib: Actually set output state in wm831x_gpio_direction_output()
    - LP: #540231
  * hwmon: (tmp421) Fix temperature conversions
    - LP: #540231
  * hwmon: (tmp421) Restore missing inputs
    - LP: #540231
  * pata_hpt3x2n: always stretch UltraDMA timing
    - LP: #540231
  * scm: Only support SCM_RIGHTS on unix domain sockets.
    - LP: #540231
  * ath9k: fix beacon timer restart after a card reset
    - LP: #540231
  * ath9k: fix rate control fallback rate selection
    - LP: #540231
  * ath9k: disable RIFS search for AR91xx based chips
    - LP: #540231
  * ath5k: use correct packet type when transmitting
    - LP: #540231
  * b43/b43legacy: Wake queues in wireless_core_start
    - LP: #540231
  * netfilter: xt_recent: fix buffer overflow
    - LP: #540231
  * netfilter: xt_recent: fix false match
    - LP: #540231
  * sunxvr500: Additional PCI id for sunxvr500 driver
    - LP: #540231
  * thinkpad-acpi: fix poll thread auto-start
    - LP: #540231
  * thinkpad-acpi: R52 brightness_mode has been confirmed
    - LP: #540231
  * thinkpad-acpi: document HKEY event 3006
    - LP: #540231
  * thinkpad-acpi: make driver events work in NVRAM poll mode
    - LP: #540231
  * thinkpad-acpi: fix bluetooth/wwan resume
    - LP: #540231
  * ocfs2: Only bug out in direct io write for reflinked extent.
    - LP: #540231
  * x86, ia32_aout: do not kill argument mapping
    - LP: #540231
  * x86: Add iMac9,1 to pci_reboot_dmi_table
    - LP: #540231
  * x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=y
    - LP: #540231
  * x86: Avoid race condition in pci_enable_msix()
    - LP: #540231
  * x86: Fix SCI on IOAPIC != 0
    - LP: #540231
  * USB: xhci: Fix finding extended capabilities registers
    - LP: #540231
  * USB: fix the idProduct value for USB-3.0 root hubs
    - LP: #540231
  * USB: fix crash in uhci_scan_schedule
    - LP: #540231
  * USB: remove debugging message for uevent constructions
    - LP: #540231
  * USB: Move hcd free_dev call into usb_disconnect to fix oops
    - LP: #540231
  * USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header
    - LP: #540231
  * USB: ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h header
    - LP: #540231
  * USB: ftdi_sio: new device id for papouch AD4USB
    - LP: #540231
  * USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)
    - LP: #540231
  * USB: add new ftdi_sio device ids
    - LP: #540231
  * USB: serial: ftdi: add CONTEC vendor and product id
    - LP: #540231
  * USB: cp210x: Add 81E8 (Zephyr Bioharness)
    - LP: #540231
  * USB: unusual_devs: Add support for multiple Option 3G sticks
    - LP: #540231
  * sunrpc: remove unnecessary svc_xprt_put
    - LP: #540231
  * SUNRPC: Handle EINVAL error returns from the TCP connect operation
    - LP: #540231
  * s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a
    card detect pin
    - LP: #540231
  * rtc-coh901331: fix braces in resume code
    - LP: #540231
  * NFS: Fix an allocation-under-spinlock bug
    - LP: #540231
  * dm: free dm_io before bio_endio not after
    - LP: #540231
  * KVM: x86 emulator: Add group8 instruction decoding
    - LP: #540231
  * KVM: x86 emulator: Forbid modifying CS segment register by mov
    instruction
    - LP: #540231
  * KVM: x86 emulator: Add group9 instruction decoding
    - LP: #540231
  * KVM: x86 emulator: Check CPL level during privilege instruction
    emulation
    - LP: #540231
  * sched: Fix sched_mv_power_savings for !SMT
    - LP: #540231
  * sched: Fix SMT scheduler regression in find_busiest_queue()
    - LP: #540231
  * sched: Don't use possibly stale sched_class
    - LP: #540231
  * x86, mm: Allow highmem user page tables to be disabled at boot time
    - LP: #540231
  * Linux 2.6.32.10
    - LP: #540231
  * drm/i915: give up on 8xx lid status
    - LP: #540231
  * drm/i915: Use a dmi quirk to skip a broken SDVO TV output.
    - LP: #540231
  * drm/ttm: handle OOM in ttm_tt_swapout
    - LP: #540231
  * drm/radeon/kms/atom: fix shr/shl ops
    - LP: #540231
  * Linux 2.6.32.10+drm33.1
    - LP: #540231

 -- Andy Whitcroft <apw@canonical.com>  Fri, 19 Mar 2010 19:17:09 +0000

linux (2.6.32-16.25) lucid; urgency=low

  [ Andy Whitcroft ]

  * linux-tools -- move to Suggests: with explicit seeding
    - LP: #534635

  [ Tim Gardner ]

  * [Config] CONFIG_HID=m

  [ Upstream Kernel Changes ]

  * (pre-stable) sched: Fix SMT scheduler regression in
    find_busiest_queue()
  * KVM: introduce kvm_vcpu_on_spin
  * KVM: VMX: Add support for Pause-Loop Exiting

 -- Andy Whitcroft <apw@canonical.com>  Tue, 09 Mar 2010 14:13:51 +0000

linux (2.6.32-16.24) lucid; urgency=low

  [ Andy Whitcroft ]

  * armel -- perf userspace does not support arm
  * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries

 -- Andy Whitcroft <apw@canonical.com>  Sat, 06 Mar 2010 11:42:12 +0000

linux (2.6.32-16.23) lucid; urgency=low

  [ Andy Whitcroft ]

  * SAUCE: PM report driver and device suspend/resume times -- move config
  * update to standards version 3.8.4.0
  * printenv -- expose all of the package selectors
  * source package -- cleanup source content control
  * doc package -- ensure we do build package content on buildd
  * lintian -- correct the address in the debian/copyright
  * lintian -- update debhelper package version dependancy
  * lintian -- fix ghostscript dependancy
  * lintian -- add required misc:Depends
  * lintian -- move our debhelper compat level to debian/compat
  * perf -- build the kernel carried tools
  * perf -- add linux-tools carrying the version switches and manuals
  * SAUCE: fix up Kconfig for staging drivers
  * [Config] enable NOUVEAU etc following drm backport
  * update DRM to mainline v2.6.33
  * [Config] Remove AppArmor config options that no longer exist (ports)
  * [Config] updateportsconfigs following drm update

  [ John Johansen ]

  * ubuntu: AppArmor -- update to mainline 2010-03-04
  * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
  * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
  * [Config] Remove AppArmor config options that no longer exist

  [ Manoj Iyer ]

  * ubuntu: rtl8192se -- version 2010-0115,0014
    - LP: #530275
  * [Config] added CONFIG_RTL8192SE module.
    - LP: #530275

  [ Tim Gardner ]

  * [Config] Added vmw_pvscsi to d-i/scsi-modules
    - LP: #531017
  * [Upstream] netfilter: xt_recent: Add an entry reaper

  [ Upstream Kernel Changes ]

  * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
    emulation"
  * Revert "KVM: x86 emulator: Fix popf emulation"
  * Revert "KVM: x86 emulator: Check IOPL level during io instruction
    emulation"
  * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
  * Revert "KVM: fix memory access during x86 emulation."
  * Add vlan (8021.Q) module package for d-i.
  * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
    Inspiron 700m
    - LP: #515246
  * [Upstream] docbook: need xmldoclinks for all doc types
  * x86: set_personality_ia32() misses force_personality32
  * lib: Introduce generic list_sort function
  * drm/nv50: Implement ctxprog/state generation.
  * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
  * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
    Inspiron 700m
    - LP: #515246

 -- Andy Whitcroft <apw@canonical.com>  Fri, 05 Mar 2010 15:40:38 +0000

linux (2.6.32-15.22) lucid; urgency=low

  [ Andy Whitcroft ]

  * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
  * Revert "SAUCE: PM report driver and device suspend/resume times."
  * [Config] set CONFIG_SR_REPORT_TIME_LIMIT

  [ Manoj Iyer ]

  * SAUCE: PM report driver and device suspend/resume times.

 -- Andy Whitcroft <apw@canonical.com>  Tue, 02 Mar 2010 01:35:37 +0000

linux (2.6.32-15.21) lucid; urgency=low

  [ Andy Whitcroft ]

  * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
  * Revert "[Config] lenovo-sl-laptop -- enable"
  * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
  * armel -- cramfs module will no longer be built
  * d-i -- make all modules optional
  * rename the debug packages to match archive standard
    - LP: #527837
  * lenovo-sl-laptop is no longer built

  [ Colin Ian King ]

  * Disable 4MB page tables for Atom, work around errata AAE44
    - LP: #523112

  [ Colin Watson ]

  * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
  * ubuntu: fsam7400: Depend on CHECK_SIGNATURE

  [ Jesse Barnes ]

  * SAUCE: drm/i915: don't change DRM configuration when releasing load
    detect pipe
    - LP: #488328

  [ Loïc Minier ]

  * [Config] armel Update versatile initrd configs
    - LP: #524893
  * SAUCE: [um] Don't use nx_enabled under UML
    - LP: #524849

  [ Manoj Iyer ]

  * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT

  [ Mario Limonciello ]

  * SAUCE: v3 - Add Dell Business Class Netbook LED driver

  [ Rafael J. Wysocki ]

  * SAUCE: PM report driver and device suspend/resume times.

  [ Surbhi Palande ]

  * Revert "[Upstream] e1000e: enhance frame fragment detection"
    - CVE-2009-4538
  * Revert "[Upstream] e1000: enhance frame fragment detection"
    - CVE-2009-4536

  [ Tim Gardner ]

  * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
  * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
  * SAUCE: (pre-stable) netfilter: xt_recent: fix false match

  [ Upstream Kernel Changes ]

  * Revert "(pre-stable) eCryptfs: Add getattr function"
  * Fix potential crash with sys_move_pages
  * futex_lock_pi() key refcnt fix
  * futex: Handle user space corruption gracefully
  * futex: Handle futex value corruption gracefully
  * Fix race in tty_fasync() properly
  * hwmon: (w83781d) Request I/O ports individually for probing
  * hwmon: (lm78) Request I/O ports individually for probing
  * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
  * ALSA: ctxfi - fix PTP address initialization
  * drm/i915: disable hotplug detect before Ironlake CRT detect
  * drm/i915: enable self-refresh on 965
  * drm/i915: Disable SR when more than one pipe is enabled
  * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
  * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
  * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
  * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
  * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
  * i2c-tiny-usb: Fix on big-endian systems
  * drm/i915: handle FBC and self-refresh better
  * drm/i915: Increase fb alignment to 64k
  * drm/i915: Update write_domains on active list after flush.
  * regulator: Fix display of null constraints for regulators
  * ALSA: hda-intel: Avoid divide by zero crash
  * CPUFREQ: Fix use after free of struct powernow_k8_data
  * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
  * cciss: Make cciss_seq_show handle holes in the h->drv[] array
  * ioat: fix infinite timeout checking in ioat2_quiesce
  * resource: add helpers for fetching rlimits
  * fs/exec.c: restrict initial stack space expansion to rlimit
  * cifs: fix length calculation for converted unicode readdir names
  * NFS: Fix a reference leak in nfs_wb_cancel_page()
  * NFS: Try to commit unstable writes in nfs_release_page()
  * NFSv4: Don't allow posix locking against servers that don't support it
  * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
  * NFS: Fix an Oops when truncating a file
  * NFS: Fix a umount race
  * NFS: Fix a bug in nfs_fscache_release_page()
  * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
  * md: fix 'degraded' calculation when starting a reshape.
  * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
  * Export the symbol of getboottime and mmonotonic_to_bootbased
  * kvmclock: count total_sleep_time when updating guest clock
  * KVM: PIT: control word is write-only
  * tpm_infineon: fix suspend/resume handler for pnp_driver
  * amd64_edac: Do not falsely trigger kerneloops
  * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
  * netfilter: nf_conntrack: per netns nf_conntrack_cachep
  * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
  * netfilter: xtables: compat out of scope fix
  * netfilter: nf_conntrack: fix hash resizing with namespaces
  * drm/i915: remove full registers dump debug
  * drm/i915: add i915_lp_ring_sync helper
  * drm/i915: Don't wait interruptible for possible plane buffer flush
  * dasd: remove strings from s390dbf
  * crypto: padlock-sha - Add import/export support
  * wmi: Free the allocated acpi objects through wmi_get_event_data
  * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
  * /dev/mem: introduce size_inside_page()
  * devmem: check vmalloc address on kmem read/write
  * devmem: fix kmem write bug on memory holes
  * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
    of value 0.
  * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
  * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
  * dst: call cond_resched() in dst_gc_task()
  * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
  * befs: fix leak
  * rtc-fm3130: add missing braces
  * Call flush_dcache_page after PIO data transfers in libata-sff.c
  * ahci: add Acer G725 to broken suspend list
  * pktgen: Fix freezing problem
  * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
  * x86/amd-iommu: Fix deassignment of a device from the pt_domain
  * x86: Re-get cfg_new in case reuse/move irq_desc
  * Staging: fix rtl8187se compilation errors with mac80211
  * ALSA: usb-audio - Avoid Oops after disconnect
  * serial: 8250: add serial transmitter fully empty test
  * sysfs: sysfs_sd_setattr set iattrs unconditionally
  * class: Free the class private data in class_release
  * USB: usbfs: only copy the actual data received
  * USB: usbfs: properly clean up the as structure on error paths
  * rtl8187: Add new device ID
  * ACPI: Add NULL pointer check in acpi_bus_start
  * ACPI: fix High cpu temperature with 2.6.32
  * drm/radeon/kms: use udelay for short delays
  * NFS: Too many GETATTR and ACCESS calls after direct I/O
  * eCryptfs: Add getattr function
  * b43: Fix throughput regression
  * ath9k: Fix sequence numbers for PAE frames
  * mac80211: Fix probe request filtering in IBSS mode
  * iwlwifi: Fix to set correct ht configuration
  * dm stripe: avoid divide by zero with invalid stripe count
  * dm log: userspace fix overhead_size calcuations
  * Linux 2.6.32.9
  * sfc: Fix SFE4002 initialisation
  * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
  * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
  * (pre-stable) HID: handle joysticks with large number of buttons
    - LP: #492056
  * (pre-stable) HID: extend mask for BUTTON usage page
    - LP: #492056
  * PM: Measure device suspend and resume times
  * e1000: enhance frame fragment detection
    - CVE-2009-4536
  * e1000e: enhance frame fragment detection
    - CVE-2009-4538
  * KVM: fix memory access during x86 emulation.
    - CVE-2010-0306
  * KVM: x86 emulator: Add Virtual-8086 mode of emulation
    - CVE-2010-0306
  * KVM: x86 emulator: Check IOPL level during io instruction emulation
    - CVE-2010-0306
  * KVM: x86 emulator: Fix popf emulation
    - CVE-2010-0306
  * KVM: x86 emulator: Check CPL level during privilege instruction
    emulation
    - CVE-2010-0306
  * Input: wacom - ensure the device is initialized properly upon resume
  * Input: wacom - add defines for packet lengths of various devices
  * Input: wacom - add support for new LCD tablets
    - LP: #516777

 -- Andy Whitcroft <apw@canonical.com>  Mon, 01 Mar 2010 22:56:28 +0000

linux (2.6.32-14.20) lucid; urgency=low

  [ Andy Whitcroft ]

  * rebuild following the GCC update to match compiler for out of tree modules
  * Revert "[Config] drbd -- enable"
  * Revert "ubuntu: drbd -- version 8.3.1"
  * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
    - LP: #510937

 -- Andy Whitcroft <apw@canonical.com>  Fri, 19 Feb 2010 18:47:18 +0000

linux (2.6.32-14.19) lucid; urgency=low

  [ Andy Whitcroft ]

  * ensure we build the source package contents when enabled
    - LP: #522308
  * [Config] enable CONFIG_X86_MCE_XEON75XX
  * SAUCE: AppArmor -- add linux/kref.h for struct kref
  * [Config] enable CONFIG_HID_ORTEK
  * enable udeb generation for arm versatile flavour
    - LP: #522515

  [ John Johansen ]

  * ubuntu: AppArmor -- update to mainline 2010-02-18
    - LP: #439560, #496110, #507069

  [ Johnathon Harris ]

  * SAUCE: HID: add support for Ortek WKB-2000
    - LP: #405390

  [ Upstream Kernel Changes ]

  * tpm_tis: TPM_STS_DATA_EXPECT workaround
    - LP: #490487
  * x86, mce: Xeon75xx specific interface to get corrected memory error
    information
  * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
  * x86, mce: Make xeon75xx memory driver dependent on PCI
  * drm/edid: Unify detailed block parsing between base and extension
    blocks
    - LP: #500999
  * (pre-stable) eCryptfs: Add getattr function
    - LP: #390833

 -- Andy Whitcroft <apw@canonical.com>  Thu, 18 Feb 2010 19:22:02 +0000

linux (2.6.32-13.18) lucid; urgency=low

  [ Andy Whitcroft ]

  * Revert "enforcer -- make the enforcement configuration common"
  * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
    (Dell E6x00 series)"
  * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
  * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
    0755"
  * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
  * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
  * Revert "SAUCE: make fc transport removal of target configurable"
  * enforcer -- make the enforcement configuration common
  * getabis -- add preempt flavour to the list
  * [Config] enforce DEVTMPFS options
  * [Config] armel -- cleanup to-be builtin modules
  * [Config] cleanup ports configs
  * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
    - LP: #485536
  * add printdebian target to find branch target
  * distclean -- do not remove debian.env
  * [Config] generic-pae switch to M586TSC
    - LP: #519448
  * git-ubuntu-log -- commonise duplicated log handling
  * git-ubuntu-log -- tighten up Bug: NNNN matching
  * git-ubuntu-log -- sort the bug numbers

  [ Chris Wilson ]

  * (pre-stable) drm/i915: Increase fb alignment to 64k
    - LP: #404064

  [ Eric Miao ]

  * arm -- enable ubuntu/ directory

  [ Huang Ying ]

  * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
  * SAUCE: crypto: ghash-intel - Fix building failure on x86_32

  [ Loïc Minier ]

  * [Config] cleanup preempt configuration
  * [Config] versatile: Fix video output
    - LP: #517594
  * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
  * [Config] Large update to armel/versatile
  * [Config] versatile: Add RTC support
  * [Config] armel: Enable NEON
  * [Config] versatile: Builtin MMC support
  * [Config] versatile Builtin SCSI controller
  * [Config] armel Disable dma_cache_sync callers
  * [Config] armel Disable asm/time.h users
  * [Config] armel Disable out of range udelay()
  * [Config] armel Disable flush_cache_range() users
  * [Config] armel -- Enable ubuntu/ drivers

  [ Steve Conklin ]

  * SAUCE: drm/i915: Add display hotplug event on Ironlake
  * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake

  [ Upstream Kernel Changes ]

  * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
  * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
    in IRQ handler""
  * clockevent: Don't remove broadcast device when cpu is dead
  * clockevents: Add missing include to pacify sparse
  * ACPI: don't cond_resched if irq is disabled
  * be2net: Add support for next generation of BladeEngine device.
  * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
  * mpt2sas: New device SAS2208 support is added
  * ar9170: Add support for D-Link DWA 160 A2
  * powerpc/fsl: Add PCI device ids for new QoirQ chips
  * davinci: dm646x: Add support for 3.x silicon revision
  * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
  * Driver-Core: devtmpfs - set root directory mode to 0755
  * driver-core: fix devtmpfs crash on s390
  * vfs: get_sb_single() - do not pass options twice
  * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
  * V4L/DVB (13569): smsusb: add autodetection support for five additional
    Hauppauge USB IDs
  * USB: mos7840: add device IDs for B&B electronics devices
  * USB: ftdi_sio: add USB device ID's for B&B Electronics line
  * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
    SubVendor ID: 0x1043 Device ID: 0x4847)
  * iTCO_wdt: Add support for Intel Ibex Peak
  * atl1c:use common_task instead of reset_task and link_chg_task
  * atl1e:disable NETIF_F_TSO6 for hardware limit
  * V4L/DVB (13680a): DocBook/media: copy images after building HTML
  * V4L/DVB (13680b): DocBook/media: create links for included sources
  * netfilter: xtables: fix conntrack match v1 ipt-save output
  * partitions: read whole sector with EFI GPT header
  * partitions: use sector size for EFI GPT
  * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
  * sched: Fix isolcpus boot option
  * sched: Fix missing sched tunable recalculation on cpu add/remove
  * nohz: Prevent clocksource wrapping during idle
  * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
  * timers, init: Limit the number of per cpu calibration bootup messages
  * PCI: Always set prefetchable base/limit upper32 registers
  * iscsi class: modify handling of replacement timeout
  * NFS: Revert default r/wsize behavior
  * HID: fixup quirk for NCR devices
  * scsi_devinfo: update Hitachi entries (v2)
  * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
  * scsi_transport_fc: remove invalid BUG_ON
  * lpfc: fix hang on SGI ia64 platform
  * libfc: fix typo in retry check on received PRLI
  * libfc: fix ddp in fc_fcp for 0 xid
  * fcoe: remove redundant checking of netdev->netdev_ops
  * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
  * libfc: lport: fix minor documentation errors
  * libfc: don't WARN_ON in lport_timeout for RESET state
  * fcoe: initialize return value in fcoe_destroy
  * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
  * libfc: fix memory corruption caused by double frees and bad error
    handling
  * libfc: fix free of fc_rport_priv with timer pending
  * libfc: remote port gets stuck in restart state without really
    restarting
  * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
  * fcoe: Fix checking san mac address
  * fcoe: Fix getting san mac for VLAN interface
  * qlge: Remove explicit setting of PCI Dev CTL reg.
  * qlge: Set PCIE max read request size.
  * qlge: Don't fail open when port is not initialized.
  * qlge: Add handler for DCBX firmware event.
  * qlge: Bonding fix for mode 6.
  * PCI: AER: fix aer inject result in kernel oops
  * DMI: allow omitting ident strings in DMI tables
  * Input: i8042 - remove identification strings from DMI tables
  * Input: i8042 - add Gigabyte M1022M to the noloop list
  * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
  * ALSA: hda - select IbexPeak handler for Calpella
  * ALSA: hda - Fix quirk for Maxdata obook4-1
  * ALSA: hda - Add missing Line-Out and PCM switches as slave
  * iTCO_wdt.c - cleanup chipset documentation
  * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
  * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
  * ahci: disable SNotification capability for ich8
  * ata_piix: fix MWDMA handling on PIIX3
  * md: fix small irregularity with start_ro module parameter
  * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
  * cio: fix double free in case of probe failure
  * cio: dont panic in non-fatal conditions
  * netiucv: displayed TX bytes value much too high
  * ipc ns: fix memory leak (idr)
  * ALSA: hda - Fix HP T5735 automute
  * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
  * UBI: fix memory leak in update path
  * UBI: initialise update marker
  * ASoC: fix a memory-leak in wm8903
  * mac80211: check that ieee80211_set_power_mgmt only handles STA
    interfaces.
  * cfg80211: fix channel setting for wext
  * KVM: S390: fix potential array overrun in intercept handling
  * KVM: only allow one gsi per fd
  * KVM: Fix race between APIC TMR and IRR
  * KVM: MMU: bail out pagewalk on kvm_read_guest error
  * KVM: x86: Fix host_mapping_level()
  * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
  * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
  * KVM: fix lock imbalance in kvm_*_irq_source_id()
  * KVM: only clear irq_source_id if irqchip is present
  * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
  * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
  * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
    - LP: #516325
  * iwlwifi: Fix throughput stall issue in HT mode for 5000
  * fnctl: f_modown should call write_lock_irqsave/restore
  * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
    CPUID drivers.
  * Linux 2.6.32.7
  * scsi_lib: Fix bug in completion of bidi commands
  * mptsas: Fix issue with chain pools allocation on katmai
  * mm: add new 'read_cache_page_gfp()' helper function
  * drm/i915: Selectively enable self-reclaim
  * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
  * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
  * x86: Set hotpluggable nodes in nodes_possible_map
  * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
  * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
  * zcrypt: Do not remove coprocessor for error 8/72
  * dasd: fix possible NULL pointer errors
  * ACPI: Add a generic API for _OSC -v2
  * ACPI: Add platform-wide _OSC support.
  * ACPI: fix OSC regression that caused aer and pciehp not to load
  * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
  * UBI: fix volume creation input checking
  * e1000/e1000e: don't use small hardware rx buffers
  * drm/i915: Reload hangcheck timer too for Ironlake
  * Fix a leak in affs_fill_super()
  * Fix failure exits in bfs_fill_super()
  * fix oops in fs/9p late mount failure
  * fix leak in romfs_fill_super()
  * Fix remount races with symlink handling in affs
  * fix affs parse_options()
  * Fix failure exit in ipathfs
  * mm: fix migratetype bug which slowed swapping
  * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
    NOMMU stack
  * Split 'flush_old_exec' into two functions
  * sparc: TIF_ABI_PENDING bit removal
  * x86: get rid of the insane TIF_ABI_PENDING bit
  * Input: winbond-cir - remove dmesg spam
  * x86: Disable HPET MSI on ATI SB700/SB800
  * iwlwifi: set default aggregation frame count limit to 31
  * drm/i915: only enable hotplug for detected outputs
  * firewire: core: add_descriptor size check
  * SECURITY: selinux, fix update_rlimit_cpu parameter
  * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
  * x86: Add Dell OptiPlex 760 reboot quirk
    - LP: #488319
  * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
  * x86/amd-iommu: Fix possible integer overflow
  * clocksource: fix compilation if no GENERIC_TIME
  * tcp: update the netstamp_needed counter when cloning sockets
  * sky2: Fix oops in sky2_xmit_frame() after TX timeout
  * net: restore ip source validation
  * af_packet: Don't use skb after dev_queue_xmit()
  * ax25: netrom: rose: Fix timer oopses
  * KVM: allow userspace to adjust kvmclock offset
  * oprofile/x86: add Xeon 7500 series support
  * oprofile/x86: fix crash when profiling more than 28 events
  * libata: retry link resume if necessary
  * mm: percpu-vmap fix RCU list walking
  * mm: purge fragmented percpu vmap blocks
  * block: fix bio_add_page for non trivial merge_bvec_fn case
  * Fix 'flush_old_exec()/setup_new_exec()' split
  * random: drop weird m_time/a_time manipulation
  * random: Remove unused inode variable
  * block: fix bugs in bio-integrity mempool usage
  * usb: r8a66597-hdc disable interrupts fix
  * connector: Delete buggy notification code.
  * be2net: Bug fix to support newer generation of BE ASIC
  * be2net: Fix memset() arg ordering.
  * mm: flush dcache before writing into page to avoid alias
  * mac80211: fix NULL pointer dereference when ftrace is enabled
  * imxfb: correct location of callbacks in suspend and resume
  * mx3fb: some debug and initialisation fixes
  * starfire: clean up properly if firmware loading fails
  * kernel/cred.c: use kmem_cache_free
  * uartlite: fix crash when using as console
  * pktcdvd: removing device does not remove its sysfs dir
  * ath9k: fix eeprom INI values override for 2GHz-only cards
  * ath9k: fix beacon slot/buffer leak
  * powerpc: TIF_ABI_PENDING bit removal
  * NET: fix oops at bootime in sysctl code
  * Linux 2.6.32.8

 -- Andy Whitcroft <apw@canonical.com>  Wed, 10 Feb 2010 18:56:52 +0000

linux (2.6.32-12.17) lucid; urgency=low

  [ Andy Whitcroft ]

  * restore linux-image prefix -- master
  * enforce -- we require SELINUX enabled -- master
  * enforce -- ensure APPARMOR is our default LSM -- master
  * make doc package completely optional -- master
  * make source package completely optional -- master
  * make linux-libc-dev completly optional -- master
  * convert package disable to a deps list -- master
  * allow common headers to switch from indep to arch -- master
  * convert binary package disable to a deps list -- master
  * add configuration option for a full source build tree -- master
  * add support for uImage kernels in package control scripts
  * getabis -- cleanup and parameterise repository list -- master
  * getabis -- move configuration to etc/getabi -- master
  * kernelconfig -- move configuration to etc -- master
  * rules -- make debian/debian.env master for branch name
  * set the current branch name -- master
  * pull back common debian.master files into debian -- master
  * enforcer -- make the enforcement configuration common
  * insert-changes -- correctly link to debian/rules in DROOT

  [ Colin Watson ]

  * future-proof ddeb handling against buildd changes

  [ Eric Miao ]

  * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
    X86

  [ Loïc Minier ]

  * Add modules.builtin.bin to prerm rm list
    - LP: #516584

  [ Tim Gardner ]

  * [Config] Implement the amd64 preempt flavour

  [ Upstream Kernel Changes ]

  * syslog: distinguish between /proc/kmsg and syscalls
    - LP: #515623
  * sfc: Fix polling for slow MCDI operations
  * sfc: Fix conditions for MDIO self-test
  * sfc: QT202x: Remove unreliable MMD check at initialisation
  * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
  * sfc: Use fixed-size buffers for MCDI NVRAM requests

 -- Andy Whitcroft <apw@canonical.com>  Fri, 05 Feb 2010 07:09:31 +0000

linux (2.6.32-12.16) lucid; urgency=low

  [ Andy Whitcroft ]

  * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
    first use"
  * SAUCE: acpi battery -- move first lookup asynchronous
    - LP: #507211
  * [Config] update configs to cleanup generic configs
  * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
  * [Config] enable USER_NS
    - LP: #480739, #509808

  [ Heiko Carstens ]

  * (pre-stable) driver-core: fix devtmpfs crash on s390
    - LP: #512370

  [ John Johansen ]

  * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
    - LP: #494565
  * [Config] VIRTIO=y for server/virtual flavours
    - LP: #494565

  [ Kay Sievers ]

  * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
    - LP: #512370

  [ Kees Cook ]

  * SAUCE: x86: brk away from exec rand area
    - LP: #452175

  [ Leann Ogasawara ]

  * [Upstream] e1000: enhance frame fragment detection
    - CVE-2009-4536
  * [Upstream] e1000e: enhance frame fragment detection
    - CVE-2009-4538

  [ Sebastian Kapfer ]

  * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
    series)
    - LP: #296610

  [ Upstream Kernel Changes ]

  * inotify: do not reuse watch descriptors
    - LP: #485556
  * inotify: only warn once for inotify problems
  * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
    Framebuffer"
  * memcg: ensure list is empty at rmdir
  * drm/i915: remove loop in Ironlake interrupt handler
  * block: Fix incorrect reporting of partition alignment
  * x86, mce: Thermal monitoring depends on APIC being enabled
  * futexes: Remove rw parameter from get_futex_key()
  * page allocator: update NR_FREE_PAGES only when necessary
  * x86, apic: use physical mode for IBM summit platforms
  * edac: i5000_edac critical fix panic out of bounds
  * x86: SGI UV: Fix mapping of MMIO registers
  * mfd: WM835x GPIO direction register is not locked
  * mfd: Correct WM835x ISINK ramp time defines
  * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
  * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
  * reiserfs: truncate blocks not used by a write
  * HID: add device IDs for new model of Apple Wireless Keyboard
  * PCI/cardbus: Add a fixup hook and fix powerpc
  * Input: pmouse - move Sentelic probe down the list
  * asus-laptop: add Lenovo SL hotkey support
  * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
  * sparc64: Fix NMI programming when perf events are active.
  * sparc64: Fix Niagara2 perf event handling.
  * i2c: Do not use device name after device_unregister
  * i2c/pca: Don't use *_interruptible
  * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
  * sched: Fix task priority bug
  * vfs: Fix vmtruncate() regression
  * Linux 2.6.32.5
  * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
  * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
  * Staging: asus_oled: fix oops in 2.6.32.2
  * Staging: hv: fix smp problems in the hyperv core code
  * tty: fix race in tty_fasync
  * ecryptfs: use after free
  * ecryptfs: initialize private persistent file before dereferencing
    pointer
  * nozomi: quick fix for the close/close bug
  * serial: 8250_pnp: use wildcard for serial Wacom tablets
  * usb: serial: fix memory leak in generic driver
  * USB: fix bitmask merge error
  * USB: Don't use GFP_KERNEL while we cannot reset a storage device
  * USB: EHCI: fix handling of unusual interrupt intervals
  * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
  * USB: add missing delay during remote wakeup
  * USB: add speed values for USB 3.0 and wireless controllers
  * ACPI: EC: Accelerate query execution
  * ACPI: EC: Add wait for irq storm
  * SCSI: enclosure: fix oops while iterating enclosure_status array
  * drm/i915: Read the response after issuing DDC bus switch command
  * drm/i915: try another possible DDC bus for the SDVO device with
    multiple outputs
  * block: bdev_stack_limits wrapper
  * DM: Fix device mapper topology stacking
  * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
  * USB: fix usbstorage for 2770:915d delivers no FAT
  * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
  * perf timechart: Use tid not pid for COMM change
  * perf events: Dont report side-band events on each cpu for
    per-task-per-cpu events
  * perf: Honour event state for aux stream data
  * Linux 2.6.32.6

 -- Andy Whitcroft <apw@canonical.com>  Wed, 27 Jan 2010 16:40:23 +0000

linux (2.6.32-11.15) lucid; urgency=low

  [ Andy Whitcroft ]

  * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
  * Revert "(pre-stable) sched: Fix balance vs hotplug race"
  * Revert "[Upstream] acerhdf: Limit modalias matching to supported
    boards"
  * Revert "[Upstream] mmc: prevent dangling block device from accessing
    stale queues"
  * Revert "SAUCE: Fix nx_enable reporting"
  * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
  * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
  * SAUCE: i915 -- disable powersave by default
    - LP: #492392

  [ Kees Cook ]

  * SAUCE: [x86] implement cs-limit nx-emulation for ia32
    - LP: #369978
  * SAUCE: [x86] fix report of cs-limit nx-emulation
    - LP: #454285
  * SAUCE: Fix nx_enable reporting
    - LP: #454285

  [ Tim Gardner ]

  * [Upstream] b43: Declare all possible firmware files.
    - LP: #488636
  * [Config] updateconfigs after adding pvscsi
    - LP: #497156
  * [Config] CONFIG_BT=m

  [ Upstream Kernel Changes ]

  * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
    for pre-Pentium"
  * SCSI: ipr: fix EEH recovery
  * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
  * SCSI: st: fix mdata->page_order handling
  * SCSI: fc class: fix fc_transport_init error handling
  * sched: Fix task_hot() test order
  * x86, cpuid: Add "volatile" to asm in native_cpuid()
  * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
  * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
  * pata_hpt3x2n: fix clock turnaround
  * pata_cmd64x: fix overclocking of UDMA0-2 modes
  * ASoC: wm8974: fix a wrong bit definition
  * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
  * ALSA: hda - Fix missing capsrc_nids for ALC88x
  * acerhdf: limit modalias matching to supported
    - LP: #435958
  * ACPI: EC: Fix MSI DMI detection
  * ACPI: Use the return result of ACPI lid notifier chain correctly
  * powerpc: Handle VSX alignment faults correctly in little-endian mode
  * ASoC: Do not write to invalid registers on the wm9712.
  * drm/radeon: fix build on 64-bit with some compilers.
  * USB: emi62: fix crash when trying to load EMI 6|2 firmware
  * USB: option: support hi speed for modem Haier CE100
  * USB: Fix a bug on appledisplay.c regarding signedness
  * USB: musb: gadget_ep0: avoid SetupEnd interrupt
  * Bluetooth: Prevent ill-timed autosuspend in USB driver
  * USB: rename usb_configure_device
  * USB: fix bugs in usb_(de)authorize_device
  * drivers/net/usb: Correct code taking the size of a pointer
  * x86: SGI UV: Fix writes to led registers on remote uv hubs
  * md: Fix unfortunate interaction with evms
  * dma: at_hdmac: correct incompatible type for argument 1 of
    'spin_lock_bh'
  * dma-debug: Do not add notifier when dma debugging is disabled.
  * dma-debug: Fix bug causing build warning
  * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
    referrals
  * x86/amd-iommu: Fix initialization failure panic
  * ioat3: fix p-disabled q-continuation
  * ioat2,3: put channel hardware in known state at init
  * KVM: MMU: remove prefault from invlpg handler
  * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
  * Libertas: fix buffer overflow in lbs_get_essid()
  * iwmc3200wifi: fix array out-of-boundary access
  * mac80211: fix propagation of failed hardware reconfigurations
  * mac80211: fix WMM AP settings application
  * mac80211: Fix IBSS merge
  * cfg80211: fix race between deauth and assoc response
  * ath5k: fix SWI calibration interrupt storm
  * ath9k: wake hardware for interface IBSS/AP/Mesh removal
  * ath9k: Fix TX queue draining
  * ath9k: fix missed error codes in the tx status check
  * ath9k: wake hardware during AMPDU TX actions
  * ath9k: fix suspend by waking device prior to stop
  * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
    64-bit
  * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
    in 0x4054
  * iwl3945: disable power save
  * iwl3945: fix panic in iwl3945 driver
  * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
  * iwlwifi: fix more eeprom endian bugs
  * iwlwifi: fix 40MHz operation setting on cards that do not allow it
  * mac80211: fix race with suspend and dynamic_ps_disable_work
  * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
  * 'sysctl_max_map_count' should be non-negative
  * kernel/sysctl.c: fix the incomplete part of
    sysctl_max_map_count-should-be-non-negative.patch
  * V4L/DVB (13596): ov511.c typo: lock => unlock
  * x86/ptrace: make genregs[32]_get/set more robust
  * memcg: avoid oom-killing innocent task in case of use_hierarchy
  * e100: Fix broken cbs accounting due to missing memset.
  * ipv6: reassembly: use seperate reassembly queues for conntrack and
    local delivery
  * netfilter: fix crashes in bridge netfilter caused by fragment jumps
  * hwmon: (sht15) Off-by-one error in array index + incorrect constants
  * b43: avoid PPC fault during resume
  * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
    support
  * sched: Fix balance vs hotplug race
  * drm/radeon/kms: fix crtc vblank update for r600
  * drm: disable all the possible outputs/crtcs before entering KMS mode
  * S390: dasd: support DIAG access for read-only devices
  * xen: fix is_disconnected_device/exists_disconnected_device
  * xen: improvement to wait_for_devices()
  * xen: wait up to 5 minutes for device connetion
  * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
  * udf: Try harder when looking for VAT inode
  * Add unlocked version of inode_add_bytes() function
  * quota: decouple fs reserved space from quota reservation
  * ext4: Convert to generic reserved quota's space management.
  * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
  * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
  * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
  * amd64_edac: unify MCGCTL ECC switching
  * x86, msr: Add support for non-contiguous cpumasks
  * x86, msr: msrs_alloc/free for CONFIG_SMP=n
  * amd64_edac: fix driver instance freeing
  * amd64_edac: make driver loading more robust
  * amd64_edac: fix forcing module load/unload
  * sched: Sched_rt_periodic_timer vs cpu hotplug
  * ext4: Update documentation to correct the inode_readahead_blks option
    name
  * lguest: fix bug in setting guest GDT entry
  * vmscan: do not evict inactive pages when skipping an active list scan
  * ksm: fix mlockfreed to munlocked
  * rt2x00: Disable powersaving for rt61pci and rt2800pci.
  * generic_permission: MAY_OPEN is not write access
  * Linux 2.6.32.3
  * untangle the do_mremap() mess
  * fasync: split 'fasync_helper()' into separate add/remove functions
  * ASoC: fix params_rate() macro use in several codecs
  * modules: Skip empty sections when exporting section notes
  * exofs: simple_write_end does not mark_inode_dirty
  * nfsd: make sure data is on disk before calling ->fsync
  * sunrpc: fix peername failed on closed listener
  * SUNRPC: Fix up an error return value in
    gss_import_sec_context_kerberos()
  * SUNRPC: Fix the return value in gss_import_sec_context()
  * sunrpc: on successful gss error pipe write, don't return error
  * drm/i915: Update LVDS connector status when receiving ACPI LID event
  * drm/i915: fix order of fence release wrt flushing
  * drm/i915: Permit pinning whilst the device is 'suspended'
  * drm: remove address mask param for drm_pci_alloc()
  * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
  * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
    pipeconf on Ironlake
  * drm/i915: Select the correct BPC for LVDS on Ironlake
  * drm/i915: fix unused var
  * rtc_cmos: convert shutdown to new pnp_driver->shutdown
  * drivers/cpuidle/governors/menu.c: fix undefined reference to
    `__udivdi3'
  * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
  * lib/rational.c needs module.h
  * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
    DMA_FROM_DEVICE and
  * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
  * mmc_block: add dev_t initialization check
  * mmc_block: fix probe error cleanup bug
  * mmc_block: fix queue cleanup
  * ALSA: hda - Fix ALC861-VD capture source mixer
  * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
    blacklist
  * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
    - LP: #498863
  * ASoC: Fix WM8350 DSP mode B configuration
  * netfilter: ebtables: enforce CAP_NET_ADMIN
  * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
  * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
  * hwmon: (adt7462) Fix pin 28 monitoring
  * quota: Fix dquot_transfer for filesystems different from ext4
  * xen: fix hang on suspend.
  * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
  * ath5k: Fix eeprom checksum check for custom sized eeproms
  * cfg80211: fix syntax error on user regulatory hints
  * iwl: off by one bug
  * mac80211: add missing sanity checks for action frames
  * drm/i915: remove render reclock support
  * libertas: Remove carrier signaling from the scan code
  * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
  * mac80211: fix skb buffering issue (and fixes to that)
  * fix braindamage in audit_tree.c untag_chunk()
  * fix more leaks in audit_tree.c tag_chunk()
  * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
  * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
  * agp/intel-agp: Clear entire GTT on startup
  * Linux 2.6.32.4
  * ethtool: Add reset operation
  * gro: Name the GRO result enumeration type
  * gro: Change all receive functions to return GRO result codes
  * sfc: 10Xpress: Initialise pause advertising flags
  * sfc: 10Xpress: Report support for pause frames
  * sfc: Remove redundant header gmii.h
  * sfc: Remove redundant hardware initialisation
  * sfc: Rename Falcon-specific board code and types
  * sfc: Remove boards.h, moving last remaining declaration to falcon.h
  * sfc: Remove versioned bitfield macros
  * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
  * sfc: Update hardware definitions for Siena
  * sfc: Rename register I/O header and functions used by both Falcon and
    Siena
  * sfc: Eliminate indirect lookups of queue size constants
  * sfc: Define DMA address mask explicitly in terms of descriptor field
    width
  * sfc: Move all TX DMA length limiting into tx.c
  * sfc: Change order of device removal to reverse of probe order
  * sfc: Remove declarations of nonexistent functions
  * sfc: Move efx_xmit_done() declaration into correct stanza
  * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
  * sfc: Maintain interrupt moderation values in ticks, not microseconds
  * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
  * sfc: Remove pointless abstraction of memory BAR number
  * sfc: Remove incorrect assertion from efx_pci_remove_main()
  * sfc: Remove unnecessary tests of efx->membase
  * sfc: Move MTD probe after netdev registration and name allocation
  * sfc: Remove unused code for non-autoneg speed/duplex switching
  * sfc: Rename 'xfp' file and functions to reflect reality
  * sfc: Really allow RX checksum offload to be disabled
  * sfc: Feed GRO result into RX allocation policy and interrupt moderation
  * sfc: Enable heuristic selection between page and skb RX buffers
  * sfc: Remove pointless abstraction of memory BAR number (2)
  * sfc: Remove redundant gotos from __efx_rx_packet()
  * sfc: Remove ridiculously paranoid assertions
  * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
  * sfc: Record RX queue number on GRO path
  * sfc: SFT9001: Reset LED configuration correctly after blinking
  * sfc: Use a single blink implementation
  * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
  * sfc: Make board information explicitly Falcon-specific
  * sfc: Move definition of struct falcon_nic_data into falcon.h
  * sfc: Move struct falcon_board into struct falcon_nic_data
  * sfc: Move all I2C stuff into struct falcon_board
  * sfc: Gather link state fields in struct efx_nic into new struct
    efx_link_state
  * sfc: Remove unnecessary casts to struct sk_buff *
  * sfc: Remove redundant efx_xmit() function
  * sfc: Combine high-level header files
  * sfc: Log interrupt and reset type names, not numbers
  * sfc: Fix descriptor cache sizes
  * sfc: Treat all MAC registers as 128-bit
  * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
  * sfc: Comment corrections
  * sfc: Remove unused constant
  * sfc: Clean up struct falcon_board and struct falcon_board_data
  * sfc: Fix bugs in RX queue flushing
  * sfc: Remove unused function efx_flush_queues()
  * sfc: Only switch Falcon MAC clocks as necessary
  * sfc: Hold MAC lock for longer in efx_init_port()
  * sfc: Split MAC stats DMA initiation and completion
  * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
  * sfc: Simplify XMAC link polling
  * sfc: Change MAC promiscuity and multicast hash at the same time
  * sfc: Move inline comment into kernel-doc
  * sfc: Do not set net_device::trans_start in self-test
  * sfc: Simplify PHY polling
  * sfc: QT202x: Reset before reading PHY id
  * sfc: Replace MDIO spinlock with mutex
  * sfc: Always start Falcon using the XMAC
  * sfc: Limit some hardware workarounds to Falcon
  * sfc: Remove EFX_WORKAROUND_9141 macro
  * sfc: Remove another unused workaround macro
  * sfc: Remove some redundant whitespace
  * sfc: Decouple NIC revision number from Falcon PCI revision number
  * sfc: Move descriptor cache base addresses to struct efx_nic_type
  * sfc: Clean up RX event handling
  * sfc: Remove redundant writes to INT_ADR_KER
  * sfc: Remove duplicate hardware structure definitions
  * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
  * sfc: Move Falcon NIC operations to efx_nic_type
  * sfc: Refactor link configuration
  * sfc: Generalise link state monitoring
  * sfc: Add power-management and wake-on-LAN support
  * sfc: Implement ethtool reset operation
  * sfc: Add efx_nic_type operation for register self-test
  * sfc: Add efx_nic_type operation for NVRAM self-test
  * sfc: Add efx_nic_type operation for identity LED control
  * sfc: Separate shared NIC code from Falcon-specific and rename
    accordingly
  * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
  * sfc: Extend loopback mode enumeration
  * sfc: Remove static PHY data and enumerations
  * sfc: Extend MTD driver for use with new NICs
  * sfc: Allow for additional checksum offload features
  * sfc: Rename falcon.h to nic.h
  * sfc: Move shared NIC code from falcon.c to new source file nic.c
  * sfc: Add firmware protocol definitions (MCDI)
  * sfc: Add support for SFC9000 family (1)
  * sfc: Add support for SFC9000 family (2)
  * sfc: Implement TSO for TCP/IPv6
  * sfc: Update version, copyright dates, authors
  * drivers/net/sfc: Correct code taking the size of a pointer
  * sfc: Move PHY software state initialisation from init() into probe()
  * sfc: Include XGXS in XMAC link status check except in XGMII loopback
  * sfc: Fix DMA mapping cleanup in case of an error in TSO
  * sfc: QT2025C: Work around PHY bug
  * sfc: QT2025C: Switch into self-configure mode when not in loopback
  * sfc: QT2025C: Work around PHY firmware initialisation bug
  * sfc: QT2025C: Add error message for suspected bad SFP+ cables
  * sfc: Disable TX descriptor prefetch watchdog
  * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
    - LP: #497156

 -- Andy Whitcroft <apw@canonical.com>  Tue, 19 Jan 2010 16:12:47 +0000

linux (2.6.32-10.14) lucid; urgency=low

  [ Alex Deucher ]

  * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
    - LP: #493795

  [ Andy Whitcroft ]

  * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
    id is less than 0x0f."
  * config-check -- ensure the checks get run at build time
  * config-check -- check the processed config during updateconfigs
  * config-check -- CONFIG_SECCOMP may not be present
  * TUN is now built in ignore
  * SAUCE: acpi battery -- delay first lookup of the battery until first
    use
  * SAUCE: async_populate_rootfs: move rootfs init earlier
  * ubuntu: AppArmor -- update to mainline 2010-01-06
  * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
    - LP: #498525

  [ Dave Airlie ]

  * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600

  [ Leann Ogasawara ]

  * Add asix to nic-usb-modules file
    - LP: #499785

  [ Peter Zijlstra ]

  * (pre-stable) sched: Fix balance vs hotplug race

  [ Tim Gardner ]

  * [Config] Enable CONFIG_FUNCTION_TRACER
    - LP: #497989
  * [Config] Drop lpia from getabis
  * [Config] Build in TUN/TAP driver
    - LP: #499491
  * [Config] DH_COMPAT=5

  [ Upstream Kernel Changes ]

  * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
    component_only tv_modes"
  * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
    turned off"
  * USB: usb-storage: fix bug in fill_inquiry
  * USB: option: add pid for ZTE
  * firewire: ohci: handle receive packets with a data length of zero
  * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
    of ->completed counter
  * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
    counter
  * rcu: Fix note_new_gpnum() uses of ->gpnum
  * rcu: Remove inline from forward-referenced functions
  * perf_event: Fix invalid type in ioctl definition
  * perf_event: Initialize data.period in perf_swevent_hrtimer()
  * perf: Don't free perf_mmap_data until work has been done
  * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
  * sched: Check for an idle shared cache in select_task_rq_fair()
  * sched: Fix affinity logic in select_task_rq_fair()
  * sched: Rate-limit newidle
  * sched: Fix and clean up rate-limit newidle code
  * x86/amd-iommu: attach devices to pre-allocated domains early
  * x86/amd-iommu: un__init iommu_setup_msi
  * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
    up the PCI tree
  * x86: Fix iommu=nodac parameter handling
  * x86: GART: pci-gart_64.c: Use correct length in strncmp
  * x86: ASUS P4S800 reboot=bios quirk
    - LP: #366682
  * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
  * ssb: Fix range check in sprom write
  * ath5k: allow setting txpower to 0
  * ath5k: enable EEPROM checksum check
  * hrtimer: Fix /proc/timer_list regression
  * ALSA: hrtimer - Fix lock-up
  * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
  * KVM: x86 emulator: limit instructions to 15 bytes
  * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
  * KVM: s390: Make psw available on all exits, not just a subset
  * KVM: fix irq_source_id size verification
  * KVM: x86: include pvclock MSRs in msrs_to_save
  * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
  * x86: Use -maccumulate-outgoing-args for sane mcount prologues
  * x86, mce: don't restart timer if disabled
  * x86/mce: Set up timer unconditionally
  * x86: SGI UV: Fix BAU initialization
  * x86: Fix duplicated UV BAU interrupt vector
  * x86: Add new Intel CPU cache size descriptors
  * x86: Fix typo in Intel CPU cache size descriptor
  * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
  * s390: clear high-order bits of registers after sam64
  * V4L/DVB: Fix test in copy_reg_bits()
  * bsdacct: fix uid/gid misreporting
  * UBI: flush wl before clearing update marker
  * jbd2: don't wipe the journal on a failed journal checksum
  * USB: xhci: Add correct email and files to MAINTAINERS entry.
  * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
  * USB: option.c: add support for D-Link DWM-162-U5
  * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
  * USB: usb-storage: add BAD_SENSE flag
  * USB: Close usb_find_interface race v3
  * pxa/em-x270: fix usb hub power up/reset sequence
  * hfs: fix a potential buffer overflow
  * SUNRPC: IS_ERR/PTR_ERR confusion
  * NFS: Fix nfs_migrate_page()
  * md/bitmap: protect against bitmap removal while being updated.
  * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
  * devpts_get_tty() should validate inode
  * debugfs: fix create mutex racy fops and private data
  * Driver core: fix race in dev_driver_string
  * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
  * mac80211: Fix bug in computing crc over dynamic IEs in beacon
  * mac80211: Fixed bug in mesh portal paths
  * mac80211: Revert 'Use correct sign for mesh active path refresh'
  * mac80211: fix scan abort sanity checks
  * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
  * rtl8187: Fix wrong rfkill switch mask for some models
  * x86: Fix bogus warning in apic_noop.apic_write()
  * mm: hugetlb: fix hugepage memory leak in mincore()
  * mm: hugetlb: fix hugepage memory leak in walk_page_range()
  * powerpc/windfarm: Add detection for second cpu pump
  * powerpc/therm_adt746x: Record pwm invert bit at module load time]
  * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
  * drm/radeon/kms: Add quirk for HIS X1300 board
  * drm/radeon/kms: handle vblanks properly with dpms on
  * drm/radeon/kms: fix legacy crtc2 dpms
  * drm/radeon/kms: fix vram setup on rs600
  * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
  * drm/ttm: Fix build failure due to missing struct page
  * drm/i915: Set the error code after failing to insert new offset into mm
    ht.
  * drm/i915: Add the missing clonemask for display port on Ironlake
  * xen/xenbus: make DEVICE_ATTR()s static
  * xen: re-register runstate area earlier on resume.
  * xen: restore runstate_info even if !have_vcpu_info_placement
  * xen: correctly restore pfn_to_mfn_list_list after resume
  * xen: register timer interrupt with IRQF_TIMER
  * xen: register runstate on secondary CPUs
  * xen: don't call dpm_resume_noirq() with interrupts disabled.
  * xen: register runstate info for boot CPU early
  * xen: call clock resume notifier on all CPUs
  * xen: improve error handling in do_suspend.
  * xen: don't leak IRQs over suspend/resume.
  * xen: use iret for return from 64b kernel to 32b usermode
  * xen: explicitly create/destroy stop_machine workqueues outside
    suspend/resume region.
  * Xen balloon: fix totalram_pages counting.
  * xen: try harder to balloon up under memory pressure.
  * dm exception store: free tmp_store on persistent flag error
  * dm snapshot: only take lock for statustype info not table
  * dm crypt: move private iv fields to structs
  * dm crypt: restructure essiv error path
  * dm: avoid _hash_lock deadlock
  * dm snapshot: cope with chunk size larger than origin
  * dm crypt: separate essiv allocation from initialisation
  * dm crypt: make wipe message also wipe essiv key
  * slc90e66: fix UDMA handling
  * tcp: Stalling connections: Fix timeout calculation routine
  * ip_fragment: also adjust skb->truesize for packets not owned by a
    socket
  * b44 WOL setup: one-bit-off stack corruption kernel panic fix
  * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
  * sparc64: Fix overly strict range type matching for PCI devices.
  * sparc64: Fix stack debugging IRQ stack regression.
  * sparc: Set UTS_MACHINE correctly.
  * b43legacy: avoid PPC fault during resume
  * tracing: Fix event format export
  * ath9k: Fix TX hang poll routine
  * ath9k: fix processing of TX PS null data frames
  * ath9k: Fix maximum tx fifo settings for single stream devices
  * ath9k: fix tx status reporting
  * mac80211: Fix dynamic power save for scanning.
  * drm/i915: Fix sync to vblank when VGA output is turned off
  * memcg: fix memory.memsw.usage_in_bytes for root cgroup
  * thinkpad-acpi: fix default brightness_mode for R50e/R51
  * thinkpad-acpi: preserve rfkill state across suspend/resume
  * ipw2100: fix rebooting hang with driver loaded
  * matroxfb: fix problems with display stability
  * acerhdf: add new BIOS versions
  * asus-laptop: change light sens default values.
  * vmalloc: conditionalize build of pcpu_get_vm_areas()
  * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
  * net: Fix userspace RTM_NEWLINK notifications.
  * ext3: Fix data / filesystem corruption when write fails to copy data
  * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
  * bcm63xx_enet: fix compilation failure after get_stats_count removal
  * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
  * drm/i915: Avoid NULL dereference with component_only tv_modes
  * drm/i915: PineView only has LVDS and CRT ports
  * drm/i915: Fix LVDS stability issue on Ironlake
  * mm: sigbus instead of abusing oom
  * ipvs: zero usvc and udest
  * jffs2: Fix long-standing bug with symlink garbage collection.
  * intel-iommu: Detect DMAR in hyperspace at probe time.
  * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
  * intel-iommu: Check for an RMRR which ends before it starts.
  * intel-iommu: Fix oops with intel_iommu=igfx_off
  * intel-iommu: ignore page table validation in pass through mode
  * netfilter: xtables: document minimal required version
  * perf_event: Fix incorrect range check on cpu number
  * implement early_io{re,un}map for ia64
  * Linux 2.6.32.2

 -- Andy Whitcroft <apw@canonical.com>  Thu, 07 Jan 2010 15:28:43 +0000

linux (2.6.32-9.13) lucid; urgency=low

  [ Andy Whitcroft ]

  * [Config] enable CONFIG_B43_PHY_LP
    - LP: #493059
  * include modules.builtin in the binary debs
  * config-check -- add a configuration enforcer
  * config-check -- add a unit-test suite to the checker
  * [Config] Enable CONFIG_SYN_COOKIES for versatile
  * [Config] Enable CONFIG_SECURITY_SMACK for ports
  * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
  * [Config] Disable CONFIG_COMPAT_BRK for ports
  * getabis -- add armel versatile to the list

  [ Brad Figg ]

  * SAUCE: Increase the default prealloc buffer for HDA audio devices
    (non-modem)

  [ Manoj Iyer ]

  * ubuntu: onmibook -- Added missing BOM file

  [ Tim Gardner ]

  * ubuntu: fsam7400 -- Cleanup Makefile

  [ Upstream Kernel Changes ]

  * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
  * signal: Fix alternate signal stack check
  * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
  * SCSI: osd_protocol.h: Add missing #include
  * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
  * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
    ENOSPC
  * ext4: avoid divide by zero when trying to mount a corrupted file system
  * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
  * ext4: fix lock order problem in ext4_move_extents()
  * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
  * ext4: plug a buffer_head leak in an error path of ext4_iget()
  * ext4: make sure directory and symlink blocks are revoked
  * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
  * ext4: journal all modifications in ext4_xattr_set_handle
  * ext4: don't update the superblock in ext4_statfs()
  * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
    non-zero
  * ext4: fix block validity checks so they work correctly with meta_bg
  * ext4: avoid issuing unnecessary barriers
  * ext4: fix error handling in ext4_ind_get_blocks()
  * ext4: make trim/discard optional (and off by default)
  * ext4: make "norecovery" an alias for "noload"
  * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
  * ext4: initialize moved_len before calling ext4_move_extents()
  * ext4: move_extent_per_page() cleanup
  * jbd2: Add ENOMEM checking in and for
    jbd2_journal_write_metadata_buffer()
  * ext4: Return the PTR_ERR of the correct pointer in
    setup_new_group_blocks()
  * ext4: Avoid data / filesystem corruption when write fails to copy data
  * ext4: wait for log to commit when umounting
  * ext4: remove blocks from inode prealloc list on failure
  * ext4: ext4_get_reserved_space() must return bytes instead of blocks
  * ext4: quota macros cleanup
  * ext4: fix incorrect block reservation on quota transfer.
  * ext4: Wait for proper transaction commit on fsync
  * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
  * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
  * Linux 2.6.32.1
  * kbuild: generate modules.builtin
  * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
    - LP: #494461
  * (pre-stable) drm/i915: Avoid NULL dereference with component_only
    tv_modes
    - LP: #494045

  [ Zhao Yakui ]

  * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
    less than 0x0f.
    - LP: #481765

 -- Andy Whitcroft <apw@canonical.com>  Thu, 17 Dec 2009 15:41:21 +0000

linux (2.6.32-8.12) lucid; urgency=low

  [ Andy Whitcroft ]

  * SAUCE: AppArmor -- add linux/err.h for ERR_PTR

 -- Andy Whitcroft <apw@canonical.com>  Sat, 12 Dec 2009 10:56:16 +0000

linux (2.6.32-8.11) lucid; urgency=low

  [ Andy Whitcroft ]

  * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
    up"
  * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
    transition."
  * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
  * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
  * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
  * Revert "SAUCE: AppArmor: Fix oops after profile removal"
  * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
  * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
  * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
    mem"
  * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
    denied"
  * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
  * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
    allocation"
  * Revert "SAUCE: AppArmor: Set error code after structure
    initialization."
  * Revert "AppArmor -- fix pstrace_may_access rename"
  * Revert "ubuntu: AppArmor security module"
  * Revert "SAUCE: Add config option to set a default LSM"
  * Revert "ubuntu: fsam7400 -- sw kill switch driver"
  * Revert "[Config] fsam7400 -- enable"
  * Revert "[Config] AUFS -- enable"
  * Revert "ubuntu: AUFS -- aufs2-30 20090727"
  * Revert "ubuntu: AUFS -- export various core functions -- fixes"
  * Revert "ubuntu: AUFS -- export various core functions"
  * Revert "[Config] ubuntu/iscsitarget -- disable"
  * Revert "[Config] iscsitarget -- enable"
  * Revert "ubuntu: iscsitarget -- SVN revision r214"
  * update Vcs-Git to point to the correct repository
    - LP: #493589
  * update build environment overrides to lucid
    - LP: #493589
  * [Config] enable CONFIG_DEVTMPFS
  * [Config] update all configs following AppArmor 2009-12-08 update
  * SAUCE: isapnp_init: make isa PNP scans occur async
  * [Config] fsam7400 -- enable
  * [Config] omnibook -- enable
  * [Config] cleanup CONFIG_AUDIT
  * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
  * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
  * ubuntu: AUFS -- aufs2 20091209
  * [Config] AUFS -- enable
  * [Config] iscsitarget -- enable

  [ Arjan van de Ven ]

  * SAUCE: KMS: cache the EDID information of the LVDS

  [ Colin Watson ]

  * bnx2: update d-i firmware filenames
    - LP: #494052
  * add cdc_ether to nic-usb-modules udeb
    - LP: #495060

  [ John Johansen ]

  * ubuntu: AppArmor -- mainline 2009-10-08

  [ Manoj Iyer ]

  * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
  * ubuntu: omnibook -- support Toshiba (HP) netbooks
  * ubuntu: iscsitarget --- version 1.4.19
    - LP: #494693

  [ Surbhi Palande ]

  * SAUCE: Make populate_rootfs asynchronous

  [ Tim Gardner ]

  * Parallelize flavour builds and packaging
  * [Config] Enable CONFIG_KSM

  [ Upstream Kernel Changes ]

  * Config option to set a default LSM
  * LSM: Add security_path_chroot().
  * LSM: Add security_path_chroot().
  * LSM: Move security_path_chmod()/security_path_chown() to after
    mutex_lock().
  * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT

 -- Andy Whitcroft <apw@canonical.com>  Fri, 11 Dec 2009 17:45:19 +0000

linux (2.6.32-7.10) lucid; urgency=low

  [ Andy Whitcroft ]

  * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS

 -- Andy Whitcroft <apw@canonical.com>  Sun, 06 Dec 2009 12:56:48 +0000

linux (2.6.32-7.9) lucid; urgency=low

  [ Andy Whitcroft ]

  * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
    - LP: #458982
  * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
  * [Config] update configs following versatile switch to V7
  * rebased to v2.6.32
  * [Config] update configs following rebase to v2.6.32
  * [Config] update ports configs following rebase to v2.6.32
  * SAUCE: default ATI Radeon KMS to off until userspace catches up

  [ Arjan van de Ven ]

  * SAUCE: vfs: Add a trace point in the mark_inode_dirty function

  [ Leann Ogasawara ]

  * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
    permissions
    - CVE-2009-3939

  [ Loic Minier ]

  * SAUCE: select a v7 CPU for versatile

  [ Takashi Iwai ]

  * SAUCE: ALSA: hda - Add power on/off counter

  [ Upstream changes ]

  * rebased to v2.6.32

 -- Andy Whitcroft <apw@canonical.com>  Fri, 04 Dec 2009 10:44:50 +0000

linux (2.6.32-6.8) lucid; urgency=low

  [ Andy Whitcroft ]

  * [Config] disable SSB devices for armel

 -- Andy Whitcroft <apw@canonical.com>  Sat, 28 Nov 2009 12:16:40 +0000

linux (2.6.32-6.7) lucid; urgency=low

  [ Andy Whitcroft ]

  * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
  * Revert "SAUCE: Dell XPS710 reboot quirk"
  * Revert "SAUCE: Link acpi-cpufreq.o first"
  * Revert "SAUCE: LPIA  Logical reset of USB port on resume"
  * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
  * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
  * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
  * Revert "Add Dell Dimension 9200 reboot quirk"
  * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
  * Revert "SAUCE: tulip: Define ULI PCI ID's"
  * Revert "SAUCE: Lower warning level of some PCI messages"
  * Revert "mac80211: fix two issues in debugfs"
    Drop a number of known redundant commits as identified in the Ubuntu
    delta review blueprint.

  * reenable armel versatile flavour
  * [Config] disable CONFIG_USB_DEVICEFS

  [ Tim Gardner ]

  * [Config] udeb: Add squashfs to fs-core-modules
    - LP: #352615
  * [Config] Create a real squashfs udeb
    - LP: #352615


 -- Andy Whitcroft <apw@canonical.com>  Fri, 27 Nov 2009 17:31:16 +0000

linux (2.6.32-5.6) lucid; urgency=low

  [ Andy Whitcroft ]

  * rebase to v2.6.32-rc8
  * update configs following rebase to v2.6.32-rc8
  * update ports configs since rebase to v2.6.32-rc8
  * [Config] enable cgroup options
    - LP: #480739

  [ Upstream Kernel Changes ]

  * rebase to v2.6.32-rc8

 -- Andy Whitcroft <apw@canonical.com>  Mon, 23 Nov 2009 11:16:14 +0000

linux (2.6.32-4.5) lucid; urgency=low

  [ Andy Whitcroft ]

  * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
  * rebase to v2.6.32-rc7
  * resync with Karmic proposed

  [ John Johansen ]

  * SAUCE: AppArmor: Fix oops after profile removal
    - LP: #475619
  * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
    - LP: #437258
  * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
    - LP: #479102
  * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
    - LP: #479115
  * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
    transition.
    - LP: #480112

  [ Ubuntu Changes ]

  * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)

  [ Upstream Kernel Changes ]

  * rebase to v2.6.32-rc7

 -- Andy Whitcroft <apw@canonical.com>  Fri, 13 Nov 2009 11:35:13 +0000

linux (2.6.32-3.4) lucid; urgency=low

  [ Andy Whitcroft ]

  * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
  * [Upstream] add local prefix to oss local change_bits

  [ Upstream Kernel Changes ]

  * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
  * mtd/maps: gpio-addr-flash: depend on GPIO arch support

 -- Andy Whitcroft <apw@canonical.com>  Wed, 11 Nov 2009 14:47:04 +0000

linux (2.6.32-3.3) lucid; urgency=low

  [ Andy Whitcroft ]

  * rebase to v2.6.32-rc6
  * [Config] update configs following rebase to v2.6.32-rc6
  * [Config] update ports configs following rebase to v2.6.32-rc6
  * resync with Karmic Ubuntu-2.6.31-15.49
  * [Config] add module ignores for broken drivers

  [ John Johansen ]

  * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
    - LP: #453335
  * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
    - LP: #458299
  * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
    - LP: #462824
  * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
    - LP: #451375

  [ Kees Cook ]

  * SAUCE: Fix nx_enable reporting
    - LP: #454285

  [ Scott James Remnant ]

  * Revert "SAUCE: trace: add trace_event for the open() syscall"
  * SAUCE: trace: add trace events for open(), exec() and uselib()
    - LP: #462111

  [ Stefan Bader ]

  * SAUCE: Fix sub-flavour script to not stop on missing directories
    - LP: #453073

  [ Ubuntu Changes ]

  * resync with Karmic Ubuntu-2.6.31-15.49

  [ Upstream Kernel Changes ]

  * rebase to v2.6.32-rc6
    - LP: #464552

 -- Andy Whitcroft <apw@canonical.com>  Tue, 10 Nov 2009 15:00:57 +0000

linux (2.6.32-2.2) lucid; urgency=low

  [ Andy Whitcroft ]

  * install the full changelog with the binary package
  * changelog -- explicitly note rebases and clean history
  * reinstate armel.mk with no flavours
    - LP: #449637
  * [Upstream] block: silently error unsupported empty barriers too
    - LP: #420423
  * [Config] udate configs following karmic resync
  * [Config] update ports configs following karmic resync
  * [Upstream] lirc -- follow removal of .id element

  [ Colin Watson ]

  * Use section 'admin' rather than 'base'
  * Add more e100 firmware to nic-modules
    - LP: #451872
  * Add qla1280 firmware to scsi-modules
    - LP: #381037

  [ John Johansen ]

  * SAUCE: AppArmor: Set error code after structure initialization.
    - LP: #427948
  * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
    - LP: #446595
  * SAUCE: AppArmor: Fix mediation of "deleted" paths

  [ Kees Cook ]

  * SAUCE: [x86] fix report of cs-limit nx-emulation
    - LP: #454285

  [ Leann Ogasawara ]

  * SAUCE: (drop after 2.6.31) input: Add support for filtering input
    events
    - LP: #430809
  * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
    toggle switch press
    - LP: #430809

  [ Luke Yelavich ]

  * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
  * [Config] Add sd_mod to scsi-modules udeb for powerpc

  [ Mario Limonciello ]

  * SAUCE: Update to LIRC 0.8.6
    - LP: #432678
  * SAUCE: dell-laptop: Store the HW switch status internally rather than
    requerying every time
    - LP: #430809
  * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
    - LP: #430809

  [ Stefan Bader ]

  * [Upstream] acerhdf: Limit modalias matching to supported boards
    - LP: #435958

  [ Tim Gardner ]

  * [Upstream] i915: Fix i2c init message
    - LP: #409361
  * [Config] Add sym53c8xx.ko to virtual sub-flavour
    - LP: #439415
  * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
    - LP: #439456
  * [Config] Set default I/O scheduler back to CFQ for desktop flavours
    - LP: #381300
  * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
    - LP: #430694
  * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
    - LP: #430694
  * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
    - LP: #416325
  * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
    - LP: #430694
  * SAUCE: Raise the default console 'quiet' level to 2
  * [Config] CONFIG_X86_PAT=y
  * [Config] Add armel arch to linux-libc-dev arches.
    - LP: #449637
  * [Config] CONFIG_X86_MCE
  * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
    M300 to rate blacklist
    - LP: #433801

  [ Upstream Kernel Changes ]

  * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
  * drm/i915: Fix FDI M/N setting according with correct color depth
    - LP: #416792

 -- Andy Whitcroft <apw@canonical.com>  Thu, 22 Oct 2009 16:53:33 +0100

linux (2.6.32-1.1) lucid; urgency=low

  [ Andy Whitcroft ]

  * rebase to v2.6.32-rc3
  * [Config] update configs following rebase to 2.6.32-rc3
  * [Config] update ports configs following rebase to 2.6.32-rc3
  * AppArmor -- fix pstrace_may_access rename
  * staging/android -- disable
  * ubuntu: dm-raid-45 -- update to compile with 2.6.32
  * ubuntu: drbd -- disable
  * staging/comdi -- disable
  * staging/go7007 -- disable
  * [Config] staging/winbond -- disable
  * [Config] ubuntu/iscsitarget -- disable
  * [d-i] cbc and ecb are builtin make them optional in udebs
  * rebase to v2.6.32-rc5
  * [Config] update configs following rebase to v2.6.32-rc5
  * [Config] update ports configs following rebase to v2.6.31-rc5

  [ Tim Gardner ]

  * [Config] Add cpio as a build dependency.

  [ Upstream Kernel Changes ]

  * rebase to v2.6.32-rc3
  * rebase to v2.6.32-rc5

 -- Andy Whitcroft <apw@canonical.com>  Mon, 05 Oct 2009 15:48:58 +0100

linux (2.6.31-11.37) karmic; urgency=low

  [ Tim Gardner ]

  * [Config] Increase kernel log buffer to 256K for amd64 flavours
    - LP: #424810
  * [Config] Set HZ=100 for amd64 flavours
    - LP: #438234
  * [Upstream] e1000e: Emit notice instead of an error when
    pci_enable_pcie_error_reporting() fails
    - LP: #436370

  [ Upstream Kernel Changes ]

  * n_tty: honor opost flag for echoes
  * n_tty: move echoctl check and clean up logic
    - LP: #438310

  * Revert "[Upstream] drm/i915: Check that the relocation points to within
    the target" - Use upstream cherry-pick.
  * drm/i915: Check that the relocation points to within the target
    - LP: #429241

  * drm/i915: fix tiling on IGDNG
  * drm/i915: add B43 chipset support
  * agp/intel: Add B43 chipset support
    Intel request from kernel team mailing list.

  * HID: completely remove apple mightymouse from blacklist
    - LP: #428111

 --  Tim Gardner <tim.gardner@canonical.com>  Mon, 28 Sep 2009 11:47:29 -0600

linux (2.6.31-11.36) karmic; urgency=low

  [ Brian Rogers ]

  * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
    persistent object
  * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
    persistent object

  [ Takashi Iwai ]

  * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
    - LP: #416482

  [ Tyler Hicks ]

  * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
    negative during unlink

  [ Upstream Kernel Changes ]

  * sg: fix oops in the error path in sg_build_indirect()
  * mpt2sas : Rescan topology from Interrupt context instead of work thread
  * mpt2sas: Prevent sending command to FW while Host Reset
  * mpt2sas: setting SDEV into RUNNING state from Interrupt context
  * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
  * SCSI: fix oops during scsi scanning
  * SCSI: libsrp: fix memory leak in srp_ring_free()
  * cfg80211: fix looping soft lockup in find_ie()
  * ath5k: write PCU registers on initial reset
  * binfmt_elf: fix PT_INTERP bss handling
  * TPM: Fixup boot probe timeout for tpm_tis driver
  * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
  * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
  * fix undefined reference to user_shm_unlock
  * perf_counter: Fix buffer overflow in perf_copy_attr()
  * perf_counter: Start counting time enabled when group leader gets
    enabled
  * powerpc/perf_counters: Reduce stack usage of power_check_constraints
  * powerpc: Fix bug where perf_counters breaks oprofile
  * powerpc/ps3: Workaround for flash memory I/O error
  * block: don't assume device has a request list backing in nr_requests
    store
  * agp/intel: remove restore in resume
  * ALSA: cs46xx - Fix minimum period size
  * ASoC: Fix WM835x Out4 capture enumeration
  * sound: oxygen: work around MCE when changing volume
  * mlx4_core: Allocate and map sufficient ICM memory for EQ context
  * perf stat: Change noise calculation to use stddev
  * x86: Fix x86_model test in es7000_apic_is_cluster()
  * x86/i386: Make sure stack-protector segment base is cache aligned
  * PCI: apply nv_msi_ht_cap_quirk on resume too
  * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
  * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
    with highmem
  * KVM guest: do not batch pte updates from interrupt context
  * KVM: Fix coalesced interrupt reporting in IOAPIC
  * KVM: VMX: Check cpl before emulating debug register access
  * KVM guest: fix bogus wallclock physical address calculation
  * KVM: x86: Disallow hypercalls for guest callers in rings > 0
  * KVM: VMX: Fix cr8 exiting control clobbering by EPT
  * KVM: x86 emulator: Implement zero-extended immediate decoding
  * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
  * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
  * KVM: limit lapic periodic timer frequency
  * libata: fix off-by-one error in ata_tf_read_block()
  * PCI quirk: update 82576 device ids in SR-IOV quirks list
  * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
  * powerpc/pseries: Fix to handle slb resize across migration
  * Linux 2.6.31.1

 --  Tim Gardner <tim.gardner@canonical.com>  Thu, 24 Sep 2009 13:04:28 -0600

linux (2.6.31-10.35) karmic; urgency=low

  [ Amit Kucheria ]

  * Disable CONFIG_UEVENT_HELPER_PATH

  [ Andy Whitcroft ]

  * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
  * remove the tlsup driver
  * remove lmpcm logitech driver support

  [ Bryan Wu ]

  * Add 3 missing files to prerm remove file list
    - LP: #345623, #415832

  [ Chris Wilson ]

  * [Upstream] drm/i915: Check that the relocation points to within the
    target
    - LP: #429241

  [ Luke Yelavich ]

  * [Config] Set CONFIG_EXT4_FS=y on ports architectures

  [ Manoj Iyer ]

  * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
    - LP: #348861

  [ Tim Gardner ]

  * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
  * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
  * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
  * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
  * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
    Upstream suggests that this is not the right approach.

  * [Config] Set default I/O scheduler to DEADLINE
    CFQ seems to have some load related problems which are often exacerbated by sreadahead.
    - LP: #381300

  [ ubuntu@tjworld.net ]

  * SAUCE: ipw2200: Enable LED by default
    - LP: #21367

  [ Upstream Kernel Changes ]

  * ALSA: hda - Add support for new AMD HD audio devices
    - LP: #430564

 -- Andy Whitcroft <apw@canonical.com>  Wed, 16 Sep 2009 15:37:49 +0100

linux (2.6.31-10.34) karmic; urgency=low

  [ Ted Tso ]

  * [Upstream] ext3: Don't update superblock write time when filesystem is
    read-only
    - LP: #427822

 --  Tim Gardner <tim.gardner@canonical.com>  Tue, 15 Sep 2009 16:00:45 -0600

linux (2.6.31-10.33) karmic; urgency=low

  [ Leann Ogasawara ]

  * [Upstream] dvb-usb: fix tuning with Cinergy T2
    - LP: #421258

  [ Tim Gardner ]

  * [Config] Unconditionally copy files from sub-flavours lists.
    (really, really fix it this time)
    - LP: #423426
  * [Config] Set CONFIG_CACHEFILES=m for all flavours

  [ Upstream Kernel Changes ]

  * ext4: Don't update superblock write time when filesystem is read-only
    - LP: #427822

 --  Tim Gardner <tim.gardner@canonical.com>  Tue, 15 Sep 2009 07:50:21 -0600

linux (2.6.31-10.32) karmic; urgency=low

  [ Eric Miao ]

  * [Config] enable module support for memory stick
    - LP: #159951

  [ Tim Gardner ]

  * [Config] Unconditionally copy files from sub-flavours lists.
    - LP: #423426

 --  Tim Gardner <tim.gardner@canonical.com>  Thu, 10 Sep 2009 15:57:55 -0600

linux (2.6.31-10.31) karmic; urgency=low

  [ Andy Whitcroft ]

  * rebase to v2.6.31 final

  [ Colin Watson ]

  * [Config] Recommend grub-pc in linux-image
    - LP: #385741

  [ Ike Panhc ]

  * [Upstream] Pull latest update of lenovo-sl-laptop

  [ Peter Feuerer ]

  * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
    model
    - LP: #426691

  [ Tim Gardner ]

  * [Config] De-macro some package names.

  [ Upstream Changes ]

  * rebase to 2.6.31 final.

 -- Andy Whitcroft <apw@canonical.com>  Thu, 10 Sep 2009 09:38:10 +0100

linux (2.6.31-10.30) karmic; urgency=low

  [ Amit Kucheria ]

  * [Config] Enable CONFIG_USB_DEVICEFS
    - LP: #417748
  * [Config] Populate the config-update template a bit more

  [ Andy Whitcroft ]

  * rebase to v2.6.31-rc9
  * [Config] update configs following rebase to v2.6.31-rc9
  * [Config] update ports configs following rebase to v2.6.31-rc9

  [ Colin Ian King ]

  * SAUCE: wireless: hostap, fix oops due to early probing interrupt
    - LP: #254837

  [ Jerone Young ]

  * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
    white-list
    - LP: #281732
  * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
    white-list
    - LP: #281732
  * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
    white-list
    - LP: #281732
  * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
    white-list
    - LP: #281732
  * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
    white-list
    - LP: #281732

  [ John Johansen ]

  * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
    - LP: #419308
  * SAUCE: AppArmor: Return the correct error codes on profile
    addition/removal
    - LP: #408473
  * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
    - LP: #408454
  * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
    - LP: #419222
  * SAUCE: AppArmor: Fix change_profile failure
    - LP: #401931
  * SAUCE: AppArmor: Tell git to ignore generated include files
    - LP: #419505

  [ Stefan Bader ]

  * [Upstream] acpi: video: Loosen strictness of video bus detection code
    - LP: #333386
  * SAUCE: Remove ov511 driver from ubuntu subdirectory

  [ Tim Gardner ]

  * [Config] Exclude char-modules from non-x86 udeb creation
  * SAUCE: Notify the ACPI call chain of AC events
  * [Config] CONFIG_SATA_VIA=m
    - LP: #403385
  * [Config] Build in all phylib support modules.
  * [Config] Don't fail when sub-flavour files are missing
    - LP: #423426
  * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
    - LP: #423513

  [ Upstream ]

  * Rebased against v2.6.31-rc9

 -- Andy Whitcroft <apw@canonical.com>  Mon, 07 Sep 2009 11:33:45 +0100

linux (2.6.31-9.29) karmic; urgency=low

  [ Leann Ogasawara ]

  * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
    - LP: #419993
  * [Config] d-i/modules: Add new char-modules file, initialize with
    intel-agp
    - LP: #420605

  [ Upstream ]

  * Rebased against 2.6.31-rc8 plus some inotify regression patches:
    up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
    adda766193ea1cf3137484a9521972d080d0b7af.

 --  Tim Gardner <tim.gardner@canonical.com>  Fri, 28 Aug 2009 06:31:30 -0600

linux (2.6.31-8.28) karmic; urgency=low

  [ Ike Panhc ]

  * [Config] Let nic-shared-modules depends on crypto-modules
    - LP: #360966

  [ Leann Ogasawara ]

  * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
    constant
    - LP: #412492

  [ Mario Limonciello ]

  * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
    status if HW switch is disabled
    - LP: #418721
  * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
    Compal made Dell laptops
  * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
    with rfkill support

  [ Tim Gardner ]

  * [Config] Add acpiphp to virtual sub-flavour
    - LP: #364916
  * Drop KSM patch set for now because of instabilities with encrypted swap.
    - LP: #418781

 --  Tim Gardner <tim.gardner@canonical.com>  Wed, 26 Aug 2009 08:14:26 -0600

linux (2.6.31-7.27) karmic; urgency=low

  [ Tim Gardner ]

  * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
  * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
    Replaces previous ksm patches from 2.6.31-6.25
  * [Config] KSM=y

  [ Upstream ]

  * Rebased against v2.6.31-rc7

 --  Tim Gardner <tim.gardner@canonical.com>  Sat, 22 Aug 2009 20:32:11 -0600

linux (2.6.31-6.26) karmic; urgency=low

  [ Andy Whitcroft ]

  * [Config] enable CONFIG_AUFS_BR_RAMFS
    - LP: #414738
  * split out debian directory ready for abstraction
  * add printdebian target to find branch target
  * abstracted debian -- debian/files is not abstracted
  * abstracted debian -- packages must be built in debian/<pkg>
  * abstracted debian -- kernel-wedge needs to work in debian/
  * abstracted debian -- ensure we install the copyright file
  * abstracted-debian -- drop the debian directories from headers
  * abstracted-debian -- drop the debian directories from headers part 2
  * SAUCE: ubuntu-insert-changes -- follow abstracted debian
  * [Upstream] aoe: ensure we initialise the request_queue correctly V2
    - LP: #410198

  [ Luke Yelavich ]

  * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
  * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
    - LP: #413150
  * [Config] Ports: Build all cpu frequency scaling governors into ports
    kernels
  * [Config] Ports: Build ext2 and ext3 modules into ports kernels
  * [Config] Ports: CONFIG_PACKET=y for all ports kernels
  * [Config] Ports: Enable PS3 network driver

  [ Stefan Bader ]

  * abstracted debian -- call $(DEBIAN)/rules using make

  [ Tim Gardner ]

  * [Config] Abstract the debian directory
  * SAUCE: Improve error reporting in postinst
    - LP: #358564

 --  Tim Gardner <tim.gardner@canonical.com>  Sun, 16 Aug 2009 20:33:28 -0600

linux (2.6.31-6.25) karmic; urgency=low

  [ Andy Whitcroft ]

  * script to generate Ubuntu changes from changelog
  * [Config] standardise ANDROID options
  * [Config] standardise CONFIG_ATM as module
  * [Config] standardise CONFIG_LIB80211 as module
  * [Config] disable CONFIG_PRINT_QUOTA_WARNING
  * [Config] set CONFIG_CRAMFS as module
  * [Config] enable CONFIG_DAB and modules
  * [Config] set CONFIG_MAC80211_HWSIM as module
  * [Config] set CONFIG_NET_CLS_FLOW as module
  * [Config] set CONFIG_NF_CONNTRACK_SANE as module
  * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
  * [Config] set CONFIG_RTC_DRV_DS1511 as module
  * [Config] set CONFIG_RTC_DRV_R9701 as module
  * [Config] set CONFIG_RTC_DRV_S35390A as module
  * [Config] set CONFIG_TOIM3232_DONGLE as module
  * [Config] standardise CONFIG_USB_MIDI_GADGET as module
  * [Config] standardise CONFIG_USB_G_PRINTER as module
  * [Config] standardise CONFIG_USB_SERIAL_IR as module
  * [Config] set CONFIG_USB_SERIAL_IUU as module
  * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
  * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
  * cleanup remains of dm-loop
  * drop thinkpad ec and smapi support
  * drop appleir
  * [Config] update configs following rebase to v2.6.31-rc6
  * rebase to v2.6.31-rc6

  [ Hugh Dickins ]

  * SAUCE: ksm patch 1, drop after 2.6.31
  * SAUCE: ksm patch 2, drop after 2.6.31
  * SAUCE: ksm patch 3, drop after 2.6.31
  * SAUCE: ksm patch 4, drop after 2.6.31
  * SAUCE: ksm patch 5, drop after 2.6.31
  * SAUCE: ksm patch 7, drop after 2.6.31

  [ Izik Eidus ]

  * SAUCE: ksm patch 0, drop after 2.6.31
  * SAUCE: ksm patch 6, drop after 2.6.31
  * SAUCE: ksm patch 8, drop after 2.6.31
  * SAUCE: ksm patch 9, drop after 2.6.31

  [ Luke Yelavich ]

  * [Config] Ports: Re-add PS3 modules to udebs

  [ Michael Casadevall ]

  * [Config] Update SPARC config and d-i files to reflect what can be built

  [ Tim Gardner ]

  * [Config] Removed armel package support
  * [Config] Enabled CONFIG_KSM=y

  [ Upstream Kernel Changes ]

  * Rebased against v2.6.31-rc6
  * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
  * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
  * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
  * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
  * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
    changes"
  * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
  * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
    revision"
  * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
    by default"
  * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
  * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
    ARCH_MXC_CANONICAL"
  * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
    CONFIG_GPIOLIB"
  * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
    2.6.31"
  * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
  * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
  * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
    mxc_uart.h _everywhere_"
  * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
    correct location"
  * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
    snd_card_create"
  * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
  * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
  * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
  * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
    mxc_map_io."
  * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
  * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
  * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
    with snd_soc_card."
  * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
    structure"
  * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
    DMA_MODE_READ/WRITE/MASK"
  * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
    Freescale mx51 platform"
  * Driver core: add new device to bus's list before probing
  * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
    power-saving
    - LP: #381693, #399750, #380892

 -- Andy Whitcroft <apw@canonical.com>  Fri, 14 Aug 2009 11:32:23 +0100

linux (2.6.31-5.24) karmic; urgency=low

  [ Amit Kucheria ]

  * ARM: IMX51: Make video capture drivers compile
  * [Config] IMX51: Config updates

  [ Andy Whitcroft ]

  * remove leftovers of dm-bbr

  [ Leann Ogasawara ]

  * Add pata_cs5535 to pata-modules
    - LP: #318805

  [ Luke Yelavich ]

  * [Config] CONFIG_PPC64=y for powerpc64-smp
  * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
  * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
  * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
  * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
  * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
  * [Config] Enable all PS3 drivers in powerpc64-smp

  [ Mario Limonciello ]

  * LIRC -- fix lirc-i2c 2.6.31 compilation

  [ Matthew Garrett ]

  * [Upstream] dell-laptop: Fix rfkill state queries

  [ Tim Gardner ]

  * [Config] Ignore armel ABI and module changes
  * [Config] Update configs after rebase against 2.6.31-rc5

  [ Upstream ]

  * Rebased to 2.6.31-rc5

 -- Andy Whitcroft <apw@canonical.com>  Tue, 28 Jul 2009 10:10:09 +0100

linux (2.6.31-4.23) karmic; urgency=low

  [ Andy Whitcroft ]

  * AUFS -- update to aufs2-30 20090727
  * [Config] enable AUFS FUSE support

  [ Luke Yelavich ]

  * [Config] CONFIG_JFS_FS=m on sparc

  [ Tim Gardner ]

  * [Upstream] dell-laptop: Fix rfkill state setting.

 -- Andy Whitcroft <apw@canonical.com>  Mon, 27 Jul 2009 11:11:47 +0100

linux (2.6.31-4.22) karmic; urgency=low

  [ Amit Kucheria ]

  * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
  * ARM: IMX51: Move board-mx51* header files to the correct location
  * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
  * ARM: IMX51: Make it compile.
  * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
  * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
  * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
  * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
  * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
  * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
  * ARM: staging: udlfb: Add vmalloc.h include
  * UBUNTU [Config]: Bring imx51 config upto date with other flavours

  [ Brad Figg ]

  * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
  * ARM: IMX51: codec structure was moved to the card structure
  * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
  * ARM: IMX51: Get to bus_id by calling dev_name.
  * ARM: IMX51: Get to bus_id by calling dev_name.
  * ARM: IMX51: Added external declaration for mxc_map_io.
  * ARM: IMX51: Removed the mxc_gpio_port structure.
  * ARM: IMX51: mxc_timer_init prototype
  * ARM: IMX51: Fix up merge error in Kconfig
  * ARM: IMX51: Changed from snd_card_new to snd_card_create

  [ Dinh Nguyen ]

  * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
  * ARM: IMX51: Minimal changes for USB to work on 2.6.31
  * ARM: IMX51: Babbage 2.5 needs a different system revision
  * ARM: IMX51: IPU irq handler deadlock fix

  [ Tim Gardner ]

  * [Config] Enabled CONFIG_CAN=m
    - LP: #327243
  * [Config] Enabled CONFIG_SERIAL=m
    - LP: #397189

 --  Tim Gardner <tim.gardner@canonical.com>  Fri, 24 Jul 2009 06:19:10 -0600

linux (2.6.31-4.21) karmic; urgency=low

  [ Amit Kucheria ]

  * dm-raid-4-5: Add missing brackets around test_bit()

  [ John Johansen ]

  * AppArmor: Fix change_profile failing lpn401931
  * AppArmor: Fix determination of forced AUDIT messages.
  * AppArmor: Fix oops in auditing of the policy interface offset

 -- Andy Whitcroft <apw@canonical.com>  Thu, 23 Jul 2009 19:18:30 +0100

linux (2.6.31-4.20) karmic; urgency=low

  [ Andy Whitcroft ]

  * SAUCE: iscsitarget -- update to SVN revision r214
  * SAUCE: iscsitarget -- renable driver
  * [Config] consolidate lpia/lpia and i386/generic configs
  * [Config] enable CRYPTO modules for all architectures
  * [Config] enable cryptoloop
  * [Config] enable various filesystems for armel
  * [Config] sync i386 generic and generic-pae
  * [Config] add the 386 (486 processors and above) flavour
  * [Config] re-set DEFAULT_MMAP_MIN_ADDR
    - LP: #399914
  * add genconfigs/genportsconfigs to extract the built configs
  * updateconfigs -- alter concatenation order allow easier updates
  * intelfb -- INTELFB now conflicts with DRM_I915
  * printchanges -- rebase tree does not have stable tags use changelog
  * AppArmor: fix argument size missmatch on 64 bit builds

  [ Ike Panhc ]

  * Ship bnx2x firmware in nic-modules udeb
    - LP: #360966

  [ Jeff Mahoney ]

  * AppArmor: fix build failure on ia64

  [ John Johansen ]

  * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
    initialize.
  * AppArmour: fix auditing of domain transitions to include target profile
    information
  * AppArmor: fix C99 violation
  * AppArmor: revert reporting of create to write permission.
  * SAUCE: Add config option to set a default LSM
  * [Config] enable AppArmor by default
  * AppArmor: Fix NULL pointer dereference oops in profile attachment.

  [ Keith Packard ]

  * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
    hardware
    - LP: #351756

  [ Luke Yelavich ]

  * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
    header packages
    - LP: #355344

  [ Michael Casadevall ]

  * [Config] update SPARC config files to allow success build

  [ Scott James Remnant ]

  * SAUCE: trace: add trace_event for the open() syscall

  [ Stefan Bader ]

  * SAUCE: jfs: Fix early release of acl in jfs_get_acl
    - LP: #396780

  [ Tim Gardner ]

  * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
    - LP: #397499
  * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
    refresh
    - LP: #365291
  * [Config] SSB/B44 are common across all arches/flavours.

  [ Upstream ]

  * Rebased to 2.6.31-rc4

 -- Andy Whitcroft <apw@canonical.com>  Thu, 23 Jul 2009 08:41:39 +0100

linux (2.6.31-3.19) karmic; urgency=low

  [ Andy Whitcroft ]

  * Revert "[Config] Disabled NDISWRAPPER"
  * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
  * AUFS -- export various core functions
  * AUFS -- export various core functions -- fixes
  * AUFS -- core filesystem
  * AUFS -- track changes in v2.6.31
  * [Config] Enable AUFS
  * droppped 'iwl3945: do not send scan command if channel count zero' as it
    is already upstream but failed to auto-drop on rebase.

  [ Eric Paris ]

  * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
    choose
  * SAUCE: inotify: check filename before dropping repeat events
  * SAUCE: fsnotify: fix inotify tail drop check with path entries

 -- Andy Whitcroft <apw@canonical.com>  Tue, 14 Jul 2009 12:52:55 +0100

linux (2.6.31-3.18) karmic; urgency=low

  [ Andy Whitcroft ]

  * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
    AUFS"
  * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
  * Revert "Add sec_perm-2.6.24.patch from AUFS - export
    security_inode_permission"
  * clear out left over AUFS files and modifications

  [ Luke Yelavich ]

  * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
  * SAUCE: Explicitly include header files to allow apparmor to build on
    powerpc
  * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc

  [ Tim Gardner ]

  * [Config] Dropped ubuntu/misc/wireless/acx
  * [Config] Disabled NDISWRAPPER until the compile issues are fixed.

  [ Upstream ]

  * Rebased to 2.6.31-rc3

 -- Andy Whitcroft <apw@canonical.com>  Fri, 10 Jul 2009 18:59:33 +0100

linux (2.6.31-2.17) karmic; urgency=low

  [ Andy Whitcroft ]

  * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
  * compcache -- remove redundant Kconfig entries part 2
  * compcache -- clean up CCFLAGS declarations
  * [Config] enable AppArmor
  * AppArmor: fix operator precidence issue in as_path_link

  [ John Johansen ]

  * AppArmor security module
  * AppArmor: Correct mapping of file permissions.
  * AppArmor: Turn auditing of ptrace on

  [ Luke Yelavich ]

  * [Config] disable CONFIG_DM_RAID45 on powerpc

 -- Andy Whitcroft <apw@canonical.com>  Fri, 10 Jul 2009 15:02:05 +0100

linux (2.6.31-2.16) karmic; urgency=low

  [ Andy Whitcroft ]

  * compcache -- remove redundant Kconfig entries
    added ignore and ignore.modules for all arches since the compcache update
    changes the modules names as well as some compcache ABI values.

  [ Manoj Iyer ]

  * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
  * SAUCE: update compcache version to 0.5.3

  [ Tim Gardner ]

  * [Config]: Fix sparc FTBS by adding ignore.modules

 --  Tim Gardner <tim.gardner@canonical.com>  Mon, 06 Jul 2009 13:35:29 -0600

linux (2.6.31-2.15) karmic; urgency=low

  [ Andy Whitcroft ]

  * SAUCE: default ATI Radeon KMS to off until userspace catches up
  * [Config] Update configs following rebase to 2.6.31-rc2
  * [Config] update ports configs following update to 2.6.31-rc2

  [ Luke Yelavich ]

  * [Config] powerpc - Disable CONFIG_RDS

  [ Matt Zimmerman ]

  * Rename linux-doc-PKGVER to linux-doc and clean up its description
    - LP: #382115

  [ Upstream Kernel Changes ]

  * rebased to mainline 2.6.31-rc2

 -- Andy Whitcroft <apw@canonical.com>  Sat, 04 Jul 2009 17:39:13 +0100

linux (2.6.31-1.14) karmic; urgency=low

  [ Andy Whitcroft ]

  * update ndiswrapper to 1.55
  * remove leftovers of gfs
  * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR

  [ Luke Yelavich ]

  * [Config] re-enable and build the ide-pmac driver into powerpc kernels
  * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
    kernel

  [ Manoj Iyer ]

  * Remove snd-bt-sco ubuntu driver

  [ Michael Casadevall ]

  * [Config] updates ia64 config and d-i folders to allow succesful build
  * [Config] Update powerpc and sparc for 2.6.31

  [ Upstream Kernel Changes ]

  * intel-iommu: fix Identity Mapping to be arch independent
    - LP: #384695
  * ACPI: video: prevent NULL deref in acpi_get_pci_dev()

 -- Andy Whitcroft <apw@canonical.com>  Tue, 30 Jun 2009 17:47:32 +0100

linux (2.6.31-1.13) karmic; urgency=low

  [ Andy Whitcroft ]

  * REBASE: rebased to mainline 2.6.31-rc1
    - "UBUNTU: SAUCE: UHCI USB quirk for resume"
      no longer applies, using deprecated interfaces, LPIA only, dropped
    - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
      changes now upstream, dropped
  * [Config] Update configs following rebase to 2.6.31-rc1
  * [Config] update ports configs following update to 2.6.31-rc1

  * [Config] disable broken staging driver CONFIG_STLC45XX
  * SAUCE: fix compcache to use updates accessors
  * [Config] disable staging driver CONFIG_VT6655
  * SAUCE: fix DRDB to use updates accessors
  * [Disable] ndiswrapper needs update
  * [Disable] LIRC I2C needs update
  * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
  * [Config] disable I2C_DESIGNWARE does not compile
  * [Config] disable CONFIG_TLSUP for lpia
  * [Config] disable CONFIG_FB_UDL for arm
  * SAUCE: disable adding scsi headers to linux-libc-dev

  [ Mario Limonciello ]

  * SAUCE: Add LIRC drivers

 -- Andy Whitcroft <apw@canonical.com>  Thu, 25 Jun 2009 12:06:22 +0100

linux (2.6.30-10.12) karmic; urgency=low

  [ Andy Whitcroft ]

  * [Config] split out the ports configs into their own family
  * [Config] update configs following introduction of ports family

  [ Upstream Kernel Changes ]

  * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
    description". Fixes linux-doc package name conflicts for now.
    - LP: #382115

 --  Tim Gardner <tim.gardner@canonical.com>  Mon, 22 Jun 2009 09:17:14 -0600

linux (2.6.30-10.11) karmic; urgency=low

  [ Amit Kucheria ]

  * [Config] Comment splitconfig.pl and misc cleanup
  * [Config] Rename all configs to the new naming scheme
  * [Config] Splitconfig rework
  * [Config] Rename scripts/misc/oldconfig to kernelconfig
  * [Config] Fix build system for new config split
  * [Config] Run updateconfigs after the splitconfig rework

  [ Andy Whitcroft ]

  * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
  * [Config] standardise CONFIG_STAGING=y
  * [Config] standardise CONFIG_RD_LZMA=y
  * [Config] CONFIG_PCI_IOV=y
  * [Config] CONFIG_PCI_STUB=m
  * [Config] merge kernel configs more agressively

  [ Colin Watson ]

  * [Config] Run kernel-wedge in $(builddir) rather than at the top level
  * [Config] Add support for including firmware in udebs
  * [Config] Ship bnx2 firmware in nic-modules udeb
    - LP: #384861

  [ Luke Yelavich ]

  * [Config] ports - Import of ports architectures into kernel packaging
    infrastructure
  * [Config] ports - Do not update ports kernel configurations by default
  * [Config] ports - Disable ABI checking for ports architectures
  * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
  * [Config] ports - Add control.d/vars.* files for ports architectures
  * [Config] ports - Add ports architectures for linux-libc-dev
  * [Config] ports - Create powerpc specific message-modules and
    block-modules udebs
  * [Config] ports - Add configuration files for ports architectures

  [ Manoj Iyer ]

  * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
    - LP: #329864

  [ Michael Casadevall ]

  * [Config] ports - Fix compression of kernels

  [ Stefan Bader ]

  * [Upstream] mmc: prevent dangling block device from accessing stale
    queues
    - LP: #383668

  [ Tim Gardner ]

  * [Config] Recommend grub-pc in linux-image
    - LP: #385741
  * [Config] Implement i386 generic and generic-pae flavours
  * [Config] ports - Add control info after integrating ports arches
  * [Config] Removed auto-generated files from git
  * [Config] Added netxen_nic to nic-modules
    - LP: #389603

  [ Matt Zimmerman ]

  * Rename linux-doc-PKGVER to linux-doc and clean up its description
    - LP: #382115

 --  Tim Gardner <tim.gardner@canonical.com>  Mon, 15 Jun 2009 14:38:26 -0600

linux (2.6.30-9.10) karmic; urgency=low

  [ Andy Whitcroft ]

  * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
  * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
  * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
  * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
  * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
  * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)

  [ Upstream Kernel Changes ]

  * rebased to 2.6.30 final

 -- Andy Whitcroft <apw@canonical.com>  Fri, 05 Jun 2009 11:42:53 +0100

linux (2.6.30-8.9) karmic; urgency=low

  [ Andy Whitcroft ]

  * Config update removed the following options:
        CONFIG_EDAC_AMD8111=m
        CONFIG_EDAC_AMD8131=m

  [ Upstream Kernel Changes ]

  * rebased to 2.6.30-rc8

 -- Andy Whitcroft <apw@canonical.com>  Wed, 03 Jun 2009 09:21:13 +0100

linux (2.6.30-7.8) karmic; urgency=low

  [ Andy Whitcroft ]

  * Enabled NEW configration options:
      Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
      Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M

  [ Upstream Kernel Changes ]

  * rebased to 2.6.30-rc7

 -- Andy Whitcroft <apw@canonical.com>  Sat, 23 May 2009 23:47:24 +0100

linux (2.6.30-6.7) karmic; urgency=low

  [ Andy Whitcroft ]

  * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
    upstream)

  [ Upstream Kernel Changes ]

  * rebased to 2.6.30-rc6

 -- Andy Whitcroft <apw@canonical.com>  Mon, 18 May 2009 18:05:54 +0100

linux (2.6.30-5.6) karmic; urgency=low

  [ Tim Gardner ]

  * [Config] Enable Keyspan USB serial device firmware in kernel module
    - LP: #334285

  [ Upstream Kernel Changes ]

  * rebased to 2.6.30-rc5

 --  Tim Gardner <tim.gardner@canonical.com>  Mon, 11 May 2009 12:02:16 -0600

linux (2.6.30-4.5) karmic; urgency=low

  [ Colin Watson ]

  * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
    /usr/include/asm/* going missing
    - LP: #373214

 -- Stefan Bader <stefan.bader@canonical.com>  Fri, 08 May 2009 11:09:08 +0200

linux (2.6.30-3.4) karmic; urgency=low

  [ Kees Cook ]

  * SAUCE: [x86] implement cs-limit nx-emulation for ia32
    - LP: #369978

  [ Stefan Bader ]

  * SAUCE: input: Blacklist digitizers from joydev.c
    - LP: #300143

 --  Tim Gardner <tim.gardner@canonical.com>  Fri, 01 May 2009 14:00:42 -0600

linux (2.6.30-2.3) karmic; urgency=low

  [ Tim Gardner ]

  * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
    - LP: #369152
  * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
  * [Config] CONFIG_DRM_I915_KMS=y
  * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
    minimums

  [ Upstream Kernel Changes ]

  * rebased to 2.6.30-rc4

 --  Tim Gardner <tim.gardner@canonical.com>  Thu, 30 Apr 2009 09:17:05 -0600

linux (2.6.30-1.2) karmic; urgency=low

  [ Tim Gardner ]

  * [Config] armel: disable staging drivers, fixes FTBS
  * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS

  [ Upstream Kernel Changes ]

  * mpt2sas: Change reset_type enum to avoid namespace collision.
    Submitted upstream.

 --  Tim Gardner <tim.gardner@canonical.com>  Tue, 28 Apr 2009 16:54:41 -0600

linux (2.6.30-1.1) karmic; urgency=low

  * Initial release after rebasing against v2.6.30-rc3

 --  Tim Gardner <tim.gardner@canonical.com>  Thu, 12 Mar 2009 19:16:07 -0600
