Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de80af4c authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6

* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6:
  sysfs: don't warn on removal of a nonexistent binary file
  HOWTO: latest lxr url address changed
  HOWTO: korean translation of Documentation/HOWTO
  Fix Off-by-one in /sys/module/*/refcnt
  sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir()
parents 405d2965 5f1835da
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -208,7 +208,7 @@ tools. One such tool that is particularly recommended is the Linux
Cross-Reference project, which is able to present source code in a
Cross-Reference project, which is able to present source code in a
self-referential, indexed webpage format. An excellent up-to-date
self-referential, indexed webpage format. An excellent up-to-date
repository of the kernel code may be found at:
repository of the kernel code may be found at:
	http://sosdg.org/~coywolf/lxr/
	http://users.sosdg.org/~qiyong/lxr/




The development process
The development process
@@ -384,7 +384,7 @@ One of the best ways to put into practice your hacking skills is by fixing
bugs reported by other people. Not only you will help to make the kernel
bugs reported by other people. Not only you will help to make the kernel
more stable, you'll learn to fix real world problems and you will improve
more stable, you'll learn to fix real world problems and you will improve
your skills, and other developers will be aware of your presence. Fixing
your skills, and other developers will be aware of your presence. Fixing
bugs is one of the best ways to earn merit amongst the developers, because
bugs is one of the best ways to get merits among other developers, because
not many people like wasting time fixing other people's bugs.
not many people like wasting time fixing other people's bugs.


To work in the already reported bug reports, go to http://bugzilla.kernel.org.
To work in the already reported bug reports, go to http://bugzilla.kernel.org.
+1 −1
Original line number Original line Diff line number Diff line
@@ -560,7 +560,7 @@ NO!!!! No more huge patch bombs to linux-kernel@vger.kernel.org people!
  <http://marc.theaimsgroup.com/?l=linux-kernel&m=112112749912944&w=2>
  <http://marc.theaimsgroup.com/?l=linux-kernel&m=112112749912944&w=2>


Kernel Documentation/CodingStyle:
Kernel Documentation/CodingStyle:
  <http://sosdg.org/~coywolf/lxr/source/Documentation/CodingStyle>
  <http://users.sosdg.org/~qiyong/lxr/source/Documentation/CodingStyle>


Linus Torvalds's mail on the canonical patch format:
Linus Torvalds's mail on the canonical patch format:
  <http://lkml.org/lkml/2005/4/7/183>
  <http://lkml.org/lkml/2005/4/7/183>
Loading