r2321 - in trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian: . patches/series
Simon Horman
horms@costa.debian.org
Tue, 18 Jan 2005 10:20:29 +0100
Author: horms
Date: 2005-01-18 10:20:28 +0100 (Tue, 18 Jan 2005)
New Revision: 2321
Modified:
trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-8
Log:
Add fix for CAN-2003-0465 for s390x, ppc64 and s390. See: #280492
Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog 2005-01-18 07:51:32 UTC (rev 2320)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog 2005-01-18 09:20:28 UTC (rev 2321)
@@ -7,7 +7,7 @@
prune to work. (closes: #289682) (Joshua Kwan)
Patches applied:
-
+
* 121_drm-locking-checks-1.diff, 121_drm-locking-checks-2.diff:
[SECURITY] Fix insufficient locking checks in DRM code; CAN-2004-1056
(Fabio M. Di Nitto, Dann Frazier, Simon Horman). (closes: Bug#285563)
@@ -38,10 +38,17 @@
* 131_expand_stack_race.diff
[SECURITY] Fix expand_stack race in mm.h; see CAN-2005-0001.
* 127_apic_off.diff
- Do not do acpi_early_init() if apic=off is in effect.
- (closes: #290039, #290013, #289517, #288712, #285521) (Simon Horman)
+ Do not do acpi_early_init() if apic=off is in effect.
+ (closes: #290039, #290013, #289517, #288712, #285521, #288272)
+ (Simon Horman)
+ * 133_strncpy_zero_pad.diff
+ [SECURITY] Make sure strncpy null terminates strings. (CAN-2003-0465)
+ Fix for s390x, ppc64 and s390. mips and alpha are still unfixed.
+ N.B. This bug appears to be minor at best
+ http://marc.theaimsgroup.com/?l=linux-kernel&m=105796021120436&w=2
+ (closes: #280492) (Simon Horman)
- -- Simon Horman <horms@debian.org> Fri, 14 Jan 2005 19:51:14 +0900
+ -- Simon Horman <horms@debian.org> Tue, 18 Jan 2005 17:15:51 +0900
kernel-source-2.4.27 (2.4.27-7) unstable; urgency=low
Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-8
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-8 2005-01-18 07:51:32 UTC (rev 2320)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-8 2005-01-18 09:20:28 UTC (rev 2321)
@@ -11,3 +11,4 @@
+ 130_fs_xfs_coverty.diff
+ 131_expand_stack_race.diff
+ 132_apic_off.diff
++ 133_strncpy_zero_pad.diff