From e8d34e0ae53138ca0e7d37a4a0f82ea1807f7ce9 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Fri, 22 Jun 2012 11:47:42 -0400 Subject: Add uprobe backports from -tip from Anton Arapov --- kernel.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 6ee461ad..8b2384b9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,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 4 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -713,6 +713,8 @@ Patch14000: hibernate-freeze-filesystems.patch Patch14010: lis3-improve-handling-of-null-rate.patch +Patch20000: uprobes-3.5-tip.patch + # ARM # OMAP Patch21000: arm-omap-3.5-fixes.patch @@ -1413,6 +1415,8 @@ ApplyPatch efi-dont-map-boot-services-on-32bit.patch ApplyPatch lis3-improve-handling-of-null-rate.patch +ApplyPatch uprobes-3.5-tip.patch + ApplyPatch power-x86-destdir.patch ApplyPatch hfsplus-Fix-bless-ioctl-when-used-with-hardlinks.patch @@ -2282,6 +2286,9 @@ fi # ||----w | # || || %changelog +* Fri Jun 22 2012 Josh Boyer +- Add uprobe backports from -tip from Anton Arapov + * Wed Jun 20 2012 Josh Boyer - Fix incorrect logic in irqpoll patch -- cgit