10.04.2

Differences between revisions 15 and 16
Revision 15 as of 2010-08-19 18:22:37
Size: 178113
Editor: 99-156-85-10
Comment: Found additional fixes, originally skipped by our script that generates the raw data
Revision 16 as of 2011-02-16 22:37:10
Size: 178183
Editor: 99-191-111-134
Comment: ## page was copied from LucidLynx/ReleaseNotes/ChangeSummary/10.04.1
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from LucidLynx/ReleaseNotes/ChangeSummary/10.04.1

This is a brief summary of bugs fixed between Ubuntu 10.04 and 10.04.1. This summary covers only changes to packages in main and restricted, which account for all packages in the officially-supported CD images; there are further changes to various packages in universe and multiverse. Some of these fixes were by Ubuntu developers directly, while others were by upstream developers and backported to Ubuntu. For full details, see the individual package changelogs.

In addition to the bugs listed below, this update includes all security updates from the Ubuntu Security Notice list affecting Ubuntu 10.04 LTS that were released up to and including August 09, 2010. The last updates included were USN-965-1 (OpenLDAP vulnerabilities).

Installation bugs

Updated CD images are provided with this release, including fixes for some installation bugs. (Many installation problems are hardware-specific; for those, see "Hardware support bugs" below.)

grub2

580408

