From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Mathias Nyman <mathias.nyman@linux.intel.com>,
Mathias Nyman <mathias.nyman@intel.com>,
Jani Nikula <jani.nikula@intel.com>,
Kevin Cernekee <cernekee@gmail.com>,
intel-gfx@lists.freedesktop.org, linux-usb@vger.kernel.org,
Lucas De Marchi <lucas.demarchi@intel.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Daniel Vetter <daniel@ffwll.ch>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
David Airlie <airlied@gmail.com>
Subject: Re: [Intel-gfx] [PATCH v5 1/4] i915: Move list_count() to list.h as list_count_nodes() for broader use
Date: Thu, 8 Dec 2022 14:14:54 +0100 [thread overview]
Message-ID: <Y5HjTpzmgZWft+nF@kroah.com> (raw)
In-Reply-To: <Y5HelZhkxnPf6hIs@smile.fi.intel.com>
On Thu, Dec 08, 2022 at 02:54:45PM +0200, Andy Shevchenko wrote:
> On Wed, Nov 30, 2022 at 03:48:35PM +0200, Andy Shevchenko wrote:
> > Some of the existing users, and definitely will be new ones, want to
> > count existing nodes in the list. Provide a generic API for that by
> > moving code from i915 to list.h.
>
> Greg, I believe this one is ready to be taken. Or please tell me what I need
> to do.
Wait for me to get through the current backlog of patches that I have in
my review queue. Odds are, it will have to wait until after 6.2-rc1 is
out based on when 6.1 is going to be released.
Don't worry, it's not lost.
thanks,
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Mathias Nyman <mathias.nyman@linux.intel.com>,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
Jani Nikula <jani.nikula@linux.intel.com>,
Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Kevin Cernekee <cernekee@gmail.com>,
Mathias Nyman <mathias.nyman@intel.com>,
Lucas De Marchi <lucas.demarchi@intel.com>,
Jani Nikula <jani.nikula@intel.com>
Subject: Re: [PATCH v5 1/4] i915: Move list_count() to list.h as list_count_nodes() for broader use
Date: Thu, 8 Dec 2022 14:14:54 +0100 [thread overview]
Message-ID: <Y5HjTpzmgZWft+nF@kroah.com> (raw)
In-Reply-To: <Y5HelZhkxnPf6hIs@smile.fi.intel.com>
On Thu, Dec 08, 2022 at 02:54:45PM +0200, Andy Shevchenko wrote:
> On Wed, Nov 30, 2022 at 03:48:35PM +0200, Andy Shevchenko wrote:
> > Some of the existing users, and definitely will be new ones, want to
> > count existing nodes in the list. Provide a generic API for that by
> > moving code from i915 to list.h.
>
> Greg, I believe this one is ready to be taken. Or please tell me what I need
> to do.
Wait for me to get through the current backlog of patches that I have in
my review queue. Odds are, it will have to wait until after 6.2-rc1 is
out based on when 6.1 is going to be released.
Don't worry, it's not lost.
thanks,
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>,
Mathias Nyman <mathias.nyman@linux.intel.com>,
Mathias Nyman <mathias.nyman@intel.com>,
Jani Nikula <jani.nikula@intel.com>,
Kevin Cernekee <cernekee@gmail.com>,
intel-gfx@lists.freedesktop.org, linux-usb@vger.kernel.org,
Lucas De Marchi <lucas.demarchi@intel.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [PATCH v5 1/4] i915: Move list_count() to list.h as list_count_nodes() for broader use
Date: Thu, 8 Dec 2022 14:14:54 +0100 [thread overview]
Message-ID: <Y5HjTpzmgZWft+nF@kroah.com> (raw)
In-Reply-To: <Y5HelZhkxnPf6hIs@smile.fi.intel.com>
On Thu, Dec 08, 2022 at 02:54:45PM +0200, Andy Shevchenko wrote:
> On Wed, Nov 30, 2022 at 03:48:35PM +0200, Andy Shevchenko wrote:
> > Some of the existing users, and definitely will be new ones, want to
> > count existing nodes in the list. Provide a generic API for that by
> > moving code from i915 to list.h.
>
> Greg, I believe this one is ready to be taken. Or please tell me what I need
> to do.
Wait for me to get through the current backlog of patches that I have in
my review queue. Odds are, it will have to wait until after 6.2-rc1 is
out based on when 6.1 is going to be released.
Don't worry, it's not lost.
thanks,
greg k-h
next prev parent reply other threads:[~2022-12-08 13:15 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-30 13:48 [Intel-gfx] [PATCH v5 1/4] i915: Move list_count() to list.h as list_count_nodes() for broader use Andy Shevchenko
2022-11-30 13:48 ` Andy Shevchenko
2022-11-30 13:48 ` Andy Shevchenko
2022-11-30 13:48 ` [Intel-gfx] [PATCH v5 2/4] usb: gadget: hid: Convert to use list_count_nodes() Andy Shevchenko
2022-11-30 13:48 ` Andy Shevchenko
2022-11-30 13:48 ` Andy Shevchenko
2022-11-30 13:48 ` [Intel-gfx] [PATCH v5 3/4] usb: gadget: udc: bcm63xx: " Andy Shevchenko
2022-11-30 13:48 ` Andy Shevchenko
2022-11-30 13:48 ` Andy Shevchenko
2022-11-30 13:48 ` [Intel-gfx] [PATCH v5 4/4] xhci: " Andy Shevchenko
2022-11-30 13:48 ` Andy Shevchenko
2022-11-30 13:48 ` Andy Shevchenko
2022-11-30 15:52 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v5,1/4] i915: Move list_count() to list.h as list_count_nodes() for broader use Patchwork
2022-11-30 16:12 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-12-01 5:01 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-12-08 12:54 ` [Intel-gfx] [PATCH v5 1/4] " Andy Shevchenko
2022-12-08 12:54 ` Andy Shevchenko
2022-12-08 12:54 ` Andy Shevchenko
2022-12-08 13:14 ` Greg Kroah-Hartman [this message]
2022-12-08 13:14 ` Greg Kroah-Hartman
2022-12-08 13:14 ` Greg Kroah-Hartman
2022-12-08 15:53 ` [Intel-gfx] " Andy Shevchenko
2022-12-08 15:53 ` Andy Shevchenko
2022-12-08 15:53 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y5HjTpzmgZWft+nF@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=airlied@gmail.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=cernekee@gmail.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=lucas.demarchi@intel.com \
--cc=mathias.nyman@intel.com \
--cc=mathias.nyman@linux.intel.com \
--cc=rodrigo.vivi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.