| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The perl-version.bbclass executes functions which can depend on
variables potentially populated by native, such as `libdir`. The
sanity `native-last` suggests that recipes should `inherit native`
last, but when that is done the variables like PERLVERSION end up
as `None`, since `${STAGING_LIBDIR}` needs `${libdir}` which is not
yet populated (by native).
All recipes in poky and widely used meta-layers have already been
updated to use the functions directly instead of relying on these
problematic variables. Delete the variables so that future recipes
do not make the mistake of using them.
Related: openbmc/openbmc#3770
(From OE-Core rev: 9351b6e7fab5669340bb062b9c84fb4faa3dce0b)
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Drop backported/merged patches:
Revert-linux-user-add-more-compat-ioctl-definitions.patch
configure-Fix-check-tcg-not-executing-any-tests.patch
contrib-vhost-user-blk-Replace-lseek64-with-lseek.patch
Revert-linux-user-fix-compat-with-glibc-2.36-sys-mou.patch
Drop socket chardev patch with conflicts:
chardev-connect-socket-to-a-spawned-command.patch
This last patch was added in support of swtpm however it isn't clear if anyone
is still using that workflow. The patch uses API calls such as as qemu_fork()
which were removed in 8.0.0 and replaced with gspawn calls. If anyone needs the
patch, it will be better for them to forward port it, test it and reinstate it,
preferably with a discussion with upstream about it too.
(From OE-Core rev: fe8125565af07b73f9b29db2188ecb6e884bcc70)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See the patch for more details, fixes a regression in qemu causing
illegal instructions in libm on powerpc, triggered by a libinput
upgrade.
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=f1c56cdff09f650ad721fae026eb6a3651631f3d
was the glibc code generating the instruction and triggering the issue.
(From OE-Core rev: bf0e4c8bb6ba22274d17d74c1df69a78f8aa157c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
| |
(From OE-Core rev: 2a86ca028980b501e386f6bb8293a094fd77f97b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Update to 23.0.3 stable release. Release notes in:
- https://docs.mesa3d.org/relnotes/23.0.3.html
(From OE-Core rev: 0defbb5925e309799162e221285e4cfb2e2c2ca5)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: ba1d66131aa93733828e8dfd718acd6659e82802)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream now only generates CMake files on Windows, so remove all
references to CMake.
A zsh completion is now installed, remove this for now as we don't really
use zsh.
(From OE-Core rev: 94cf6ef11bba381ab6f65b03ed1ed14022438151)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Drop merged introspection patch.
(From OE-Core rev: 8ac81784ce414057039bc16417a8b2dd8f58497d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Remove determinism.patch, this is obsolete now that we set
GIT_CEILING_DIRECTORIES to stop git climbing the tree outside of the
work directory.
(From OE-Core rev: e652d9bee3940e8ee7c3346c801deef4801dbaeb)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From yocto-docs rev: d84b771e2ca22fa7dd9525dc515d3972035366eb)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Comparing init managers by features
(From yocto-docs rev: 1039bbe55b5b7375e8dd969940bbd656115a5ab0)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From yocto-docs rev: 6e4b1af0fed2b59909ac9db1be2aaf3e3b542b0c)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Function 'gen_updatealternativesvardeps' still used old override
syntax when fetching variable flags. Update to use ':' instead to match
recipe meta data. This was found by review and no real issue encountered
but it is a bug that affects variable dependencies and can affect rebuilds
as task hashes might not be accurate.
(From OE-Core rev: 5691f554b2cd50f256a8cbb1d96781e9eb6b930e)
Signed-off-by: Peter Bergin <peter.bergin@windriver.com>
Signed-off-by: Peter Bergin <peter@berginkonsult.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Brings the following changes
* b928c723 fix return value of wmemcmp for extreme wchar_t values
* 4724793f fix wide printf numbered argument buffer overflow
* c1b42c4a wait4: fix missing rusage on x32 due to wrong success condition
* 9b12982d semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
* 6d322159 getopt: fix null pointer arithmetic ub
* 35e98311 nftw: fix use of uninitialized struct stat
* 7c410472 fix inadvertently static local var in dynlink get_lfs64
* 77327ed0 dns: check length field in tcp response message
(From OE-Core rev: 07ed616f776dd09cdadd323dfc8572491bab5aa3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
Add package to contain the new zsh completion files.
(From OE-Core rev: 9db1a06969e33cb7a67b196b9ff7479202384151)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
| |
(From OE-Core rev: dd5f69ab172e60eb222c599bfbab5833b94483a5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We're seeing warnings like:
WARNING: Nothing RPROVIDES 'nativesdk-procps' (but virtual:nativesdk:XXX/python3-psutil_5.9.4.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'nativesdk-python3-psutil-dev' (but virtual:nativesdk:XXX/python3-psutil_5.9.4.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'nativesdk-python3-psutil' (but virtual:nativesdk:XXX/python3-psutil_5.9.4.bb RDEPENDS on or otherwise requires it)
which means this likely has never been working in the first place. Drop it
until it is needed and fixed to work.
(From OE-Core rev: e1c9cbe8b14c259c30df375d3f8c1bd9b3a818fa)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Found two places missed with droping from this list a few years back.
(From OE-Core rev: 7db8c52dd31c495c35c239d317bc5a098662cc53)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 7870364e482bfae35fb647977c8e03bf3ef1e2a9)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
Pytest can call tomllib (for example, when running the
python3-cryptography tests), so add it as a RDEPENDS.
(From OE-Core rev: 2bc8c7135045cea2d95990df7df96f271a609758)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ensure that even if a ptests results section is empty, the log parser adds that
empty section. Then ensure that empty sections trigger warnings.
This means if a ptest suddently stops returning any results, we notice and see
warnings about it. This has gone unnoticed on the autobuilder far too many times
so is very much worth highlighting as a regression. We shouldn't have empty ptests.
(From OE-Core rev: 5ad0cf57b41ec7f44647a03bc568d0b24906cc8d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a ptest for lz4.
- It is taking around 9 min to execute with kvm, so added it to PTEST_SLOW.
- It contains one case: test_frame.
- Below is the run log:
START: ptest-runner
2023-04-06T00:36
BEGIN: /usr/lib/lz4/ptest
Starting lz4frame tester (64-bits, 1.9.4)
Seed = 7314
Basic tests completed
All tests completed
PASS: lz4/test_frame
DURATION: 573
END: /usr/lib/lz4/ptest
2023-04-06T00:45
STOP: ptest-runner
TOTAL: 1 FAIL: 0
(From OE-Core rev: 2ee144a0bfb88823bfa788697bb7afc9a572c413)
Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
handling
There is little point in having "crosssdk" suffex added to the virtual provider within
gcc/go since the TARGET_PREFIX or SDK_PREFIX already encapsulates this. Remove it
allowing some of the special case overriding to be removed.
This also allows removal of some of the MLPREFIX usage since again, the triplet
also covers this.
(From OE-Core rev: fe0206ba482d209b24e636d578aa68ba5e67ba1b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
handling
There is little point in having "crosssdk" suffex added to the virtual provider within
binutils since the TARGET_PREFIX or SDK_PREFIX already encapsulates this. Remove it
allowing some of the special case overriding to be removed.
(From OE-Core rev: 6856fc5c848cc2564bebe03a007ef109f46d0adb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
It can be hard to tell why bitbake does some things slowly. Log the changes
to the base configuration and parse cache status so that it becomes clear
from the logs when the cache invalidation causes a slowdown.
(Bitbake rev: 6e99d89f3c00a5f53c24d687eaef24f52fe0ef99)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From yocto-docs rev: dc59b636bb4319a3af552bce84929ddb22a479fb)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add details about INIT_MANAGER
Correct the fact that "none" currently generates
an image with "sysvinit", at least on Poky.
This behaviour should probably be changed.
- Expand the "Selecting an Initialization Manager" section.
- Stop mentioning "rescue image" generation, as this
is not detailed anywhere else.
(From yocto-docs rev: fd99f2753b50b7ad6133b787b90331fcb3a35152)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove empty subsections (detailed elsewhere)
- Fix bullet list syntax (missing leading empty line)
- Fix a few CVE URLs
- Add some references
- Minor font and case fixes
(From yocto-docs rev: ec63abf8b67458ad9f8d8942e0c327d3de93eef9)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From yocto-docs rev: 59b6dcc2ea952a76df96b6b8ae80cce5dcae4161)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
Also add a target (and use) a target
for the "Long Term Support Release" section.
(From yocto-docs rev: 98d6f2066fcdb20e63b8da6ed52d0f3590b15195)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Reduce the importance of https://downloads.yoctoproject.org/releases
(mostly obsolete), mention only
https://downloads.yoctoproject.org/releases/yocto/
- Update the corresponding text, especially the names of the components.
- Update screenshots.
(From yocto-docs rev: 9b2eb5f19f6121406ff7b72b846554f3016bc789)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
(From yocto-docs rev: 5811f4eb3e73aa5f8ca90e40ec6559a6d4d58fa3)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: Saul Wold <Saul.Wold@windriver.com>
CC: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Except the "yocto" and "uninative" directories, everything
under https://downloads.yoctoproject.org/releases/, in particular
"bitbake".
Point to https://downloads.yoctoproject.org/releases/yocto/
instead for people interested in tar archives.
Simplify the description too, unnecessarily verbose.
(From yocto-docs rev: 502b00003b1c84d7b419f01b87a6ab6a121a7ad9)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From yocto-docs rev: 2f07fddce909d13a7175e713118af7730e2e5529)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From yocto-docs rev: 707596c89e42b222df1f1659eb39a7574fba95e9)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
This addresses [YOCTO #15092]
(From yocto-docs rev: f65816f5ea62e6c4301c0bd0c6aad91110963f9e)
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2023-1652 & CVE-2023-1829 are fixed by all version used by
linux-yocto.
Fixing commits are not referenced by NVD but are referenced by:
* https://www.linuxkernelcves.com
* Debian kernel-sec team
... this should be trust worthy enough.
(From OE-Core rev: 8f9d6c5b0238641313387c139442566752a1d25d)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a bit of a compatibility issue more than anything. Some devices
get upset if the FAT file system contains less blocks than the
partition.
The fixed-size argument is currently respected by the partition creation
step but not by the file system creation step. Let's make it so the file
system respects this value as well.
(From OE-Core rev: 38e1a235f5eceade7c871f96dc97f6c384384c7b)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
error message:
file /usr/share/info/sframe-spec.info conflicts between attempted installs of binutils-doc-2.40-r0.aarch64 and gdb-doc-13.1-r0.aarch64
(From OE-Core rev: 26760f6220b459a34e6cdef3cd70be40dc3b68c8)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
locale setting are done with glibc in mind and they cause segfaults with
musl. Therefore make these tweaks specific to glibc
(From OE-Core rev: ec613440e4fb9a9d1f35081654a6d95dee6dc3bd)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This already got fixed in the toolchain file that is used during development
in https://github.com/openembedded/openembedded-core/commit/cb42802f2fe1760f894a435b07286bca3a220364
The toolchain file generated by the cmake.bbclass however does not set
CMAKE_SYSROOT. Under certain circumstances this also leads to the error:
`"stdlib.h: No such file or directory #include_next <stdlib.h>"`
during the build of a recipe.
An example where this accured was during the upgrade of the Apache Thrift
recipe in meta-openembedded to 0.11.0. With this change the build works out of
the box.
CMAKE_SYSROOT must only be set when crosscompiling, otherwise it will interfere
with the native compiler headers.
(From OE-Core rev: eb51e30e17c0c98441583854e8f8632e4fb5d11c)
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
(from http://lists.openembedded.org/pipermail/openembedded-core/2018-August/154791.html )
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com>
Signed-off-by: Poonam Jadhav <ppjadhav456@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 0bcf105ec39ea86836ec05d4bd1746bbaaec7406)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
misc.test fails on musl due to nftw order, ignore it for now
(From OE-Core rev: 91168c7ddb06454106fa15bd26e7dc70db6eefd0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the error message in musl based systems is
EXPECTED: Operation not supported
RECIEVED: Not supported
The test is then marked as failed due to this.
Ignore this test on musl
(From OE-Core rev: b29ce2f571fa38646e5d2000a502eed040cae1c0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
These tests depend on features of locale which is not fully available on
musl
(From OE-Core rev: 1179ab508b9cf6492d9c92887c11a8030e8a9763)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If gcc is installed in image, ptest result has 4 ERROR.
ERROR: tests/rm/r-root.sh
ERROR: tests/rm/rm-readdir-fail.sh
ERROR: tests/cp/nfs-removal-race.sh
ERROR: tests/ls/getxattr-speedup.sh
r-root.log as an example:
--------------------------
k.c:1:10: fatal error: stdio.h: No such file or directory
1 | #include <stdio.h>
| ^~~~~~~~~
compilation terminated.
r-root.sh: set-up failure: failed to build shared library
ERROR tests/rm/r-root.sh (exit status: 99)
--------------------------
reason:
The run-ptest calls make cmd to run test cases.
In these cases, k.c file is created and compiled by gcc before run.
There is a stdio.h file in /usr/include/ directory.
Normally, gcc has /usr/include as part of its default search path.
But in Makefile, it has the "--sysroot=recipe-sysroot" parameter
which makes it does not work.
solution:
Delete "--sysroot=recipe-sysroot" from Makefile.
other:
If gcc is not installed in image, these cases will be skipped.
(From OE-Core rev: e8ccb880c85ec03d055f195f28ba6a838b4b93c7)
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
3299fb36854f Linux 5.15.108
adef0cebea85 nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDs
c6897dfe2bb6 counter: Add the necessary colons and indents to the comments of counter_compi
fa934784fb65 counter: fix docum. build problems after filename change
0cf283340023 panic, kexec: make __crash_kexec() NMI safe
9e1e511119b1 kexec: turn all kexec_mutex acquisitions into trylocks
6fc7a53fcc4c nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
fa43e0591900 nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN
a814fc9e6e59 nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760
972e06d09e86 nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610
cf773832139b nvme-pci: Crucial P2 has bogus namespace ids
5a19b9a49aea nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDs
65f5dc5dff29 nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50
3daaa5f7aae2 i2c: ocores: generate stop condition after timeout in polling mode
0af686415ca2 x86/rtc: Remove __init for runtime functions
b11ff3ef4d09 sched/fair: Fix imbalance overflow
90e3dc510106 sched/fair: Move calculate of avg_load to a better location
6d1353781bba powerpc/papr_scm: Update the NUMA distance table for the target node
0b031f5983f8 ubi: Fix deadlock caused by recursively holding work_sem
85d7a7044b75 ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
f0b4a4086cf2 mptcp: stricter state check in mptcp_worker
925e1a510a2e mptcp: use mptcp_schedule_work instead of open-coding it
f4f2a1d491e9 cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
19c7f9329bdb x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot
05143d90ac90 scsi: ses: Handle enclosure with just a primary component gracefully
aaae6d303150 net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflow
b1ca14361d49 net: phy: nxp-c45-tja11xx: add remove callback
0359e505bcd7 net: sfp: initialize sfp->i2c_block_size at sfp allocation
a42f565c0e96 riscv: add icache flush for nommu sigreturn trampoline
6eeb1cba4c9d drm/i915: fix race condition UAF in i915_perf_add_config_ioctl
9b344cf6aea0 i915/perf: Replace DRM_DEBUG with driver specific drm_dbg call
6b337a13c144 tracing: Have tracing_snapshot_instance_cond() write errors to the appropriate instance
1403518ed0d9 tracing: Add trace_array_puts() to write into instance
670e54151b7a counter: 104-quad-8: Fix Synapse action reported for Index signals
6e25d374cd95 counter: Internalize sysfs interface code
c4153e662883 counter: stm32-timer-cnt: Provide defines for slave mode selection
4c1010848b12 counter: stm32-lptimer-cnt: Provide defines for clock polarities
189ada57e88c ACPI: resource: Add Medion S17413 to IRQ override quirk
248a18a895e2 wifi: iwlwifi: mvm: fix mvmtxq->stopped handling
0efd9ed92926 asymmetric_keys: log on fatal failures in PE/pkcs7
ae2b44aeade1 verify_pefile: relax wrapper length check
744f80ae0716 drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90F
05a24344296e efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L
0f9d2fc58824 i2c: hisi: Avoid redundant interrupts
d21a46212009 i2c: imx-lpi2c: clean rx/tx buffers upon new message
8451da304b4a wifi: mwifiex: mark OF related data as maybe unused
9aeff275b7f7 power: supply: cros_usbpd: reclassify "default case!" as debug
788f4a3d3987 ARM: 9290/1: uaccess: Fix KASAN false-positives
53967ac8080b libbpf: Fix single-line struct definition output in btf_dump
906a6689bb01 skbuff: Fix a race between coalescing and releasing SKBs
7ccc58a1a756 net: macb: fix a memory corruption in extended buffer descriptor mode
ed2ec39e46fe udp6: fix potential access to stale information
e97ff11b396c RDMA/core: Fix GID entry ref leak when create_ah fails
6109f5b13ce3 sctp: fix a potential overflow in sctp_ifwdtsn_skip
c6a796ee5a63 net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
9b1ca43bcf3d qlcnic: check pci_reset_function result
ffa4f32952e2 drm/armada: Fix a potential double free in an error handling path
a94f5d35fdbb tcp: restrict net.ipv4.tcp_app_win
a08ec4ed3b6e niu: Fix missing unwind goto in niu_alloc_channels()
e35ae49bc198 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
b41da67451b0 bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
48e8e7851dc0 RDMA/cma: Allow UD qp_type to join multicast only
1569a4cdb973 IB/mlx5: Add support for 400G_8X lane speed
f6711bc5c016 RDMA/irdma: Add ipv4 check to irdma_find_listener()
c8c7a7aee861 RDMA/irdma: Increase iWARP CM default rexmit count
810250c9c661 RDMA/irdma: Fix memory leak of PBLE objects
aa2607bae45f clk: sprd: set max_register according to mapping range
0004a50c535f drm/i915/dsi: fix DSS CTL register offsets for TGL+
1bb4a52c3caa KVM: arm64: PMU: Restore the guest's EL0 event counting after migration
c7acce3a0eeb mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min
7233b5baba10 mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
5ded9b750f30 mtd: rawnand: meson: fix bitmask for length in command word
0162836a51bb mtdblock: tolerate corrected bit-flips
ad574345ce26 fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
a55a95365e08 btrfs: fix fast csum implementation detection
6da03c237d56 btrfs: print checksum type and implementation at mount time
0efb276d5848 Bluetooth: Fix race condition in hidp_session_thread
ac6725a634f7 Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
d98498ad5695 ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards
c5797c87e74e ALSA: emu10k1: don't create old pass-through playback device on Audigy
f1ef453157b4 ALSA: firewire-tascam: add missing unwind goto in snd_tscm_stream_start_duplex()
7901d787e455 ALSA: i2c/cs8427: fix iec958 mixer control deactivation
d8697aa12ae6 ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
34a0ada0a8b2 ALSA: emu10k1: fix capture interrupt handler unlinking
55e4eef5545d Revert "pinctrl: amd: Disable and mask interrupts on resume"
(From OE-Core rev: f430362a2bd2d40b878f09486bb42315867cdc2d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
f17b0ab65d17 Linux 6.1.25
243d9f3a1101 cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
e33ab28395d3 cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
ff5a4fe2598e cgroup/cpuset: Skip spread flags update on v2
1058e9a130ce nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
dfae73fafd72 nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN
f4523cd4986f cifs: fix negotiate context parsing
8f09ece19c22 i2c: ocores: generate stop condition after timeout in polling mode
6f5758fd2edf x86/rtc: Remove __init for runtime functions
31c5ad43bdd1 sched/fair: Fix imbalance overflow
98c77adf519d powerpc/papr_scm: Update the NUMA distance table for the target node
9277d0e5889c i2c: mchp-pci1xxxx: Update Timing registers
50eb90da4fa0 ubi: Fix deadlock caused by recursively holding work_sem
3dce44039b62 ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
aff9099e9c51 mptcp: stricter state check in mptcp_worker
4d433920eb5e mptcp: use mptcp_schedule_work instead of open-coding it
1f93ed9a6841 drm/amd/pm: correct SMU13.0.7 max shader clock reporting
8464a01508f4 drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings
a746ad276b2e cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
f06c9b01540c cgroup/cpuset: Fix partition root's cpuset.cpus update bug
53244494bfcb cgroup: fix display of forceidle time at root
226f6410fd43 x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot
f8e702c54413 scsi: ses: Handle enclosure with just a primary component gracefully
c918d0bc687c net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflow
4fb1a978a373 net: phy: nxp-c45-tja11xx: add remove callback
4b3101989e19 net: sfp: initialize sfp->i2c_block_size at sfp allocation
6c8cc40c588f HID: intel-ish-hid: Fix kernel panic during warm reset
5d12b36d72bb riscv: add icache flush for nommu sigreturn trampoline
a2f6ded41bec ksmbd: avoid out of bounds access in decode_preauth_ctxt()
2128f7c00fa5 maple_tree: fix write memory barrier of nodes once dead for RCU mode
f58574f238c3 tracing: Have tracing_snapshot_instance_cond() write errors to the appropriate instance
5620eeb379d1 tracing: Add trace_array_puts() to write into instance
41afd2473dc4 KVM: SVM: Flush Hyper-V TLB when required
d8b1253f223c x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
8eb5ca7f344e KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
38b091c8a3f2 KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
59ef934fcc52 x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
6e999e45ab1c ACPI: resource: Add Medion S17413 to IRQ override quirk
8c1e247907b9 drm/amdgpu/gfx: set cg flags to enter/exit safe mode
b4efb6af93ca drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobs
df27bcd0cf2b drm/amdgpu: add mes resume when do gfx post soft reset
6c2103d9a88e wifi: iwlwifi: mvm: protect TXQ list manipulation
742ae1a6c65d wifi: iwlwifi: mvm: fix mvmtxq->stopped handling
bb0cf2bd6363 nvme: send Identify with CNS 06h only to I/O controllers
3221808c1c6e asymmetric_keys: log on fatal failures in PE/pkcs7
d29a47b456fd verify_pefile: relax wrapper length check
9d482a09acd3 hwmon: (xgene) Fix ioremap and memremap leak
f2226c840f8d hwmon: (peci/cputemp) Fix miscalculated DTS for SKX
1fe2ed70c054 drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90F
25d36216b160 ACPI: video: Add backlight=native DMI quirk for Acer Aspire 3830TG
cec44fdfbdd6 block: ublk_drv: mark device as LIVE before adding disk
09b1f40a4ea2 efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L
a1cfba541300 i2c: hisi: Avoid redundant interrupts
bd51c04b7e18 i2c: imx-lpi2c: clean rx/tx buffers upon new message
bf7d62cac546 wifi: mwifiex: mark OF related data as maybe unused
3565e0b6bca5 selftests/bpf: Fix progs/find_vma_fail1.c build error.
ac5866fcb6f5 power: supply: axp288_fuel_gauge: Added check for negative values
d71b48d5b181 power: supply: cros_usbpd: reclassify "default case!" as debug
43bba80efd07 power: supply: rk817: Fix unsigned comparison with less than zero
eb365d1f507d ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory
19fdbc60b6be ARM: 9290/1: uaccess: Fix KASAN false-positives
8a5342878429 libbpf: Fix single-line struct definition output in btf_dump
71850b5af92d skbuff: Fix a race between coalescing and releasing SKBs
9412a9bf5952 net: macb: fix a memory corruption in extended buffer descriptor mode
ecdf42c23f3f udp6: fix potential access to stale information
6985701e628a selftests: openvswitch: adjust datapath NL message declaration
370280c65c28 RDMA/core: Fix GID entry ref leak when create_ah fails
5c9367ac5a22 sctp: fix a potential overflow in sctp_ifwdtsn_skip
bef57c227b52 net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
3756171b97c3 cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
eabf778f9b21 net: wwan: iosm: Fix error handling path in ipc_pcie_probe()
f517b5ee826a qlcnic: check pci_reset_function result
09f4dec1f6ac drm/armada: Fix a potential double free in an error handling path
a3f1344a7644 Bluetooth: Set ISO Data Path on broadcast sink
2fcfd51add22 Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt
99f1bc32ebcb Bluetooth: Fix printing errors if LE Connection times out
7c90d78301f8 Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure
644b3051b06b net: openvswitch: fix race on port output
d10c951191af iavf: remove active_cvlans and active_svlans bitmaps
aa0f377c9b00 iavf: refactor VLAN filter states
4f6c08c2323b bonding: fix ns validation on backup slaves
9d7765638fd8 tcp: restrict net.ipv4.tcp_app_win
53a22fa7f9c2 niu: Fix missing unwind goto in niu_alloc_channels()
24da5765d1ed KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs
361b02e68181 KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
8b9c64942ada bpf, arm64: Fixed a BTI error on returning to patched function
c4002b9d5e83 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
b7abd535881a dmaengine: apple-admac: Fix 'current_tx' not getting freed
fdbd0392352c dmaengine: apple-admac: Set src_addr_widths capability
c7bb085947c3 dmaengine: apple-admac: Handle 'global' interrupt flags
37b39345b952 LoongArch, bpf: Fix jit to skip speculation barrier opcode
db9c9086d362 bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
02eabb635bc6 RDMA/cma: Allow UD qp_type to join multicast only
74f4471ad642 clk: rs9: Fix suspend/resume
132918e08e86 RDMA/erdma: Defer probing if netdevice can not be found
d682c9bc41fa RDMA/erdma: Inline mtt entries into WQE if supported
3570f3cc4aab RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192
9554a6b5e2ec IB/mlx5: Add support for 400G_8X lane speed
6ea322a1ee6a RDMA/irdma: Add ipv4 check to irdma_find_listener()
ad960ae9f56a RDMA/irdma: Increase iWARP CM default rexmit count
ee02fa4a71bd RDMA/irdma: Fix memory leak of PBLE objects
6d61b0cc2ade RDMA/irdma: Do not generate SW completions for NOPs
b8f3162579e1 clk: sprd: set max_register according to mapping range
8d901a336302 drm/i915/dsi: fix DSS CTL register offsets for TGL+
b15df140fe09 fbcon: set_con2fb_map needs to set con2fb_map!
93aa242f598e fbcon: Fix error paths in set_con2fb_map
d6c4dfb62d55 KVM: arm64: PMU: Restore the guest's EL0 event counting after migration
3ad491459d4a mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min
1029642ce63e mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
4efb01e9e3f4 mtd: rawnand: meson: fix bitmask for length in command word
205c503c8920 mtdblock: tolerate corrected bit-flips
d5392c1c64f9 fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
874cf0b2c0a8 btrfs: fix fast csum implementation detection
3103c0781257 btrfs: restore the thread_pool= behavior in remount for the end I/O workqueues
8c4b65f6c707 Bluetooth: hci_conn: Fix possible UAF
4290d89ae934 Bluetooth: Free potentially unfreed SCO connection
ba7d93969275 bluetooth: btbcm: Fix logic error in forming the board name.
f6719fd8f409 Bluetooth: Fix race condition in hidp_session_thread
348d446762e7 Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
71964e93fcb1 ALSA: hda/hdmi: disable KAE for Intel DG2
d5c9d46f1c1d ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards
cd65ce6696b2 ALSA: emu10k1: don't create old pass-through playback device on Audigy
8456a96c6b3b ALSA: firewire-tascam: add missing unwind goto in snd_tscm_stream_start_duplex()
97d70398126d ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2
474f951fb2f8 ALSA: hda: patch_realtek: add quirk for Asus N7601ZM
165182b56569 ALSA: i2c/cs8427: fix iec958 mixer control deactivation
721cdcb7a53b ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
409f3e57fd2b ALSA: emu10k1: fix capture interrupt handler unlinking
779fd2a575cc drm/amd/display: Pass the right info to drm_dp_remove_payload
8b1700d79f9e Revert "pinctrl: amd: Disable and mask interrupts on resume"
(From OE-Core rev: d94d3eba31aa861815eaa1622c0a56fb7253441d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
4fdad925aa1a Linux 5.15.107
c862d7debe55 bpftool: Print newline before '}' for struct with padding only fields
1585f3fc24b5 ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown
b97e4100be37 kbuild: fix single directory build
326b80bd2267 mm: take a page reference when removing device exclusive entries
1fc9263ad795 drm/bridge: lt9611: Fix PLL being unable to lock
4bdf1514b426 mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
cbe5f7fed7f7 ring-buffer: Fix race while reader and writer are on the same page
23ed5af5767a drm/nouveau/disp: Support more modes by checking with lower bpc
6f2180c5273a drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path
a184df0de132 mm: vmalloc: avoid warn_alloc noise caused by fatal signal
d88d7a9fcf20 ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()
33d5d4e67a0e tracing: Free error logs of tracing instances
c74065da695e can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
4fe1d9b6231a can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
0af8fae81d8b fs: drop peer group ids under namespace lock
33a503b7c339 ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
20c5e10950e9 ftrace: Mark get_lock_parent_ip() __always_inline
a007b7dc19de perf/core: Fix the same task check in perf_event_set_output
8417eb9aaf1e cifs: sanitize paths in cifs_update_super_prepath.
df23c702d11c smb3: lower default deferred close timeout to address perf regression
1d9cad9c5873 smb3: allow deferred close timeout to be configurable
5e5c5f472972 scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()
ae73c4dd48f2 scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()
c8c17991dab0 iio: adc: ad7791: fix IRQ flags
bc61cce6a658 coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
97302eb6ca48 coresight: etm4x: Do not access TRCIDR1 for identification
fd23e9bbfccc ALSA: hda/realtek: Add quirk for Clevo X370SNW
f204f38212dc ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
091b3e31275b dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs
d540aea451ab nilfs2: fix sysfs interface lifetime
92684e02654c nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
ba3a88b444cd tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty
ad142624ccc3 tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
1184bd5c5ee4 tty: serial: sh-sci: Fix transmit end interrupt handler
1f49173be32d iio: light: cm32181: Unregister second I2C client if present
77593b4e963c iio: dac: cio-dac: Fix max DAC write value check for 12-bit
73742a446e08 iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip
7a1e21d26104 iio: adis16480: select CONFIG_CRC32
4d3841fe16c4 USB: serial: option: add Quectel RM500U-CN modem
7151d2af0656 USB: serial: option: add Telit FE990 compositions
e1aa1c1bc51f usb: typec: altmodes/displayport: Fix configure initial pin assignment
9cd66aa2fa04 USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
f8d59e2a36ac usb: dwc3: pci: add support for the Intel Meteor Lake-S
11453332fa40 usb: cdnsp: Fixes error: uninitialized symbol 'len'
83637720ea20 xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu
1122474b757a usb: xhci: tegra: fix sleep in atomic call
f5c5934580e7 kbuild: refactor single builds of *.ko
e62d179b9177 gve: Secure enough bytes in the first TX desc for all TCP pkts
40c6802d7dae ethtool: reset #lanes when lanes is omitted
4eada1dabdfb ice: Reset FDIR counter in FDIR init stage
391d28c0e38c ice: fix wrong fallback logic for FDIR
e215928a510c NFSD: callback request does not use correct credential for AUTH_SYS
bbca64f2052e sunrpc: only free unix grouplist after RCU settles
ca7c3b4ae03e net: stmmac: fix up RX flow hash indirection table when setting channels
3a997c0d2341 net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe
0ae8cdf0153c gpio: davinci: Add irq chip flag to skip set wake
1c19a42b2863 platform/x86: think-lmi: Clean up display of current_value on Thinkstation
cccdb30935c8 platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings
b9396d991abe platform/x86: think-lmi: Fix memory leak when showing current settings
d65ff2fe877c ipv6: Fix an uninit variable access bug in __ip6_make_skb()
926c8299ac3d net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
667eb99cf7c1 sctp: check send stream number after wait_for_sndbuf
9692e16b5991 net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
5d1007e81fb6 net: don't let netpoll invoke NAPI if in xmit context
e150a5c9f44c icmp: guard against too small mtu
a64160124d5a NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
b9ba5906c420 net: qrtr: Fix a refcount bug in qrtr_recvmsg()
3ef52e4bcfd7 net: qrtr: combine nameservice into main module
30c5a016a37a wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
32a8dc8d9ebe KVM: s390: pv: fix external interruption loop not always detected
fcd6c7476e43 pwm: sprd: Explicitly set .polarity in .get_state()
a8ab13c73259 pwm: cros-ec: Explicitly set .polarity in .get_state()
c373e49fbb87 Drivers: vmbus: Check for channel allocation before looking up relids
b50cd6789dbb gpio: GPIO_REGMAP: select REGMAP instead of depending on it
0a473f834393 bpf: hash map, avoid deadlock with suitable hash mask
543d66a54dbf serial: exar: Add support for Sealevel 7xxxC serial cards
7773bb08e8b6 serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cards
c73db89da686 iavf/iavf_main: actually log ->src mask when talking about it
b2d29830db30 iavf: return errno code instead of status code
cdf3f5ef1893 platform/x86: int3472/discrete: Ensure the clk/power enable pins are in output mode
7798cd69cfc3 platform/x86: int3472: Split into 2 drivers
5cc70e78bbcc RDMA/irdma: Do not request 2-level PBLEs for CQ alloc
c22ac849aabb NFSD: pass range end to vfs_fsync_range() instead of count
34a14759d90c NFSD: Fix sparse warning
8059e200259e ocfs2: fix memory leak in ocfs2_mount_volume()
b613d8dcdff3 ocfs2: rewrite error handling of ocfs2_fill_super
05abe9c0bf38 ocfs2: ocfs2_mount_volume does cleanup job before return error
(From OE-Core rev: 86b0707ac9a36d46acbdcd006c28ea1ed35e904b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest korg -stable release that comprises
the following commits:
0102425ac76b Linux 6.1.24
77e41187a387 bpftool: Print newline before '}' for struct with padding only fields
1c87a6f82a4e mm: enable maple tree RCU mode by default.
9b6627bc36aa maple_tree: add RCU lock checking to rcu callback functions
a29025a1b61c maple_tree: add smp_rmb() to dead node detection
d3af5f8a50dd maple_tree: remove extra smp_wmb() from mas_dead_leaves()
cc2f2507f3f0 maple_tree: fix freeing of nodes in rcu mode
5f7c59126498 maple_tree: detect dead nodes in mas_start()
3825e4495bcc maple_tree: refine ma_state init from mas_start()
64cb480523b4 maple_tree: be more cautious about dead nodes
0a0372d1d234 maple_tree: fix mas_prev() and mas_find() state handling
19d8f782e380 maple_tree: fix handle of invalidated state in mas_wr_store_setup()
2c9bc4903b96 maple_tree: reduce user error potential
f41e9e69277b maple_tree: fix potential rcu issue
edc5a4e880fa maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
0b73b8ac30c3 mm: take a page reference when removing device exclusive entries
726825297dd6 drm/i915: Split icl_color_commit_noarm() from skl_color_commit_noarm()
64244a900ddf drm/i915: Use _MMIO_PIPE() for SKL_BOTTOM_COLOR
0a3e21976517 drm/bridge: lt9611: Fix PLL being unable to lock
1297278ce239 drm/i915/dp_mst: Fix payload removal during output disabling
0c64d72fd3f2 drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()
62de38c8201d drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset
73ca74fc7ab6 drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume
245525543f48 drm/amd/display: Clear MST topology if it fails to resume
414207ff47d1 blk-throttle: Fix that bps of child could exceed bps limited in parent
240bb94f3510 maple_tree: fix a potential concurrency bug in RCU mode
4f5760757fa2 maple_tree: fix get wrong data_end in mtree_lookup_walk()
f042ee354c82 mm/hugetlb: fix uffd wr-protection for CoW optimization path
85cc118ce6f1 mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
3663f5d5bb1f ring-buffer: Fix race while reader and writer are on the same page
240b15027088 drm/i915: fix race condition UAF in i915_perf_add_config_ioctl
4e29fb89f771 drm/i915: Fix context runtime accounting
e53d28a6df0e drm/nouveau/disp: Support more modes by checking with lower bpc
3c260efd82f5 drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path
b4b37727bc78 ublk: read any SQE values upfront
94dd3a274bf5 wifi: mt76: ignore key disable commands
ef6bd8f64ce0 mm: vmalloc: avoid warn_alloc noise caused by fatal signal
0d33aa43516a zsmalloc: document freeable stats
dc48648699c7 tracing/synthetic: Make lastcmd_mutex static
14d34eb9b076 ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()
c0cf0f55be04 tracing: Free error logs of tracing instances
1ea5f8d1facd tracing/osnoise: Fix notify new tracing_max_latency
162e6e6ff25f tracing/timerlat: Notify new max thread latency
9fe183f659a2 tracing/synthetic: Fix races on freeing last_cmd
101e8e6bbae5 net: stmmac: Add queue reset into stmmac_xdp_open() function
106e64a2e6a5 ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530
1c2842a7fdac ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and iMac14,2
9610adf8b2c8 ACPI: video: Make acpi_backlight=video work independent from GPU driver
be12e390c246 ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()
b14abd688714 can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
f0bfe06c5569 can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
db3f6340a7eb can: isotp: fix race between isotp_sendsmg() and isotp_release()
4c3fb22a6ec6 can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
ddca03d97daa fs: drop peer group ids under namespace lock
3caa69378107 ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
68973c84ea23 ftrace: Mark get_lock_parent_ip() __always_inline
023036e38923 perf/core: Fix the same task check in perf_event_set_output
a2eb778aacea block: don't set GD_NEED_PART_SCAN if scan partition failed
231a49460ac0 block: ublk: make sure that block size is set correctly
fb9ec305e764 cifs: sanitize paths in cifs_update_super_prepath.
012c045d6128 nvme: fix discard support without oncs
6e06a68fbbfc scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()
44374911ac63 scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()
ac48787f58d1 io_uring: fix memory leak when removing provided buffers
bd4081fa1cd9 io_uring: fix return value when removing provided buffers
9f03d09b090c iio: adc: ad7791: fix IRQ flags
9c8fb43419a9 blk-mq: directly poll requests
5a62d771e514 counter: 104-quad-8: Fix Synapse action reported for Index signals
6284b686c276 counter: 104-quad-8: Fix race condition between FLAG and CNTR reads
e3d2f71fbf09 coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
13ec3c238f4b coresight: etm4x: Do not access TRCIDR1 for identification
54df8e39ce25 mm: kfence: fix handling discontiguous page
476699a8a739 mm: kfence: fix PG_slab and memcg_data clearing
dc54e4ea3190 KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode
5f35a72fcc8b KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection
da429cddabe0 x86/ACPI/boot: Use FADT version to check support for online capable
29e8d76446e8 x86/acpi/boot: Correct acpi_is_processor_usable() check
cc53c92b7c96 ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
f66a18f8915c ALSA: hda/realtek: Add quirk for Clevo X370SNW
a8334a0c535d ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
c1f461ed5d24 ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
e736180eaf03 serial: 8250: Prevent starting up DMA Rx on THRI interrupt
4230a94cbe37 dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs
1942ccb7d95f nilfs2: fix sysfs interface lifetime
bae009a2f1b7 nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
b347d5474225 tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty
0fd57dd7a79d tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
2a6dd54da5de tty: serial: sh-sci: Fix transmit end interrupt handler
85c3acbeef41 iio: light: cm32181: Unregister second I2C client if present
9ba3466e6336 iio: buffer: make sure O_NONBLOCK is respected
1658d973b2f8 iio: buffer: correctly return bytes written in output buffers
59d667d7ae46 iio: dac: cio-dac: Fix max DAC write value check for 12-bit
c723a410a497 iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip
a09eb53a18f9 iio: adc: qcom-spmi-adc5: Fix the channel name
a876adf4ad6d iio: adis16480: select CONFIG_CRC32
b3ea2426cc22 drivers: iio: adc: ltc2497: fix LSB shift
2fc866050751 USB: serial: option: add Quectel RM500U-CN modem
f91b9490a72c USB: serial: option: add Telit FE990 compositions
9339f4b67417 usb: typec: altmodes/displayport: Fix configure initial pin assignment
f2dc47de2874 USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
0105bcb9e555 usb: dwc3: pci: add support for the Intel Meteor Lake-S
095eb65bba30 usb: cdnsp: Fixes error: uninitialized symbol 'len'
167c05646f67 xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu
745dbe21daf7 xhci: Free the command allocated for setting LPM if we return early
130c61c516cd usb: xhci: tegra: fix sleep in atomic call
2a0e0f4773fe PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y
87f2d92fc892 PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y
5f625160b67f cxl/pci: Handle excessive CDAT length
0d8dc8993a8d cxl/pci: Handle truncated CDAT entries
ff7edd1ac643 cxl/pci: Handle truncated CDAT header
021544721f49 cxl/pci: Fix CDAT retrieval on big endian
435a319e3cc1 net: stmmac: check fwnode for phy device before scanning for phy
70f1913824fd arm64: compat: Work around uninitialized variable warning
332e7f93f112 gve: Secure enough bytes in the first TX desc for all TCP pkts
e3bcf2a77060 netlink: annotate lockless accesses to nlk->max_recvmsg_len
23a4bc3a2cec ethtool: reset #lanes when lanes is omitted
5a08a32e6249 ping: Fix potentail NULL deref for /proc/net/icmp.
b34056bedf04 raw: Fix NULL deref in raw_get_next().
53a0031217c9 raw: use net_hash_mix() in hash function
73b99db789ef ice: Reset FDIR counter in FDIR init stage
aad3b871efe2 ice: fix wrong fallback logic for FDIR
6460fee86abf NFSD: callback request does not use correct credential for AUTH_SYS
94ef35dd2ea1 sunrpc: only free unix grouplist after RCU settles
710392fd6546 net: stmmac: fix up RX flow hash indirection table when setting channels
b29e7b24de18 net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe
c35f0a48fbd0 gpio: davinci: Add irq chip flag to skip set wake
8309ca6f09b2 gpio: davinci: Do not clear the bank intr enable bit in save_context
73e863aa2505 platform/x86: think-lmi: Clean up display of current_value on Thinkstation
081da7b1c881 platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings
9071525bfcb1 platform/x86: think-lmi: Fix memory leak when showing current settings
2c9cefc142c1 ipv6: Fix an uninit variable access bug in __ip6_make_skb()
ef5fa4de4cac net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
d2128636b303 sctp: check send stream number after wait_for_sndbuf
90c29c00b156 net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
e48e6a4652c5 net: don't let netpoll invoke NAPI if in xmit context
8354db058092 ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement
0185e87c69af icmp: guard against too small mtu
b623a8e5d38a nfsd: call op_release, even when op_func returns an error
ffcbcf087581 NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
0d2a6a508b9f wifi: brcmfmac: Fix SDIO suspend/resume regression
0f638a3d1b61 l2tp: generate correct module alias strings
c951c392a9d8 net: stmmac: remove redundant fixup to support fixed-link mode
1aca718e1a84 net: stmmac: check if MAC needs to attach to a PHY
2b15feabc95b net: phylink: add phylink_expects_phy() method
aa95efa187b4 net: qrtr: Fix a refcount bug in qrtr_recvmsg()
022c8320d9eb wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
c46239e6295c wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()
1d797b152ca3 KVM: s390: pv: fix external interruption loop not always detected
84f940586845 ASoC: codecs: lpass: fix the order or clks turn off during suspend
6f62d2d396f1 pwm: meson: Explicitly set .polarity in .get_state()
c6af1a3ae767 pwm: sprd: Explicitly set .polarity in .get_state()
116a17f97764 pwm: iqs620a: Explicitly set .polarity in .get_state()
8a3a6a0aca8c pwm: cros-ec: Explicitly set .polarity in .get_state()
98ba763cc91c pwm: hibvt: Explicitly set .polarity in .get_state()
547cc8dae247 pwm: Make .get_state() callback return an error code
eafd3967b9e7 ASoC: SOF: ipc4: Ensure DSP is in D0I0 during sof_ipc4_set_get_data()
8c3f0ae5435f Drivers: vmbus: Check for channel allocation before looking up relids
8df93c8da532 gpio: GPIO_REGMAP: select REGMAP instead of depending on it
74347b99d4eb KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU
3d8c8a9ad53e KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu run
508d71a67708 KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
eb3df961021b KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
5d70c2e2f973 dm: fix improper splitting for abnormal bios
83ee6b272942 dm: change "unsigned" to "unsigned int"
32bde86816aa dm integrity: Remove bi_sector that's only used by commented debug code
6b1af0115f41 dm cache: Add some documentation to dm-cache-background-tracker.h
(From OE-Core rev: 8649e3b8ab16f43682f8246a8190bb61deae4dc4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|