Skip to content
Snippets Groups Projects
  1. Dec 15, 2016
    • Linus Torvalds's avatar
      docs: add back 'Documentation/Changes' file (as symlink) · 852d21ae
      Linus Torvalds authored
      
      Jaegeuk Kim reports that the debian kernel package build gets confused
      by the lack of Documentation/Changes file.  We also refer to that path
      name in ver_linux and various how-to files and Kconfig files.
      
      The file got renamed away in commit 186128f7 ("docs-rst: add
      documents to development-process"), and as Jaegeuk Kim points out, the
      commit message for that change says "use symlinks instead of renames",
      but then the commit itself actually does renames after all.
      
      Maybe we should do the other files too, but for now this just adds the
      minimal symlink back to the historical name, so that people looking for
      Documentation/Changes will actually find what they are looking for, and
      the debian scripts continue to work.
      
      Reported-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      852d21ae
  2. Oct 24, 2016
  3. Sep 21, 2016
  4. Oct 11, 2015
  5. Sep 25, 2015
    • David Howells's avatar
      MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too old · 283e8ba2
      David Howells authored
      
      The sign-file.c program actually uses CMS rather than PKCS#7 to sign a file
      since that allows the target X.509 certificate to be specified by
      subjectKeyId rather than by issuer + serialNumber.
      
      However, older versions of the OpenSSL crypto library (such as may be found
      in CentOS 5.11) don't support CMS.  Assume everything prior to
      OpenSSL-1.0.0 doesn't support CMS and switch to using PKCS#7 in that case.
      
      Further, the pre-1.0.0 OpenSSL only supports PKCS#7 signing with SHA1, so
      give an error from the sign-file script if the caller requests anything
      other than SHA1.
      
      The compiler gives the following error with an OpenSSL crypto library
      that's too old:
      
        HOSTCC  scripts/sign-file
      scripts/sign-file.c:23:25: fatal error: openssl/cms.h: No such file or directory
       #include <openssl/cms.h>
      
      Reported-by: default avatarVinson Lee <vlee@twopensource.com>
      Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
      Acked-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
      283e8ba2
  6. Aug 27, 2015
  7. Dec 29, 2014
  8. Dec 09, 2014
  9. Sep 09, 2014
  10. Jul 12, 2014
  11. May 19, 2014
  12. Nov 28, 2013
  13. Jul 11, 2011
  14. Mar 23, 2011
  15. Jul 11, 2010
  16. Mar 25, 2010
  17. Dec 14, 2009
  18. Jun 18, 2009
  19. Jun 14, 2009
  20. May 28, 2009
  21. Jan 30, 2009
  22. Aug 02, 2007
  23. Nov 30, 2006
  24. Sep 25, 2006
  25. Jun 26, 2006
  26. Mar 20, 2006
  27. Jan 09, 2006
  28. Nov 07, 2005
  29. Oct 28, 2005
  30. Sep 28, 2005
  31. Jul 27, 2005
  32. Jun 30, 2005
  33. Jun 28, 2005
  34. Jun 24, 2005
  35. May 01, 2005
  36. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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
Loading