Re: [PATCH 2/2] devtools: use libabigail rule for mlx glue drivers

2022-03-08 Thread Thomas Monjalon
02/03/2022 11:16, Ray Kinsella: > > David Marchand writes: > > > Convert the existing exception in the ABI script into a libabigail > > suppression rule. > > > > Note: file_name_regexp could be used to achive the same with versions of > > libabigail < 1.7 but soname_regexp has been preferred her

Re: [PATCH 2/2] devtools: use libabigail rule for mlx glue drivers

2022-03-02 Thread Ray Kinsella
David Marchand writes: > Convert the existing exception in the ABI script into a libabigail > suppression rule. > > Note: file_name_regexp could be used to achive the same with versions of > libabigail < 1.7 but soname_regexp has been preferred here since it is > already used with a recent chan

[PATCH 2/2] devtools: use libabigail rule for mlx glue drivers

2022-03-01 Thread David Marchand
Convert the existing exception in the ABI script into a libabigail suppression rule. Note: file_name_regexp could be used to achive the same with versions of libabigail < 1.7 but soname_regexp has been preferred here since it is already used with a recent change on common/mlx5. While at it, fix i