[PATCH v2 1/9] list: add list_last_entry_or_null()
Maxime Ripard
mripard at kernel.org
Tue Sep 2 05:22:28 PDT 2025
On Tue, Sep 02, 2025 at 01:57:09PM +0200, Luca Ceresoli wrote:
> Hello DRM maintainers,
>
> On Wed, 20 Aug 2025 16:43:56 +0300
> Andy Shevchenko <andriy.shevchenko at linux.intel.com> wrote:
>
> > On Thu, Aug 14, 2025 at 06:36:09PM +0200, Luca Ceresoli wrote:
> > > On Wed, 6 Aug 2025 00:55:02 +0300
> > > Andy Shevchenko <andriy.shevchenko at linux.intel.com> wrote:
> > >
> > > > On Fri, Aug 01, 2025 at 07:05:23PM +0200, Luca Ceresoli wrote:
> > > > > Add an equivalent of list_first_entry_or_null() to obtain the last element
> > > > > of a list.
> > > >
> > > > Acked-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> > >
> > > Thanks Andy!
> > >
> > > However I'm not sure when and where this should be applied.
> > >
> > > Except for this one patch, all patches in the series are for
> > > drm-misc-next. Also, patch 1 is currently not needed by any other
> > > series AFAIK.
> > >
> > > Based on the above, is it correct to assume that the whole series can
> > > be applied on drm-misc-next? (when other patches will have a
> > > R-by/Ack-by of course)
> > >
> > > Also, is Andy's A-by enough to apply this patch?
> >
> > The list.h is common for many, I think going via DRM with my Ack is enough
> > based on the Git history of my changes in this file. But if you want more
> > reliable source, get an Ack from Andrew Morton.
>
> While applying this patch with dim on drm-misc-next, dim push-branch
> failed because:
>
> dim: ERROR: cb86408b1fc2 ("list: add list_last_entry_or_null()"): Mandatory Maintainer Acked-by missing., aborting
>
> Looking at the dim code, it is looking for a Reviewed- or Acked-by from
> people listed by `scripts/get_maintainer.pl --no-git-fallback -m --nol
> --norolestats`. but that command returns an empty string, so it will
> never allow me to push.
>
> How can I get that commit pushed to drm-misc-next?
Adding a MAINTAINERS entry for it would be nice too
Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 273 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20250902/24b22516/attachment.sig>
More information about the linux-arm-kernel
mailing list