[kernel/f16] Linux 3.2.9

Josh Boyer jwboyer at fedoraproject.org
Thu Mar 1 01:25:41 UTC 2012


commit bb1d90cb35db20403f6c6533b57a57f58f87db01
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Wed Feb 29 20:24:52 2012 -0500

    Linux 3.2.9

 epoll-limit-paths.patch |  465 -----------------------------------------------
 kernel.spec             |   15 +-
 nfs-oops-getacl.patch   |   96 ----------
 sources                 |    2 +-
 utrace.patch            |    4 +-
 5 files changed, 8 insertions(+), 574 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 2b0a9d8..7319fa2 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 3
+%global baserelease 1
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -66,7 +66,7 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 8
+%define stable_update 9
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -745,8 +745,6 @@ Patch12016: disable-i8042-check-on-apple-mac.patch
 
 Patch12026: bsg-fix-sysfs-link-remove-warning.patch
 
-Patch12030: epoll-limit-paths.patch
-
 Patch12303: dmar-disable-when-ricoh-multifunction.patch
 
 Patch13002: revert-efi-rtclock.patch
@@ -765,8 +763,6 @@ Patch21001: arm-smsc-support-reading-mac-address-from-device-tree.patch
 #rhbz 717735
 Patch21045: nfs-client-freezer.patch
 
-Patch21046: nfs-oops-getacl.patch
-
 #rhbz 590880
 Patch21050: alps.patch
 
@@ -1493,8 +1489,6 @@ ApplyOptionalPatch linux-2.6-v4l-dvb-experimental.patch
 
 ApplyPatch disable-i8042-check-on-apple-mac.patch
 
-ApplyPatch epoll-limit-paths.patch
-
 ApplyPatch bsg-fix-sysfs-link-remove-warning.patch
 
 # rhbz#605888
@@ -1521,8 +1515,6 @@ ApplyPatch hpsa-add-irqf-shared.patch
 #rhbz 717735
 ApplyPatch nfs-client-freezer.patch
 
-ApplyPatch nfs-oops-getacl.patch
-
 #rhbz 590880
 ApplyPatch alps.patch
 
@@ -2386,6 +2378,9 @@ fi
 # and build.
 
 %changelog
+* Wed Feb 29 2012 Josh Boyer <jwboyer at redhat.com> 3.2.9-1
+- Linux 3.2.9
+
 * Tue Feb 28 2012 Josh Boyer <jwboyer at redhat.com> 3.2.8-3
 - Add patch to enable keyboard backlight on Sony laptops (rhbz 728478)
 
diff --git a/sources b/sources
index 6a9fe0d..9741e0f 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 364066fa18767ec0ae5f4e4abcf9dc51  linux-3.2.tar.xz
 8cfe037a7a7a356278ec3638e25ad506  compat-wireless-3.3-rc1-2.tar.bz2
-417b97cdd9e8b2664eb31260dbbcdc72  patch-3.2.8.xz
+3916159a999ee49cd6bd002556c629ad  patch-3.2.9.xz
diff --git a/utrace.patch b/utrace.patch
index 060d351..333c669 100644
--- a/utrace.patch
+++ b/utrace.patch
@@ -3961,10 +3961,10 @@ diff --git a/kernel/fork.c b/kernel/fork.c
 index ba0d172..b8719c2 100644
 --- a/kernel/fork.c
 +++ b/kernel/fork.c
-@@ -66,6 +66,7 @@
- #include <linux/user-return-notifier.h>
+@@ -67,6 +67,7 @@
  #include <linux/oom.h>
  #include <linux/khugepaged.h>
+ #include <linux/signalfd.h>
 +#include <linux/utrace.h>
  
  #include <asm/pgtable.h>


More information about the scm-commits mailing list