MAINTAINERS (e6b324fbf2de1797a4756fe2a489442464738dad) MAINTAINERS (26ba7c3f139f843bf46ed0779e30d84641767959)
1List of maintainers
2===================
3
4Descriptions of section entries and preferred order
5---------------------------------------------------
6
7 M: *Mail* patches to: FullName <address@domain>
8 R: Designated *Reviewer*: FullName <address@domain>

--- 3966 unchanged lines hidden (view full) ---

3975M: Daniel Borkmann <daniel@iogearbox.net>
3976M: Andrii Nakryiko <andrii@kernel.org>
3977R: Martin KaFai Lau <martin.lau@linux.dev>
3978R: Eduard Zingerman <eddyz87@gmail.com>
3979R: Song Liu <song@kernel.org>
3980R: Yonghong Song <yonghong.song@linux.dev>
3981R: John Fastabend <john.fastabend@gmail.com>
3982R: KP Singh <kpsingh@kernel.org>
1List of maintainers
2===================
3
4Descriptions of section entries and preferred order
5---------------------------------------------------
6
7 M: *Mail* patches to: FullName <address@domain>
8 R: Designated *Reviewer*: FullName <address@domain>

--- 3966 unchanged lines hidden (view full) ---

3975M: Daniel Borkmann <daniel@iogearbox.net>
3976M: Andrii Nakryiko <andrii@kernel.org>
3977R: Martin KaFai Lau <martin.lau@linux.dev>
3978R: Eduard Zingerman <eddyz87@gmail.com>
3979R: Song Liu <song@kernel.org>
3980R: Yonghong Song <yonghong.song@linux.dev>
3981R: John Fastabend <john.fastabend@gmail.com>
3982R: KP Singh <kpsingh@kernel.org>
3983R: Stanislav Fomichev <sdf@google.com>
3983R: Stanislav Fomichev <sdf@fomichev.me>
3984R: Hao Luo <haoluo@google.com>
3985R: Jiri Olsa <jolsa@kernel.org>
3986L: bpf@vger.kernel.org
3987S: Supported
3988W: https://bpf.io/
3989Q: https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173
3990T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
3991T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git

--- 1298 unchanged lines hidden (view full) ---

5290CISCO VIC LOW LATENCY NIC DRIVER
5291M: Christian Benvenuti <benve@cisco.com>
5292M: Nelson Escobar <neescoba@cisco.com>
5293S: Supported
5294F: drivers/infiniband/hw/usnic/
5295
5296CLANG CONTROL FLOW INTEGRITY SUPPORT
5297M: Sami Tolvanen <samitolvanen@google.com>
3984R: Hao Luo <haoluo@google.com>
3985R: Jiri Olsa <jolsa@kernel.org>
3986L: bpf@vger.kernel.org
3987S: Supported
3988W: https://bpf.io/
3989Q: https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173
3990T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
3991T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git

--- 1298 unchanged lines hidden (view full) ---

5290CISCO VIC LOW LATENCY NIC DRIVER
5291M: Christian Benvenuti <benve@cisco.com>
5292M: Nelson Escobar <neescoba@cisco.com>
5293S: Supported
5294F: drivers/infiniband/hw/usnic/
5295
5296CLANG CONTROL FLOW INTEGRITY SUPPORT
5297M: Sami Tolvanen <samitolvanen@google.com>
5298M: Kees Cook <kees@kernel.org>
5298M: Kees Cook <keescook@chromium.org>
5299R: Nathan Chancellor <nathan@kernel.org>
5300L: llvm@lists.linux.dev
5301S: Supported
5302B: https://github.com/ClangBuiltLinux/linux/issues
5303T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
5304F: include/linux/cfi.h
5305F: kernel/cfi.c
5306

--- 2899 unchanged lines hidden (view full) ---

8206R: Trevor Gross <tmgross@umich.edu>
8207L: netdev@vger.kernel.org
8208L: rust-for-linux@vger.kernel.org
8209S: Maintained
8210F: rust/kernel/net/phy.rs
8211
8212EXEC & BINFMT API, ELF
8213R: Eric Biederman <ebiederm@xmission.com>
5299R: Nathan Chancellor <nathan@kernel.org>
5300L: llvm@lists.linux.dev
5301S: Supported
5302B: https://github.com/ClangBuiltLinux/linux/issues
5303T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
5304F: include/linux/cfi.h
5305F: kernel/cfi.c
5306

