From: Thierry Parmentelat Date: Thu, 24 Apr 2008 18:18:46 +0000 (+0000) Subject: Tagging module linux-2.6 - linux-2.6-22-3 X-Git-Tag: linux-2.6-22-3~1 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=3e88176ed14b40cb4d2fb1b20903313a13064d7b Tagging module linux-2.6 - linux-2.6-22-3 Fix bug with looping in schedule() --- diff --git a/kernel-2.6.spec b/kernel-2.6.spec index a44ce2259..606cd11b7 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -24,7 +24,7 @@ Summary: The Linux kernel (the core of the Linux operating system) # for module-tag.py - sublevel is used for the version (middle) part of tag names %define name linux-2.6 %define module_version_varname sublevel -%define taglevel 2 +%define taglevel 3 # # Polite request for people who spin their own kernel rpms: @@ -826,6 +826,9 @@ rm -f /lib/modules/%{KVERREL}uml/modules.* %endif %changelog +* Thu Apr 24 2008 Thierry Parmentelat - linux-2.6-22-3 +- Fix bug with looping in schedule() + * Wed Apr 23 2008 Stephen Soltesz - linux-2.6-22-2 - Includes changes from Sapan/Andy regarding the scheduler and vnet bugs. - Should be safe to try a second deployment.