From: Jakub Kicinski <kuba@kernel.org>
To: Andrzej Hajda <andrzej.hajda@intel.com>
Cc: netdev@vger.kernel.org, intel-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Chris Wilson <chris@chris-wilson.co.uk>,
Eric Dumazet <edumazet@google.com>,
Daniel Vetter <daniel@ffwll.ch>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
Rodrigo Vivi <rodrigo.vivi@kernel.org>,
David Airlie <airlied@gmail.com>,
"David S . Miller" <davem@davemloft.net>,
Dmitry Vyukov <dvyukov@google.com>
Subject: Re: [Intel-gfx] [PATCH v8 0/7] drm/i915: use ref_tracker library for tracking wakerefs
Date: Thu, 1 Jun 2023 10:18:07 -0700 [thread overview]
Message-ID: <20230601101807.7e0363bf@kernel.org> (raw)
In-Reply-To: <b7811942-da09-7295-4774-46360715f147@intel.com>
On Thu, 1 Jun 2023 19:14:50 +0200 Andrzej Hajda wrote:
> Ping on the series, everything reviewed.
> Eric, Dave, Jakub, could you take patches 1-4 via net tree?
Sure thing, would you mind reposting them separately?
Easier for us to apply and it's been over a month since posting,
a fresh run of build bots won't hurt either.
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Andrzej Hajda <andrzej.hajda@intel.com>
Cc: netdev@vger.kernel.org, intel-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Chris Wilson <chris@chris-wilson.co.uk>,
Eric Dumazet <edumazet@google.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
Rodrigo Vivi <rodrigo.vivi@kernel.org>,
"David S . Miller" <davem@davemloft.net>,
Dmitry Vyukov <dvyukov@google.com>
Subject: Re: [Intel-gfx] [PATCH v8 0/7] drm/i915: use ref_tracker library for tracking wakerefs
Date: Thu, 1 Jun 2023 10:18:07 -0700 [thread overview]
Message-ID: <20230601101807.7e0363bf@kernel.org> (raw)
In-Reply-To: <b7811942-da09-7295-4774-46360715f147@intel.com>
On Thu, 1 Jun 2023 19:14:50 +0200 Andrzej Hajda wrote:
> Ping on the series, everything reviewed.
> Eric, Dave, Jakub, could you take patches 1-4 via net tree?
Sure thing, would you mind reposting them separately?
Easier for us to apply and it's been over a month since posting,
a fresh run of build bots won't hurt either.
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Andrzej Hajda <andrzej.hajda@intel.com>
Cc: "David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
netdev@vger.kernel.org, Rodrigo Vivi <rodrigo.vivi@kernel.org>,
intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org,
Chris Wilson <chris@chris-wilson.co.uk>,
Daniel Vetter <daniel@ffwll.ch>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
David Airlie <airlied@gmail.com>,
Dmitry Vyukov <dvyukov@google.com>
Subject: Re: [Intel-gfx] [PATCH v8 0/7] drm/i915: use ref_tracker library for tracking wakerefs
Date: Thu, 1 Jun 2023 10:18:07 -0700 [thread overview]
Message-ID: <20230601101807.7e0363bf@kernel.org> (raw)
In-Reply-To: <b7811942-da09-7295-4774-46360715f147@intel.com>
On Thu, 1 Jun 2023 19:14:50 +0200 Andrzej Hajda wrote:
> Ping on the series, everything reviewed.
> Eric, Dave, Jakub, could you take patches 1-4 via net tree?
Sure thing, would you mind reposting them separately?
Easier for us to apply and it's been over a month since posting,
a fresh run of build bots won't hurt either.
next prev parent reply other threads:[~2023-06-01 17:18 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-24 22:05 [Intel-gfx] [PATCH v8 0/7] drm/i915: use ref_tracker library for tracking wakerefs Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` [Intel-gfx] [PATCH v8 1/7] lib/ref_tracker: add unlocked leak print helper Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` [Intel-gfx] [PATCH v8 2/7] lib/ref_tracker: improve printing stats Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-25 12:42 ` [Intel-gfx] " Eric Dumazet
2023-04-25 12:42 ` Eric Dumazet
2023-04-25 12:42 ` Eric Dumazet
2023-04-24 22:05 ` [Intel-gfx] [PATCH v8 3/7] lib/ref_tracker: add printing to memory buffer Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-25 12:44 ` [Intel-gfx] " Eric Dumazet
2023-04-25 12:44 ` Eric Dumazet
2023-04-25 12:44 ` Eric Dumazet
2023-04-24 22:05 ` [Intel-gfx] [PATCH v8 4/7] lib/ref_tracker: remove warnings in case of allocation failure Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` [Intel-gfx] [PATCH v8 5/7] drm/i915: Correct type of wakeref variable Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` [Intel-gfx] [PATCH v8 6/7] drm/i915: Replace custom intel runtime_pm tracker with ref_tracker library Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-25 19:25 ` [Intel-gfx] " Andi Shyti
2023-04-25 19:25 ` Andi Shyti
2023-04-25 19:25 ` Andi Shyti
2023-04-24 22:05 ` [Intel-gfx] [PATCH v8 7/7] drm/i915: Track gt pm wakerefs Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-24 22:05 ` Andrzej Hajda
2023-04-28 8:55 ` [Intel-gfx] " Andi Shyti
2023-04-28 8:55 ` Andi Shyti
2023-04-28 8:55 ` Andi Shyti
2023-04-25 0:49 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: use ref_tracker library for tracking wakerefs (rev9) Patchwork
2023-04-25 0:50 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-04-25 1:00 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-04-25 8:03 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-04-25 20:01 ` [Intel-gfx] [PATCH v8 0/7] drm/i915: use ref_tracker library for tracking wakerefs Andi Shyti
2023-04-25 20:01 ` Andi Shyti
2023-04-25 20:01 ` Andi Shyti
2023-05-04 16:27 ` [Intel-gfx] " Andrzej Hajda
2023-05-05 20:06 ` Rodrigo Vivi
2023-05-05 20:06 ` Rodrigo Vivi
2023-05-05 20:06 ` Rodrigo Vivi
2023-05-08 17:16 ` Andrzej Hajda
2023-05-08 17:16 ` Andrzej Hajda
2023-05-08 17:16 ` Andrzej Hajda
2023-06-01 17:14 ` Andrzej Hajda
2023-06-01 17:14 ` Andrzej Hajda
2023-06-01 17:14 ` Andrzej Hajda
2023-06-01 17:18 ` Jakub Kicinski [this message]
2023-06-01 17:18 ` Jakub Kicinski
2023-06-01 17:18 ` Jakub Kicinski
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=20230601101807.7e0363bf@kernel.org \
--to=kuba@kernel.org \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=daniel@ffwll.ch \
--cc=davem@davemloft.net \
--cc=dri-devel@lists.freedesktop.org \
--cc=dvyukov@google.com \
--cc=edumazet@google.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rodrigo.vivi@intel.com \
--cc=rodrigo.vivi@kernel.org \
/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.