From 8e3ae989b3feba97db709d667ae39fbe2c7ace31 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 4 Aug 2011 09:55:54 -0400 Subject: 3.0-git19 snapshot Add epoll patch until it gets upstreamed Add trial patch to fix the scheduling while atomic issues around pidmap_init --- kernel.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 2c4ad79d..7f7d6acc 100644 --- a/kernel.spec +++ b/kernel.spec @@ -84,7 +84,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 17 +%define gitrev 19 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -683,6 +683,8 @@ Patch12021: udlfb-bind-framebuffer-to-interface.patch Patch12022: fix-cdc-ncm-dma-stack-vars.patch Patch12023: ums-realtek-driver-uses-stack-memory-for-DMA.patch +Patch12024: epoll-fix-spurious-lockdep-warnings.patch +Patch12025: rcu-prevent-early-schedule.patch # Runtime power management Patch12203: linux-2.6-usb-pci-autosuspend.patch @@ -1260,6 +1262,8 @@ ApplyPatch neuter_intel_microcode_load.patch ApplyPatch udlfb-bind-framebuffer-to-interface.patch ApplyPatch fix-cdc-ncm-dma-stack-vars.patch ApplyPatch ums-realtek-driver-uses-stack-memory-for-DMA.patch +ApplyPatch epoll-fix-spurious-lockdep-warnings.patch +ApplyPatch rcu-prevent-early-schedule.patch # Runtime PM #ApplyPatch linux-2.6-usb-pci-autosuspend.patch @@ -1891,6 +1895,11 @@ fi # ||----w | # || || %changelog +* Thu Aug 04 2011 Josh Boyer +- Linux 3.0-git19 +- Add patch to fix epoll backtrace (rhbz 722472) +- Add trial patch to fix rhbz 726877 + * Wed Aug 03 2011 Dave Jones - Re-apply the rebased utrace -- cgit