Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5202
b: refs/heads/master
c: 896e551
h: refs/heads/master
v: v3
  • Loading branch information
Kurt Wall authored and Linus Torvalds committed Jul 27, 2005
1 parent 6975578 commit 71712d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5c2d749172657ed51e20e4b5ab540447666cc50
refs/heads/master: 896e5518da74f9d20db8163526014fba16b1f2b4
10 changes: 10 additions & 0 deletions trunk/README
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ INSTALLING the kernel:
kernel source. Patches are applied from the current directory, but
an alternative directory can be specified as the second argument.

- If you are upgrading between releases using the stable series patches
(for example, patch-2.6.xx.y), note that these "dot-releases" are
not incremental and must be applied to the 2.6.xx base tree. For
example, if your base kernel is 2.6.12 and you want to apply the
2.6.12.3 patch, you do not and indeed must not first apply the
2.6.12.1 and 2.6.12.2 patches. Similarly, if you are running kernel
version 2.6.12.2 and want to jump to 2.6.12.3, you must first
reverse the 2.6.12.2 patch (that is, patch -R) _before_ applying
the 2.6.12.3 patch.

- Make sure you have no stale .o files and dependencies lying around:

cd linux
Expand Down

0 comments on commit 71712d2

Please sign in to comment.