--- 2899 unchanged lines hidden (view full) ---

8206R: Trevor Gross <tmgross@umich.edu>
8207L: netdev@vger.kernel.org
8208L: rust-for-linux@vger.kernel.org
8209S: Maintained
8210F: rust/kernel/net/phy.rs
8211
8212EXEC & BINFMT API, ELF
8213R: Eric Biederman <ebiederm@xmission.com>
8214R: Kees Cook <kees@kernel.org>
8214R: Kees Cook <keescook@chromium.org>
8215L: linux-mm@kvack.org
8216S: Supported
8217T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/execve
8218F: Documentation/userspace-api/ELF.rst
8219F: fs/*binfmt_*.c
8220F: fs/exec.c
8221F: include/linux/binfmts.h
8222F: include/linux/elf.h

--- 384 unchanged lines hidden (view full) ---

8607FORCEDETH GIGABIT ETHERNET DRIVER
8608M: Rain River <rain.1986.08.12@gmail.com>
8609M: Zhu Yanjun <zyjzyj2000@gmail.com>
8610L: netdev@vger.kernel.org
8611S: Maintained
8612F: drivers/net/ethernet/nvidia/*
8613
8614FORTIFY_SOURCE
8215L: linux-mm@kvack.org
8216S: Supported
8217T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/execve
8218F: Documentation/userspace-api/ELF.rst
8219F: fs/*binfmt_*.c
8220F: fs/exec.c
8221F: include/linux/binfmts.h
8222F: include/linux/elf.h

--- 384 unchanged lines hidden (view full) ---

8607FORCEDETH GIGABIT ETHERNET DRIVER
8608M: Rain River <rain.1986.08.12@gmail.com>
8609M: Zhu Yanjun <zyjzyj2000@gmail.com>
8610L: netdev@vger.kernel.org
8611S: Maintained
8612F: drivers/net/ethernet/nvidia/*
8613
8614FORTIFY_SOURCE
8615M: Kees Cook <kees@kernel.org>
8615M: Kees Cook <keescook@chromium.org>
8616L: linux-hardening@vger.kernel.org
8617S: Supported
8618T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
8619F: include/linux/fortify-string.h
8620F: lib/fortify_kunit.c
8621F: lib/memcpy_kunit.c
8622F: lib/test_fortify/*
8623F: scripts/test_fortify.sh

--- 473 unchanged lines hidden (view full) ---

9097F: Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml
9098F: Documentation/hwmon/gsc-hwmon.rst
9099F: drivers/hwmon/gsc-hwmon.c
9100F: drivers/mfd/gateworks-gsc.c
9101F: include/linux/mfd/gsc.h
9102F: include/linux/platform_data/gsc_hwmon.h
9103
9104GCC PLUGINS
8616L: linux-hardening@vger.kernel.org
8617S: Supported
8618T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
8619F: include/linux/fortify-string.h
8620F: lib/fortify_kunit.c
8621F: lib/memcpy_kunit.c
8622F: lib/test_fortify/*
8623F: scripts/test_fortify.sh

--- 473 unchanged lines hidden (view full) ---

9097F: Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml
9098F: Documentation/hwmon/gsc-hwmon.rst
9099F: drivers/hwmon/gsc-hwmon.c
9100F: drivers/mfd/gateworks-gsc.c
9101F: include/linux/mfd/gsc.h
9102F: include/linux/platform_data/gsc_hwmon.h
9103
9104GCC PLUGINS
9105M: Kees Cook <kees@kernel.org>
9105M: Kees Cook <keescook@chromium.org>
9106L: linux-hardening@vger.kernel.org
9107S: Maintained
9108T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
9109F: Documentation/kbuild/gcc-plugins.rst
9110F: include/linux/stackleak.h
9111F: kernel/stackleak.c
9112F: scripts/Makefile.gcc-plugins
9113F: scripts/gcc-plugins/

--- 117 unchanged lines hidden (view full) ---

9231
9232GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
9233M: Eugen Hristev <eugen.hristev@microchip.com>
9234L: linux-input@vger.kernel.org
9235S: Maintained
9236F: drivers/input/touchscreen/resistive-adc-touch.c
9237
9238GENERIC STRING LIBRARY
9106L: linux-hardening@vger.kernel.org
9107S: Maintained
9108T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
9109F: Documentation/kbuild/gcc-plugins.rst
9110F: include/linux/stackleak.h
9111F: kernel/stackleak.c
9112F: scripts/Makefile.gcc-plugins
9113F: scripts/gcc-plugins/

--- 117 unchanged lines hidden (view full) ---

9231
9232GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
9233M: Eugen Hristev <eugen.hristev@microchip.com>
9234L: linux-input@vger.kernel.org
9235S: Maintained
9236F: drivers/input/touchscreen/resistive-adc-touch.c
9237
9238GENERIC STRING LIBRARY
9239M: Kees Cook <kees@kernel.org>
9239M: Kees Cook <keescook@chromium.org>
9240R: Andy Shevchenko <andy@kernel.org>
9241L: linux-hardening@vger.kernel.org
9242S: Supported
9243T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
9244F: include/linux/string.h
9245F: include/linux/string_choices.h
9246F: include/linux/string_helpers.h
9247F: lib/string.c

--- 1781 unchanged lines hidden (view full) ---

11029F: Documentation/gpu/i915.rst
11030F: drivers/gpu/drm/ci/xfails/i915*
11031F: drivers/gpu/drm/i915/
11032F: include/drm/i915*
11033F: include/uapi/drm/i915_drm.h
11034
11035INTEL DRM XE DRIVER (Lunar Lake and newer)
11036M: Lucas De Marchi <lucas.demarchi@intel.com>
9240R: Andy Shevchenko <andy@kernel.org>
9241L: linux-hardening@vger.kernel.org
9242S: Supported
9243T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
9244F: include/linux/string.h
9245F: include/linux/string_choices.h
9246F: include/linux/string_helpers.h
9247F: lib/string.c

--- 1781 unchanged lines hidden (view full) ---

11029F: Documentation/gpu/i915.rst
11030F: drivers/gpu/drm/ci/xfails/i915*
11031F: drivers/gpu/drm/i915/
11032F: include/drm/i915*
11033F: include/uapi/drm/i915_drm.h
11034
11035INTEL DRM XE DRIVER (Lunar Lake and newer)
11036M: Lucas De Marchi <lucas.demarchi@intel.com>
11037M: Oded Gabbay <ogabbay@kernel.org>
11037M: Thomas Hellström <thomas.hellstrom@linux.intel.com>
11038M: Thomas Hellström <thomas.hellstrom@linux.intel.com>
11038M: Rodrigo Vivi <rodrigo.vivi@intel.com>
11039L: intel-xe@lists.freedesktop.org
11040S: Supported
11041W: https://drm.pages.freedesktop.org/intel-docs/
11042Q: http://patchwork.freedesktop.org/project/intel-xe/
11043B: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues
11044C: irc://irc.oftc.net/xe
11045T: git https://gitlab.freedesktop.org/drm/xe/kernel.git
11046F: Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon

--- 898 unchanged lines hidden (view full) ---

11945F: scripts/clang-tools/
11946F: scripts/dummy-tools/
11947F: scripts/mk*
11948F: scripts/mod/
11949F: scripts/package/
11950F: usr/
11951
11952KERNEL HARDENING (not covered by other areas)
11039L: intel-xe@lists.freedesktop.org
11040S: Supported
11041W: https://drm.pages.freedesktop.org/intel-docs/
11042Q: http://patchwork.freedesktop.org/project/intel-xe/
11043B: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues
11044C: irc://irc.oftc.net/xe
11045T: git https://gitlab.freedesktop.org/drm/xe/kernel.git
11046F: Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon

--- 898 unchanged lines hidden (view full) ---

11945F: scripts/clang-tools/
11946F: scripts/dummy-tools/
11947F: scripts/mk*
11948F: scripts/mod/
11949F: scripts/package/
11950F: usr/
11951
11952KERNEL HARDENING (not covered by other areas)
11953M: Kees Cook <kees@kernel.org>
11953M: Kees Cook <keescook@chromium.org>
11954R: Gustavo A. R. Silva <gustavoars@kernel.org>
11955L: linux-hardening@vger.kernel.org
11956S: Supported
11957T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
11958F: Documentation/ABI/testing/sysfs-kernel-oops_count
11959F: Documentation/ABI/testing/sysfs-kernel-warn_count
11960F: arch/*/configs/hardening.config
11961F: include/linux/overflow.h

