rpms/util-linux-ng/F-8 util-linux-ng-2.13-ionice-man-idle.patch, NONE, 1.1 util-linux-ng.spec, 1.17, 1.18

Karel Zak (kzak) fedora-extras-commits at redhat.com
Mon Apr 28 10:43:32 UTC 2008


Author: kzak

Update of /cvs/pkgs/rpms/util-linux-ng/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18911

Modified Files:
	util-linux-ng.spec 
Added Files:
	util-linux-ng-2.13-ionice-man-idle.patch 
Log Message:
* Mon Apr 28 2008 Karel Zak <kzak at redhat.com> 2.13.1-3
- fix #443823 - ionice.1 doesn't to reflect idle class changes in 2.6.25


util-linux-ng-2.13-ionice-man-idle.patch:

--- NEW FILE util-linux-ng-2.13-ionice-man-idle.patch ---
>From 776452cbfcfc2dfe81088e29ae13a681bee64e75 Mon Sep 17 00:00:00 2001
From: Karel Zak <kzak at redhat.com>
Date: Mon, 28 Apr 2008 12:23:40 +0200
Subject: [PATCH] ionice: update man page to reflect IDLE class change in  2.6.25

The idle class is safe for non-root users since 2.6.25.
http://lwn.net/Articles/266256/

Addresses-Red-Hat-Bugzilla: #443823
Signed-off-by: Karel Zak <kzak at redhat.com>
---
 schedutils/ionice.1 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/schedutils/ionice.1 b/schedutils/ionice.1
index 8203a5e..93aabe8 100644
--- a/schedutils/ionice.1
+++ b/schedutils/ionice.1
@@ -13,8 +13,9 @@ this writing, Linux supports 3 scheduling classes:
 A program running with idle io priority will only get disk time when no other
 program has asked for disk io for a defined grace period. The impact of idle
 io processes on normal system activity should be zero. This scheduling
-class does not take a priority argument. This scheduling class is not
-permitted for an ordinary (i.e., non-root) user.
+class does not take a priority argument. Presently, this scheduling class
+is permitted for an ordinary user (since kernel 2.6.25).
+
 
 \fBBest effort\fR.
 This is the default scheduling class for any process that hasn't asked for
-- 
1.5.4.1



Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/F-8/util-linux-ng.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- util-linux-ng.spec	22 Apr 2008 19:40:51 -0000	1.17
+++ util-linux-ng.spec	28 Apr 2008 10:42:56 -0000	1.18
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.13.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
 URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng
@@ -106,7 +106,8 @@
 Patch12: util-linux-ng-2.13-blockdev-rmpart.patch
 # CVE-2007-3102
 Patch13: util-linux-ng-2.13-login-audit.patch
-
+# 443823 - ionice.1 doesn't to reflect idle class changes in 2.6.25
+Patch14: util-linux-ng-2.13-ionice-man-idle.patch
 
 %description
 The util-linux-ng package contains a large variety of low-level system
@@ -132,6 +133,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %build
 unset LINGUAS || :
@@ -528,6 +530,9 @@
 /sbin/losetup
 
 %changelog
+* Mon Apr 28 2008 Karel Zak <kzak at redhat.com> 2.13.1-3
+- fix #443823 - ionice.1 doesn't to reflect idle class changes in 2.6.25
+
 * Tue Apr 22 2008 Karel Zak <kzak at redhat.com> 2.13.1-2
 - fix audit log injection attack via login
 




More information about the fedora-extras-commits mailing list