summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorFrank Rowand <frank.rowand@sony.com>2018-04-28 03:31:20 +0200
committerRob Herring <robh@kernel.org>2018-05-09 20:30:51 +0200
commit2ff0e41ac5a7b5c3f1ac1a82f4bbf6083ae09d8d (patch)
treef01bdd16bea54e8a3c444c0fe161b9703e0ad567 /MAINTAINERS
parentdt-bindings: define vendor prefix for Wi2Wi, Inc. (diff)
downloadlinux-2ff0e41ac5a7b5c3f1ac1a82f4bbf6083ae09d8d.tar.xz
linux-2ff0e41ac5a7b5c3f1ac1a82f4bbf6083ae09d8d.zip
MAINTAINERS: add keyword for devicetree overlay notifiers
Devicetree overlay notifiers have a chance to potentially get pointers into the overlay unflattened devicetree and overlay FDT. The only protection against these pointers being accessed after the underlying data has been released by kfree() is by source code review of patches. Add a keyword line to the devicetree overlay maintainers entry to try to catch overlay notifier related patches. The keyword line is added to the devicetree overlay entry instead of the devicetree entry so that not all maintainers will receive the additional review traffic. Add Frank Rowand (already a maintainer in the devicetree entry) so that he will receive the additional review traffic. Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0a1410d5a621..1dce07f4e1fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10394,12 +10394,14 @@ F: drivers/infiniband/ulp/opa_vnic
OPEN FIRMWARE AND DEVICE TREE OVERLAYS
M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
+M: Frank Rowand <frowand.list@gmail.com>
L: devicetree@vger.kernel.org
S: Maintained
F: Documentation/devicetree/dynamic-resolution-notes.txt
F: Documentation/devicetree/overlay-notes.txt
F: drivers/of/overlay.c
F: drivers/of/resolver.c
+K: of_overlay_notifier_
OPEN FIRMWARE AND FLATTENED DEVICE TREE
M: Rob Herring <robh+dt@kernel.org>