Re-add utrace.
This commit is contained in:
parent
3530e89574
commit
725a196dd6
@ -4208,6 +4208,8 @@ CONFIG_ASYNC_TX_DMA=y
|
||||
|
||||
CONFIG_UNUSED_SYMBOLS=y
|
||||
|
||||
CONFIG_UTRACE=y
|
||||
|
||||
CONFIG_FTRACE=y
|
||||
CONFIG_DYNAMIC_FTRACE=y
|
||||
# CONFIG_IRQSOFF_TRACER is not set
|
||||
|
@ -51,7 +51,7 @@ Summary: The Linux kernel
|
||||
# For non-released -rc kernels, this will be prepended with "0.", so
|
||||
# for example a 3 here will become 0.3
|
||||
#
|
||||
%global baserelease 3
|
||||
%global baserelease 4
|
||||
%global fedora_build %{baserelease}
|
||||
|
||||
# base_sublevel is the kernel version we're starting with and patching
|
||||
@ -683,6 +683,8 @@ Patch12303: dmar-disable-when-ricoh-multifunction.patch
|
||||
|
||||
Patch13000: fix-scsi_dispatch_cmd.patch
|
||||
|
||||
Patch20000: utrace.patch
|
||||
|
||||
%endif
|
||||
|
||||
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
|
||||
@ -1255,6 +1257,8 @@ ApplyPatch dmar-disable-when-ricoh-multifunction.patch
|
||||
|
||||
ApplyPatch fix-scsi_dispatch_cmd.patch
|
||||
|
||||
ApplyPatch utrace.patch
|
||||
|
||||
# END OF PATCH APPLICATIONS
|
||||
|
||||
%endif
|
||||
@ -1867,6 +1871,9 @@ fi
|
||||
# and build.
|
||||
|
||||
%changelog
|
||||
* Fri Jul 29 2011 Dave Jones <davej@redhat.com> 2.6.40-4
|
||||
- Re-add utrace, which got accidentally dropped during the rebase.
|
||||
|
||||
* Thu Jul 28 2011 Dave Jones <davej@redhat.com> 2.6.40-3
|
||||
- Fix module-init-tools conflict:
|
||||
|
||||
|
6166
utrace.patch
Normal file
6166
utrace.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user