This is a note to let you know that I've just added the patch titled
Staging: frontier: fix up some sysfs attribute permissions
to the 2.6.32-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:
staging-frontier-fix-up-some-sysfs-attribute-permissions.patch
and it can be found in the queue-2.6.32 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 3bad28ec006ad6ab2bca4e5103860b75391e3c9d Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <[email protected]>
Date: Tue, 16 Nov 2010 11:18:33 -0800
Subject: Staging: frontier: fix up some sysfs attribute permissions
From: Greg Kroah-Hartman <[email protected]>
commit 3bad28ec006ad6ab2bca4e5103860b75391e3c9d and
2a767fda5d0d8dcff465724dfad6ee131489b3f2 upstream merged together.
They should not be writable by any user
Reported-by: Linus Torvalds <[email protected]>
Cc: David Taht <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/staging/frontier/tranzport.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/staging/frontier/tranzport.c
+++ b/drivers/staging/frontier/tranzport.c
@@ -202,7 +202,7 @@ static void usb_tranzport_abort_transfer
t->value = temp; \
return count; \
} \
- static DEVICE_ATTR(value, S_IWUGO | S_IRUGO, show_##value, set_##value);
+ static DEVICE_ATTR(value, S_IWUSR | S_IRUGO, show_##value, set_##value);
show_int(enable);
show_int(offline);
Patches currently in stable-queue which might be from [email protected] are
queue-2.6.32/perf_events-fix-perf_counter_mmap-hook-in-mprotect.patch
queue-2.6.32/firewire-ohci-fix-race-in-ar-split-packet-handling.patch
queue-2.6.32/x86-amd-northbridge-verify-nb-s-node-is-online.patch
queue-2.6.32/staging-asus_oled-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.32/sgi-xpc-xpc-fails-to-discover-partitions-with-all-nasids-above-128.patch
queue-2.6.32/0001-KVM-x86-fix-information-leak-to-userland.patch
queue-2.6.32/acpi-ec-add-vista-incompatibility-dmi-entry-for-toshiba-satellite-l355.patch
queue-2.6.32/um-fix-global-timer-issue-when-using-config_no_hz.patch
queue-2.6.32/acpi-cpufreq-fix-a-memleak-when-unloading-driver.patch
queue-2.6.32/firewire-cdev-fix-information-leak.patch
queue-2.6.32/usb-serial-ftdi_sio-vardaan-usb-rs422-485-converter-pid-added.patch
queue-2.6.32/usb-ftdi_sio-add-id-for-rt-systems-usb-29b-radio-cable.patch
queue-2.6.32/libata-fix-null-sdev-dereference-race-in-atapi_qc_complete.patch
queue-2.6.32/drivers-char-vt_ioctl.c-fix-vt_openqry-error-value.patch
queue-2.6.32/alsa-ac97-apply-quirk-for-dell-latitude-d610-binding-master-and-headphone-controls.patch
queue-2.6.32/microblaze-fix-build-with-make-3.82.patch
queue-2.6.32/ecryptfs-clear-lookup_open-flag-when-creating-lower-file.patch
queue-2.6.32/hpet-fix-unwanted-interrupt-due-to-stale-irq-status-bit.patch
queue-2.6.32/pci-fix-size-checks-for-mmap-on-proc-bus-pci-files.patch
queue-2.6.32/usb-misc-sisusbvga-fix-information-leak-to-userland.patch
queue-2.6.32/alsa-hda-add-an-extra-dac-for-realtek-alc887-vd.patch
queue-2.6.32/efifb-check-that-the-base-address-is-plausible-on-pci-systems.patch
queue-2.6.32/usb-ftdi_sio-revert-usb-ftdi_sio-fix-dtr-rts-line-modes.patch
queue-2.6.32/alsa-hda-use-alienware-model-quirk-for-another-ssid.patch
queue-2.6.32/tty-restore-tty_ldisc_wait_idle.patch
queue-2.6.32/i2c-pca-platform-change-device-name-of-request_irq.patch
queue-2.6.32/nommu-yield-cpu-while-disposing-vm.patch
queue-2.6.32/irda-fix-parameter-extraction-stack-overflow.patch
queue-2.6.32/netfilter-nf_conntrack-allow-nf_ct_alloc_hashtable-to-get-highmem-pages.patch
queue-2.6.32/block-limit-vec-count-in-bio_kmalloc-and-bio_alloc_map_data.patch
queue-2.6.32/ata_generic-implement-ata_gen_-flags-and-force-enable-dma-on-mbp-7-1.patch
queue-2.6.32/tty_ldisc-fix-bug-on-hangup.patch
queue-2.6.32/percpu-fix-list_head-init-bug-in-__percpu_counter_init.patch
queue-2.6.32/usb-misc-usbled-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.32/mm-vfs-revalidate-page-mapping-in-do_generic_file_read.patch
queue-2.6.32/uml-disable-winch-irq-before-freeing-handler-data.patch
queue-2.6.32/usb-option-fix-when-the-driver-is-loaded-incorrectly-for-some-huawei-devices.patch
queue-2.6.32/usb-storage-sierra_ms-fix-sysfs-file-attribute.patch
queue-2.6.32/tty-ldisc-fix-open-flag-handling.patch
queue-2.6.32/usb-atm-ueagle-atm-fix-up-some-permissions-on-the-sysfs-files.patch
queue-2.6.32/staging-rtl8187se-change-panic-to-warn-when-rf-switch-turned-off.patch
queue-2.6.32/drm-ttm-clear-the-ghost-cpu_writers-flag-on-ttm_buffer_object_transfer.patch
queue-2.6.32/um-remove-page_size-alignment-in-linker-script-causing-kernel-segfault.patch
queue-2.6.32/ssb-b43-pci-bridge-add-new-vendor-for-bcm4318.patch
queue-2.6.32/usb-misc-iowarrior-fix-information-leak-to-userland.patch
queue-2.6.32/jme-fix-phy-power-off-error.patch
queue-2.6.32/sunrpc-after-calling-xprt_release-we-must-restart-from-call_reserve.patch
queue-2.6.32/bio-take-care-not-overflow-page-count-when-mapping-copying-user-data.patch
queue-2.6.32/usb-ftdi_sio-add-device-ids-for-milkymist-one-jtag-serial.patch
queue-2.6.32/usb-misc-usbsevseg-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.32/sys_semctl-fix-kernel-stack-leakage.patch
queue-2.6.32/block-check-for-proper-length-of-iov-entries-in-blk_rq_map_user_iov.patch
queue-2.6.32/ipc-shm-fix-information-leak-to-userland.patch
queue-2.6.32/md-fix-return-value-of-rdev_size_change.patch
queue-2.6.32/do_exit-make-sure-that-we-run-with-get_fs-user_ds.patch
queue-2.6.32/mm-fix-return-value-of-scan_lru_pages-in-memory-unplug.patch
queue-2.6.32/firewire-core-fix-an-information-leak.patch
queue-2.6.32/staging-frontier-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.32/usb-core-fix-information-leak-to-userland.patch
queue-2.6.32/ipc-initialize-structure-memory-to-zero-for-compat-functions.patch
queue-2.6.32/arm-6489-1-thumb2-fix-incorrect-optimisation-in-usracc.patch
queue-2.6.32/usb-ehci-fix-obscure-race-in-ehci_endpoint_disable.patch
queue-2.6.32/xen-don-t-bother-to-stop-other-cpus-on-shutdown-reboot.patch
queue-2.6.32/usb-gadget-at91-fix-typo-in-atmel_usba_udc-driver.patch
queue-2.6.32/hwmon-lm85-fix-adt7468-frequency-table.patch
queue-2.6.32/olpc_battery-fix-endian-neutral-breakage-for-s16-values.patch
queue-2.6.32/decnet-don-t-leak-uninitialized-stack-byte.patch
queue-2.6.32/hpet-unmap-unused-i-o-space.patch
queue-2.6.32/net-netif_f_hw_csum-does-not-imply-fcoe-crc-offload.patch
queue-2.6.32/block-take-care-not-to-overflow-when-calculating-total-iov-length.patch
queue-2.6.32/viafb-use-proper-register-for-colour-when-doing-fill-ops.patch
queue-2.6.32/net-clear-heap-allocation-for-ethtool_grxclsrlall.patch
queue-2.6.32/libata-scsi-passthru-fix-bug-which-truncated-lba48-return-values.patch
queue-2.6.32/kvm-vmx-fix-vmx-null-pointer-dereference-on-debug-register-access.patch
queue-2.6.32/ahci-ata_generic-let-ata_generic-handle-new-mbp-w-mcp89.patch
queue-2.6.32/usb-misc-cypress_cy7c63-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.32/firewire-ohci-fix-buffer-overflow-in-ar-split-packet-handling.patch
queue-2.6.32/mm-fix-is_mem_section_removable-page_order-bug_on-check.patch
queue-2.6.32/staging-line6-fix-up-some-sysfs-attribute-permissions.patch
queue-2.6.32/fuse-fix-attributes-after-open-o_trunc.patch
queue-2.6.32/arm-6482-2-fix-find_next_zero_bit-and-related-assembly.patch
queue-2.6.32/backlight-grab-ops_lock-before-testing-bd-ops.patch
queue-2.6.32/kvm-vmx-fix-host-userspace-gsbase-corruption.patch
queue-2.6.32/staging-asus_oled-fix-up-my-fixup-for-some-sysfs-attribute-permissions.patch
queue-2.6.32/numa-fix-slab_node-mpol_bind.patch
queue-2.6.32/block-ensure-physical-block-size-is-unsigned-int.patch
queue-2.6.32/latencytop-fix-per-task-accumulator.patch
queue-2.6.32/pci-fix-offset-check-for-sysfs-mmapped-files.patch
queue-2.6.32/irda-fix-heap-memory-corruption-in-iriap.c.patch
queue-2.6.32/tty-prevent-dos-in-the-flush_to_ldisc.patch
queue-2.6.32/md-raid1-really-fix-recovery-looping-when-single-good-device-fails.patch
queue-2.6.32/usb-misc-trancevibrator-fix-up-a-sysfs-attribute-permission.patch
queue-2.6.32/xen-ensure-that-all-event-channels-start-off-bound-to-vcpu-0.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable