]> asedeno.scripts.mit.edu Git - linux.git/commit
MAINTAINERS: add keyword for devicetree overlay notifiers
authorFrank Rowand <frank.rowand@sony.com>
Sat, 28 Apr 2018 01:31:20 +0000 (18:31 -0700)
committerRob Herring <robh@kernel.org>
Wed, 9 May 2018 18:30:51 +0000 (13:30 -0500)
commit2ff0e41ac5a7b5c3f1ac1a82f4bbf6083ae09d8d
treef01bdd16bea54e8a3c444c0fe161b9703e0ad567
parenta593bff82cae2dac34ba5630d5dc231d59ed559e
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>
MAINTAINERS