mbox series

[0/3] Add scanning for experimental symbols to meson

Message ID 20191008143628.46054-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series Add scanning for experimental symbols to meson |

Message

Bruce Richardson Oct. 8, 2019, 2:36 p.m. UTC
  The meson builds were missing support for scanning experimental symbols
in the .o/.a files and matching that against those tagged as
experimental in the version file. This set adds that missing support.

Bruce Richardson (3):
  check-experimental-syms: remove use of environmental var
  lib: add experimental symbols check to meson build
  drivers: process shared lib link dependencies as for libs

 buildtools/check-experimental-syms.sh |  2 +-
 buildtools/meson.build                |  2 ++
 drivers/meson.build                   | 27 +++++++++++++++++++++++++--
 lib/meson.build                       | 12 +++++++++++-
 4 files changed, 39 insertions(+), 4 deletions(-)
  

Comments

Luca Boccassi Oct. 9, 2019, 8:17 a.m. UTC | #1
On Tue, 2019-10-08 at 15:36 +0100, Bruce Richardson wrote:
> The meson builds were missing support for scanning experimental
> symbols
> in the .o/.a files and matching that against those tagged as
> experimental in the version file. This set adds that missing support.
> 
> Bruce Richardson (3):
>   check-experimental-syms: remove use of environmental var
>   lib: add experimental symbols check to meson build
>   drivers: process shared lib link dependencies as for libs
> 
>  buildtools/check-experimental-syms.sh |  2 +-
>  buildtools/meson.build                |  2 ++
>  drivers/meson.build                   | 27
> +++++++++++++++++++++++++--
>  lib/meson.build                       | 12 +++++++++++-
>  4 files changed, 39 insertions(+), 4 deletions(-)

Series-acked-by: Luca Boccassi <bluca@debian.org>
  
Thomas Monjalon Nov. 9, 2019, 8:23 p.m. UTC | #2
09/10/2019 10:17, Luca Boccassi:
> On Tue, 2019-10-08 at 15:36 +0100, Bruce Richardson wrote:
> > The meson builds were missing support for scanning experimental
> > symbols
> > in the .o/.a files and matching that against those tagged as
> > experimental in the version file. This set adds that missing support.
> > 
> > Bruce Richardson (3):
> >   check-experimental-syms: remove use of environmental var
> >   lib: add experimental symbols check to meson build
> >   drivers: process shared lib link dependencies as for libs
> > 
> 
> Series-acked-by: Luca Boccassi <bluca@debian.org>

Applied, thanks