Commit e6a591e58e2c70912987f9f19d36ba967063b251

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent ef0eba477e

Documentation/development-process: add staging & mmotm info

Update explanation of mmotm.
Add explanation of drivers/staging/.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 8 additions and 6 deletions Side-by-side Diff

Documentation/development-process/2.Process
... ... @@ -267,13 +267,9 @@
267 267 development cycle, approximately 10% of the patches going into the mainline
268 268 get there via -mm.
269 269  
270   -The current -mm patch can always be found from the front page of
  270 +The current -mm patch is available in the "mmotm" (-mm of the moment)
  271 +directory at:
271 272  
272   - http://kernel.org/
273   -
274   -Those who want to see the current state of -mm can get the "-mm of the
275   -moment" tree, found at:
276   -
277 273 http://userweb.kernel.org/~akpm/mmotm/
278 274  
279 275 Use of the MMOTM tree is likely to be a frustrating experience, though;
... ... @@ -306,6 +302,12 @@
306 302 volatility of linux-next tends to make it a difficult development target.
307 303 See http://lwn.net/Articles/289013/ for more information on this topic, and
308 304 stay tuned; much is still in flux where linux-next is involved.
  305 +
  306 +Besides the mmotm and linux-next trees, the kernel source tree now contains
  307 +the drivers/staging/ directory and many sub-directories for drivers or
  308 +filesystems that are on their way to being added to the kernel tree
  309 +proper, but they remain in drivers/staging/ while they still need more
  310 +work.
309 311  
310 312  
311 313 2.5: TOOLS