summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
...
* gtk4: update 4.14.2 -> 4.14.4Markus Volk2024-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overview of Changes in 4.14.4, 02-05-2024 ========================================= * GtkGraphicsOffload: - Don't crash without a child * Icontheme: - Make symbolic svg loading more efficient - Handle color-free symbolics more efficiently * Accessibility: - Make the gtk-demo sidebar search more accessible - Stop emitting focus events * GDK: - Support XDG_ACTIVATION_TOKEN - dmabuf: Be more defensive when importing unknown formats to G - dmabuf: Use narrow range for YUV * GSK: - gpu: Handle tiny offscreens correctl * Build: - Fix many ubsan warning * macOS - Fix problems with events handed back to the OS - Respect GDK_DEBUG=default-settings * Translation updates: German Indonesian Kabyle Korean Lithuanian Russian Overview of Changes in 4.14.3, 18-04-2024 ========================================= * GtkShortcutManager: - Track the propagation phase of added controllers * Accessibility: - Implement GtkAccessibleRange for scrollbars * X11: - Fix some confusing debug messages - Drop a no-longer-relevant optimization that was interfering with getting the current window manager capabilities * Tools: - Support generating pdf in gtk4-rendernode-tool * Translation updates: Basque Brazilian Portuguese Georgian Hebrew Kabyle Persian Polish Slovenian Swedish Ukrainian (From OE-Core rev: 142346d5e420e2ea17826c9951b443849a535a31) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* llvm: Switch to using release tarballsKhem Raj2024-05-131-7/+6
| | | | | | | | | | | | git checkouts are in excess of 3G, which is not ideal for everyone to download/clone, instead switch to fetching release tarball which is ~126M as of 18.1.5 release (From OE-Core rev: 800e6576e4f3af10846af13c2f217f986c1afdb4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: upgrade 21.1.11 -> 21.1.12Archana Polampalli2024-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release contains security fixes for * CVE-2024-31080 * CVE-2024-31081 * CVE-2024-31082 * CVE-2024-31083 Changelog: =========== 101caa1b0 (tag: xorg-server-21.1.12) xserver 21.1.12 117315640 render: fix refcounting of glyphs during ProcRenderAddGlyphs 0e34d8ebc Xquartz: ProcAppleDRICreatePixmap needs to use unswapped length to send reply cea92ca78 Xi: ProcXIPassiveGrabDevice needs to use unswapped length to send reply 8a7cd0e3e Xi: ProcXIGetSelectedEvents needs to use unswapped length to send reply 5ca3a9513 Xext: SProcSyncCreateFence needs to swap drawable id too 5d7272f05 Allow disabling byte-swapped clients 8a46a463f Initialize Mode->name in xf86CVTMode() f653d9a0a hw/xfree86: fix NULL pointer refrence to mode name 8b75ec34d dix: Fix use after free in input device shutdown https://lists.x.org/archives/xorg-announce/2024-April/003497.html (From OE-Core rev: 12dfa6889a1c322d0e20fd9b7638dcb861e032f2) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: skip another known flaky testRoss Burton2024-05-131-2/+7
| | | | | | | | | | | | | The baseparse:parser_pull_short_read test is known to be unreliable, according to the list of known bad tests in gst-devtools. Also clean up an incorrect comment. (From OE-Core rev: be58657b3ee32af5a00f6bfecb9264751915dabd) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* curl: locale-base-en-us isn't glibc-specificRoss Burton2024-05-131-1/+1
| | | | | | | | | | | The musl-locales package provides this too, so we can depend without a libc override. (From OE-Core rev: c8f1d51f4eb6df6c041707d38f60549d13ddab7f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pyopenssl: drop python3-six from RDEPENDSGuðni Már Gilbert2024-05-131-1/+0
| | | | | | | | | | | Python 2.7 support was dropped in version 22.0.0 python3-six was dropped as a dependency in 22.0.0 (From OE-Core rev: 6eab37a0cdcc6071f79aa5c8198df0b2ba23dd7a) Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-bcrypt: drop python3-six from RDEPENDSGuðni Már Gilbert2024-05-131-1/+0
| | | | | | | | | | | Python 2.7 support was dropped in version 3.2.0 and python3-six dependency was subsequently dropped in version 3.2.1 (From OE-Core rev: 50757cc95b3062f11a7455af33e7a7e74ea1d0f7) Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcrypt-compat: Rename libcrypto.so.1 -> libcrypt.so.1Jordan Crouse2024-05-091-1/+1
| | | | | | | | | | The comment in libxcrypt-cmpat incorrectly mentions libcrypto instead of libcrypt which could be misleading to the unsuspecting grep user. (From OE-Core rev: 3400945ac94c37f335b1e500bdd91e6187ed20b1) Signed-off-by: Jordan Crouse <jorcrous@amazon.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/create-spdx-2.2: Fix SPDX dependencies for ABI Safe recipesjoshua Watt2024-05-091-4/+10
| | | | | | | | | | | | | | | | | | SPDX Documents can currently get into a state where they reference SPDX IDs that do not exist (locally). The reason for this is that some tasks/recipes are marked as ABI safe, and thus are excluded from taskhash. This means that when SPDX creates a document, it will refer to the SPDX ID in the dependency at the time when the document is created, but if the dependency changes and gets a new SPDX ID, the document will not rebuild to reference the new SPDX ID, causing it to be dangling. Fix this by using the new field in BB_TASKDEPDATA to skip dependencies that are not part of the taskhash calculation. (From OE-Core rev: 8393557b5229c7a0cea18a586848384bff1d7424) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3: skip test_concurrent_futures/test_shutdownTrevor Gamblin2024-05-092-0/+47
| | | | | | | | | | These tests are causing hangs on the Autobuilder, so disable them for now. (From OE-Core rev: fe22c66f4da87e7dca62dfbeec2185e4efcc31a9) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: fix kselftest failuresBruce Ashfield2024-05-093-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit(s) to linux-yocto/6.6: 1/1 [ Author: Mark Brown Email: broonie@kernel.org Subject: kselftest: Add a ksft_perror() helper Date: Thu, 28 Sep 2023 16:38:11 +0200 The standard library perror() function provides a convenient way to print an error message based on the current errno but this doesn't play nicely with KTAP output. Provide a helper which does an equivalent thing in a KTAP compatible format. nolibc doesn't have a strerror() and adding the table of strings required doesn't seem like a good fit for what it's trying to do so when we're using that only print the errno. Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 3d747dabd7bf59b653730f245d134931d143f60f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/selftest/devtool: Fix for usrmerge in DISTRO_FEATURESRichard Purdie2024-05-091-0/+2
| | | | | | | | | If usrmerge is in DISTRO_FEATURES, assumptions in one of the tests would fail. Improve the test so it works in both cases. (From OE-Core rev: afa211746a2aa1993a54cc5a5e1937679341da8e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/selftest/recipetool: Fix for usrmerge in DISTRO_FEATURESRichard Purdie2024-05-091-5/+11
| | | | | | | | | If usrmerge is in DISTRO_FEATURES, assumptions in one of the tests would fail. Improve the test so it works in both cases. (From OE-Core rev: 68a27d307a7042e242c49cf3d069469f40e09902) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* llvm: Upgrade to 18.1.5Khem Raj2024-05-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Brings 617a15a9eac9 [clang codegen] Fix MS ABI detection of user-provided constructors. (#90151) 20b9ed64ea07 [RISCV][ISel] Fix types in tryFoldSelectIntoOp (#90659) ece9d35f1a70 [GlobalISel] Fix store merging incorrectly classifying an unknown index expr as 0. (#90375) a7b8b890600a [X86] Enable EVEX512 when host CPU has AVX512 (#90479) 4da5b1417493 [GlobalISel] Don't form anyextending atomic loads. a96b04442c9f [AArch64] Remove invalid uabdl patterns. (#89272) aea091b70eda [clang][CoverageMapping] do not emit a gap region when either end doesn't have valid source locations (#89564) 58648f334d62 [X86][EVEX512] Check hasEVEX512 for canExtendTo512DQ (#90390) 6350acdb134d [CGP] Drop poison-generating flags after hoisting (#90382) f341c76b9461 [Clang] Handle structs with inner structs and no fields (#89126) abf6b13085fb [IRCE] Skip icmp ptr in InductiveRangeCheck::parseRangeCheckICmp (#89967) ee5bb0c95667 Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671) 6dbaa89433f7 [clang-format] Fix a regression in ContinuationIndenter (#88414) 51ff7f38b633 [clang-format] Fix a regression in annotating TrailingReturnArrow (#86624) b544217fb31f [AMDGPU] Fix setting nontemporal in memory legalizer (#83815) 78b99c73ee4b [DAGCombiner] Fix miscompile bug in combineShiftOfShiftedLogic (#89616) 1aa91720cc4f [DAGCombiner] Pre-commit test case for miscompile bug in combineShiftOfShiftedLogic 35fea1032741 release/18.x: [clang-format] Correctly annotate braces in macros (#87953) b9b73814ad8a [libcxx] [modules] Add _LIBCPP_USING_IF_EXISTS on aligned_alloc (#89827) c0b48372d82a release/18.x: [clang-format] Revert breaking stream operators to previous default (#89016) 3b4ba7277bd7 [analyzer] Fix performance of getTaintedSymbolsImpl() (#89606) 7699b341b763 release/18.x: [clang-format] Fix a regression in annotating BK_BracedInit (#87450) fb865928c8e0 [GlobalISel] Fix fewerElementsVectorPhi to insert after G_PHIs (#87927) 111ae4509c96 [X86] Fix miscompile in combineShiftRightArithmetic 76cbd417af50 [X86] Pre-commit tests (NFC) e7c816b3cd3e [InstCombine] Fix unexpected overwriting in foldSelectWithSRem (#89539) 3685a599c866 ReleaseNote: Mention SpecialCaseList change (#89141) a981a4f7653c [X86] Always use 64-bit relocations in no-PIC large code model (#89101) 4ddac856c55f [analyzer] Fix a security.cert.env.InvalidPtr crash c6d63d4fc555 Bump version to 18.1.5 (#89291) (From OE-Core rev: 02df2fc6241ac8fb0e78f2fdff97a04e5c561d54) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wayland: fix upstream version checkAlexander Kanavin2024-05-094-2/+4
| | | | | | | (From OE-Core rev: e98a02fed1fec3596727316837526a6d1420aed4) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pyproject-hooks: fix upstream version checkAlexander Kanavin2024-05-091-2/+0
| | | | | | | (From OE-Core rev: d19b85c66c6b88a4545ce9b9b67f74169c9fdcec) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: fix pkgconfig path problemsRoss Burton2024-05-091-5/+1
| | | | | | | | | | | | | | | | | | | | OpenSSL 3.3.0 introduced new pkgconfig generators which interact badly with our incorrect setting of --libdir, which is documented as being the name of the directory _under $prefix_, not an absolute path. This resulted in the pkgconfig files have libdir=/usr which mostly works as the actual library directory is on the search path, but can break other recipes (such as tpm2-openssl). Pass the correct value for --libdir, and also remove the odd handling of an empty ${prefix} which is very historical[1] and can't happen anymore as all build variations have a prefix. [1] Added in oe-classic f725a81c, 2009 (From OE-Core rev: f5e931c5e5932e35113d13ba053419283f472f43) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wayland-protocols: update 1.35 -> 1.36Markus Volk2024-05-091-1/+1
| | | | | | | (From OE-Core rev: 53bedae6d7a724ffe62f6ece90a56323304225d2) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glibc: Update to latest on stable 2.39 branchPeter Marko2024-05-093-11/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | Adresses CVEs: CVE-2024-33599, CVE-2024-33600, CVE-2024-33601, CVE-2024-33602 Changes: 273a835fe7 time: Allow later version licensing. acc56074b0 nscd: Use time_t for return type of addgetnetgrentX 836d43b989 login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) 9831f98c26 login: Check default sizes of structs utmp, utmpx, lastlog fd658f026f elf: Also compile dl-misc.os with $(rtld-early-cflags) a9a8d3eebb CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) c99f886de5 CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) 5a508e0b50 CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) 1263d583d2 CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) 2f8f157eb0 x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676] e701c7d761 i386: ulp update for SSE2 --disable-multi-arch configurations e828914cf9 nptl: Fix tst-cancel30 on kernels without ppoll_time64 support Since glibc introduced file sysdeps/arm/bits/wordsize.h our multilib patch needed to be updated. (From OE-Core rev: 8df8dcc37fd05551dcf89ff2ab5d73d7679cf6b6) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ncurses: Fix CVE-2023-45918Soumya Sambu2024-05-092-0/+181
| | | | | | | | | | | | ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c. References: https://nvd.nist.gov/vuln/detail/CVE-2023-45918 (From OE-Core rev: 6573995adf4cfd48b036f8463b39f3864fcfd85b) Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes: image_types: apply EXTRA_IMAGECMD:squashfs* in oe_mksquashfs()Martin Hundeb?ll2024-05-091-8/+12
| | | | | | | | | | | | | | | | | | | | Since commit c991f9d6031 ("image_types: Set SOURCE_DATE_EPOCH for squashfs"), I assume, the EXTRA_IMAGECMD:squashfs* variable(s) has been ignored. This is due to the override magic, which isn't applied to functions called by IMAGE_CMD:<type>, but only to the IMAGE_CMD:<type> itself. Other image types (e.g. ext*) works around this by passing the EXTRA_IMAGECMD variable as an argument to the called function. To do the same for oe_mksquashfs(), the number of mandatory arguments is fixed to one (with a little logic to handle the zstd filename). This allows passing ${EXTRA_IMAGECMD} as an argument to oe_mksquashfs(), which makes the variable functional again. (From OE-Core rev: e6c1e3a65c3672473dcd01e4a950f89b70121d6b) Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcgroup_3.1.0: fix build on non-systemd systemsAdriaan Schmidt2024-05-092-0/+38
| | | | | | | | | | backport upstream commit 592dcdcf243576bd2517d3da9bc18990de08e37e to fix packaging when building with --enable-systemd=no (From OE-Core rev: bc91a95ad96faa644241833a883cc63608dd59c2) Signed-off-by: Adriaan Schmidt <adriaan.schmidt@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glibc: correct licensePeter Marko2024-05-091-1/+1
| | | | | | | | | | | | | | | The license per [1] is LGPL-2.1-or-later and [2] converted last LGPL-2.1-only references. License-Update: corrected from LGPL-2.1-only to LGPL-2.1-or-later based on [1] and [2] [1] https://www.gnu.org/software/libc/ [2] https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=273a835fe7c685cc54266bb8b502787bad5e9bae (From OE-Core rev: b7ad15a59d048ca7561a03cb0fc8e2c24680ce5c) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uboot-sign: fix loop in do_uboot_assemble_fitimageRalph Siemsen2024-05-091-1/+1
| | | | | | | | | | | When using multiple u-boot configurations in UBOOT_CONFIG, the helper function uboot_assemble_fitimage_helper() was not called with all combinations of type & binary, due to a copy-n-paste indexing error. (From OE-Core rev: 2d338548a4b745a71eaf6c29231adc93c4165778) Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk4: Disable int-conversion warning as errorKhem Raj2024-05-091-0/+4
| | | | | | | | | | | This helps builds on 32bit machines when using GCC-14 there is a bug filed for fixing this in code [1] [1] https://gitlab.gnome.org/GNOME/gtk/-/issues/6033 (From OE-Core rev: 3735b5566c7e0e1a36171523e7b553497f4da1a4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* consolekit: Disable incompatible-pointer-types warning as errorKhem Raj2024-05-091-0/+3
| | | | | | | | | Fixes build with gcc-14 (From OE-Core rev: d4fb4007cbaf545e023b0cb55b80fb5c70cf5b57) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kea: Remove -fvisibility-inlines-hidden from C++ flagsKhem Raj2024-05-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes build with gcc-14, where default visibility is extended to inline functions and getAll() function now falls into this category and functions are marked hidden resulting in linking errors Fixes /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/kea/2.5.8/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/14.0.1/ld: ./.libs/libdhcp4.a(dhcp4_srv.o): in function `isc::dhcp::Dhcpv4Srv::appendRequestedVendorOptions(isc::dhcp::Dhcpv4Exchange&)': /usr/src/debug/kea/2.5.8/src/bin/dhcp4/dhcp4_srv.cc:2356:(.text+0xaac2): undefined reference to `isc::dhcp::CfgOption::getAll(unsigned int) const' /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/kea/2.5.8/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/14.0.1/ld: ./.libs/libdhcp4.a(dhcp4_srv.o): in function `isc::dhcp::OptionDescriptor isc::dhcp::CfgOption::get<unsigned int>(unsigned int const&, unsigned short) const': /usr/src/debug/kea/2.5.8/src/lib/dhcpsrv/cfg_option.h:609:(.text+0xb288): undefined reference to `isc::dhcp::CfgOption::getAll(unsigned int) const' /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/kea/2.5.8/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/14.0.1/ld: ./.libs/libdhcp4.a(dhcp4_srv.o): in function `isc::dhcp::Dhcpv4Srv::appendRequestedOptions(isc::dhcp::Dhcpv4Exchange&)': /usr/src/debug/kea/2.5.8/src/bin/dhcp4/dhcp4_srv.cc:2128:(.text+0xc556): undefined reference to `isc::dhcp::CfgOption::getAll(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/kea/2.5.8/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/14.0.1/ld: ./.libs/libdhcp4.a(dhcp4_srv.o): in function `std::vector<isc::dhcp::OptionDescriptor, std::allocator<isc::dhcp::OptionDescriptor> > isc::dhcp::CfgOption::getList<char [6]>(char const (&) [6], unsigned short) const': /usr/src/debug/kea/2.5.8/src/lib/dhcpsrv/cfg_option.h:641:(.text._ZNK3isc4dhcp9CfgOption7getListIA6_cEESt6vectorINS0_16OptionDescriptorESaIS5_EERKT_t[_ZNK3isc4dhcp9CfgOption7getListIA6_cEESt6vectorINS0_16OptionDescriptorESaIS5_EERKT_t]+0x86): undefined reference to `isc::dhcp::CfgOption::getAll(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/kea/2.5.8/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/14.0.1/ld: ./.libs/libdhcp4.a(dhcp4_srv.o): in function `isc::dhcp::OptionDescriptor isc::dhcp::CfgOption::get<char [6]>(char const (&) [6], unsigned short) const': /usr/src/debug/kea/2.5.8/src/lib/dhcpsrv/cfg_option.h:609:(.text._ZNK3isc4dhcp9CfgOption3getIA6_cEENS0_16OptionDescriptorERKT_t[_ZNK3isc4dhcp9CfgOption3getIA6_cEENS0_16OptionDescriptorERKT_t]+0x77): undefined reference to `isc::dhcp::CfgOption::getAll(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' collect2: error: ld returned 1 exit status make[5]: *** [Makefile:651: kea-dhcp4] Error 1 (From OE-Core rev: 584940c2f3234bfaf579429e162e683934e86538) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pcmanfm: Disable incompatible-pointer-types warning as errorKhem Raj2024-05-091-0/+2
| | | | | | | (From OE-Core rev: af1290104b58693df69457454ac2a0d35a7e8c60) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* p11-kit: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)Martin Jansa2024-05-091-0/+10
| | | | | | | | | | | | | * these are reproducible only with 32bit MACHINEs and probably related to time64.inc * http://errors.yoctoproject.org/Errors/Build/183154/ (From OE-Core rev: fa2b8a494e641faab095487af90c5b78d9e33868) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunwind: ignore various issues now fatal with gcc-14Martin Jansa2024-05-091-0/+8
| | | | | | | | | http://gecko.lge.com:8000/Errors/Details/821679 (From OE-Core rev: 20b9e9980c6675906ed154df968008f8c9140a9c) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* expect: ignore various issues now fatal with gcc-14Martin Jansa2024-05-091-0/+4
| | | | | | | | (From OE-Core rev: 83e9790fe27c310a4f5a66fedb29b232d23a22e5) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rng-tools: ignore incompatible-pointer-types errors for nowMartin Jansa2024-05-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * causes libargp test to fail: http://errors.yoctoproject.org/Errors/Details/766951/ | configure: error: in '/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build': | configure: error: libargp disabled and libc does not have argp config.log shows: configure:8424: x86_64-webos-linux-gcc -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 --sysroot=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot -o conftest -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/git=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/git=/usr/src/debug/rng-tools/6.16 -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot= -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot= -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot-native= -DJENT_CONF_ENABLE_INTERNAL_TIMER -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/git=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/git=/usr/src/debug/rng-tools/6.16 -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot= -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot= -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot-native= conftest.c -ljitterentropy >&5 conftest.c: In function 'main': conftest.c:51:52: error: passing argument 3 of 'argp_parse' from incompatible pointer type [-Wincompatible-pointer-types] 51 | int argc=1; char *argv={"test"}; argp_parse(0,argc,argv,0,0,0); return 0; | ^~~~ | | | char * In file included from conftest.c:47: /OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot/usr/include/argp.h:371:58: note: expected 'char ** restrict' but argument is of type 'char *' 371 | int __argc, char **__restrict __argv, | ~~~~~~~~~~~~~~~~~~^~~~~~ (From OE-Core rev: 78d9cad294f335f6e5b18b0ca790a9e5723f0c41) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite3: upgrade 3.45.1 -> 3.45.3Anuj Mittal2024-05-091-1/+1
| | | | | | | (From OE-Core rev: a5c24e05e8397e2e353d2d27d9da98375f6ec036) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mmc-utils: upgrade to latest revisionAnuj Mittal2024-05-091-1/+1
| | | | | | | (From OE-Core rev: 04f76edd211cde73069b24b5ae65d1f7732872ff) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsolv: upgrade 0.7.28 -> 0.7.29Anuj Mittal2024-05-092-5/+2
| | | | | | | (From OE-Core rev: 96422591580ab92d2d0e79551229852246f64acb) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libproxy: upgrade 0.5.4 -> 0.5.6Anuj Mittal2024-05-091-1/+1
| | | | | | | (From OE-Core rev: 6d215478a0711ca9f7475e9f16c1dd0907fbe14c) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* harfbuzz: upgrade 8.3.1 -> 8.4.0Anuj Mittal2024-05-091-1/+1
| | | | | | | (From OE-Core rev: 3d6033cc841b3a74d97caeec6d9482e6fd5e79ca) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* enchant2: upgrade 2.6.9 -> 2.7.2Anuj Mittal2024-05-091-1/+1
| | | | | | | (From OE-Core rev: b383bd8780fe6b0b49519683718e549220cf20fd) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sanity.conf: Require bitbake 2.9.1Richard Purdie2024-05-081-1/+1
| | | | | | | | | We need a recent siggen change in bitbake to allow SPDX to work better. (From OE-Core rev: 3d501e4b496be86b0089167af2f49cb750fc7ea2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update CVE exclusions (6.6.29)Bruce Ashfield2024-05-041-2/+2
| | | | | | | | | | | | | | | | | Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] (From OE-Core rev: a6660bc4980ad8161522075e3964fa400817f27f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update to v6.6.29Bruce Ashfield2024-05-043-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: a3463f081046 Linux 6.6.29 63cc4f14bb03 selftests: kselftest: Fix build failure with NOLIBC c67f926ec870 thunderbolt: Reset only non-USB4 host routers in resume b0f4478838be PCI/ASPM: Fix deadlock when enabling ASPM 3b629239773b ksmbd: common: use struct_group_attr instead of struct_group for network_open_info 4cbb88351b55 ksmbd: clear RENAME_NOREPLACE before calling vfs_rename 5c20b242d4fe ksmbd: validate request buffer size in smb2_allocate_rsp_buf() 3160d9734453 ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf 6355b468e2a7 powerpc/ftrace: Ignore ftrace locations in exit text sections 43a71c1b4b3a virtio_net: Do not send RSS key if it is not supported bd41ee1efd47 net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boards 21b9d89d9342 net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530 2382eae66b19 nilfs2: fix OOB in nilfs_set_de_type e46d3be714ad bootconfig: use memblock_free_late to free xbc memory to buddy a019b44b1bc6 nouveau: fix instmem race condition around ptr stores 5d2f587aef37 drm/vmwgfx: Fix crtc's atomic check conditional f1769cb2c912 drm/vmwgfx: Sort primary plane formats by order of preference 65674218b43f drm/vmwgfx: Fix prime import/export db74904a93a3 drm/amdgpu: remove invalid resource->start check v2 aa02d43367a9 drm/amdkfd: Fix memory leak in create_process failure ef13eeca7c79 drm/amdgpu: validate the parameters of bo mapping operations more clearly 885d4c31a432 fuse: fix leaked ENOSYS error on first statx call cc10db003033 mm/shmem: inline shmem_is_huge() for disabled transparent hugepages 882e1180c83f mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled c85106fb08f4 mm,swapops: update check in is_pfn_swap_entry for hwpoison entries db01bfbdddd8 mm/userfaultfd: allow hugetlb change protection upon poison entry 81cf85ae4f2d init/main.c: Fix potential static_command_line memory overflow 31f815cb4360 arm64: hibernate: Fix level3 translation fault in swsusp_save() e972b6a70126 arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H cdf811a93747 KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status 947d518e0daf KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms 037e48ceccf1 KVM: x86/pmu: Disable support for adaptive PEBS bdda0c17fe90 KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible 7fce9f0f4810 sched: Add missing memory barrier in switch_mm_cid ac107356aabc fs: sysfs: Fix reference leak in sysfs_break_active_protection() 8defb1d22ba0 speakup: Avoid crash on very long word 2a19c2a5caf0 mei: me: disable RPL-S on SPS and IGN firmwares f356fd0cbd9c usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error aa61f87fd18b usb: Disable USB3 LPM at shutdown 8a139fa44870 usb: dwc2: host: Fix dereference issue in DDMA completion flow. 2ff436b63998 Revert "usb: cdc-wdm: close race between read and workqueue" d841a93b5a24 USB: serial: option: add Telit FN920C04 rmnet compositions 0772a60994ee USB: serial: option: add Rolling RW101-GL and RW135-GL support b39ecc8c97ab USB: serial: option: support Quectel EM060K sub-models aeb7de0a3840 USB: serial: option: add Lonsung U8300/U9300 product f91606d71fab USB: serial: option: add support for Fibocom FM650/FG650 590d0e130757 USB: serial: option: add Fibocom FM135-GL variants 83290f9f0719 serial: core: Fix missing shutdown and startup for serial base port 7ae7104d5434 serial: core: Clearing the circular buffer before NULLifying it 12e9459ddaea serial: stm32: Reset .throttled state in .startup() 9f9be0ec3130 serial: stm32: Return IRQ_NONE in the ISR if no handling happend 52aaf1ff1462 serial/pmac_zilog: Remove flawed mitigation for rx irq flood 5f40fd6ca2cf serial: mxs-auart: add spinlock around changing cts state 59f33af97961 comedi: vmk80xx: fix incomplete endpoint checking 9954c514424f thunderbolt: Fix wake configurations after device unplug 3238b23e661e thunderbolt: Avoid notify PM core about runtime PM resume 1d7f1049035b binder: check offset alignment in binder_get_object() ce2ec45c7817 ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC 90782cf17e9c ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N 05e6bfd31b06 ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1 1da8f46f1332 ALSA: hda/tas2781: correct the register for pow calibrated data 02d32d5acb13 ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages 388a7302beda net/mlx5: E-switch, store eswitch pointer before registering devlink_param 00cf046afe34 x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ 5facc0428bd2 x86/bugs: Fix BHI retpoline check c0dcd5c072e2 clk: mediatek: Do a runtime PM get on controllers during probe 2c077fdfd09d clk: Get runtime PM before walking tree for clk_summary 888a44f261ae clk: Show active consumers of clocks in debugfs 60ff482c4205 clk: Get runtime PM before walking tree during disable_unused 731ffd8dea1c clk: Initialize struct clk_core kref earlier 02a516cbda04 clk: Remove prepare_lock hold assertion in __clk_release() d0d04efa2e36 interconnect: Don't access req_list while it's being manipulated d7cc1d721564 platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes 3adcbec4dc62 usb: new quirk to reduce the SET_ADDRESS request timeout 26cc5cb00310 usb: xhci: Add timeout argument in address_device USB HCD callback ac1ddbed5b2e drm: panel-orientation-quirks: Add quirk for Lenovo Legion Go 771ad4dfbdbb ALSA: scarlett2: Rename scarlett_gen2 to scarlett2 4afc65cf78bd PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() d9a28916ff35 PCI/DPC: Use FIELD_GET() 4ef929059230 ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support 92088c488e20 ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support 2c57a5c68f49 ALSA: scarlett2: Add correct product series name to messages 9c48e24cb71b ALSA: scarlett2: Default mixer driver to enabled 3c1d704d9266 thunderbolt: Reset topology created by the boot firmware 90cdb98254ef thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers dc32d754d7cc thunderbolt: Introduce tb_path_deactivate_hop() 6c24584aface thunderbolt: Introduce tb_port_reset() ac630fb8dbb5 ASoC: ti: Convert Pandora ASoC to GPIO descriptors a95f279ecd33 ALSA: scarlett2: Add support for Clarett 8Pre USB a299e0bf4d2d ALSA: scarlett2: Move USB IDs out from device_info struct 259486b5bdc6 drm/radeon: make -fstrict-flex-arrays=3 happy 158010bf1a84 drm/panel: visionox-rm69299: don't unregister DSI device 6690cc2732e2 drm: nv04: Fix out of bounds access 2df56f4ea769 s390/cio: fix race condition during online processing e43c12451a7d s390/qdio: handle deferred cc1 c418d7a675d8 perf lock contention: Add a missing NULL check 910be4f9f805 RDMA/mlx5: Fix port number for counter query in multi-port configuration b42852826323 RDMA/cm: Print the old state when cm_destroy_id gets timeout 99a7ccc4e038 RDMA/rxe: Fix the problem "mutex_destroy missing" 75170320459a drm/i915/mst: Limit MST+DSC to TGL+ 7ba7f7074006 net: ethernet: ti: am65-cpsw-nuss: cleanup DMA Channels before using them 6855f724f196 net: ethernet: mtk_eth_soc: fix WED + wifi reset cd81184797a0 gpiolib: swnode: Remove wrong header inclusion 121fb75414ab s390/ism: Properly fix receive message buffer allocation f8de1b6208bf net: dsa: mt7530: fix port mirroring for MT7988 SoC switch d1be39605392 net: dsa: mt7530: fix mirroring frames received on local port 40f4ced305c6 tun: limit printing rate when illegal packet received by tun dev 0ada9981cdfe ice: Fix checking for unsupported keys on non-tunnel device 8d2e34e4e20e ice: tc: allow zero flags in parsing tc flower 91efeadfa20e ice: tc: check src_vsi in case of traffic from VF 93d565ebe41f net: stmmac: Fix IP-cores specific MAC capabilities 178856bf1f50 net: stmmac: Fix max-speed being ignored on queue re-init 0580dcc53a7f net: stmmac: Apply half-duplex-less constraint for DW QoS Eth only 447e00fb04f7 octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation 622479d10047 net: change maximum number of UDP segments to 128 48c4bb81df19 net/mlx5e: Prevent deadlock while disabling aRFS c7fbc7bb48fc net/mlx5: Lag, restore buckets number to default after hash LAG deactivation ff928d7bb1d8 net: sparx5: flower: fix fragment flags handling 022d81a709cd af_unix: Don't peek OOB data without MSG_OOB. aea3cb8cfb30 af_unix: Call manage_oob() for every skb in unix_stream_read_generic(). 4ed82dd368ad netfilter: flowtable: incorrect pppoe tuple a2471d271042 netfilter: flowtable: validate pppoe header ebf7c9746f07 netfilter: nft_set_pipapo: do not free live element 3f59ac29dea0 netfilter: br_netfilter: skip conntrack input hook for promisc packets ad333578f736 netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() a9ebf340d123 netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() 5562a51c6e4e scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5 ac4ad513de4f arm64: tlb: Fix TLBI RANGE operand 663f72cf95ed arm64/mm: Modify range-based tlbi to decrement scale bc835b838999 net: usb: ax88179_178a: avoid writing the mac address before first reading 37e14dbe8c8f scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERING 998f52a86055 random: handle creditable entropy from atomic process context 9f39e9e367b3 selftests/ftrace: Limit length in subsystem-enable tests 5b84dab87cdb SUNRPC: Fix rpcgss_context trace event acceptor field 5e3eb862df9f drm/i915/vma: Fix UAF on destroy against retire race 63fb4af8a069 io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure 390a71e361f4 media: videobuf2: request more buffers for vb2_read bef71390ac37 drm/msm/dpu: populate SSPP scaler block version fe09b8d26e1a selftests: timers: Fix posix_timers ksft_print_msg() warning dbfb5232bd83 ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE 985b9ee8a2cf ceph: rename _to_client() to _to_fs_client() 2e2023e9a4c2 ceph: pass the mdsc to several helpers a17236f99f49 drm/amd/display: Do not recursively call manual trigger programming c626db7151bf selftests/timers/posix_timers: Reimplement check_timer_distribution() b04cae49a5e7 selftests: timers: Convert posix_timers test to generate KTAP output 9d106175b7a0 drm/i915: Disable live M/N updates when using bigjoiner ccb0934aeb3f drm/i915: Adjust seamless_m_n flag behaviour deaeb5b64c5b drm/i915: Enable VRR later during fastsets 7e50ac4203d6 drm/i915: Extract intel_crtc_vblank_evade_scanlines() e19dc8c49e97 drm/i915: Change intel_pipe_update_{start,end}() calling convention 51cc733fb48e drm/i915/cdclk: Fix voltage_level programming edge case 6711b0817a38 drm/i915/mst: Reject FEC+MST on ICL 6b625d2743b4 drm/i915: Fix FEC pipe A vs. DDI A mixup 488d4cbc6f28 smb: client: refresh referral without acquiring refpath_lock 645f332c6b63 smb: client: guarantee refcounted children from parent session 441786be0c19 smb3: show beginning time for per share stats 6202996a1c18 smb: client: fix UAF in smb2_reconnect_server() fe1bad73d35f smb: client: remove extra @chan_count check in __cifs_put_smb_ses() 06644f0d7193 drm/tilcdc: Set preferred depth ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts c2d64b9f52b6 qemux86: add configuration symbol to select values 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter 46934791b902 clear_warn_once: bind a timer to written reset value cdee9e38ff32 clear_warn_once: expand debugfs to include read support 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS 36dc380b776b libbpf: Fix build warning on ref_ctr_off 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. e497a4a5da65 perf: x86-32: explicitly include <errno.h> 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long 1cfc19423dc7 perf: fix bench numa compilation 98bc2815fade perf: add SLANG_INC for slang.h 17209a70b9b3 perf: add sgidefs.h to for mips builds 9cd4258d910a perf: change --root to --prefix for python install 8110a4f26628 perf: add 'libperl not found' warning bc89d5e08f77 perf: force include of <stdbool.h> 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32() bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat 30b2236ab378 FAT: Added FAT_NO_83NAME cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes c4342d979bf2 aufs6: fix magic.mk include path 35266bc2dc81 aufs6: adapt to v6.6 8edede4e98be aufs6: core 712248233ebe aufs6: standalone 3b71a8a848d8 aufs6: mmap 3e2924871f37 aufs6: base 7f4907a93101 aufs6: kbuild d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+ bcd6cfcd1aa0 yaffs2: v6.5 fixups cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap c9c749f9f7d3 yaffs2: replace bdevname call with sprintf 395b01cdc39d yaffs2: convert read_page -> readfolio d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested) 7562133d4090 yaffs: include blkdev.h dbd44252cd59 yaffs: fix misplaced variable declaration c223a10b1ac0 yaffs2: v5.6 build fixups 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super b6e007b8abb6 yaffs: repair yaffs_get_mtd_device fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API 51e0aac75ea2 yaffs2: fix memory leak in mount/umount 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1 ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020) 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation 2f603d83fcc4 pnmtologo: use relocatable file name 664a6a0a484b tools: use basename to identify file in gen-mach-types 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues ae9b80797295 vt/conmakehash: improve reproducibility a972323151bd iwlwifi: select MAC80211_LEDS conditionally 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation 5552dc768ffc defconfigs: drop obselete options 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled 3888d0652edf linux-yocto: Handle /bin/awk issues 3d55d299f23a uvesafb: provide option to specify timeout for task completion 23c068c080be uvesafb: print error message when task timeout occurs edbfc939266e compiler.h: Undef before redefining __attribute_const__ c99ae7e2a19a vmware: include jiffies.h 572d84d928c8 Resolve jiffies wrapping about arp fdcd47cac843 nfs: Allow default io size to be configured. 927d48801098 check console device file on fs when booting 57cc27f821dd mount_root: clarify error messages for when no rootfs found 1b53d82a8152 mconf: fix output of cflags and libraries 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location 83c2e0c6eb1f modpost: mask trivial warnings 6de673039484 kbuild: exclude meta directory from distclean processing 6decd32815f5 powerpc: serialize image targets f6b683b38318 arm: serialize build targets e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition dc8a1e5a88f8 x86_64_defconfig: Fix warnings 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8 d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8 62f50884b8b1 powerpc: kexec fix for powerpc64 da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core f161c880c11d mips: make current_cpu_data preempt safe 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 98ec1963fcb7 arm64: defconfig: cleanup config options f1727c537ba8 vexpress: Pass LOADADDR to Makefile 4474c32dc24a arm: ARM EABI socketcall 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 639536f032d4cdd18a01611c2c5a6d630d2a9b79) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update CVE exclusions (6.6.28)Bruce Ashfield2024-05-041-2/+2
| | | | | | | | | | | | | | | | | Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] (From OE-Core rev: f0683a02772e83ef1c54a60664f68364079540f7) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update to v6.6.28Bruce Ashfield2024-05-043-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: ba151416051a Linux 6.6.28 50971570ba79 drm/amd/display: fix disable otg wa logic in DCN316 5ca6cbd8adbe drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST b12c3cfd8265 drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 bd3105a71d1c drm/amdgpu: fix incorrect number of active RBs for gfx11 fa2df4aa3e3a drm/amdgpu: always force full reset for SOC21 1520bf605d2f drm/amdgpu: Reset dGPU if suspend got aborted 2708354ffb70 drm/i915: Disable port sync when bigjoiner is used d1742f77bdf2 drm/i915/cdclk: Fix CDCLK programming order when pipes are active 09e6cbe98c10 x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI a823da65dce8 x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto 9c9cd014d048 x86/bugs: Clarify that syscall hardening isn't a BHI mitigation 7497589a96bc x86/bugs: Fix BHI handling of RRSBA c83e35f47595 x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr' bdbbe95b536c x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES 39053a34963a x86/bugs: Fix BHI documentation 2d003904b934 x86/bugs: Fix return type of spectre_bhi_state() 548af6102c8e irqflags: Explicitly ignore lockdep_hrtimer_exit() argument 052d73ca9435 x86/apic: Force native_apic_mem_read() to use the MOV instruction 5c5fb5057933 selftests: timers: Fix abs() warning in posix_timers test 2978ee7c973c x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n d4a2a965d630 perf/x86: Fix out of range data d619651ae6e3 vhost: Add smp_rmb() in vhost_enable_notify() 8a05b6630be0 vhost: Add smp_rmb() in vhost_vq_avail_empty() a156f37b8e3c arm64: dts: imx8-ss-dma: fix spi lpcg indices e9e44fc88aba arm64: dts: imx8-ss-lsio: fix pwm lpcg indices 16c2dd96e479 arm64: dts: imx8-ss-conn: fix usb lpcg indices 7c4285471c03 arm64: dts: imx8-ss-dma: fix adc lpcg indices 19a8492473b0 arm64: dts: imx8-ss-dma: fix can lpcg indices 20ceb2b50fd5 arm64: dts: imx8qm-ss-dma: fix can lpcg indices 04e018bd913d drm/client: Fully protect modes[] with dev->mode_config.mutex 31806711e8a4 drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() a81b2acd43e2 drm/ast: Fix soft lockup 4d87f08eb755 drm/amdkfd: Reset GPU on queue preemption failure f9b31dfdc0b5 drm/i915/vrr: Disable VRR when using bigjoiner 88685c3e7d24 drm/vmwgfx: Enable DMA mappings with SEV d43e11d9c7fc accel/ivpu: Fix deadlock in context_xa 2704f4833550 scsi: sg: Avoid race in error handling & drop bogus warn 46af9047523e scsi: sg: Avoid sg device teardown race d15023fb4073 kprobes: Fix possible use-after-free issue on kprobe registration 96b7b0934a34 io_uring/net: restore msg_control on sendzc retry 585c5732caaa btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans 363be24c010a btrfs: record delayed inode root in transaction 14431815a4ae btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations 03cca8fe300f btrfs: qgroup: correctly model root qgroup rsv in convert 732752bac3bd selftests: mptcp: use += operator to append strings 4c6d2f453970 iommu/vt-d: Allocate local memory for page request queue f3ccbb6b6d52 iommu/vt-d: Fix wrong use of pasid config e3e1e80b692c tracing: hide unused ftrace_event_id_fops 2fc4d53ff055 net: ena: Set tx_info->xdpf value to NULL 354627f92679 net: ena: Use tx_ring instead of xdp_ring for XDP channel TX bc0ad6857c86 net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() c891d7678f44 net: ena: Move XDP code to its new files 5c7f2240d983 net: ena: Fix incorrect descriptor free behavior dc1d1e35c8fd net: ena: Wrong missing IO completions check order 4d142dda057a net: ena: Fix potential sign extension issue 507cc232ffe5 af_unix: Fix garbage collector racing against connect() 301fdbaa0bba af_unix: Do not use atomic ops for unix_sk(sk)->inflight. 8b6c4b625826 net: dsa: mt7530: trap link-local frames regardless of ST Port State 785510c91be3 Revert "s390/ism: fix receive message buffer allocation" 54541e18ca9d net: sparx5: fix wrong config being used when reconfiguring PCS 292a76473334 net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit 8777d6ad7b8a net/mlx5e: HTB, Fix inconsistencies with QoS SQs number f9ac93b6f3de net/mlx5e: Fix mlx5e_priv_init() cleanup flow 690e3d91c5b1 net/mlx5: Correctly compare pkt reformat ids 5cf5337ef701 net/mlx5: Properly link new fs rules into the tree cbe5852d3d8d net/mlx5: offset comp irq index in name by one 8c91c6085847 net/mlx5: Register devlink first under devlink lock 7a836736b653 net/mlx5: SF, Stop waiting for FW as teardown was called 89242d9584c3 netfilter: complete validation of user input e2c680fce985 Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit 72473db90900 Bluetooth: SCO: Fix not validating setsockopt user input cc950d584610 Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY de3c85d321bf Bluetooth: hci_sync: Use QoS to determine which PHY to scan a39cc8d08270 Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset c832164549f8 Bluetooth: ISO: Align broadcast sync_timeout with connection timeout 01b11a056667 ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr 5fd0b8b48696 ipv4/route: avoid unused-but-set-variable warning 8a18d2f0c214 ipv6: fib: hide unused 'pn' variable cc10d3eadb58 octeontx2-af: Fix NIX SQ mode and BP config 601a89ea24d0 af_unix: Clear stale u->oob_skb. cba376eb036c net: ks8851: Handle softirqs at the end of IRQ thread to fix hang e454abe5cc17 net: ks8851: Inline ks8851_rx_skb() 499c993ca7cc bnxt_en: Reset PTP tx_avail after possible firmware reset 4cbcf8cffa01 bnxt_en: Fix error recovery for RoCE ulp client c60ed825530b bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() 1e91775286f2 s390/ism: fix receive message buffer allocation 190d9efa5773 geneve: fix header validation in geneve[6]_xmit_skb 740ffad95ca8 block: fix q->blkg_list corruption during disk rebind 7af5582ea672 octeontx2-pf: Fix transmit scheduler resource leak b143e19dc28c xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING 80fa4fb27303 u64_stats: fix u64_stats_init() for lockdep when used repeatedly in one file bdce65f2a95e net: openvswitch: fix unwanted error log on timeout policy probing 60b87b5ecbe0 scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() 8a1821645708 scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() aebbe59bd6a7 nouveau: fix function cast warning 42cbe04a5c77 Revert "drm/qxl: simplify qxl_fence_wait" 9bd1891cac32 cxl/core: Fix initialization of mbox_cmd.size_out in get event ea16e637e868 arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order f7ef9a437950 drm/msm/dpu: don't allow overriding data from catalog eb0ef4118693 cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before assigned 645cef136e47 cxl/mem: Fix for the index of Clear Event Record Handle c0781d6898dc firmware: arm_scmi: Make raw debugfs entries non-seekable 6f9a8a54bb8e ARM: OMAP2+: fix USB regression on Nokia N8x0 ff75f9f74975 mmc: omap: restore original power up/down steps f6c34c9bb3d1 mmc: omap: fix deferred probe 267bcd2213ac mmc: omap: fix broken slot switch lookup 086426dc64e0 ARM: OMAP2+: fix N810 MMC gpiod table d73e7fb9d7c8 ARM: OMAP2+: fix bogus MMC GPIO labels on Nokia N8x0 7611722dc5dd media: cec: core: remove length check of Timer Status 9fdfeef4c541 PM: s2idle: Make sure CPUs will wakeup directly on resume 3860152c104f ACPI: scan: Do not increase dep_unmet for already met dependencies cfd758041d8b platform/chrome: cros_ec_uart: properly fix race condition 1e3b8874d55c drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 9ab5e44b9bac Bluetooth: Fix memory leak in hci_req_sync_complete() a9cd92bc051f ring-buffer: Only update pages_touched when a new page is touched 3f28d49a328f raid1: fix use-after-free for original bio in raid1_write_request() 1808b991c790 ARM: dts: imx7s-warp: Pass OV2680 link-frequencies 4ca2a5fb54ea batman-adv: Avoid infinite loop trying to resize local TT 341b5e1016cf ata: libata-scsi: Fix ata_scsi_dev_rescan() error path 99618f8a7216 ata: libata-core: Allow command duration limits detection for ACS-4 drives 05eedb5abc07 smb3: fix Open files on server counter going negative 06644f0d7193 drm/tilcdc: Set preferred depth ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts c2d64b9f52b6 qemux86: add configuration symbol to select values 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter 46934791b902 clear_warn_once: bind a timer to written reset value cdee9e38ff32 clear_warn_once: expand debugfs to include read support 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS 36dc380b776b libbpf: Fix build warning on ref_ctr_off 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. e497a4a5da65 perf: x86-32: explicitly include <errno.h> 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long 1cfc19423dc7 perf: fix bench numa compilation 98bc2815fade perf: add SLANG_INC for slang.h 17209a70b9b3 perf: add sgidefs.h to for mips builds 9cd4258d910a perf: change --root to --prefix for python install 8110a4f26628 perf: add 'libperl not found' warning bc89d5e08f77 perf: force include of <stdbool.h> 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32() bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat 30b2236ab378 FAT: Added FAT_NO_83NAME cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes c4342d979bf2 aufs6: fix magic.mk include path 35266bc2dc81 aufs6: adapt to v6.6 8edede4e98be aufs6: core 712248233ebe aufs6: standalone 3b71a8a848d8 aufs6: mmap 3e2924871f37 aufs6: base 7f4907a93101 aufs6: kbuild d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+ bcd6cfcd1aa0 yaffs2: v6.5 fixups cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap c9c749f9f7d3 yaffs2: replace bdevname call with sprintf 395b01cdc39d yaffs2: convert read_page -> readfolio d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested) 7562133d4090 yaffs: include blkdev.h dbd44252cd59 yaffs: fix misplaced variable declaration c223a10b1ac0 yaffs2: v5.6 build fixups 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super b6e007b8abb6 yaffs: repair yaffs_get_mtd_device fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API 51e0aac75ea2 yaffs2: fix memory leak in mount/umount 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1 ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020) 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation 2f603d83fcc4 pnmtologo: use relocatable file name 664a6a0a484b tools: use basename to identify file in gen-mach-types 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues ae9b80797295 vt/conmakehash: improve reproducibility a972323151bd iwlwifi: select MAC80211_LEDS conditionally 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation 5552dc768ffc defconfigs: drop obselete options 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled 3888d0652edf linux-yocto: Handle /bin/awk issues 3d55d299f23a uvesafb: provide option to specify timeout for task completion 23c068c080be uvesafb: print error message when task timeout occurs edbfc939266e compiler.h: Undef before redefining __attribute_const__ c99ae7e2a19a vmware: include jiffies.h 572d84d928c8 Resolve jiffies wrapping about arp fdcd47cac843 nfs: Allow default io size to be configured. 927d48801098 check console device file on fs when booting 57cc27f821dd mount_root: clarify error messages for when no rootfs found 1b53d82a8152 mconf: fix output of cflags and libraries 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location 83c2e0c6eb1f modpost: mask trivial warnings 6de673039484 kbuild: exclude meta directory from distclean processing 6decd32815f5 powerpc: serialize image targets f6b683b38318 arm: serialize build targets e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition dc8a1e5a88f8 x86_64_defconfig: Fix warnings 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8 d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8 62f50884b8b1 powerpc: kexec fix for powerpc64 da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core f161c880c11d mips: make current_cpu_data preempt safe 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 98ec1963fcb7 arm64: defconfig: cleanup config options f1727c537ba8 vexpress: Pass LOADADDR to Makefile 4474c32dc24a arm: ARM EABI socketcall 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 31bf8234f80d19323f5200c3a2a3b1ba9cb30991) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: cfg: drop obselete optionsBruce Ashfield2024-05-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit(s) to linux-yocto/.: 1/2 [ Author: Paul Gortmaker Email: paulg@kernel.org Subject: cgl: drop SELINUX_DISABLE option Date: Tue, 16 Apr 2024 12:28:43 -0400 It was removed from mainline in v6.4 in commit f22f9aaf6c3d ("selinux: remove the runtime disable functionality"). Signed-off-by: Paul Gortmaker <paulg@kernel.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 2/2 [ Author: Paul Gortmaker Email: paulg@kernel.org Subject: full_nohz: remove RCU_FAST_NO_HZ gone from upstream Date: Tue, 16 Apr 2024 14:56:42 -0400 In commit e2c73a6860bd ("rcu: Remove the RCU_FAST_NO_HZ Kconfig option") the so named option was removed from the v5.17 kernel. We should get it out of our active branches to prevent a warning. Signed-off-by: Paul Gortmaker <paulg@kernel.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 8980da85dc1a55be4fcf2cb92859cc6066433531) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update CVE exclusions (6.6.27)Bruce Ashfield2024-05-041-12/+1288
| | | | | | | | | | | | | | | | | Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] (From OE-Core rev: d690b99cb05cc2f2b009083361fe0eec105b9a32) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update to v6.6.27Bruce Ashfield2024-05-043-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 5e828009c8b3 Linux 6.6.27 5c1dc516f52a drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes 14ac934db851 Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()" 91fb03cea0d5 VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() b456cb98cbad net: mpls: error out if inner headers are not set 83890a450378 Bluetooth: btintel: Fixe build regression ce64c26ba842 platform/x86: intel-vbtn: Update tablet mode switch at end of probe 300a2b9c2b28 randomize_kstack: Improve entropy diffusion 41671f0c0182 media: mediatek: vcodec: adding lock to protect encoder context list 0a2dc707aa42 media: mediatek: vcodec: adding lock to protect decoder context list ec25fc3c2c1e media: mediatek: vcodec: Fix oops when HEVC init fails a445eb1f630f selftests: mptcp: display simult in extra_msg 9dff96b8b3a4 gcc-plugins/stackleak: Avoid .head.text section 7365444cbd8f ALSA: hda/realtek: Add quirks for some Clevo laptops 3d4b909704bf fbmon: prevent division by zero in fb_videomode_from_videomode() 5e11bacff08b drivers/nvme: Add quirks for device 126f:2262 19e525ebbb88 modpost: fix null pointer dereference 21162ad2de74 io_uring: clear opcode specific data for an early failure 89f0cf6ac620 fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 4cd44fd34545 x86/xen: attempt to inflate the memory balloon on PVH 9afc9fde538b ASoC: soc-core.c: Skip dummy codec when adding platforms d009236a37ae thermal/of: Assume polling-delay(-passive) 0 when absent 6712b758698b ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE fa5c8f2c88a9 usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined 55b724b8f7ee usb: typec: tcpci: add generic tcpci fallback compatible d8518f05ee82 thunderbolt: Keep the domain powered when USB4 port is in redrive mode 266f403ec475 usb: typec: ucsi: Limit read size on v1.2 0d52e1853bc1 usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR 4b1f991bad56 kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id() ac191bcb0fe0 bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state bb72eb818d07 tools: iio: replace seekdir() in iio_generic_buffer fb8579acacd0 ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment 80f175d0f352 Input: xpad - add support for Snakebyte GAMEPADs fd067c8b3f86 ktest: force $buildonly = 1 for 'make_warnings_file' test type 60668872cca8 ALSA: hda/realtek: Add quirk for Lenovo Yoga 9 14IMH9 08aba129f542 perf/x86/amd/lbr: Discard erroneous branch entries a9852cf5d7a1 platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet ed2f8b713a45 Input: allocate keycode for Display refresh rate toggle dddc9f40ac8e Input: imagis - use FIELD_GET where applicable 2e90774fbbe0 RDMA/cm: add timeout to cm_destroy_id wait 5f7fd6aa4c48 block: prevent division by zero in blk_rq_stat_sum() 0662deae8bb8 drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk for HIP09 44723bd493cd input/touchscreen: imagis: Correct the maximum touch area value d0e2f7ae04bb libperf evlist: Avoid out-of-bounds access a822f30afada Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default" 846611299931 PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge 73bdf8d41cb5 SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int 3d1b47e3a935 drm: Check output polling initialized before disabling 09d4600b9e99 drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init() 0f09e89e667e HID: input: avoid polling stylus battery on Chromebook Pompom 30930f0f4674 i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC cd0a1835bf84 accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid warnings 953fee8160f1 drm/amd/display: Fix nanosec stat overflow a5e76867714b ext4: forbid commit inconsistent quota data when errors=remount-ro 58546b2aa263 ext4: add a hint for block bitmap corrupt state in mb_groups bd6b1c418bd6 ASoC: Intel: avs: Populate board selection with new I2S entries f4a345e0aaf4 ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter cb9420142e50 media: sta2x11: fix irq handler cast 214a6c4a28c1 Julia Lawall reported this null pointer dereference, this should fix it. 24e5e1eff8ba rcu-tasks: Repair RCU Tasks Trace quiescence check 4d58c9fb45c7 rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock() f4b6caeb3cfe ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops d43a90294afe isofs: handle CDs with bad root inode but good Joliet root directory 07a2aa674fca scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() 89e8524135a3 sysv: don't call sb_bread() with pointers_lock held 56f5e36dace6 pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs 852ad6a4f55c drm/ttm: return ENOSPC from ttm_bo_mem_space v3 02a3b0d58217 ASoC: SOF: amd: Optimize quirk for Valve Galileo f19ad40352a8 drm: panel-orientation-quirks: Add quirk for GPD Win Mini eafaec40d00f Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails d6b2fe2db1d0 drm/vc4: don't check if plane->state->fb == state->fb 8677a14a8821 Bluetooth: Add new quirk for broken read key length on ATS2851 6d0950cf4313 Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922 ffdca0a62aba Bluetooth: btintel: Fix null ptr deref in btintel_read_version a2e6bffc0388 net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() c926393dc344 ice: use relative VSI index for VFs instead of PF VSI number c1363ed8867b btrfs: send: handle path ref underflow in header iterate_inode_ref() 30237d6764fe btrfs: export: handle invalid inode or root reference in btrfs_get_parent() 0d23b34c68c4 btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() 5d7a8585fbb3 wifi: cfg80211: check A-MSDU format more carefully 95eec168c288 wifi: iwlwifi: Add missing MODULE_FIRMWARE() for *.pnvm 2618ab102c80 overflow: Allow non-type arg to type_max() and type_min() 3ba4aceb68f0 cpufreq: Don't unregister cpufreq cooling on CPU hotplug 138fdeac75fb wifi: ath11k: decrease MHI channel buffer length to 8KB 4031b72ca747 dma-direct: Leak pages on dma_set_decrypted() failure 9470114dfaf4 net: pcs: xpcs: Return EINVAL in the internal methods cf21eb6a9fc2 tools/power x86_energy_perf_policy: Fix file leak in get_pkg_num() ec7256887d07 pstore/zone: Add a null pointer check to the psz_kmsg_read a217b6135dab ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROID_TABLETS 1feb6fcfbac3 wifi: mt76: mt7996: add locking for accessing mapped registers 1152c2cd38e4 wifi: mt76: mt7996: disable AMSDU for non-data frames 891fd07da87b wifi: mt76: mt7915: add locking for accessing mapped registers c39e75fae05c wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro 5dc5f8c705c3 firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename() 1b2b26595bb0 net: skbuff: add overflow debug check to pull/push helpers b8dccb25c5dc ionic: set adminq irq affinity 9d3f959b4266 pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain ce666cecc09c pmdomain: ti: Add a null pointer check to the omap_prm_domain_init a7b862abe484 net: add netdev_lockdep_set_classes() to virtual drivers fc1d1ca46d01 arm64: dts: rockchip: fix rk3399 hdmi ports node 5c014f039544 arm64: dts: rockchip: fix rk3328 hdmi ports node bb8ca341f889 ARM: dts: rockchip: fix rk322x hdmi ports node c795042eea78 ARM: dts: rockchip: fix rk3288 hdmi ports node 3f0a74728170 cpuidle: Avoid potential overflow in integer multiplication 750d44684a95 panic: Flush kernel log buffer at the end a2e14cc2da40 printk: For @suppress_panic_printk check for other CPU in panic dbd3c05d71e1 wifi: iwlwifi: pcie: Add the PCI device id for new hardware dae70a575656 VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() 0a6def05767c wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptor 7a71f61ebf95 net: phy: phy_device: Prevent nullptr exceptions on ISR 2485beea14b3 net: stmmac: dwmac-starfive: Add support for JH7100 SoC 3dac6ab4d977 bnx2x: Fix firmware version string character counts b34d64e9aa55 wifi: rtw89: fix null pointer access when abort scan 15df1981f0ed wifi: ath9k: fix LNA selection in ath_ant_try_scan() 315eb3c2df7e amdkfd: use calloc instead of kzalloc to avoid integer overflow 0ccfb8e07e79 Linux 6.6.26 6d9ef0c36980 x86: set SPECTRE_BHI_ON as default cb238e95ee72 KVM: x86: Add BHI_NO 1c42ff893a8f x86/bhi: Mitigate KVM by default d414b401f953 x86/bhi: Add BHI mitigation knob 118794d0a572 x86/bhi: Enumerate Branch History Injection (BHI) bug c6e3d590d051 x86/bhi: Define SPEC_CTRL_BHI_DIS_S eb36b0dce213 x86/bhi: Add support for clearing branch history at syscall entry eb0f175b3428 x86/syscall: Don't force use of indirect calls for system calls 108feca9e47d x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file 046545314c79 x86/boot: Move mem_encrypt= parsing to the decompressor ccde70aa54c4 x86/efistub: Remap kernel text read-only before dropping NX attribute 56408ed92903 x86/sev: Move early startup code into .head.text section af90ced75242 x86/sme: Move early SME kernel encryption handling into .head.text dc4cbf9e2df4 efi/libstub: Add generic support for parsing mem_encrypt= 5447cb97e9b2 x86/head/64: Move the __head definition to <asm/init.h> 876941f533e7 bpf: support deferring bpf_link dealloc to after RCU grace period 771690b7c31d bpf: put uprobe link's path and task in release callback 43eca11b7c73 mptcp: don't account accept() of non-MPC client as fallback to TCP 12f353fac65d mptcp: don't overwrite sock_ops in mptcp_is_tcpsk() 5b5ff82491a1 selftests: mptcp: connect: fix shellcheck warnings e4a449368a2c of: module: prevent NULL pointer dereference in vsnprintf() 37b81aed6468 Revert "x86/mpparse: Register APIC address only once" a7ff84a6fe5a drm/i915/gt: Enable only one CCS for compute workload 726ff623869d drm/i915/gt: Do not generate the command streamer for all the CCS c1f7ce2a11a9 drm/i915/gt: Disable HW load balancing for CCS 2cfff2173213 smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect() aa582b33f944 smb: client: fix potential UAF in smb2_is_network_name_deleted() 0a15ba88a32f smb: client: fix potential UAF in is_valid_oplock_break() f92739fdd452 smb: client: fix potential UAF in smb2_is_valid_lease_break() 21fed37d2bdc smb: client: fix potential UAF in smb2_is_valid_oplock_break() 10e17ca4000e smb: client: fix potential UAF in cifs_dump_full_key() c3cf8b74c579 smb: client: fix potential UAF in cifs_stats_proc_show() cf03020c56d3 smb: client: fix potential UAF in cifs_stats_proc_write() a65f2b56334b smb: client: fix potential UAF in cifs_debug_files_proc_show() 6f17163b9339 smb3: retrying on failed server close ba55f8a995f6 smb: client: serialise cifs_construct_tcon() with cifs_mount_mutex 9b2ee27e8de5 smb: client: handle DFS tcons in cifs_construct_tcon() 00effef72c98 riscv: process: Fix kernel gp leakage 7a82963245eb riscv: Fix spurious errors from __get/put_kernel_nofault 3dcb2223b973 s390/entry: align system call table on 8 bytes 782baf52e7cb selftests/mm: include strings.h for ffsl 43fad1d0284d mm/secretmem: fix GUP-fast succeeding on secretmem folios 8a44119ca445 arm64/ptrace: Use saved floating point state type to determine SVE layout 92f32f108693 perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS event 453b5f2dec27 x86/coco: Require seeding RNG with RDRAND on CoCo systems 5a02df3e9247 x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() 51b7841f3fe8 x86/mm/pat: fix VM_PAT handling in COW mappings 801c8b8ec5bf of: dynamic: Synchronize of_changeset_destroy() with the devlink removals dfa655727688 driver core: Introduce device_link_wait_removal() 65938e81df21 io_uring/kbuf: hold io_buffer_list reference over mmap 6b9d49bcd97b io_uring: use private workqueue for exit work b392402d29ab io_uring/kbuf: protect io_buffer_list teardown with a reference 4c0a5da0e70e io_uring/kbuf: get rid of bl->is_ready d6e03f6d8bcc io_uring/kbuf: get rid of lower BGID lists 781477d729be ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone 04d78aa05ae4 ALSA: hda/realtek - Fix inactive headset mic jack 67c477f3201c ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 a637fabac554 ksmbd: validate payload size in ipc response a06562fd4ce2 ksmbd: don't send oplock break if rename fails 2f0262ac3a8c gpio: cdev: fix missed label sanitizing in debounce_setup() d9f0804ab0b8 gpio: cdev: check for NULL labels when sanitizing them for irqs 63bd08629aee x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk ac522af8db5c ice: fix typo in assignment 9d60e8ec996f nfsd: hold a lighter-weight client reference over CB_RECALL_ANY 6e307a6d9eb4 riscv: Disable preemption when using patch_map() 1ba1291172f9 SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP e12149dd9ba2 ASoC: SOF: amd: fix for false dsp interrupts cbd080c30834 ata: sata_mv: Fix PCI device ID table declaration compilation warning 4b31a226097c spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe 0fdada1ef5b1 cifs: Fix caching to try to do open O_WRONLY as rdwr on server 0f28afed9f9d Revert "ALSA: emu10k1: fix synthesizer sample playback position and caching" f3e692c8c24a scsi: sd: Unregister device if device_add_disk() failed in sd_probe() 56de23eac65f scsi: mylex: Fix sysfs buffer lengths 4cad40d93665 ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit fce7a547b9c8 regmap: maple: Fix uninitialized symbol 'ret' warnings 04b52388c46d ASoC: amd: acp: fix for acp_init function error handling 3d3e148c7576 spi: s3c64xx: Use DMA mode from fifo size 5448a99c8096 spi: s3c64xx: determine the fifo depth only once f8a6edd44903 spi: s3c64xx: allow full FIFO masks 6f9d907bee2a spi: s3c64xx: define a magic value 3fa0085f1052 spi: s3c64xx: remove else after return 56aeaed8c822 spi: s3c64xx: explicitly include <linux/bits.h> 0df4616ef533 spi: s3c64xx: sort headers alphabetically bb3ee5fddac1 spi: s3c64xx: Extract FIFO depth calculation to a dedicated macro 80ca762f1bdd ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw 229c761b198e ASoC: rt722-sdca-sdw: fix locking sequence 1064108334bb ASoC: rt712-sdca-sdw: fix locking sequence 3bfbc530a658 ASoC: rt711-sdw: fix locking sequence 53c8045621c1 ASoC: rt711-sdca: fix locking sequence 8eea5ae23bab ASoC: rt5682-sdw: fix locking sequence cc4d9f0597ee drm/prime: Unbreak virtgpu dma-buf export 692a51bebf45 nouveau/uvmm: fix addr/range calcs for remap operations 9e3941c90e46 drm/panfrost: fix power transition timeout warnings 4930d7a414c1 ALSA: hda: cs35l56: Add ACPI device match tables 3af6c5ac72dc regmap: maple: Fix cache corruption in regcache_maple_drop() 4e73748d5954 RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ b2ddeb7fb322 drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supported 3e1a29fb81c2 ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() 40613ea1d5ea 9p: Fix read/write debug statements to report server reply f4a192cd7b25 fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() ab7a6fe9c1b5 KVM: SVM: Add support for allowing zero SEV ASIDs 79b79ea2b3bf KVM: SVM: Use unsigned integers when dealing with ASIDs 0a583b7ebb6f net: ravb: Always update error counters 1dd9204143d1 net: ravb: Always process TX descriptor ring a9fb2f7463cd net: ravb: Let IP-specific receive function to interrogate descriptors 199a1314ef78 e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue eb96a5c02553 e1000e: Minor flow correction in e1000_shutdown function 1d16cd91cd31 e1000e: Workaround for sporadic MDI error on Meteor Lake systems d5752c7bb1b2 intel: legacy: field get conversion e383353b7992 intel: add bit macro includes where needed e77220eec3ee i40e: Remove circular header dependencies and fix headers 59a9de1a9430 i40e: Split i40e_osdep.h 2ee5326d32c5 i40e: Move memory allocation structures to i40e_alloc.h 0ed115020ac4 i40e: Simplify memory allocation functions 0c52a50aec50 virtchnl: Add header dependencies 45116a7c2138 i40e: Refactor I40E_MDIO_CLAUSE* macros f629cf15dcde i40e: Remove back pointer from i40e_hw structure 66ca011a5df5 i40e: Enforce software interrupt during busy-poll exit e6d25dbd9243 i40e: Remove _t suffix from enum type names 3da10e91ecd2 drm/amd: Flush GFXOFF requests in prepare stage da67a1139f05 drm/amd: Add concept of running prepare_suspend() sequence for IP blocks 8b5f720486ca drm/amd: Evict resources during PM ops prepare() callback 4356a2c3f296 drm/amd/display: Prevent crash when disable stream 8dc9a27589a9 drm/amd/display: Fix DPSTREAM CLK on and off sequence 113b12e16488 usb: typec: ucsi: Fix race between typec_switch and role_switch 0dcf573f9977 i40e: fix vf may be used uninitialized in this function warning 89e29416cf6b i40e: fix i40e_count_filters() to count only active/new filters 76c39cf84cd2 octeontx2-af: Add array index check 43b69da260af octeontx2-pf: check negative error code in otx2_open() b08b0c7a66c9 octeontx2-af: Fix issue with loading coalesced KPU profiles 03b6f3692bae udp: prevent local UDP tunnel packets from being GROed 2a1b61d0cb9b udp: do not transition UDP GRO fraglist partial checksums to unnecessary 3001e7aa43d6 udp: do not accept non-tunnel GSO skbs landing in a tunnel a5eae74f39c0 r8169: skip DASH fw status checks when DASH is disabled 36a1cb0371aa mlxbf_gige: stop interface during shutdown f2dd75e57285 ipv6: Fix infinite recursion in fib6_dump_done(). 74204bf9050f ax25: fix use-after-free bugs caused by ax25_ds_del_timer 8b88752d2b12 tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildcard addresses. 690e877ca2b6 selftests: reuseaddr_conflict: add missing new line at the end of the output 4e3fdeecec57 erspan: make sure erspan_base_hdr is present in skb->head a03e138da771 i40e: Fix VF MAC filter removal b9bd1498cdce ice: fix enabling RX VLAN filtering fc126c1d51e9 gro: fix ownership transfer 39864092cff3 selftests: net: gro fwd: update vxlan GRO test expectations 23e1c6866e22 net: dsa: mv88e6xxx: fix usable ports on 88e6020 95c1016a2d92 net: phy: micrel: Fix potential null pointer dereference f996e5ecf07f net: fec: Set mac_managed_pm during probe 22a44eeef781 net: txgbe: fix i2c dev name cannot match clkdev 1e304328d9c3 net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping 784a65669720 net: stmmac: fix rx queue priority assignment c040b99461a5 net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() f4d1fa512b2a net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() 729ad2ac2a2c net/sched: act_skbmod: prevent kernel-infoleak 3dcaf25993a2 KVM: arm64: Ensure target address is granule-aligned for range TLBI 3ec21104c881 x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO 668b3074aa14 bpf, sockmap: Prevent lock inversion deadlock in map delete elem 55fabde8d9f4 vboxsf: Avoid an spurious warning if load_nls_xxx() fails 81d51b9b7c95 netfilter: validate user input for expected length 9627fd0c6ea1 netfilter: nf_tables: discard table flag update with pending basechain deletion 8b891153b2e4 netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() 333b5085522c netfilter: nf_tables: flush pending destroy work before exit_net release 420132bee3d0 netfilter: nf_tables: reject new basechain after table flag update e40f32f17642 x86/bugs: Fix the SRSO mitigation on Zen3/4 93eae88e34f6 x86/nospec: Refactor UNTRAIN_RET[_*] 820a3626f3d7 x86/srso: Disentangle rethunk-dependent options 6b10edf91640 x86/srso: Improve i-cache locality for alias mitigation 065012bb7777 vsock/virtio: fix packet delivery to tap device ca58927b0038 net: mana: Fix Rx DMA datasize and skb_over_panic 426366d577e9 net: usb: ax88179_178a: avoid the interface always configured as random address 92309bed3c5f net/rds: fix possible cp null dereference 27aa3e4b3088 xen-netfront: Add missing skb_mark_for_recycle 117eed2997bc selftests: mptcp: join: fix dev in check_endpoint 8038ee3c3e5b netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path b0b36dcbe0f2 netfilter: nf_tables: release batch on table validation from abort path d75632d0db3c Bluetooth: Fix TOCTOU in HCI debugfs implementation 4a32840119d0 Bluetooth: hci_event: set the conn encrypted before conn establishes 57e089d33b96 Bluetooth: add quirk for broken address properties 1622e563b819 Bluetooth: qca: fix device-address endianness b99d0617b698 arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as broken 417c6cc9ef8c Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT" 3f9d57c77165 x86/bpf: Fix IP after emitting call depth accounting 4d47169ab691 x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word b9906101f894 r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d 477ed6789eb9 selinux: avoid dereference of garbage after mount failure 9e2af26c29c6 KVM: arm64: Fix host-programmed guest events in nVHE 651bf5b1d070 RISC-V: KVM: Fix APLIC in_clrip[x] read emulation 200cc2c71841 RISC-V: KVM: Fix APLIC setipnum_le/be write emulation 21bc9b158983 gpio: cdev: sanitize the label before requesting the interrupt a2671601fa02 modpost: do not make find_tosym() return NULL 2bc92c61c541 modpost: Optimize symbol search from linear to binary search 55ed6c477872 perf/x86/amd/lbr: Use freeze based on availability 56e7373f9a67 x86/cpufeatures: Add new word for scattered features 69fe5f177ad3 perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later d2be2f872fe7 x86/CPU/AMD: Add X86_FEATURE_ZEN1 54273025be0c x86/CPU/AMD: Get rid of amd_erratum_1054[] 824549816609 x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init function 702a65272da6 x86/CPU/AMD: Move Zenbleed check to the Zen2 init function 2577e2a7cae0 x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init function eae590201d4a x86/CPU/AMD: Carve out the erratum 1386 fix 936e59cb56ea x86/CPU/AMD: Add ZenX generations flags 49d640d2946c btrfs: fix race when detecting delalloc ranges during fiemap 8cc484e85e0c btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given fbc0a833c055 Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped." 907835e6dee6 mm/treewide: replace pud_large() with pud_leaf() 7cd73d90856d dm integrity: fix out-of-range warning 2564623ee0da drm/i915/mtl: Update workaround 14018575942 798781b43194 drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74 338db8193cb2 drm/i915/mtl: Update workaround 14016712196 ec84b2a44b05 drm/i915: Replace several IS_METEORLAKE with proper IP version checks b3749611a5e5 drm/i915: Eliminate IS_MTL_GRAPHICS_STEP 18e77951e14a drm/i915/xelpg: Call Xe_LPG workaround functions based on IP version 67f7fba8a086 drm/i915: Consolidate condition for Wa_22011802037 6b25099eea4b drm/i915: Tidy workaround definitions 0a9901fdb7bb drm/i915/dg2: Drop pre-production GT workarounds f4877225313d inet: inet_defrag: prevent sk release while still in use 54720f68c4ad Octeontx2-af: fix pause frame configuration in GMP mode 74a78a00db8f net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips 4bb7ad116be7 net: bcmasp: Bring up unimac after PHY link up cf893953633d netfilter: nf_tables: skip netdev hook unregistration if table is dormant 2d0d1abe119a netfilter: nf_tables: reject table flag and netdev basechain updates cddd0480a682 netfilter: nf_tables: reject destroy command to remove basechain hooks 614bc8c71ed5 cifs: Fix duplicate fscache cookie warnings 3f0784b2f1eb bpf: Protect against int overflow for stack access size 867a2f598af6 mlxbf_gige: call request_irq() after NAPI initialized f1b7f14130d7 tls: get psock ref after taking rxlock to avoid leak f19e995b4813 tls: adjust recv return with async crypto and failed copy to userspace dc4bce20fa9e tls: recv: process_rx_list shouldn't use an offset with kvec 872f574f8860 net: hns3: mark unexcuted loopback test result as UNEXECUTED 1b550dae5590 net: hns3: fix kernel crash when devlink reload during pf initialization b033da1461c1 net: hns3: fix index limit to support all queue stats 77ffc72b497e ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() 7fb8b3de7f22 selftests: vxlan_mdb: Fix failures with old libnet 2e22c9cb6187 net: wwan: t7xx: Split 64bit accesses to fix alignment issues c1ae4d1e76ea tcp: properly terminate timers for kernel sockets 984c3d962c9e net: hsr: hsr_slave: Fix the promiscuous mode in offload mode 21dea1475fd4 s390/qeth: handle deferred cc1 1b1c0f6ce790 igc: Remove stale comment about Tx timestamping 4465b15ae5c5 ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() e40a02f06ceb ice: fix memory corruption bug with suspend and rebuild feddf6c09c44 ice: realloc VSI stats arrays 493b29930f66 ice: Refactor FW data type and fix bitmap casting issue 0172edc572b0 ALSA: hda: cs35l56: Set the init_done flag before component_add() dc1ec9c5efec wifi: iwlwifi: mvm: include link ID when releasing frames 13fd96c97596 wifi: iwlwifi: disable multi rx queue for 9000 c0a40f2f8eba wifi: iwlwifi: mvm: rfi: fix potential response leaks 84d30c56786a mlxbf_gige: stop PHY during open() error paths 5c05bdd95f0e tools: ynl: fix setting presence bits in simple nests a946ebee45b0 nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet 087dc50d8baf arm64: bpf: fix 32bit unconditional bswap 156c226cbbdc dma-buf: Fix NULL pointer dereference in sanitycheck() aeecb678ec36 bpf, arm64: fix bug in BPF_LDX_MEMSX c3062bdb859b s390/bpf: Fix bpf_plt pointer arithmetic 54d38a5ca0f7 scripts/bpf_doc: Use silent mode when exec make cmd cc696ce93089 drm/i915: Pre-populate the cursor physical dma address 2c07e2437a3e drm/i915/display: Use i915_gem_object_get_dma_address to get dma address 06644f0d7193 drm/tilcdc: Set preferred depth ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts c2d64b9f52b6 qemux86: add configuration symbol to select values 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter 46934791b902 clear_warn_once: bind a timer to written reset value cdee9e38ff32 clear_warn_once: expand debugfs to include read support 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS 36dc380b776b libbpf: Fix build warning on ref_ctr_off 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. e497a4a5da65 perf: x86-32: explicitly include <errno.h> 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long 1cfc19423dc7 perf: fix bench numa compilation 98bc2815fade perf: add SLANG_INC for slang.h 17209a70b9b3 perf: add sgidefs.h to for mips builds 9cd4258d910a perf: change --root to --prefix for python install 8110a4f26628 perf: add 'libperl not found' warning bc89d5e08f77 perf: force include of <stdbool.h> 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32() bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat 30b2236ab378 FAT: Added FAT_NO_83NAME cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes c4342d979bf2 aufs6: fix magic.mk include path 35266bc2dc81 aufs6: adapt to v6.6 8edede4e98be aufs6: core 712248233ebe aufs6: standalone 3b71a8a848d8 aufs6: mmap 3e2924871f37 aufs6: base 7f4907a93101 aufs6: kbuild d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+ bcd6cfcd1aa0 yaffs2: v6.5 fixups cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap c9c749f9f7d3 yaffs2: replace bdevname call with sprintf 395b01cdc39d yaffs2: convert read_page -> readfolio d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested) 7562133d4090 yaffs: include blkdev.h dbd44252cd59 yaffs: fix misplaced variable declaration c223a10b1ac0 yaffs2: v5.6 build fixups 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super b6e007b8abb6 yaffs: repair yaffs_get_mtd_device fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API 51e0aac75ea2 yaffs2: fix memory leak in mount/umount 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1 ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020) 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation 2f603d83fcc4 pnmtologo: use relocatable file name 664a6a0a484b tools: use basename to identify file in gen-mach-types 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues ae9b80797295 vt/conmakehash: improve reproducibility a972323151bd iwlwifi: select MAC80211_LEDS conditionally 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation 5552dc768ffc defconfigs: drop obselete options 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled 3888d0652edf linux-yocto: Handle /bin/awk issues 3d55d299f23a uvesafb: provide option to specify timeout for task completion 23c068c080be uvesafb: print error message when task timeout occurs edbfc939266e compiler.h: Undef before redefining __attribute_const__ c99ae7e2a19a vmware: include jiffies.h 572d84d928c8 Resolve jiffies wrapping about arp fdcd47cac843 nfs: Allow default io size to be configured. 927d48801098 check console device file on fs when booting 57cc27f821dd mount_root: clarify error messages for when no rootfs found 1b53d82a8152 mconf: fix output of cflags and libraries 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location 83c2e0c6eb1f modpost: mask trivial warnings 6de673039484 kbuild: exclude meta directory from distclean processing 6decd32815f5 powerpc: serialize image targets f6b683b38318 arm: serialize build targets e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition dc8a1e5a88f8 x86_64_defconfig: Fix warnings 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8 d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8 62f50884b8b1 powerpc: kexec fix for powerpc64 da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core f161c880c11d mips: make current_cpu_data preempt safe 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 98ec1963fcb7 arm64: defconfig: cleanup config options f1727c537ba8 vexpress: Pass LOADADDR to Makefile 4474c32dc24a arm: ARM EABI socketcall 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 1a9a8356aef87e3f24f61f918aff2c8388955e0d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: nft: enable vethBruce Ashfield2024-05-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Khem Raj Email: raj.khem@gmail.com Subject: nft_test.cfg: Enable CONFIG_VETH Date: Wed, 10 Apr 2024 16:11:47 -0700 nftable ptests do create interfaces of veth type and this feature would be needed to enable those tests e.g. from tests/shell/testcases/packetpath/vlan_8021ad_tag ip link add veth0 netns $ns1 type veth peer name veth0 netns $ns2 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 95caeaa193239784481cd9e69870b41431e1a974) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update CVE exclusions (6.6.25)Bruce Ashfield2024-05-041-2/+2
| | | | | | | | | | | | | | | | | Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] (From OE-Core rev: 70bf42cc53f04bf8137092dfc175cb57001dbb16) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update to v6.6.25Bruce Ashfield2024-05-043-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: e475741af1eb Linux 6.6.25 a99d7274a2b1 Revert "workqueue.c: Increase workqueue name length" d8354f268d92 Revert "workqueue: Move pwq->max_active to wq->max_active" 35bf38dd162b Revert "workqueue: Factor out pwq_is_empty()" 957578ec33d4 Revert "workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()" 5debbff9539c Revert "workqueue: Move nr_active handling into helpers" e3ee73b57a2e Revert "workqueue: Make wq_adjust_max_active() round-robin pwqs while activating" f3c11cb27a8b Revert "workqueue: RCU protect wq->dfl_pwq and implement accessors for it" bfb429f37052 Revert "workqueue: Introduce struct wq_node_nr_active" 6741dd3fd38e Revert "workqueue: Implement system-wide nr_active enforcement for unbound workqueues" a75ac2693d73 Revert "workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_active()" 7bff1820bcfa Revert "workqueue: Shorten events_freezable_power_efficient name" 06644f0d7193 drm/tilcdc: Set preferred depth ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts c2d64b9f52b6 qemux86: add configuration symbol to select values 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter 46934791b902 clear_warn_once: bind a timer to written reset value cdee9e38ff32 clear_warn_once: expand debugfs to include read support 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS 36dc380b776b libbpf: Fix build warning on ref_ctr_off 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. e497a4a5da65 perf: x86-32: explicitly include <errno.h> 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long 1cfc19423dc7 perf: fix bench numa compilation 98bc2815fade perf: add SLANG_INC for slang.h 17209a70b9b3 perf: add sgidefs.h to for mips builds 9cd4258d910a perf: change --root to --prefix for python install 8110a4f26628 perf: add 'libperl not found' warning bc89d5e08f77 perf: force include of <stdbool.h> 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32() bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat 30b2236ab378 FAT: Added FAT_NO_83NAME cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes c4342d979bf2 aufs6: fix magic.mk include path 35266bc2dc81 aufs6: adapt to v6.6 8edede4e98be aufs6: core 712248233ebe aufs6: standalone 3b71a8a848d8 aufs6: mmap 3e2924871f37 aufs6: base 7f4907a93101 aufs6: kbuild d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+ bcd6cfcd1aa0 yaffs2: v6.5 fixups cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap c9c749f9f7d3 yaffs2: replace bdevname call with sprintf 395b01cdc39d yaffs2: convert read_page -> readfolio d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested) 7562133d4090 yaffs: include blkdev.h dbd44252cd59 yaffs: fix misplaced variable declaration c223a10b1ac0 yaffs2: v5.6 build fixups 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super b6e007b8abb6 yaffs: repair yaffs_get_mtd_device fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API 51e0aac75ea2 yaffs2: fix memory leak in mount/umount 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1 ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020) 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation 2f603d83fcc4 pnmtologo: use relocatable file name 664a6a0a484b tools: use basename to identify file in gen-mach-types 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues ae9b80797295 vt/conmakehash: improve reproducibility a972323151bd iwlwifi: select MAC80211_LEDS conditionally 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation 5552dc768ffc defconfigs: drop obselete options 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled 3888d0652edf linux-yocto: Handle /bin/awk issues 3d55d299f23a uvesafb: provide option to specify timeout for task completion 23c068c080be uvesafb: print error message when task timeout occurs edbfc939266e compiler.h: Undef before redefining __attribute_const__ c99ae7e2a19a vmware: include jiffies.h 572d84d928c8 Resolve jiffies wrapping about arp fdcd47cac843 nfs: Allow default io size to be configured. 927d48801098 check console device file on fs when booting 57cc27f821dd mount_root: clarify error messages for when no rootfs found 1b53d82a8152 mconf: fix output of cflags and libraries 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location 83c2e0c6eb1f modpost: mask trivial warnings 6de673039484 kbuild: exclude meta directory from distclean processing 6decd32815f5 powerpc: serialize image targets f6b683b38318 arm: serialize build targets e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition dc8a1e5a88f8 x86_64_defconfig: Fix warnings 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8 d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8 62f50884b8b1 powerpc: kexec fix for powerpc64 da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core f161c880c11d mips: make current_cpu_data preempt safe 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 98ec1963fcb7 arm64: defconfig: cleanup config options f1727c537ba8 vexpress: Pass LOADADDR to Makefile 4474c32dc24a arm: ARM EABI socketcall 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 7a0a9a648d2e511d04c02aefc58448bed7b7b93b) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update CVE exclusions (6.6.24)Bruce Ashfield2024-05-041-2/+2
| | | | | | | | | | | | | | | | | Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] (From OE-Core rev: d941200509cd215e1c8cde5be9875b5e61ec76ce) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>