--- 511 unchanged lines hidden (view full) ---

12473M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
12474L: linux-scsi@vger.kernel.org
12475S: Maintained
12476F: Documentation/scsi/53c700.rst
12477F: drivers/scsi/53c700*
12478
12479LEAKING_ADDRESSES
12480M: Tycho Andersen <tycho@tycho.pizza>
11954R: Gustavo A. R. Silva <gustavoars@kernel.org>
11955L: linux-hardening@vger.kernel.org
11956S: Supported
11957T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
11958F: Documentation/ABI/testing/sysfs-kernel-oops_count
11959F: Documentation/ABI/testing/sysfs-kernel-warn_count
11960F: arch/*/configs/hardening.config
11961F: include/linux/overflow.h

--- 511 unchanged lines hidden (view full) ---

12473M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
12474L: linux-scsi@vger.kernel.org
12475S: Maintained
12476F: Documentation/scsi/53c700.rst
12477F: drivers/scsi/53c700*
12478
12479LEAKING_ADDRESSES
12480M: Tycho Andersen <tycho@tycho.pizza>
12481R: Kees Cook <kees@kernel.org>
12481R: Kees Cook <keescook@chromium.org>
12482L: linux-hardening@vger.kernel.org
12483S: Maintained
12484T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
12485F: scripts/leaking_addresses.pl
12486
12487LED SUBSYSTEM
12488M: Pavel Machek <pavel@ucw.cz>
12489M: Lee Jones <lee@kernel.org>

--- 279 unchanged lines hidden (view full) ---

12769LINUX FOR POWERPC EMBEDDED PPC8XX AND PPC83XX
12770M: Christophe Leroy <christophe.leroy@csgroup.eu>
12771L: linuxppc-dev@lists.ozlabs.org
12772S: Maintained
12773F: arch/powerpc/platforms/8xx/
12774F: arch/powerpc/platforms/83xx/
12775
12776LINUX KERNEL DUMP TEST MODULE (LKDTM)
12482L: linux-hardening@vger.kernel.org
12483S: Maintained
12484T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
12485F: scripts/leaking_addresses.pl
12486
12487LED SUBSYSTEM
12488M: Pavel Machek <pavel@ucw.cz>
12489M: Lee Jones <lee@kernel.org>

--- 279 unchanged lines hidden (view full) ---

12769LINUX FOR POWERPC EMBEDDED PPC8XX AND PPC83XX
12770M: Christophe Leroy <christophe.leroy@csgroup.eu>
12771L: linuxppc-dev@lists.ozlabs.org
12772S: Maintained
12773F: arch/powerpc/platforms/8xx/
12774F: arch/powerpc/platforms/83xx/
12775
12776LINUX KERNEL DUMP TEST MODULE (LKDTM)
12777M: Kees Cook <kees@kernel.org>
12777M: Kees Cook <keescook@chromium.org>
12778S: Maintained
12779F: drivers/misc/lkdtm/*
12780F: tools/testing/selftests/lkdtm/*
12781
12782LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
12783M: Alan Stern <stern@rowland.harvard.edu>
12784M: Andrea Parri <parri.andrea@gmail.com>
12785M: Will Deacon <will@kernel.org>

--- 113 unchanged lines hidden (view full) ---

12899M: Malcolm Priestley <tvboxspy@gmail.com>
12900L: linux-media@vger.kernel.org
12901S: Maintained
12902W: https://linuxtv.org
12903Q: http://patchwork.linuxtv.org/project/linux-media/list/
12904F: drivers/media/usb/dvb-usb-v2/lmedm04*
12905
12906LOADPIN SECURITY MODULE
12778S: Maintained
12779F: drivers/misc/lkdtm/*
12780F: tools/testing/selftests/lkdtm/*
12781
12782LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
12783M: Alan Stern <stern@rowland.harvard.edu>
12784M: Andrea Parri <parri.andrea@gmail.com>
12785M: Will Deacon <will@kernel.org>

--- 113 unchanged lines hidden (view full) ---

12899M: Malcolm Priestley <tvboxspy@gmail.com>
12900L: linux-media@vger.kernel.org
12901S: Maintained
12902W: https://linuxtv.org
12903Q: http://patchwork.linuxtv.org/project/linux-media/list/
12904F: drivers/media/usb/dvb-usb-v2/lmedm04*
12905
12906LOADPIN SECURITY MODULE
12907M: Kees Cook <kees@kernel.org>
12907M: Kees Cook <keescook@chromium.org>
12908S: Supported
12909T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
12910F: Documentation/admin-guide/LSM/LoadPin.rst
12911F: security/loadpin/
12912
12913LOCKDOWN SECURITY MODULE
12914L: linux-security-module@vger.kernel.org
12915S: Odd Fixes

--- 2904 unchanged lines hidden (view full) ---

15820NFC VIRTUAL NCI DEVICE DRIVER
15821M: Bongsu Jeon <bongsu.jeon@samsung.com>
15822L: netdev@vger.kernel.org
15823S: Supported
15824F: drivers/nfc/virtual_ncidev.c
15825F: tools/testing/selftests/nci/
15826
15827NFS, SUNRPC, AND LOCKD CLIENTS
12908S: Supported
12909T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
12910F: Documentation/admin-guide/LSM/LoadPin.rst
12911F: security/loadpin/
12912
12913LOCKDOWN SECURITY MODULE
12914L: linux-security-module@vger.kernel.org
12915S: Odd Fixes

--- 2904 unchanged lines hidden (view full) ---

15820NFC VIRTUAL NCI DEVICE DRIVER
15821M: Bongsu Jeon <bongsu.jeon@samsung.com>
15822L: netdev@vger.kernel.org
15823S: Supported
15824F: drivers/nfc/virtual_ncidev.c
15825F: tools/testing/selftests/nci/
15826
15827NFS, SUNRPC, AND LOCKD CLIENTS
15828M: Trond Myklebust <trondmy@kernel.org>
15828M: Trond Myklebust <trond.myklebust@hammerspace.com>
15829M: Anna Schumaker <anna@kernel.org>
15830L: linux-nfs@vger.kernel.org
15831S: Maintained
15832W: http://client.linux-nfs.org
15833T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
15834F: Documentation/filesystems/nfs/
15835F: fs/lockd/
15836F: fs/nfs/

--- 2154 unchanged lines hidden (view full) ---

17991S: Maintained
17992F: Documentation/filesystems/proc.rst
17993F: fs/proc/
17994F: include/linux/proc_fs.h
17995F: tools/testing/selftests/proc/
17996
17997PROC SYSCTL
17998M: Luis Chamberlain <mcgrof@kernel.org>
15829M: Anna Schumaker <anna@kernel.org>
15830L: linux-nfs@vger.kernel.org
15831S: Maintained
15832W: http://client.linux-nfs.org
15833T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
15834F: Documentation/filesystems/nfs/
15835F: fs/lockd/
15836F: fs/nfs/

--- 2154 unchanged lines hidden (view full) ---

17991S: Maintained
17992F: Documentation/filesystems/proc.rst
17993F: fs/proc/
17994F: include/linux/proc_fs.h
17995F: tools/testing/selftests/proc/
17996
17997PROC SYSCTL
17998M: Luis Chamberlain <mcgrof@kernel.org>
17999M: Kees Cook <kees@kernel.org>
17999M: Kees Cook <keescook@chromium.org>
18000M: Joel Granados <j.granados@samsung.com>
18001L: linux-kernel@vger.kernel.org
18002L: linux-fsdevel@vger.kernel.org
18003S: Maintained
18004T: git git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl.git sysctl-next
18005F: fs/proc/proc_sysctl.c
18006F: include/linux/sysctl.h
18007F: kernel/sysctl-test.c

--- 39 unchanged lines hidden (view full) ---

18047M: Oleksij Rempel <o.rempel@pengutronix.de>
18048M: Kory Maincent <kory.maincent@bootlin.com>
18049L: netdev@vger.kernel.org
18050S: Maintained
18051F: Documentation/devicetree/bindings/net/pse-pd/
18052F: drivers/net/pse-pd/
18053
18054PSTORE FILESYSTEM
18000M: Joel Granados <j.granados@samsung.com>
18001L: linux-kernel@vger.kernel.org
18002L: linux-fsdevel@vger.kernel.org
18003S: Maintained
18004T: git git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl.git sysctl-next
18005F: fs/proc/proc_sysctl.c
18006F: include/linux/sysctl.h
18007F: kernel/sysctl-test.c

--- 39 unchanged lines hidden (view full) ---

18047M: Oleksij Rempel <o.rempel@pengutronix.de>
18048M: Kory Maincent <kory.maincent@bootlin.com>
18049L: netdev@vger.kernel.org
18050S: Maintained
18051F: Documentation/devicetree/bindings/net/pse-pd/
18052F: drivers/net/pse-pd/
18053
18054PSTORE FILESYSTEM
18055M: Kees Cook <kees@kernel.org>
18055M: Kees Cook <keescook@chromium.org>
18056R: Tony Luck <tony.luck@intel.com>
18057R: Guilherme G. Piccoli <gpiccoli@igalia.com>
18058L: linux-hardening@vger.kernel.org
18059S: Supported
18060T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
18061F: Documentation/admin-guide/pstore-blk.rst
18062F: Documentation/admin-guide/ramoops.rst
18063F: Documentation/devicetree/bindings/reserved-memory/ramoops.yaml

--- 1989 unchanged lines hidden (view full) ---

20053
20054SECO BOARDS CEC DRIVER
20055M: Ettore Chimenti <ek5.chimenti@gmail.com>
20056S: Maintained
20057F: drivers/media/cec/platform/seco/seco-cec.c
20058F: drivers/media/cec/platform/seco/seco-cec.h
20059
20060SECURE COMPUTING
18056R: Tony Luck <tony.luck@intel.com>
18057R: Guilherme G. Piccoli <gpiccoli@igalia.com>
18058L: linux-hardening@vger.kernel.org
18059S: Supported
18060T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
18061F: Documentation/admin-guide/pstore-blk.rst
18062F: Documentation/admin-guide/ramoops.rst
18063F: Documentation/devicetree/bindings/reserved-memory/ramoops.yaml

--- 1989 unchanged lines hidden (view full) ---

20053
20054SECO BOARDS CEC DRIVER
20055M: Ettore Chimenti <ek5.chimenti@gmail.com>
20056S: Maintained
20057F: drivers/media/cec/platform/seco/seco-cec.c
20058F: drivers/media/cec/platform/seco/seco-cec.h
20059
20060SECURE COMPUTING
20061M: Kees Cook <kees@kernel.org>
20061M: Kees Cook <keescook@chromium.org>
20062R: Andy Lutomirski <luto@amacapital.net>
20063R: Will Drewry <wad@chromium.org>
20064S: Supported
20065T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/seccomp
20066F: Documentation/userspace-api/seccomp_filter.rst
20067F: include/linux/seccomp.h
20068F: include/uapi/linux/seccomp.h
20069F: kernel/seccomp.c

--- 2897 unchanged lines hidden (view full) ---

22967M: Ming Lei <ming.lei@redhat.com>
22968L: linux-block@vger.kernel.org
22969S: Maintained
22970F: Documentation/block/ublk.rst
22971F: drivers/block/ublk_drv.c
22972F: include/uapi/linux/ublk_cmd.h
22973
22974UBSAN
20062R: Andy Lutomirski <luto@amacapital.net>
20063R: Will Drewry <wad@chromium.org>
20064S: Supported
20065T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/seccomp
20066F: Documentation/userspace-api/seccomp_filter.rst
20067F: include/linux/seccomp.h
20068F: include/uapi/linux/seccomp.h
20069F: kernel/seccomp.c

--- 2897 unchanged lines hidden (view full) ---

22967M: Ming Lei <ming.lei@redhat.com>
22968L: linux-block@vger.kernel.org
22969S: Maintained
22970F: Documentation/block/ublk.rst
22971F: drivers/block/ublk_drv.c
22972F: include/uapi/linux/ublk_cmd.h
22973
22974UBSAN
22975M: Kees Cook <kees@kernel.org>
22975M: Kees Cook <keescook@chromium.org>
22976R: Marco Elver <elver@google.com>
22977R: Andrey Konovalov <andreyknvl@gmail.com>
22978R: Andrey Ryabinin <ryabinin.a.a@gmail.com>
22979L: kasan-dev@googlegroups.com
22980L: linux-hardening@vger.kernel.org
22981S: Supported
22982T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
22983F: Documentation/dev-tools/ubsan.rst

--- 985 unchanged lines hidden (view full) ---

23969F: include/uapi/linux/vsockmon.h
23970F: net/vmw_vsock/
23971F: tools/testing/vsock/
23972
23973VMALLOC
23974M: Andrew Morton <akpm@linux-foundation.org>
23975R: Uladzislau Rezki <urezki@gmail.com>
23976R: Christoph Hellwig <hch@infradead.org>
22976R: Marco Elver <elver@google.com>
22977R: Andrey Konovalov <andreyknvl@gmail.com>
22978R: Andrey Ryabinin <ryabinin.a.a@gmail.com>
22979L: kasan-dev@googlegroups.com
22980L: linux-hardening@vger.kernel.org
22981S: Supported
22982T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
22983F: Documentation/dev-tools/ubsan.rst

--- 985 unchanged lines hidden (view full) ---

23969F: include/uapi/linux/vsockmon.h
23970F: net/vmw_vsock/
23971F: tools/testing/vsock/
23972
23973VMALLOC
23974M: Andrew Morton <akpm@linux-foundation.org>
23975R: Uladzislau Rezki <urezki@gmail.com>
23976R: Christoph Hellwig <hch@infradead.org>
23977R: Lorenzo Stoakes <lstoakes@gmail.com>
23977L: linux-mm@kvack.org
23978S: Maintained
23979W: http://www.linux-mm.org
23980T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
23981F: include/linux/vmalloc.h
23982F: mm/vmalloc.c
23983
23984VME SUBSYSTEM

--- 819 unchanged lines hidden (view full) ---

24804YAM DRIVER FOR AX.25
24805M: Jean-Paul Roubelat <jpr@f6fbb.org>
24806L: linux-hams@vger.kernel.org
24807S: Maintained
24808F: drivers/net/hamradio/yam*
24809F: include/linux/yam.h
24810
24811YAMA SECURITY MODULE
23978L: linux-mm@kvack.org
23979S: Maintained
23980W: http://www.linux-mm.org
23981T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
23982F: include/linux/vmalloc.h
23983F: mm/vmalloc.c
23984
23985VME SUBSYSTEM

--- 819 unchanged lines hidden (view full) ---

24805YAM DRIVER FOR AX.25
24806M: Jean-Paul Roubelat <jpr@f6fbb.org>
24807L: linux-hams@vger.kernel.org
24808S: Maintained
24809F: drivers/net/hamradio/yam*
24810F: include/linux/yam.h
24811
24812YAMA SECURITY MODULE
24812M: Kees Cook <kees@kernel.org>
24813M: Kees Cook <keescook@chromium.org>
24813S: Supported
24814T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
24815F: Documentation/admin-guide/LSM/Yama.rst
24816F: security/yama/
24817
24818YAML NETLINK (YNL)
24819M: Donald Hunter <donald.hunter@gmail.com>
24820M: Jakub Kicinski <kuba@kernel.org>

--- 136 unchanged lines hidden ---
24814S: Supported
24815T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
24816F: Documentation/admin-guide/LSM/Yama.rst
24817F: security/yama/
24818
24819YAML NETLINK (YNL)
24820M: Donald Hunter <donald.hunter@gmail.com>
24821M: Jakub Kicinski <kuba@kernel.org>

--- 136 unchanged lines hidden ---