[OE-core][kirkstone][PATCH 1/1] perl: ignore CVE-2023-47100

2024-04-03 Thread Alex Stewart
CVE-2023-47100 is a duplicate of CVE-2023-47038. They have the same advertised fix commit, which has already been merged into the perl_5.34.3 sources used in kirkstone. Signed-off-by: Alex Stewart --- meta/recipes-devtools/perl/perl_5.34.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core][kirkstone][PATCH 0/1] Ignore CVE-2023-47100

2024-04-03 Thread Alex Stewart
as 'patched' (due to the erroneous configuration string). This patchset further ignores the duplicate -47100 filing. Alex Stewart (1): perl: ignore CVE-2023-47100 meta/recipes-devtools/perl/perl_5.34.3.bb | 3 +++ 1 file changed, 3 insertions(+) -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [OE-core] [dunfell][PATCH] opkg: Fix bad memory acces error observe in file_read_line_alloc

2024-01-24 Thread Alex Stewart
sible-bad-memory-access-in-file_r.patch \ file://run-ptest \ " -- 2.25.1 -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Onl

Re: [OE-core] [PATCH v3 0/8] Add new packagefeed recipe class - RETRACTED

2023-12-08 Thread Alex Stewart
, 8 Dec 2023 at 17:56, Alex Stewart wrote: Hopefully, the reply-to has worked here. This patchset was originally submitted by Charlie Johnston while he worked at NI, and was then adopted by me after he left. Now adjustments within NI have left me with much less bandwidth and I cannot continue

[OE-core] [PATCH v3 0/8] Add new packagefeed recipe class - RETRACTED

2023-12-08 Thread Alex Stewart
upstreamed. https://lists.openembedded.org/g/openembedded-core/message/186383 So unfortunately, I'm retracting this patchset indefinitely. Thank you to everyone who has helped along the way. Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com

[OE-core][PATCH] libsndfile1: fix CVE-2022-33065

2023-10-20 Thread Alex Stewart
Signed-off-by: Alex Stewart --- .../libsndfile1/cve-2022-33065.patch | 739 ++ .../libsndfile/libsndfile1_1.2.2.bb | 1 + 2 files changed, 740 insertions(+) create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/cve-2022-33065.patch diff --git

Re: [OE-core] [Openembedded-architecture] Security processes: YP needs

2023-09-13 Thread Alex Stewart
if we want to assign CVEs to the software of the YP, like autobuilder, Toaster etc. I'm also interested in this, as the maintainer of our opkg fork. So far, I haven't had to respond to a CVE against the project, but that won't last forever. Kind regards, Marta -- Alex Stewart Software Eng

Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Alex Stewart
"acl x11 ipv6 xattr" DISTRO_FEATURES_NATIVESDK ?= "x11" # Normally target distro features will not be applied to native builds: -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You recei

Re: [OE-core] SPDX 3 and OE-core CycloneDX support

2023-02-06 Thread Alex Stewart
Thanks for the context; I'll feed this back into our internal discussions. Looks like I just missed the general meeting for this month. I've joined the ML and I'll try to attend in the future. On 2/5/23 05:08, Joshua Watt wrote: On Fri, Feb 3, 2023 at 12:26 PM Alex Stewart wrote: Hey Josh

Re: [OE-core] SPDX 3 and OE-core CycloneDX support

2023-02-06 Thread Alex Stewart
On 2/5/23 08:11, Richard Purdie wrote: On Sat, 2023-02-04 at 15:47 -0600, Alex Stewart wrote: On 2/3/23 17:06, Richard Purdie wrote: On Fri, 2023-02-03 at 12:26 -0600, Alex Stewart wrote: Hey Josh, I have been roadmapping SBOM generation for NI's yocto distro and have a few open questions

Re: [OE-core] SPDX 3 and OE-core CycloneDX support

2023-02-04 Thread Alex Stewart
On 2/3/23 17:06, Richard Purdie wrote: On Fri, 2023-02-03 at 12:26 -0600, Alex Stewart wrote: Hey Josh, I have been roadmapping SBOM generation for NI's yocto distro and have a few open questions about the future of SPDX and the create-spdx bbclass. Since your name seems to be attached to both

[OE-core] SPDX 3 and OE-core CycloneDX support

2023-02-03 Thread Alex Stewart
-spec/milestone/3 Appreciate the input, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#176750): https://lists.openembedded.org/g/openembedded-core

