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

Dave Jones davej at fedoraproject.org
Wed Mar 7 03:35:42 UTC 2012


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

    Linux v3.3-rc6-131-g097d591

 ...-dentry-refcount-leak-when-opening-a-FIFO.patch |   61 --------------------
 kernel.spec                                        |   11 +--
 sources                                            |    1 +
 utrace.patch                                       |   10 ++--
 4 files changed, 10 insertions(+), 73 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 538a58e..41ba904 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -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 @@ Patch21280: 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
 
@@ -2383,6 +2377,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %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>
 - Linux 3.3-rc6
 
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