[kernel/f17] Linux v3.3-rc6-131-g097d591

Dave Jones davej at fedoraproject.org
Wed Mar 7 03:32:39 UTC 2012


commit 43c809527e94828f887d4aa9e53171ee9b4c6e81
Author: Dave Jones <davej at redhat.com>
Date:   Tue Mar 6 22:32:20 2012 -0500

    Linux v3.3-rc6-131-g097d591

 ...-dentry-refcount-leak-when-opening-a-FIFO.patch |   61 --------------------
 kernel.spec                                        |   13 ++---
 sources                                            |    1 +
 utrace.patch                                       |   10 ++--
 4 files changed, 11 insertions(+), 74 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 6f597da..3d750b0 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
@@ -87,7 +87,7 @@ Summary: The Linux kernel
 # The rc snapshot level
 %define rcrev 6
 # The git snapshot level
-%define gitrev 0
+%define gitrev 1
 # Set rpm version accordingly
 %define rpmversion 3.%{upstream_sublevel}.0
 %endif
@@ -774,9 +774,6 @@ Patch21290: ums_realtek-do-not-use-stack-memory-for-DMA-in-__do_.patch
 #rhbz 727865 730007
 Patch21300: ACPICA-Fix-regression-in-FADT-revision-checks.patch
 
-#rhbz 798296
-Patch21301: cifs-fix-dentry-refcount-leak-when-opening-a-FIFO.patch
-
 #rhbz 728478
 Patch21302: sony-laptop-Enable-keyboard-backlight-by-default.patch
 
@@ -1501,9 +1498,6 @@ ApplyPatch ums_realtek-do-not-use-stack-memory-for-DMA-in-__do_.patch
 #rhbz 727865 730007
 ApplyPatch ACPICA-Fix-regression-in-FADT-revision-checks.patch
 
-#rhbz 798296
-ApplyPatch cifs-fix-dentry-refcount-leak-when-opening-a-FIFO.patch
-
 #rhbz 728478
 ApplyPatch sony-laptop-Enable-keyboard-backlight-by-default.patch
 
@@ -2393,6 +2387,9 @@ fi
 #    '-'      |  |
 #              '-'
 %changelog
+* Wed Mar 07 2012 Dave Jones <davej at redhat.com> - 3.3.0-0.rc6.git1.1
+- Linux v3.3-rc6-131-g097d591
+
 * Mon Mar 05 2012 Dave Jones <davej at redhat.com> - 3.3.0-0.rc6.git0.3
 - Reenable debugging options.
 
diff --git a/sources b/sources
index b09786d..f341d41 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 364066fa18767ec0ae5f4e4abcf9dc51  linux-3.2.tar.xz
 02c210a8fd24acca8c1ac93f6f1d3913  compat-wireless-2012-02-05.tar.bz2
 cb0886dd96efbacc0c4923d36003b340  patch-3.3-rc6.xz
+20ca19d241eda3dd11fadc885c9ebe27  patch-3.3-rc6-git1.xz
diff --git a/utrace.patch b/utrace.patch
index 937c7f6..fdf24a4 100644
--- a/utrace.patch
+++ b/utrace.patch
@@ -1873,15 +1873,15 @@ index e2cd3e2..fa40928 100644
  	ftrace_graph_init_task(p);
  
  	rt_mutex_init_task(p);
-@@ -1550,6 +1555,8 @@ long do_fork(unsigned long clone_flags,
- 			init_completion(&vfork);
+@@ -1583,6 +1583,8 @@ long do_fork(unsigned long clone_flags,
+ 			get_task_struct(p);
  		}
  
 +		UTRACE_HOOK(current, CLONE, report_clone(clone_flags, p));
 +
- 		/*
- 		 * We set PF_STARTING at creation in case tracing wants to
- 		 * use this to distinguish a fully live task from one that
+ 		wake_up_new_task(p);
+ 
+ 		/* forking complete and child started to run, tell ptracer */
 @@ -1561,6 +1568,8 @@ long do_fork(unsigned long clone_flags,
  		wake_up_new_task(p);
  


More information about the scm-commits mailing list