Re: [oe-core][PATCH] opkg: ensure opkg uses private gpg.conf when applying keys.

2023-01-09 Thread Alex Stewart
tch \ + file://0002-opkg-key-remove-no-options-flag-from-gpg-calls.patch \ file://run-ptest \ " -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

[OE-core][PATCH] opkg: upgrade to version 0.6.1

2022-12-07 Thread Alex Stewart
on disk, even after all owning packages were removed. Signed-off-by: Alex Stewart --- meta/recipes-devtools/opkg/{opkg_0.6.0.bb => opkg_0.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/opkg/{opkg_0.6.0.bb => opkg_0.6.1.bb} (97%) diff --git

[OE-core] [PATCH] lsof: add update-alternatives logic

2022-12-02 Thread Alex Stewart
bbclass and assert that the full-featured lsof package has higher priority than the busybox implementation. Co-Authored-By: Kyle Roeschley Signed-off-by: Alex Stewart --- meta/recipes-extended/lsof/lsof_4.96.4.bb | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-extended/lsof

Re: [OE-core] [PATCH 1/2] opkg: use a git clone, not a dynamic snapshot

2022-10-06 Thread Alex Stewart
st \ " -SRC_URI[sha256sum] = "56844722eff237daf14aa6e681436f3245213c5590ed0cda37a79df637ff3a4c" +SRCREV = "9007789c18f70bc9f315a566c589231ef0a2e6fa" + +S = "${WORKDIR}/git" # This needs to be before ptest inherit, otherwise all ptest files end packaged # in libopkg package if OP

Re: [OE-core] [PATCH] opkg: enable zstd support

2022-09-28 Thread Alex Stewart
nnier   12M Sep 14 10:44 gcc-src_12.2.0-r0_core2-64.ipk -rw-r--r-- 3 ecordonnier ecordonnier   11M Sep 14 10:44 g++_12.2.0-r0_core2-64.ipk On Wed, Sep 14, 2022 at 5:42 PM Khem Raj wrote: On Wed, Sep 14, 2022 at 8:37 AM Alex Stewart wrote: > > Thanks for checking. >

Re: [OE-core] [PATCH] opkg: enable zstd support

2022-09-14 Thread Alex Stewart
only a few lines of code from opkg (opkg uses libarchive for doing the actual compression/decompression). On Tue, Sep 13, 2022 at 11:57 PM Alex Stewart wrote: On 9/13/22 15:20, Alex Feinman wrote: > I do have some numbers. When I was selling this change

Re: [OE-core] [PATCH v2] opkg: add option for zstd support

2022-09-14 Thread Alex Stewart
ECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" PACKAGECONFIG[libsolv] = "--with-libsolv,--without-libsolv,libsolv" EXTRA_OECONF:class-native = "--localstatedir=/${@os.path.relpath('${localstatedir}', '${STAGING_DIR_NATIVE}')} --sysconfdir=/${@os.path.relpath('${s

Re: [OE-core] [PATCH] opkg: enable zstd support

2022-09-13 Thread Alex Stewart
; >   PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl" > >   PACKAGECONFIG[sha256] = "--enable-sha256,--disable-sha256" > > +PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" > >   PACKAGECONF

Re: [OE-core] [PATCH] opkg: enable zstd support

2022-09-13 Thread Alex Stewart
PACKAGECONFIG[libsolv] = "--with-libsolv,--without-libsolv,libsolv" EXTRA_OECONF:class-native = "--localstatedir=/${@os.path.relpath('${localstatedir}', '${STAGING_DIR_NATIVE}')} --sysconfdir=/${@os.path.relpath('${sysconfdir}', '${STAGING_DIR_NATIVE}')}" -- Alex Stewart

[OE-core] [PATCH] maintainers: update opkg maintainer

2022-08-24 Thread Alex Stewart
Alex Stewart assumed maintainership of the yocto project's opkg fork, and opkg recipes, from Alejandro Del Castilo back in Q1 of 2020. Update maintainership of the opkg recipes. Signed-off-by: Alex Stewart --- meta/conf/distro/include/maintainers.inc | 8 1 file changed, 4 insertions

[OE-core] [PATCH v2] opkg: upgrade to version 0.6.0

2022-06-03 Thread Alex Stewart
Release Notes for 0.6.0: http://downloads.yoctoproject.org/releases/opkg/opkg-0.6.0.release-notes Signed-off-by: Alex Stewart --- meta/recipes-devtools/opkg/{opkg_0.5.0.bb => opkg_0.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/opkg/{opkg_0.5.0

Re: [OE-core] [PATCH] opkg: upgrade to version 0.6.0

2022-06-03 Thread Alex Stewart
I'm not sure I'm on-board with embedding markdown into the commit. But I can definitely link to the release notes from within the commit body. Patch V2 incoming. On 6/3/22 15:52, Khem Raj wrote: thanks may be add this info into commit msg too. -- Alex Stewart Software Engineer - NI Real

Re: [OE-core] [PATCH] opkg: upgrade to version 0.6.0

2022-06-03 Thread Alex Stewart
do resolve some corner-cases that yocto community members have brought up in the previous 6 months. On 6/3/22 15:30, Khem Raj wrote: What major changes does this change bring On Fri, Jun 3, 2022 at 1:04 PM Alex Stewart wrote: Signed-off-by: Alex Stewart ---  meta/recipes-devtools/o

[OE-core] [PATCH] opkg: upgrade to version 0.6.0

2022-06-03 Thread Alex Stewart
Signed-off-by: Alex Stewart --- meta/recipes-devtools/opkg/{opkg_0.5.0.bb => opkg_0.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/opkg/{opkg_0.5.0.bb => opkg_0.6.0.bb} (96%) diff --git a/meta/recipes-devtools/opkg/opkg_0.5.0.bb b/meta/r

[OE-core] [PATCH] sudo: add /etc/sudoers to sudo-lib conffiles

2022-02-22 Thread Alex Stewart
of /etc/sudoers, though it did not contain it. Move the CONFFILES assignment to the sudo.bb file, since it is packaging-related. Change the package owner to the `sudo-lib` subpackage, since it is the rightful file-owner. Signed-off-by: Alex Stewart --- meta/recipes-extended/sudo/sudo.inc | 2

Re: [OE-core] The state of DKMS in the Yocto community

2021-12-14 Thread Alex Stewart
it. Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#159694): https://lists.openembedded.org/g/openembedded-core/message/159694 Mute This Topic

Re: [OE-core] The state of DKMS in the Yocto community

2021-12-13 Thread Alex Stewart
On 12/11/21 09:24, Bruce Ashfield wrote: On Fri, Dec 10, 2021 at 3:58 PM Alex Stewart wrote: Hey List, I'm trying to work out the mysterious state of DKMS in OE-Core. Our (NI) OE distributions rely heavily on DKMS to (un)install our ecosystem of kernel drivers at runtime across our product

[OE-core] The state of DKMS in the Yocto community

2021-12-10 Thread Alex Stewart
/5789a27b68d95f3840bb8c4cb0d7b28d538c9a50 [2] https://lists.openembedded.org/g/openembedded-core/message/100680 Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#159558

Re: [OE-core] [PATCH] opkg-utils: upgrade 0.4.5 -> 0.5.0

2021-12-06 Thread Alex Stewart
Patch looks good to me! ACK all. Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#159268): https://lists.openembedded.org/g/openembedded

Re: [OE-core] [PATCH] opkg: upgrade 0.4.5 -> 0.5.0

2021-12-06 Thread Alex Stewart
AGING_DIR_NATIVE}')} --sysconfdir=/${@os.path.relpath('${sysconfdir}', '${STAGING_DIR_NATIVE}')}" do_install:append () { -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [OE-core] [PATCH] opkg: Fix poor operator combination choice

2021-11-04 Thread Alex Stewart
"PASS:"$^;fi' ${D}${PTEST_PATH}/tests/Makefile } -WARN_QA:append += "openssl-deprecation" +WARN_QA:append = " openssl-deprecation" QAPKGTEST[openssl-deprecation] = "package_qa_check_openssl_deprecation" def package_qa_check_openssl_deprecation (pa

Re: [OE-core] RRECOMMENDS "masking" unsatisfiable IMAGE_INSTALL

2021-07-28 Thread Alex Stewart
kernel-module-abcd less libgettextlib [...]' returned 255: * opkg_prepare_url_for_install: Couldn't find anything to satisfy 'kernel-module-abcd'. That's helpful info; thanks. I'll paste it to the bug in the opkg bugzilla and we can continue tracking there. -- Alex Stewart Software Engineer

Re: [OE-core] RRECOMMENDS "masking" unsatisfiable IMAGE_INSTALL

2021-07-06 Thread Alex Stewart
t opkg... Why do you suspect opkg? The situation from its perspective is only that `kernel-module-xxx` is recommended by another package, but not available in the feeds. There's nothing invalid about that state that would cause opkg to throw an error. Thanks, -- Alex Stewart Software

Re: [OE-core] RRECOMMENDS "masking" unsatisfiable IMAGE_INSTALL

2021-07-06 Thread Alex Stewart
that OE is requesting opkg to install, with and without the RRECOMMENDS? That would help to distinguish between an inconsistency in the OE PackageManager modules and a bug in opkg itself. Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com

[OE-core] [PATCH 3/3] opkg: add QA check for openssl feed verification

2021-06-09 Thread Alex Stewart
recipe, which will throw a warning to the builder when they have `openssl` enabled in their opkg PACKAGECONFIG. This will give builders some time to either change their feed verification mechanism, or raise their use-case with upstream. Signed-off-by: Alex Stewart --- meta/recipes-devtools/opkg

[OE-core] [PATCH 2/3] opkg: upgrade to version 0.4.5

2021-06-09 Thread Alex Stewart
Drop patches which have been accepted upstream. Signed-off-by: Alex Stewart --- ...e-OS-negotiate-relative-package-dirs.patch | 43 --- .../opkg/opkg/sourcedateepoch.patch | 24 --- .../opkg/{opkg_0.4.4.bb => opkg_0.4.5.bb} | 6 +-- 3 files changed

[OE-core] [PATCH 1/3] opkg-utils: upgrade to version 0.4.5

2021-06-09 Thread Alex Stewart
Signed-off-by: Alex Stewart --- .../opkg-utils/{opkg-utils_0.4.3.bb => opkg-utils_0.4.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/opkg-utils/{opkg-utils_0.4.3.bb => opkg-utils_0.4.5.bb} (94%) diff --git a/meta/recipes-devtools/opkg-util

Re: [OE-core] [PATCH] opkg: Fix patch glitches

2021-02-09 Thread Alex Stewart
, so that I can pull it from there? Thanks! -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#147908): https://lists.openembedded.org/g/openembedded

Re: [OE-core] [PATCH] opkg: Fix build reproducibility issue

2021-02-08 Thread Alex Stewart
\ file://0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch \ file://0001-tests-let-the-OS-negotiate-relative-package-dirs.patch \ + file://sourcedateepoch.patch \ file://run-ptest \ " -- Alex Stewart Software Engineer - NI

[OE-core][PATCH v2 1/1] opkg: upgrade to version 0.4.4

2020-12-16 Thread Alex Stewart
Include an upstream patch for 0.4.4 which fixes a test framework error that occurs on host systems with symlinked /tmp directories (like OE). Signed-off-by: Alex Stewart --- ...e-OS-negotiate-relative-package-dirs.patch | 43 +++ .../opkg/{opkg_0.4.3.bb => opkg_0.4.4

[OE-core][PATCH v2 0/1] opkg: upgrade to 0.4.4

2020-12-16 Thread Alex Stewart
Adopting Alejandro del Castillo's original upgrade patch. Patch V2: * Added a .patch from the 0.4.4 upstream which should resolve the ptest framework error which Alex Kanavin observed in his OE-core tests. I've verified this change on a local build of the OE-core minimal QEMU image. Alex

Re: [OE-core] [PATCH] opkg: upgrade to version 0.4.4

2020-12-15 Thread Alex Stewart
s rate in ptests :) Alex -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145757): https://lists.openembedded.org/g/openembedded-core/message/14575

Re: [OE-core] Add package managers as a plugin

2020-06-30 Thread Alex Stewart
that will apply on top of my patch serie attached to this email. Thanks for sending that; I'm interested to take a look at it. Those new performance numbers look impressive. Good luck with the patchset. -- Alex Stewart Software Engineer - LabVIEW Real-Time OS National Instruments alex.stew...@ni.com

Re: [OE-core] Add package managers as a plugin

2020-06-24 Thread Alex Stewart
3 test_recipe deb.4 test_recipe deb.5 ``` Thanks, -- Alex Stewart Software Engineer - LabVIEW Real-Time OS National Instruments alex.stew...@ni.com office: +1(512)683-8522 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139891): https://lists.openembedded.o

Re: [OE-core] [PATCH v2 1/1] recipes-core: breakout hwclock.sh from busybox

2018-04-23 Thread Alex Stewart
Bump x2. On 04/09/2018 02:57 PM, Alex Stewart wrote: Bump. Did this patch get blacklisted for inclusion or does anyone have any outstanding concerns about it? On 03/21/2018 01:55 PM, Alex Stewart wrote: * Move the hwclock.sh initscript from busybox into its own package and    recipe

Re: [OE-core] [PATCH v2 1/1] recipes-core: breakout hwclock.sh from busybox

2018-04-09 Thread Alex Stewart
Bump. Did this patch get blacklisted for inclusion or does anyone have any outstanding concerns about it? On 03/21/2018 01:55 PM, Alex Stewart wrote: * Move the hwclock.sh initscript from busybox into its own package and recipe (hwclock-init). This script is generally useful for distros

[OE-core] [PATCH v2 1/1] recipes-core: breakout hwclock.sh from busybox

2018-03-21 Thread Alex Stewart
has a purpose. * If busybox is configured to include hwclock, the busybox package will RDEPEND on hwclock-init. :util-linux/* * util-linux-hwclock RDEPENDS on hwclock-init for its initscript. Signed-off-by: Alex Stewart <alex.stew...@ni.com> --- meta/recipes-core/busybox/busyb

[OE-core] [PATCH v2 0/1] recipes-core: breakout hwclock.sh from busybox

2018-03-21 Thread Alex Stewart
the OE-core project and our internal derivative (NI Linux RT). Alex Stewart (1): recipes-core: breakout hwclock.sh from busybox meta/recipes-core/busybox/busybox.inc | 16 +++-- meta/recipes-core/busybox/busybox_1.27.2.bb| 1 - meta/recipes-core/busybox/files/hwclock.sh

Re: [OE-core] [PATCH v2] recipes-core: move hwclock.sh to util-linux

2018-01-26 Thread Alex Stewart
On 01/25/2018 12:43 PM, Khem Raj wrote: On 1/12/18 7:45 PM, Christopher Larson wrote: On Fri, Jan 12, 2018 at 6:06 AM, Alex Stewart <alex.stew...@ni.com <mailto:alex.stew...@ni.com>> wrote: * Move the hwclock.sh initscript from the busybox recipe to util-linux.  

[OE-core] [PATCH] recipes-core: breakout hwclock.sh from busybox

2018-01-23 Thread Alex Stewart
has a purpose. * If busybox is configured to include hwclock, the busybox package will RDEPEND on hwclock-init. :util-linux/* * util-linux-hwclock RDEPENDS on hwclock-init for its initscript. Signed-off-by: Alex Stewart <alex.stew...@ni.com> --- meta/recipes-core/busybox/busyb

[OE-core] [PATCH v3] recipes-core: move hwclock.sh to util-linux

2018-01-19 Thread Alex Stewart
recipe to get the hwclock.sh initscript. * Provide the hwclock.sh script in util-linux-hwclock-init, which can be pulled by any packages that depend on its functionality. * util-linux-hwclock RDEPENDS on util-linux-hwclock-init for its initscript. Signed-off-by: Alex Stewart <alex.s

Re: [OE-core] [PATCH v2] recipes-core: move hwclock.sh to util-linux

2018-01-15 Thread Alex Stewart
On 01/13/2018 05:48 AM, Otavio Salvador wrote: On Fri, Jan 12, 2018 at 11:06 AM, Alex Stewart <alex.stew...@ni.com> wrote: * Move the hwclock.sh initscript from the busybox recipe to util-linux. This script is generally useful for distros that get their hwclock implementatio

[OE-core] [PATCH v2] recipes-core: move hwclock.sh to util-linux

2018-01-12 Thread Alex Stewart
-linux-hwclock RDEPENDS on util-linux-hwclock-init for its initscript. Signed-off-by: Alex Stewart <alex.stew...@ni.com> Acked-by: Haris Okanovic <haris.okano...@ni.com> Acked-by: Adrian Ratiu <adrian.ra...@ni.com> Acked-by: Ken Sharp <ken.sh...@ni.com> Natinst-Review

[OE-core] [PATCH] recipes-core: move hwclock.sh to util-linux

2018-01-11 Thread Alex Stewart
-linux-hwclock RDEPENDS on util-linux-hwclock-init for its initscript. Signed-off-by: Alex Stewart <alex.stew...@ni.com> Acked-by: Haris Okanovic <haris.okano...@ni.com> Acked-by: Adrian Ratiu <adrian.ra...@ni.com> Acked-by: Ken Sharp <ken.sh...@ni.com> Natinst-Review