1. 05 6月, 2015 1 次提交
    • L
      Documentation: extend use case for EXPORT_SYMBOL_GPL() · 582ed8d5
      Luis R. Rodriguez 提交于
      Current documentation over use case for EXPORT_SYMBOL_GPL()
      only acknowledges functions which are "an internal implementation
      issue, and not really an interface". In practice these days
      though we have some maintainers taking on preferences to require
      all new functionality go in with EXPORT_SYMBOL_GPL().
      
      A maintainer asking developers to use EXPORT_SYMBOL_GPL()
      for new functionality tends to be a well accepted and understood
      position that maintainers can take and typically requires the
      maintainers educating contributing developers on their own
      positions and requirements.
      
      Developers who submit code to maintainers not familiar with
      these preferences as optional for new functionality need explicit
      guidence though as existing documentation does not acknowledge
      this as a valid possibility. Without this being documented some
      maintainers are reluctant to accept new functionality with
      EXPORT_SYMBOL_GPL().
      
      This extends the use case documentation for EXPORT_SYMBOL_GPL()
      to acknowledge acceptance for new functionality.
      Signed-off-by: NLuis R. Rodriguez <mcgrof@suse.com>
      [jc: wording tweaked with permission]
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      582ed8d5
  2. 08 4月, 2014 2 次提交
  3. 18 2月, 2013 1 次提交
  4. 12 1月, 2013 1 次提交
    • K
      Documentation: remove depends on CONFIG_EXPERIMENTAL · 0335cb46
      Kees Cook 提交于
      The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
      while now and is almost always enabled by default. As agreed during the
      Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
      
      CC: Rob Landley <rob@landley.net>
      CC: Jiri Kosina <jkosina@suse.cz>
      CC: Masanari Iida <standby24x7@gmail.com>
      CC: Jason Wessel <jason.wessel@windriver.com>
      CC: Richard L Maliszewski <richard.l.maliszewski@intel.com>
      CC: Gang Wei <gang.wei@intel.com>
      CC: Shane Wang <shane.wang@intel.com>
      CC: Harry Wei <harryxiyou@gmail.com>
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Acked-by: NJason Wessel <jason.wessel@windriver.com>
      0335cb46
  5. 16 4月, 2012 1 次提交
  6. 23 6月, 2011 1 次提交
  7. 10 12月, 2009 1 次提交
  8. 31 7月, 2009 1 次提交
  9. 27 10月, 2008 1 次提交
    • R
      docbooks: fix fatal filename errors · a1a739c5
      Randy Dunlap 提交于
      Fix docbook fatal errors (file location changed):
      
      docproc: lin2628-rc1/include/asm-x86/io_32.h: No such file or directory
      make[1]: *** [Documentation/DocBook/deviceiobook.xml] Error 1
      
      docproc: lin2628-rc1/include/asm-x86/atomic_32.h: No such file or directory
      make[1]: *** [Documentation/DocBook/kernel-api.xml] Error 1
      
      docproc: lin2628-rc1/include/asm-x86/mca_dma.h: No such file or directory
      make[1]: *** [Documentation/DocBook/mcabook.xml] Error 1
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a1a739c5
  10. 21 10月, 2008 1 次提交
  11. 14 10月, 2007 1 次提交
  12. 22 9月, 2005 1 次提交
  13. 10 9月, 2005 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4