Re: [PATCH 1/2] devtools: fix check of multiple commits fixed at once

2024-10-09 Thread Kevin Traynor
On 18/04/2023 15:07, Thomas Monjalon wrote: > When looking for fixes to backport, > only the first origin commit hash (from "Fixes:") was checked. > There is very little chance that the next commits being fixed > have a wrong hash in the commit log of the fix, > but it is fixed by checking them all

Re: [PATCH 1/2] devtools: fix check of multiple commits fixed at once

2023-11-28 Thread Luca Boccassi
On Tue, 18 Apr 2023 at 15:08, Thomas Monjalon wrote: > > When looking for fixes to backport, > only the first origin commit hash (from "Fixes:") was checked. > There is very little chance that the next commits being fixed > have a wrong hash in the commit log of the fix, > but it is fixed by check

[PATCH 1/2] devtools: fix check of multiple commits fixed at once

2023-04-18 Thread Thomas Monjalon
When looking for fixes to backport, only the first origin commit hash (from "Fixes:") was checked. There is very little chance that the next commits being fixed have a wrong hash in the commit log of the fix, but it is fixed by checking them all before proceeding further. Fixes: 752d8e097ec1 ("scr