This is a note to let you know that I've just added the patch titled
USB: misc: usbsevseg: fix up some sysfs attribute permissions
to the 2.6.36-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
usb-misc-usbsevseg-fix-up-some-sysfs-attribute-permissions.patch
and it can be found in the queue-2.6.36 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From e24d7ace4e822debcb78386bf279c9aba4d7fbd1 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <[email protected]>
Date: Mon, 15 Nov 2010 11:36:44 -0800
Subject: USB: misc: usbsevseg: fix up some sysfs attribute permissions
From: Greg Kroah-Hartman <[email protected]>
commit e24d7ace4e822debcb78386bf279c9aba4d7fbd1 upstream.
They should not be writable by any user.
Reported-by: Linus Torvalds <[email protected]>
Cc: Harrison Metzger <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/usb/misc/usbsevseg.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
--- a/drivers/usb/misc/usbsevseg.c
+++ b/drivers/usb/misc/usbsevseg.c
@@ -192,7 +192,7 @@ static ssize_t set_attr_##name(struct de
\
return count; \
} \
-static DEVICE_ATTR(name, S_IWUGO | S_IRUGO, show_attr_##name, set_attr_##name);
+static DEVICE_ATTR(name, S_IRUGO | S_IWUSR, show_attr_##name, set_attr_##name);
static ssize_t show_attr_text(struct device *dev,
struct device_attribute *attr, char *buf)
@@ -223,7 +223,7 @@ static ssize_t set_attr_text(struct devi
return count;
}
-static DEVICE_ATTR(text, S_IWUGO | S_IRUGO, show_attr_text, set_attr_text);
+static DEVICE_ATTR(text, S_IRUGO | S_IWUSR, show_attr_text, set_attr_text);
static ssize_t show_attr_decimals(struct device *dev,
struct device_attribute *attr, char *buf)
@@ -272,8 +272,7 @@ static ssize_t set_attr_decimals(struct
return count;
}
-static DEVICE_ATTR(decimals, S_IWUGO | S_IRUGO,
- show_attr_decimals, set_attr_decimals);
+static DEVICE_ATTR(decimals, S_IRUGO | S_IWUSR, show_attr_decimals,
set_attr_decimals);
static ssize_t show_attr_textmode(struct device *dev,
struct device_attribute *attr, char *buf)
@@ -319,8 +318,7 @@ static ssize_t set_attr_textmode(struct
return -EINVAL;
}
-static DEVICE_ATTR(textmode, S_IWUGO | S_IRUGO,
- show_attr_textmode, set_attr_textmode);
+static DEVICE_ATTR(textmode, S_IRUGO | S_IWUSR, show_attr_textmode,
set_attr_textmode);
MYDEV_ATTR_SIMPLE_UNSIGNED(powered, update_display_powered);
Patches currently in stable-queue which might be from [email protected] are
queue-2.6.36/kvm-write-protect-memory-after-slot-swap.patch
queue-2.6.36/perf_events-fix-perf_counter_mmap-hook-in-mprotect.patch
queue-2.6.36/alsa-hda-use-alc_init_default-for-really-default-initialization.patch
queue-2.6.36/drm-radeon-kms-fix-retrying-ttm_bo_init-after-it-failed-once.patch
queue-2.6.36/firewire-ohci-fix-race-in-ar-split-packet-handling.patch
queue-2.6.36/drivers-misc-ad525x_dpot.c-fix-typo-in-spi-write16-and-write24-transfer-counts.patch
queue-2.6.36/alsa-hda-disable-sticky-pcm-stream-assignment-for-ad-codecs.patch
queue-2.6.36/staging-asus_oled-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.36/sgi-xpc-xpc-fails-to-discover-partitions-with-all-nasids-above-128.patch
queue-2.6.36/drm-radeon-kms-fix-regression-in-rs4xx-i2c-setup.patch
queue-2.6.36/nfsv4-don-t-call-nfs4_state_mark_reclaim_reboot-from-error-handlers.patch
queue-2.6.36/mac80211-minstrel_ht-a-mpdu-fix.patch
queue-2.6.36/serial-mfd-adjust-the-baud-rate-setting.patch
queue-2.6.36/ath9k-fix-incorrect-access-of-rate-flags-in-rc.patch
queue-2.6.36/block-fix-race-during-disk-initialization.patch
queue-2.6.36/mac80211-fix-offchannel-assumption-upon-association.patch
queue-2.6.36/um-fix-global-timer-issue-when-using-config_no_hz.patch
queue-2.6.36/drm-i915-overlay-ensure-that-the-reg_bo-is-in-the-gtt-prior-to-writing.patch
queue-2.6.36/oprofile-remove-deprecated-use-of-flush_scheduled_work.patch
queue-2.6.36/drm-radeon-kms-fix-i2c-pad-masks-on-rs4xx.patch
queue-2.6.36/isdn-gigaset-correct-bas_gigaset-rx-buffer-handling.patch
queue-2.6.36/kvm-x86-fix-information-leak-to-userland.patch
queue-2.6.36/acpi-cpufreq-fix-a-memleak-when-unloading-driver.patch
queue-2.6.36/staging-rt2870-add-usb-id-for-buffalo-airstation-wli-uc-gn.patch
queue-2.6.36/i915-reprogram-power-monitoring-registers-on-resume.patch
queue-2.6.36/asoc-wm8961-clear-wm8961_mclkdiv-bit-for-freq-16500000.patch
queue-2.6.36/usb-serial-ftdi_sio-vardaan-usb-rs422-485-converter-pid-added.patch
queue-2.6.36/drm-radeon-kms-fix-2d-tile-height-alignment-in-the-r600-cs-checker.patch
queue-2.6.36/mmc-fix-rmmod-race-for-hosts-using-card-detection-polling.patch
queue-2.6.36/cfg80211-fix-regression-on-processing-country-ies.patch
queue-2.6.36/tty-open-hangup-race-fixup.patch
queue-2.6.36/alsa-hda-enable-internal-mic-on-dell-e6410-and-dell-e6510.patch
queue-2.6.36/usb-ftdi_sio-add-id-for-rt-systems-usb-29b-radio-cable.patch
queue-2.6.36/sched-fix-rcu-lockdep-splat-from-task_group.patch
queue-2.6.36/libata-fix-null-sdev-dereference-race-in-atapi_qc_complete.patch
queue-2.6.36/alsa-hda-fixed-alc887-vd-initial-error.patch
queue-2.6.36/usbnet-fix-usb_autopm_get_interface-failure-v1.patch
queue-2.6.36/drivers-char-vt_ioctl.c-fix-vt_openqry-error-value.patch
queue-2.6.36/ecryptfs-call-vfs_setxattr-in-ecryptfs_setxattr.patch
queue-2.6.36/mac80211-fix-ibss-station-got-expired-immediately.patch
queue-2.6.36/usb-musb-fix-kernel-oops-when-loading-musb_hdrc-module-for-the-2nd-time.patch
queue-2.6.36/alsa-ac97-apply-quirk-for-dell-latitude-d610-binding-master-and-headphone-controls.patch
queue-2.6.36/hostfs-fix-uml-crash-remove-f_spare-from-hostfs.patch
queue-2.6.36/staging-rt2870-add-new-usb-id-for-belkin-f6d4050-v1.patch
queue-2.6.36/isdn-gigaset-bas_gigaset-locking-fix.patch
queue-2.6.36/drm-radeon-kms-add-workaround-for-dce3-ddc-line-vbios-bug.patch
queue-2.6.36/nfs-handle-lock-context-allocation-failures-in-nfs_create_request.patch
queue-2.6.36/microblaze-fix-build-with-make-3.82.patch
queue-2.6.36/xhci-setup-array-of-usb-2.0-and-usb-3.0-ports.patch
queue-2.6.36/drm-radeon-kms-fix-resume-regression-for-some-r5xx-laptops.patch
queue-2.6.36/ecryptfs-clear-lookup_open-flag-when-creating-lower-file.patch
queue-2.6.36/hpet-fix-unwanted-interrupt-due-to-stale-irq-status-bit.patch
queue-2.6.36/mac80211-disable-beacon-monitor-while-going-offchannel.patch
queue-2.6.36/xhci-remove-excessive-printks-with-shared-irqs.patch
queue-2.6.36/isdn-gigaset-fix-bas_gigaset-at-read-error-handling.patch
queue-2.6.36/pci-fix-size-checks-for-mmap-on-proc-bus-pci-files.patch
queue-2.6.36/mac80211-fix-possible-null-pointer-de-reference.patch
queue-2.6.36/b43-fix-warning-at-drivers-mmc-core-core.c-237-in-mmc_wait_for_cmd.patch
queue-2.6.36/drm-i915-sdvo-always-add-a-30ms-delay-to-make-sdvo-tv-detection-reliable.patch
queue-2.6.36/alsa-hda-add-workarounds-for-ct-ibg-controllers.patch
queue-2.6.36/usb-misc-sisusbvga-fix-information-leak-to-userland.patch
queue-2.6.36/agp-intel-also-add-b43.1-to-list-of-supported-devices.patch
queue-2.6.36/alsa-hda-add-an-extra-dac-for-realtek-alc887-vd.patch
queue-2.6.36/ath9k_hw-fix-ar9280-surprise-removal-during-frequent-idle-on-off.patch
queue-2.6.36/alsa-hda-use-hp-laptop-quirk-to-enable-headphones-automute-for-asus-a52j.patch
queue-2.6.36/ath9k-rename-rxflushlock-to-pcu_lock.patch
queue-2.6.36/block-fix-accounting-bug-on-cross-partition-merges.patch
queue-2.6.36/alsa-hda-use-alienware-model-quirk-for-another-ssid.patch
queue-2.6.36/pnpacpi-cope-with-invalid-device-ids.patch
queue-2.6.36/alsa-hda-fix-wrong-spdif-nid-assignment-for-ca0110.patch
queue-2.6.36/tty-restore-tty_ldisc_wait_idle.patch
queue-2.6.36/i2c-pca-platform-change-device-name-of-request_irq.patch
queue-2.6.36/nommu-yield-cpu-while-disposing-vm.patch
queue-2.6.36/irda-fix-parameter-extraction-stack-overflow.patch
queue-2.6.36/viafb-fix-i2c_transfer-error-handling.patch
queue-2.6.36/netfilter-nf_conntrack-allow-nf_ct_alloc_hashtable-to-get-highmem-pages.patch
queue-2.6.36/ath9k-fix-regression-which-prevents-chip-sleep-after-cab-data.patch
queue-2.6.36/block-limit-vec-count-in-bio_kmalloc-and-bio_alloc_map_data.patch
queue-2.6.36/ath9k_hw-handle-rx-key-miss.patch
queue-2.6.36/ath9k_htc-update-usb-device-id-list.patch
queue-2.6.36/tty_ldisc-fix-bug-on-hangup.patch
queue-2.6.36/percpu-fix-list_head-init-bug-in-__percpu_counter_init.patch
queue-2.6.36/sh-add-missing-consts-to-sys_execve-declaration.patch
queue-2.6.36/usb-misc-usbled-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.36/mm-vfs-revalidate-page-mapping-in-do_generic_file_read.patch
queue-2.6.36/uml-disable-winch-irq-before-freeing-handler-data.patch
queue-2.6.36/mac80211-reset-connection-idle-when-going-offchannel.patch
queue-2.6.36/usb-option-fix-when-the-driver-is-loaded-incorrectly-for-some-huawei-devices.patch
queue-2.6.36/usb-storage-sierra_ms-fix-sysfs-file-attribute.patch
queue-2.6.36/exec-make-argv-envp-memory-visible-to-oom-killer.patch
queue-2.6.36/tty-ldisc-fix-open-flag-handling.patch
queue-2.6.36/drivers-media-video-cx23885-cx23885-core.c-fix-cx23885_dev_checkrevision.patch
queue-2.6.36/usb-atm-ueagle-atm-fix-up-some-permissions-on-the-sysfs-files.patch
queue-2.6.36/drm-i915-update-hotplug-interrupts-register-definitions-for-sandybridge.patch
queue-2.6.36/mm-hugetlb.c-avoid-double-unlock_page-in-hugetlb_fault.patch
queue-2.6.36/alsa-oss-mixer-emulation-fix-locking.patch
queue-2.6.36/pcnet_cs-add-new_id.patch
queue-2.6.36/ath9k-clean-up-fix-aggregation-session-flush.patch
queue-2.6.36/netfilter-nf_hook_cond-has-wrong-conditional.patch
queue-2.6.36/r6040-fix-multicast-filter-some-more.patch
queue-2.6.36/alsa-hda-add-fixup-pins-for-ideapad-y550.patch
queue-2.6.36/tty-don-t-allow-reopen-when-ldisc-is-changing.patch
queue-2.6.36/gspca-sonixj-fix-a-regression-of-sensors-hv7131r-and-mi0360.patch
queue-2.6.36/um-remove-page_size-alignment-in-linker-script-causing-kernel-segfault.patch
queue-2.6.36/usb-ohci-jz4740-fix-spelling-in-module_alias.patch
queue-2.6.36/ssb-b43-pci-bridge-add-new-vendor-for-bcm4318.patch
queue-2.6.36/mac80211-don-t-sanitize-invalid-rates.patch
queue-2.6.36/usb-misc-iowarrior-fix-information-leak-to-userland.patch
queue-2.6.36/jme-fix-phy-power-off-error.patch
queue-2.6.36/sunrpc-after-calling-xprt_release-we-must-restart-from-call_reserve.patch
queue-2.6.36/bio-take-care-not-overflow-page-count-when-mapping-copying-user-data.patch
queue-2.6.36/alsa-hda-fix-alc660-vd-alc861-vd-capture-playback-mixers.patch
queue-2.6.36/usb-ftdi_sio-add-device-ids-for-milkymist-one-jtag-serial.patch
queue-2.6.36/usb-misc-usbsevseg-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.36/block-check-for-proper-length-of-iov-entries-in-blk_rq_map_user_iov.patch
queue-2.6.36/ipc-shm-fix-information-leak-to-userland.patch
queue-2.6.36/md-fix-return-value-of-rdev_size_change.patch
queue-2.6.36/do_exit-make-sure-that-we-run-with-get_fs-user_ds.patch
queue-2.6.36/ath9k-fix-channel-flag-regd-issues-with-multiple-cards.patch
queue-2.6.36/ath9k-lock-reset-and-pcu-start-stopping.patch
queue-2.6.36/powerpc-fix-call-to-subpage_protection.patch
queue-2.6.36/ath9k_hw-fix-tx-carrier-leakage-for-ieee-compliance-on-ar9003-2.2.patch
queue-2.6.36/mac80211-make-the-beacon-monitor-available-externally.patch
queue-2.6.36/drm-radeon-kms-fix-thermal-sensor-reporting-on-rv6xx.patch
queue-2.6.36/leds-fix-bug-with-reading-nas-ss4200-dmi-code.patch
queue-2.6.36/ath9k_hw-fix-divide-by-zero-cases-in-paprd.patch
queue-2.6.36/mm-fix-return-value-of-scan_lru_pages-in-memory-unplug.patch
queue-2.6.36/drm-radeon-kms-fix-interlaced-and-doublescan-handling.patch
queue-2.6.36/mac80211-fix-signal-strength-average-initialization-for-cqm-events.patch
queue-2.6.36/sata_via-apply-magic-fifo-fix-to-vt6420-too.patch
queue-2.6.36/alsa-hda-add-samsung-r720-ssid-for-subwoofer-pin-fixup.patch
queue-2.6.36/mm-page-allocator-do-not-check-the-state-of-a-non-existant-buddy-during-free.patch
queue-2.6.36/drm-i915-crt-make-sure-the-hotplug-interrupt-is-enabled.patch
queue-2.6.36/cifs-fix-parsing-of-hostname-in-dfs-referrals.patch
queue-2.6.36/reiserfs-fix-inode-mutex-reiserfs-lock-misordering.patch
queue-2.6.36/ath9k-add-locking-for-starting-the-pcu-on-rx.patch
queue-2.6.36/usb-core-fix-information-leak-to-userland.patch
queue-2.6.36/ipmi-proper-spinlock-initialization.patch
queue-2.6.36/ath9k-add-locking-for-stopping-rx.patch
queue-2.6.36/kfifo-disable-__kfifo_must_check_helper.patch
queue-2.6.36/ipc-initialize-structure-memory-to-zero-for-compat-functions.patch
queue-2.6.36/arm-6489-1-thumb2-fix-incorrect-optimisation-in-usracc.patch
queue-2.6.36/usb-ehci-fix-obscure-race-in-ehci_endpoint_disable.patch
queue-2.6.36/cfg80211-fix-locking.patch
queue-2.6.36/ath9k-resume-aggregation-immediately-after-a-hardware-reset.patch
queue-2.6.36/xen-don-t-bother-to-stop-other-cpus-on-shutdown-reboot.patch
queue-2.6.36/ath9k-fix-regression-on-beacon-loss-after-bgscan.patch
queue-2.6.36/usb-gadget-at91-fix-typo-in-atmel_usba_udc-driver.patch
queue-2.6.36/hwmon-lm85-fix-adt7468-frequency-table.patch
queue-2.6.36/reiserfs-don-t-acquire-lock-recursively-in-reiserfs_acl_chmod.patch
queue-2.6.36/oprofile-fix-the-hang-while-taking-the-cpu-offline.patch
queue-2.6.36/olpc_battery-fix-endian-neutral-breakage-for-s16-values.patch
queue-2.6.36/usb-ehci-disable-lpm-and-ppcd-for-nvidia-mcp89-chips.patch
queue-2.6.36/ath9k-built-in-rate-control-a-mpdu-fix.patch
queue-2.6.36/decnet-don-t-leak-uninitialized-stack-byte.patch
queue-2.6.36/kvm-correct-ordering-of-ldt-reload-wrt-fs-gs-reload.patch
queue-2.6.36/asoc-remove-volatility-from-wm8900-power1-register.patch
queue-2.6.36/hpet-unmap-unused-i-o-space.patch
queue-2.6.36/xhci-fix-wmaxpacketsize-mask.patch
queue-2.6.36/ath9k-fix-power-save-race-conditions.patch
queue-2.6.36/intel-gtt-fix-gtt_total_entries-detection.patch
queue-2.6.36/nfs-don-t-sigbus-if-nfs_vm_page_mkwrite-races-with-a-cache-invalidation.patch
queue-2.6.36/drm-radeon-kms-make-sure-blit-addr-masks-are-64-bit.patch
queue-2.6.36/phy-marvell-fix-88e1121-support.patch
queue-2.6.36/alsa-fix-sndctl_dsp_reset-ioctl-for-oss-emulation.patch
queue-2.6.36/drm-radeon-kms-register-an-i2c-adapter-name-for-the-dp-aux-bus.patch
queue-2.6.36/net-netif_f_hw_csum-does-not-imply-fcoe-crc-offload.patch
queue-2.6.36/mac80211-add-helper-for-reseting-the-connection-monitor.patch
queue-2.6.36/block-take-care-not-to-overflow-when-calculating-total-iov-length.patch
queue-2.6.36/drm-radeon-kms-fix-handling-of-tex-lookup-disable-in-cs-checker-on-r2xx.patch
queue-2.6.36/acpi-debugfs-custom_method-open-to-non-root.patch
queue-2.6.36/wireless-b43-fix-error-path-in-sdio.patch
queue-2.6.36/viafb-use-proper-register-for-colour-when-doing-fill-ops.patch
queue-2.6.36/cfg80211-fix-bss-double-unlinking.patch
queue-2.6.36/ath9k-fix-tx-aggregation-flush-on-ar9003.patch
queue-2.6.36/ath9k_hw-set-proper-eeprom-offset-for-ar9287-htc-devices.patch
queue-2.6.36/acpi-battery-support-percentage-battery-remaining-capacity.patch
queue-2.6.36/usb-misc-cypress_cy7c63-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.36/radix-tree-fix-rcu-bug.patch
queue-2.6.36/exec-copy-and-paste-the-fixes-into-compat_do_execve-paths.patch
queue-2.6.36/drm-i915-free-hardware-status-page-on-unload-when-physically-mapped.patch
queue-2.6.36/hdpvr-add-missing-urb_no_transfer_dma_map-flag.patch
queue-2.6.36/mac80211-clear-txflags-for-ps-filtered-frames.patch
queue-2.6.36/alsa-hda-add-speaker-pin-to-automute-acer-aspire-8943g.patch
queue-2.6.36/x86-ignore-trap-bits-on-single-step-exceptions.patch
queue-2.6.36/xhci-don-t-let-the-usb-core-disable-superspeed-ports.patch
queue-2.6.36/nfsv4-don-t-call-nfs4_reclaim_complete-on-receiving-nfs4err_stale_clientid.patch
queue-2.6.36/firewire-ohci-fix-buffer-overflow-in-ar-split-packet-handling.patch
queue-2.6.36/ath9k-fix-regression-which-disabled-ps-on-ath9k.patch
queue-2.6.36/ath9k-fix-enabling-ani-tx-monitor-after-bg-scan.patch
queue-2.6.36/alsa-hda-add-some-workarounds-for-creative-ibg.patch
queue-2.6.36/ath9k_htc-add-support-for-device-id-3346.patch
queue-2.6.36/mm-fix-is_mem_section_removable-page_order-bug_on-check.patch
queue-2.6.36/staging-line6-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.36/drm-radeon-kms-properly-compute-group_size-on-6xx-7xx.patch
queue-2.6.36/mac80211-send-last-3-5-probe-requests-as-unicast.patch
queue-2.6.36/mac80211-use-correct-station-flags-lock.patch
queue-2.6.36/drm-radeon-kms-mc-vram-map-needs-to-be-pci-aperture-size.patch
queue-2.6.36/fuse-fix-attributes-after-open-o_trunc.patch
queue-2.6.36/arm-6482-2-fix-find_next_zero_bit-and-related-assembly.patch
queue-2.6.36/mac80211-fix-channel-assumption-for-association-done-work.patch
queue-2.6.36/ath9k-fix-an-aggregation-start-related-race-condition.patch
queue-2.6.36/backlight-grab-ops_lock-before-testing-bd-ops.patch
queue-2.6.36/kvm-vmx-fix-host-userspace-gsbase-corruption.patch
queue-2.6.36/mac80211-delete-addba-response-timer.patch
queue-2.6.36/memcg-avoid-deadlock-between-move-charge-and-try_charge.patch
queue-2.6.36/ath9k_htc-add-new-devices-into-ar7010.patch
queue-2.6.36/staging-asus_oled-fix-up-my-fixup-for-some-sysfs-attribute-permissions.patch
queue-2.6.36/hid-fix-for-problems-with-egalax-dwav-multi-touch-screen.patch
queue-2.6.36/drm-radeon-kms-atom-set-sane-defaults-in-atombios_get_encoder_mode.patch
queue-2.6.36/ath9k_htc-set-proper-firmware-offset-for-netgear-wnda3200.patch
queue-2.6.36/e1000-fix-screaming-irq.patch
queue-2.6.36/cs5535-gpio-apply-cs5536-errata-workaround-for-gpios.patch
queue-2.6.36/saa7134-fix-autodetect-for-behold-a7-and-h7-tv-cards.patch
queue-2.6.36/numa-fix-slab_node-mpol_bind.patch
queue-2.6.36/block-ensure-physical-block-size-is-unsigned-int.patch
queue-2.6.36/gspca-main-fix-a-regression-with-the-ps3-eye-webcam.patch
queue-2.6.36/cifs-fix-another-memleak-in-cifs_root_iget.patch
queue-2.6.36/arm-6464-2-fix-spinlock-recursion-in-adjust_pte.patch
queue-2.6.36/acpi-install-acpi-table-handler-before-any-dynamic-tables-being-loaded.patch
queue-2.6.36/mac80211-reset-probe-send-counter-upon-connection-timer-reset.patch
queue-2.6.36/usb-fix-autosuspend-bug-in-usb-serial.patch
queue-2.6.36/latencytop-fix-per-task-accumulator.patch
queue-2.6.36/mm-hugetlb.c-add-missing-spin_lock-to-hugetlb_cow.patch
queue-2.6.36/ath9k_htc-avoid-setting-qos-control-for-non-qos-frames.patch
queue-2.6.36/pci-fix-offset-check-for-sysfs-mmapped-files.patch
queue-2.6.36/ath9k-fix-spurious-mic-failure-reports.patch
queue-2.6.36/irda-fix-heap-memory-corruption-in-iriap.c.patch
queue-2.6.36/tty-prevent-dos-in-the-flush_to_ldisc.patch
queue-2.6.36/drm-i915-diasable-clock-gating-for-the-panel-power-sequencer.patch
queue-2.6.36/ath9k-fix-timeout-on-stopping-rx-dma.patch
queue-2.6.36/xhci-fix-reset-device-and-configure-endpoint-commands.patch
queue-2.6.36/md-raid1-really-fix-recovery-looping-when-single-good-device-fails.patch
queue-2.6.36/md-fix-regression-with-raid1-arrays-without-persistent-metadata.patch
queue-2.6.36/ath9k-a-mpdu-rate-control-info-fix.patch
queue-2.6.36/ath9k_hw-fix-memory-leak-on-ath9k_hw_rf_alloc_ext_banks-failure.patch
queue-2.6.36/usb-misc-trancevibrator-fix-up-a-sysfs-attribute-permission.patch
queue-2.6.36/asoc-wm8961-clear-wm8961_dacslope-bit-for-normal-mode.patch
queue-2.6.36/xen-ensure-that-all-event-channels-start-off-bound-to-vcpu-0.patch
queue-2.6.36/nfsv4-fix-open-recovery.patch
queue-2.6.36/pm-pm-qos-fix-reversed-min-and-max.patch
queue-2.6.36/usb-ehci-fix-debugfs-lpm-permissions.patch
queue-2.6.36/alsa-hda-use-bios-auto-parsing-instead-of-existing-model-quirk-for-medion-md2.patch
queue-2.6.36/drm-radeon-kms-fix-typos-in-disabled-vbios-code.patch
queue-2.6.36/ath9k-fix-tx-struck-state-with-paprd.patch
queue-2.6.36/drm-radeon-kms-don-t-disable-shared-encoders-on-pre-dce3-display-blocks.patch
queue-2.6.36/alsa-hda-added-fixup-for-lenovo-y550p.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable