summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sudo: Security fix for CVE-2023-28486 and CVE-2023-28487Vijay Anusuri2023-05-033-0/+674
| | | | | | | | | | | | | | import patches from ubuntu to fix CVE-2023-28486 CVE-2023-28487 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/sudo/tree/debian/patches?h=ubuntu/focal-security Upstream commit https://github.com/sudo-project/sudo/commit/334daf92b31b79ce68ed75e2ee14fca265f029ca & https://github.com/sudo-project/sudo/commit/12648b4e0a8cf486480442efd52f0e0b6cab6e8b] (From OE-Core rev: 4870543273bef9831c075ee0bce108c54355a92f) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* bitbake: tests/fetch.py: fix link to project documentationSteve Sakoman2023-05-021-1/+1
| | | | | | | (Bitbake rev: e16a9ca7e9286790ac37a067fdc8fde3a35a1c44) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* go: fix CVE-2023-24537 Infinite loop in parsingVivek Kumbhar2023-04-262-0/+77
| | | | | | | | | | | | | Setting a large line or column number using a //line directive can cause integer overflow even in small source files. Limit line and column numbers in //line directives to 2^30-1, which is small enough to avoid int32 overflow on all reasonbly-sized files. (From OE-Core rev: d1943e6a0ec00653c81cd4c0bb0d6b7e0909094c) Signed-off-by: Vivek Kumbhar <vkumbhar@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* go: Security fix for CVE-2020-29510Shubham Kulkarni2023-04-262-0/+66
| | | | | | | | | | | encoding/xml: replace comments inside directives with a space Backport from https://github.com/golang/go/commit/a9cfd55e2b09735a25976d1b008a0a3c767494f8 (From OE-Core rev: 76d855f3d2c250ac85ca6f24bf0e178fb32607f9) Signed-off-by: Shubham Kulkarni <skulkarni@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* screen: CVE-2023-24626 allows sending SIGHUP to arbitrary PIDsHitendra Prajapati2023-04-262-0/+41
| | | | | | | | | Upstream-Status: Backport from https://git.savannah.gnu.org/cgit/screen.git/commit/?id=e9ad41bfedb4537a6f0de20f00b27c7739f168f7 (From OE-Core rev: d1f99b928b0a57bec879dde1b1b94c3c09286ea0) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* go: ignore CVE-2022-41716Peter Marko2023-04-261-0/+3
| | | | | | | | | | | | | | This CVE is specific to Microsoft Windows, ignore it. Patch fixing it (https://go-review.googlesource.com/c/go/+/446916) also adds a redundant check to generic os/exec which could be backported but it should not be necessary as backport always takes a small risk to break old code. (From OE-Core rev: 4263f3fda59aacb4f159d2dffb52e5f66249b5e4) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* systemd: Fix CVE-2023-26604rajmohan r2023-04-265-0/+597
| | | | | | | | | | | | | | | | | | | | | | | | Below patch files to fix CVE-2023-26604 CVE-2023-26604-1.patch, CVE-2023-26604-2.patch and CVE-2023-26604-3.patch and CVE-2023-26604-4.patch make pager secure when under euid is changed or explicitly requested Reference: CVE-2023-26604-1.patch: https://github.com/systemd/systemd/pull/17270/commits/612ebf6c913dd0e4197c44909cb3157f5c51a2f0 CVE-2023-26604-2.patch: https://github.com/systemd/systemd/pull/17270/commits/1b5b507cd2d1d7a2b053151abb548475ad9c5c3b CVE-2023-26604-3.patch: https://github.com/systemd/systemd/pull/17270/commits/0a42426d797406b4b01a0d9c13bb759c2629d108 CVE-2023-26604-4.patch: https://github.com/systemd/systemd/pull/17359/commits/b8f736b30e20a2b44e7c34bb4e43b0d97ae77e3c (From OE-Core rev: 7880eb801dcee44a9e8920d249057492d1de6b12) Signed-off-by: rajmohan r <rajmohan.r@kpit.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* go-runtime: Security fix for CVE-2022-41722Shubham Kulkarni2023-04-263-0/+159
| | | | | | | | | | | path/filepath: do not Clean("a/../c:/b") into c:\b on Windows Backport from https://github.com/golang/go/commit/bdf07c2e168baf736e4c057279ca12a4d674f18c (From OE-Core rev: 70135bf04eb7173434a7240ddf11639d13aab003) Signed-off-by: Shubham Kulkarni <skulkarni@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* curl: CVE-2023-27538 fix SSH connection too eager reuseHitendra Prajapati2023-04-262-0/+32
| | | | | | | | | Upstream-Status: Backport from https://github.com/curl/curl/commit/af369db4d3833272b8ed443f7fcc2e757a0872eb (From OE-Core rev: b2740d1ff74b2c55011b5d4230c7b06b5109376d) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* curl: CVE-2023-27534 SFTP path ~ resolving discrepancyHitendra Prajapati2023-04-192-0/+124
| | | | | | | | | Upstream-Status: Backport from https://github.com/curl/curl/commit/4e2b52b5f7a3bf50a0f1494155717b02cc1df6d6 (From OE-Core rev: 9aefb4e46cf4fbf14b46f9adaf3771854553e7f3) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ruby: CVE-2023-28756 ReDoS vulnerability in TimeHitendra Prajapati2023-04-192-0/+62
| | | | | | | | | Upstream-Status: Backport from https://github.com/ruby/ruby/commit/957bb7cb81995f26c671afce0ee50a5c660e540e (From OE-Core rev: 52d26edffdd0444588ecad56b40a65e225889a01) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* qemu: fix build error introduced by CVE-2021-3929 fixGaurav Gupta2023-04-194-15/+221
| | | | | | | | | | | | | | | | | | | | | | The patch for CVE-2021-3929 applied on dunfell returns a value for a void function. This results in the following compiler warning/error: hw/block/nvme.c:77:6: error: void function 'nvme_addr_read' should not return a value [-Wreturn-type] return NVME_DATA_TRAS_ERROR; ^ ~~~~~~~~~~~~~~~~~~~~ In newer versions of qemu, the functions is changed to have a return value, but that is not present in the version of qemu used in “dunfell”. Backport some of the patches to correct this. (From OE-Core rev: 4ad98f0b27615ad59ae61110657cf69004c61ef4) Signed-off-by: Gaurav Gupta <gauragup@cisco.com> Signed-off-by: Gaurav Gupta <gauragup@cisco.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ffmpeg: fix for CVE-2022-3341Bhabu Bindu2023-04-192-0/+68
| | | | | | | | | | | | | | | | | | | avformat/nutdec: Add check for avformat_new_stream Check for failure of avformat_new_stream() and propagate the error code. Upstream-Status: Backport [https://git.yoctoproject.org/poky/commit/?h=kirkstone&id=bba70ce34115151362bfdc49a545ee708eb297ca] (From OE-Core rev: e17ddd0fafb562ed7ebe7708dac9bcef2d6cecc1) (From OE-Core rev: 0c68435a7c0ff1c417119dbd408e75443c09afcb) Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bba70ce34115151362bfdc49a545ee708eb297ca) Signed-off-by: Bhabu Bindu <bhabu.bindu@kpit.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* bmap-tools: switch to main branchMartin Jansa2023-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | * master branch was removed upstream: downloads/git2/github.com.intel.bmap-tools $ git remote prune origin Pruning origin URL: https://github.com/intel/bmap-tools * [pruned] refs/heads/master * [pruned] refs/pull/73/merge * downloads/git2/github.com.intel.bmap-tools $ git branch -a --contains c0673962a8ec1624b5189dc1d24f33fe4f06785a main release-3.0 (From OE-Core rev: 4045bf02bbc6e87a05ba689a63c675e49c940772) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 369fee186d6916322b9be9d936b654d0c5910cb3) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* vim: upgrade 9.0.1403 -> 9.0.1429Randy MacLeod2023-04-141-2/+2
| | | | | | | | | | | | Fixes: CVE-2023-1127, CVE-2023-1170, CVE-2023-1175, CVE-2023-1264, CVE-2023-1355 (From OE-Core rev: 821229f48f5b31aeb646f08c7e4656dc4ce8b0f4) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 2415072c3800feb164dd4d1fa0b56bd141a5cbd8) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* cve-check: Fix false negative version issueGeoffrey GIRY2023-04-143-1/+60
| | | | | | | | | | | | | | | | NVD DB store version and update in the same value, separated by '_'. The proposed patch check if the version from NVD DB contains a "_", ie 9.2.0_p1 is convert to 9.2.0p1 before version comparison. [YOCTO #14127] Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr> (From OE-Core rev: eb439b1283b60e6665694ff28c89fbd633eda6b0) Signed-off-by: Geoffrey GIRY <geoffrey.giry@smile.fr> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 7d00f6ec578084a0a0e5caf36241d53036d996c4) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* qemu: fix compile error which imported by CVE-2022-4144Hitendra Prajapati2023-04-142-0/+237
| | | | | | | | | Upstream-Status: Backport from https://github.com/qemu/qemu/commit/61c34fc && https://gitlab.com/qemu-project/qemu/-/commit/8efec0ef8bbc1e75a7ebf6e325a35806ece9b39f (From OE-Core rev: d17f4c741c66268ce54ff89be2be9b0402c98df2) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* git: Security fix for CVE-2023-22490 and CVE-2023-23946Vijay Anusuri2023-04-145-0/+643
| | | | | | | | | | | | | Upstream-Status: Backport from https://github.com/git/git/commit/58325b93c5b6212697b088371809e9948fee8052 & https://github.com/git/git/commit/cf8f6ce02a13f4d1979a53241afbee15a293fce9 & https://github.com/git/git/commit/bffc762f87ae8d18c6001bf0044a76004245754c (From OE-Core rev: 071fb3b177bcbdd02ae2c28aad97af681c091e42) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* go-runtime: Security fix for CVE-2022-41723Shubham Kulkarni2023-04-142-0/+157
| | | | | | | | | | | | Disable cmd/internal/moddeps test, since this update includes PRIVATE track fixes. Backport from https://github.com/golang/go/commit/5c3e11bd0b5c0a86e5beffcd4339b86a902b21c3 (From OE-Core rev: 53a303fb5908edaf29e35abb08fff93e7c0ff92c) Signed-off-by: Shubham Kulkarni <skulkarni@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* curl: CVE-2023-23916 HTTP multi-header compression denial of serviceHitendra Prajapati2023-04-142-0/+232
| | | | | | | | | Upstream-Status: Backport from https://github.com/curl/curl/commit/119fb187192a9ea13dc90d9d20c215fc82799ab9 (From OE-Core rev: b121b59cf6f642f46c97c96f3c4cf4cd84ff2af5) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* classes/package: Use gzip for extended package dataJoshua Watt2023-04-012-8/+6
| | | | | | | | | | | | | The master version of extended package data uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to add this tool as an additional requirement so switch to using gzip instead. (From OE-Core rev: 1c7d555379c4b0962bccd018870989050d87675f) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* create-spdx: Use gzip for compressionJoshua Watt2023-04-011-11/+9
| | | | | | | | | | | | | The master version of the SPDX classes uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to add this tool as an additional requirement so switch to using gzip instead. (From OE-Core rev: 55b08fd641767a3d2e080727828ca37d9e610109) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* licenses: Add GPL+ licenses to mapJoshua Watt2023-04-011-0/+7
| | | | | | | | | | | Adds some missing licenses mappings related to the "+" versions of the GPL licenses (From OE-Core rev: 5f9a8809acf1ab4e73c3085b8fd100f4568ebd86) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/package: Add extended packaged dataJoshua Watt2023-04-012-3/+49
| | | | | | | | | | | | | | | | | | | | | | Adds extended package data which is encoded as JSON which allows it to encode more structure than the "flat" package data files. The extended data might be much larger than the standard package data, so it is not read by default and instead requires oe.packagedata.read_subpkgdata_extended() to be called Currently, the file sizes and ELF debug sources are saved off into the extended package data (cherry picked from commit db9cf430e54ae68da80fbc3fba80ce88d8df164d) (From OE-Core rev: 2318cb79ef1652fb19d696a8d43826e39c22834e) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Reviewed-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/create-spdx: BackportJoshua Watt2023-04-015-0/+7455
| | | | | | | | | | | | | | Backports the create-spdx classes from the latest versions on master. This backport is a simple copy with no modifications, as its too complex to cherry-pick all the corresponding changes. This will give an appropriate base commit for subsequent changes and if necessary additional backport cherry-picks from master in the future. (From OE-Core rev: 48fbddf32ffa3ec44a788f42895c1730a84b5a91) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemd: fix wrong nobody-group assignmentPiotr Łobacz2023-04-011-1/+1
| | | | | | | | | | | | | | | | | | The generated /etc/group file had a wrong group name for nobody-group which was nobody with same id as nogroup groupd. This was leading to duplcate groups, with same ids and different names. More can be read on this link: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11766 (From OE-Core rev: 0928857e4aaa524f36e028d4fe0cc48cc4d40148) Signed-off-by: Piotr Łobacz <p.lobacz@welotec.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d69fccf2e5d108dd7c6059310924588d36a45865) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pybootchartui: Fix python syntax issueRichard Purdie2023-04-011-1/+1
| | | | | | | | | | | | | | Fix: scripts/pybootchartgui/pybootchartgui/parsing.py:134: SyntaxWarning: "is" with a literal. Did you mean "=="? if pid is 0: (From OE-Core rev: 413523515dbb064680841fffa2cfdba8b2bac6f6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c9a6511ae618035b8efad01646e37ba28ce1e3f8) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/resulttool: fix typo breaking resulttool log --ptestRoss Burton2023-04-011-1/+1
| | | | | | | | | | | | | ptestresult_get_log() looked for a key called 'ptestresuls.sections', which should be 'ptestresult.sections' (From OE-Core rev: 288609a3bb2760b5bb9d86e9c130b227f9bd5039) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7c8c9f7283e54bf8b1521fbaad7dceb66a8fcdbb) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa rtc.py: skip if read-only-rootfsMikko Rapeli2023-04-011-3/+5
| | | | | | | | | | | | | | hwclock command fails on read-only-rootfs: AssertionError: 1 != 0 : Failed to reset RTC time, output: hwclock: cannot open /etc/adjtime: Read-only file system (From OE-Core rev: 5b85a6fa84b02e7ebae011979456d33b8774dd21) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 017bf8c160f6ab67d9f8e8d9e30b15bf84f73807) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.4: update to v5.4.237Bruce Ashfield2023-04-013-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: e4b5c766f505 Linux 5.4.237 6a16810068e7 s390/dasd: add missing discipline function 7a934a77f11a UML: define RUNTIME_DISCARD_EXIT 87fcce7a6f86 sh: define RUNTIME_DISCARD_EXIT eb9dbb70cdd5 s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36 219cc98501ff powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds 4eede1173fb5 powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT d0fcf59038c5 arch: fix broken BuildID for arm64 and riscv a4bd6d4df382 x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDS 1aed78cfda7f drm/i915: Don't use BAR mappings for ring buffers with LLC 52fc917855ce ipmi:watchdog: Set panic count to proper value on a panic dbfae25b0196 ipmi/watchdog: replace atomic_add() and atomic_sub() f266cdd6796f media: ov5640: Fix analogue gain control fc9bc831509f PCI: Add SolidRun vendor ID 094a073605b1 macintosh: windfarm: Use unsigned type for 1-bit bitfields 737985dbcb67 alpha: fix R_ALPHA_LITERAL reloc for large modules 2fea235ef07f MIPS: Fix a compilation issue 6b06c4ae64e3 ext4: Fix deadlock during directory rename a99a61d9e1bf riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode 1a517302dbe0 net/smc: fix fallback failed while sendmsg with fastopen 3a747490f9c3 scsi: megaraid_sas: Update max supported LD IDs to 240 d800996fcf60 btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR 9f2e063dcbe2 netfilter: tproxy: fix deadlock due to missing BH disable 16f3aae1aa2d bnxt_en: Avoid order-5 memory allocation for TPA data 9dc16be373b3 net: caif: Fix use-after-free in cfusbl_device_notify() 8018aa0863d6 net: lan78xx: fix accessing the LAN7800's internal phy specific registers from the MAC driver 1c618f150c82 net: usb: lan78xx: Remove lots of set but unused 'ret' variables e4e5006c13f3 selftests: nft_nat: ensuring the listening side is up before starting the client 783f218940b3 ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping() 0a3664a1058d nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties 43f33642f260 drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register 8dac5a63cf79 ext4: Fix possible corruption when moving a directory 891a3cba425c scsi: core: Remove the /proc/scsi/${proc_name} directory earlier 57f78226b127 cifs: Fix uninitialized memory read in smb3_qfs_tcon() a6e44cb21534 SMB3: Backup intent flag missing from some more ops 1b48c70feefc iommu/vt-d: Fix PASID directory pointer coherency 985d9fa06b4b irqdomain: Fix domain registration race 01ed8ff22a5b irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent 36c5682cbb46 ipmi:ssif: Add a timer between request retries e8ba1b693a8b ipmi:ssif: Increase the message retry time 89fb3fa84883 ipmi:ssif: Remove rtc_us_timer d1a7f56b20da ipmi:ssif: resend_msg() cannot fail 59349bfcffb1 ipmi:ssif: make ssif_i2c_send() void 5e97dc748d13 iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameter 774c63f53688 iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid options 11852cc78f67 iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands 3cdf19a29cc1 nfc: change order inside nfc_se_io error path 0d8a6c9a6415 ext4: zero i_disksize when initializing the bootloader inode 74d775083e9f ext4: fix WARNING in ext4_update_inline_data b36093c6f772 ext4: move where set the MAY_INLINE_DATA flag is set c24f83849379 ext4: fix another off-by-one fsmap error on 1k block filesystems aee90b0278e3 ext4: fix RENAME_WHITEOUT handling for inline directories 1277ba3db6dc drm/connector: print max_requested_bpc in state debugfs e40c1e9da1ec x86/CPU/AMD: Disable XSAVES on AMD family 0x17 6631c8da02cf fs: prevent out-of-bounds array speculation when closing a file descriptor b829e8b6e1a7 Linux 5.4.236 6e55d8422373 staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh 9498448b9ede staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script 6ee84b8b7904 wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext" 126ee8982bfc Linux 5.4.235 d03bc164f32f dt-bindings: rtc: sun6i-a31-rtc: Loosen the requirements on the clocks 6ab670546319 media: uvcvideo: Fix race condition with usb_kill_urb 0b8962c64bd6 media: uvcvideo: Provide sync and async uvc_ctrl_status_event 2b1c5145b07d tcp: Fix listen() regression in 5.4.229. 800a1c4c8a7f Bluetooth: hci_sock: purge socket queues in the destruct() callback 27c64d90d944 x86/resctl: fix scheduler confusion with 'current' 81da72aaf57a x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid} bde541a57b42 net: tls: avoid hanging tasks on the tx_lock d94fbfcd9a26 phy: rockchip-typec: Fix unsigned comparison with less than zero f0ee43d61d8d PCI: Add ACS quirk for Wangxun NICs f6d3aee1c663 kernel/fail_function: fix memory leak with using debugfs_lookup() 195c1e9f454e usb: uvc: Enumerate valid values for color matching da4e715a466c USB: ene_usb6250: Allocate enough memory for full object 117097966866 usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer math f5b76a81665e iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_config_word() 11b4b3b76988 iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_status_word() b854c66dd7a8 tools/iio/iio_utils:fix memory leak ea9b58789687 mei: bus-fixup:upon error print return values of send and receive c7ca2ca12a9f tty: serial: fsl_lpuart: disable the CTS when send break signal 953a4a352a0c tty: fix out-of-bounds access in tty_driver_lookup_tty() 70369a11170d staging: emxx_udc: Add checks for dma_alloc_coherent() 2072ed7c1a4a media: uvcvideo: Silence memcpy() run-time false positive warnings e2cc773f1fc3 media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910 e4c535eccefb media: uvcvideo: Handle errors from calls to usb_string 4e4e6ca62e77 media: uvcvideo: Handle cameras with invalid descriptors 7195e642b49a mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak fde59e273b03 firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3 2cc6a3e98f05 tracing: Add NULL checks for buffer in ring_buffer_free_read_page() 4cfeb55a10b6 thermal: intel: BXT_PMIC: select REGMAP instead of depending on it e23f1d9e6e03 thermal: intel: quark_dts: fix error pointer dereference 584f664c572f scsi: ipr: Work around fortify-string warning e93bda4ebb27 rtc: sun6i: Always export the internal oscillator 728b047f4ca3 rtc: sun6i: Make external 32k oscillator optional 9c7c1cf29fc3 vc_screen: modify vcs_size() handling in vcs_read() 821362a2dfaf tcp: tcp_check_req() can be called from process context 77606e383ecb ARM: dts: spear320-hmi: correct STMPE GPIO compatible dda4f0a424c2 net/sched: act_sample: fix action bind logic 271eed173642 nfc: fix memory leak of se_io context in nfc_genl_se_io f81af781f98c net/mlx5: Geneve, Fix handling of Geneve object id as error code 4b71f2b54332 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv() 7cc9dbae8a5f 9p/xen: fix connection sequence 9d1c625c99c5 9p/xen: fix version parsing edfba7b3228a net: fix __dev_kfree_skb_any() vs drop monitor cec326443f01 sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop aba298b35619 ipv6: Add lwtunnel encap size of all siblings in nexthop calculation 5d0d38805d32 netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack() fe65d6f26ba9 watchdog: pcwd_usb: Fix attempting to access uninitialized memory 59e391b3fc50 watchdog: Fix kmemleak in watchdog_cdev_register 7c428fc97499 watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in error path a8816afcaf1d x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list b5be23f6ae61 ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed 1cb14c06d603 ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show() 7fcbc41d762a ubifs: ubifs_writepage: Mark page dirty after writing inode failed 510b80abe8d2 ubifs: dirty_cow_znode: Fix memleak in error handling path 0875edcad42f ubifs: Re-statistic cleaned znode count if commit failed 234c53e57424 ubi: Fix possible null-ptr-deref in ubi_free_volume() 1f206002c6bc ubifs: Fix memory leak in alloc_wbufs() 07b60f7452d2 ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume() 9c8be1f165ba ubi: Fix use-after-free when volume resizing failed e86d1b2bb716 ubifs: Reserve one leb for each journal head while doing budget 82c096d0c99a ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1 bf8f5495849d ubifs: Fix wrong dirty space budget for dirty inode f29168fb527c ubifs: Rectify space budget for ubifs_xrename() 86660306273a ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted 4ca0d746226f ubifs: Fix build errors as symbol undefined f7adb740f97b ubi: ensure that VID header offset + VID header size <= alloc, size 6480c3a12755 um: vector: Fix memory leak in vector_config 01c92f033b27 fs: f2fs: initialize fsdata in pagecache_write() c4a89ebe9205 f2fs: use memcpy_{to,from}_page() where possible b915fac02098 pwm: stm32-lp: fix the check on arr and cmp registers update 1abd3858023a pwm: sifive: Always let the first pwm_apply_state succeed 30a3636fe6e2 pwm: sifive: Reduce time the controller lock is held 62462a5b4f4d fs/jfs: fix shift exponent db_agl2size negative 7a6fb69bbcb2 net/sched: Retire tcindex classifier b3d346ece979 kbuild: Port silent mode detection to future gnu make. 68b0cdcfa135 wifi: ath9k: use proper statements in conditionals 96a8424a27ed drm/radeon: Fix eDP for single-display iMac11,2 6e6173886f58 drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv efc72cceb761 PCI: Avoid FLR for AMD FCH AHCI adapters bcc1bafb067d PCI: hotplug: Allow marking devices as disconnected during bind/unbind 2a50583117b2 PCI/PM: Observe reset delay irrespective of bridge_d3 40af9a6deed7 scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() 79ec5dd5fb07 scsi: ses: Fix possible desc_ptr out-of-bounds accesses 8e454aba7280 scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses 467afb1dd630 scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process() 6069e04a922a scsi: ses: Don't attach if enclosure has no components 70e9a93f0945 scsi: qla2xxx: Fix erroneous link down 3a564de3a299 scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests 05a0f6fa52a8 scsi: qla2xxx: Fix link failure in NPIV environment 18d347d1b08e ktest.pl: Add RUN_TIMEOUT option with default unlimited 150ee1fc9080 ktest.pl: Fix missing "end_monitor" when machine check fails 2f42bfc54d3a ktest.pl: Give back console on Ctrt^C on monitor b53d209d717b mm/thp: check and bail out if page in deferred queue already 24900f35962b mm: memcontrol: deprecate charge moving 964e9e1288fd media: ipu3-cio2: Fix PM runtime usage_count in driver unbind 58c0d0b2d474 mips: fix syscall_get_nr 229edf8d7b76 alpha: fix FEN fault handling 9787b328c42c rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails 7055754dd07c ARM: dts: exynos: correct TMU phandle in Odroid XU 7b6707d66e28 ARM: dts: exynos: correct TMU phandle in Exynos4 3c4a56ef7c53 dm flakey: don't corrupt the zero page a2be4225c31d dm flakey: fix logic when corrupting a bio 64fbe39232ed thermal: intel: powerclamp: Fix cur_state for multi package system 6f1959c17d4c wifi: cfg80211: Fix use after free for wext 342cb34c5285 wifi: rtl8xxxu: Use a longer retry limit of 48 a92b67e768bd ext4: refuse to create ea block when umounted 3b28c799a133 ext4: optimize ea_inode block expansion 87005d0ab5c4 ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC 84ed1ade54b8 ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls() df129eaa2b88 irqdomain: Drop bogus fwspec-mapping error handling 72232dbe14f9 irqdomain: Fix disassociation race 2101663687e6 irqdomain: Fix association race f9d93201893d ima: Align ima_file_mmap() parameters with mmap_file LSM hook 4d47cba0741c Documentation/hw-vuln: Document the interaction between IBRS and STIBP 34c1b60e7a80 x86/speculation: Allow enabling STIBP with legacy IBRS 979e197968a1 x86/microcode/AMD: Fix mixed steppings support 727bc2c2856b x86/microcode/AMD: Add a @cpu parameter to the reloading functions 4c26edf2ea23 x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter a0415b79dd3f x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range ec206a38d3d2 x86/kprobes: Fix __recover_optprobed_insn check optimizing logic e4ce333cc66e x86/reboot: Disable SVM, not just VMX, when stopping CPUs 37459195d971 x86/reboot: Disable virtualization in an emergency if SVM is supported 87459b9fce2d x86/crash: Disable virt in core NMI crash handler to avoid double shootdown ee80fb1dca07 x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows) 4c9812d9890d KVM: s390: disable migration mode when dirty tracking is disabled 10c2a20d73e9 KVM: Destroy target device if coalesced MMIO unregistration fails 38a1f5e9fc56 udf: Fix file corruption when appending just after end of preallocated extent d747b31e2925 udf: Detect system inodes linked into directory hierarchy ce17ef97de84 udf: Preserve link count of system files 7bd8d9e1cf56 udf: Do not update file length for failed writes to inline files 3d20e3b768af udf: Do not bother merging very long extents 4e41b1c5a272 udf: Truncate added extents on failed expansion dee96928d8f4 ocfs2: fix non-auto defrag path not working issue 669134a66d37 ocfs2: fix defrag path triggering jbd2 ASSERT 68a47ca95805 f2fs: fix cgroup writeback accounting with fs-layer encryption 2bef8314fcf9 f2fs: fix information leak in f2fs_move_inline_dirents() 3776ef785e10 fs: hfsplus: fix UAF issue in hfsplus_put_super eda6879272e4 hfs: fix missing hfs_bnode_get() in __hfs_bnode_create 8ecde537edc3 ARM: dts: exynos: correct HDMI phy compatible in Exynos4 e71e6fa07fe4 s390/kprobes: fix current_kprobe never cleared after kprobes reenter 18075c0dc331 s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handler c5db76fcddc1 s390: discard .interp section a9391f8bc98f ipmi_ssif: Rename idle state and check 0ff4c222bd05 rtc: pm8xxx: fix set-alarm race 69b8af77ef6b firmware: coreboot: framebuffer: Ignore reserved pixel color bits 791402dd0514 wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu 3132aa35cfc2 nfsd: zero out pointers after putting nfsd_files on COPY setup error 38b4d3eacb88 dm cache: add cond_resched() to various workqueue loops 3b46b2cb917e dm thin: add cond_resched() to various workqueue loops 2c055b6a07af drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5 718ce68b3a7f pinctrl: at91: use devm_kasprintf() to avoid potential leaks 4000384684f6 hwmon: (coretemp) Simplify platform device handling 5026260ac2b2 regulator: s5m8767: Bounds check id indexing into arrays 12527ae49d0c regulator: max77802: Bounds check regulator id against opmode 7fae534a304b ASoC: kirkwood: Iterate over array indexes instead of using pointer math 90c278c6d099 docs/scripts/gdb: add necessary make scripts_gdb step 3a9a4a9725c6 drm/msm/dsi: Add missing check for alloc_ordered_workqueue f9f55fc64928 drm/radeon: free iio for atombios when driver shutdown 5ccd8d09fee5 HID: Add Mapping for System Microphone Mute 341a4c04ed48 drm/omap: dsi: Fix excessive stack usage d236103782de drm/amd/display: Fix potential null-deref in dm_resume 5bc391944d9e uaccess: Add minimum bounds check on kernel buffer size 0467681f0947 coda: Avoid partial allocation of sig_inputArgs 1a98c4d9263d net/mlx5: fw_tracer: Fix debug print 21856d5615a7 ACPI: video: Fix Lenovo Ideapad Z570 DMI match c727c1eb58e0 wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup 51c0dca573c0 m68k: Check syscall_trace_enter() return code 87363d1ab55e net: bcmgenet: Add a check for oversized packets fe00ab1eb3bc ACPI: Don't build ACPICA with '-Os' 8ec82cfe4e74 ice: add missing checks for PF vsi type f81c0d484a0c inet: fix fast path in __inet_hash_connect() 67e4519afba2 wifi: mt7601u: fix an integer underflow 423a1297ea72 wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds f3a324362b5e x86/bugs: Reset speculation control settings on init c8157f67b003 timers: Prevent union confusion from unexpected restart_syscall() f570968d0154 thermal: intel: Fix unsigned comparison with less than zero 596d1fea0519 rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait() 17dbe90e13f5 wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds() 9e8bf9f95f7a blk-iocost: fix divide by 0 error in calc_lcoefs() f10001af0f72 ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy dae4d5ae6b87 udf: Define EFSCORRUPTED error code 824b167fa8dd rpmsg: glink: Avoid infinite loop on intent for missing channel a41bb59eff7a media: usb: siano: Fix use after free bugs caused by do_submit_urb 2a72e3b6bb08 media: i2c: ov7670: 0 instead of -EINVAL was returned d120334278b3 media: rc: Fix use-after-free bugs caused by ene_tx_irqsim() 448ce1cd5038 media: i2c: ov772x: Fix memleak in ov772x_probe() 086a80b842bc media: ov5675: Fix memleak in ov5675_init_controls() ec6bd0dccd9c powerpc: Remove linker flag from KBUILD_AFLAGS 44aef56083aa media: platform: ti: Add missing check for devm_regulator_get fc85fb57631a remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headers 3acbec356d7e MIPS: vpe-mt: drop physical_memsize a3c920040517 MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set 1abc7be57c1c powerpc/eeh: Set channel state after notifying the drivers 7719aba7a39c powerpc/eeh: Small refactor of eeh_handle_normal_event() a39becb905b9 powerpc/rtas: ensure 4KB alignment for rtas_data_buf 0616586eefd0 powerpc/rtas: make all exports GPL d8ca49859179 powerpc/pseries/lparcfg: add missing RTAS retry status handling 421c59c23aba powerpc/pseries/lpar: add missing RTAS retry status handling 2c5ad2d642a3 clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled() 4d178dc25fb6 powerpc/powernv/ioda: Skip unallocated resources when mapping to PE b1c1b6da5ab0 clk: qcom: gpucc-sdm845: fix clk_dis_wait being programmed for CX GDSC e3617778eb1b Input: ads7846 - don't check penirq immediately for 7845 ea9c4fbfda69 Input: ads7846 - don't report pressure for ads7845 17761a1c7fcd clk: renesas: cpg-mssr: Remove superfluous check in resume code 8ff19db90352 clk: renesas: cpg-mssr: Use enum clk_reg_layout instead of a boolean flag 330b70949cb4 clk: renesas: cpg-mssr: Fix use after free if cpg_mssr_common_init() failed f34eb1e4336e mtd: rawnand: sunxi: Fix the size of the last OOB region cdfdd882fae9 clk: qcom: gcc-qcs404: fix names of the DSI clocks used as parents b419e91378ed clk: qcom: gcc-qcs404: disable gpll[04]_out_aux parents 588edb4fb1f1 mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read() 6e0a0eb18e04 selftests/ftrace: Fix bash specific "==" operator 16a35042ff8a sparc: allow PM configs for sparc32 COMPILE_TEST 090a22f5999d perf tools: Fix auto-complete on aarch64 5d32f3e9227a perf llvm: Fix inadvertent file creation ce43565a6cd1 gfs2: jdata writepage fix 3524d6da0fe8 cifs: Fix warning and UAF when destroy the MR list 324c0c34fff1 cifs: Fix lost destroy smbd connection when MR allocate failed a22f1ecab6d4 nfsd: fix race to check ls_layouts 5a195fa41d01 hid: bigben_probe(): validate report count 9f525559ea39 HID: asus: Fix mute and touchpad-toggle keys on Medion Akoya E1239T bc786dfeb792 HID: asus: Add support for multi-touch touchpad on Medion Akoya E1239T bad4a822a118 HID: asus: Add report_size to struct asus_touchpad_info 63792d0ae94e HID: asus: Only set EV_REP if we are adding a mapping 25e14bf0c894 HID: bigben: use spinlock to safely schedule workers 715edb0109ca HID: bigben_worker() remove unneeded check on report_field 12533ad8545c HID: bigben: use spinlock to protect concurrent accesses 05cb432c0909 ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared 84beaa3e2eec ASoC: dapm: declare missing structure prototypes d6250e00bf42 spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one() b89d2ed56406 dm: remove flush_scheduled_work() during local_exit() e6d9a876d914 hwmon: (mlxreg-fan) Return zero speed for broken fan 870a0f519ac2 spi: bcm63xx-hsspi: Fix multi-bit mode setting dd271f179806 spi: bcm63xx-hsspi: fix pm_runtime 904b717bb527 scsi: aic94xx: Add missing check for dma_map_single() 3414be1c8cd1 hwmon: (ltc2945) Handle error case in ltc2945_value_store 75a1c3f82232 gpio: vf610: connect GPIO label to dev name 584cb84e2c6d ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress() a161f1d92aab drm/mediatek: Clean dangling pointer on bind error path b8b166db7885 drm/mediatek: Drop unbalanced obj unref 367c80fb343f drm/mediatek: Use NULL instead of 0 for NULL pointer a0555f90d823 drm/mediatek: remove cast to pointers passed to kfree 2b59e87c92f0 gpu: host1x: Don't skip assigning syncpoints to channels 3975ea6eaffe drm/msm/mdp5: Add check for kzalloc 2a8bb9dce7fd drm: Initialize struct drm_crtc_state.no_vblank from device settings 9b2f5844903a drm/bridge: Introduce drm_bridge_get_next_bridge() bb08be7232ef drm/bridge: Rename bridge helpers targeting a bridge chain 2c33a6141de2 drm/exynos: Don't reset bridge->next dadd30fcc7e3 drm/msm/dpu: Add check for pstates a6afb8293ec0 drm/msm/dpu: Add check for cstate 8f9fdc830d6d drm/msm: use strscpy instead of strncpy d7ea84cddf81 drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness a9eafb0448ab ALSA: hda/ca0132: minor fix for allocation size a80767caeddc ASoC: fsl_sai: initialize is_dsp_mode flag 95ab6d7905eb pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain fc34608fa275 drm/msm/hdmi: Add missing check for alloc_ordered_workqueue 62430b3210c8 gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get_port_by_id() 31701e54d318 drm/vc4: dpi: Fix format mapping for RGB565 d66f26b93c13 drm/vc4: dpi: Add option for inverting pixel clock and output enable 7ddd8a5ecf6f drm/bridge: megachips: Fix error handling in i2c_register_driver() d56e589f8b6f drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC c879003a6f5e drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats c82ca67ca01b selftest: fib_tests: Always cleanup before exit c31985922ec9 selftests/net: Interpret UDP_GRO cmsg data as an int value 616574788880 irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts 3947b16613ef irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts d77209007869 can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bus error 3cf2181e438f thermal/drivers/hisi: Drop second sensor hi3660 21c701cbc84e wifi: mac80211: make rate u32 in sta_set_rate_info_rx() b70d56e728ff crypto: crypto4xx - Call dma_unmap_page when done a3b75b1e767a wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize() c002d2741400 wifi: iwl4965: Add missing check for create_singlethread_workqueue() 7e594abc0424 wifi: iwl3945: Add missing check for create_singlethread_workqueue 5de7a4254eb2 treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() 9198eefd1053 usb: gadget: udc: Avoid tasklet passing a global cf04507f425b RISC-V: time: initialize hrtimer based broadcast clock event device 142bcf724056 m68k: /proc/hardware should depend on PROC_FS c4d8c23efed6 crypto: rsa-pkcs1pad - Use akcipher_request_complete 8c1447495f05 rds: rds_rm_zerocopy_callback() correct order for list_add_tail() 291e6a682008 libbpf: Fix alen calculation in libbpf_nla_dump_errormsg() 60aaccf16d1e Bluetooth: L2CAP: Fix potential user-after-free d19bd48535fc OPP: fix error checking in opp_migrate_dentry() 522d319cda95 tap: tap_open(): correctly initialize socket uid d92d87000eda tun: tun_chr_open(): correctly initialize socket uid 11c9c7227273 net: add sock_init_data_uid() 276ccbc15feb mptcp: add sk_stop_timer_sync helper 07fceab32096 irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe c7d78d36e19e irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe 9e79ac4f70fd irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains 7cce0c9fdd3f net/mlx5: Enhance debug print in page allocation failure dbd6ae095674 powercap: fix possible name leak in powercap_register_zone() 63551e4b7cbc crypto: seqiv - Handle EBUSY correctly c61e7d182ee3 crypto: essiv - Handle EBUSY correctly bfef5e3e7375 crypto: essiv - remove redundant null pointer check before kfree 2d1ac2f2e2be crypto: ccp - Failure on re-initialization due to duplicate sysfs filename 40627e6e291c ACPI: battery: Fix missing NUL-termination with large strings bf6dc175a2b5 wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback() cd8316767099 wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails c3ff385b948d ath9k: htc: clean up statistics macros a49c13eccea4 ath9k: hif_usb: simplify if-if to if-else 564bc2222bf5 wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback function 17a0e61cd982 wifi: orinoco: check return value of hermes_write_wordrec() 573dfeba2d4e ACPICA: nsrepair: handle cases without a return value correctly 987b0ff1b9d9 lib/mpi: Fix buffer overrun when SG is too long b55ada30b5cd genirq: Fix the return type of kstat_cpu_irqs_sum() 6b9f61c8b821 ACPICA: Drop port I/O validation for some regions c300697690e2 crypto: x86/ghash - fix unaligned access in ghash_setkey() 0c4f20c8fc7d wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave() 14ba31bb1b66 wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave() 38ef77720371 wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave() 1879fe9e4016 wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave() 0b7b7347449f wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave() 318005127c80 wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid() d869a1895052 wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit() a12610e83789 wifi: wilc1000: fix potential memory leak in wilc_mac_xmit() a6059cf02a0d wilc1000: let wilc_mac_xmit() return NETDEV_TX_OK 112c1af02b8f wifi: ipw2200: fix memory leak in ipw_wdev_init() ba1d3623fea5 wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave() 0d438ae7bac9 ipw2x00: switch from 'pci_' to 'dma_' API 28ea268d95e5 wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit() 5d171ab48b42 rtlwifi: fix -Wpointer-sign warning 5dd30d1acc70 wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave() 23b34e08de5c wifi: libertas: fix memory leak in lbs_init_adapter() 1864b22e238c wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave() 9004aa391a1a net/wireless: Delete unnecessary checks before the macro call “dev_kfree_skb” fe4d7280cf4d wifi: rsi: Fix memory leak in rsi_coex_attach() 82d68c324497 block: bio-integrity: Copy flags when bio_integrity_payload is cloned 084cd75643b6 sched/rt: pick_next_rt_entity(): check list_entry 0ff7ba5e8bbd sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() ee986d80acde s390/dasd: Fix potential memleak in dasd_eckd_init() 8bc5a76268fb s390/dasd: Prepare for additional path event handling 946515fad41a blk-mq: correct stale comment of .get_budget 2dc5f68fe664 blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait 8c225150ea27 blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx 260dcf1ccdc6 block: Limit number of items taken from the I/O scheduler in one go 578c8f09c04b Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is idle" 2d3c3aa4123a arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node 38af86810d48 ARM: dts: imx7s: correct iomuxc gpr mux controller cells 7fe5dc2fee91 arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name 8b7aa62f4a3a arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node name d5fbeae6d608 arm64: dts: amlogic: meson-gx: add missing unit address to rng node name c5cd41bd10e2 arm64: dts: amlogic: meson-gx: add missing SCPI sensors compatible 1e3ec4d1d7f3 arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name e515d4118583 arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name 1e1b84b0220b ARM: imx: Call ida_simple_remove() for ida_simple_get b0a1b2f3ef90 ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato 91ac4bf35ad6 ARM: OMAP1: call platform_device_put() in error case in omap1_dm_timer_init() af3352c16efd arm64: dts: meson: remove CPU opps below 1GHz for G12A boards 9dd61d95429b arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit address cba890c4bd9d arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name 69bdc5d01406 arm64: dts: meson-gx: Fix Ethernet MAC address unit name ede0334bf4df ARM: zynq: Fix refcount leak in zynq_early_slcr_init 45b44ba5dfc9 arm64: dts: qcom: qcs404: use symbol names for PCIe resets 8041f9a2a958 ARM: OMAP2+: Fix memory leak in realtime_counter_init() dd08e68d04d0 HID: asus: use spinlock to safely schedule workers 136a9bcc0ed2 HID: asus: use spinlock to protect concurrent accesses 9a25b22fd577 HID: asus: Remove check for same LED brightness on set (From OE-Core rev: 4279a46f94a535a0b389f27c5c3b1e16aa9eb63d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.4: update to v5.4.234Bruce Ashfield2023-04-013-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: a103859aaa71 Linux 5.4.234 a1e89c8b29d0 USB: core: Don't hold device lock while reading the "descriptors" sysfs file 96d380d2ae98 USB: serial: option: add support for VW/Skoda "Carstick LTE" 91c877d4311f dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size 465ce31a2bcc vc_screen: don't clobber return value in vcs_read ee8cd3abe722 net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues(). db25b41eb531 bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state 23affaed760b HID: core: Fix deadloop in hid_apply_multiplier. 93b17c7e1e1c neigh: make sure used and confirmed times are valid bc4601ad979a IB/hfi1: Assign npages earlier 98e626c115f8 btrfs: send: limit number of clones and allocated memory size ae03fa7ad343 ACPI: NFIT: fix a potential deadlock during NFIT teardown 785bde845991 ARM: dts: rockchip: add power-domains property to dp node on rk3288 da2bba879eca arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc (From OE-Core rev: 75c94d4da6cc2efba436bcb3b5cec5ebc9a76151) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.4: update to v5.4.233Bruce Ashfield2023-04-013-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: 69f65d442efe Linux 5.4.233 c6cc0121d44d bpf: add missing header file include 5d873a6c658f Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs" 99e3fd21f8fc ext4: Fix function prototype mismatch for ext4_feat_ktype 6f86bb6f853f wifi: mwifiex: Add missing compatible string for SD8787 6c750ed0367f uaccess: Add speculation barrier to copy_from_user() 4d2e5de071fd mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh 787ef0db0140 drm/i915/gvt: fix double free bug in split_2MB_gtt_entry 100cf2af1b39 alarmtimer: Prevent starvation by small intervals and SIG_IGN dab2066c5fff powerpc: dts: t208x: Disable 10G on MAC1 and MAC2 113e0cde39bb can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len f93a1a5bdcdd KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS db209f39f1d1 KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception dc399695dfe9 random: always mix cycle counter in add_latent_entropy() eff0e02f7d3f powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G ead0689bd6fd wifi: rtl8xxxu: gen2: Turn on the rate control 0a77a966aa4a drm/etnaviv: don't truncate physical page address fa2845b21671 drm: etnaviv: fix common struct sg_table related issues 4626550b09ea scatterlist: add generic wrappers for iterating over sgtable objects fe3e217272a8 dma-mapping: add generic helpers for mapping sgtable objects 64121e2adf7d Linux 5.4.232 8b47e324af71 iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map() 7519069f1fb8 net: sched: sch: Fix off by one in htb_activate_prios() 5660a6ffa7a4 ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak 52844d8382cd nilfs2: fix underflow in second superblock position calculations 9f95a161a7de kvm: initialize all of the kvm_debugregs structure before sending it to userspace 9f4abf204827 i40e: Add checking for null for nlmsg_find_attr() e71554a09edf ipv6: Fix tcp socket connection with DSCP. 388886f9708e ipv6: Fix datagram socket connection with DSCP. 905199dac226 ixgbe: add double of VLAN header when computing the max MTU df099e65564a net: mpls: fix stale pointer if allocation fails during device rename 736f8f66d7a9 net: stmmac: Restrict warning on disabling DMA store and fwd mode 1a2c7951424c bnxt_en: Fix mqprio and XDP ring checking logic de44bdebcfe4 net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence a753352622b4 net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path 0c2651c76369 dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions. a4e9411769a7 sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list e1b54b561250 net: bgmac: fix BCM5358 support by setting correct flags 8a4d05b0ffc8 i40e: add double of VLAN header when computing the max MTU fdeb4c258bc6 ixgbe: allow to increase MTU to 3K with XDP enabled 32d81fd54e4e revert "squashfs: harden sanity check in squashfs_read_xattr_id_table" 4c8011e77c27 net: Fix unwanted sign extension in netdev_stats_to_stats64() 6b08c9fc72c6 Revert "mm: Always release pages to the buddy allocator in memblock_free_late()." 8c07792e79cf hugetlb: check for undefined shift on 32 bit architectures 7caeb5457bd0 sched/psi: Fix use-after-free in ep_remove_wait_queue() 6c38aa4020b6 ALSA: hda/realtek - fixed wrong gpio assigned 6e0ef3fc6560 ALSA: hda/conexant: add a new hda codec SN6180 e9b488d60f51 mmc: mmc_spi: fix error handling in mmc_spi_probe() 761db46b29b4 mmc: sdio: fix possible resource leaks in some error paths 98895c225e28 ipv4: Fix incorrect route flushing when source address is deleted 04a331c9dd66 Revert "ipv4: Fix incorrect route flushing when source address is deleted" 85eda8088334 xfs: sync lazy sb accounting on quiesce of read-only mounts fb8ee907c145 xfs: prevent UAF in xfs_log_item_in_current_chkpt 7c07806ab05c xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks 313699d5053c xfs: ensure inobt record walks always make forward progress 7f9309a9f580 xfs: fix missing CoW blocks writeback conversion retry 6246b3a18f7e xfs: only relog deferred intent items if free space in the log gets low 09d61814476c xfs: expose the log push threshold 5d711e41361c xfs: periodically relog deferred intent items 870e7d710843 xfs: change the order in which child and parent defer ops are finished f5af1d5c2dfe xfs: fix an incore inode UAF in xfs_bui_recover efcdc2e70e01 xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering abad319deef5 xfs: clean up bmap intent item recovery checking 6601531db861 xfs: xfs_defer_capture should absorb remaining transaction reservation 411b14e68c68 xfs: xfs_defer_capture should absorb remaining block reservations 3324249e6ecd xfs: proper replay of deferred ops queued during log recovery 1c89c0430561 xfs: fix finobt btree block recovery ordering 6678b2787bb4 xfs: log new intent items created as part of finishing recovered intent items 562da8e70463 xfs: refactor xfs_defer_finish_noroll 42a2406f9015 xfs: turn dfp_intent into a xfs_log_item e11f1516fc9f xfs: merge the ->diff_items defer op into ->create_intent e84096edf886 xfs: merge the ->log_item defer op into ->create_intent 64b21eaa33f5 xfs: factor out a xfs_defer_create_intent helper d24633f3c258 xfs: remove the xfs_inode_log_item_t typedef e0373eeaaaa3 xfs: remove the xfs_efd_log_item_t typedef 94e0639992dd xfs: remove the xfs_efi_log_item_t typedef 83ef55c4281f netfilter: nft_tproxy: restrict to prerouting hook b6ac5e6be513 btrfs: free device in btrfs_close_devices for a single device filesystem 4326d0080f7e aio: fix mremap after fork null-deref 62b19b9f3a0d nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association 16409f7d9ca5 s390/decompressor: specify __decompress() buf len to avoid overflow fbe71c5dacaa net: sched: sch: Bounds check priority 09561d5e6ab0 net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC a74d3b0ea984 net/rose: Fix to not accept on connected socket ec54c946b412 tools/virtio: fix the vringh test for virtio ring changes 6644685f7971 ASoC: cs42l56: fix DT probe d23b66b16e30 selftests/bpf: Verify copy_register_state() preserves parent/live fields a94695e0f9c6 migrate: hugetlb: check for hugetlb shared PMD in node migration bcd34f1eea88 bpf: Always return target ifindex in bpf_fib_lookup 776f2ccfdcef nvme-pci: Move enumeration by class to be last in the table 5c8680988279 arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitive 4b97dab7cd98 arm64: dts: meson-g12-common: Make mmc host controller interrupts level-sensitive f0302e98edc8 arm64: dts: meson-gx: Make mmc host controller interrupts level-sensitive 1509e9391616 riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte bb3187311ec2 ceph: flush cap releases when the session is flushed 9b5d37d3288d usb: typec: altmodes/displayport: Fix probe pin assign check d9758f7deb5a usb: core: add quirk for Alcor Link AK9563 smartcard reader 43379fcacea2 net: USB: Fix wrong-direction WARNING in plusb.c 1bcb431237f1 pinctrl: intel: Restore the pins that used to be in Direct IRQ mode 2b763f7de108 pinctrl: single: fix potential NULL dereference cc1affa23403 pinctrl: aspeed: Fix confusing types in return value f209431be199 ALSA: pci: lx6464es: fix a debug loop 1aab663ecb78 selftests: forwarding: lib: quote the sysctl values ba38eacade35 rds: rds_rm_zerocopy_callback() use list_first_entry() 87a5e3fc8416 ice: Do not use WQ_MEM_RECLAIM flag for workqueue f312958f588a ionic: clean interrupt before enabling queue to avoid credit race a532f7ebf9fd net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHY 73b8e217fe6f bonding: fix error checking in bond_debug_reregister() c89ddf134c53 xfrm: fix bug with DSCP copy to v6 from v4 tunnel 80282a3d103f RDMA/usnic: use iommu_map_atomic() under spin_lock() fe4d70866839 iommu: Add gfp parameter to iommu_ops::map 4a779187db39 IB/IPoIB: Fix legacy IPoIB due to wrong number of queues 7896accedf5b IB/hfi1: Restore allocated resources on failed copyout ae774f480da3 can: j1939: do not wait 250 ms if the same addr was already claimed 56ee31167ce5 tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_pipe_raw 039f935ae009 ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control() 7e43bb69bc6f btrfs: zlib: zero-initialize zlib workspace ed29d8b309b5 btrfs: limit device extents to the device size 9f296c615ec4 iio:adc:twl6030: Enable measurement of VAC 9cf5e99c1ae1 wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads e5142a4935c1 f2fs: fix to do sanity check on i_extra_isize in is_alive() 3b3d3127f5b4 fbdev: smscufx: fix error handling code in ufx_usb_probe 8edda487f085 powerpc/imc-pmu: Revert nest_init_lock to being a mutex fc8548c75c03 serial: 8250_dma: Fix DMA Rx rearm race 71d6b277c4e5 serial: 8250_dma: Fix DMA Rx completion race ec5b4ca3d30b xprtrdma: Fix regbuf data not freed in rpcrdma_req_create() 5af2f74f9074 mm: swap: properly update readahead statistics in unuse_pte_range() ce62df33fcff nvmem: core: fix cell removal on error 1369322c1de5 Squashfs: fix handling and sanity checking of xattr_ids count d49c85a19133 mm/swapfile: add cond_resched() in get_swap_pages() c127bf9a952a fpga: stratix10-soc: Fix return value check in s10_ops_write_init() 6d86b4ceb09b mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps 845a3708f04f riscv: disable generation of unwind tables c89af52d91ca parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case 8e6cc45ba8ab parisc: Fix return code of pdc_iodc_print() 7f5df45fcb26 iio:adc:twl6030: Enable measurements of VUSB, VBAT and others 4b82cc9f7f05 iio: adc: berlin2-adc: Add missing of_node_put() in error path a300e358c6fc iio: hid: fix the retval in accel_3d_capture_sample 2035cfb9586f efi: Accept version 2 of memory attributes table f6ea834e8dce watchdog: diag288_wdt: fix __diag288() inline assembly 78e55b52b205 watchdog: diag288_wdt: do not use stack buffers for hardware data 4abcd352a022 fbcon: Check font dimension limits e00d6a74c3c4 Input: i8042 - add Clevo PCX0DX to i8042 quirk table faed5af8a9c3 Input: i8042 - add TUXEDO devices to i8042 quirk tables ee77a19ee5b3 Input: i8042 - merge quirk tables a789c05516a4 Input: i8042 - move __initconst to fix code styling warning d0332cbf53da vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF 5bf0010b87be usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait db3798943ab7 usb: dwc3: qcom: enable vbus override when in OTG dr-mode fefffc782500 usb: dwc3: dwc3-qcom: Fix typo in the dwc3 vbus override API e4650c04de90 iio: adc: stm32-dfsdm: fill module aliases 165511b99ebc net/x25: Fix to not accept on connected socket b05664e036e1 i2c: rk3x: fix a bunch of kernel-doc warnings d4d765f4761f scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress 6122ce1de1b2 scsi: target: core: Fix warning on RT kernels d92a25627bcd efi: fix potential NULL deref in efi_mem_reserve_persistent ed6c5e8caf55 net: openvswitch: fix flow memory leak in ovs_flow_cmd_new 743f7b51fe7c virtio-net: Keep stop() to follow mirror sequence of open() aed972fbf6fa selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchmarking df1213a26704 selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs 6c70ece3d374 selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided d47f886d0c38 selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warning db3f016ad500 ata: libata: Fix sata_down_spd_limit() when no link speed is reported 6950df42a03c can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate cb079b077026 net: phy: meson-gxl: Add generic dummy stubs for MMD register access db76fc535fbd squashfs: harden sanity check in squashfs_read_xattr_id_table dffe83a198a6 netfilter: br_netfilter: disable sabotage_in hook after first suppression 20355b9569bd netrom: Fix use-after-free caused by accept on already connected socket 03eb2a1b03f3 fix "direction" argument of iov_iter_kvec() 34b0fab797f0 fix iov_iter_bvec() "direction" argument 50b70599c00b WRITE is "data source", not destination... 21081886de0c scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRESENT" 14be8b0c4eed arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX d6870f3800db ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path() 412fddc09612 ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after use 79dfde344e0f bus: sunxi-rsb: Fix error handling in sunxi_rsb_init() 53785fd9b315 firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP region (From OE-Core rev: ad0877d917c2213fd7129ad9571f259d836cc75a) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.4: update to v5.4.231Bruce Ashfield2023-04-013-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: 59342376e8f0 Linux 5.4.231 268d595d4da3 Revert "xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()" 6c24a20223db usb: host: xhci-plat: add wakeup entry at sysfs 1c1291a84e94 Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt af51fc23a03f ipv6: ensure sane device mtu in tunnels a7cc1b5d76a2 exit: Use READ_ONCE() for all oops/warn limit reads eb768617dafa docs: Fix path paste-o for /sys/kernel/warn_count 6f18d28c2634 panic: Expose "warn_count" to sysfs 7c1273646f7e panic: Introduce warn_limit 51538bdde3c2 panic: Consolidate open-coded panic_on_warn checks 7020a9234e86 exit: Allow oops_limit to be disabled 5a3482f2c1cc exit: Expose "oops_count" to sysfs 28facdf7b097 exit: Put an upper limit on how often we can oops 3fa431bac23c ia64: make IA64_MCA_RECOVERY bool instead of tristate 86926761ca80 csky: Fix function name in csky_alignment() and die() 3bf1fa2c7b0f h8300: Fix build errors from do_exit() to make_task_dead() transition fcae924b945e hexagon: Fix function name in die() 49a128ae2823 objtool: Add a missing comma to avoid string concatenation 9a18c9c8336f exit: Add and use make_task_dead. 2f87e255123f mm: kasan: do not panic if both panic_on_warn and kasan_multishot set 119f6bcef753 panic: unset panic_on_warn inside panic() f6c20ed17ef0 sysctl: add a new register_sysctl_init() interface dbe634ce8243 dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init 1986cd616b63 blk-cgroup: fix missing pd_online_fn() while activating policy 4923160393b0 bpf: Skip task with pid=1 in send_signal_common() bd393f0ad5b5 ARM: dts: imx: Fix pca9547 i2c-mux node name 8667280a673a x86/asm: Fix an assembler warning with current binutils 1a5119369a50 clk: Fix pointer casting to prevent oops in devm_clk_release() fbf7b0e4cef3 perf/x86/amd: fix potential integer overflow on shift of a int f571e340050d netfilter: conntrack: unify established states for SCTP paths 8770cd9d7c14 x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL 4d1757f9fe57 block: fix and cleanup bio_check_ro 3a10a4d5d08a nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted 52462669581f Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode" f7a564412931 net: mdio-mux-meson-g12a: force internal PHY off on mux switch 2635c4fd91ca net: xgene: Move shared header file into include/linux a70b966c6c1e net/phy/mdio-i2c: Move header file to include/linux/mdio a9a022a0db1a net/tg3: resolve deadlock in tg3_reset_task() during EEH 92a65b0f207b thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type() e249cea3abd5 net: ravb: Fix possible hang if RIS2_QFF1 happen a7585028ac0a sctp: fail if no bound addresses can be used for a given scope dae05cd3716f net/sched: sch_taprio: do not schedule in taprio_reset() fe9b9e621ceb netrom: Fix use-after-free of a listening socket. 67ac3b4cd551 netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE 8f0eb24f1a7a ipv4: prevent potential spectre v1 gadget in fib_metrics_match() 746db9ec1e67 ipv4: prevent potential spectre v1 gadget in ip_metrics_convert() 4cde1d2f16b6 netlink: annotate data races around sk_state c64bb8547160 netlink: annotate data races around dst_portid and dst_group ea11a52f55c9 netlink: annotate data races around nlk->portid cfdd81ae4752 netfilter: nft_set_rbtree: skip elements in transaction from garbage collection ddd49cbbd4c1 net: fix UaF in netns ops registration error path 3e5082b1c66c netlink: prevent potential spectre v1 gadgets 66e10d5f3996 EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info 594618c701ac EDAC/device: Respect any driver-supplied workqueue polling value a536d87ec73f ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignment 768e8cdf93e7 thermal: intel: int340x: Protect trip temperature from concurrent updates aa33d334bd7e KVM: x86/vmx: Do not skip segment attributes if unusable bit is set 91be54849d53 cifs: Fix oops due to uncleared server->smbd_conn in reconnect bcb65adaa9a1 ftrace/scripts: Update the instructions for ftrace-bisect.sh 31b2414abeaa trace_events_hist: add check for return value of 'create_hist_field' 76b2390fdc80 tracing: Make sure trace_printk() can output as soon as it can be used 4a4a22dda0a3 module: Don't wait for GOING modules 1cd70d842731 scsi: hpsa: Fix allocation size for scsi_host_alloc() 4d55f918e1cd Bluetooth: hci_sync: cancel cmd_timer if hci_open failed e588a5872d41 Revert "Revert "xhci: Set HCD flag to defer primary roothub registration"" 8eb5a68064a5 fs: reiserfs: remove useless new_opts in reiserfs_remount a61bc9197d90 netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT state d39117d7797f Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID" b4253b47bf5e mmc: sdhci-esdhc-imx: correct the tuning start tap and step setting 14b70b4b4a1c mmc: sdhci-esdhc-imx: disable the CMD CRC check for standard tuning 7e66f28ce510 mmc: sdhci-esdhc-imx: clear pending interrupt and halt cqhci a58c144b9e69 lockref: stop doing cpu_relax in the cmpxchg loop d6ff82a4d712 platform/x86: asus-nb-wmi: Add alternate mapping for KEY_SCREENLOCK 295690bb0596 platform/x86: touchscreen_dmi: Add info for the CSL Panther Tab HD 890d850cb25b scsi: hisi_sas: Set a port invalid only if there are no devices attached when refreshing port id 45b3fc9cc64b KVM: s390: interrupt: use READ_ONCE() before cmpxchg() dc0867c44722 spi: spidev: remove debug messages that access spidev->spi without locking 0dfd34fb4506 ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets 9e02118045f8 ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC 3163f4ed49bd cpufreq: armada-37xx: stop using 0 as NULL pointer 1ec79234c20a s390/debug: add _ASM_S390_ prefix to header guard 18699224059c drm: Add orientation quirk for Lenovo ideapad D330-10IGL aff2bc578482 ASoC: fsl_micfil: Correct the number of steps on SX controls 1c587aa6cd23 cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist 8cca0afccefd tcp: fix rate_app_limited to default to 1 11a4d51a4f18 net: dsa: microchip: ksz9477: port map correction in ALU table entry register 02a4a7dc90c2 driver core: Fix test_async_probe_init saves device in wrong array 276052159ba9 w1: fix WARNING after calling w1_process() 82867190ce30 w1: fix deadloop in __w1_remove_master_device() c9ada353403d tcp: avoid the lookup process failing to get sk in ehash table e963b33723f7 dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node() 9b4482267eee dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling fe39e74a6435 dmaengine: xilinx_dma: use devm_platform_ioremap_resource() d3065cc56221 HID: betop: check shape of output reports d16b83c804ad net: macb: fix PTP TX timestamp failure due to packet padding 18dd3b30d4c7 dmaengine: Fix double increment of client_count in dma_chan_get() cbed756bd198 drm/panfrost: fix GENERIC_ATOMIC64 dependency 914c58fec1a6 net: mlx5: eliminate anonymous module_init & module_exit 7335ba0c0345 usb: gadget: f_fs: Ensure ep0req is dequeued before free_request a8d40942df07 usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait edec50677b41 HID: revert CHERRY_MOUSE_000C quirk efa29f4ba01e net: stmmac: fix invalid call to mdiobus_get_phy() 8c3653c4e71f HID: check empty report_list in bigben_probe() 89e7fe3999e0 HID: check empty report_list in hid_validate_values() 8a7b9560a3a8 net: mdio: validate parameter addr in mdiobus_get_phy() ce1e79bf31aa net: usb: sr9700: Handle negative len 4fd6a6b1019e l2tp: Don't sleep and disable BH under writer-side sk_callback_lock 7188c37f3c25 l2tp: Serialize access to sk_user_data with sk_callback_lock 24c7614d31c8 net: fix a concurrency bug in l2tp_tunnel_register() 1200388a0b1c net/sched: sch_taprio: fix possible use-after-free 9042a9a3f29c wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oid de0e084f85ff gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode 8df414fce41c net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs a59cdbda3714 net: nfc: Fix use-after-free in local_cleanup() 2a05d513d2b9 phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2phy_power_on() 81b3374944d2 bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation 8b35c7f6920d amd-xgbe: Delay AN timeout during KR training b85e0bb478fd amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent 3d41f4eeabd0 affs: initialize fsdata in affs_truncate() 03965f8ad2cd IB/hfi1: Fix expected receive setup error exit issues f5c918dc4ed9 IB/hfi1: Reserve user expected TIDs d307c75f4328 IB/hfi1: Reject a zero-length user expected buffer 902063a9fea5 RDMA/core: Fix ib block iterator counter overflow 048c17b619b4 tomoyo: fix broken dependency on *.conf.default 8d23f5d25264 EDAC/highbank: Fix memory leak in highbank_mc_probe() 97445814efcd HID: intel_ish-hid: Add check for ishtp_dma_tx_map 4be51ea91a8b ARM: imx: add missing of_node_put() 12a763015b83 ARM: imx35: Retrieve the IIM base address from devicetree 3b76bc159878 ARM: imx31: Retrieve the IIM base address from devicetree 61669e6dec15 ARM: imx27: Retrieve the SYSCTRL base address from devicetree d4e913bad2b5 ARM: dts: imx6qdl-gw560x: Remove incorrect 'uart-has-rtscts' 6d7f38426895 memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe() 8959188b2f31 memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe() 310268050d58 clk: Provide new devm_clk helpers for prepared and enabled clocks c7ef7185a15f clk: generalize devm_clk_get() a bit (From OE-Core rev: 13e4ca633d1f0897b5bbe1b40d399faa95bac24c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* git: ignore CVE-2023-22743Chee Yang Lee2023-04-011-0/+2
| | | | | | | | | | (From OE-Core rev: 3f106ad3ebafbf850e42bcb46661cc0b6e40e4cc) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 70adf86b515934168a6185dcff4a8edb39a40017) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: fix multple CVEsChee Yang Lee2023-04-0118-0/+1039
| | | | | | | | | | | | | | | | | | | | | | import patches from ubuntu to fix CVE-2020-15469 CVE-2020-15859 CVE-2020-17380 CVE-2020-35504 CVE-2020-35505 CVE-2021-3409 CVE-2022-26354 https://git.launchpad.net/ubuntu/+source/qemu/tree/debian/patches?h=ubuntu/focal-security Combine patches for both CVE-2020-25085 and CVE-2021-3409 also fix CVE-2020-17380. so mark CVE-2020-17380 fixed by CVE-2021-3409 patches. CVE-2020-17380 patch backported since oecore rev 6b4c58a31ec11e557d40c31f2532985dd53e61eb. (From OE-Core rev: 3ee2e9027d57dd5ae9f8795436c1acd18a9f1e24) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base-files: Drop localhost.localdomain from hosts fileRichard Purdie2023-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was likely something we took inspiration from elsewhere with. It was added in: https://git.openembedded.org/openembedded/commit/packages/netbase/netbase/hosts?id=c8e5702127e507e82e6f68a4b8c546803accea9d in 2005. Debian added this entry around 2004 and discussed and dropped it in 2005: https://lists.debian.org/debian-devel/2005/10/msg00559.html resulting in: https://salsa.debian.org/installer-team/netcfg/-/commit/3c15ee521b2b8f47b34ccc7f610523cd284f2221 We should drop this for some of the reasons in those threads, it doesn't seem to be doing anything too helpful and isn't what most applications expect. (From OE-Core rev: a04b207c4ffa900313a0b5e3079ad2eec7d31f27) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e730d005fa8aec07f9ae25c58d4566eaa92a6997) Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* populate_sdk_ext: Handle spaces within user $PATHKenfe-Mickael Laventure2023-03-251-1/+1
| | | | | | | | | | | | | | | | 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. (From OE-Core rev: b8298401c710146ae35f282048b66d5773a513ed) Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 00e96bf250eaaded839caf465dbc0af5b604aed7) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toolchain-scripts: Handle spaces within user $PATHKenfe-Mickael Laventure2023-03-251-1/+1
| | | | | | | | | | | | | | | 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. (From OE-Core rev: ad6aaa77f1d08b4ca66f46e318f1a09b645d9e23) Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 42177ff2d45ee70ad00917bb6fbabca49dae4f59) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildtools-tarball: Handle spaces within user $PATHKenfe-Mickael Laventure2023-03-251-1/+1
| | | | | | | | | | | | | | | 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. (From OE-Core rev: 9ececa2c36eff7c954d92e9d13a2fe8c1fae9bd2) Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 2d4c032bf3187aaa953a0c33a999074e695f54bb) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glibc: Add missing binutils dependencyRichard Purdie2023-03-251-1/+3
| | | | | | | | | | | | | | | | | | 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. (From OE-Core rev: ea6d768d0910e2076a971bdba57605dd9d68763a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c4a7b3decff636292f5e76e95406a22b6fe4a994) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* staging/multilib: Fix manifest corruptionRichard Purdie2023-03-252-3/+5
| | | | | | | | | | | | | | | | 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. (From OE-Core rev: 271ac31e15d00d636e888a1f3b7d4e22e0b8267a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit beab42e00713880cd95a04729c892f8662fbcbed) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* staging: Separate out different multiconfig manifestsRichard Purdie2023-03-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | """ 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. (From OE-Core rev: eb9c6f7ac91431a6296789c23900f2a3016ef619) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 891d3faa3ed3d1cc231da58e5fa1325f05d5ade5) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemd: Fix systemd when used with busybox lessAlban Bedel2023-03-252-0/+12
| | | | | | | | | | | | | | | | | | | Per default systemd use a pager for the output of most of its tools and it expect this pager to be color capable. But that is not the case when the busybox `less` is used, which lead to output garbled by color escape sequences. To fix this issue add a profile frament that disable the systemd pager when busybox `less` is detected. (From OE-Core rev: 06271fd8d26bc34448524157077c23eb1ea29c52) Signed-off-by: Alban Bedel <alban.bedel@aerq.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit de7e36a7858ebca4615975967fcad1c399eacdb0) Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vim: set modified-by to the recipe MAINTAINERRoss Burton2023-03-251-0/+1
| | | | | | | | | | | | | | | | | | | Clause II.3 of the Vim license states that any distribution of Vim that has been extended or modified must _at least_ indicate in the :version output that this is the case. Handily, Vim has a --with-modified-by argument to add a line in that text, so use MAINTAINER. This is the distribution maintainer contact, by default it is OE-Core Developers <openembedded-core@lists.openembedded.org>. (From OE-Core rev: e630b404b1d1797be5e915592a6ef71e34aaf680) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit acc007e23445aa53182e13902dd9509c39dd5645) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vim: upgrade to 9.0.1403Ross Burton2023-03-251-4/+3
| | | | | | | | | | | | | | | This incorporates fixes for CVE-2023-1127, CVE-2023-1170, CVE-2023-1175. Also remove runtime/doc/uganda.txt from the license checksum: the Vim license is also in the top-level LICENSE file so this is redundant. (From OE-Core rev: 9351cd3bf259260c17e7c99612b3c28d58a89bf3) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 71111e6b62d37c5e6853d7940dec2993df127a35) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libksba: fix CVE-2022-3515Chee Yang Lee2023-03-252-0/+48
| | | | | | | | (From OE-Core rev: 16d8176218230007dac98cd0d941da03a354e90c) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ghostscript: add CVE tag for check-stack-limits-after-function-evalution.patchChee Yang Lee2023-03-251-1/+1
| | | | | | | | | | | This patch fix CVE-2021-45944. https://nvd.nist.gov/vuln/detail/CVE-2021-45944 (From OE-Core rev: d966b565d39bf50f058b388235ccea5ab0c2e60b) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* QEMU: CVE-2022-4144 QXL: qxl_phys2virt unsafe address translation can lead ↵Hitendra Prajapati2023-03-252-4/+108
| | | | | | | | | | | | | | | | | to out-of-bounds read Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/6dbbf055148c6f1b7d8a3251a65bd6f3d1e1f622 (From OE-Core rev: 754cce68614c7985d5848134635a6b318f4505ab) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Replace the tabs with spaces to correct the indent. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libarchive: fix CVE-2022-26280Andrej Valek2023-03-252-0/+30
| | | | | | | | | | Backport fix from https://github.com/libarchive/libarchive/issues/1672 (From OE-Core rev: b23482f9ea1cc930a3d5ecfe5fc465e2f720a949) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Update to dunfell head revisionyocto-3.1.24dunfell-23.0.24Richard Purdie2023-03-151-1/+1
| | | | | | (From OE-Core rev: efb1a73a13907bed3acac8e06053aef3e2ef57f5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>