1. 07 5月, 2017 1 次提交
    • M
      docs: bump minimal GNU Make version to 3.81 · 37d69ee3
      Masahiro Yamada 提交于
      Since 2014, you can't successfully build kernels with GNU Make version
      3.80. Example errors:
      
        $ git describe
        v4.11
        $ make --version | head -1
        GNU Make 3.80
        $ make defconfig
          HOSTCC  scripts/basic/fixdep
        scripts/Makefile.host:135: *** missing separator.  Stop.
        make: *** [defconfig] Error 2
        $ make ARCH=arm64 help
        arch/arm64/Makefile:43: *** unterminated call to function `warning': missing `)'.  Stop.
        $ make help >/dev/null
        ./Documentation/Makefile.sphinx:25: Extraneous text after `else' directive
        ./Documentation/Makefile.sphinx:31: *** only one `else' per conditional.  Stop.
        make: *** [help] Error 2
      
      The first breakage was introduced by commit c8589d1e ("kbuild:
      handle multi-objs dependency appropriately").  Since then (i.e. v3.18),
      GNU Make 3.80 has not been able to compile the kernel, but nobody has
      ever complained aboutt (or noticed) it.
      
      Even GNU Make 3.81 is more than 10 years old.  It would not hurt to
      match the documentation with reality instead of fixing makefiles.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      37d69ee3
  2. 30 3月, 2017 1 次提交
  3. 09 3月, 2017 1 次提交
    • M
      docs-rst: automatically convert Graphviz and SVG images · db6ccf23
      Markus Heiser 提交于
      This patch brings scalable figure, image handling and a concept to
      embed *render* markups:
      
      * DOT (http://www.graphviz.org)
      * SVG
      
      For image handling use the 'image' replacement::
      
          .. kernel-image::  svg_image.svg
             :alt:    simple SVG image
      
      For figure handling use the 'figure' replacement::
      
          .. kernel-figure::  svg_image.svg
             :alt:    simple SVG image
      
             SVG image example
      
      Embed *render* markups (or languages) like Graphviz's **DOT** is
      provided by the *render* directive.::
      
        .. kernel-render:: DOT
           :alt: foobar digraph
           :caption: Embedded **DOT** (Graphviz) code.
      
           digraph foo {
            "bar" -> "baz";
           }
      
      The *render* directive is a concept to integrate *render* markups and
      languages, yet supported markups:
      
      * DOT: render embedded Graphviz's **DOT**
      * SVG: render embedded Scalable Vector Graphics (**SVG**)
      
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
      Tested-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      Tested-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> (v2 - v5)
      Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> (v1, v6)
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      db6ccf23
  4. 28 10月, 2016 1 次提交
  5. 24 10月, 2016 1 次提交
  6. 21 9月, 2016 4 次提交
  7. 12 10月, 2015 1 次提交
  8. 25 9月, 2015 1 次提交
    • D
      MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too old · 283e8ba2
      David Howells 提交于
      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: NVinson Lee <vlee@twopensource.com>
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      Acked-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      283e8ba2
  9. 28 8月, 2015 1 次提交
  10. 30 12月, 2014 1 次提交
  11. 10 12月, 2014 1 次提交
  12. 09 9月, 2014 2 次提交
  13. 13 7月, 2014 1 次提交
  14. 19 5月, 2014 1 次提交
  15. 28 11月, 2013 1 次提交
  16. 12 7月, 2011 1 次提交
  17. 23 3月, 2011 1 次提交
  18. 12 7月, 2010 1 次提交
  19. 26 3月, 2010 1 次提交
  20. 14 12月, 2009 1 次提交
  21. 19 6月, 2009 1 次提交
  22. 15 6月, 2009 1 次提交
  23. 29 5月, 2009 1 次提交
  24. 30 1月, 2009 1 次提交
  25. 03 8月, 2007 1 次提交
  26. 30 11月, 2006 1 次提交
  27. 25 9月, 2006 1 次提交
  28. 27 6月, 2006 1 次提交
  29. 21 3月, 2006 1 次提交
  30. 09 1月, 2006 1 次提交
  31. 07 11月, 2005 1 次提交
  32. 29 10月, 2005 1 次提交
  33. 28 9月, 2005 1 次提交
  34. 28 7月, 2005 1 次提交
  35. 30 6月, 2005 1 次提交
  36. 28 6月, 2005 1 次提交