Message ID | c9119c0a8d4daebff0221c67830b54314fc9e0f6.1615187284.git.matti.vaittinen@fi.rohmeurope.com (mailing list archive) |
---|---|
State | RFC, archived |
Headers | show |
Series | Add managed version of delayed work init | expand |
Hi, On 3/8/21 9:14 AM, Matti Vaittinen wrote: > Devm helper header containing small inline helpers was added. > Hans promised to maintain it. Yes I did promise that, didn't I? FWIW going this route is still fine by me, assuming that having someone else maintain this makes this easier on / more acceptable to Greg. This is still going to need an Ack from Greg though. Regards, Hans > > Add Hans as maintainer and myself as designated reviewer. > > Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d92f85ca831d..ffcb00006e14 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5169,6 +5169,12 @@ M: Torben Mathiasen <device@lanana.org> > S: Maintained > W: http://lanana.org/docs/device-list/index.html > > +DEVICE RESOURCE MANAGEMENT HELPERS > +M: Hans de Goede <hdegoede@redhat.com> > +R: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> > +S: Maintained > +F: include/linux/devm-helpers.h > + > DEVICE-MAPPER (LVM) > M: Alasdair Kergon <agk@redhat.com> > M: Mike Snitzer <snitzer@redhat.com> >
diff --git a/MAINTAINERS b/MAINTAINERS index d92f85ca831d..ffcb00006e14 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5169,6 +5169,12 @@ M: Torben Mathiasen <device@lanana.org> S: Maintained W: http://lanana.org/docs/device-list/index.html +DEVICE RESOURCE MANAGEMENT HELPERS +M: Hans de Goede <hdegoede@redhat.com> +R: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> +S: Maintained +F: include/linux/devm-helpers.h + DEVICE-MAPPER (LVM) M: Alasdair Kergon <agk@redhat.com> M: Mike Snitzer <snitzer@redhat.com>
Devm helper header containing small inline helpers was added. Hans promised to maintain it. Add Hans as maintainer and myself as designated reviewer. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)