Add stable release 2.6.32.5; remove obsolete patch not yet released

svn path=/dists/trunk/linux-2.6/; revision=14985
This commit is contained in:
Ben Hutchings 2010-01-23 02:21:37 +00:00
parent 2569d4a259
commit 5c0353aa48
4 changed files with 1026 additions and 26 deletions

6
debian/changelog vendored
View File

@ -32,13 +32,15 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
- Fix DMA mapping for i915 driver (Closes: #558237)
+ drm: remove address mask param for drm_pci_alloc()
+ agp/intel-agp: Clear entire GTT on startup
* SCSI/megaraid_sas: remove sysfs poll_mode_io world writeable permissions
(CVE-2009-3939)
* e1000,e1000e: Discard all fragments of received over-length packets
(CVE-2009-4536, CVE-2009-4538)
* Enable the '686' configuration options in '686-vserver' packages and
the '686-bigmem' configuration options in '686-bigmem-vserver' packages
(Closes: #566213)
* Add stable release 2.6.32.5:
- inotify: do not reuse watch descriptors (Closes: #561880)
- megaraid_sas: remove sysfs poll_mode_io world writeable permissions
(CVE-2009-3939) (Closes: #562975)
[ Ian Campbell ]
* xen: Enable up to 32G of guest memory on i386.

View File

@ -1,23 +0,0 @@
Based on:
From: Bryn M. Reeves <bmr@redhat.com>
Subject: [PATCH] [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable permissions
/sys/bus/pci/drivers/megaraid_sas/poll_mode_io defaults to being
world-writable, which seems bad (letting any user affect kernel driver
behavior).
This turns off group and user write permissions, so that on typical
production systems only root can write to it.
--- a/drivers/scsi/megaraid/megaraid_sas.c
+++ b/drivers/scsi/megaraid/megaraid_sas.c
@@ -3451,7 +3451,7 @@
return retval;
}
-static DRIVER_ATTR(poll_mode_io, S_IRUGO|S_IWUGO,
+static DRIVER_ATTR(poll_mode_io, S_IRUGO|S_IWUSR,
megasas_sysfs_show_poll_mode_io,
megasas_sysfs_set_poll_mode_io);

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,6 @@
- bugfix/all/ath5k-Fix-eeprom-checksum-check-for-custom-sized-eeproms.patch
+ bugfix/all/stable/2.6.32.4.patch
+ debian/mremap-fix-conflict-between-2.6.32.4-and-vserver.patch
+ bugfix/all/megaraid_sas-remove-poll_mode_io-world-write-perm.patch
+ bugfix/all/e1000-enhance-fragment-detection.patch
+ bugfix/all/e1000e-enhance-fragment-detection.patch
+ bugfix/all/stable/2.6.32.5.patch