1. 23 Mar, 2018 1 commit
    • Mauro Carvalho Chehab's avatar
      COPYING: create a new file with points to the Kernel license files · 88de995c
      Mauro Carvalho Chehab authored
      With the addition of SPDX patchset, the contents of COPYING file
      is now duplicated at two other files under LICENSE:
      	LICENSES/preferred/GPL-2.0
      	LICENSES/exceptions/Linux-syscall-note
      
      It is easy to check that the contents of the licence written on
      those files are identical with COPYING using:
      
      	$ diff -upr COPYING LICENSES/preferred/GPL-2.0
      	$ diff -upr COPYING LICENSES/exceptions/Linux-syscall-note|less
      
      Also, a new file was added, with describes how SPDX should work at
      the Kernel source files:
      	Documentation/process/license-rules.rst
      
      Instead fo having it copying the contents of two files, and not
      even mentioning the third one, replace it by a file whose content
      points to the other tree files, preserving the Kernel's license.
      
      Adjust license-rules.rst accordingly.
      
      Please notice that this file preserves the Kernel license as
      is, without any changes.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
      Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      88de995c
  2. 21 Mar, 2018 11 commits
  3. 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
  4. 07 Mar, 2018 21 commits
  5. 23 Feb, 2018 6 commits