1. 21 Mar, 2018 5 commits
  2. 09 Mar, 2018 1 commit
    • Dave Hansen's avatar
      docs: clarify security-bugs disclosure policy · 7f5d465f
      Dave Hansen authored
      I think we need to soften the language a bit.  It might scare folks
      off, especially the:
      
      	 We prefer to fully disclose the bug as soon as possible.
      
      which is not really the case.  Linus says:
      
      	It's not full disclosure, it's not coordinated disclosure,
      	and it's not "no disclosure".  It's more like just "timely
      	open fixes".
      
      I changed a bit of the wording in here, but mostly to remove the word
      "disclosure" since it seems to mean very specific things to people
      that we do not mean here.
      Signed-off-by: default avatarDave Hansen <dave.hansen@linux.intel.com>
      Reviewed-by: default avatarDan Williams <dan.j.williams@intel.com>
      Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Acked-by: default avatarKees Cook <keescook@chromium.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Alan Cox <gnomes@lxorguk.ukuu.org.uk>
      Cc: Andrea Arcangeli <aarcange@redhat.com>
      Cc: Andy Lutomirski <luto@kernel.org>
      Cc: Tim Chen <tim.c.chen@linux.intel.com>
      Cc: Alexander Viro <viro@zeniv.linux.org.uk>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      7f5d465f
  3. 07 Mar, 2018 21 commits
  4. 23 Feb, 2018 12 commits
  5. 20 Feb, 2018 1 commit
    • Jonathan Corbet's avatar
      Merge branch 'kerneldoc2' into docs-next · fcdf1df2
      Jonathan Corbet authored
      So once upon a time I set out to fix the problem reported by Tobin wherein
      a literal block within a kerneldoc comment would be corrupted in
      processing.  On the way, though, I got annoyed at the way I have to learn
      how kernel-doc works from the beginning every time I tear into it.
      
      As a result, seven of the following eight patches just get rid of some dead
      code and reorganize the rest - mostly turning the 500-line process_file()
      function into something a bit more rational.  Sphinx output is unchanged
      after these are applied.  Then, at the end, there's a tweak to stop messing
      with literal blocks.
      
      If anybody was unaware that I've not done any serious Perl since the
      1990's, they will certainly understand that fact now.
      fcdf1df2