diff options
author | Steve French <sfrench@us.ibm.com> | 2005-11-13 23:28:58 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-11-13 23:28:58 -0500 |
commit | 7b0a65f9923ffe7885a5473648baaa3a1a701726 (patch) | |
tree | b9be4a0504b4e637b86bdc92d88268ff57ea1bc5 /README | |
parent | 1b98a8221e3c9c86ae7e292ba7542d2dd6f10eb9 (diff) | |
parent | ee90f62b3e69d0cd9f8edc6b95f07b1a8c38aaf4 (diff) |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -81,6 +81,11 @@ INSTALLING the kernel: | |||
81 | failed patches (xxx# or xxx.rej). If there are, either you or me has | 81 | failed patches (xxx# or xxx.rej). If there are, either you or me has |
82 | made a mistake. | 82 | made a mistake. |
83 | 83 | ||
84 | Unlike patches for the 2.6.x kernels, patches for the 2.6.x.y kernels | ||
85 | (also known as the -stable kernels) are not incremental but instead apply | ||
86 | directly to the base 2.6.x kernel. Please read | ||
87 | Documentation/applying-patches.txt for more information. | ||
88 | |||
84 | Alternatively, the script patch-kernel can be used to automate this | 89 | Alternatively, the script patch-kernel can be used to automate this |
85 | process. It determines the current kernel version and applies any | 90 | process. It determines the current kernel version and applies any |
86 | patches found. | 91 | patches found. |