Rearrange postinst install_devices logic so that preparatory code is run only once and the while loop only encloses actual asking of questions, and so that the question being asked is always marked for redisplay when going round the while loop again (LP: #580408).

grub2

576724

Only offer partitions containing /, /boot, or /boot/grub for grub-install; installing to other partitions may have harmful effects such as making Windows unbootable, and installing GRUB to every single partition is likely to result in confusion anyway (LP: #576724).

grub2

508173

When migrating from the old grub-pc/install_devices scheme, check if the old value indicated installation to a single partition on a single disk. In that case, if there is only one disk present and it has a matching partition number, then we can install to that partition without asking (LP: #508173).

installation-guide

591199

partman/confirm_write_new_label was renamed to partman-partitioning/confirm_write_new_label in r50363, December 2007. Adjust preseeding documentation to match (LP: #591199).

language-selector

569442

update fontconfig/69-language-selector-ja-jp.conf: change binding to 'strong' (LP: #569442)

migration-assistant

536673

unmount_os can be called without arguments (LP: #536673).

ubiquity

549756

Refactor default boot device calculation, bringing it into sync with grub-installer. This should ensure that when installing to a removable device we always default to installing GRUB to that same device as well, while leaving the situation for installations to hard disks unchanged (LP: #549756).

Upgrade bugs

These changes fix upgrade issues, smoothing the way for future upgrades to later releases of Ubuntu.

app-install-data-partner

599849

Added new package entries (LP: #599849)

apt

535509

Fix segmentation fault when /var/log/apt ist missing. LP: #535509

apt

579647

do not fail if getent returns nothing useful (LP: #579647) thanks to Jean-Baptiste Lallement

apt

545336

fix max tag buffer size (LP: #545336, closes: #578959)

apt

560956

If no "_" is found in the language code, try to find a "." This is required for languages like Esperanto that have no county associated with them (LP: #560956) Thanks to "Aisano" for the fix

fglrx-installer

565407

Remove /etc/ati only after calling the fglrx-uninstall.sh script. This will solve problems with dist-upgrades when packages from the ati installer have been previously installed (LP: #565407).

python-apt

602469

fix end date calculation for releases in june (LP: #602469)

python-apt

377535

Fix the changelog downloading if there are several source package versions available which provide the binary (LP: #377535). See http://bugs.debian.org/581831 for further details

synaptic

567172

un/escape markup when getting/setting subviews name to avoid markup insertion in GtkTree items (LP: #567172)

synaptic

568925

fix force version. regression over beta2 (LP: #568925)

synaptic

566779

fix double-click doesn't unmark a previously marked for install/upgrade package. regression over beta2 (LP: #566779)

unattended-upgrades

571734

fix rewind_cache if a pkg fails to get marked for upgrade (LP: #571734)

update-manager

534200

add filter for "apt API not stable yet" warning (for hardy->lucid upgrades) (LP: #534200)

update-manager

396187

fix url_downloadable and add tests, based on the patch from Paulo Albuquerque, many thanks (LP: #396187)

update-manager

574837

make the dpkg-status file parser more robust against unexpected data (LP: #574837)

update-manager

574279

add ubuntu-netbook-remix and ubuntu-netbook to valid meta-packages to ensure clean transition for the rename of ubuntu-netbook-remix to ubuntu-netbook (LP: #574279)

update-manager

574279

Check if the metapkg is actually upgradable. This covers the case of ubuntu-netbook-remix that may no longer be available to a user if "universe" is disabled (LP: #574279)

update-manager

456468

Add workaround for nm-applet dying during the upgrade. At the start up of the update we take it down in a controlled way (LP: #456468)

update-manager

571999

add workaround for wine upgrade failure (LP: #571999)

update-manager

571743

help the upgrade if both ubuntu-desktop and xubuntu-desktop are installed (LP: #571743)

update-manager

548398

show pulse while calculating the changes (LP: #548398)

update-manager

540579

add workaround for 10_lupin infinite loop (LP: #540579) Thanks to Juergen Klar for providing the test-case

Kernel and Hardware support bugs

Considerable work has been done in Ubuntu 10.04.1 on improving support for many specific items of hardware.

acpi-support

582471

power.sh, lib/policy-funcs: don't call pm-powersave if upower is running, as upower already does this for us unconditionally and we don't want to run these scripts twice. Eventually power.sh should be dropped entirely, but Kubuntu hasn't yet transitioned to use upower. LP: #582471.

acpid

570450

debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs exists before sourcing it; note that acpid does not depend on acpi-support (which is fine, as it brings in lots of X dependencies not appropriate for servers); this fix will allow Ubuntu servers (especially those in VMs) to run acpid and catch and handle power button events again; LP: #570450

base-files

610647

debian/postinst.in: A bug in the build process for the Dell Latitude 2110 factory pre-installed OEM images caused a temporary apt configuration file to be left in the installed system. This disabled apt's enforcement of authenticated packages. Remove the file on upgrades if it matches the factory version. (LP: #610647)

cdrom-detect

586036

usb-storage sometimes seems to take a while to settle to the point of actually exposing block devices, despite the 'udevadm settle' in hw-detect. I don't see an easy way to solve this, so, with reservations, retry the detection loop three times with a 'sleep 3' in between in the event that no devices are found, in the hope that that improves matters (LP: #586036).

hal

546992

Add 02_libhal_dont_check_running.patch: In libhal_ctx_init(), do not check if hal is already running, since it will get D-Bus activated. Thanks to Lionel Le Folgoc for the patch! (LP: #546992)

hal

525245

Add 00git_bigger_path_size.patch: Bump HAL_PATH_MAX to 4096. Patch taken from upstream git head. (LP: #525245)

libusb

427805 595650

07_altsetting_alloc.patch: Update patch to only clear the current altsetting record in the loop, not overwrite previously written ones. Thanks to Pawel Kot! (LP: #427805, #595650)

libusb

427805

Add 07_altsetting_alloc.patch: Fix crash due to uninitialized memory. Thanks to Eric Miao for debugging this and the patch! (LP: #427805)

linux

590607

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

linux

590783

sfc: Wait at most 10ms for the MC to finish reading out MAC statistics LP: #590783

linux

590783

sfc: Always close net device at the end of a disabling reset LP: #590783

linux

590783

sfc: Change falcon_probe_board() to fail for unsupported boards LP: #590783

linux

588069

ext4: Fix potential quota deadlock LP: #588069

linux

588069

jbd: jbd-debug and jbd2-debug should be writable LP: #588069

linux

588069

ext4: replace BUG() with return -EIO in ext4_ext_get_blocks LP: #588069

linux

588069

ext4, jbd2: Add barriers for file systems with exernal journals LP: #588069

linux

588069

ext4: Eliminate potential double free on error path LP: #588069

linux

588069

ext4: return correct wbc.nr_to_write in ext4_da_writepages LP: #588069

linux

588069

ext4: Ensure zeroout blocks have no dirty metadata LP: #588069

linux

588069

ext4: Patch up how we claim metadata blocks for quota purposes LP: #588069

linux

588069

ext4: Fix accounting of reserved metadata blocks LP: #588069

linux

588069

ext4: Calculate metadata requirements more accurately LP: #588069

linux

588069

ext4: Handle -EDQUOT error on write LP: #588069

linux

588069

ext4: Fix quota accounting error with fallocate LP: #588069

linux

588069

ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag LP: #588069

linux

588069

ext4: Use bitops to read/modify EXT4_I(inode)->i_state LP: #588069

linux

588069

ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode LP: #588069

linux

588069

ext4: Add flag to files with blocks intentionally past EOF LP: #588069

linux

588069

ext4: Fix fencepost error in chosing choosing group vs file preallocation. LP: #588069

linux

588069

ext4: fix error handling in migrate LP: #588069

linux

588069

ext4: explicitly remove inode from orphan list after failed direct io LP: #588069

linux

588069

ext4: Handle non empty on-disk orphan link LP: #588069

linux

588069

ext4: make "offset" consistent in ext4_check_dir_entry() LP: #588069

linux

588069

ext4: Fix insertion point of extent in mext_insert_across_blocks() LP: #588069

linux

588069

ext4: Fix the NULL reference in double_down_write_data_sem() LP: #588069

linux

588069

ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl LP: #588069

linux

588069

ext4: Fix estimate of # of blocks needed to write indirect-mapped files LP: #588069

linux

588069

ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs LP: #588069

linux

588069

ext4: Fix possible lost inode write in no journal mode LP: #588069

linux

588069

ext4: Fix buffer head leaks after calls to ext4_get_inode_loc() LP: #588069

linux

588069

ext4: Issue the discard operation *before* releasing the blocks to be reused LP: #588069

linux

588069

ext4: check missed return value in ext4_sync_file() LP: #588069

linux

588069

ext4: fix memory leaks in error path handling of ext4_ext_zeroout() LP: #588069

linux

588069

ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc LP: #588069

linux

588069

ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy() LP: #588069

linux

588069

ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode LP: #588069

linux

588069

ext4: fix quota accounting in case of fallocate LP: #588069

linux

588069

ext4: check s_log_groups_per_flex in online resize code LP: #588069

linux

588069

ext4: don't return to userspace after freezing the fs with a mutex held LP: #588069

linux

588069

ext4: stop issuing discards if not supported by device LP: #588069

linux

588069

ext4: don't scan/accumulate more pages than mballoc will allocate LP: #588069

linux

588069

ext4: Do not zero out uninitialized extents beyond i_size LP: #588069

linux

588069

ext4: clean up inode bitmaps manipulation in ext4_free_inode LP: #588069

linux

588069

ext4: init statistics after journal recovery LP: #588069

linux

588069

ext4: Remove extraneous newlines in ext4_msg() calls LP: #588069

linux

588069

ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate LP: #588069

linux

588069

ext4: check for a good block group before loading buddy pages LP: #588069

linux

588069

ext4: Show journal_checksum option LP: #588069

linux

588069

ext4: Use bitops to read/modify i_flags in struct ext4_inode_info LP: #588069

linux

588069

ext4: Avoid crashing on NULL ptr dereference on a filesystem error LP: #588069

linux

588069

ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted LP: #588069

linux

588069

ext4: restart ext4_ext_remove_space() after transaction restart LP: #588069

linux

588069

ext4: Conditionally define compat ioctl numbers LP: #588069

linux

588069

ext4: Fix compat EXT4_IOC_ADD_GROUP LP: #588069

linux

588069

ext4: Make fsync sync new parent directories in no-journal mode LP: #588069

linux

576601

(pre-stable) ahci,ata_generic: let ata_generic handle new MBP w/ MCP89 LP: #576601

linux

576601

(pre-stable) ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1 LP: #576601

linux

570500

update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958 LP: #570500, #576274

linux

564559

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

linux

560717

Config] ports -- build in dm-mod to enable LVM boot LP: #560717

linux

555130

tools -- fix perf version extraction for multi-part flavours LP: #555130

linux

526354

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

linux

560717

Config] enforce -- ensure dm_mod is built-in for LVM LP: #560717

linux

550625

Revert "(pre-stable): input: ALPS - Add signature for HP Pavilion dm3 laptops" LP: #550625

linux

570389

Enable ftrace function profiler LP: #570389

linux

575940

enforce CONFIG_TMPFS_POSIX_ACL=y LP: #575940

linux

563436

Revert "staging/comdi -- disable" LP: #563436

linux

416266

Config] Enable multicast routing for sparc LP: #416266

linux

570542

Config] Add ahci.ko to virtual sub-flavour LP: #570542

linux

588832

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

linux

567016

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

linux

557130

Config] Add atl1c to nic-modules udeb LP: #557130

linux

588832

Revert "ath9k: fix lockdep warning when unloading module" on stable kernels LP: #588832

linux

483343

Staging: comedi: removed "depricated" from COMEDI_CB_BLOCK LP: #483343

linux

551606

ALSA: hda: Fix 0 dB offset for Lenovo Thinkpad models using AD1981 LP: #551606, #575853

linux

483343

Staging: comedi: fix usbdux timeout bug LP: #483343, #575853

linux

483343

Staging: comedi: usbdux.c: fix locking up of the driver when the comedi ringbuffer runs empty LP: #483343, #575853

linux

479373

ALSA: hda: Set Front Mic to input vref 50% for Lenovo 3000 Y410 LP: #479373, #575853

linux

562742

r8169: clean up my printk uglyness LP: #562742, #575853

linux

544671

drm/i915: Add no_lvds entry for the Clientron U800 LP: #544671, #575853

linux

583414

USB: EHCI: defer reclamation of siTDs LP: #583414

linux

583414

p54usb: Add usbid for Corega CG-WLUSB2GT. LP: #583414

linux

583414

md/raid5: allow for more than 2^31 chunks. LP: #583414

linux

583414

md/raid5: fix previous patch. LP: #583414

linux

583414

libata: fix locking around blk_abort_request() LP: #583414

linux

583414

libata: ensure NCQ error result taskfile is fully initialized before returning it via qc->result_tf. LP: #583414

linux

583414

w1: w1 temp: fix negative termperature calculation LP: #583414

linux

583414

memcg: fix prepare migration LP: #583414

linux

583414

mac80211: remove bogus TX agg state assignment LP: #583414

linux

583414

flex_array: fix the panic when calling flex_array_alloc() without GFP_ZERO LP: #583414

linux

583414

core, x86: make LIST_POISON less deadly LP: #583414

linux

583414

hugetlb: fix infinite loop in get_futex_key() when backed by huge pages LP: #583414

linux

583414

reiserfs: fix corruption during shrinking of xattrs LP: #583414

linux

583414

nfsd4: bug in read_buf LP: #583414

linux

583414

keys: the request_key() syscall should link an existing key to the dest keyring LP: #583414

linux

583414

staging: usbip: Fix deadlock LP: #583414

linux

583414

USB: fix remote wakeup settings during system sleep LP: #583414

linux

511066 583414

USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem. LP: #511066, #583414

linux

583414

USB: fix testing the wrong variable in fs_create_by_name() LP: #583414

linux

583414

USB: don't choose configs with no interfaces LP: #583414

linux

583414

USB: OHCI: don't look at the root hub to get the number of ports LP: #583414

linux

583414

USB: xhci: properly set the "Mult" field of the endpoint context. LP: #583414

linux

583414

USB: xhci: properly set endpoint context fields for periodic eps. LP: #583414

linux

583414

procfs: fix tid fdinfo LP: #583414

linux

583414

ocfs2: Update VFS inode's id info after reflink. LP: #583414

linux

583414

ocfs2: potential ERR_PTR dereference on error paths LP: #583414

linux

583414

ocfs2: Compute metaecc for superblocks during online resize. LP: #583414

linux

583414

ocfs2_dlmfs: Fix math error when reading LVB. LP: #583414

linux

572348 583414

powernow-k8: Fix frequency reporting LP: #572348, #583414

linux

583414

nfs d_revalidate() is too trigger-happy with d_drop() LP: #583414

linux

583414

NFS: rsize and wsize settings ignored on v4 mounts LP: #583414

linux

583414

Staging: hv: Fix a bug affecting IPv6 LP: #583414

linux

583414

Staging: hv: Fix up memory leak on HvCleanup LP: #583414

linux

583414

Staging: hv: name network device ethX rather than sethX LP: #583414

linux

583414

i2c: Fix probing of FSC hardware monitoring chips LP: #583414

linux

583414

perf: Fix resource leak in failure path of perf_event_open() LP: #583414

linux

583414

raid6: fix recovery performance regression LP: #583414

linux

583414

serial: 8250_pnp - add Fujitsu Wacom device LP: #583414

linux

583414

block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer LP: #583414

linux

583414

dm9601: fix phy/eeprom write routine LP: #583414

linux

583414

p54pci: fix bugs in p54p_check_tx_ring LP: #583414

linux

583414

edac, mce: Fix wrong mask and macro usage LP: #583414

linux

583414

x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero LP: #583414

linux

583414

x86: Disable large pages on CPUs with Atom erratum AAE44 LP: #583414

linux

583414

x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systems LP: #583414

linux

583414

x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map cpumasks LP: #583414

linux

459083 583414

ALSA: hda: Use LPIB quirk for DG965OT board version AAD63733-203 LP: #459083, #583414

linux

583414

ALSA: hda - Add PCI quirk for HP dv6-1110ax. LP: #583414

linux

553002 583414

ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio XPS 1645 LP: #553002, #583414

linux

568600 583414

ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio 1558 LP: #568600, #583414

linux

567494 583414

ALSA: hda: Use ALC880_F1734 quirk for Fujitsu Siemens AMILO Xi 1526 LP: #567494, #583414

linux

583414

ALSA: snd-meastro3: Add amp_gpio quirk for Compaq EVO N600C LP: #583414

linux

583414

ALSA: snd-meastro3: Ignore spurious HV interrupts during suspend / resume LP: #583414

linux

583414

ALSA: hda: Fix max PCM level to 0 dB for Fujitsu-Siemens laptops using CX20549 (Venice) LP: #583414

linux

541802 583414

ALSA: hda: Fix 0 dB for Packard Bell models using Conexant CX20549 (Venice) LP: #541802, #583414

linux

573284 583414

ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite Pro T130-15F LP: #573284, #583414

linux

549267 583414

ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite P500-PSPGSC-01800T LP: #549267, #583414

linux

583414

libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2) LP: #583414

linux

474597 583414

ext4: correctly calculate number of blocks for fiemap LP: #474597, #583414

linux

583414

initramfs: handle unrecognised decompressor when unpacking LP: #583414

linux

583414

CRED: Fix a race in creds_are_invalid() in credentials debugging LP: #583414

linux

583414

jfs: fix diAllocExt error in resizing filesystem LP: #583414

linux

553498 583414

ACPI: introduce kernel parameter acpi_sleep=sci_force_enable LP: #553498, #583414

linux

583414

p54pci: rx frame length check LP: #583414

linux

583414

drivers/net/wireless/p54/txrx.c Fix off by one error LP: #583414

linux

583414

dccp_probe: Fix module load dependencies between dccp and dccp_probe LP: #583414

linux

583414

KVM: remove unused load_segment_descriptor_to_kvm_desct LP: #583414

linux

583414

kgdb: don't needlessly skip PAGE_USER test for Fsl booke LP: #583414

linux

562742 583414

r8169: use correct barrier between cacheable and non-cacheable memory LP: #562742, #583414

linux

562742 583414

r8169: fix broken register writes LP: #562742, #583414

linux

562742 583414

r8169: more broken register writes workaround LP: #562742, #583414

linux

566149 583414

PCI: Ensure we re-enable devices on resume LP: #566149, #583414

linux

583128 583414

skip sense logging for some ATA PASS-THROUGH cdbs LP: #583128, #583414

linux

583414

tg3: Fix INTx fallback when MSI fails LP: #583414

linux

583414

xfs: add a shrinker to background inode reclaim LP: #583414

linux

583414

qla2xxx: Properly handle UNDERRUN completion statuses. LP: #583414

linux

583414

bnx2: Fix lost MSI-X problem on 5709 NICs. LP: #583414

linux

583414

tracing: Fix ftrace_event_call alignment for use with gcc 4.5 LP: #583414

linux

583414

security: testing the wrong variable in create_by_name() LP: #583414

linux

583414

md: restore ability of spare drives to spin down. LP: #583414

linux

583414

virtio: initialize earlier LP: #583414

linux

583414

md/raid6: Fix raid-6 read-error correction in degraded state LP: #583414

linux

583414

V4L/DVB: budget: Oops: "BUG: unable to handle kernel NULL pointer dereference" LP: #583414

linux

583414

ACPI: DMI init_set_sci_en_on_resume for multiple Lenovo ThinkPads LP: #583414

linux

583414

power_meter: acpi_device_class "power_meter_resource" too long LP: #583414

linux

553498 583414

ACPI: sleep: init_set_sci_en_on_resume for Dell Studio 155x LP: #553498, #583414

linux

583414

cpuidle: Fix incorrect optimization LP: #583414

linux

583414

pxa/colibri: fix missing #include <mach/mfp.h> in colibri.h LP: #583414

linux

583414

SCSI: fix locking around blk_abort_request() LP: #583414

linux

583414

SCSI: libiscsi: regression: fix header digest errors LP: #583414

linux

583414

scsi_debug: virtual_gb ignores sector_size LP: #583414

linux

583414

Enable retries for SYNCRONIZE_CACHE commands to fix I/O error LP: #583414

linux

583414

SCSI: Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O error LP: #583414

linux

583414

MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions. LP: #583414

linux

583414

Linux 2.6.32.13 LP: #583414

linux

583414

drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge. LP: #583414

linux

583414

drm/i915: fix tiling limits for i915 class hw v2 LP: #583414

linux

583414

Linux 2.6.32.13+drm33.4 LP: #583414

linux

551234

(pre-stable) Input: psmouse - reset all types of mice before reconnecting LP: #551234

linux

588832

ipv4: udp: fix short packet and bad checksum logging LP: #588832

linux

588832

hp_accel: fix race in device removal LP: #588832

linux

588832

fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking lines LP: #588832

linux

588832

hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killer LP: #588832

linux

588832

dma-mapping: fix dma_sync_single_range_* LP: #588832

linux

588832

ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[] LP: #588832

linux

588832

mmc: atmel-mci: fix two parameters swapped LP: #588832

linux

588832

mmc: atmel-mci: prevent kernel oops while removing card LP: #588832

linux

588832

mmc: atmel-mci: remove data error interrupt after xfer LP: #588832

linux

588832

ptrace: fix return value of do_syscall_trace_enter() LP: #588832

linux

588832

powerpc/perf_event: Fix oops due to perf_event_do_pending call LP: #588832

linux

588832

cifs: guard against hardlinking directories LP: #588832

linux

588832

serial: imx.c: fix CTS trigger level lower to avoid lost chars LP: #588832

linux

588832

ALSA: ice1724 - Fix ESI Maya44 capture source control LP: #588832

linux

588832

ALSA: hda: Fix 0 dB for Lenovo models using Conexant CX20549 (Venice) LP: #588832

linux

588832

inotify: race use after free/double free in inotify inode marks LP: #588832

linux

588832

inotify: don't leak user struct on inotify release LP: #588832

linux

588832

profile: fix stats and data leakage LP: #588832

linux

588832

x86, k8: Fix build error when K8_NB is disabled LP: #588832

linux

588832

x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments LP: #588832

linux

588832

x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRs LP: #588832

linux

588832

Btrfs: check for read permission on src file in the clone ioctl LP: #588832

linux

588832

ALSA: hda - New Intel HDA controller LP: #588832

linux

588832

proc: partially revert "procfs: provide stack information for threads" LP: #588832

linux

588832

revert "procfs: provide stack information for threads" and its fixup commits LP: #588832

linux

588832

iwlwifi: clear all the stop_queue flag after load firmware LP: #588832

linux

588832

p54: disable channels with incomplete calibration data sets LP: #588832

linux

588832

CacheFiles: Fix error handling in cachefiles_determine_cache_security() LP: #588832

linux

588832

megaraid_sas: fix for 32bit apps LP: #588832

linux

588832

mmap_min_addr check CAP_SYS_RAWIO only for write LP: #588832

linux

588832

nilfs2: fix sync silent failure LP: #588832

linux

588832

crypto: authenc - Add EINPROGRESS check LP: #588832

linux

588832

Linux 2.6.32.14 LP: #588832

linux

588832

drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge LP: #588832

linux

588832

drm/i915: fix non-Ironlake 965 class crashes LP: #588832

linux

492392 588832

drm/i915: Disable FBC on 915GM and 945GM. LP: #492392, #588832

linux

588832

Linux 2.6.32.14+drm33.5 LP: #588832

linux

588832

Linux 2.6.32.15+drm33.5 LP: #588832

linux

583531

HID: remove MODULE_VERSION from new drivers LP: #583531

linux

583531

HID: fix N-trig touch panel with recent firmware LP: #583531

linux

583531

HID: ntrig: explain firmware quirk LP: #583531

linux

583531

HID: ntrig: Emit TOUCH with DOUBLETAP for single touch LP: #583531

linux

583531

HID: ntrig: TipSwitch for single touch mode touch. LP: #583531

linux

583531

HID: ntrig: Remove unused macro, TripleTap and QuadTap LP: #583531

linux

575853

Revert "(pre-stable) iwlwifi: fix nfreed--" LP: #575853

linux

575853

Revert "backlight: mbp_nvidia_bl - add five more MacBook variants" LP: #575853

linux

575853

Revert "(pre-stable) pata_via: Add VIA VX900 support" LP: #575853

linux

575853

Revert "(pre-stable) x86-32, resume: do a global tlb flush in S4 resume" LP: #575853

linux

575853

Revert "x86: disable IOMMUs on kernel crash" LP: #575853

linux

575853

Revert "sunrpc: fix peername failed on closed listener" LP: #575853

linux

575853

Revert "sunrpc: move the close processing after do recvfrom method" LP: #575853

linux

575853

Revert "(pre-stable) drm/edid: allow certain bogus edids to hit a fixup path rather than fail" LP: #575853

linux

575853

Revert "drm/radeon/kms: don't print error on -ERESTARTSYS." LP: #575853

linux

575853

fat: fix buffer overflow in vfat_create_shortname() LP: #575853

linux

575853

xfs: simplify inode teardown LP: #575853

linux

575853

xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks LP: #575853

linux

575853

xfs: I/O completion handlers must use NOFS allocations LP: #575853

linux

575853

xfs: Wrapped journal record corruption on read at recovery LP: #575853

linux

575853

xfs: Fix error return for fallocate() on XFS LP: #575853

linux

575853

xfs: check for not fully initialized inodes in xfs_ireclaim LP: #575853

linux

575853

xfs: fix timestamp handling in xfs_setattr LP: #575853

linux

575853

xfs: Don't flush stale inodes LP: #575853

linux

575853

xfs: Ensure we force all busy extents in range to disk LP: #575853

linux

575853

xfs: reclaim inodes under a write lock LP: #575853

linux

575853

xfs: Avoid inodes in reclaim when flushing from inode cache LP: #575853

linux

575853

xfs: reclaim all inodes by background tree walks LP: #575853

linux

575853

xfs: fix stale inode flush avoidance LP: #575853

linux

575853

xfs: xfs_swap_extents needs to handle dynamic fork offsets LP: #575853

linux

575853

xfs: quota limit statvfs available blocks LP: #575853

linux

575853

xfs: don't hold onto reserved blocks on remount, ro LP: #575853

linux

575853

xfs: remove invalid barrier optimization from xfs_fsync LP: #575853

linux

575853

xfs: Non-blocking inode locking in IO completion LP: #575853

linux

575853

xfs: fix locking for inode cache radix tree tag updates LP: #575853

linux

575853

sh: Enable the mmu in start_secondary() LP: #575853

linux

575853

sh: Fix FDPIC binary loader LP: #575853

linux

575853

libiscsi: Fix recovery slowdown regression LP: #575853

linux

575853

Freezer: Fix buggy resume test for tasks frozen with cgroup freezer LP: #575853

linux

575853

iwlwifi: counting number of tfds can be free for 4965 LP: #575853

linux

575853

iwlwifi: fix nfreed-- LP: #575853

linux

575853

iwlwifi: range checking issue LP: #575853

linux

575853

setup correct int pipe type in ar9170_usb_exec_cmd LP: #575853

linux

575853

mac80211: move netdev queue enabling to correct spot LP: #575853

linux

575853

mac80211: tear down all agg queues when restart/reconfig hw LP: #575853

linux

575853

WATCHDOG: hpwdt - fix lower timeout limit LP: #575853

linux

575853

WATCHDOG: iTCO_wdt: TCO Watchdog patch for additional Intel Cougar Point DeviceIDs LP: #575853

linux

575853

genirq: Force MSI irq handlers to run with interrupts disabled LP: #575853

linux

575853

lis3: fix show rate for 8 bits chips LP: #575853

linux

575853

pata_ali: Fix regression with old devices LP: #575853

linux

575853

HID: fix oops in gyration_event() LP: #575853

linux

575853

raw: fsync method is now required LP: #575853

linux

575853

readahead: fix NULL filp dereference LP: #575853

linux

575853

ALSA: mixart: range checking proc file LP: #575853

linux

575853

x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space LP: #575853

linux

575853

resource: move kernel function inside KERNEL LP: #575853

linux

575853

backlight: mbp_nvidia_bl - add five more MacBook variants LP: #575853

linux

575853

pata_via: Add VIA VX900 support LP: #575853

linux

575853

ext3: Don't update the superblock in ext3_statfs() LP: #575853

linux

575853

ext3: journal all modifications in ext3_xattr_set_handle LP: #575853

linux

575853

eeepc-laptop: disable cpu speed control on EeePC 701 LP: #575853

linux

575853

eeepc-laptop: dmi blacklist to disable pci hotplug code LP: #575853

linux

575853

eeepc-laptop: add hotplug_disable parameter LP: #575853

linux

575853

eeepc-laptop: disable wireless hotplug for 1201N LP: #575853

linux

575853

eeepc-laptop: disable wireless hotplug for 1005PE LP: #575853

linux

575853

libata: disable NCQ on Crucial C300 SSD LP: #575853

linux

575853

cifs: Fix a kernel BUG with remote OS/2 server (try #3) LP: #575853

linux

575853

CIFS: initialize nbytes at the beginning of CIFSSMBWrite() LP: #575853

linux

575853

iwlwifi: need check for valid qos packet before free LP: #575853

linux

575853

ARM: 6031/1: fix Thumb-2 decompressor LP: #575853

linux

575853

x86-32, resume: do a global tlb flush in S4 resume LP: #575853

linux

575853

x86: hpet: Make WARN_ON understandable LP: #575853

linux

575853

x86, hpet: Erratum workaround for read after write of HPET comparator LP: #575853

linux

575853

x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards LP: #575853

linux

575853

sched: sched_getaffinity(): Allow less than NR_CPUS length LP: #575853

linux

575853

sched: Fix sched_getaffinity() LP: #575853

linux

575853

NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR LP: #575853

linux

575853

NFSv4: fix delegated locking LP: #575853

linux

575853

ALSA: hda - add a quirk for Clevo M570U laptop LP: #575853

linux

575853

ALSA: usb - Fix Oops after usb-midi disconnection LP: #575853

linux

575853

hwmon: (sht15) Fix sht15_calc_temp interpolation function LP: #575853

linux

575853

hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=n LP: #575853

linux

575853

x86/amd-iommu: Use helper function to destroy domain LP: #575853

linux

575853

x86/amd-iommu: enable iommu before attaching devices LP: #575853

linux

575853

x86, lib: Add wbinvd smp helpers LP: #575853

linux

575853

x86, cacheinfo: Fix disabling of L3 cache indices LP: #575853

linux

575853

intel-agp: Switch to wbinvd_on_all_cpus LP: #575853

linux

575853

x86, cacheinfo: Add cache index disable sysfs attrs only to L3 caches LP: #575853

linux

575853

x86, cacheinfo: Calculate L3 indices LP: #575853

linux

575853

x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1 LP: #575853

linux

575853

x86, cacheinfo: Enable L3 CID only on AMD LP: #575853

linux

575853

vgaarb: fix "target=default" passing LP: #575853

linux

575853

x86-32: clean up rwsem inline asm statements LP: #575853

linux

575853

x86: clean up rwsem type system LP: #575853

linux

575853

x86-64, rwsem: 64-bit xadd rwsem implementation LP: #575853

linux

575853

x86-64: support native xadd rwsem implementation LP: #575853

linux

575853

x86: Fix breakage of UML from the changes in the rwsem system LP: #575853

linux

575853

x86-64, rwsem: Avoid store forwarding hazard in downgrade_write LP: #575853

linux

575853

fix NFS4 handling of mountpoint stat LP: #575853

linux

575853

dm mpath: fix stall when requeueing io LP: #575853

linux

575853

quota: Fix possible dq_flags corruption LP: #575853

linux

575853

ocfs2: set i_mode on disk during acl operations LP: #575853

linux

575853

ocfs2: Change bg_chain check for ocfs2_validate_gd_parent. LP: #575853

linux

575853

9p: Skip check for mandatory locks when unlocking LP: #575853

linux

575853

fc class: fail fast bsg requests LP: #575853

linux

575853

SCSI: add scsi target reset support to scsi ioctl LP: #575853

linux

575853

PCIe AER: prevent AER injection if hardware masks error reporting LP: #575853

linux

575853

vgaarb: Fix VGA arbiter to accept PCI domains other than 0 LP: #575853

linux

575853

SCSI: fc-transport: Use packed modifier for fc_bsg_request structure. LP: #575853

linux

575853

pci: Update pci_set_vga_state() to call arch functions LP: #575853

linux

575853

PCI: kill off pci_register_set_vga_state() symbol export. LP: #575853

linux

575853

PCI: fix nested spinlock hang in aer_inject LP: #575853

linux

575853

IPoIB: Fix TX queue lockup with mixed UD/CM traffic LP: #575853

linux

575853

x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs LP: #575853

linux

575853

ALSA: hda_intel: ALSA HD Audio patch for Intel Cougar Point DeviceIDs LP: #575853

linux

575853

ALSA: hda - enable snoop for Intel Cougar Point LP: #575853

linux

575853

ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDs LP: #575853

linux

575853

ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDs LP: #575853

linux

575853

i2c-i801: Add Intel Cougar Point device IDs LP: #575853

linux

575853

b43: Remove reset after fatal DMA error LP: #575853

linux

575853

b43: Allow PIO mode to be selected at module load LP: #575853

linux

575853

b43: fall back gracefully to PIO mode after fatal DMA errors LP: #575853

linux

575853

ALSA: hda - Add position_fix quirk for Biostar mobo LP: #575853

linux

575853

agp/hp: fixup hp agp after ACPI changes LP: #575853

linux

575853

b43: Optimize PIO scratchbuffer usage LP: #575853

linux

575853

ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inode LP: #575853

linux

575853

eCryptfs: Decrypt symlink target for stat size LP: #575853

linux

575853

ecryptfs: fix error code for missing xattrs in lower fs LP: #575853

linux

575853

sched: Fix a race between ttwu() and migrate_task() LP: #575853

linux

575853

USB: cdc-acm: Update to new autopm API LP: #575853

linux

575853

USB: cdc-acm: Fix stupid NULL pointer in resume() LP: #575853

linux

575853

iwlwifi: clear all tx queues when firmware ready LP: #575853

linux

575853

iwlwifi: fix scan race LP: #575853

linux

575853

e1000e: stop cleaning when we reach tx_ring->next_to_use LP: #575853

linux

575853

tcp: fix ICMP-RTO war LP: #575853

linux

575853

perf_events, x86: Implement Intel Westmere/Nehalem-EX support LP: #575853

linux

575853

Input: wacom - switch mode upon system resume LP: #575853

linux

575853

md: deal with merge_bvec_fn in component devices better. LP: #575853

linux

575853

nfsd4: don't try to map gid's in generic rpc code LP: #575853

linux

575853

nfsd: ensure sockets are closed on error LP: #575853

linux

575853

mac80211: fix deferred hardware scan requests LP: #575853

linux

575853

fs-writeback: Add helper function to start writeback if idle LP: #575853

linux

575853

ext4: flush delalloc blocks when space is low LP: #575853

linux

575853

ext4: fix async i/o writes beyond 4GB to a sparse file LP: #575853

linux

575853

tpm: autoload tpm_tis based on system PnP IDs LP: #575853

linux

575853

IB/iser: Rewrite SG handling for RDMA logic LP: #575853

linux

575853

mptctl : Remove printk which floods unnecessary messages to var/log/message LP: #575853

linux

575853

mptspi: Fix for incorrect data underrun errata LP: #575853

linux

575853

sched: Use proper type in sched_getaffinity() LP: #575853

linux

575853

KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails LP: #575853

linux

575853

KVM: Don't spam kernel log when injecting exceptions due to bad cr writes LP: #575853

linux

575853

KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL LP: #575853

linux

575853

KVM: VMX: Save/restore rflags.vm correctly in real mode LP: #575853

linux

575853

KVM: MMU: fix kvm_mmu_zap_page() and its calling path LP: #575853

linux

575853

KVM: fix the handling of dirty bitmaps to avoid overflows LP: #575853

linux

575853

KVM: Increase NR_IOBUS_DEVS limit to 200 LP: #575853

linux

575853

KVM: x86: Fix TSS size check for 16-bit tasks LP: #575853

linux

575853

x86/gart: Disable GART explicitly before initialization LP: #575853

linux

575853

Linux 2.6.32.12 LP: #575853

linux

575853

drm/edid: allow certain bogus edids to hit a fixup path rather than fail LP: #575853

linux

575853

drm/radeon: add new RS880 pci id LP: #575853

linux

575853

drm: remove the EDID blob stored in the EDID property when it is disconnected LP: #575853

linux

575853

drm/radeon/kms: never treat rs4xx as AGP LP: #575853

linux

575853

drm/radeon/kms: Fix NULL pointer dereference if memory allocation failed in a simple way LP: #575853

linux

575853

drm/radeon/kms: don't print error on -ERESTARTSYS. LP: #575853

linux

575853

drm/radeon/kms: fix pal tv-out support on legacy IGP chips LP: #575853

linux

575853

drm: Return ENODEV if the inode mapping changes LP: #575853

linux

575853

drm/edid/quirks: Envision EN2028 LP: #575853

linux

575853

drm/radeon: R300 AD only has one quad pipe. LP: #575853

linux

575853

drm/radeon/kms: fix washed out image on legacy tv dac LP: #575853

linux

575853

drm/radeon/kms/combios: verify dac_adj values are valid LP: #575853

linux

575853

drm/radeon/kms: more atom parser fixes (v2) LP: #575853

linux

575853

drm/radeon/kms: disable the tv encoder when tv/cv is not in use LP: #575853

linux

575853

drm/radeon/kms: fix tv dac conflict resolver LP: #575853

linux

575853

drm/radeon/kms: fix rs600 tlb flush LP: #575853

linux

575853

drm/radeon/kms: add FireMV 2400 PCI ID. LP: #575853

linux

575853

Linux 2.6.32.12+drm33.3 LP: #575853

linux

544590

(pre-stable) drm/radeon/kms: initialize set_surface_reg reg for rs600 asic LP: #544590

linux

589223

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

linux

526354

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

linux

567016

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

linux-backports-modules-2.6.32

599527

SAUCE: Add thinkpad-acpi to modules in the ALSA subpackage LP: #599527

linux-backports-modules-2.6.32

496093

Add in staging rt28x0 drivers from 2.6.34 LP: #496093

linux-backports-modules-2.6.32

532451

Added iwlwifi 6050 series firmware LP: #532451

linux-backports-modules-2.6.32

591822

Don't munge iwlwifi firmware filenames anymore LP: #591822

linux-backports-modules-2.6.32

568782

Make compat wireless udev glue unique by ABI LP: #568782

linux-firmware

557037

Add AudioScience ASI series audio device firmware LP: #557037

linux-firmware

508746

Add RealTek RTL8192E firmware LP: #508746

linux-firmware

580926

Update firmware from rt2870sta LP: #580926

linux-firmware

560306

radeon: add evergreen family microcode. LP: #560306

linux-fsl-imx51

570500

update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958 LP: #570500, #576274

linux-fsl-imx51

567157

SAUCE: IMX51: fix stgl5000 regulator_get failing error LP: #567157

linux-fsl-imx51

575558

(pre-upstream) FEC: Fix kernel panic in fec_set_mac_address. LP: #575558

linux-fsl-imx51

559065

netdev/fec: fix ifconfig eth0 down hang issue LP: #559065

linux-fsl-imx51

570500

update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958 LP: #570500, #576274

linux-fsl-imx51

513848

SAUCE: sched: update load count only once per cpu in 10 tick update window LP: #513848

linux-fsl-imx51

531309

(pre-stable) x86-32, resume: do a global tlb flush in S4 resume LP: #531309

linux-fsl-imx51

566149

PCI: Ensure we re-enable devices on resume LP: #566149

linux-fsl-imx51

485556

inotify: do not reuse watch descriptors LP: #485556

linux-fsl-imx51

485556

idr: fix a critical misallocation bug, take#2 LP: #485556

linux-mvl-dove

590607

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

linux-mvl-dove

590783

sfc: Wait at most 10ms for the MC to finish reading out MAC statistics LP: #590783

linux-mvl-dove

590783

sfc: Always close net device at the end of a disabling reset LP: #590783

linux-mvl-dove

590783

sfc: Change falcon_probe_board() to fail for unsupported boards LP: #590783

linux-mvl-dove

588069

ext4: Fix potential quota deadlock LP: #588069

linux-mvl-dove

588069

jbd: jbd-debug and jbd2-debug should be writable LP: #588069

linux-mvl-dove

588069

ext4: replace BUG() with return -EIO in ext4_ext_get_blocks LP: #588069

linux-mvl-dove

588069

ext4, jbd2: Add barriers for file systems with exernal journals LP: #588069

linux-mvl-dove

588069

ext4: Eliminate potential double free on error path LP: #588069

linux-mvl-dove

588069

ext4: return correct wbc.nr_to_write in ext4_da_writepages LP: #588069

linux-mvl-dove

588069

ext4: Ensure zeroout blocks have no dirty metadata LP: #588069

linux-mvl-dove

588069

ext4: Patch up how we claim metadata blocks for quota purposes LP: #588069

linux-mvl-dove

588069

ext4: Fix accounting of reserved metadata blocks LP: #588069

linux-mvl-dove

588069

ext4: Calculate metadata requirements more accurately LP: #588069

linux-mvl-dove

588069

ext4: Handle -EDQUOT error on write LP: #588069

linux-mvl-dove

588069

ext4: Fix quota accounting error with fallocate LP: #588069

linux-mvl-dove

588069

ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag LP: #588069

linux-mvl-dove

588069

ext4: Use bitops to read/modify EXT4_I(inode)->i_state LP: #588069

linux-mvl-dove

588069

ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode LP: #588069

linux-mvl-dove

588069

ext4: Add flag to files with blocks intentionally past EOF LP: #588069

linux-mvl-dove

588069

ext4: Fix fencepost error in chosing choosing group vs file preallocation. LP: #588069

linux-mvl-dove

588069

ext4: fix error handling in migrate LP: #588069

linux-mvl-dove

588069

ext4: explicitly remove inode from orphan list after failed direct io LP: #588069

linux-mvl-dove

588069

ext4: Handle non empty on-disk orphan link LP: #588069

linux-mvl-dove

588069

ext4: make "offset" consistent in ext4_check_dir_entry() LP: #588069

linux-mvl-dove

588069

ext4: Fix insertion point of extent in mext_insert_across_blocks() LP: #588069

linux-mvl-dove

588069

ext4: Fix the NULL reference in double_down_write_data_sem() LP: #588069

linux-mvl-dove

588069

ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl LP: #588069

linux-mvl-dove

588069

ext4: Fix estimate of # of blocks needed to write indirect-mapped files LP: #588069

linux-mvl-dove

588069

ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs LP: #588069

linux-mvl-dove

588069

ext4: Fix possible lost inode write in no journal mode LP: #588069

linux-mvl-dove

588069

ext4: Fix buffer head leaks after calls to ext4_get_inode_loc() LP: #588069

linux-mvl-dove

588069

ext4: Issue the discard operation *before* releasing the blocks to be reused LP: #588069

linux-mvl-dove

588069

ext4: check missed return value in ext4_sync_file() LP: #588069

linux-mvl-dove

588069

ext4: fix memory leaks in error path handling of ext4_ext_zeroout() LP: #588069

linux-mvl-dove

588069

ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc LP: #588069

linux-mvl-dove

588069

ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy() LP: #588069

linux-mvl-dove

588069

ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode LP: #588069

linux-mvl-dove

588069

ext4: fix quota accounting in case of fallocate LP: #588069

linux-mvl-dove

588069

ext4: check s_log_groups_per_flex in online resize code LP: #588069

linux-mvl-dove

588069

ext4: don't return to userspace after freezing the fs with a mutex held LP: #588069

linux-mvl-dove

588069

ext4: stop issuing discards if not supported by device LP: #588069

linux-mvl-dove

588069

ext4: don't scan/accumulate more pages than mballoc will allocate LP: #588069

linux-mvl-dove

588069

ext4: Do not zero out uninitialized extents beyond i_size LP: #588069

linux-mvl-dove

588069

ext4: clean up inode bitmaps manipulation in ext4_free_inode LP: #588069

linux-mvl-dove

588069

ext4: init statistics after journal recovery LP: #588069

linux-mvl-dove

588069

ext4: Remove extraneous newlines in ext4_msg() calls LP: #588069

linux-mvl-dove

588069

ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate LP: #588069

linux-mvl-dove

588069

ext4: check for a good block group before loading buddy pages LP: #588069

linux-mvl-dove

588069

ext4: Show journal_checksum option LP: #588069

linux-mvl-dove

588069

ext4: Use bitops to read/modify i_flags in struct ext4_inode_info LP: #588069

linux-mvl-dove

588069

ext4: Avoid crashing on NULL ptr dereference on a filesystem error LP: #588069

linux-mvl-dove

588069

ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted LP: #588069

linux-mvl-dove

588069

ext4: restart ext4_ext_remove_space() after transaction restart LP: #588069

linux-mvl-dove

588069

ext4: Conditionally define compat ioctl numbers LP: #588069

linux-mvl-dove

588069

ext4: Fix compat EXT4_IOC_ADD_GROUP LP: #588069

linux-mvl-dove

588069

ext4: Make fsync sync new parent directories in no-journal mode LP: #588069

linux-mvl-dove

576601

(pre-stable) ahci,ata_generic: let ata_generic handle new MBP w/ MCP89 LP: #576601

linux-mvl-dove

576601

(pre-stable) ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1 LP: #576601

linux-mvl-dove

583414

ehci: follow changes to echi cache handling LP: #583414

linux-mvl-dove

576257

Config]: sync with Dove LSP 5.1.1 LP: #576257

linux-mvl-dove

509006

SAUCE: dove: avoid page table overwrite when resuming from hibernation LP: #509006

linux-mvl-dove

576257

ARM: fix highmem with VIPT cache and DMA LP: #576257

linux-mvl-dove

576257

dove: disable the 2G user/kernel space split and enable HIGHMEM as the highmem issue fixed LP: #576257

linux-mvl-dove

576257

ubifs: fix hang bug when doing suspend to disk and rootfs is over ubifs LP: #576257

linux-mvl-dove

576257

Fix issue:suspend/resume,TSC cannot work LP: #576257

linux-mvl-dove

576257

(1) Fix fail to display after resume. (2) Prepare works for KG2 Application mode LP: #576257

linux-mvl-dove

576257

Fix bug: Not clear color key enable bit in configure process LP: #576257

linux-mvl-dove

576257

Fix bug: read wrong register. This might cause problem in A0 chip. No effect for Y0/Y1/X0. LP: #576257

linux-mvl-dove

576257

Fix X0 L2 way 7-4 been turned off and X0 WCO setting Wrong LP: #576257

linux-mvl-dove

576257

Revise for X0 WCO setting LP: #576257

linux-mvl-dove

576257

Fix suspend/resume issues with GC600 LP: #576257

linux-mvl-dove

576257

Fix: gpio driver can't use mpp0 as interrupt pin LP: #576257

linux-mvl-dove

576257

Fix hardware cursor issue with suspend/resume LP: #576257

linux-mvl-dove

576257

Fixed audio recording failed after suspend/resume LP: #576257

linux-mvl-dove

576257

Fix Power Button event reverse error LP: #576257

linux-mvl-dove

576257

Fix GC600 driver crash when entering hibernation LP: #576257

linux-mvl-dove

591249

dove pm: restore cp15 Marvell Auxiliary Function and PMC register LP: #591249

linux-mvl-dove

591249

dove: fix build issues when MV_HAL_DRIVERS_SUPPORT disabled LP: #591249

linux-mvl-dove

591249

dove: register the usb as host mode when HAL drivers disabled LP: #591249

linux-mvl-dove

591249

Fix wrong stride issue for RGB565 on overlay LP: #591249

linux-mvl-dove

591249

Refine alogrithm of filling yuv pitch length and do correction when input pitch value <= 0. LP: #591249

linux-mvl-dove

591249

Nand: fix PIO support for 8bit devices. LP: #591249

linux-mvl-dove

591249

MRVL BMM module update LP: #591249

linux-mvl-dove

591249

BMM module: remove ioremap_xxx for kernel space VA mapping LP: #591249

linux-mvl-dove

591249

fix spi flash type to mx2513205d for AVD1 rev2 LP: #591249

linux-mvl-dove

591249

Fix colorkey issue with PM LP: #591249

linux-mvl-dove

564559

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

linux-mvl-dove

560717

Config] ports -- build in dm-mod to enable LVM boot LP: #560717

linux-mvl-dove

555130

tools -- fix perf version extraction for multi-part flavours LP: #555130

linux-mvl-dove

560717

Config] enforce -- ensure dm_mod is built-in for LVM LP: #560717

linux-mvl-dove

570500

update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958 LP: #570500, #576274

linux-mvl-dove

550625

Revert "(pre-stable): input: ALPS - Add signature for HP Pavilion dm3 laptops" LP: #550625

linux-mvl-dove

570389

Enable ftrace function profiler LP: #570389

linux-mvl-dove

575940

enforce CONFIG_TMPFS_POSIX_ACL=y LP: #575940

linux-mvl-dove

563436

Revert "staging/comdi -- disable" LP: #563436

linux-mvl-dove

416266

Config] Enable multicast routing for sparc LP: #416266

linux-mvl-dove

570542

Config] Add ahci.ko to virtual sub-flavour LP: #570542

linux-mvl-dove

588832

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

linux-mvl-dove

557130

Config] Add atl1c to nic-modules udeb LP: #557130

linux-mvl-dove

588832

Revert "ath9k: fix lockdep warning when unloading module" on stable kernels LP: #588832

linux-mvl-dove

483343

Staging: comedi: removed "depricated" from COMEDI_CB_BLOCK LP: #483343

linux-mvl-dove

551606

ALSA: hda: Fix 0 dB offset for Lenovo Thinkpad models using AD1981 LP: #551606, #575853

linux-mvl-dove

483343

Staging: comedi: fix usbdux timeout bug LP: #483343, #575853

linux-mvl-dove

483343

Staging: comedi: usbdux.c: fix locking up of the driver when the comedi ringbuffer runs empty LP: #483343, #575853

linux-mvl-dove

479373

ALSA: hda: Set Front Mic to input vref 50% for Lenovo 3000 Y410 LP: #479373, #575853

linux-mvl-dove

562742

r8169: clean up my printk uglyness LP: #562742, #575853

linux-mvl-dove

544671

drm/i915: Add no_lvds entry for the Clientron U800 LP: #544671, #575853

linux-mvl-dove

583414

USB: EHCI: defer reclamation of siTDs LP: #583414

linux-mvl-dove

583414

p54usb: Add usbid for Corega CG-WLUSB2GT. LP: #583414

linux-mvl-dove

583414

md/raid5: allow for more than 2^31 chunks. LP: #583414

linux-mvl-dove

583414

md/raid5: fix previous patch. LP: #583414

linux-mvl-dove

583414

libata: fix locking around blk_abort_request() LP: #583414

linux-mvl-dove

583414

libata: ensure NCQ error result taskfile is fully initialized before returning it via qc->result_tf. LP: #583414

linux-mvl-dove

583414

w1: w1 temp: fix negative termperature calculation LP: #583414

linux-mvl-dove

583414

memcg: fix prepare migration LP: #583414

linux-mvl-dove

583414

mac80211: remove bogus TX agg state assignment LP: #583414

linux-mvl-dove

583414

flex_array: fix the panic when calling flex_array_alloc() without GFP_ZERO LP: #583414

linux-mvl-dove

583414

core, x86: make LIST_POISON less deadly LP: #583414

linux-mvl-dove

583414

hugetlb: fix infinite loop in get_futex_key() when backed by huge pages LP: #583414

linux-mvl-dove

583414

reiserfs: fix corruption during shrinking of xattrs LP: #583414

linux-mvl-dove

583414

nfsd4: bug in read_buf LP: #583414

linux-mvl-dove

583414

keys: the request_key() syscall should link an existing key to the dest keyring LP: #583414

linux-mvl-dove

583414

staging: usbip: Fix deadlock LP: #583414

linux-mvl-dove

583414

USB: fix remote wakeup settings during system sleep LP: #583414

linux-mvl-dove

511066 583414

USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem. LP: #511066, #583414

linux-mvl-dove

583414

USB: fix testing the wrong variable in fs_create_by_name() LP: #583414

linux-mvl-dove

583414

USB: don't choose configs with no interfaces LP: #583414

linux-mvl-dove

583414

USB: OHCI: don't look at the root hub to get the number of ports LP: #583414

linux-mvl-dove

583414

USB: xhci: properly set the "Mult" field of the endpoint context. LP: #583414

linux-mvl-dove

583414

USB: xhci: properly set endpoint context fields for periodic eps. LP: #583414

linux-mvl-dove

583414

procfs: fix tid fdinfo LP: #583414

linux-mvl-dove

583414

ocfs2: Update VFS inode's id info after reflink. LP: #583414

linux-mvl-dove

583414

ocfs2: potential ERR_PTR dereference on error paths LP: #583414

linux-mvl-dove

583414

ocfs2: Compute metaecc for superblocks during online resize. LP: #583414

linux-mvl-dove

583414

ocfs2_dlmfs: Fix math error when reading LVB. LP: #583414

linux-mvl-dove

572348 583414

powernow-k8: Fix frequency reporting LP: #572348, #583414

linux-mvl-dove

583414

nfs d_revalidate() is too trigger-happy with d_drop() LP: #583414

linux-mvl-dove

583414

NFS: rsize and wsize settings ignored on v4 mounts LP: #583414

linux-mvl-dove

583414

Staging: hv: Fix a bug affecting IPv6 LP: #583414

linux-mvl-dove

583414

Staging: hv: Fix up memory leak on HvCleanup LP: #583414

linux-mvl-dove

583414

Staging: hv: name network device ethX rather than sethX LP: #583414

linux-mvl-dove

583414

i2c: Fix probing of FSC hardware monitoring chips LP: #583414

linux-mvl-dove

583414

perf: Fix resource leak in failure path of perf_event_open() LP: #583414

linux-mvl-dove

583414

raid6: fix recovery performance regression LP: #583414

linux-mvl-dove

583414

serial: 8250_pnp - add Fujitsu Wacom device LP: #583414

linux-mvl-dove

583414

block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer LP: #583414

linux-mvl-dove

583414

dm9601: fix phy/eeprom write routine LP: #583414

linux-mvl-dove

583414

p54pci: fix bugs in p54p_check_tx_ring LP: #583414

linux-mvl-dove

583414

edac, mce: Fix wrong mask and macro usage LP: #583414

linux-mvl-dove

583414

x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero LP: #583414

linux-mvl-dove

583414

x86: Disable large pages on CPUs with Atom erratum AAE44 LP: #583414

linux-mvl-dove

583414

x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systems LP: #583414

linux-mvl-dove

583414

x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map cpumasks LP: #583414

linux-mvl-dove

459083 583414

ALSA: hda: Use LPIB quirk for DG965OT board version AAD63733-203 LP: #459083, #583414

linux-mvl-dove

583414

ALSA: hda - Add PCI quirk for HP dv6-1110ax. LP: #583414

linux-mvl-dove

553002 583414

ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio XPS 1645 LP: #553002, #583414

linux-mvl-dove

568600 583414

ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio 1558 LP: #568600, #583414

linux-mvl-dove

567494 583414

ALSA: hda: Use ALC880_F1734 quirk for Fujitsu Siemens AMILO Xi 1526 LP: #567494, #583414

linux-mvl-dove

583414

ALSA: snd-meastro3: Add amp_gpio quirk for Compaq EVO N600C LP: #583414

linux-mvl-dove

583414

ALSA: snd-meastro3: Ignore spurious HV interrupts during suspend / resume LP: #583414

linux-mvl-dove

583414

ALSA: hda: Fix max PCM level to 0 dB for Fujitsu-Siemens laptops using CX20549 (Venice) LP: #583414

linux-mvl-dove

541802 583414

ALSA: hda: Fix 0 dB for Packard Bell models using Conexant CX20549 (Venice) LP: #541802, #583414

linux-mvl-dove

573284 583414

ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite Pro T130-15F LP: #573284, #583414

linux-mvl-dove

549267 583414

ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite P500-PSPGSC-01800T LP: #549267, #583414

linux-mvl-dove

583414

libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2) LP: #583414

linux-mvl-dove

474597 583414

ext4: correctly calculate number of blocks for fiemap LP: #474597, #583414

linux-mvl-dove

583414

initramfs: handle unrecognised decompressor when unpacking LP: #583414

linux-mvl-dove

583414

CRED: Fix a race in creds_are_invalid() in credentials debugging LP: #583414

linux-mvl-dove

583414

jfs: fix diAllocExt error in resizing filesystem LP: #583414

linux-mvl-dove

553498 583414

ACPI: introduce kernel parameter acpi_sleep=sci_force_enable LP: #553498, #583414

linux-mvl-dove

583414

p54pci: rx frame length check LP: #583414

linux-mvl-dove

583414

drivers/net/wireless/p54/txrx.c Fix off by one error LP: #583414

linux-mvl-dove

583414

dccp_probe: Fix module load dependencies between dccp and dccp_probe LP: #583414

linux-mvl-dove

583414

KVM: remove unused load_segment_descriptor_to_kvm_desct LP: #583414

linux-mvl-dove

583414

kgdb: don't needlessly skip PAGE_USER test for Fsl booke LP: #583414

linux-mvl-dove

562742 583414

r8169: use correct barrier between cacheable and non-cacheable memory LP: #562742, #583414

linux-mvl-dove

562742 583414

r8169: fix broken register writes LP: #562742, #583414

linux-mvl-dove

562742 583414

r8169: more broken register writes workaround LP: #562742, #583414

linux-mvl-dove

566149 583414

PCI: Ensure we re-enable devices on resume LP: #566149, #583414

linux-mvl-dove

583128 583414

skip sense logging for some ATA PASS-THROUGH cdbs LP: #583128, #583414

linux-mvl-dove

583414

tg3: Fix INTx fallback when MSI fails LP: #583414

linux-mvl-dove

583414

xfs: add a shrinker to background inode reclaim LP: #583414

linux-mvl-dove

583414

qla2xxx: Properly handle UNDERRUN completion statuses. LP: #583414

linux-mvl-dove

583414

bnx2: Fix lost MSI-X problem on 5709 NICs. LP: #583414

linux-mvl-dove

583414

tracing: Fix ftrace_event_call alignment for use with gcc 4.5 LP: #583414

linux-mvl-dove

583414

security: testing the wrong variable in create_by_name() LP: #583414

linux-mvl-dove

583414

md: restore ability of spare drives to spin down. LP: #583414

linux-mvl-dove

583414

virtio: initialize earlier LP: #583414

linux-mvl-dove

583414

md/raid6: Fix raid-6 read-error correction in degraded state LP: #583414

linux-mvl-dove

583414

V4L/DVB: budget: Oops: "BUG: unable to handle kernel NULL pointer dereference" LP: #583414

linux-mvl-dove

583414

ACPI: DMI init_set_sci_en_on_resume for multiple Lenovo ThinkPads LP: #583414

linux-mvl-dove

583414

power_meter: acpi_device_class "power_meter_resource" too long LP: #583414

linux-mvl-dove

553498 583414

ACPI: sleep: init_set_sci_en_on_resume for Dell Studio 155x LP: #553498, #583414

linux-mvl-dove

583414

cpuidle: Fix incorrect optimization LP: #583414

linux-mvl-dove

583414

pxa/colibri: fix missing #include <mach/mfp.h> in colibri.h LP: #583414

linux-mvl-dove

583414

SCSI: fix locking around blk_abort_request() LP: #583414

linux-mvl-dove

583414

SCSI: libiscsi: regression: fix header digest errors LP: #583414

linux-mvl-dove

583414

scsi_debug: virtual_gb ignores sector_size LP: #583414

linux-mvl-dove

583414

Enable retries for SYNCRONIZE_CACHE commands to fix I/O error LP: #583414

linux-mvl-dove

583414

SCSI: Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O error LP: #583414

linux-mvl-dove

583414

MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions. LP: #583414

linux-mvl-dove

583414

Linux 2.6.32.13 LP: #583414

linux-mvl-dove

583414

drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge. LP: #583414

linux-mvl-dove

583414

drm/i915: fix tiling limits for i915 class hw v2 LP: #583414

linux-mvl-dove

583414

Linux 2.6.32.13+drm33.4 LP: #583414

linux-mvl-dove

551234

(pre-stable) Input: psmouse - reset all types of mice before reconnecting LP: #551234

linux-mvl-dove

588832

ipv4: udp: fix short packet and bad checksum logging LP: #588832

linux-mvl-dove

588832

hp_accel: fix race in device removal LP: #588832

linux-mvl-dove

588832

fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking lines LP: #588832

linux-mvl-dove

588832

hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killer LP: #588832

linux-mvl-dove

588832

dma-mapping: fix dma_sync_single_range_* LP: #588832

linux-mvl-dove

588832

ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[] LP: #588832

linux-mvl-dove

588832

mmc: atmel-mci: fix two parameters swapped LP: #588832

linux-mvl-dove

588832

mmc: atmel-mci: prevent kernel oops while removing card LP: #588832

linux-mvl-dove

588832

mmc: atmel-mci: remove data error interrupt after xfer LP: #588832

linux-mvl-dove

588832

ptrace: fix return value of do_syscall_trace_enter() LP: #588832

linux-mvl-dove

588832

powerpc/perf_event: Fix oops due to perf_event_do_pending call LP: #588832

linux-mvl-dove

588832

cifs: guard against hardlinking directories LP: #588832

linux-mvl-dove

588832

serial: imx.c: fix CTS trigger level lower to avoid lost chars LP: #588832

linux-mvl-dove

588832

ALSA: ice1724 - Fix ESI Maya44 capture source control LP: #588832

linux-mvl-dove

588832

ALSA: hda: Fix 0 dB for Lenovo models using Conexant CX20549 (Venice) LP: #588832

linux-mvl-dove

588832

inotify: race use after free/double free in inotify inode marks LP: #588832

linux-mvl-dove

588832

inotify: don't leak user struct on inotify release LP: #588832

linux-mvl-dove

588832

profile: fix stats and data leakage LP: #588832

linux-mvl-dove

588832

x86, k8: Fix build error when K8_NB is disabled LP: #588832

linux-mvl-dove

588832

x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments LP: #588832

linux-mvl-dove

588832

x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRs LP: #588832

linux-mvl-dove

588832

Btrfs: check for read permission on src file in the clone ioctl LP: #588832

linux-mvl-dove

588832

ALSA: hda - New Intel HDA controller LP: #588832

linux-mvl-dove

588832

proc: partially revert "procfs: provide stack information for threads" LP: #588832

linux-mvl-dove

588832

revert "procfs: provide stack information for threads" and its fixup commits LP: #588832

linux-mvl-dove

588832

iwlwifi: clear all the stop_queue flag after load firmware LP: #588832

linux-mvl-dove

588832

p54: disable channels with incomplete calibration data sets LP: #588832

linux-mvl-dove

588832

CacheFiles: Fix error handling in cachefiles_determine_cache_security() LP: #588832

linux-mvl-dove

588832

megaraid_sas: fix for 32bit apps LP: #588832

linux-mvl-dove

588832

mmap_min_addr check CAP_SYS_RAWIO only for write LP: #588832

linux-mvl-dove

588832

nilfs2: fix sync silent failure LP: #588832

linux-mvl-dove

588832

crypto: authenc - Add EINPROGRESS check LP: #588832

linux-mvl-dove

588832

Linux 2.6.32.14 LP: #588832

linux-mvl-dove

588832

drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge LP: #588832

linux-mvl-dove

588832

drm/i915: fix non-Ironlake 965 class crashes LP: #588832

linux-mvl-dove

492392 588832

drm/i915: Disable FBC on 915GM and 945GM. LP: #492392, #588832

linux-mvl-dove

588832

Linux 2.6.32.14+drm33.5 LP: #588832

linux-mvl-dove

588832

Linux 2.6.32.15+drm33.5 LP: #588832

linux-mvl-dove

583531

HID: remove MODULE_VERSION from new drivers LP: #583531

linux-mvl-dove

583531

HID: fix N-trig touch panel with recent firmware LP: #583531

linux-mvl-dove

583531

HID: ntrig: explain firmware quirk LP: #583531

linux-mvl-dove

583531

HID: ntrig: Emit TOUCH with DOUBLETAP for single touch LP: #583531

linux-mvl-dove

583531

HID: ntrig: TipSwitch for single touch mode touch. LP: #583531

linux-mvl-dove

583531

HID: ntrig: Remove unused macro, TripleTap and QuadTap LP: #583531

linux-mvl-dove

575853

Revert "(pre-stable) iwlwifi: fix nfreed--" LP: #575853

linux-mvl-dove

575853

Revert "backlight: mbp_nvidia_bl - add five more MacBook variants" LP: #575853

linux-mvl-dove

575853

Revert "(pre-stable) pata_via: Add VIA VX900 support" LP: #575853

linux-mvl-dove

575853

Revert "(pre-stable) x86-32, resume: do a global tlb flush in S4 resume" LP: #575853

linux-mvl-dove

575853

Revert "x86: disable IOMMUs on kernel crash" LP: #575853

linux-mvl-dove

575853

Revert "sunrpc: fix peername failed on closed listener" LP: #575853

linux-mvl-dove

575853

Revert "sunrpc: move the close processing after do recvfrom method" LP: #575853

linux-mvl-dove

575853

Revert "(pre-stable) drm/edid: allow certain bogus edids to hit a fixup path rather than fail" LP: #575853

linux-mvl-dove

575853

Revert "drm/radeon/kms: don't print error on -ERESTARTSYS." LP: #575853

linux-mvl-dove

575853

fat: fix buffer overflow in vfat_create_shortname() LP: #575853

linux-mvl-dove

575853

xfs: simplify inode teardown LP: #575853

linux-mvl-dove

575853

xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks LP: #575853

linux-mvl-dove

575853

xfs: I/O completion handlers must use NOFS allocations LP: #575853

linux-mvl-dove

575853

xfs: Wrapped journal record corruption on read at recovery LP: #575853

linux-mvl-dove

575853

xfs: Fix error return for fallocate() on XFS LP: #575853

linux-mvl-dove

575853

xfs: check for not fully initialized inodes in xfs_ireclaim LP: #575853

linux-mvl-dove

575853

xfs: fix timestamp handling in xfs_setattr LP: #575853

linux-mvl-dove

575853

xfs: Don't flush stale inodes LP: #575853

linux-mvl-dove

575853

xfs: Ensure we force all busy extents in range to disk LP: #575853

linux-mvl-dove

575853

xfs: reclaim inodes under a write lock LP: #575853

linux-mvl-dove

575853

xfs: Avoid inodes in reclaim when flushing from inode cache LP: #575853

linux-mvl-dove

575853

xfs: reclaim all inodes by background tree walks LP: #575853

linux-mvl-dove

575853

xfs: fix stale inode flush avoidance LP: #575853

linux-mvl-dove

575853

xfs: xfs_swap_extents needs to handle dynamic fork offsets LP: #575853

linux-mvl-dove

575853

xfs: quota limit statvfs available blocks LP: #575853

linux-mvl-dove

575853

xfs: don't hold onto reserved blocks on remount, ro LP: #575853

linux-mvl-dove

575853

xfs: remove invalid barrier optimization from xfs_fsync LP: #575853

linux-mvl-dove

575853

xfs: Non-blocking inode locking in IO completion LP: #575853

linux-mvl-dove

575853

xfs: fix locking for inode cache radix tree tag updates LP: #575853

linux-mvl-dove

575853

sh: Enable the mmu in start_secondary() LP: #575853

linux-mvl-dove

575853

sh: Fix FDPIC binary loader LP: #575853

linux-mvl-dove

575853

libiscsi: Fix recovery slowdown regression LP: #575853

linux-mvl-dove

575853

Freezer: Fix buggy resume test for tasks frozen with cgroup freezer LP: #575853

linux-mvl-dove

575853

iwlwifi: counting number of tfds can be free for 4965 LP: #575853

linux-mvl-dove

575853

iwlwifi: fix nfreed-- LP: #575853

linux-mvl-dove

575853

iwlwifi: range checking issue LP: #575853

linux-mvl-dove

575853

setup correct int pipe type in ar9170_usb_exec_cmd LP: #575853

linux-mvl-dove

575853

mac80211: move netdev queue enabling to correct spot LP: #575853

linux-mvl-dove

575853

mac80211: tear down all agg queues when restart/reconfig hw LP: #575853

linux-mvl-dove

575853

WATCHDOG: hpwdt - fix lower timeout limit LP: #575853

linux-mvl-dove

575853

WATCHDOG: iTCO_wdt: TCO Watchdog patch for additional Intel Cougar Point DeviceIDs LP: #575853

linux-mvl-dove

575853

genirq: Force MSI irq handlers to run with interrupts disabled LP: #575853

linux-mvl-dove

575853

lis3: fix show rate for 8 bits chips LP: #575853

linux-mvl-dove

575853

pata_ali: Fix regression with old devices LP: #575853

linux-mvl-dove

575853

HID: fix oops in gyration_event() LP: #575853

linux-mvl-dove

575853

raw: fsync method is now required LP: #575853

linux-mvl-dove

575853

readahead: fix NULL filp dereference LP: #575853

linux-mvl-dove

575853

ALSA: mixart: range checking proc file LP: #575853

linux-mvl-dove

575853

x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space LP: #575853

linux-mvl-dove

575853

resource: move kernel function inside KERNEL LP: #575853

linux-mvl-dove

575853

backlight: mbp_nvidia_bl - add five more MacBook variants LP: #575853

linux-mvl-dove

575853

pata_via: Add VIA VX900 support LP: #575853

linux-mvl-dove

575853

ext3: Don't update the superblock in ext3_statfs() LP: #575853

linux-mvl-dove

575853

ext3: journal all modifications in ext3_xattr_set_handle LP: #575853

linux-mvl-dove

575853

eeepc-laptop: disable cpu speed control on EeePC 701 LP: #575853

linux-mvl-dove

575853

eeepc-laptop: dmi blacklist to disable pci hotplug code LP: #575853

linux-mvl-dove

575853

eeepc-laptop: add hotplug_disable parameter LP: #575853

linux-mvl-dove

575853

eeepc-laptop: disable wireless hotplug for 1201N LP: #575853

linux-mvl-dove

575853

eeepc-laptop: disable wireless hotplug for 1005PE LP: #575853

linux-mvl-dove

575853

libata: disable NCQ on Crucial C300 SSD LP: #575853

linux-mvl-dove

575853

cifs: Fix a kernel BUG with remote OS/2 server (try #3) LP: #575853

linux-mvl-dove

575853

CIFS: initialize nbytes at the beginning of CIFSSMBWrite() LP: #575853

linux-mvl-dove

575853

iwlwifi: need check for valid qos packet before free LP: #575853

linux-mvl-dove

575853

ARM: 6031/1: fix Thumb-2 decompressor LP: #575853

linux-mvl-dove

575853

x86-32, resume: do a global tlb flush in S4 resume LP: #575853

linux-mvl-dove

575853

x86: hpet: Make WARN_ON understandable LP: #575853

linux-mvl-dove

575853

x86, hpet: Erratum workaround for read after write of HPET comparator LP: #575853

linux-mvl-dove

575853

x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards LP: #575853

linux-mvl-dove

575853

sched: sched_getaffinity(): Allow less than NR_CPUS length LP: #575853

linux-mvl-dove

575853

sched: Fix sched_getaffinity() LP: #575853

linux-mvl-dove

575853

NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR LP: #575853

linux-mvl-dove

575853

NFSv4: fix delegated locking LP: #575853

linux-mvl-dove

575853

ALSA: hda - add a quirk for Clevo M570U laptop LP: #575853

linux-mvl-dove

575853

ALSA: usb - Fix Oops after usb-midi disconnection LP: #575853

linux-mvl-dove

575853

hwmon: (sht15) Fix sht15_calc_temp interpolation function LP: #575853

linux-mvl-dove

575853

hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=n LP: #575853

linux-mvl-dove

575853

x86/amd-iommu: Use helper function to destroy domain LP: #575853

linux-mvl-dove

575853

x86/amd-iommu: enable iommu before attaching devices LP: #575853

linux-mvl-dove

575853

x86, lib: Add wbinvd smp helpers LP: #575853

linux-mvl-dove

575853

x86, cacheinfo: Fix disabling of L3 cache indices LP: #575853

linux-mvl-dove

575853

intel-agp: Switch to wbinvd_on_all_cpus LP: #575853

linux-mvl-dove

575853

x86, cacheinfo: Add cache index disable sysfs attrs only to L3 caches LP: #575853

linux-mvl-dove

575853

x86, cacheinfo: Calculate L3 indices LP: #575853

linux-mvl-dove

575853

x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1 LP: #575853

linux-mvl-dove

575853

x86, cacheinfo: Enable L3 CID only on AMD LP: #575853

linux-mvl-dove

575853

vgaarb: fix "target=default" passing LP: #575853

linux-mvl-dove

575853

x86-32: clean up rwsem inline asm statements LP: #575853

linux-mvl-dove

575853

x86: clean up rwsem type system LP: #575853

linux-mvl-dove

575853

x86-64, rwsem: 64-bit xadd rwsem implementation LP: #575853

linux-mvl-dove

575853

x86-64: support native xadd rwsem implementation LP: #575853

linux-mvl-dove

575853

x86: Fix breakage of UML from the changes in the rwsem system LP: #575853

linux-mvl-dove

575853

x86-64, rwsem: Avoid store forwarding hazard in downgrade_write LP: #575853

linux-mvl-dove

575853

fix NFS4 handling of mountpoint stat LP: #575853

linux-mvl-dove

575853

dm mpath: fix stall when requeueing io LP: #575853

linux-mvl-dove

575853

quota: Fix possible dq_flags corruption LP: #575853

linux-mvl-dove

575853

ocfs2: set i_mode on disk during acl operations LP: #575853

linux-mvl-dove

575853

ocfs2: Change bg_chain check for ocfs2_validate_gd_parent. LP: #575853

linux-mvl-dove

575853

9p: Skip check for mandatory locks when unlocking LP: #575853

linux-mvl-dove

575853

fc class: fail fast bsg requests LP: #575853

linux-mvl-dove

575853

SCSI: add scsi target reset support to scsi ioctl LP: #575853

linux-mvl-dove

575853

PCIe AER: prevent AER injection if hardware masks error reporting LP: #575853

linux-mvl-dove

575853

vgaarb: Fix VGA arbiter to accept PCI domains other than 0 LP: #575853

linux-mvl-dove

575853

SCSI: fc-transport: Use packed modifier for fc_bsg_request structure. LP: #575853

linux-mvl-dove

575853

pci: Update pci_set_vga_state() to call arch functions LP: #575853

linux-mvl-dove

575853

PCI: kill off pci_register_set_vga_state() symbol export. LP: #575853

linux-mvl-dove

575853

PCI: fix nested spinlock hang in aer_inject LP: #575853

linux-mvl-dove

575853

IPoIB: Fix TX queue lockup with mixed UD/CM traffic LP: #575853

linux-mvl-dove

575853

x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs LP: #575853

linux-mvl-dove

575853

ALSA: hda_intel: ALSA HD Audio patch for Intel Cougar Point DeviceIDs LP: #575853

linux-mvl-dove

575853

ALSA: hda - enable snoop for Intel Cougar Point LP: #575853

linux-mvl-dove

575853

ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDs LP: #575853

linux-mvl-dove

575853

ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDs LP: #575853

linux-mvl-dove

575853

i2c-i801: Add Intel Cougar Point device IDs LP: #575853

linux-mvl-dove

575853

b43: Remove reset after fatal DMA error LP: #575853

linux-mvl-dove

575853

b43: Allow PIO mode to be selected at module load LP: #575853

linux-mvl-dove

575853

b43: fall back gracefully to PIO mode after fatal DMA errors LP: #575853

linux-mvl-dove

575853

ALSA: hda - Add position_fix quirk for Biostar mobo LP: #575853

linux-mvl-dove

575853

agp/hp: fixup hp agp after ACPI changes LP: #575853

linux-mvl-dove

575853

b43: Optimize PIO scratchbuffer usage LP: #575853

linux-mvl-dove

575853

ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inode LP: #575853

linux-mvl-dove

575853

eCryptfs: Decrypt symlink target for stat size LP: #575853

linux-mvl-dove

575853

ecryptfs: fix error code for missing xattrs in lower fs LP: #575853

linux-mvl-dove

575853

sched: Fix a race between ttwu() and migrate_task() LP: #575853

linux-mvl-dove

575853

USB: cdc-acm: Update to new autopm API LP: #575853

linux-mvl-dove

575853

USB: cdc-acm: Fix stupid NULL pointer in resume() LP: #575853

linux-mvl-dove

575853

iwlwifi: clear all tx queues when firmware ready LP: #575853

linux-mvl-dove

575853

iwlwifi: fix scan race LP: #575853

linux-mvl-dove

575853

e1000e: stop cleaning when we reach tx_ring->next_to_use LP: #575853

linux-mvl-dove

575853

tcp: fix ICMP-RTO war LP: #575853

linux-mvl-dove

575853

perf_events, x86: Implement Intel Westmere/Nehalem-EX support LP: #575853

linux-mvl-dove

575853

Input: wacom - switch mode upon system resume LP: #575853

linux-mvl-dove

575853

md: deal with merge_bvec_fn in component devices better. LP: #575853

linux-mvl-dove

575853

nfsd4: don't try to map gid's in generic rpc code LP: #575853

linux-mvl-dove

575853

nfsd: ensure sockets are closed on error LP: #575853

linux-mvl-dove

575853

mac80211: fix deferred hardware scan requests LP: #575853

linux-mvl-dove

575853

fs-writeback: Add helper function to start writeback if idle LP: #575853

linux-mvl-dove

575853

ext4: flush delalloc blocks when space is low LP: #575853

linux-mvl-dove

575853

ext4: fix async i/o writes beyond 4GB to a sparse file LP: #575853

linux-mvl-dove

575853

tpm: autoload tpm_tis based on system PnP IDs LP: #575853

linux-mvl-dove

575853

IB/iser: Rewrite SG handling for RDMA logic LP: #575853

linux-mvl-dove

575853

mptctl : Remove printk which floods unnecessary messages to var/log/message LP: #575853

linux-mvl-dove

575853

mptspi: Fix for incorrect data underrun errata LP: #575853

linux-mvl-dove

575853

sched: Use proper type in sched_getaffinity() LP: #575853

linux-mvl-dove

575853

KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails LP: #575853

linux-mvl-dove

575853

KVM: Don't spam kernel log when injecting exceptions due to bad cr writes LP: #575853

linux-mvl-dove

575853

KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL LP: #575853

linux-mvl-dove

575853

KVM: VMX: Save/restore rflags.vm correctly in real mode LP: #575853

linux-mvl-dove

575853

KVM: MMU: fix kvm_mmu_zap_page() and its calling path LP: #575853

linux-mvl-dove

575853

KVM: fix the handling of dirty bitmaps to avoid overflows LP: #575853

linux-mvl-dove

575853

KVM: Increase NR_IOBUS_DEVS limit to 200 LP: #575853

linux-mvl-dove

575853

KVM: x86: Fix TSS size check for 16-bit tasks LP: #575853

linux-mvl-dove

575853

x86/gart: Disable GART explicitly before initialization LP: #575853

linux-mvl-dove

575853

Linux 2.6.32.12 LP: #575853

linux-mvl-dove

575853

drm/edid: allow certain bogus edids to hit a fixup path rather than fail LP: #575853

linux-mvl-dove

575853

drm/radeon: add new RS880 pci id LP: #575853

linux-mvl-dove

575853

drm: remove the EDID blob stored in the EDID property when it is disconnected LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: never treat rs4xx as AGP LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: Fix NULL pointer dereference if memory allocation failed in a simple way LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: don't print error on -ERESTARTSYS. LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: fix pal tv-out support on legacy IGP chips LP: #575853

linux-mvl-dove

575853

drm: Return ENODEV if the inode mapping changes LP: #575853

linux-mvl-dove

575853

drm/edid/quirks: Envision EN2028 LP: #575853

linux-mvl-dove

575853

drm/radeon: R300 AD only has one quad pipe. LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: fix washed out image on legacy tv dac LP: #575853

linux-mvl-dove

575853

drm/radeon/kms/combios: verify dac_adj values are valid LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: more atom parser fixes (v2) LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: disable the tv encoder when tv/cv is not in use LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: fix tv dac conflict resolver LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: fix rs600 tlb flush LP: #575853

linux-mvl-dove

575853

drm/radeon/kms: add FireMV 2400 PCI ID. LP: #575853

linux-mvl-dove

575853

Linux 2.6.32.12+drm33.3 LP: #575853

linux-mvl-dove

563679

Config] increase CONFIG_BLK_DEV_RAM_SIZE to 65536 LP: #563679

linux-mvl-dove

544590

(pre-stable) drm/radeon/kms: initialize set_surface_reg reg for rs600 asic LP: #544590

linux-mvl-dove

589223

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

linux-mvl-dove

560717

Config] Change CONFIG_BLK_DEV_DM to y LP: #560717

linux-mvl-dove

526354

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

linux-mvl-dove

567016

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

linux-mvl-dove

563277

SAUCE: i915 KMS -- support disabling KMS for known broken devices LP: #563277

linux-mvl-dove

542208 563277

SAUCE: i915 KMS -- blacklist i830 LP: #542208, #563277

linux-mvl-dove

541492 563277

SAUCE: i915 KMS -- blacklist i845g LP: #541492, #563277

linux-mvl-dove

511001 541511 563277

SAUCE: i915 KMS -- blacklist i855 LP: #511001, #541511, #563277

linux-mvl-dove

546743

SAUCE: radeon KMS -- support disabling KMS for known broken devices LP: #546743

linux-mvl-dove

546743

SAUCE: radeon KMS -- blacklist ES1000 LP: #546743

linux-qcm-msm

570500

update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958 LP: #570500, #576274

linux-qcm-msm

570500

update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958 LP: #570500, #576274

linux-qcm-msm

513848

SAUCE: sched: update load count only once per cpu in 10 tick update window LP: #513848

linux-qcm-msm

531309

(pre-stable) x86-32, resume: do a global tlb flush in S4 resume LP: #531309

linux-qcm-msm

566149

PCI: Ensure we re-enable devices on resume LP: #566149

linux-qcm-msm

485556

inotify: do not reuse watch descriptors LP: #485556

linux-qcm-msm

485556

idr: fix a critical misallocation bug, take#2 LP: #485556

linux-ti-omap

570500

update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958 LP: #570500, #576274

linux-ti-omap

576274

abi-check -- be more forgiving of the ABI element type LP: #576274

linux-ti-omap

576274

Config] enable CONFIG_UNUSED_SYMBOLS LP: #576274

linux-ti-omap

584920

ARM: Adding MosChip MCS7830 to nic-usb LP: #584920

linux-ti-omap

566238

ARM: Adding CONFIG_CFG80112_WEXT for userspace compatibility LP: #566238

nut

572262

debian/patches/04_nut-small-buffers.dpatch: Fix "libusb_get_report: error sending control message: Operation not permitted" error on some UPS devices. (LP: #572262)

nvidia-graphics-drivers

580763

Fixed a problem that caused occasional red flashes in XVideo frames (LP: #580763).

nvidia-graphics-drivers

540171

Do not install empty directories (GL, CL, cuda) in /usr/share/include (LP: #540171).

nvidia-graphics-drivers

573557

Prevent X from crashing with kernel 2.6.32 when 2 or more nvidia cards are available (LP: #573557).

obexd

559412

Revert change in release 0.22 to fix bluetooth-sendto dialog not being closed after transfer (LP: #559412)

pcsc-lite

603657

SECURITY UPDATE: fix buffer overflows (LP: #603657)

pm-utils

526354

Drop debian/suspend-blacklist again, the underlying kernel bug was fixed in lucid-updates now. (LP: #526354)

pm-utils-powersave-policy

539467

Remove sata link power save policy due to data corruption potential. LP: #539467

udisks

539515

Add 00git-fix-floppy-probing-hangs.patch: A lot of modern machines do not have a floppy drive any more, but still have a floppy controller somewhere (or at least the BIOS pretends to). Trying to open(/dev/fd0) on these machines causes long hangs, which lead to long desktop startup times. To fix this, avoid probing floppies for media in update_info(). nautilus/gvfs do not expect the media state to be correct for floppies anyway. (LP: #539515)

Desktop bugs

These changes mainly affect desktop installations of Ubuntu, Kubuntu, and other Ubuntu-based systems.

atk1.0

547244

debian/control.in: libatk1.0-dev should replace gobject-introspection-repository (LP: #547244)

brasero

561319

brasero crashed with SIGSEGV in brasero_data_project_remove_node() (LP: #561319)

brasero

469459

Text in cover editor does not show up automatically (LP: #469459)

brasero

581759

Move columns doesn't work (LP: #581759)

brasero

581885

Brasero does not correctly handle double clicking on column separators (LP: #581885)

brasero

564766

brasero crashed with SIGSEGV in brasero_mmc3_get_performa nce_wrt_spd_desc() (LP: #564766)

brasero

444832

brasero crashed with SIGSEGV in brasero_scsi_command_issue_sync() (LP: #444832)

brasero

380643

Brasero's failure with some file names (LP: #380643)

brasero

587924

Disk project doesn't save the disk title (LP: #587924)

brasero

592075

Brasero reports outdated cdrtools on cdrtools-3.00 (LP: #592075)

brasero

543892

git change to fix recording an audio project, which is what rhythmbox is using to record playlist for example (lp: #543892)

brasero

572942

git change to fix recording of audio cds, there is another git change which might be required to fix similar issues but it's not trivial so let's get that change in a first update for now (lp: #572942)

cheese

571265

New upstream release: (LP: #571265) (taking from commits message as no updated NEWS file)

chromium-browser

591474

New upstream release from the Stable Channel (LP: #591474) Fixes security issues

chromium-browser

587664

Change StartupWMClass to Chromium-browser in the desktop launcher so cairo-dock does the right thing (LP: #587664)

chromium-browser

584959

Set XLIB_SKIP_ARGB_VISUALS=1 in the wrapper to prevent flash from dying with a Gdk-ERROR when gtk2 is built with RGBA support (like in Maverick). (LP: #584959)

cups

578181

debian/filters/pstopdf: Fixed the problem of the UseCIEColor warning of Ghostscript correctly. The file format converter should not do any kind of color correction but simply pass the colors through (LP: #578181).

cups

468701

debian/patches/cups-deviced-allow-device-ids-with-newline.dpatch: Some printers have broken device IDs with newline characters inside. These break the cups-deviced printer discovery mechanism and so the printers get ignored. This patch allows newline characters in device IDs (LP: #468701).

empathy

531835

take document font for adium theme to fix small fonts (LP: #531835)

empathy

550569

Empathy silently fails importing contacts from Pidgin (Guillaume Desmottes) (LP: #550569)

empathy

568901

Empathy should use port 8001 to connect to freenode irc (Brian Curtis) (LP: #568901)

empathy

542836

"Network error" on connecting to Facebook Chat (Guillaume Desmottes) (LP: #542836)

empathy

546338

some messages get dropped when using adium themes (Guillaume Desmottes) (LP: #546338)

empathy

569276

Fixed #616711, "FreeNode" in IRC server list is incorrectly capitalized (Guillaume Desmottes) (LP: #569276) Updated translations

evince

599169

allow ixr for zipnote, to allow opening of cbz files with newer evince (LP: #599169)

evince

594967

Reload presentation view when document changes (Carlos Garcia Campos) (LP: #594967)

evince

490230

debian/apparmor-profile.abstraction: allow writes to removable media (LP: #490230)

evince

578996

debian/patches/03_fix_opening_hash_filename.patch: Fix opening files with '#' in its name (LP: #578996)

evince

571725

add debian/patches/02_fix_dot_dir_creation.patch: fix dot dir creation when launching evince directly (LP: #571725)

evince

544639 503372

Take default settings from last document opened. Fixes regression caused by migration to gio metadata (#606090, Carlos Garcia Campos) (LP: #544639, #503372)

evolution

528557

from upstream git, enable setting alarms on meeting and ungrouping those actions (LP: #528557)

evolution-data-server

530760

git change to fix a crasher in the gnome-keyring passwords handling (lp: #530760)

evolution-data-server

595867

remove debian/patches/92_git_return_formatted_address.patch: create a lot of issues with names containing a ". " as the recipient (LP: #595867)

evolution-data-server

229187

upstream git change to render correctly non ASCII characters in the UI in the address field. (LP: #229187)

f-spot

112684

Leave it up to the os to clear emailed files in /tmp/ (LP: #112684)

f-spot

175191

add git_never_touch_photo_timestamps.patch to fix timestamp incorrectly imported (LP: #175191)

farsight2

566378

upstream changes to fix empathy gtalk calls hanging issues, thank Omer Akram for working on backporting those (lp: #566378)

firefox

570337

finetune Adobe Reader access (LP: #570337)

firefox

571761

silence noisy denial on /boot/vmlinuz* and /boot/initrd.img* caused by readlinking symlinks in / (LP: #571761)

firefox

574459

allow 'm' for java's 'classes.jsa' file (LP: #574459)

firefox

570128

transition to firefox_java on Sun's jre/bin/java_vm too (LP: #570128)

firefox

577097

allow Uxr for gnome-codec-install (LP: #577097)

firefox

513887

Fix LP: #513887 - Install the plugin-container binary for OOPP support when building with --enable-ipc

firefox

469752

Fix LP: #469752 - KDE/Gnome startup notification not disappearing when app window is up - build with --enable-startup-notification

freetype

617019

SECURITY UPDATE: possible arbitrary code execution via buffer overflow in CFF Type2 CharStrings interpreter (LP: #617019)

freetype

617019

SECURITY UPDATE: possible arbitrary code execution via buffer overflow in the ftmulti demo program (LP: #617019)

freetype

617019

SECURITY UPDATE: possible arbitrary code execution via improper bounds checking (LP: #617019)

freetype

617019

SECURITY UPDATE: possible arbitrary code execution via improper type comparisons (LP: #617019)

freetype

617019

SECURITY UPDATE: possible arbitrary code execution via memory corruption in Adobe Type 1 Mac Font File (LWFN) fonts (LP: #617019)

freetype

617019

SECURITY UPDATE: denial of service via bdf font (LP: #617019)

gdm

603097

updated to the current git version to fix escaping issues in the language selector list due the previous change (lp: #603097)

gdm

403441

git change to fix a crasher (lp: #403441)

gdm

499690

git change to fix escaping issues leading to crashes (lp: #499690), or to having incorrect usernames displayed (lp: #585128)

gdm

585128

git change to fix escaping issues leading to crashes (lp: #499690), or to having incorrect usernames displayed (lp: #585128)

gdm

542345

debian/patches/30_don_t_save_failsafe_session.patch: (LP: #542345)

gedit

586848

Handle empty input gracefully (lp: #586848)

ghostscript

546009

SECURITY UPDATE: arbitrary code execution via unlimited recursive procedure invocations (LP: #546009)

gimp

537275

Fixes bug where some elements are not shown in the statusbar (LP: #537275) Origin: upstream commit 501c4f65f08c111df0654cb887d95c2c06e82710

glib2.0

575777

New upstream version (lp: #575777): Bugs fixed: 615379 g_new macros crash if sizeof(struct_type) == 0 614185 g_type_class_add_private() documentation is not correct 614372 g_stat() is funny 615111 GAsyncInitable's default implementation is broken Fix race in g_cancellable_cancel Fix for g_variant_iter_loop Make g_string_append_len() accept NULL lf len == 0 Fix typo in GMutex error message

gnome-keyring

553759

git change to fix an encoding issue in the default keyring name storage (lp: #553759)

gnome-keyring

583428

Fix broken startup when used with gdm and password-less login. (lp: #583428)

gnome-keyring

525642

git changes to install the dbus activation service correctly (lp: #525642)

gnome-panel

508452

git changes to fix races in the wnck-applet code leading to crashes (lp: #508452)

gnome-panel

128735

Fix issues with old-style multiscreen setups (lp: #128735) Misc

gnome-panel

525368

git change to fix an issue leading to new gnome-panel bars not being displayed until restart (lp: #525368)

gnome-screensaver

558721

Don't crash on systems that don't support XF86VM or XRANDR gamma fade, by testing if fade is supported on a particular screen before calling the fade_setup and fade_finish virtual functions (LP: #558721)

gnome-screensaver

581864

Don't crash when the XF86VM extension doesn't allow the gamma to be set (LP: #581864)

gnome-screensaver

546578

Disable fade on locking to work around LP: #546578 and prevent the screen remaining blank after user switching. The screensaver will still fade-in on idle though

gnome-settings-daemon

519372

Introduce gconf key that allows hiding the indicator (LP: #519372)

gnupg2

567106

Fix a regression in gnupg2 2.0.14 which prevents unprotection of new or changed gpg-agent passphrases. Patch provided by Werner Koch (upstream) (lp: #567106).

gst-plugins-good0.10

591173

upstream change required to get video calls working correctly (lp: #591173)

gtk+2.0

574837

use a replaces on gobject-introspection-repository required for karmic upgrades (lp: #574837)

gtk+2.0

558841

change by Cody Russell to send an update event on menu changes, should make the bluetooth indicator refresh correctly (lp: #558841)

gtk+2.0

576852

git change to really fix the gtkmisc warnings issue (lp: #576852)

gtksourceview2

586819

gtk-doc comments should be spellchecked (lp: #586819)

gvfs

553082

client: Don't loop on problematic dbus input (LP: #553082)

gwibber

595265

Only download content from facebook that we haven't already downloaded yet (LP: #595265)

gwibber

595265

Cache the results of the friends query from facebook so we don't make so many redundant calls and download duplicate data (LP: #595265)

gwibber

552227

All of these fixes are related to reducing the number of calls we we make to facebook and reducing the size of the result. Facebook throttles application wide, not per-user based on usage. This throttling is the root cause for (LP: #552227) and (LP: #595265) and probably many other bug reports where facebook rejects gwibber.

gwibber

595265

All of these fixes are related to reducing the number of calls we we make to facebook and reducing the size of the result. Facebook throttles application wide, not per-user based on usage. This throttling is the root cause for (LP: #552227) and (LP: #595265) and probably many other bug reports where facebook rejects gwibber.

gwibber

569543

Don't allow people to click "Add" before we have enough information from facebook to add the account (LP: #569543)

gwibber

571224

Handle prompting the user to authorize gwibber to use facebook in cases where the account was synced and there is no local key stored in the keyring (LP: #571224)

gwibber

564741

Don't fire gwibber-accounts for each failure, only spawn it once (LP: #564741)

humanity-icon-theme

566996

Fix volume icon problems in KDE; LP: #566996.

humanity-icon-theme

570124 568819

Fix volume zero; (lp: #570124, #568819).

humanity-icon-theme

571804

SD/MMC icon should not misleadingly show the capacity; LP: #571804.

ibus-anthy

603111

fix typing "cya" does not give "ちゃ" (LP: #603111)

indicator-applet

568401

Fix shortcuts over remote connections (LP: #568401)

indicator-applet

498182

Support for vertical panels (LP: #498182)

indicator-sound

532095

"Changing left/right balance in sound-preferences changes the output volume slider when indicator-applet is running" (lp: #532095)

indicator-sound

568586

update the mute animation on theme changes (lp: #568586)

jockey

581379

Remove the X-KDE-SubstitueUID key from jockey-kde.desktop.in. It is no longer needed since Jockey now has PolicyKit support, and poses a less than desirable situation where the whole frontend is run as root. Fixes LP: #581379

kde-l10n-ptbr

561873

Map ptbr to appropriate Ubuntu code pt instead of br (LP: #561873)

kdebase-runtime

517962

Add kubuntu_92_nepomukstorage_init_member_vars.diff from upstream. This patch initializes member variables that may be accessed before they are initialized in the code. (LP: #517962)

kdenetwork

578856

SECURITY UPDATE: file name directory traversal attack (LP: #578856).

kdepimlibs

583735

Increase timeout in kubuntu_01_increase_fail_timeout.patch once more. 300000 (i.e. 5 minutes) should hopefully be enough to not run into time outs. (LP: #583735)

kdeplasma-addons

566127

Add kubuntu_01_fix_picture_of_the_day.diff from branch (LP: #566127) https://bugs.kde.org/show_bug.cgi?id=226230

kpackagekit

586497

Fix patch kubuntu_06_no_automatic_updates.diff to make it apply Closes LP: #586497

kpackagekit

588709

Replace dependency on kdebase-workspace-bin with a dependency on polkit-kde-1 (LP: #588709)

kubuntu-default-settings

551290

Fix Plymouth logo on 16 bit graphics, LP: #551290

kubuntu-meta

588723

Added ttf-liberation to desktop-recommends, netbook-recommends (LP: #588723)

language-pack-gnome-th

600279

Update ibus, gnome-control-center-2.0 and nm-applet translations (LP: #600279)

libgdata

570946

Fix parsing of video ratings (lp: #570946)

libgnome-keyring

530760

git change to fix a crasher in gnome_keyring_is_available() (lp: #530760)

libgnomekbd

546240

"keyboard indicator doesn't use number to differenciate variants" is fixed in thi version (lp: #546240)

librsvg

438484

Bug fixed: 143300 wrong bounding box when importing SVG 403274 text in thumbnail too large 404976 Unicode decomposed chars are not rendered well 524690 text alignment incorrect with text-anchor:end 545158 Segfault or bad rendering when displaying a SVG file 563933 corrupted rendering of a card in 'Paris' aisleriot card theme 564527 rsvg_handle_get_dimensions_sub weird behaviour 564544 shape-rendering crispEdges property is antialiasing line elements 566433 Could not read a valid svg file 579286 This SVG-File crashes nautilus/rsvg-view (lp: #438484) 581491 rsvg rendering is broken when encounters a 0px styled <text> 589612 EOG error when loading a large SVG 592207 Object cannot be rendered with more than 1 CSS {} rule 597873 glib-mkenums cannot be invoked when GLib is uninstalled. 597988 incorrect pkgconfig file let's others fail to detect librsvg 598151 Incorrect rendering of svg file 608575 Hang on particular SVG input 612951 SVG not rendered if header contains width or height in percentage 614123 librsvg builds tests even if tests are not run 614555 should remove unused rsvg_filter_adobe_blend function 614566 Needless G_OBJECT macro should be removed. 614606 !important is not respected 614643 does not handle comma separated CSS selector without libcroco 614703 Need tests for get_dimensions. 614704 css style doesn't override presentation attributes 614730 Rendering not disabled for 0 sized objects 614866 tests for CSS handling 615490 rsvg-view should scale image size by default if the image has huge canvas. 615699 rsvg-view should show zoom ratio. 615701 class directive in svg element is not used at all 615715 .class#id type selector is not supported. 616187 rsvg-view crashes when open a svg image 616835 Fix linking with pedantic linkers 617163 !important directive support without libcroco.

librsvg

566474

upstream bugzilla change to fix a crasher when view some svg images (lp: #566474)

libsdl1.2

528957

Add 320_disappearingcursor.diff & 310_fixmouseclicks from Debian revisions 1.2.14-5 & 1.2.14-6 to fix problems with the mouse button clicks not being detected in windowed mode (LP: #528957)

liferea

597532

debian/patches/google-reader-auth.patch: fix Google reader authentication (LP: #597532)

light-themes

595435

Fix ido issue for scale color change (kwii) (LP: #595435):

lirc

550369

Add hauppauge-tv-card.patch to fix detection of Hauppauge TV Card as Leadtek IR (LP: #550369)

mesa

562718

Add 104_savage_init_mesa.patch: Savage driver needs to initialize &ctx->Meta->Save. Fixes crash when using _mesa_CopyTexImage2D on Savage hardware. Cherrypick from upstream. Thanks Tormod. (LP: #562718)

nautilus

390662

git change to fix a logic error in the directory loading code which create a delay to have some shortcut actions to work after loading directory (lp: #390662)

nautilus

560706

Fix crashes (lp: #560706)

netbook-launcher

574822

debian/patches/01_clutter_vblank.patch: (LP: #574822)

netbook-launcher

574520

remove duplicate home icon when download dir is set to home (LP: #574520)

netbook-launcher

570659

fix when fallback try to respawn netbook-launcher (LP: #570659)

netbook-meta

588723

Refreshed dependencies (LP: #588723)

openoffice.org-dictionaries

467278

Undo broken South African English dictionary workaround in 1:3.1.0-4. Closes LP: #467278

rhythmbox

445141

Handle podcasts that have sound files with the same basename (LP: #445141)

rhythmbox

273294

git change to not require the can-read attribute to be available since the smb mounts sometime don't have it and that breaks import (lp: #273294)

rhythmbox

569380

git change to fix crashes due to double deletion (lp: #569380)

rhythmbox

548851

upstream change to correctly update the im status (lp: #548851)

rhythmbox

567399

upstream change to not crash on empty playlist saving (lp: #567399)

rhythmbox

565517

upstream change to fix a crash on copies (lp: #565517)

rhythmbox

568887

upstream change to db version detection issues in some locates leading to trying to convert datas on every run (lp: #568887)

rhythmbox

537958

upstream change to set correct magnatune genre names (lp: #537958)

simple-scan

564106

Set resolution on ImageMagick generated PDFs (LP: #564106)

software-center

606452

fix crash if partner channel cannot be detected (LP: #606452)

software-center

581207

Fix the database update when run with a Turkish locale (patch by M. Vefa Bicakci). LP: #581207

software-center

586306

do not crash if model is None (LP: #586306)

software-center

582143

Fix draw artifacts in the back/forward buttons when the widgets are resized (lp:~mmcg069/software-center/backforward-redraw-fix) Fixes LP: #582143

software-center

577540

Re-claim used memory after updating an existing AppStore with a new one (LP: #577540), thanks to Olivier Tilloy

software-center

563163

fix flickering when a application is instaleld (LP: #563163)

software-center

560026

fix missing padding for small details window sizes (LP: #560026)

software-center

500174

Set the search entry's text color to black when not empty. This makes it readable on dark themes with a light text color by default (LP: #500174)

software-center

459521

avoid 100% usage when waiting for software-sources to finish (LP: #459521)

software-center

537512

keep the search terms updated to ensure the navigation history always has the latest used search terms (LP: #537512)

software-center

548534

Update featured applications list per Desktop team (LP: #548534)

software-center

538646

Feature 'fretsonfire-game' rather than 'fretsonfire' (LP: #538646)

soprano

576660

Add kubuntu_02_fix_clientmodel_crashes.diff from upstream to fix each soprano query from creating a new ClientModel (LP: #576660)

system-config-kickstart

570681

The output of /usr/share/console-setup/kbdnames-maker changed with internationalisation support in console-setup. Deal with this (LP: #570681).

system-config-printer

564633

debian/patches/97_add-missing-make-name-kyocera-mita.patch: Let system-config-printer add the manufacturer name "Kyocera Mita" if a detected Kyocera (Mita) printer only reports the model name (LP: #564633).

system-config-printer

564633

debian/patches/96_new-printer-setup-check-for-local-drivers-first.patch: Let system-config-printer always first look for locally installed drivers before searching driver on the internet (LP: #564633).

taglib

572432

Closes LP: #572432 "Amarok freezes everytime I scan my collection"

telepathy-butterfly

546338

Replace \r\n with \n in incoming messages. (lp: #546338) Enhancements:

telepathy-butterfly

570346

Remove deprecation warning at start (lp: #570346)

telepathy-butterfly

430768

Don't connect via HTTP if we lost connection (lp: #430768)

telepathy-butterfly

512596

Fix crash in check_handle when adding a contact (lp: #512596)

telepathy-butterfly

579281

libproxy can now be used to automatically retrieve proxy settings and give these settings to papyon.(lp: #579281) Fixes:

thunderbird

556829

fix LP: #556829 - thunderbird-bin crashed with SIGSEGV in nsQueryInterface::operator()

thunderbird

571296

fix LP: #571296 - Thunderbird 3 "Message Pane" always visible

tomboy

516494

Fix bullet list indentation when printing (lp: #516494)

ubuntu-system-service

570583

check for download lock files as well when running "is_package_system_locked" (LP: #570583)

ubuntuone-client

571548

Fixes songs not downloading but available on web issues (LP: #571548)

ubuntuone-client

567223

Fixes gtk.MODAL usage and dialog closure. (LP: #567223)

vinagre

588532

Removed password length limit for SSH connections (lp: #588532)

vinagre

594746

Allows using of an alternative ssh port when doing tunnel (lp: #594746)

vinagre

545538

Fix SSH username saving in bookmarks (lp: #545538)

xorg-server

569879

Add 201_dixFreePrivates.patch patch: Patch from upstream to fix double free in dixFreePrivates to prevent crash on logout in KDE (LP: #569879)

xorg-server

563100

Add 124_make_xinerama_use_signed_coordinates.patch: Patch from upstream to make sure that coordinates are signed in xinerama. This is necessary as coordinates can be negative when dealing with screens above or to the left of the main screen (LP: #563100).

xorg-server

539772

Add 123_exa_sys_ptr_nullpointer_check.patch: Patch from upstream to verify a pointer is not NULL before dereferencing it. Fixes X segfault in miCopyRegion which occurs while using firefox (e.g. typing into fields in AOL). Issue found by Jerry Lamos. (LP: #539772)

xorg-server

553647

Add 19-exa-handle-pixmap-create-destroy-in-lower-layers.diff: Patch from Debian to fix X segfault on mouse click in xfig, when pixmaps are created in the course of software fallbacks. (LP: #553647)

xorg-server

589811

debian/rules: Don't reference the package uploader for support; instead point users to the standard Ubuntu support page. (LP: #589811)

xorg-server

548891

debian/local/64-xorg-xkb.rules: Ignore XKBMODEL=="SKIP" and XKBVARIANT=="U.S. English", which happen to get into /etc/default/console-setup in some cases like the VMWare automatic installer. (LP: #548891)

xorg-server

519049

Update 122_xext_fix_card32_overflow_in_xauth.patch to most recent version on patchwork tracker. This one actually fixes the crash with xauth generate (LP: #519049)

xulrunner-1.9.2

513887

Fix LP: #513887 - Install the plugin-container binary for OOPP support when building with --enable-ipc

In addition, these packages were upgraded to new upstream versions, fixing several bugs not explicitly listed here.

cairomm

566986

New upstream version (lp: #566986)

empathy

567277

New upstream release: (LP: #567277)

empathy

599294

New upstream release: (LP: #599294)

gedit

571279

New upstream release: (LP: #571279)

glibmm2.4

575803

Upload debian update to lucid (lp: #575803)

gnome-control-center

571244

New upstream version (LP: #571244)

gnome-desktop

597167

New upstream version (lp: #597167)

gnome-keyring

570736

New upstream bug fix release: (LP: #570736):

gnome-orca

574915

New upstream release (LP: #574915)

gnome-settings-daemon

571250

New upstream version (LP: #571250):

gtkmm2.4

582908

New upstream version (lp: #582908)

gtksourceview2

571261

New upstream version (lp: #571261):

ido

532234

New upstream version fixing indicator-sound theming issues (lp: #532234)

libgnomekbd

546927

New upstream version: A couple of translations updated Proper location in NA is provided Fixed three crashers (lp: #546927)

libsoup2.4

598050

New upstream version (lp: #598050):

libsoup2.4

571242

New upstream version (lp: #571242):

These changes mainly affect installations of Ubuntu on server systems.

byobu

568306

usr/bin/byobu-launch, usr/bin/byobu-launcher-install: exit 0 after launching byobu to prevent the user from having to do the double-exit when exiting or detaching, LP: #568306

byobu

580384

byobu-launcher-uninstall: create the directory, in case this script is executed before byobu actually runs, LP: #580384

cloud-init

571271

wait considerably longer (1050 seconds) for metadata service to come up (LP: #571271)

dovecot

573345

Use sieve plugin instead of cmusieve for dovecot-postfix (LP: #573345)

drbd8

562832

(LP: #562832)

eucalyptus

566792

debian/patches/lp566792-metadata-service.patch: Prevent invalid state transitions and fix address handling which mangled in-flight state changes. Cherry pick from upstream 1.6.2 branch (r1230..1232). (LP: #566792)

eucalyptus

566793

Revert: node/handlers_kvm.c: fix console bug (was only showing first 64K), LP: #566793

eucalyptus

579942

fix user enumeration and account brute force, LP: #579942

eucalyptus

586134

debian/eucalyptus-sc.upstart: Bump maximum number of loop devices for SC to 512, LP: #586134 Address LP: #565101

eucalyptus

565101

debian/eucalyptus-sc.upstart: Bump maximum number of loop devices for SC to 512, LP: #586134 Address LP: #565101

eucalyptus

567371

node/handlers.c, node/handlers_kvm.c: handle situation where NC's do not detach pthreads, LP: #567371

eucalyptus

566793

node/handlers_kvm.c: fix console bug (was only showing first 64K), LP: #566793

eucalyptus

565101

fix Walrus OOM errors (java heap), LP: #565101

landscape-client

597000

Filter duplicate network interfaces in get_active_interfaces (LP: #597000)

landscape-client

272344

A new includes information about active network devices and their IP address in sysinfo output (LP: #272344).

landscape-client

538253

Report information about which packages requested a reboot (LP: #538253).

landscape-client

574810

Fix breakage on Lucid AMIs having no ramdisk (LP: #574810).

landscape-client

562496

Fix smart-update failing its very first run (LP: #562496)

landscape-client

563063

Depend on pythonX.Y-dbus and pythonX.Y-pycurl (LP: #563063)

landscape-client

567515

Make only one request at a time to retrieve EC2 instances (LP: #567515)

libvirt

571093

debian/patches/9024-free-memory-for-invalid-devices.patch: clean up a memory leak affecting multipath+libvirt, LP: #571093

likewise-open

610300

Fix lsassd crash due to invalid hDirectory handle (LP: #610300).

linux-ec2

590607

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

linux-ec2

590783

sfc: Wait at most 10ms for the MC to finish reading out MAC statistics LP: #590783

linux-ec2

590783

sfc: Always close net device at the end of a disabling reset LP: #590783

linux-ec2

590783

sfc: Change falcon_probe_board() to fail for unsupported boards LP: #590783

linux-ec2

588069

ext4: Fix potential quota deadlock LP: #588069

linux-ec2

588069

jbd: jbd-debug and jbd2-debug should be writable LP: #588069

linux-ec2

588069

ext4: replace BUG() with return -EIO in ext4_ext_get_blocks LP: #588069

linux-ec2

588069

ext4, jbd2: Add barriers for file systems with exernal journals LP: #588069

linux-ec2

588069

ext4: Eliminate potential double free on error path LP: #588069

linux-ec2

588069

ext4: return correct wbc.nr_to_write in ext4_da_writepages LP: #588069

linux-ec2

588069

ext4: Ensure zeroout blocks have no dirty metadata LP: #588069

linux-ec2

588069

ext4: Patch up how we claim metadata blocks for quota purposes LP: #588069

linux-ec2

588069

ext4: Fix accounting of reserved metadata blocks LP: #588069

linux-ec2

588069

ext4: Calculate metadata requirements more accurately LP: #588069

linux-ec2

588069

ext4: Handle -EDQUOT error on write LP: #588069

linux-ec2

588069

ext4: Fix quota accounting error with fallocate LP: #588069

linux-ec2

588069

ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag LP: #588069

linux-ec2

588069

ext4: Use bitops to read/modify EXT4_I(inode)->i_state LP: #588069

linux-ec2

588069

ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode LP: #588069

linux-ec2

588069

ext4: Add flag to files with blocks intentionally past EOF LP: #588069

linux-ec2

588069

ext4: Fix fencepost error in chosing choosing group vs file preallocation. LP: #588069

linux-ec2

588069

ext4: fix error handling in migrate LP: #588069

linux-ec2

588069

ext4: explicitly remove inode from orphan list after failed direct io LP: #588069

linux-ec2

588069

ext4: Handle non empty on-disk orphan link LP: #588069

linux-ec2

588069

ext4: make "offset" consistent in ext4_check_dir_entry() LP: #588069

linux-ec2

588069

ext4: Fix insertion point of extent in mext_insert_across_blocks() LP: #588069

linux-ec2

588069

ext4: Fix the NULL reference in double_down_write_data_sem() LP: #588069

linux-ec2

588069

ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl LP: #588069

linux-ec2

588069

ext4: Fix estimate of # of blocks needed to write indirect-mapped files LP: #588069

linux-ec2

588069

ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs LP: #588069

linux-ec2

588069

ext4: Fix possible lost inode write in no journal mode LP: #588069

linux-ec2

588069

ext4: Fix buffer head leaks after calls to ext4_get_inode_loc() LP: #588069

linux-ec2

588069

ext4: Issue the discard operation *before* releasing the blocks to be reused LP: #588069

linux-ec2

588069

ext4: check missed return value in ext4_sync_file() LP: #588069

linux-ec2

588069

ext4: fix memory leaks in error path handling of ext4_ext_zeroout() LP: #588069

linux-ec2

588069

ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc LP: #588069

linux-ec2

588069

ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy() LP: #588069

linux-ec2

588069

ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode LP: #588069

linux-ec2

588069

ext4: fix quota accounting in case of fallocate LP: #588069

linux-ec2

588069

ext4: check s_log_groups_per_flex in online resize code LP: #588069

linux-ec2

588069

ext4: don't return to userspace after freezing the fs with a mutex held LP: #588069

linux-ec2

588069

ext4: stop issuing discards if not supported by device LP: #588069

linux-ec2

588069

ext4: don't scan/accumulate more pages than mballoc will allocate LP: #588069

linux-ec2

588069

ext4: Do not zero out uninitialized extents beyond i_size LP: #588069

linux-ec2

588069

ext4: clean up inode bitmaps manipulation in ext4_free_inode LP: #588069

linux-ec2

588069

ext4: init statistics after journal recovery LP: #588069

linux-ec2

588069

ext4: Remove extraneous newlines in ext4_msg() calls LP: #588069

linux-ec2

588069

ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate LP: #588069

linux-ec2

588069

ext4: check for a good block group before loading buddy pages LP: #588069

linux-ec2

588069

ext4: Show journal_checksum option LP: #588069

linux-ec2

588069

ext4: Use bitops to read/modify i_flags in struct ext4_inode_info LP: #588069

linux-ec2

588069

ext4: Avoid crashing on NULL ptr dereference on a filesystem error LP: #588069

linux-ec2

588069

ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted LP: #588069

linux-ec2

588069

ext4: restart ext4_ext_remove_space() after transaction restart LP: #588069

linux-ec2

588069

ext4: Conditionally define compat ioctl numbers LP: #588069

linux-ec2

588069

ext4: Fix compat EXT4_IOC_ADD_GROUP LP: #588069

linux-ec2

588069

ext4: Make fsync sync new parent directories in no-journal mode LP: #588069

linux-ec2

576601

(pre-stable) ahci,ata_generic: let ata_generic handle new MBP w/ MCP89 LP: #576601

linux-ec2

576601

(pre-stable) ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1 LP: #576601

linux-ec2

570500

update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958 LP: #570500, #576274

linux-ec2

564559

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

linux-ec2

560717

Config] ports -- build in dm-mod to enable LVM boot LP: #560717

linux-ec2

555130

tools -- fix perf version extraction for multi-part flavours LP: #555130

linux-ec2

560717

Config] enforce -- ensure dm_mod is built-in for LVM LP: #560717

linux-ec2

570500

update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958 LP: #570500, #576274

linux-ec2

550625

Revert "(pre-stable): input: ALPS - Add signature for HP Pavilion dm3 laptops" LP: #550625

linux-ec2

570389

Enable ftrace function profiler LP: #570389

linux-ec2

575940

enforce CONFIG_TMPFS_POSIX_ACL=y LP: #575940

linux-ec2

563436

Revert "staging/comdi -- disable" LP: #563436

linux-ec2

416266

Config] Enable multicast routing for sparc LP: #416266

linux-ec2

570542

Config] Add ahci.ko to virtual sub-flavour LP: #570542

linux-ec2

588832

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

linux-ec2

557130

Config] Add atl1c to nic-modules udeb LP: #557130

linux-ec2

588832

Revert "ath9k: fix lockdep warning when unloading module" on stable kernels LP: #588832

linux-ec2

483343

Staging: comedi: removed "depricated" from COMEDI_CB_BLOCK LP: #483343

linux-ec2

551606

ALSA: hda: Fix 0 dB offset for Lenovo Thinkpad models using AD1981 LP: #551606, #575853

linux-ec2

483343

Staging: comedi: fix usbdux timeout bug LP: #483343, #575853

linux-ec2

483343

Staging: comedi: usbdux.c: fix locking up of the driver when the comedi ringbuffer runs empty LP: #483343, #575853

linux-ec2

479373

ALSA: hda: Set Front Mic to input vref 50% for Lenovo 3000 Y410 LP: #479373, #575853

linux-ec2

562742

r8169: clean up my printk uglyness LP: #562742, #575853

linux-ec2

544671

drm/i915: Add no_lvds entry for the Clientron U800 LP: #544671, #575853

linux-ec2

583414

USB: EHCI: defer reclamation of siTDs LP: #583414

linux-ec2

583414

p54usb: Add usbid for Corega CG-WLUSB2GT. LP: #583414

linux-ec2

583414

md/raid5: allow for more than 2^31 chunks. LP: #583414

linux-ec2

583414

md/raid5: fix previous patch. LP: #583414

linux-ec2

583414

libata: fix locking around blk_abort_request() LP: #583414

linux-ec2

583414

libata: ensure NCQ error result taskfile is fully initialized before returning it via qc->result_tf. LP: #583414

linux-ec2

583414

w1: w1 temp: fix negative termperature calculation LP: #583414

linux-ec2

583414

memcg: fix prepare migration LP: #583414

linux-ec2

583414

mac80211: remove bogus TX agg state assignment LP: #583414

linux-ec2

583414

flex_array: fix the panic when calling flex_array_alloc() without GFP_ZERO LP: #583414

linux-ec2

583414

core, x86: make LIST_POISON less deadly LP: #583414

linux-ec2

583414

hugetlb: fix infinite loop in get_futex_key() when backed by huge pages LP: #583414

linux-ec2

583414

reiserfs: fix corruption during shrinking of xattrs LP: #583414

linux-ec2

583414

nfsd4: bug in read_buf LP: #583414

linux-ec2

583414

keys: the request_key() syscall should link an existing key to the dest keyring LP: #583414

linux-ec2

583414

staging: usbip: Fix deadlock LP: #583414

linux-ec2

583414

USB: fix remote wakeup settings during system sleep LP: #583414

linux-ec2

511066 583414

USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem. LP: #511066, #583414

linux-ec2

583414

USB: fix testing the wrong variable in fs_create_by_name() LP: #583414

linux-ec2

583414

USB: don't choose configs with no interfaces LP: #583414

linux-ec2

583414

USB: OHCI: don't look at the root hub to get the number of ports LP: #583414

linux-ec2

583414

USB: xhci: properly set the "Mult" field of the endpoint context. LP: #583414

linux-ec2

583414

USB: xhci: properly set endpoint context fields for periodic eps. LP: #583414

linux-ec2

583414

procfs: fix tid fdinfo LP: #583414

linux-ec2

583414

ocfs2: Update VFS inode's id info after reflink. LP: #583414

linux-ec2

583414

ocfs2: potential ERR_PTR dereference on error paths LP: #583414

linux-ec2

583414

ocfs2: Compute metaecc for superblocks during online resize. LP: #583414

linux-ec2

583414

ocfs2_dlmfs: Fix math error when reading LVB. LP: #583414

linux-ec2

572348 583414

powernow-k8: Fix frequency reporting LP: #572348, #583414

linux-ec2

583414

nfs d_revalidate() is too trigger-happy with d_drop() LP: #583414

linux-ec2

583414

NFS: rsize and wsize settings ignored on v4 mounts LP: #583414

linux-ec2

583414

Staging: hv: Fix a bug affecting IPv6 LP: #583414

linux-ec2

583414

Staging: hv: Fix up memory leak on HvCleanup LP: #583414

linux-ec2

583414

Staging: hv: name network device ethX rather than sethX LP: #583414

linux-ec2

583414

i2c: Fix probing of FSC hardware monitoring chips LP: #583414

linux-ec2

583414

perf: Fix resource leak in failure path of perf_event_open() LP: #583414

linux-ec2

583414

raid6: fix recovery performance regression LP: #583414

linux-ec2

583414

serial: 8250_pnp - add Fujitsu Wacom device LP: #583414

linux-ec2

583414

block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer LP: #583414

linux-ec2

583414

dm9601: fix phy/eeprom write routine LP: #583414

linux-ec2

583414

p54pci: fix bugs in p54p_check_tx_ring LP: #583414

linux-ec2

583414

edac, mce: Fix wrong mask and macro usage LP: #583414

linux-ec2

583414

x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero LP: #583414

linux-ec2

583414

x86: Disable large pages on CPUs with Atom erratum AAE44 LP: #583414

linux-ec2

583414

x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systems LP: #583414

linux-ec2

583414

x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map cpumasks LP: #583414

linux-ec2

459083 583414

ALSA: hda: Use LPIB quirk for DG965OT board version AAD63733-203 LP: #459083, #583414

linux-ec2

583414

ALSA: hda - Add PCI quirk for HP dv6-1110ax. LP: #583414

linux-ec2

553002 583414

ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio XPS 1645 LP: #553002, #583414

linux-ec2

568600 583414

ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio 1558 LP: #568600, #583414

linux-ec2

567494 583414

ALSA: hda: Use ALC880_F1734 quirk for Fujitsu Siemens AMILO Xi 1526 LP: #567494, #583414

linux-ec2

583414

ALSA: snd-meastro3: Add amp_gpio quirk for Compaq EVO N600C LP: #583414

linux-ec2

583414

ALSA: snd-meastro3: Ignore spurious HV interrupts during suspend / resume LP: #583414

linux-ec2

583414

ALSA: hda: Fix max PCM level to 0 dB for Fujitsu-Siemens laptops using CX20549 (Venice) LP: #583414

linux-ec2

541802 583414

ALSA: hda: Fix 0 dB for Packard Bell models using Conexant CX20549 (Venice) LP: #541802, #583414

linux-ec2

573284 583414

ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite Pro T130-15F LP: #573284, #583414

linux-ec2

549267 583414

ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite P500-PSPGSC-01800T LP: #549267, #583414

linux-ec2

583414

libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2) LP: #583414

linux-ec2

474597 583414

ext4: correctly calculate number of blocks for fiemap LP: #474597, #583414

linux-ec2

583414

initramfs: handle unrecognised decompressor when unpacking LP: #583414

linux-ec2

583414

CRED: Fix a race in creds_are_invalid() in credentials debugging LP: #583414

linux-ec2

583414

jfs: fix diAllocExt error in resizing filesystem LP: #583414

linux-ec2

553498 583414

ACPI: introduce kernel parameter acpi_sleep=sci_force_enable LP: #553498, #583414

linux-ec2

583414

p54pci: rx frame length check LP: #583414

linux-ec2

583414

drivers/net/wireless/p54/txrx.c Fix off by one error LP: #583414

linux-ec2

583414

dccp_probe: Fix module load dependencies between dccp and dccp_probe LP: #583414

linux-ec2

583414

KVM: remove unused load_segment_descriptor_to_kvm_desct LP: #583414

linux-ec2

583414

kgdb: don't needlessly skip PAGE_USER test for Fsl booke LP: #583414

linux-ec2

562742 583414

r8169: use correct barrier between cacheable and non-cacheable memory LP: #562742, #583414

linux-ec2

562742 583414

r8169: fix broken register writes LP: #562742, #583414

linux-ec2

562742 583414

r8169: more broken register writes workaround LP: #562742, #583414

linux-ec2

566149 583414

PCI: Ensure we re-enable devices on resume LP: #566149, #583414

linux-ec2

583128 583414

skip sense logging for some ATA PASS-THROUGH cdbs LP: #583128, #583414

linux-ec2

583414

tg3: Fix INTx fallback when MSI fails LP: #583414

linux-ec2

583414

xfs: add a shrinker to background inode reclaim LP: #583414

linux-ec2

583414

qla2xxx: Properly handle UNDERRUN completion statuses. LP: #583414

linux-ec2

583414

bnx2: Fix lost MSI-X problem on 5709 NICs. LP: #583414

linux-ec2

583414

tracing: Fix ftrace_event_call alignment for use with gcc 4.5 LP: #583414

linux-ec2

583414

security: testing the wrong variable in create_by_name() LP: #583414

linux-ec2

583414

md: restore ability of spare drives to spin down. LP: #583414

linux-ec2

583414

virtio: initialize earlier LP: #583414

linux-ec2

583414

md/raid6: Fix raid-6 read-error correction in degraded state LP: #583414

linux-ec2

583414

V4L/DVB: budget: Oops: "BUG: unable to handle kernel NULL pointer dereference" LP: #583414

linux-ec2

583414

ACPI: DMI init_set_sci_en_on_resume for multiple Lenovo ThinkPads LP: #583414

linux-ec2

583414

power_meter: acpi_device_class "power_meter_resource" too long LP: #583414

linux-ec2

553498 583414

ACPI: sleep: init_set_sci_en_on_resume for Dell Studio 155x LP: #553498, #583414

linux-ec2

583414

cpuidle: Fix incorrect optimization LP: #583414

linux-ec2

583414

pxa/colibri: fix missing #include <mach/mfp.h> in colibri.h LP: #583414

linux-ec2

583414

SCSI: fix locking around blk_abort_request() LP: #583414

linux-ec2

583414

SCSI: libiscsi: regression: fix header digest errors LP: #583414

linux-ec2

583414

scsi_debug: virtual_gb ignores sector_size LP: #583414

linux-ec2

583414

Enable retries for SYNCRONIZE_CACHE commands to fix I/O error LP: #583414

linux-ec2

583414

SCSI: Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O error LP: #583414

linux-ec2

583414

MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions. LP: #583414

linux-ec2

583414

Linux 2.6.32.13 LP: #583414

linux-ec2

583414

drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge. LP: #583414

linux-ec2

583414

drm/i915: fix tiling limits for i915 class hw v2 LP: #583414

linux-ec2

583414

Linux 2.6.32.13+drm33.4 LP: #583414

linux-ec2

551234

(pre-stable) Input: psmouse - reset all types of mice before reconnecting LP: #551234

linux-ec2

588832

ipv4: udp: fix short packet and bad checksum logging LP: #588832

linux-ec2

588832

hp_accel: fix race in device removal LP: #588832

linux-ec2

588832

fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking lines LP: #588832

linux-ec2

588832

hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killer LP: #588832

linux-ec2

588832

dma-mapping: fix dma_sync_single_range_* LP: #588832

linux-ec2

588832

ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[] LP: #588832

linux-ec2

588832

mmc: atmel-mci: fix two parameters swapped LP: #588832

linux-ec2

588832

mmc: atmel-mci: prevent kernel oops while removing card LP: #588832

linux-ec2

588832

mmc: atmel-mci: remove data error interrupt after xfer LP: #588832

linux-ec2

588832

ptrace: fix return value of do_syscall_trace_enter() LP: #588832

linux-ec2

588832

powerpc/perf_event: Fix oops due to perf_event_do_pending call LP: #588832

linux-ec2

588832

cifs: guard against hardlinking directories LP: #588832

linux-ec2

588832

serial: imx.c: fix CTS trigger level lower to avoid lost chars LP: #588832

linux-ec2

588832

ALSA: ice1724 - Fix ESI Maya44 capture source control LP: #588832

linux-ec2

588832

ALSA: hda: Fix 0 dB for Lenovo models using Conexant CX20549 (Venice) LP: #588832

linux-ec2

588832

inotify: race use after free/double free in inotify inode marks LP: #588832

linux-ec2

588832

inotify: don't leak user struct on inotify release LP: #588832

linux-ec2

588832

profile: fix stats and data leakage LP: #588832

linux-ec2

588832

x86, k8: Fix build error when K8_NB is disabled LP: #588832

linux-ec2

588832

x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments LP: #588832

linux-ec2

588832

x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRs LP: #588832

linux-ec2

588832

Btrfs: check for read permission on src file in the clone ioctl LP: #588832

linux-ec2

588832

ALSA: hda - New Intel HDA controller LP: #588832

linux-ec2

588832

proc: partially revert "procfs: provide stack information for threads" LP: #588832

linux-ec2

588832

revert "procfs: provide stack information for threads" and its fixup commits LP: #588832

linux-ec2

588832

iwlwifi: clear all the stop_queue flag after load firmware LP: #588832

linux-ec2

588832

p54: disable channels with incomplete calibration data sets LP: #588832

linux-ec2

588832

CacheFiles: Fix error handling in cachefiles_determine_cache_security() LP: #588832

linux-ec2

588832

megaraid_sas: fix for 32bit apps LP: #588832

linux-ec2

588832

mmap_min_addr check CAP_SYS_RAWIO only for write LP: #588832

linux-ec2

588832

nilfs2: fix sync silent failure LP: #588832

linux-ec2

588832

crypto: authenc - Add EINPROGRESS check LP: #588832

linux-ec2

588832

Linux 2.6.32.14 LP: #588832

linux-ec2

588832

drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge LP: #588832

linux-ec2

588832

drm/i915: fix non-Ironlake 965 class crashes LP: #588832

linux-ec2

492392 588832

drm/i915: Disable FBC on 915GM and 945GM. LP: #492392, #588832

linux-ec2

588832

Linux 2.6.32.14+drm33.5 LP: #588832

linux-ec2

588832

Linux 2.6.32.15+drm33.5 LP: #588832

linux-ec2

583531

HID: remove MODULE_VERSION from new drivers LP: #583531

linux-ec2

583531

HID: fix N-trig touch panel with recent firmware LP: #583531

linux-ec2

583531

HID: ntrig: explain firmware quirk LP: #583531

linux-ec2

583531

HID: ntrig: Emit TOUCH with DOUBLETAP for single touch LP: #583531

linux-ec2

583531

HID: ntrig: TipSwitch for single touch mode touch. LP: #583531

linux-ec2

583531

HID: ntrig: Remove unused macro, TripleTap and QuadTap LP: #583531

linux-ec2

575853

xen: follow changes to smp headers adding wbinvd LP: #575853

linux-ec2

575853

Revert "(pre-stable) iwlwifi: fix nfreed--" LP: #575853

linux-ec2

575853

Revert "backlight: mbp_nvidia_bl - add five more MacBook variants" LP: #575853

linux-ec2

575853

Revert "(pre-stable) pata_via: Add VIA VX900 support" LP: #575853

linux-ec2

575853

Revert "(pre-stable) x86-32, resume: do a global tlb flush in S4 resume" LP: #575853

linux-ec2

575853

Revert "x86: disable IOMMUs on kernel crash" LP: #575853

linux-ec2

575853

Revert "sunrpc: fix peername failed on closed listener" LP: #575853

linux-ec2

575853

Revert "sunrpc: move the close processing after do recvfrom method" LP: #575853

linux-ec2

575853

Revert "(pre-stable) drm/edid: allow certain bogus edids to hit a fixup path rather than fail" LP: #575853

linux-ec2

575853

Revert "drm/radeon/kms: don't print error on -ERESTARTSYS." LP: #575853

linux-ec2

575853

fat: fix buffer overflow in vfat_create_shortname() LP: #575853

linux-ec2

575853

xfs: simplify inode teardown LP: #575853

linux-ec2

575853

xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks LP: #575853

linux-ec2

575853

xfs: I/O completion handlers must use NOFS allocations LP: #575853

linux-ec2

575853

xfs: Wrapped journal record corruption on read at recovery LP: #575853

linux-ec2

575853

xfs: Fix error return for fallocate() on XFS LP: #575853

linux-ec2

575853

xfs: check for not fully initialized inodes in xfs_ireclaim LP: #575853

linux-ec2

575853

xfs: fix timestamp handling in xfs_setattr LP: #575853

linux-ec2

575853

xfs: Don't flush stale inodes LP: #575853

linux-ec2

575853

xfs: Ensure we force all busy extents in range to disk LP: #575853

linux-ec2

575853

xfs: reclaim inodes under a write lock LP: #575853

linux-ec2

575853

xfs: Avoid inodes in reclaim when flushing from inode cache LP: #575853

linux-ec2

575853

xfs: reclaim all inodes by background tree walks LP: #575853

linux-ec2

575853

xfs: fix stale inode flush avoidance LP: #575853

linux-ec2

575853

xfs: xfs_swap_extents needs to handle dynamic fork offsets LP: #575853

linux-ec2

575853

xfs: quota limit statvfs available blocks LP: #575853

linux-ec2

575853

xfs: don't hold onto reserved blocks on remount, ro LP: #575853

linux-ec2

575853

xfs: remove invalid barrier optimization from xfs_fsync LP: #575853

linux-ec2

575853

xfs: Non-blocking inode locking in IO completion LP: #575853

linux-ec2

575853

xfs: fix locking for inode cache radix tree tag updates LP: #575853

linux-ec2

575853

sh: Enable the mmu in start_secondary() LP: #575853

linux-ec2

575853

sh: Fix FDPIC binary loader LP: #575853

linux-ec2

575853

libiscsi: Fix recovery slowdown regression LP: #575853

linux-ec2

575853

Freezer: Fix buggy resume test for tasks frozen with cgroup freezer LP: #575853

linux-ec2

575853

iwlwifi: counting number of tfds can be free for 4965 LP: #575853

linux-ec2

575853

iwlwifi: fix nfreed-- LP: #575853

linux-ec2

575853

iwlwifi: range checking issue LP: #575853

linux-ec2

575853

setup correct int pipe type in ar9170_usb_exec_cmd LP: #575853

linux-ec2

575853

mac80211: move netdev queue enabling to correct spot LP: #575853

linux-ec2

575853

mac80211: tear down all agg queues when restart/reconfig hw LP: #575853

linux-ec2

575853

WATCHDOG: hpwdt - fix lower timeout limit LP: #575853

linux-ec2

575853

WATCHDOG: iTCO_wdt: TCO Watchdog patch for additional Intel Cougar Point DeviceIDs LP: #575853

linux-ec2

575853

genirq: Force MSI irq handlers to run with interrupts disabled LP: #575853

linux-ec2

575853

lis3: fix show rate for 8 bits chips LP: #575853

linux-ec2

575853

pata_ali: Fix regression with old devices LP: #575853

linux-ec2

575853

HID: fix oops in gyration_event() LP: #575853

linux-ec2

575853

raw: fsync method is now required LP: #575853

linux-ec2

575853

readahead: fix NULL filp dereference LP: #575853

linux-ec2

575853

ALSA: mixart: range checking proc file LP: #575853

linux-ec2

575853

x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space LP: #575853

linux-ec2

575853

resource: move kernel function inside KERNEL LP: #575853

linux-ec2

575853

backlight: mbp_nvidia_bl - add five more MacBook variants LP: #575853

linux-ec2

575853

pata_via: Add VIA VX900 support LP: #575853

linux-ec2

575853

ext3: Don't update the superblock in ext3_statfs() LP: #575853

linux-ec2

575853

ext3: journal all modifications in ext3_xattr_set_handle LP: #575853

linux-ec2

575853

eeepc-laptop: disable cpu speed control on EeePC 701 LP: #575853

linux-ec2

575853

eeepc-laptop: dmi blacklist to disable pci hotplug code LP: #575853

linux-ec2

575853

eeepc-laptop: add hotplug_disable parameter LP: #575853

linux-ec2

575853

eeepc-laptop: disable wireless hotplug for 1201N LP: #575853

linux-ec2

575853

eeepc-laptop: disable wireless hotplug for 1005PE LP: #575853

linux-ec2

575853

libata: disable NCQ on Crucial C300 SSD LP: #575853

linux-ec2

575853

cifs: Fix a kernel BUG with remote OS/2 server (try #3) LP: #575853

linux-ec2

575853

CIFS: initialize nbytes at the beginning of CIFSSMBWrite() LP: #575853

linux-ec2

575853

iwlwifi: need check for valid qos packet before free LP: #575853

linux-ec2

575853

ARM: 6031/1: fix Thumb-2 decompressor LP: #575853

linux-ec2

575853

x86-32, resume: do a global tlb flush in S4 resume LP: #575853

linux-ec2

575853

x86: hpet: Make WARN_ON understandable LP: #575853

linux-ec2

575853

x86, hpet: Erratum workaround for read after write of HPET comparator LP: #575853

linux-ec2

575853

x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards LP: #575853

linux-ec2

575853

sched: sched_getaffinity(): Allow less than NR_CPUS length LP: #575853

linux-ec2

575853

sched: Fix sched_getaffinity() LP: #575853

linux-ec2

575853

NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR LP: #575853

linux-ec2

575853

NFSv4: fix delegated locking LP: #575853

linux-ec2

575853

ALSA: hda - add a quirk for Clevo M570U laptop LP: #575853

linux-ec2

575853

ALSA: usb - Fix Oops after usb-midi disconnection LP: #575853

linux-ec2

575853

hwmon: (sht15) Fix sht15_calc_temp interpolation function LP: #575853

linux-ec2

575853

hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=n LP: #575853

linux-ec2

575853

x86/amd-iommu: Use helper function to destroy domain LP: #575853

linux-ec2

575853

x86/amd-iommu: enable iommu before attaching devices LP: #575853

linux-ec2

575853

x86, lib: Add wbinvd smp helpers LP: #575853

linux-ec2

575853

x86, cacheinfo: Fix disabling of L3 cache indices LP: #575853

linux-ec2

575853

intel-agp: Switch to wbinvd_on_all_cpus LP: #575853

linux-ec2

575853

x86, cacheinfo: Add cache index disable sysfs attrs only to L3 caches LP: #575853

linux-ec2

575853

x86, cacheinfo: Calculate L3 indices LP: #575853

linux-ec2

575853

x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1 LP: #575853

linux-ec2

575853

x86, cacheinfo: Enable L3 CID only on AMD LP: #575853

linux-ec2

575853

vgaarb: fix "target=default" passing LP: #575853

linux-ec2

575853

x86-32: clean up rwsem inline asm statements LP: #575853

linux-ec2

575853

x86: clean up rwsem type system LP: #575853

linux-ec2

575853

x86-64, rwsem: 64-bit xadd rwsem implementation LP: #575853

linux-ec2

575853

x86-64: support native xadd rwsem implementation LP: #575853

linux-ec2

575853

x86: Fix breakage of UML from the changes in the rwsem system LP: #575853

linux-ec2

575853

x86-64, rwsem: Avoid store forwarding hazard in downgrade_write LP: #575853

linux-ec2

575853

fix NFS4 handling of mountpoint stat LP: #575853

linux-ec2

575853

dm mpath: fix stall when requeueing io LP: #575853

linux-ec2

575853

quota: Fix possible dq_flags corruption LP: #575853

linux-ec2

575853

ocfs2: set i_mode on disk during acl operations LP: #575853

linux-ec2

575853

ocfs2: Change bg_chain check for ocfs2_validate_gd_parent. LP: #575853

linux-ec2

575853

9p: Skip check for mandatory locks when unlocking LP: #575853

linux-ec2

575853

fc class: fail fast bsg requests LP: #575853

linux-ec2

575853

SCSI: add scsi target reset support to scsi ioctl LP: #575853

linux-ec2

575853

PCIe AER: prevent AER injection if hardware masks error reporting LP: #575853

linux-ec2

575853

vgaarb: Fix VGA arbiter to accept PCI domains other than 0 LP: #575853

linux-ec2

575853

SCSI: fc-transport: Use packed modifier for fc_bsg_request structure. LP: #575853

linux-ec2

575853

pci: Update pci_set_vga_state() to call arch functions LP: #575853

linux-ec2

575853

PCI: kill off pci_register_set_vga_state() symbol export. LP: #575853

linux-ec2

575853

PCI: fix nested spinlock hang in aer_inject LP: #575853

linux-ec2

575853

IPoIB: Fix TX queue lockup with mixed UD/CM traffic LP: #575853

linux-ec2

575853

x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs LP: #575853

linux-ec2

575853

ALSA: hda_intel: ALSA HD Audio patch for Intel Cougar Point DeviceIDs LP: #575853

linux-ec2

575853

ALSA: hda - enable snoop for Intel Cougar Point LP: #575853

linux-ec2

575853

ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDs LP: #575853

linux-ec2

575853

ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDs LP: #575853

linux-ec2

575853

i2c-i801: Add Intel Cougar Point device IDs LP: #575853

linux-ec2

575853

b43: Remove reset after fatal DMA error LP: #575853

linux-ec2

575853

b43: Allow PIO mode to be selected at module load LP: #575853

linux-ec2

575853

b43: fall back gracefully to PIO mode after fatal DMA errors LP: #575853

linux-ec2

575853

ALSA: hda - Add position_fix quirk for Biostar mobo LP: #575853

linux-ec2

575853

agp/hp: fixup hp agp after ACPI changes LP: #575853

linux-ec2

575853

b43: Optimize PIO scratchbuffer usage LP: #575853

linux-ec2

575853

ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inode LP: #575853

linux-ec2

575853

eCryptfs: Decrypt symlink target for stat size LP: #575853

linux-ec2

575853

ecryptfs: fix error code for missing xattrs in lower fs LP: #575853

linux-ec2

575853

sched: Fix a race between ttwu() and migrate_task() LP: #575853

linux-ec2

575853

USB: cdc-acm: Update to new autopm API LP: #575853

linux-ec2

575853

USB: cdc-acm: Fix stupid NULL pointer in resume() LP: #575853

linux-ec2

575853

iwlwifi: clear all tx queues when firmware ready LP: #575853

linux-ec2

575853

iwlwifi: fix scan race LP: #575853

linux-ec2

575853

e1000e: stop cleaning when we reach tx_ring->next_to_use LP: #575853

linux-ec2

575853

tcp: fix ICMP-RTO war LP: #575853

linux-ec2

575853

perf_events, x86: Implement Intel Westmere/Nehalem-EX support LP: #575853

linux-ec2

575853

Input: wacom - switch mode upon system resume LP: #575853

linux-ec2

575853

md: deal with merge_bvec_fn in component devices better. LP: #575853

linux-ec2

575853

nfsd4: don't try to map gid's in generic rpc code LP: #575853

linux-ec2

575853

nfsd: ensure sockets are closed on error LP: #575853

linux-ec2

575853

mac80211: fix deferred hardware scan requests LP: #575853

linux-ec2

575853

fs-writeback: Add helper function to start writeback if idle LP: #575853

linux-ec2

575853

ext4: flush delalloc blocks when space is low LP: #575853

linux-ec2

575853

ext4: fix async i/o writes beyond 4GB to a sparse file LP: #575853

linux-ec2

575853

tpm: autoload tpm_tis based on system PnP IDs LP: #575853

linux-ec2

575853

IB/iser: Rewrite SG handling for RDMA logic LP: #575853

linux-ec2

575853

mptctl : Remove printk which floods unnecessary messages to var/log/message LP: #575853

linux-ec2

575853

mptspi: Fix for incorrect data underrun errata LP: #575853

linux-ec2

575853

sched: Use proper type in sched_getaffinity() LP: #575853

linux-ec2

575853

KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails LP: #575853

linux-ec2

575853

KVM: Don't spam kernel log when injecting exceptions due to bad cr writes LP: #575853

linux-ec2

575853

KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL LP: #575853

linux-ec2

575853

KVM: VMX: Save/restore rflags.vm correctly in real mode LP: #575853

linux-ec2

575853

KVM: MMU: fix kvm_mmu_zap_page() and its calling path LP: #575853

linux-ec2

575853

KVM: fix the handling of dirty bitmaps to avoid overflows LP: #575853

linux-ec2

575853

KVM: Increase NR_IOBUS_DEVS limit to 200 LP: #575853

linux-ec2

575853

KVM: x86: Fix TSS size check for 16-bit tasks LP: #575853

linux-ec2

575853

x86/gart: Disable GART explicitly before initialization LP: #575853

linux-ec2

575853

Linux 2.6.32.12 LP: #575853

linux-ec2

575853

drm/edid: allow certain bogus edids to hit a fixup path rather than fail LP: #575853

linux-ec2

575853

drm/radeon: add new RS880 pci id LP: #575853

linux-ec2

575853

drm: remove the EDID blob stored in the EDID property when it is disconnected LP: #575853

linux-ec2

575853

drm/radeon/kms: never treat rs4xx as AGP LP: #575853

linux-ec2

575853

drm/radeon/kms: Fix NULL pointer dereference if memory allocation failed in a simple way LP: #575853

linux-ec2

575853

drm/radeon/kms: don't print error on -ERESTARTSYS. LP: #575853

linux-ec2

575853

drm/radeon/kms: fix pal tv-out support on legacy IGP chips LP: #575853

linux-ec2

575853

drm: Return ENODEV if the inode mapping changes LP: #575853

linux-ec2

575853

drm/edid/quirks: Envision EN2028 LP: #575853

linux-ec2

575853

drm/radeon: R300 AD only has one quad pipe. LP: #575853

linux-ec2

575853

drm/radeon/kms: fix washed out image on legacy tv dac LP: #575853

linux-ec2

575853

drm/radeon/kms/combios: verify dac_adj values are valid LP: #575853

linux-ec2

575853

drm/radeon/kms: more atom parser fixes (v2) LP: #575853

linux-ec2

575853

drm/radeon/kms: disable the tv encoder when tv/cv is not in use LP: #575853

linux-ec2

575853

drm/radeon/kms: fix tv dac conflict resolver LP: #575853

linux-ec2

575853

drm/radeon/kms: fix rs600 tlb flush LP: #575853

linux-ec2

575853

drm/radeon/kms: add FireMV 2400 PCI ID. LP: #575853

linux-ec2

575853

Linux 2.6.32.12+drm33.3 LP: #575853

linux-ec2

544590

(pre-stable) drm/radeon/kms: initialize set_surface_reg reg for rs600 asic LP: #544590

linux-ec2

589223

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

linux-ec2

526354

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

linux-ec2

567016

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

linux-ec2

563277

SAUCE: i915 KMS -- support disabling KMS for known broken devices LP: #563277

linux-ec2

542208 563277

SAUCE: i915 KMS -- blacklist i830 LP: #542208, #563277

linux-ec2

541492 563277

SAUCE: i915 KMS -- blacklist i845g LP: #541492, #563277

linux-ec2

511001 541511 563277

SAUCE: i915 KMS -- blacklist i855 LP: #511001, #541511, #563277

linux-ec2

546743

SAUCE: radeon KMS -- support disabling KMS for known broken devices LP: #546743

linux-ec2

546743

SAUCE: radeon KMS -- blacklist ES1000 LP: #546743

mysql-dfsg-5.1

611101

This fixes (LP: #611101) and (LP: #611102)

mysql-dfsg-5.1

611102

This fixes (LP: #611101) and (LP: #611102)

mysql-dfsg-5.1

608423

debian/mysql-server-5.1.mysql.upstart: Fix typo. (LP: #608423)

mysql-dfsg-5.1

551130

debian/mysql-server-5.1.mysql.upstart: Don't wait forever to mysql to come up. (LP: #551130)

mysql-dfsg-5.1

573206

debian/mysql-server-5.1.mysql.upstart: load AppArmor profile since mysql can start before AppArmor now (LP: #573206).

openldap

571057

debian/slapd.postinst: Properly index cn=localroot,cn=config olcAccess line on upgrade from karmic. (LP: #571057)

qemu-kvm

588293

Previous patch did not fix memleak for everyone. Appending another separate memleak fix patch. This package (tried out in ppa:serge-hallyn/virt/ubuntu) was confirmed by David Weber to fix his memory leak. (LP: #588293)

tomcat6

591802

Closes LP: #591802. Thanks to Jeff Turner for the original patches and to Adam Guthrie for the Lucid debdiff.

tomcat6

563642

debian/patches/fix-jsp-regression.patch: Fix regression in JSP compilation that resulted in "Duplicate local variable" errors when using Struts 1.2 or bean:define (LP: #563642)

tomcat6

557300

debian/tomcat6.{postinst,prerm}: Respect TOMCAT6_USER and TOMCAT6_GROUP as defined in /etc/default/tomcat6 when setting directory permissions and authbind configuration (LP: #557300)

tomcat6

569118

debian/tomcat6.postinst: Use group "tomcat6" instead of "adm" for permissions in /var/lib/tomcat6, so that group "adm" doesn't get write permissions over /var/lib/tomcat6/webapps (LP: #569118)

totem

514658

Fix volume being at zero when starting playback (lp: #514658)

totem

367573

Fix possible crasher when PyGTK isn't available. (LP: #367573)

totem

559862

Fix Youtube search lasting forever while playing Video. (LP: #559862)

totem

535426

Fix artifacts or black screen when paused. (LP: #535426)

transmission

574435

Merge from Debian unstable (LP: #574435), fixes bugs:

transmission

571097

Fix a bug in transmission-daemon that caused it to overwrite symlink to settings.json and in the result ignore changes made to /etc/transmission-daemon/settings.json (LP: #571097)

transmission

571739

A fix for LP #542194 disabled rpc in transmission-daemon by default. Make it enabled for new users (LP: #571739)

transmission

564526

Fix the indicator status menu item so it always reflects the Transmission window's status. (LP: #564526)

In addition, these packages were upgraded to new upstream versions, fixing several bugs not explicitly listed here.

landscape-client

594594

New upstream version (LP: #594594):

Other bugs

A number of other changes were made in this release to fix significant bugs all across the Ubuntu system, or to make other well-understood improvements.

alien

507326

Fix for rpm with ghost files branched to lucid from 8.81 (maverick). LP: #507326

ant

600272

Fix ant to correctly build JAX-WS. LP: #600272.

binutils

593564

Apply proposed patch for ARM: Add option to disable merging of adjacent exidx unwinder entries. Addresses PR libgcj/40860. LP: #593564.

binutils

582754

Fix PR gold/10893, IFUNC support for gold backported from the trunk. LP: #582754.

check

487903

Fix infinite loop in automake macro (Fix backported from 0.9.8-1ubuntu1 in Maverick). (LP: #487903)

dpkg

570805

On Linux, call sync() (which is synchronous) before rename() rather than calling fsync() once per file (LP: #570805).

dvipng

537638

SECURITY UPDATE: arbitrary code execution via SetVF memory corruption (LP: #537638)

eglibc

587055

Fix issues in x86 memset-sse2.S/memset-sse2-rep.S. LP: #587055.

eglibc

589136

Apply from the 2.11-x86 branch: x86-64 SSE4 optimized memcmp. LP: #589136.

eglibc

542197

SECURITY UPDATE: arbitrary code execution from ELF headers (LP: #542197).

etckeeper

574244

post-install.d/50vcs-commit: Truncate commit message to avoid breaking when upgrading very large numbers of packages (LP: #574244)

fastjar

540575

SECURITY UPDATE: directory traversal vulnerabilities (LP: #540575)

file-roller

571589

debian/patches/70_autotools.patch: (LP: #571589)

gparted

588530

Add 02_udisks.patch: Use udisks in favor of devicekit-disks and hal to inhibit automount while gparted is running. Patch backported from 6.0. (LP: #588530)

grub2

580178

Update harmfully incorrect German translation of menu legend, which omitted mention of pressing Ctrl-x to boot (LP: #580178).

ifenslave-2.6

559090

Adjust README.Debian to be consistent with the examples, not advising users to use interface configs that won't work reliably with upstart. LP: #559090.

jsch

566025

Added missing versions to the OSGi export statements. (LP: #566025)

krb5

551901

src/lib/gssapi/spnego/spnego_mech.c: Ignore duplicate token sent in mechListMIC from Windows 2000 SPNEGO (LP: #551901)

libdbusmenu

592507

Race condition in getting name (LP: #592507)

libnotify

537208

debian/patches/04_no_error_msg.patch: Remove reporting of proxy_call error messages as they don't always exist and have been removed upstream in 0.5.0. (LP: #537208)

libnotify

570462

debian/patches/04_assertion-on-exit.patch: Fix an assertion when a process would init and uninit libnotify without send a notification (LP: #570462).

logcheck

508142

ignore.d.server/dnsmasq: allow -dhcp suffix in DHCP messages; taken from Debian 1.3.8; LP: #508142.

mountall

577331

When cancelling filesystem checks, only cancel those that are actually checking filesystems; otherwise those that are merely verifying the superblock will return an "unrecoverable error" rather than "cancelled". LP: #577331.

mountall

571707

Only send plymouth a progress update when there's actual progress to report; otherwise we flood plymouthd with redundant events, and the progress will spin for minutes after the fsck itself is finished. Thanks to Tero Mononen and Anders Kaseorg for the patch. LP: #571707.

openjdk-6

586641

Don't set XFILESEARCHPATH and NLSPATH on startup. LP: #586641.

openjdk-6

574997

Strip libjvm.so with --strip-debug instead of --strip-unneeded. LP: #574997.

openjdk-6

597714

Plugin fixes. LP: #597714.

openjdk-6

586641

Don't set XFILESEARCHPATH and NLSPATH on startup. LP: #586641.

openjdk-6

574997

Strip libjvm.so with --strip-debug instead of --strip-unneeded. LP: #574997.

openjdk-6

597714

Plugin fixes. LP: #597714.

openjdk-6

569396

openjdk-6-jre: Recommend ttf-dejavu-extra. LP: #569396.

openjdk-6

472845

Fix chinese font metrics and prefer using 'WenQuanYi Micro Hei' font. LP: #472845.

openssh

582251

Hardcode the location of xauth to /usr/bin/xauth rather than /usr/bin/X11/xauth (thanks, Aron Griffis; LP: #582251). xauth no longer depends on x11-common, so we're no longer guaranteed to have the /usr/bin/X11 symlink available.

openvpn

579737

debian/patches/client_hang_when_server_dont_push.patch: Fix client hanging on PUSH_REQUEST when server does not push any option (LP: #579737)

opie

569292

libopie/newseed.c: fix snprintf's length argument so opiepasswd will generate valid seeds. (LP: #569292)

pam

579826

pam-auth-update: fix a bug in our handling of module options when the module name contains digits, caused by a buggy regexp. LP: #579826.

pangomm

575826

Upload the new stable update to lucid updates (lp: #575826)

papyon

553241

Fix contact not displaying because of a bad function name (lp: #553241)

parted

568050

fix-dmraid-regression.path: Reverse upstream change that broke installation on dmraid disks for lucid (LP: #568050) (Note that this patch is likely to be reverted in Maverick once udev/lvm2 switch to the new naming scheme, per the upstream mailing list discussion.)

php5

573222

debian/patches/session_save_path.patch: Save PHP sessions to /var/lib/php rather than /tmp (LP: #573222)

php5

567043

debian/patches/fix-mysql-badmem.patch: Fix mysql crash when using php5-cgi. (LP: #567043)

pkg-create-dbgsym

562418

pkg_create_dbgsym: Do not check debian/files for whether we already processed a .ddeb, since Launchpad Soyuz disables dpkg-distaddfile for ddebs still. Instead, skip the run if we do not find any unstripped binary in the current package. (LP: #562418)

poppler

33288

backport from upstream git commit to fix wrong selection in pdf when containing tables, long text, broken flow and so on. (fixing most of known issues with selection in pdf) (LP: #33288)

pygtksourceview

582178

New upstream version (lp: #582178):

samba

572410

debian/control: Add samba-common-bin to samba. (LP: #572410)

texlive-bin

537103

SECURITY UPDATE: arbitrary code execution via memory corruption (LP: #537103)

tzdata

613691

New upstream release 2010k: (LP: #613691)

tzdata

582529

New upstream release 2010j: (LP: #582529)

upstart

554172

Apply patch from trunk to use /dev/null when /dev/console is unavailable due to kernel bugs. This isn't a fix for those bugs, but it does work around it for now. LP: #554172.

ureadahead

501715

Restore buffer_size_kb upon exit, but do it _after_ the trace buffer has been read. This frees the memory consumed by the trace operation (which can be a lot). LP: #501715

Raw List of Fixes

10.04.1 Fixes.raw.lst : Sorted by package name alphabetically

LucidLynx/ReleaseNotes/ChangeSummary/10.04.2 (last edited 2011-07-19 11:10:19 by 82-69-40-219)