packages (LINUX_2_6_34): kernel/kernel-grsec_full.patch, kernel/kernel.spec...

arekm arekm at pld-linux.org
Fri Aug 27 09:32:49 CEST 2010


Author: arekm                        Date: Fri Aug 27 07:32:49 2010 GMT
Module: packages                      Tag: LINUX_2_6_34
---- Log message:
- up to 2.6.34.6

---- Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.39.2.1 -> 1.39.2.2) , kernel.spec (1.798.2.7 -> 1.798.2.8) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.39.2.1 packages/kernel/kernel-grsec_full.patch:1.39.2.2
--- packages/kernel/kernel-grsec_full.patch:1.39.2.1	Sat Aug 21 21:27:01 2010
+++ packages/kernel/kernel-grsec_full.patch	Fri Aug 27 09:32:42 2010
@@ -3215,7 +3215,7 @@
  #define ATOMIC64_INIT(i)	{ (i) }
  
  #define atomic_read(v)		((v)->counter)
-+static inline int atomic_read_unchecked(const atomic_unchecked_t *v)
++static inline long atomic_read_unchecked(const atomic_unchecked_t *v)
 +{
 +	return v->counter;
 +}
@@ -3238,18 +3238,18 @@
  
  extern void atomic_add(int, atomic_t *);
 +extern void atomic_add_unchecked(int, atomic_unchecked_t *);
- extern void atomic64_add(int, atomic64_t *);
-+extern void atomic64_add_unchecked(int, atomic64_unchecked_t *);
+ extern void atomic64_add(long, atomic64_t *);
++extern void atomic64_add_unchecked(long, atomic64_unchecked_t *);
  extern void atomic_sub(int, atomic_t *);
 +extern void atomic_sub_unchecked(int, atomic_unchecked_t *);
- extern void atomic64_sub(int, atomic64_t *);
-+extern void atomic64_sub_unchecked(int, atomic64_unchecked_t *);
+ extern void atomic64_sub(long, atomic64_t *);
++extern void atomic64_sub_unchecked(long, atomic64_unchecked_t *);
  
  extern int atomic_add_ret(int, atomic_t *);
- extern int atomic64_add_ret(int, atomic64_t *);
-+extern int atomic64_add_ret_unchecked(int, atomic64_unchecked_t *);
+ extern long atomic64_add_ret(long, atomic64_t *);
++extern long atomic64_add_ret_unchecked(long, atomic64_unchecked_t *);
  extern int atomic_sub_ret(int, atomic_t *);
- extern int atomic64_sub_ret(int, atomic64_t *);
+ extern long atomic64_sub_ret(long, atomic64_t *);
  
 @@ -34,6 +55,7 @@ extern int atomic64_sub_ret(int, atomic6
  
@@ -46615,7 +46615,7 @@
 @@ -347,6 +347,7 @@ static int dup_mmap(struct mm_struct *mm
  		tmp->vm_flags &= ~VM_LOCKED;
  		tmp->vm_mm = mm;
- 		tmp->vm_next = NULL;
+ 		tmp->vm_next = tmp->vm_prev = NULL;
 +		tmp->vm_mirror = NULL;
  		file = tmp->vm_file;
  		if (file) {

================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.798.2.7 packages/kernel/kernel.spec:1.798.2.8
--- packages/kernel/kernel.spec:1.798.2.7	Wed Aug 25 12:04:31 2010
+++ packages/kernel/kernel.spec	Fri Aug 27 09:32:43 2010
@@ -115,7 +115,7 @@
 %endif
 
 %define		basever		2.6.34
-%define		postver		.5
+%define		postver		.6
 %define		rel		1
 
 %define		_enable_debug_packages			0
@@ -159,7 +159,7 @@
 # Source0-md5:	10eebcb0178fb4540e2165bfd7efc7ad
 %if "%{postver}" != "%{nil}"
 Source1:	http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
-# Source1-md5:	8a4d2f75b2e09edb20de304c4f2240f6
+# Source1-md5:	49d8234d88bba062edcab19fd0ee28b4
 %endif
 
 Source3:	kernel-autoconf.h
@@ -1601,6 +1601,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.798.2.8  2010/08/27 07:32:43  arekm
+- up to 2.6.34.6
+
 Revision 1.798.2.7  2010/08/25 10:04:31  glen
 - lvm 2.02.28, is too old or needs sysfs_scan = 0 to recognize devices
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec_full.patch?r1=1.39.2.1&r2=1.39.2.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.798.2.7&r2=1.798.2.8&f=u



More information about the pld-cvs-commit mailing list