Bring back utrace until uprobes gets merged upstream.

This commit is contained in:
Dave Jones 2011-07-15 16:04:21 -04:00
parent cdb291795c
commit 5a6744203a
3 changed files with 6176 additions and 0 deletions

View File

@ -4220,6 +4220,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

View File

@ -696,6 +696,8 @@ Patch12205: runtime_pm_fixups.patch
Patch12303: dmar-disable-when-ricoh-multifunction.patch
Patch20000: utrace.patch
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@ -1274,6 +1276,9 @@ ApplyPatch linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch
# rhbz#605888
ApplyPatch dmar-disable-when-ricoh-multifunction.patch
# utrace.
ApplyPatch utrace.patch
# END OF PATCH APPLICATIONS
%endif
@ -1884,6 +1889,9 @@ fi
# and build.
%changelog
* Fri Jul 15 2011 Dave Jones <davej@redhat.com>
- Bring back utrace until uprobes gets merged upstream.
* Wed Jul 13 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc7.git1.1
- Update to snapshot 3.0-rc7-git1 for intel drm fixes.

6166
utrace.patch Normal file

File diff suppressed because it is too large Load Diff