-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs-rst: create an user's manual book
Place README, REPORTING-BUGS, SecurityBugs and kernel-parameters on an user's manual book. As we'll be numbering the user's manual, remove the manual numbering from SecurityBugs. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information
Showing
28 changed files
with
53 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,3 @@ With the numbers of the example above:: | |
or:: | ||
|
||
memmap=0x10000$0x18690000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# -*- coding: utf-8; mode: python -*- | ||
|
||
project = 'Linux Kernel User Documentation' | ||
|
||
tags.add("subproject") | ||
|
||
latex_documents = [ | ||
('index', 'linux-user.tex', 'Linux Kernel User Documentation', | ||
'The kernel development community', 'manual'), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Linux Kernel User's Documentation | ||
================================= | ||
|
||
Contents: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:numbered: | ||
|
||
README | ||
reporting-bugs | ||
bug-hunting | ||
oops-tracing | ||
ramoops | ||
initrd | ||
init | ||
dynamic-debug-howto | ||
security-bugs | ||
kernel-parameters | ||
serial-console | ||
braille-console | ||
parport | ||
md | ||
module-signing | ||
sysrq | ||
unicode | ||
vga-softcursor | ||
sysfs-rules | ||
devices | ||
binfmt-misc | ||
mono | ||
java | ||
bad-memory | ||
basic-profiling |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -415,4 +415,3 @@ originally by Brian A. Lantz, [email protected] | |
heavily edited for binfmt_misc by Richard Günther | ||
new scripts by Colin J. Watson <[email protected]> | ||
added executable Jar file support by Kurt Huwig <[email protected]> | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ like to know when a security bug is found so that it can be fixed and | |
disclosed as quickly as possible. Please report security bugs to the | ||
Linux kernel security team. | ||
|
||
1) Contact | ||
---------- | ||
Contact | ||
------- | ||
|
||
The Linux kernel security team can be contacted by email at | ||
<[email protected]>. This is a private list of security officers | ||
|
@@ -23,8 +23,8 @@ REPORTING-BUGS if you are unclear about what information is helpful. | |
Any exploit code is very helpful and will not be released without | ||
consent from the reporter unless it has already been made public. | ||
|
||
2) Disclosure | ||
------------- | ||
Disclosure | ||
---------- | ||
|
||
The goal of the Linux kernel security team is to work with the | ||
bug submitter to bug resolution as well as disclosure. We prefer | ||
|
@@ -39,8 +39,8 @@ disclosure is from immediate (esp. if it's already publicly known) | |
to a few weeks. As a basic default policy, we expect report date to | ||
disclosure date to be on the order of 7 days. | ||
|
||
3) Non-disclosure agreements | ||
---------------------------- | ||
Non-disclosure agreements | ||
------------------------- | ||
|
||
The Linux kernel security team is not a formal body and therefore unable | ||
to enter any non-disclosure agreements. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters