]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
2 years agolibconvert-asn1-perl: Fix ptest dependencies
Richard Purdie [Fri, 10 Mar 2023 18:13:02 +0000 (18:13 +0000)] 
libconvert-asn1-perl: Fix ptest dependencies

Add dependencies for missing perl modules to fix execution in
minimal images.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agogawk: Fix ptest dependency
Richard Purdie [Fri, 10 Mar 2023 18:12:22 +0000 (18:12 +0000)] 
gawk: Fix ptest dependency

The gawk ptests need some locale information, add the missing dependency
so tests work in minimal images.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agofindutils: Fix ptest dependency issue
Richard Purdie [Fri, 10 Mar 2023 18:12:08 +0000 (18:12 +0000)] 
findutils: Fix ptest dependency issue

The options used with 'od' don't work with our busybox config.
Add a dependency on the full utility from coreutils to fix execution
in minimal images.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agobc: Fix ptest test output naming
Richard Purdie [Fri, 10 Mar 2023 18:11:51 +0000 (18:11 +0000)] 
bc: Fix ptest test output naming

The quoting in the script was mangled leading to "0" tests being
found by our log parsing code. Fix the quoting to allow the correct
test counts to appear.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agolibmodule-build-perl: Fix ptest dependencies
Richard Purdie [Fri, 10 Mar 2023 18:11:36 +0000 (18:11 +0000)] 
libmodule-build-perl: Fix ptest dependencies

Some of the ptests fail in a minimal image. Add the missing perl
module dependencies.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agom4: Add missing ptest dependency
Richard Purdie [Fri, 10 Mar 2023 18:11:15 +0000 (18:11 +0000)] 
m4: Add missing ptest dependency

Some of the ptests fail in a minimal image. Add the missing gconv
dependency needed to allow those tests to pass.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agoacl/attr: ptest fixes and improvements
Richard Purdie [Fri, 10 Mar 2023 12:40:54 +0000 (12:40 +0000)] 
acl/attr: ptest fixes and improvements

Add a missing perl module dependency for the ptest packages and also
improve the run-ptest script so that the error log is saved allowing
easier debugging if this fails in future.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agoperl: Add missing procps-ps dependency for ptests
Richard Purdie [Thu, 9 Mar 2023 23:58:31 +0000 (23:58 +0000)] 
perl: Add missing procps-ps dependency for ptests

Some of the ptests fail in a minimal image as they depend on options
to ps which busybox doesn't support. Add the full utility.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agovalgrind: Add missing utf-32 gconv dependency for ptests
Richard Purdie [Thu, 9 Mar 2023 23:57:57 +0000 (23:57 +0000)] 
valgrind: Add missing utf-32 gconv dependency for ptests

Some of the ptests fail in a minimal image. Add the missing gconv
dependency needed to allow those tests to pass.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agoopenssl: Add missing ptest dependency on openssl-bin
Richard Purdie [Thu, 9 Mar 2023 23:57:20 +0000 (23:57 +0000)] 
openssl: Add missing ptest dependency on openssl-bin

One of the openssl ptests needs the openssl binary so fails
on a minimal image without this. Add the missing dependency.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agom4/opkg/ethtool/attr/libgpg-error: Add missing bash ptest dependency
Richard Purdie [Thu, 9 Mar 2023 22:00:48 +0000 (22:00 +0000)] 
m4/opkg/ethtool/attr/libgpg-error: Add missing bash ptest dependency

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agoscripts/yocto_testresults_query.py: set proper branches when using resulttool
Alexis Lothoré [Thu, 9 Mar 2023 15:53:01 +0000 (16:53 +0100)] 
scripts/yocto_testresults_query.py: set proper branches when using resulttool

The script currently only works if base and target can be found on default
branches. It breaks if we try to generate a regression report between revisions
that live on different branches (as needed on integration and testing branches).
For example, the following command:

./scripts/yocto_testresults_query.py regression-report yocto-4.0.6 yocto-4.0.7

ends with the follwing error:

[...]
ERROR: Only 1 tester revisions found, unable to generate report
[...]

Read branches from tags names in test results repository, and pass those
branches to resulttool when generating the report

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agoscripts/resulttool: do not count newly passing tests as regressions
Alexis Lothoré [Tue, 28 Feb 2023 18:10:52 +0000 (19:10 +0100)] 
scripts/resulttool: do not count newly passing tests as regressions

resulttool regression module simply compare a base test status to a target test
result status. This approach raises many false positives since all XXX -> PASS
transitions (XXX being any status different from PASS) are flagged as
regression.

- Do not list XXX -> PASS transitions in regression  report, instead count them
  and print a summary of "newly passing tests"
- If an inspected pair has only "newly passing tests", do not print detailed
  list and print it as "Improvement" instead of "Regression"

Updated output example looks like the following:
[...]
Improvement: oeselftest_fedora-37_qemux86-64_20230127010225
             oeselftest_ubuntu-22.04_qemux86-64_20230226120516
             (+1 test(s) passing)
[...]
Match:       oeselftest_almalinux-8.7_qemuarm64_20230127015830
             oeselftest_almalinux-8.7_qemuarm64_20230227015258
[...]
Regression:  oeselftest_almalinux-9.1_qemumips_20230127000217
             oeselftest_opensuseleap-15.4_qemumips_20230226130046
    ptestresult.glibc-user.debug/tst-read-chk-cancel: PASS -> None
    ptestresult.glibc-user.nptl/tst-mutexpi4: PASS -> FAIL
    ptestresult.glibc-user.nptl/tst-mutexpi5a: PASS -> FAIL
    Additionally, 44 previously failing test(s) is/are now passing

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agooeqa/selftest/resulttool: add test for error propagation in test name filtering
Alexis Lothoré [Tue, 28 Feb 2023 18:10:51 +0000 (19:10 +0100)] 
oeqa/selftest/resulttool: add test for error propagation in test name filtering

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agoscripts/resulttool: fix ptests results containing a non reproducible path
Alexis Lothoré [Tue, 28 Feb 2023 18:10:50 +0000 (19:10 +0100)] 
scripts/resulttool: fix ptests results containing a non reproducible path

Some ptests results may be wrongly sampled, resulting in some part of the error
being propagated in test name. For example:

"ptestresult.binutils-ld.in testcase /home/pokybuild/yocto-worker/qemumips/build/build-st-1666126/tmp/work/mips32r2-poky-linux/binutils-cross-testsuite/2.40-r0/git/ld/testsuite/ld-ctf/ctf.exp"
"ptestresult.gcc.Couldn't create remote directory /tmp/runtest.455781 on ssh"
"ptestresult.gcc-libstdc++-v3.Couldn't create remote directory /tmp/runtest.3814266 on target"

While the root errors must be fixed in corresponding ptests packages for those
tests, the test results history must still be usable even with this issue

Add new filters to detect if temporary test directories (build-st-*,
/tmp/runtime.*) are present in name. If so, truncate test name. As a side
effect, it will aggregate multiple failing errors into one, but the regression
will still be raised

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agooeqa/selftest/resulttool: fix fake data used for testing
Alexis Lothoré [Tue, 28 Feb 2023 18:10:48 +0000 (19:10 +0100)] 
oeqa/selftest/resulttool: fix fake data used for testing

resulttool searches for "status" field, not "STATUS", in results.
This fix is more to avoid confusion than fixing anything, since the updated
tests are about regression.can_be_compared, which does not check for "status"

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agooeqa/selftest/resulttool: fix ptest filtering tests
Alexis Lothoré [Tue, 28 Feb 2023 18:10:46 +0000 (19:10 +0100)] 
oeqa/selftest/resulttool: fix ptest filtering tests

There are multiple issues with the tests for the ptest fixup mechanism
introduced in c45d58f003e8d8b323169ca9d479dc49c43a9974:
- the feature does not impact regression.can_be_compared but directly the
  comparison step in regression.regression_common
- the "status" field was wrong ("STATUS"), which prevents tests comparison
- there is a typo babeltrace2 ptest result name

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agoscripts/resulttool: call fixup_ptest_names in regression_common
Alexis Lothoré [Tue, 28 Feb 2023 18:10:45 +0000 (19:10 +0100)] 
scripts/resulttool: call fixup_ptest_names in regression_common

ptests names not only need to be fixed for regression based on git testresults
but also for testsresults provided "manually"

Move ptests naming fixup in regression_common to share the fixup between both
regression use cases

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agodhcpcd: Fix install conflict when enable multilib.
Wang Mingyu [Fri, 10 Mar 2023 07:08:15 +0000 (15:08 +0800)] 
dhcpcd: Fix install conflict when enable multilib.

Error: Transaction test error:
   file /usr/share/man/man8/dhcpcd.8 conflicts between attempted installs of dhcpcd-doc-9.4.1-r0.cortexa57 and lib32-dhcpcd-doc-9.4.1-r0.armv7ahf_neon

The differences between the two files are as follows:
@@ -821,7 +821,7 @@
 If you always use the same options, put them here.
 .It Pa /usr/libexec/dhcpcd-run-hooks
 Bourne shell script that is run to configure or de-configure an interface.
-.It Pa /usr/lib64/dhcpcd/dev
+.It Pa /usr/lib/dhcpcd/dev
 Linux
 .Pa /dev
 management modules.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoperf: fix buildpaths QA warning
Bruce Ashfield [Fri, 10 Mar 2023 04:12:37 +0000 (23:12 -0500)] 
perf: fix buildpaths QA warning

In the 6.2+ kernel, arm64 perf has a buildpaths QA warning as
a syscall table is now being dynamically generated. That generated
table includes unistd.h by absolute path, which in turn triggers
the buildpaths QA warning.

This could easily be patched in linux-yocto, but that would
leave the QA issue in perf built from other kernel trees.

So we instead to the following:

 - Add the perf tools directory to the include path
 - Modify the Makefile to have a relative path to unistd.h and
   pass both the relative and absolute path to the generation
   script
 - Modify the generation script to take the relative location
   of unistd.h as a new parameter, and use that in the generated
   sycalls.c file

At build, the added include path of the perf source allows the
relative path file to be included, and no buildpaths warning is
generated.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agovalgrind: Disable drd/tests/bar_bad ptest
Randy MacLeod [Thu, 9 Mar 2023 21:23:54 +0000 (16:23 -0500)] 
valgrind: Disable drd/tests/bar_bad ptest

This is failing intermettently in the YP autobuilder
so disable it until we can fix the root cause.

[YOCTO #14311]

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopopulate_sdk_ext: Handle spaces within user $PATH
Kenfe-Mickael Laventure [Thu, 9 Mar 2023 19:49:22 +0000 (11:49 -0800)] 
populate_sdk_ext: Handle spaces within user $PATH

The script generated by the sdk_ext_postinst function was not quoting
the user existing PATH when updating it causing the export command to
fail.

Add necessary double quotes around $PATH.

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agotoolchain-scripts: Handle spaces within user $PATH
Kenfe-Mickael Laventure [Thu, 9 Mar 2023 19:49:21 +0000 (11:49 -0800)] 
toolchain-scripts: Handle spaces within user $PATH

The environment-setup script generated by the recipe was not quoting the
user existing PATH when updating it causing the export command to fail.

Add necessary double quotes around $PATH.

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agobuildtools-tarball: Handle spaces within user $PATH
Kenfe-Mickael Laventure [Thu, 9 Mar 2023 19:49:20 +0000 (11:49 -0800)] 
buildtools-tarball: Handle spaces within user $PATH

The environment-setup script generated by the recipe was not quoting the
user existing PATH when updating it causing the export command to fail.

Add necessary double quotes around $PATH.

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoapt: re-enable version check
Alexander Kanavin [Thu, 9 Mar 2023 15:19:58 +0000 (16:19 +0100)] 
apt: re-enable version check

2.6.0 is out and so we can check for latest version again.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopiglit: upgrade to latest revision
Alexander Kanavin [Thu, 9 Mar 2023 15:19:57 +0000 (16:19 +0100)] 
piglit: upgrade to latest revision

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agostress-ng: remove obsolete patch
Alexander Kanavin [Thu, 9 Mar 2023 15:19:56 +0000 (16:19 +0100)] 
stress-ng: remove obsolete patch

Upstream has disabled gold support altogether:
https://github.com/ColinIanKing/stress-ng/commit/e65f517917fc682784bfa1b3cb53de3f3263b094

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agobind: upgrade 9.18.11 -> 9.18.12
Alexander Kanavin [Thu, 9 Mar 2023 15:19:55 +0000 (16:19 +0100)] 
bind: upgrade 9.18.11 -> 9.18.12

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoiproute2: upgrade 6.1.0 -> 6.2.0
Alexander Kanavin [Thu, 9 Mar 2023 15:19:54 +0000 (16:19 +0100)] 
iproute2: upgrade 6.1.0 -> 6.2.0

License-Update: copyright snippet has been dropped from ip.c

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopuzzles: upgrade to latest revision
Alexander Kanavin [Thu, 9 Mar 2023 15:19:53 +0000 (16:19 +0100)] 
puzzles: upgrade to latest revision

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibnotify: upgrade 0.8.1 -> 0.8.2
Alexander Kanavin [Thu, 9 Mar 2023 15:19:52 +0000 (16:19 +0100)] 
libnotify: upgrade 0.8.1 -> 0.8.2

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopango: upgrade 1.50.12 -> 1.50.13
Alexander Kanavin [Thu, 9 Mar 2023 15:19:51 +0000 (16:19 +0100)] 
pango: upgrade 1.50.12 -> 1.50.13

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agovte: upgrade 0.70.2 -> 0.70.3
Alexander Kanavin [Thu, 9 Mar 2023 15:19:50 +0000 (16:19 +0100)] 
vte: upgrade 0.70.2 -> 0.70.3

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomake: upgrade 4.4 -> 4.4.1
Alexander Kanavin [Thu, 9 Mar 2023 15:19:49 +0000 (16:19 +0100)] 
make: upgrade 4.4 -> 4.4.1

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoenchant2: upgrade 2.3.3 -> 2.3.4
Alexander Kanavin [Thu, 9 Mar 2023 15:19:48 +0000 (16:19 +0100)] 
enchant2: upgrade 2.3.3 -> 2.3.4

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosqlite3: update 3.40.1 -> 3.41.0
Alexander Kanavin [Thu, 9 Mar 2023 15:19:47 +0000 (16:19 +0100)] 
sqlite3: update 3.40.1 -> 3.41.0

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agofont-alias: update 1.0.4 -> 1.0.5
Alexander Kanavin [Thu, 9 Mar 2023 15:19:44 +0000 (16:19 +0100)] 
font-alias: update 1.0.4 -> 1.0.5

Drop nocompiler.patch as upstream is now using a macro specifically for data-only items:
https://www.spinics.net/lists/xorg/msg60817.html

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoencodings: update 1.0.6 -> 1.0.7
Alexander Kanavin [Thu, 9 Mar 2023 15:19:43 +0000 (16:19 +0100)] 
encodings: update 1.0.6 -> 1.0.7

Drop nocompiler.patch as upstream is now using a macro specifically for data-only items:
https://www.spinics.net/lists/xorg/msg60817.html

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoutil-macros: do not probe into host triplet when checking manpage section names
Alexander Kanavin [Thu, 9 Mar 2023 15:19:42 +0000 (16:19 +0100)] 
util-macros: do not probe into host triplet when checking manpage section names

This does not work for allarch recipes in particular
(config.sub rejects allarch-poky-linux).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoiptables: update 1.8.8 -> 1.8.9
Alexander Kanavin [Thu, 9 Mar 2023 15:19:41 +0000 (16:19 +0100)] 
iptables: update 1.8.8 -> 1.8.9

Replace one format string fixing patch with another format string fixing patch.
(one problem fixed upstream, another introduced)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoethtool: update 6.1 -> 6.2
Alexander Kanavin [Thu, 9 Mar 2023 15:19:40 +0000 (16:19 +0100)] 
ethtool: update 6.1 -> 6.2

Drop patch merged upstream.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibdnf: update 0.69.0 -> 0.70.0
Alexander Kanavin [Thu, 9 Mar 2023 15:19:39 +0000 (16:19 +0100)] 
libdnf: update 0.69.0 -> 0.70.0

Drop the patch as issue addressed upstream.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agodpkg: update 1.21.20 -> 1.21.21
Alexander Kanavin [Thu, 9 Mar 2023 15:19:38 +0000 (16:19 +0100)] 
dpkg: update 1.21.20 -> 1.21.21

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosystemd: update 252.5 -> 253.1
Alexander Kanavin [Thu, 9 Mar 2023 15:19:37 +0000 (16:19 +0100)] 
systemd: update 252.5 -> 253.1

Add a musl compatibility patch to systemd-boot.

Backport a patch to address systemctl fails on 32 bit targets.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoselftest/overlayfs: enable systemd via INIT_MANAGER
Alexander Kanavin [Thu, 9 Mar 2023 15:19:36 +0000 (16:19 +0100)] 
selftest/overlayfs: enable systemd via INIT_MANAGER

Latest systemd version needs the full set of settings enabled
by that (if also r/o rootfs is enabled), and refuses to boot
otherwise.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoprocps: update 3.3.17 -> 4.0.3
Alexander Kanavin [Thu, 9 Mar 2023 15:19:35 +0000 (16:19 +0100)] 
procps: update 3.3.17 -> 4.0.3

Drop patches as upstream refactored the code.

Add a compatibility patch to igt-gpu-tools.

Add a musl compatibility patch.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosudo: update 1.9.12p2 -> 1.9.13p2
Alexander Kanavin [Thu, 9 Mar 2023 15:19:34 +0000 (16:19 +0100)] 
sudo: update 1.9.12p2 -> 1.9.13p2

License-update: copyright years, formatting.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomesa: import patch from upstream to fix tools build on musl
Dmitry Baryshkov [Thu, 9 Mar 2023 10:37:17 +0000 (13:37 +0300)] 
mesa: import patch from upstream to fix tools build on musl

Fix building the crashdec on the musl systems.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agorust: added missing runtime dependencies to run rust on target
Sundeep KOKKONDA [Wed, 8 Mar 2023 17:29:09 +0000 (22:59 +0530)] 
rust: added missing runtime dependencies to run rust on target

[YOCTO #14975]
rust files are not linking on target due to missing dependencies and observed below error.
error: linker `x86_64-poky-linux-gcc` not found

Added the required dependencies to run rust on target machine.

Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopiglit: Fix build time dependency
Zoltan Boszormenyi [Thu, 9 Mar 2023 08:14:23 +0000 (09:14 +0100)] 
piglit: Fix build time dependency

Replace explicit opencl-icd-loader with virtual/opencl-icd.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agocups: add/fix web interface packaging
Trevor Woerner [Wed, 8 Mar 2023 22:44:42 +0000 (17:44 -0500)] 
cups: add/fix web interface packaging

cups includes a web server. Users can surf to port 631 (default) of a
machine running cups to (potentially, based on configuration, default off)
view jobs, add printers, and perform other forms of administration.

The location of the various resources that are used by the built-in web server
(e.g. index.html) are installed under ${datadir}/doc/cups. By default these
artifacts would be included in the ${PN}-doc package. The comments in this
recipe, however, would suggest an attempt was made to have them added to
${PN}; albeit unsuccessfully.

These resources add roughly 1.8M to an image.

Since cups does include a configuration option to disable the web interface
(--enable-webif), add a PACKAGECONFIG (default off) to allow the user to
decide whether or not they would like the web interface configured and its
pieces added to the image. Enabling this PACKAGECONFIG both enables the
web interface to be configured and built into cups, and also adds (by way
of a recommendation) the web interface package to the image. Considering
that the previous intention was not working, defaulting this option to off
preserves the existing behaviour. Previously in order to have the web
interface data included in an image, a user would have needed to explicitly
add the ${PN}-doc package to their image.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agocups: check PACKAGECONFIG for pam feature
Trevor Woerner [Wed, 8 Mar 2023 22:44:41 +0000 (17:44 -0500)] 
cups: check PACKAGECONFIG for pam feature

The cups' PACKAGECONFIG is populated based on DISTRO_FEATURES, but a user
is free to enable or disable PACKAGECONFIGs at will. In theory it is
possible that pam is enabled globally in DISTRO_FEATURES but disabled in
cups' PACKAGECONFIG. Checking the PACKAGECONFIG to determine whether or not
pam is enabled would be a safer check rather than relying on DISTRO_FEATURES.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agocups: use BUILDROOT instead of DESTDIR
Trevor Woerner [Wed, 8 Mar 2023 22:44:40 +0000 (17:44 -0500)] 
cups: use BUILDROOT instead of DESTDIR

The cups documentation is clear that the correct way to install into an
alternate root directory is to use the BUILDROOT variable. From INSTALL.md:

Use the `BUILDROOT` variable to install to an alternate root directory:

    make BUILDROOT=/some/other/root/directory install

DESTDIR works, but we should use the mechanism the project specifically
created for this purpose.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomeson: remove obsolete RPATH stripping patch
Ross Burton [Wed, 8 Mar 2023 21:46:35 +0000 (21:46 +0000)] 
meson: remove obsolete RPATH stripping patch

As per the release notes for 0.55.0[1], this patch is no longer needed
as Meson now only removes the RPATHs that it adds itself, any RPATHs
added via LDFLAGS or pkgconfig files are left untouched.

[1] https://mesonbuild.com/Release-notes-for-0-55-0.html#rpath-removal-now-more-careful

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agosystemd: add ignore for CVE-2022-4415
Ross Burton [Wed, 8 Mar 2023 21:42:06 +0000 (21:42 +0000)] 
systemd: add ignore for CVE-2022-4415

The relevant fix was also backported to 252.4.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoselftest/runtime_test/virgl: Disable for all Rocky Linux
Michael Halstead [Thu, 9 Mar 2023 00:09:31 +0000 (16:09 -0800)] 
selftest/runtime_test/virgl: Disable for all Rocky Linux

RHEL compatible kernels do not support vgem so we disable virgl headless
testing.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agostaging/multilib: Fix manifest corruption
Richard Purdie [Wed, 8 Mar 2023 10:12:45 +0000 (10:12 +0000)] 
staging/multilib: Fix manifest corruption

The previous fix wasn't enough to address all the possible ways the
manifests might be ordered. Rework the previous fix so it is tied
to the multilib cross-canadian code which is causing the problem.

RECIPE_SYSROOT_MANIFEST_SUBDIR is not documented as I'd hope nobody
ever needs to use this outside the core multilib code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agoglibc: Update sstate/equiv versions to clean cache
Richard Purdie [Thu, 9 Mar 2023 14:29:10 +0000 (14:29 +0000)] 
glibc: Update sstate/equiv versions to clean cache

There are cached reproducibility issues on the autobuilder due to the PRServ
sstate checksum issues, flush the bad data out the system by bumping the
versions.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agobinutils: Enable --enable-new-dtags
Khem Raj [Thu, 23 Feb 2023 06:58:16 +0000 (22:58 -0800)] 
binutils: Enable --enable-new-dtags

Use DT_RUNPATH over DT_RPATH. If DT_RUNPATH is present, LD_LIBRARY_PATH is searched before
DT_RUNPATH, Search order is DT_RPATH then LD_LIBRARY_PATH then
DT_RUNPATH, this order ensures that injecting
malicious shared objects is way harder with DT_RUNPATH.

This is now default on major linux distributions already

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agoglibc: Add missing binutils dependency
Richard Purdie [Wed, 8 Mar 2023 11:48:05 +0000 (11:48 +0000)] 
glibc: Add missing binutils dependency

glibc has it's dependencies handled more manually due to it's place
in the toolchain bootstrap. It depends upon the compiler and indirectly
through that to binutils. This did mean that if binutils changes and the
compiler does not, sstate and hash equivalence could mean that glibc
wouldn't rebuild.

Add a direct dependency on binutils that if it changes, it forces glibc
to rebuild, as it should.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agovala: Fix install conflict when enable multilib.
Wang Mingyu [Wed, 8 Mar 2023 01:40:17 +0000 (09:40 +0800)] 
vala: Fix install conflict when enable multilib.

Error: Transaction test error:
   file /usr/bin/vala-gen-introspect-0.56 conflicts between attempted installs of lib32-vala-0.56.3-r0.armv7ahf_neon and vala-0.56.3-r0.aarch64
   file /usr/bin/vapigen-wrapper conflicts between attempted installs
   of lib32-vala-0.56.3-r0.armv7ahf_neon and vala-0.56.3-r0.aarch64

The differences of vala-gen-introspect-0.56 are as follows:
@@ -2,7 +2,7 @@

 prefix=/usr
 exec_prefix=/usr
-libdir=/usr/lib64
+libdir=/usr/lib
 pkglibdir=${libdir}/vala-0.56

 if [ $# -ne 2 ]

The wrapper isn't used on target so we can simply delete it.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agolua: Fix install conflict when enable multilib.
Wang Mingyu [Wed, 8 Mar 2023 01:40:16 +0000 (09:40 +0800)] 
lua: Fix install conflict when enable multilib.

Error: Transaction test error:
  file /usr/include/luaconf.h conflicts between attempted installs of lua-dev-5.4.4-r0.aarch64 and lib32-lua-dev-5.4.4-r0.armv7ahf_neon

The differences between the two files are as follows:
@@ -219,7 +219,7 @@

 #define LUA_ROOT       "/usr/"
 #define LUA_LDIR       LUA_ROOT "share/lua/" LUA_VDIR "/"
-#define LUA_CDIR       LUA_ROOT "lib64/lua/" LUA_VDIR "/"
+#define LUA_CDIR       LUA_ROOT "lib/lua/" LUA_VDIR "/"

 #if !defined(LUA_PATH_DEFAULT)
 #define LUA_PATH_DEFAULT  \

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agogdb: Mark patch as backport
Richard Purdie [Tue, 7 Mar 2023 21:20:06 +0000 (21:20 +0000)] 
gdb: Mark patch as backport

I submitted the patch upstream and it was accepted/merged. Update the
status to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agooeqa/selftest/imagefeatures: add test for man-db
Ross Burton [Tue, 7 Mar 2023 20:09:29 +0000 (20:09 +0000)] 
oeqa/selftest/imagefeatures: add test for man-db

Add a test to verify that manpages are built with api-documentation
enabled, and apropos works on the target (so mandb has been ran).

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agomanpages: use an intercept to run mandb
Ross Burton [Tue, 7 Mar 2023 15:56:06 +0000 (15:56 +0000)] 
manpages: use an intercept to run mandb

If you build an image with lots of manpages in, then each package will
run mandb inside qemu-user at rootfs time.  This is a slow operation
and should be done once when all of the packages have installed using an
intercept instead.

The call to mandb has been changed too. mandb doesn't actually allow
the configuration file to be read from stdin so that was being ignored,
instead write the file to a temporary file and use that.

This means we then don't need to tell it where to search explicitly, and
it writes the indexes to the correct paths so we don't need to move
files afterwards either.

Sadly we do still need to run mandb inside qemu-user, as the underlying
database is a gdbm file and they are byte-order dependent.

For my test case of core-image-base with api-documentation
DISTRO_FEATURES and doc-pkgs IMAGE_FEATURES enabled, the performance
gain is significant:

  core-image-base do_rootfs  -1303.1s   -73.6%   1771.6s -> 468.5s

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agobase: fix typos
Ulrich Ölmann [Tue, 7 Mar 2023 12:10:40 +0000 (13:10 +0100)] 
base: fix typos

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agopseudo: Update to pull in fd leak fix
Alexandre Belloni [Wed, 1 Mar 2023 21:17:56 +0000 (22:17 +0100)] 
pseudo: Update to pull in fd leak fix

Pull in:
    pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak

    Use close-on-exec (O_CLOEXEC) flag when open log file to
    make sure its file descriptor is not leaked to parent
    process on fork/exec.

    Fixes [YOCTO #13311]

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 years agostaging: Separate out different multiconfig manifests
Richard Purdie [Mon, 6 Mar 2023 17:57:15 +0000 (17:57 +0000)] 
staging: Separate out different multiconfig manifests

"""
require conf/multilib.conf
MACHINE = "qemuarm64"
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon"

bitbake gcc-cross-canadian-arm
"""

and then inspecting the lib32* manifest files under recipe-sysroot-native shows
them referencing lib32-recipe-sysroot instead of recipe-sysroot as used by
gcc-cross-canadian recipes.

To fix this separate out the manifest by multilib. It is caching mechanism to
optimise disk usage so this doesn't break anything, just separated out some files.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoepiphany: upgrade to 43.1
Ross Burton [Mon, 6 Mar 2023 15:17:09 +0000 (15:17 +0000)] 
epiphany: upgrade to 43.1

This fixes CVE-2023-26081.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoshadow: ignore CVE-2016-15024
Ross Burton [Mon, 6 Mar 2023 15:17:08 +0000 (15:17 +0000)] 
shadow: ignore CVE-2016-15024

This recently got an updated CPE which matches this recipe, but the issue
is related to an entirely different shadow project so ignore it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agogdb: Fix occasional build failure
Richard Purdie [Mon, 6 Mar 2023 15:14:23 +0000 (15:14 +0000)] 
gdb: Fix occasional build failure

When running the configure check "checking for ELF support in BFD", LDFLAGS
were not being passed in to libtool. In OE/YP, we need these flags when using
uninative due to the games we play with the dynamic loader.

If a version of libzstd was built against a newer glibc, it would need
newer pthread symbols which it wouldn't find with the system linker. At
runtime this isn't an issue as it would be switched to use uninative but we
pass flags in LDFLAGS to allow this.

The bug is rare to reproduce as it depends on the host libzstd was built
against.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agogrub2: support metadata_csum_seed feature
Kai Kang [Mon, 6 Mar 2023 06:00:11 +0000 (14:00 +0800)] 
grub2: support metadata_csum_seed feature

It enable the metadata_csum_seed feature by default in e2fsprogs 1.47.0
and causes grub doesn't work. Backport patch to make grub support this
feature.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agogtk4: update 4.8.3 -> 4.10.0
Markus Volk [Sun, 5 Mar 2023 17:28:53 +0000 (18:28 +0100)] 
gtk4: update 4.8.3 -> 4.10.0

A testsuite was added that breaks musl build -> disable by default

Overview of Changes in 4.10.0, 04-03-2023
=========================================
* GtkTextView
 - Document hanging indentation
* GtkListView
 - Fix a size allocation problem
* GtkFileChooser
 - Fix paned behavior
 - Fix a crash
* GtkText
 - Fix various problems with undo
* Accessibility
 - Make some getters transfer-full
 - Allow setting accessible parents and siblings
 - Add a role for toggle buttons
 - Miscellaneous property fixes and improvements
* gtk
 - Improve the handling resize-during-size-allocate
* gdk
 - Introduce GdkTextureDownloader and use it
 - Make gdk_texture_get_format public
* gsk
 - Make mask nodes more versatile
 - Improve the GL implementation for texture scale nodes
* X11
 - Fix key handling during DND
* Tools
 - gtk-builder-tool: Try harder to handle templates
 - gtk-builder-tool: Prefer properties over <child>

* Translation updates
 Basque
 Belarusian
 Bulgarian
 Indonesian
 Galician
 Georgian
 German
 Hebrew
 Lithuanian
 Portuguese
 Spanish
 Swedish
 Turkish
 Ukrainian

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agostress-ng: upgrade 0.15.03 -> 0.15.04
Wang Mingyu [Sun, 5 Mar 2023 08:07:45 +0000 (16:07 +0800)] 
stress-ng: upgrade 0.15.03 -> 0.15.04

0001-test-float-Make-variables-global.patch
0001-Include-sys-futex.h-for-clock_adjtime.patch
removed since they're included in 0.15.04.

0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch
refreshed for 0.15.04.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agostrace: upgrade 6.1 -> 6.2
Wang Mingyu [Sun, 5 Mar 2023 08:07:44 +0000 (16:07 +0800)] 
strace: upgrade 6.1 -> 6.2

* Improvements
  * Implemented collision resolution for overlapping ioctl commands
    from tty and snd subsystems.
  * Implemented decoding of IFLA_BRPORT_MAB and IFLA_DEVLINK_PORT
    netlink attributes.
  * Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, KVM_*, LANDLOCK_*,
    MEMBARRIER_*, NFT_*, NTF_*, and V4L2_* constants.
  * Updated lists of ioctl commands from Linux 6.2.

* Bug fixes
  * Fixed build on alpha architecture.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agorepo: upgrade 2.31 -> 2.32
Wang Mingyu [Sun, 5 Mar 2023 08:07:43 +0000 (16:07 +0800)] 
repo: upgrade 2.31 -> 2.32

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-git: upgrade 3.1.30 -> 3.1.31
Wang Mingyu [Sun, 5 Mar 2023 08:06:42 +0000 (16:06 +0800)] 
python3-git: upgrade 3.1.30 -> 3.1.31

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-setuptools: upgrade 67.3.3 -> 67.4.0
Wang Mingyu [Sun, 5 Mar 2023 08:06:41 +0000 (16:06 +0800)] 
python3-setuptools: upgrade 67.3.3 -> 67.4.0

Changelog:
============
* #3832: Update vendored "importlib-metadata" (to 6.0.0) and
  "importlib-resources" (to 5.10.2)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agopython3-cryptography(-vectors): upgrade 39.0.1 -> 39.0.2
Wang Mingyu [Sun, 5 Mar 2023 08:06:40 +0000 (16:06 +0800)] 
python3-cryptography(-vectors): upgrade 39.0.1 -> 39.0.2

Changelog:
==========
Fixed a bug where the content type header was not properly encoded for PKCS7
signatures when using the Text option and SMIME encoding.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoglib-2.0: upgrade 2.74.5 -> 2.74.6
Wang Mingyu [Sun, 5 Mar 2023 08:06:39 +0000 (16:06 +0800)] 
glib-2.0: upgrade 2.74.5 -> 2.74.6

Changelog:
==========
* Bugs fixed:
  - !3239 Backport !3237 "Fix safe_wspawnve #define" to glib-2-74

* Translation updates:
  - Georgian
  - German

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomeson: upgrade 1.0.0 -> 1.0.1
Wang Mingyu [Sun, 5 Mar 2023 08:06:38 +0000 (16:06 +0800)] 
meson: upgrade 1.0.0 -> 1.0.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibmicrohttpd: upgrade 0.9.75 -> 0.9.76
Wang Mingyu [Sun, 5 Mar 2023 08:05:00 +0000 (16:05 +0800)] 
libmicrohttpd: upgrade 0.9.75 -> 0.9.76

Changelog:
============
Fix potential DoS vector in MHD_PostProcessor.
Releasing GNU libmicrohttpd 0.9.76 hotfix.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoiso-codes: upgrade 4.12.0 -> 4.13.0
Wang Mingyu [Sun, 5 Mar 2023 08:04:59 +0000 (16:04 +0800)] 
iso-codes: upgrade 4.12.0 -> 4.13.0

Added
=========
- ISO 3166-1: Add missing common names for Laos, Iran, and Syria.
  Fixes #32

Changed
===========
- Translation updates for ISO 3166-1
  - Kazakh from Debian BTS. Closes: #1025423
  - Catalan from Debian BTS. Closes: #1026972
- Translation updates for ISO 3166-2
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 639-3
- Translation updates for ISO 639-5
- Translation updates for ISO 4217
- Translation updates for ISO 15924

Fixed
==========
- ISO 3166-3: Fix withdrawal dates of AN, CS and YU. Fixes #28

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoharfbuzz: upgrade 7.0.1 -> 7.1.0
Wang Mingyu [Sun, 5 Mar 2023 08:04:58 +0000 (16:04 +0800)] 
harfbuzz: upgrade 7.0.1 -> 7.1.0

Changelog:
=============
- New experimental hb_shape_justify() API that uses font variations to expand
  or shrink the text to a given advance.
- Various build and bug fixes.
- New API:+hb_font_set_variation()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agofont-util: upgrade 1.3.3 -> 1.4.0
Wang Mingyu [Sun, 5 Mar 2023 08:04:57 +0000 (16:04 +0800)] 
font-util: upgrade 1.3.3 -> 1.4.0

Changelog:
==========
gitlab CI: stop requiring Signed-off-by in commits
Add COMPRESS_FLAGS to pass options to compression command

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoautoconf-archive: upgrade 2022.09.03 -> 2023.02.20
Wang Mingyu [Sun, 5 Mar 2023 08:04:56 +0000 (16:04 +0800)] 
autoconf-archive: upgrade 2022.09.03 -> 2023.02.20

Changelog:
==========
  ax_have_qt: bump serial number

  Merge pull request #262 from bastien-roucaries/fromdebian20200930
  Fix  AX_HAVE_QT

  ax_have_qt: bump serial number

  Merge pull request #266 from netfab/fix-ax_have_qt
  AX_HAVE_QT: remove qmake stash file before rmdir

  ax_python_devel: bump serial number

  Merge pull request #267 from bastien-roucaries/fromdebian20221118
  Fix ax_python_devel serial 32 fails with current python3

  ax_add_fortify_source: fix formatting

  ax_check_sign: bump serial number

  ax_cxx_compile_stdcxx: bump serial number

  ax_c_restrict: fix formatting

  Merge pull request #268 from omoerbeek/master
  ax_check_sign: Avoid an unused warning

  Merge pull request #269 from rurban/fortify3
  AX_ADD_FORTIFY_SOURCE: add -D_FORTIFY_SOURCE=3 check

  Merge pull request #270 from rurban/swig
  fix SWIG_LIB windows newline

  Merge pull request #271 from rurban/restrict
  Add ax_c_restrict

  Merge pull request #272 from ojwb/fix-AX_CXX_COMPILE_STDCXX-for-MSVC-C++17
  AX_CXX_COMPILE_STDCXX: Fix MSVC with C++17 or later

  Merge pull request #264 from thesamesam/clang-16
  Clang 16 fixes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolinux: inherit pkgconfig in kernel.bbclass
Ming Liu [Sat, 4 Mar 2023 16:30:29 +0000 (17:30 +0100)] 
linux: inherit pkgconfig in kernel.bbclass

pkgconfig is being required to find dependencies for building kernel
native tools, move "inherit pkgconfig" to kernel.bbclass so BSP kernel
recipes can also benefit from it.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agooeqa/sdk: Improve Meson test
Tom Hochstein [Fri, 3 Mar 2023 20:42:37 +0000 (14:42 -0600)] 
oeqa/sdk: Improve Meson test

The meson wrapper setup command detection is broken in the case of an
implicit setup command with an option with a space-separated argument,
but the test was not detecting it since the case was not covered.

Add the option `--warnlevel 1` to the meson command line to cover this
case.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomeson: Fix wrapper handling of implicit setup command
Tom Hochstein [Fri, 3 Mar 2023 20:42:36 +0000 (14:42 -0600)] 
meson: Fix wrapper handling of implicit setup command

From an SDK, running a meson setup build without an explicit setup
command can result in a native build when a cross build is expected.

The problem is in meson-wrapper where it tries to detect whether a
setup command is being used. The logic looks through all arguments for
a command, and the first argument it finds that doesn't start with a -
is treated as the command. This doesn't work for an implicit setup
command if any option with a space-separated argument exists. In this
case, the argument is incorrectly selected as the command, causing the
setup command options for the cross build to be excluded from the
command line, and thus a native build.

Improve the logic by just looking at the first argument. If it is
a known comand, then record it. Otherwise just assume it is the
implicit setup command.

Note that this fix does not address the possibility of a new meson
command. Two new echo statements are included to help the user in case
of trouble:

```
~/git/weston-imx$ meson --warnlevel 3 --prefix=/usr -Ddoc=false -Dbackend-drm-screencast-vaapi=false -Dcolor-management-lcms=false -Dpipewire=false -Dbackend-x11=false -Dxwayland=true -Dsimple-clients=all -Dbackend-wayland=false  -Dbackend-default=drm -Dbackend-rdp=false -Dtest-junit-xml=false -Dlauncher-libseat=false -Dimage-jpeg=false -Dimage-webp=false -Drenderer-g2d=true build
meson-wrapper: Implicit setup command assumed
meson-wrapper: Running meson with setup options: " --cross-file=/opt/fsl-imx-internal-xwayland/6.1-langdale/sysroots/x86_64-pokysdk-linux/usr/share/meson/aarch64-poky-linux-meson.cross --native-file=/opt/fsl-imx-internal-xwayland/6.1-langdale/sysroots/x86_64-pokysdk-linux/usr/share/meson/meson.native "
The Meson build system
Version: 0.63.3
```

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agorpm: Fix hdr_hash function prototype
Khem Raj [Fri, 3 Mar 2023 18:19:36 +0000 (10:19 -0800)] 
rpm: Fix hdr_hash function prototype

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolibcomps: Fix callback function prototype for PyCOMPS_hash
Khem Raj [Fri, 3 Mar 2023 16:47:19 +0000 (08:47 -0800)] 
libcomps: Fix callback function prototype for PyCOMPS_hash

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agoqemuboot-x86.inc: allow overwrite of QB_CPU
Thomas Roos [Fri, 3 Mar 2023 09:23:27 +0000 (10:23 +0100)] 
qemuboot-x86.inc: allow overwrite of QB_CPU

To test nested kvm with qemu QB_CPU* needs to be modified.
E.g. set to "-cpu Haswell-noTSX-IBRS,vmx=on"

This allows to overwrite this from local.conf etc.

Signed-off-by: Thomas Roos <throos@amazon.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agomesa-demos: packageconfig weston should have a dependency on wayland-protocols
Carlos Alberto Lopez Perez [Fri, 3 Mar 2023 02:11:17 +0000 (03:11 +0100)] 
mesa-demos: packageconfig weston should have a dependency on wayland-protocols

wayland-protocols is a required depency of mesa-demos when the 'wayland'
packageconfig option is enabled. Usually this doesn't lead to a build
failure because mesa itself depends on wayland-protocols, but when using
other graphics drivers this can cause the following build falure:

| ../mesa-demos-8.5.0/meson.build:69:2: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig
| ERROR: meson failed

Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agocreate-spdx: fix config build by adding dependency to enable reruns
Maanya Goenka [Fri, 3 Mar 2023 00:35:43 +0000 (16:35 -0800)] 
create-spdx: fix config build by adding dependency to enable reruns

The issue encountered is about local stos builds failing (when these builds are
preceded by a local SoC OS or MOS build). Essentially, the failure is seen when
building two different configs with shared state, one where gcc-cross-<arch> has a dependency
and one where it doesn't (specifically, one where the abicheck class in meta-binaryaudit
is inherited and one where it isn't). Hence, the task signatures change but a rerun of those said tasks
does not occur. The result is that when the config with the dependency is built and then the one without
is built, due to incorrect dependencies, the SPDX manifest creation stage errors out.

create-spdx relies on BB_TASKDEPDATA to get dependencies and then adds that variable to
vardepsexclude. A change in dependencies therefore, does not result in a
re-execution of the tasks. This commit adds an explicit dependency on DEPENDS which influences
BB_TASKDEPDATA and triggers reruns for new config builds having different dependencies.

Signed-off-by: Maanya Goenka <maanyagoenka@microsoft.com>
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agovim: add missing pkgconfig inherit
Ross Burton [Thu, 2 Mar 2023 16:10:55 +0000 (16:10 +0000)] 
vim: add missing pkgconfig inherit

Vim uses pkgconfig to find dependencies but it wasn't present, so it
silently doesn't enable features like GTK+ UI.

[ YOCTO #15044 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agovte: Fix -Wenum-constexpr-conversion warning
Khem Raj [Thu, 2 Mar 2023 00:10:15 +0000 (16:10 -0800)] 
vte: Fix -Wenum-constexpr-conversion warning

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolinux-yocto-rt/5.15: update to -rt59
Bruce Ashfield [Wed, 1 Mar 2023 15:13:46 +0000 (10:13 -0500)] 
linux-yocto-rt/5.15: update to -rt59

Integrating the following commit(s) to linux-yocto/5.15:

    4d335265c101 'Linux 5.15.94-rt59'
    c3b4464f5d2b 'Linux 5.15.93-rt58'
    c67bd325f576 'Linux 5.15.92-rt57'
    48e551ae0f55 'Linux 5.15.86-rt56'
    977a63a270ad 'Linux 5.15.85-rt55'
    adaa1d9e19a5 'Linux 5.15.79-rt54'
    ff3c61c5ead1 'Linux 5.15.76-rt53'
    e17260e8d340 'Linux 5.15.73-rt52'
    c83f436b7981 'Linux 5.15.71-rt51'
    e01c9e3ba82d 'Linux 5.15.70-rt50'
    debedeb4264e mm/memcg: Only perform the debug checks on !PREEMPT_RT
    1ef2cd0b8676 mm/memcg: Add a comment regarding the release `obj'.
    f8d153e08d42 mm/memcg: Add missing counter index which are not update in interrupt.
    11624404f67a mm/memcg: Disable migration instead of preemption in drain_all_stock().
    0a1f4de6ed4f mm/memcg: Protect memcg_stock with a local_lock_t
    3f15202f27da mm/memcg: Opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
    40dbbd2f9773 mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed.
    6269831106f5 mm/memcg: Disable threshold event handlers on PREEMPT_RT
    8da0e71b7b7d mm/memcg: Revert ("mm/memcg: optimize user context object stock access")

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolinux-yocto-rt/6.1: update to -rt7
Bruce Ashfield [Wed, 1 Mar 2023 15:13:45 +0000 (10:13 -0500)] 
linux-yocto-rt/6.1: update to -rt7

Integrating the following commit(s) to linux-yocto/6.1:

    fb6c0ef43abf v6.1.12-rt7
    18b89fa1b1fa softirq: Wake ktimers thread also in softirq.
    d096b2295771 v6.1.12-rt6

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolinux-yocto/5.15: update to v5.15.96
Bruce Ashfield [Wed, 1 Mar 2023 15:13:44 +0000 (10:13 -0500)] 
linux-yocto/5.15: update to v5.15.96

Updating  to the latest korg -stable release that comprises
the following commits:

    d383d0f28eca Linux 5.15.96
    49ce63694cae bpf: add missing header file include
    80569627ce46 Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs"
    0c168d7f36d5 lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+
    6ba3de5a8a02 lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION
    0f59e08070ba scripts/pahole-flags.sh: Use pahole-version.sh
    3597fd5f9217 kbuild: Add CONFIG_PAHOLE_VERSION
    c98077f7598a ext4: Fix function prototype mismatch for ext4_feat_ktype
    43cb0369c84a audit: update the mailing list in MAINTAINERS
    b5ef61edb1e5 wifi: mwifiex: Add missing compatible string for SD8787
    a24eb3f99063 nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
    d518ca02542f binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0
    367d0456c792 binder: Address corner cases in deferred copy and fixup
    b345b2200288 binder: fix pointer cast warning
    c194fc351fec binder: defer copies of pre-patched txn data
    d107b4352284 binder: read pre-translated fds from sender buffer
    41d8b591d70a uaccess: Add speculation barrier to copy_from_user()
    0d3d5099a50b drm/i915/gvt: fix double free bug in split_2MB_gtt_entry
    d835f9c4ede2 powerpc/64s/radix: Fix RWX mapping with relocated kernel
    87b3e4f845a2 powerpc/64s/radix: Fix crash with unaligned relocated kernel
    0b0e9b5adc8e powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundary
    b6fff8fa4f5b powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page aligned
    e7f5e3b60c30 powerpc: use generic version of arch_is_kernel_initmem_freed()
    fc58616b198b powerpc: dts: t208x: Disable 10G on MAC1 and MAC2
    62302ac5777a can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len
    6b539a7dbb49 KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
    78c1d35ed66c KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid
    676248836577 KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception
    5456f0d53b4a random: always mix cycle counter in add_latent_entropy()
    d2edb20b003e clk: mxl: syscon_node_to_regmap() returns error pointers
    04d31929df12 powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G
    8ae31d36516b clk: mxl: Fix a clk entry by adding relevant flags
    a0583edea4fd clk: mxl: Add option to override gate clks
    ef1219115128 clk: mxl: Remove redundant spinlocks
    e5580a805472 clk: mxl: Switch from direct readl/writel based IO to regmap based IO
    20ea32ad9c99 drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink
    28985cd17ac7 wifi: rtl8xxxu: gen2: Turn on the rate control
    d04d19cf0ead drm/etnaviv: don't truncate physical page address
    60b502b3ffea Linux 5.15.95
    3f94c70333f6 platform/x86/amd: pmc: add CONFIG_SERIO dependency
    1c202909c8b0 net: sched: sch: Fix off by one in htb_activate_prios()
    180a1632b6c7 ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak
    68c2db8ef56d alarmtimer: Prevent starvation by small intervals and SIG_IGN
    35351e3060d6 kvm: initialize all of the kvm_debugregs structure before sending it to userspace
    1cbb51d83f56 net/sched: tcindex: search key must be 16 bits
    cd9569062d8e i40e: Add checking for null for nlmsg_find_attr()
    290e7084926c net/sched: act_ctinfo: use percpu stats
    22d0cb47047a flow_offload: fill flags to action structure
    d53360d443be drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list
    8174915c7bf3 drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()
    43dd56f7bfcb mm/filemap: fix page end in filemap_get_read_batch
    a158782b56b0 nilfs2: fix underflow in second superblock position calculations
    13bc7dd5b365 ipv6: Fix tcp socket connection with DSCP.
    f3326fa5e480 ipv6: Fix datagram socket connection with DSCP.
    9c35c81fd6f0 ixgbe: add double of VLAN header when computing the max MTU
    59a74da8da75 net: mpls: fix stale pointer if allocation fails during device rename
    bf8b820ea0ca net: stmmac: Restrict warning on disabling DMA store and fwd mode
    269520bee744 bnxt_en: Fix mqprio and XDP ring checking logic
    0428aabbcc15 net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence
    1563e998a938 net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()
    338f826d3afe net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path
    59e30d2bd309 dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
    becf55394f6a net/sched: tcindex: update imperfect hash filters respecting rcu
    3d5f95be49c5 sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list
    fa56f164455e net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown Quirk
    2603a5ca6223 net: bgmac: fix BCM5358 support by setting correct flags
    a5e4f2b284dc i40e: add double of VLAN header when computing the max MTU
    1f23ca5dba6c ixgbe: allow to increase MTU to 3K with XDP enabled
    65d07ae69bd3 revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"
    50267cf35ba0 net: Fix unwanted sign extension in netdev_stats_to_stats64()
    3775c95ffbc6 Revert "mm: Always release pages to the buddy allocator in memblock_free_late()."
    57081f83849c selftest/lkdtm: Skip stack-entropy test if lkdtm is not available
    9197daee9eb6 of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
    8b29a1866f64 hugetlb: check for undefined shift on 32 bit architectures
    cca2b3feb701 sched/psi: Fix use-after-free in ep_remove_wait_queue()
    c5f2151afb2a ALSA: hda/realtek - fixed wrong gpio assigned
    1a3f8c85cd2a ALSA: hda/conexant: add a new hda codec SN6180
    ecad2fafd424 mmc: mmc_spi: fix error handling in mmc_spi_probe()
    1e06cf04239e mmc: sdio: fix possible resource leaks in some error paths
    732e3b293ca3 mmc: jz4740: Work around bug on JZ4760(B)
    fdaf88531cfd tcp: Fix listen() regression in 5.15.88.
    9a1d92cbeac3 netfilter: nft_tproxy: restrict to prerouting hook
    3fc9dc0340e0 platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
    c2cb2c71da50 platform/x86: amd-pmc: Correct usage of SMU version
    2dcf115681d4 platform/x86: amd-pmc: Fix compilation when CONFIG_DEBUGFS is disabled
    32e3a6c4a756 platform/x86: amd-pmc: Export Idlemask values based on the APU
    1723efa4c375 drm/amd/display: Fail atomic_check early on normalize_zpos error
    178993157e8c aio: fix mremap after fork null-deref
    3cfc5e84ac6f mptcp: do not wait for bare sockets' timeout
    e0e93c8599c5 xfs: don't leak btree cursor when insrec fails after a split
    294c022a070a xfs: purge dquots after inode walk fails during quotacheck
    96f0651a264b xfs: assert in xfs_btree_del_cursor should take into account error
    88ccad17784a xfs: don't assert fail on perag references on teardown
    ddf1e0fd43b2 xfs: avoid unnecessary runtime sibling pointer endian conversions
    5f0e21a4a885 xfs: validate v5 feature fields
    ea0ce7c13610 xfs: set XFS_FEAT_NLINK correctly
    0cc9f9cc8d91 xfs: detect self referencing btree sibling pointers
    4e96f5ace9ac xfs: fix potential log item leak
    8abef857eb91 xfs: zero inode fork buffer at allocation
    63b8e4cc31fd nvmem: core: fix return value
    eac1ad2f5e21 nvmem: core: fix registration vs use race
    8f9c4b2a3b13 nvmem: core: fix cleanup after dev_set_name()
    14eea6449473 nvmem: core: add error handling for dev_set_name
    36a5ae5cf90a platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match
    f1cb549bcd0b drm/amd/display: Properly handle additional cases where DCN is not supported
    5ca46a04a5c3 nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association
    9ed522143f95 s390/decompressor: specify __decompress() buf len to avoid overflow
    99875ea9b5b4 net: sched: sch: Bounds check priority
    5027084bc097 drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED
    4fdc19e4fa23 net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
    6769cd8a7488 net/rose: Fix to not accept on connected socket
    2ddb9fa56665 tools/virtio: fix the vringh test for virtio ring changes
    a35c241065ee ASoC: cs42l56: fix DT probe
    f312367f5246 bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
    e909f5f2aa55 ALSA: hda: Do not unset preset when cleaning up codec
    5541d35f5d03 selftests/bpf: Verify copy_register_state() preserves parent/live fields
    7814e28c4183 ASoC: Intel: sof_cs42l42: always set dpcm_capture for amplifiers
    d15ab7320892 ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
    06f2a84d626a ACPI / x86: Add support for LPS0 callback handler
    14a2de5c16f3 riscv: kprobe: Fixup misaligned load text
    b5d5f1ad057e kprobes: treewide: Cleanup the error messages for kprobes
    2a6853c0ea03 mptcp: fix locking for in-kernel listener creation

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2 years agolinux-yocto/6.1: update to v6.1.14
Bruce Ashfield [Wed, 1 Mar 2023 15:13:43 +0000 (10:13 -0500)] 
linux-yocto/6.1: update to v6.1.14

Updating  to the latest korg -stable release that comprises
the following commits:

    7d54cb2c26da Linux 6.1.14
    de41a146f98e bpf: add missing header file include
    a1bc22d04dcf randstruct: disable Clang 15 support
    0a1394e07c5d ext4: Fix function prototype mismatch for ext4_feat_ktype
    30b3075be48b platform/x86: nvidia-wmi-ec-backlight: Add force module parameter
    16f118699259 platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLY
    09e7816c61cd audit: update the mailing list in MAINTAINERS
    2c97c5bc0b6f wifi: mwifiex: Add missing compatible string for SD8787
    729bad73c01f sh: define RUNTIME_DISCARD_EXIT
    af3fae1cb282 s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
    a783d7f7cb95 powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
    9c87fd4a3044 powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
    bffd0bbf8c55 arch: fix broken BuildID for arm64 and riscv
    3e3e4d234d46 arm64: remove special treatment for the link order of head.o
    48e9a752ce40 riscv: remove special treatment for the link order of head.o
    f977340022ad Bluetooth: btusb: Add more device IDs for WCN6855
    9d80f3e60043 x86/static_call: Add support for Jcc tail-calls
    c51a456b4179 x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions
    75c066485bcb x86/alternatives: Introduce int3_emulate_jcc()
    684db631a157 uaccess: Add speculation barrier to copy_from_user()
    173cadcece76 nfp: ethtool: fix the bug of setting unsupported port speed
    05c91c039139 nfp: ethtool: support reporting link modes
    fd2dba8b4a35 powerpc/64s/radix: Fix RWX mapping with relocated kernel
    05197a0916f5 selftests: kvm: move declaration at the beginning of main()
    0e2dba8c0ebe KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
    44610f4c3093 drm/i915: Remove __maybe_unused from mtl_info
    185ffdeb772c spi: mediatek: Enable irq before the spi registration
    5260618d5783 powerpc: dts: t208x: Disable 10G on MAC1 and MAC2
    a169ff38abd0 can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len
    63fada296062 KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
    a51ed3943eba KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid
    896143c4333d KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception
    3fab7adc2f65 docs: perf: Fix PMU instance name of hisi-pcie-pmu
    80cf2b219ebc spi: mediatek: Enable irq when pdata is ready
    e933c28aa5cd scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus reset
    8ec73f41504b scsi: libsas: Add smp_ata_check_ready_type()
    38c5d24d8723 random: always mix cycle counter in add_latent_entropy()
    afec25854ca7 sched/psi: Stop relying on timer_pending() for poll_work rescheduling
    104cf4cc127b clk: mxl: syscon_node_to_regmap() returns error pointers
    65e53eaad077 powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G
    3391bea3d6b8 clk: mxl: Fix a clk entry by adding relevant flags
    77fee59653c6 clk: mxl: Add option to override gate clks
    005b9a123c97 clk: mxl: Remove redundant spinlocks
    811bdf228e72 clk: mxl: Switch from direct readl/writel based IO to regmap based IO
    0deb50618944 drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink
    0076bded9663 wifi: rtl8xxxu: gen2: Turn on the rate control
    441961c43150 wifi: ath11k: fix warning in dma_free_coherent() of memory chunks while recovery
    2af157c9c8f3 drm/etnaviv: don't truncate physical page address
    1ac8758e0272 Linux 6.1.13
    4419cb8e5b0f net: sched: sch: Fix off by one in htb_activate_prios()
    0c89a43beb87 ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak
    02f81e0256d0 nvme-pci: refresh visible attrs for cmb attributes
    70fdd9831a5f alarmtimer: Prevent starvation by small intervals and SIG_IGN
    cfc2faf3a6fe perf/x86: Refuse to export capabilities for hybrid PMUs
    747ca7c8a0c7 kvm: initialize all of the kvm_debugregs structure before sending it to userspace
    9ca0910b2def KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)
    8017a161e84e nvme-rdma: stop auth work after tearing down queues in error recovery
    e94e1ea596f0 nvme-tcp: stop auth work after tearing down queues in error recovery
    513e4b876ec5 net/sched: tcindex: search key must be 16 bits
    49f04300d495 i40e: Add checking for null for nlmsg_find_attr()
    974cfed82cc9 mm: extend max struct page size for kmsan
    eaba8521fd20 mm/gup: add folio to list when folio_isolate_lru() succeed
    f16e2f7c52d0 ipv6: Fix tcp socket connection with DSCP.
    22e6dc065323 ipv6: Fix datagram socket connection with DSCP.
    b6eabfb05c3d ixgbe: add double of VLAN header when computing the max MTU
    55c96c5e8e08 igb: Fix PPS input and output using 3rd and 4th SDP
    39f797719d5c igb: conditionalize I2C bit banging on external thermal sensor support
    c376227845ee net: mpls: fix stale pointer if allocation fails during device rename
    54b6082aec17 tipc: fix kernel warning when sending SYN message
    863a7de987f0 net: use a bounce buffer for copying skb->mark
    92573c6d20c4 net: stmmac: Restrict warning on disabling DMA store and fwd mode
    ac6e733f81f8 tracing: Make trace_define_field_ext() static
    b444fcc306a7 bnxt_en: Fix mqprio and XDP ring checking logic
    c9d483a82848 net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence
    e336a9e08618 net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()
    b6d204731178 net/sched: act_ctinfo: use percpu stats
    02df3170c04a net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path
    229461ff0f43 dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
    736281d45907 ice: xsk: Fix cleaning of XDP_TX frames
    bd662ba56187 net/sched: tcindex: update imperfect hash filters respecting rcu
    b70ec9872910 sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list
    b7ec3971f183 net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown Quirk
    ec9938d1b56e net: bgmac: fix BCM5358 support by setting correct flags
    5fbf79841b3f i40e: add double of VLAN header when computing the max MTU
    6d9f1ff81a89 ixgbe: allow to increase MTU to 3K with XDP enabled
    a813e55c1086 ice: fix lost multicast packets in promisc mode
    2fc3ff76e96f drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list
    e105b5e0d703 drm/vc4: Fix YUV plane handling when planes are in different buffers
    fcc6266d0da4 drm/vc4: crtc: Increase setup cost in core clock calculation to handle extreme reduced blanking
    b5aa09a0d4b7 revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"
    3d16f4d7a1bc net: Fix unwanted sign extension in netdev_stats_to_stats64()
    2578123d5bdb Revert "mm: Always release pages to the buddy allocator in memblock_free_late()."
    0ed7b542c21c coredump: Move dump_emit_page() to kill unused warning
    7f9f6c54da87 freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
    854e1ecff266 gpio: sim: fix a memory leak
    54806cb7516c mm/migrate: fix wrongly apply write bit after mkdirty on sparc64
    d4d9bdc6946d mm/filemap: fix page end in filemap_get_read_batch
    fd71c8d3b005 mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
    a8ef5109f93c nilfs2: fix underflow in second superblock position calculations
    0047bcac7af7 hugetlb: check for undefined shift on 32 bit architectures
    c6879a4dcefe sched/psi: Fix use-after-free in ep_remove_wait_queue()
    bd302d7db300 ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LH
    939640b99743 ata: ahci: Add Tiger Lake UP{3,4} AHCI controller
    6f07db9550a6 ALSA: hda/realtek: Enable mute/micmute LEDs and speaker support for HP Laptops
    789597ef058d ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.
    9755eefe8ae0 ALSA: hda/realtek - fixed wrong gpio assigned
    c1de4def2e88 ALSA: hda/conexant: add a new hda codec SN6180
    e0089167543e ALSA: hda: Fix codec device field initializan
    82645bf4ed02 mmc: mmc_spi: fix error handling in mmc_spi_probe()
    f855d31bb38d mmc: sdio: fix possible resource leaks in some error paths
    0de3e53eab95 mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set
    459980cc1448 mmc: jz4740: Work around bug on JZ4760(B)
    0a127ac97240 drm/vmwgfx: Do not drop the reference to the handle too soon
    14a14da042dd drm/vmwgfx: Stop accessing buffer objects which failed init
    020eccac747e drm/amd/display: Fail atomic_check early on normalize_zpos error
    dbe3529e816e drm/amd/amdgpu: fix warning during suspend
    8da6df028d53 drm: Disable dynamic debug as broken
    f1d91f0e9d5a fbdev: Fix invalid page access after closing deferred I/O devices
    eb80a7f34f3a vmxnet3: move rss code block under eop descriptor
    af126acf01a1 aio: fix mremap after fork null-deref
    86e3baf6a6a2 mm: shrinkers: fix deadlock in shrinker debugfs
    b184caaf62aa kasan: fix Oops due to missing calls to kasan_arch_is_ready()
    50b21bba3626 of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
    421eea6b41ad selftests: mptcp: userspace: fix v4-v6 test in v6.1
    66ec619e4591 ceph: blocklist the kclient when receiving corrupted snap trace
    eb253f83d403 ceph: move mount state enum to super.h
    b9f21e40135a platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match
    b4e79d0c7f9b drm/amd/display: Properly handle additional cases where DCN is not supported
    fc64b04297a0 drm/amdgpu: Enable vclk dclk node for gc11.0.3
    e9cbb2b0d9f6 drm/amdgpu: enable HDP SD for gfx 11.0.3
    488770cbddd8 drm/amd/display: Reset DMUB mailbox SW state after HW reset
    383e32fa274a drm/amd/display: Unassign does_plane_fit_in_mall function from dcn3.2
    7dbd205349f1 drm/amd/display: Adjust downscaling limits for dcn314
    0c42622a573b drm/amd/display: Add missing brackets in calculation
    53fb698a8a28 nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set
    84ea5242b723 nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_set
    fd646ac5403f nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association
    f1eb22d0ff06 s390/decompressor: specify __decompress() buf len to avoid overflow
    f6415c9c9a0b net: sched: sch: Bounds check priority
    5252655127c7 net: ethernet: mtk_eth_soc: Avoid truncating allocation
    07a0e6d20106 drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED
    b266c2e72ef3 fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()
    63c12d00d856 powerpc/64: Fix perf profiling asynchronous interrupt handlers
    07c53834ec27 net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
    15aa6a4274fb selftest: net: Improve IPV6_TCLASS/IPV6_HOPLIMIT tests apparmor compatibility
    ad549f06e3de net/rose: Fix to not accept on connected socket
    5d2cc32c1c10 vdpa: ifcvf: Do proper cleanup if IFCVF init fails
    2ad95cb1af7a tools/virtio: fix the vringh test for virtio ring changes
    925b1c909d11 ASoC: cs42l56: fix DT probe
    749985988148 bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
    22fcbb7802b9 ASoC: amd: yc: Add Xiaomi Redmi Book Pro 15 2022 into DMI table
    427ca2530da8 ALSA: hda: Do not unset preset when cleaning up codec
    544062e65f44 selftests/bpf: Verify copy_register_state() preserves parent/live fields
    2cd6e872d88d ASoC: Intel: sof_ssp_amp: always set dpcm_capture for amplifiers
    c2241c6c8e21 ASoC: Intel: sof_nau8825: always set dpcm_capture for amplifiers
    0a0754ca3c7c ASoC: Intel: sof_cs42l42: always set dpcm_capture for amplifiers
    f40f3dd00576 ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
    44bec0e7bf0a ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
    ad5716dea7d8 ASoC: SOF: sof-audio: start with the right widget type
    591d69e47a58 ASoC: amd: yc: Add DMI support for new acer/emdoor platforms
    d8c594da79bc btrfs: lock the inode in shared mode before starting fiemap
    f2e0134b43be btrfs: move the auto defrag code to defrag.c
    3fbcd42b3e66 mptcp: fix locking for in-kernel listener creation
    c4fcda0def04 mptcp: deduplicate error paths on endpoint creation
    03edc4a27dad mptcp: fix locking for setsockopt corner-case
    94ed108bf18c mptcp: sockopt: make 'tcp_fastopen_connect' generic

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>