An error occurred fetching the project authors.
  1. 10 Oct, 2019 1 commit
  2. 02 Oct, 2019 1 commit
    • Kees Cook's avatar
      doc-rst: Programmatically render MAINTAINERS into ReST · aa204855
      Kees Cook authored
      In order to have the MAINTAINERS file visible in the rendered ReST
      output, this makes some small changes to the existing MAINTAINERS file
      to allow for better machine processing, and adds a new Sphinx directive
      "maintainers-include" to perform the rendering.
      
      Features include:
      - Per-subsystem reference links: subsystem maintainer entries can be
        trivially linked to both internally and external. For example:
        https://www.kernel.org/doc/html/latest/process/maintainers.html#secure-computing
      
      - Internally referenced .rst files are linked so they can be followed
        when browsing the resulting rendering. This allows, for example, the
        future addition of maintainer profiles to be automatically linked.
      
      - Field name expansion: instead of the short fields (e.g. "M", "F",
        "K"), use the indicated inline "full names" for the fields (which are
        marked with "*"s in MAINTAINERS) so that a rendered subsystem entry
        is more human readable. Email lists are additionally comma-separated.
        For example:
      
          SECURE COMPUTING
      	Mail:	  Kees Cook <keescook@chromium.org>
      	Reviewer: Andy Lutomirski <luto@amacapital.net>,
      		  Will Drewry <wad@chromium.org>
      	SCM:	  git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
      	Status:	  Supported
      	Files:	  kernel/seccomp.c include/uapi/linux/seccomp.h
      		  include/linux/seccomp.h tools/testing/selftests/seccomp/*
      		  tools/testing/selftests/kselftest_harness.h
      		  userspace-api/seccomp_filter
      	Content regex:	\bsecure_computing \bTIF_SECCOMP\b
      Signed-off-by: default avatarKees Cook <keescook@chromium.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      aa204855
  3. 27 Sep, 2019 1 commit
  4. 26 Sep, 2019 4 commits
  5. 24 Sep, 2019 2 commits
  6. 19 Sep, 2019 1 commit
  7. 18 Sep, 2019 1 commit
  8. 16 Sep, 2019 4 commits
  9. 13 Sep, 2019 1 commit
  10. 12 Sep, 2019 1 commit
  11. 11 Sep, 2019 3 commits
  12. 10 Sep, 2019 1 commit
  13. 06 Sep, 2019 1 commit
  14. 05 Sep, 2019 1 commit
  15. 04 Sep, 2019 7 commits
  16. 03 Sep, 2019 5 commits
  17. 02 Sep, 2019 4 commits
  18. 31 Aug, 2019 1 commit
    • Takashi Sakamoto's avatar
      MAINTAINERS: update entry of firewire audio drivers · 94044dfb
      Takashi Sakamoto authored
      This commit adds myself as one of maintainers for firewire audio
      drivers and IEC 61883-1/6 packet streaming engine. I call them ALSA
      firewire stack as a whole.
      
      6 years ago I joined in development for this category of drivers with
      heavy reverse-engineering tasks and over 100 models are now available
      from ALSA applications. IEEE 1394 bus itself and units on the bus are
      enough legacy but the development still continues.
      
      I have a plan to add drastic enhancement in kernel v5.5 and v5.6 period.
      This commit adds myself into MAINTAINERS so that developers and users
      can easily find active developer to post their issues, especially for
      regression.
      Signed-off-by: default avatarTakashi Sakamoto <o-takashi@sakamocchi.jp>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      94044dfb