John Hubbard
2025-Aug-27 21:56 UTC
[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
On 8/27/25 1:39 AM, Alexandre Courbot wrote:> On Wed Aug 27, 2025 at 9:29 AM JST, John Hubbard wrote: >> On 8/25/25 9:07 PM, Alexandre Courbot wrote: >> ... >> But the point is that the admin can be made simpler for the reviewers--even >> those of us who know exactly what you're up to. And we should keep >> that in mind, especially because there are many more of these situations >> coming soon. > > Right, b4 is supposed to be able to help with this as well, but indeed aIt really doesn't quite, though. It is true that "base" (git format-patch --base) helps "b4 am" set things up, but then a subsequent "git am" fails due to missing prerequisites. b4 isn't set up to go retrieve those, on its own anyway. thanks, -- John Hubbard
Konstantin Ryabitsev
2025-Aug-28 20:44 UTC
[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
On Wed, Aug 27, 2025 at 02:56:26PM -0700, John Hubbard wrote:> > Right, b4 is supposed to be able to help with this as well, but indeed a > > It really doesn't quite, though. > > It is true that "base" (git format-patch --base) helps "b4 am" set things > up, but then a subsequent "git am" fails due to missing prerequisites. > > b4 isn't set up to go retrieve those, on its own anyway.Sure it is. :) Try `b4 shazam -H` on this series. -K