| e2e4775c | 18-Apr-2023 |
Thomas Monjalon <thomas@monjalon.net> |
devtools: deduplicate function to mark fixes
In the commit 8070d8fecb4e ("devtools: add fixes flag to commit listing") the function to mark a commit for "stable" was duplicated for "Fixes:" mark.
T
devtools: deduplicate function to mark fixes
In the commit 8070d8fecb4e ("devtools: add fixes flag to commit listing") the function to mark a commit for "stable" was duplicated for "Fixes:" mark.
The code is a bit smaller by using a single function for both marks.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Luca Boccassi <bluca@debian.org> Acked-by: Kevin Traynor <ktraynor@redhat.com>
show more ...
|
| dbee6968 | 18-Apr-2023 |
Thomas Monjalon <thomas@monjalon.net> |
devtools: fix check of multiple commits fixed at once
When looking for fixes to backport, only the first origin commit hash (from "Fixes:") was checked. There is very little chance that the next com
devtools: fix check of multiple commits fixed at once
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 ("scripts: show fixes with release version of bug") Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Luca Boccassi <bluca@debian.org> Acked-by: Kevin Traynor <ktraynor@redhat.com>
show more ...
|
| 8fa925fa | 25-Oct-2024 |
David Marchand <david.marchand@redhat.com> |
devtools: forbid use of builtin helpers
Warn on use of any __builtin helpers, but leave it open for EAL (as it is where the abstractions for OS and compiler differences are), and some drivers base c
devtools: forbid use of builtin helpers
Warn on use of any __builtin helpers, but leave it open for EAL (as it is where the abstractions for OS and compiler differences are), and some drivers base code.
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|
| d500e69f | 05-Sep-2024 |
David Marchand <david.marchand@redhat.com> |
devtools: report all warnings in forbidden token check
Do not stop at the first file that got warnings.
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Thomas Monjalon <thomas@m
devtools: report all warnings in forbidden token check
Do not stop at the first file that got warnings.
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|