diff mbox series

[V7,12/13] boot_constraint: Update MAINTAINERS

Message ID b10ab50d7c57f136c65013b991d8f24ee10ec2d7.1519380923.git.viresh.kumar@linaro.org
State New
Headers show
Series drivers: Boot Constraint core | expand

Commit Message

Viresh Kumar Feb. 23, 2018, 10:23 a.m. UTC
Add entry for boot constraint subsystem in MAINTAINERS.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

-- 
2.15.0.194.g9af6a3dea062
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a7f76eadae9..e6a767245ea9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2723,6 +2723,15 @@  S:	Supported
 F:	drivers/net/bonding/
 F:	include/uapi/linux/if_bonding.h
 
+BOOT CONSTRAINT SUBSYSTEM
+M:	Viresh Kumar <vireshk@kernel.org>
+L:	linux-kernel@vger.kernel.org
+S:	Maintained
+T:	git git://git.linaro.org/people/vireshk/linux.git
+F:	Documentation/driver-api/boot_constraint/
+F:	drivers/bootconstraint/
+F:	include/linux/boot_constraint.h
+
 BPF (Safe dynamic programs and tools)
 M:	Alexei Starovoitov <ast@kernel.org>
 M:	Daniel Borkmann <daniel@iogearbox.net>