Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/sound: realtime.xml
Date: Fri, 22 Feb 2008 10:27:37
Message-Id: E1JSV7l-0002mE-OL@stork.gentoo.org
1 flameeyes 08/02/22 10:27:25
2
3 Modified: realtime.xml
4 Log:
5 Document that starting from Linux kernel 2.6.24 the realtime-lsm module is no more an option.
6
7 Revision Changes Path
8 1.7 xml/htdocs/proj/en/desktop/sound/realtime.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml?r1=1.6&r2=1.7
13
14 Index: realtime.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- realtime.xml 21 Oct 2007 12:07:07 -0000 1.6
21 +++ realtime.xml 22 Feb 2008 10:27:25 -0000 1.7
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml,v 1.6 2007/10/21 12:07:07 drac Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml,v 1.7 2008/02/22 10:27:25 flameeyes Exp $ -->
27
28 <guide link="/proj/en/desktop/sound/realtime.xml" lang="en">
29 <title>How to Enable Realtime for Multimedia Applications</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.3</version>
35 -<date>2007-07-29</date>
36 +<version>1.4</version>
37 +<date>2008-02-22</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -210,6 +210,12 @@
42 boot, or might start with reduced security options.
43 </warn>
44
45 +<impo>
46 +Since Linux kernel version 2.6.24, capabilities can't be compiled as a module
47 +anymore. For this reason, as it will be repeated soon, you won't be able to use
48 +<c>realtime-lsm</c> anymore.
49 +</impo>
50 +
51 </body>
52 </section>
53 <section id="rtgroup">
54 @@ -337,6 +343,13 @@
55 <title>Option 2: Using realtime-lsm</title>
56 <body>
57
58 +<warn>
59 +Since Linux kernel version 2.6.24 this is no more an option, as capabilities
60 +can't be built into a module, and external security modules can't be compiled
61 +anymore. This option is still documented for older versions of the kernel, for
62 +people not using PAM, but it cannot be supported anymore.
63 +</warn>
64 +
65 <p>
66 Now, we'll see how to configure <c>realtime-lsm</c> to allow realtime priority.
67 This is the most commonly-documented way to get this feature, although it's not
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list