summaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
48 min.qemu.*multilib.conf: add qemu with multilib enabled for testingMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.report-error.bbclass: replace angle brackets with &lt; and &gt;Changqing Li
when we have below content in local.conf or auto.conf: BUILDHISTORY_COMMIT_AUTHOR ?= "Khem Raj <raj.khem@gmail.com>" send-error-report will fail with "HTTP Error 500: OK" error-report-web do rudimentary check on all fields that are passed to the graphs page to avoid any XSS happening, if contains '<', the server will return error(Invalid characters in json). fixed by use escape of <> to replace it. NOTE: with this change, error-report-web need to add filter 'safe' for the string wanted to display to avoid further HTML escaping prior to output. Below is how the content displayed on webpage: with the filter 'safe': BUILDHISTORY_COMMIT_AUTHOR ?= "Khem Raj <raj.khem@gmail.com>" without the filter 'safe': BUILDHISTORY_COMMIT_AUTHOR ?= "Khem Raj &lt;raj.khem@gmail.com&gt;" Another patch for error-report-web will send to yocto mail list. [YOCTO #13252] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
48 min.report-error: Allow to upload reports automaticallyMartin Jansa
* useful when distro wants to collect build statistics from all users/developers without any manual interaction from them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
48 min.qemux86: Add identical qemux86copy variant for testsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
48 min.insane: add patch-status to default ERROR_QARichard Purdie
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
48 min.populate_sdk_ext.bbclass: add SSTATE_MIRRORS for NATIVELSBSTRING when not ↵Martin Jansa
using uninative * this fixes the issue where eSDK preparation fails when uninative isn't enabled: Preparing build system... WARNING: You are using a local hash equivalence server but have configured an sstate mirror. This will likely mean no sstate will match from the mirror. You may wish to disable the hash equivalence use (BB_HASHSERVE), or use a hash equivalence server alongside the sstate mirror. Loading cache: 100% | | ETA: --:--:-- Parsing recipes: 100% |####################################################| Time: 0:00:10 Initialising tasks: 100% |#################################################| Time: 0:00:02 Checking sstate mirror object availability: 100% |#########################| Time: 0:00:00 WARNING: The base-files:do_install sig is computed to be 83b9c9a6ef1145baac5a1e0d08814b9156af239c58fc42df95c25a9cd8a7f201, but the sig is locked to 3dc22233059075978e5503691e98e79e7cc60db94259dfcd886bca2291c0add7 in SIGGEN_LOCKEDSIGS_t-qemux86-64 ERROR: Task glibc-locale.do_deploy_source_date_epoch attempted to execute unexpectedly and should have been setscened Task virtual:native:/OE/build/test-sdk-without/layers/poky/meta/recipes-support/libpcre/libpcre2_10.42.bb:do_populate_sysroot, unihash 4615cb1da18a0fae9852bbeb9a57bc5858cd3c18489a29dfb7d42bf9e5d26783, taskhash 4615cb1da18a0fae9852bbeb9a57bc5858cd3c18489a29dfb7d42bf9e5d26783 ... Task virtual:native:/OE/build/test-sdk-without/layers/poky/meta/recipes-devtools/rpm/rpm_4.18.0.bb:do_deploy_source_date_epoch, unihash 593e6c8bcc68da0b0e1eb562eac65e3805172a92ac5c7fb276a0e8641ebc41d6, taskhash 593e6c8bcc68da0b0e1eb562eac65e3805172a92ac5c7fb276a0e8641ebc41d6 This is usually due to missing setscene tasks. Those missing in this build were: { '/OE/build/test-sdk-without/layers/poky/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_deploy_source_date_epoch', '/OE/build/test-sdk-without/layers/poky/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package', ... 'virtual:native:/OE/build/test-sdk-without/layers/poky/meta/recipes-support/re2c/re2c_3.0.bb:do_deploy_source_date_epoch', 'virtual:native:/OE/build/test-sdk-without/layers/poky/meta/recipes-support/re2c/re2c_3.0.bb:do_populate_sysroot'} ERROR: Task (/OE/build/test-sdk-without/layers/poky/meta/recipes-core/glibc/glibc-locale_2.37.bb:do_deploy_source_date_epoch) failed with exit code 'setscene ignore_tasks' ERROR: SDK preparation failed: error log written to /OE/build/test-sdk-without/preparing_build_system.log * the locked sstate-cache is created with: fixedlsbstring = "universal%s" % oe.utils.host_gcc_version(d) but then inside eSDK, we're using regular NATIVELSBSTRING in this SDK I can see: test-sdk-without $ find sstate-cache/universal/ -name \*zst | wc -l 150 while for my host LSB gentoo-2.13 it's empty (just many empty directories): test-sdk-without $ find sstate-cache/gentoo-2.13/ -name \*zst | wc -l 0 test-sdk-without $ find sstate-cache/gentoo-2.13/ | wc -l 263 * smaller test case with much shorter log is e.g. texinfo-dummy-native or m4-native: test-sdk-without $ BB_SETSCENE_ENFORCE=1 bitbake texinfo-dummy-native WARNING: You are using a local hash equivalence server but have configured an sstate mirror. This will likely mean no sstate will match from the mirror. You may wish to disable the hash equivalence use (BB_HASHSERVE), or use a hash equivalence server alongside the sstate mirror. Loading cache...done. Loaded 1797 entries from dependency cache. NOTE: Resolving any missing task queue dependencies Initialising tasks...done. Sstate summary: Wanted 4 Local 0 Mirrors 0 Missed 4 Current 2 (0% match, 33% complete) NOTE: Executing Tasks ERROR: Task quilt-native.do_fetch attempted to execute unexpectedly Task /OE/build/test-sdk-without/layers/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch, unihash b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e, taskhash b355f17d90c8800c246ec1c597e4726ed57d98e0c67d6f18d1b6d3c821f08e7e Task /OE/build/test-sdk-without/layers/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_deploy_source_date_epoch, unihash 116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201, taskhash 116f8d4762cd111492fffed036d13d4bcca35e9bafc743e5fce5432ff64b2201 Task /OE/build/test-sdk-without/layers/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot, unihash f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9, taskhash f25773f9c2ae02d1de6c037b6f4161c79b3ba37ce5add86cf087158ba26c52d9 Task /OE/build/test-sdk-without/layers/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot, unihash 1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5, taskhash 1c584073b7e999100258ae34289091b5216d3f921d2210d1f8053fc4c8c516f5 This is usually due to missing setscene tasks. Those missing in this build were: {'/OE/build/test-sdk-without/layers/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_deploy_source_date_epoch', '/OE/build/test-sdk-without/layers/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot', '/OE/build/test-sdk-without/layers/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch', '/OE/build/test-sdk-without/layers/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot'} ERROR: Task (/OE/build/test-sdk-without/layers/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_fetch) failed with exit code 'setscene ignore_tasks' NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and 1 failed. Summary: 1 task failed: /OE/build/test-sdk-without/layers/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_fetch Summary: There was 1 WARNING message. Summary: There was 1 ERROR message, returning a non-zero exit code. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
48 min.selftest: incompatible_lic.py: run bitbake -c testimage separately for each ↵Martin Jansa
image * with 1 preconfigured tap device you cannot run testimage on multiple images at the same time in my case have /tmp/qemu-tap-locks/tap0.skip (tap0 is used by openvpn on builder) and /etc/runqemu-nosudo as my build user doesn't have sudo powers but then when 2 do_testimage tasks are executed at the same time it fails like this: NOTE: recipe core-image-weston-1.0-r0: task do_testimage: Started NOTE: recipe core-image-full-cmdline-1.0-r0: task do_testimage: Started QMP Available for connection at /OE/build/poky/build-st/tmp/.c2d3k3bh QMP Available for connection at /OE/build/poky/build-st/tmp/._4agpi1v ERROR: core-image-full-cmdline-1.0-r0 do_testimage: runqemu exited with code 1 ERROR: core-image-full-cmdline-1.0-r0 do_testimage: Output from runqemu: runqemu - INFO - Continuing with the following parameters: KERNEL: [/OE/build/poky/build-st/tmp/deploy/images/qemux86-64/bzImage] MACHINE: [qemux86-64] FSTYPE: [ext4] ROOTFS: [/OE/build/poky/build-st/tmp/deploy/images/qemux86-64/core-image-full-cmdline-qemux86-64.ext4] CONFFILE: [/OE/build/poky/build-st/tmp/deploy/images/qemux86-64/core-image-full-cmdline-qemux86-64.qemuboot.conf] runqemu - INFO - Found /tmp/qemu-tap-locks/tap0.skip, skipping tap0 runqemu - INFO - Acquiring lockfile /tmp/qemu-tap-locks/tap1.lock failed: [Errno 11] Resource temporarily unavailable runqemu - ERROR - Error: There are no available tap devices to use for networking, runqemu - ERROR - and I see /etc/runqemu-nosudo exists, so I am not going to try creating runqemu - ERROR - a new one with sudo. runqemu - INFO - Cleaning up runqemu - INFO - Host uptime: 67474.59 tput: No value for $TERM and no -T specified WARNING: core-image-full-cmdline-1.0-r0 do_testimage: Qemu ended unexpectedly, dump data from host is in /OE/build/poky/build-st/tmp/log/runtime-hostdump/202303131614_qemu WARNING: core-image-full-cmdline-1.0-r0 do_testimage: runqemu during is_alive() test ERROR: core-image-full-cmdline-1.0-r0 do_testimage: Error executing a python function in exec_func_python() autogenerated: which is very reasonable error message, but 600 lines later it also shows: RESULTS - xorg.XorgTest.test_xorg_running: SKIPPED (0.00s) SUMMARY: core-image-weston () - Ran 71 tests in 34.073s core-image-weston - OK - All required tests passed (successes=14, skipped=57, failures=0, errors=0) NOTE: recipe core-image-weston-1.0-r0: task do_testimage: Succeeded NOTE: Tasks Summary: Attempted 1141 tasks of which 1139 didn't need to be rerun and 1 failed. Summary: 1 task failed: /OE/build/poky/meta/recipes-extended/images/core-image-full-cmdline.bb:do_testimag and I didn't notice that there are actually 2 different images core-image-weston and core-image-full-cmdline and spent most time trying to figure out how it was able to run all those ptest when qemu failed to start at the beginning. It's possible to create 2nd tap with runqemu-ifup before running this test. Then it works, maybe some check like in DevtoolTests to error out early if there isn't enough tap devices? But the implementation in: https://git.openembedded.org/openembedded-core/commit/?id=2258345e19efff7717fe19a5026ec55f1b6f90b6 has its own limitations (e.g. not checking /tmp/qemu-tap-locks/tap0.skip) and would probably need to be re-implemented as some generic decorator as other tests need this as well. It's a bit slower when serialized: INFO - RESULTS - incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston: PASSED (145.96s) without this change: INFO - RESULTS - incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston: PASSED (104.72s) I don't mind if this is rejected, sending it mostly to document this behavior. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
48 min.libgcrypt: Fix building error with '-O2' in sysroot pathsimit.ghane
Characters like '-O2' or '-Ofast' will be replaced by '-O1' and '-O0' respectively when compiling cipher and random in the filesystem paths as well if they happen to contain '-O2' or '-Ofast If we are cross compiling libgcrypt and sysroot contains such characters, we would get compile errors because the sysroot path has been modified. Fix this by adding blank spaces and tabs before the original matching pattern in the sed command. Signed-off-by: simit.ghane <simit.ghane@lge.com> Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.gcc: Allow using libc++Dan McGregor
With the addition of the C++ runtime setting added recently, allow gcc to use libc++ as its runtime. There's some minor fixes still required, such as allowing setting the unwinder library. But this allows for testing libc++ with gcc. Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
48 min.u-boot.inc: don't replace the binary with symlinkjansa/artifactsMartin Jansa
* when UBOOT_ARTIFACT_NAME and UBOOT_ARTIFACT_LINK_NAME are empty the UBOOT_BINARYNAME and UBOOT_IMAGE might be indentical and the binary gets overwritten by the symlink to itself (similarly for SPL_*) $ ls -lah /OE/build/poky/build/tmp/work/qemuarm-poky-linux-gnueabi/u-boot/2023.10/package/boot total 8.0K drwxr-xr-x 2 martin martin 4.0K Nov 21 21:23 . drwxr-xr-x 4 martin martin 4.0K Nov 21 21:23 .. lrwxrwxrwx 1 martin martin 3 Nov 21 21:23 MLO -> MLO lrwxrwxrwx 1 martin martin 10 Nov 21 21:23 u-boot.bin -> u-boot.bin * which causes: ERROR: u-boot-1_2023.10-r0 do_package: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_func_python() autogenerated', lineno: 2, function: <module> 0001: *** 0002:do_package(d) 0003: File: '/OE/build/poky/meta/classes-global/package.bbclass', lineno: 536, function: do_package 0532: bb.build.exec_func("package_prepare_pkgdata", d) 0533: bb.build.exec_func("perform_packagecopy", d) 0534: for f in (d.getVar('PACKAGE_PREPROCESS_FUNCS') or '').split(): 0535: bb.build.exec_func(f, d) *** 0536: oe.package.process_split_and_strip_files(d) 0537: oe.package.fixup_perms(d) 0538: 0539: ########################################################################### 0540: # Split up PKGD into PKGDEST File: '/OE/build/poky/meta/lib/oe/package.py', lineno: 1073, function: process_split_and_strip_files 1069: staticlibs.append(file) 1070: continue 1071: 1072: try: *** 1073: ltarget = cpath.realpath(file, dvar, False) 1074: s = cpath.lstat(ltarget) 1075: except OSError as e: 1076: (err, strerror) = e.args 1077: if err != errno.ENOENT: File: '/OE/build/poky/meta/lib/oe/cachedpath.py', lineno: 231, function: realpath 0227: if e.errno == errno.ELOOP: 0228: # make ELOOP more readable; without catching it, there will 0229: # be printed a backtrace with 100s of OSError exceptions 0230: # else *** 0231: raise OSError(errno.ELOOP, 0232: "too much recursions while resolving '%s'; loop in '%s'" % 0233: (file, e.strerror)) 0234: 0235: raise Exception: OSError: [Errno 40] too much recursions while resolving '/OE/build/poky/build/tmp/work/qemuarm-poky-linux-gnueabi/u-boot/2023.10/package/boot/MLO'; loop in '/OE/build/poky/build/tmp/work/qemuarm-poky-linux-gnueabi/u-boot/2023.10/package/boot/MLO' ERROR: Logfile of failure stored in: /OE/build/poky/build/tmp/work/qemuarm-poky-linux-gnueabi/u-boot/2023.10/temp/log.do_package.3990391 [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.populate_sdk_ext.bbclass: add *:do_shared_workdir to ↵Martin Jansa
BB_SETSCENE_ENFORCE_IGNORE_TASKS * otherwise populate_sdk_ext task will fail as shown e.g. with: bitbake core-image-minimal -c populate_sdk_ext esdk.oeSDKExtSelfTest.test_image_generation_binary_feeds esdk.oeSDKExtSelfTest.test_install_libraries_headers: ERROR: Task linux-yocto.do_deploy_links attempted to execute unexpectedly Task tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/sdk-ext/image/tmp-renamed-sdk/layers/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_qa, unihash 9d177d4c6ca34e68e19b1bc23deec58c3eabe5f9d5808f90402161163a73f22f, taskhash 9d177d4c6ca34e68e19b1bc23deec58c3eabe5f9d5808f90402161163a73f22f Task tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/sdk-ext/image/tmp-renamed-sdk/layers/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_complete, unihash 0aff4dcbdb3c5ca68e0ebb39457fbe86beb3482986ddfe0b0b6fc0386807edbf, taskhash 0aff4dcbdb3c5ca68e0ebb39457fbe86beb3482986ddfe0b0b6fc0386807edbf This is usually due to missing setscene tasks. Those missing in this build were: {'tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/sdk-ext/image/tmp-renamed-sdk/layers/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_complete', 'tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/sdk-ext/image/tmp-renamed-sdk/layers/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_qa'} ERROR: Task (tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/sdk-ext/image/tmp-renamed-sdk/layers/poky/meta/recipes-kernel/linux/linux-yocto_6.5.bb:do_deploy_links) failed with exit code 'setscene ignore_tasks' NOTE: Tasks Summary: Attempted 4975 tasks of which 4971 didn't need to be rerun and 1 failed. Summary: 1 task failed: tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/sdk-ext/image/tmp-renamed-sdk/layers/poky/meta/recipes-kernel/linux/linux-yocto_6.5.bb:do_deploy_links Summary: There was 1 WARNING message. Summary: There was 1 ERROR message, returning a non-zero exit code. ERROR: Logfile of failure stored in: tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/temp/log.do_populate_sdk_ext.2280835 NOTE: recipe core-image-minimal-1.0-r0: task do_populate_sdk_ext: Failed ERROR: Task (/OE/build/poky/meta/recipes-core/images/core-image-minimal.bb:do_populate_sdk_ext) failed with exit code '1' NOTE: Tasks Summary: Attempted 6211 tasks of which 6147 didn't need to be rerun and 1 failed. Summary: 1 task failed: /OE/build/poky/meta/recipes-core/images/core-image-minimal.bb:do_populate_sdk_ext Summary: There was 1 ERROR message, returning a non-zero exit code. [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.image.bbclass: remove hardlinks as wellMartin Jansa
* it was removing only destination symlinks, but sometimes hardlink might be regenerated as well, e.g. in oeqa test wic.Wic.test_permissions which was failing with: NOTE: recipe core-image-minimal-1.0-r0: task do_image_wic: Started ERROR: core-image-minimal-1.0-r0 do_image_wic: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_func_python() autogenerated', lineno: 2, function: <module> 0001: *** 0002:create_hardlinks(d) 0003: File: '/OE/build/poky/meta/classes-recipe/image.bbclass', lineno: 606, function: create_hardlinks 0602: if os.path.exists(src): 0603: bb.note("Creating hardlink: %s -> %s" % (dst, src)) 0604: if os.path.islink(dst): 0605: os.remove(dst) *** 0606: os.link(src, dst) 0607: else: 0608: bb.note("Skipping hardlink, source does not exist: %s -> %s" % (dst, src)) 0609:} 0610: Exception: FileExistsError: [Errno 17] File exists: 'tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/deploy-core-image-minimal-image-complete/core-image-minimal-qemux86-64.rootfs.wic' -> 'tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/deploy-core-image-minimal-image-complete/core-image-minimal-qemux86-64.rootfs--1.0-r0-20110405230000.wic' [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.oeqa: fitimage: respect KERNEL_FIT_NAMEMartin Jansa
* avoid couple of get_bb_var calls and use get_bb_vars instead * use KERNEL_FIT_LINK_NAME instead of assuming it's MACHINE as e.g.: machine = get_bb_var('MACHINE') fitimage_its_path = os.path.join(deploy_dir_image, "fitImage-its-%s-%s-%s" % (image_type, machine, machine)) * be aware that KERNEL_FIT_LINK_NAME can still be set to empty and then this oeqa check would fail again, because this hardlink: ln -vf $deployDir/fitImage-its-${INITRAMFS_IMAGE_NAME}${KERNEL_FIT_NAME}.its "$deployDir/fitImage-its-${INITRAMFS_IMAGE_NAME}${KERNEL_FIT_LINK_NAME}" wouldn't be created and also with KERNEL_FIT_LINK_NAME the PKGV in kernel recipe looks differently in the final kernel artifact and KERNEL_FIT_LINK_NAME e.g.: AssertionError: False is not true: tmp/deploy/images/beaglebone-yocto/fitImage-its-core-image-minimal-initramfs-beaglebone-yocto-beaglebone-yocto--6.1.20+git-r0-20230318024804 image tree source doesn't exist because it's actually named with SRCPV expanded: tmp/deploy/images/beaglebone-yocto/fitImage-its-core-image-minimal-initramfs-beaglebone-yocto-beaglebone-yocto--6.1.20+git0+29ec3dc6f4_423e199669-r0-20230318024804 Use KERNEL_FIT_NAME instead of KERNEL_FIT_LINK_NAME but then we would need to add .its extension to expected filenames as well, but in previous commit I've added KERNEL_FIT_ITS_EXT variable and used it for links as well. But this doesn't apply for u-boot-its* files which don't use any extension. [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.oeqa: gdbserver: append -dbg suffix at the end of IMAGE_NAME not IMAGE_LINK_NAMEMartin Jansa
* the filename is constructed as: meta/classes-recipe/image.bbclass: d.appendVar('IMAGE_NAME','-dbg') and IMAGE_LINK_NAME adds ${IMAGE_VERSION_SUFFIX} _after_ this [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.oeqa: imagefeatures: append -dbg suffix at the end of IMAGE_NAME not ↵Martin Jansa
IMAGE_LINK_NAME * the filename is constructed as: meta/classes-recipe/image.bbclass: d.appendVar('IMAGE_NAME','-dbg') and IMAGE_LINK_NAME adds ${IMAGE_VERSION_SUFFIX} _after_ this [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.image.bbclass: don't append -dbg suffix twiceMartin Jansa
* now with IMAGE_LINK_NAME defined based on IMAGE_NAME we don't want to append -dbg to IMAGE_NAME and then again to IMAGE_LINK_NAME * this resulted in filename like: core-image-minimal-qemux86-64.rootfs-dbg--1.0-r0-20110405230000-dbg.tar.bz2 [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.linux-dummy: add do_deploy_links taskMartin Jansa
* fixes containerimage.ContainerImageTests.test_expected_files oeqa test failing with: Initialising tasks...ERROR: Task do_build in /OE/build/poky/build-st/meta-selftest/recipes-test/container-image/container-test-image.bb depends upon non-existent task do_deploy_links in /OE/build/poky/meta/recipes-kernel/linux/linux-dummy.bb [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.oeqa: wic: use just isfile() instead of islink()Martin Jansa
* with [YOCTO #12937] changes the manifest is hardlink not symlink * fixes: 2023-11-18 23:48:55,695 - oe-selftest - INFO - ... FAIL 2023-11-18 23:48:55,696 - oe-selftest - INFO - Traceback (most recent call last): File "/OE/build/poky/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/OE/build/poky/meta/lib/oeqa/selftest/cases/wic.py", line 836, in test_wic_image_type self.assertTrue(os.path.islink(path), msg="Link %s wasn't generated as expected" % path) AssertionError: False is not true : Link tmp/deploy/images/qemux86-64/wic-image-minimal-qemux86-64.rootfs--1.0-r0-20110405230000.wic wasn't generated as expected
48 min.oeqa: bbtests.BitbakeTests.test_image_manifest: use just isfile() instead of ↵Martin Jansa
islink() * with [YOCTO #12937] changes the manifest is hardlink not symlink * fixes: 2023-11-16 00:16:33,967 - oe-selftest - INFO - test_image_manifest (bbtests.BitbakeTests.test_image_manifest) 2023-11-16 00:19:05,060 - oe-selftest - INFO - ... FAIL 2023-11-16 00:19:05,060 - oe-selftest - INFO - Traceback (most recent call last): File "/OE/build/poky/meta/lib/oeqa/selftest/cases/bbtests.py", line 139, in test_image_manifest self.assertTrue(os.path.islink(manifest), msg="No manifest file created for image. It should have been created in %s" % manifest) AssertionError: False is not true : No manifest file created for image. It should have been created in /OE/build/poky/tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.rootfs--1.0-r0-20110405230000.manifest [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.image-artifact-names.bbclass: add IMAGE_VERSION_SUFFIX_DATETIME which uses ↵Martin Jansa
SOURCE_DATE_EPOCH * since https://git.openembedded.org/openembedded-core/diff/meta/classes/image-artifact-names.bbclass?id=abb0671d2cebfd7e8df94796404bbe9c7f961058 which removed the bb.data.inherits_class('reproducible_build', d) condition this was already applied in all the builds which used DATETIME, so we can move it to the default value directly and DISTRO configs than can choose to use IMAGE_VERSION_SUFFIX_DATETIME as they want [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.image.bbclass: rename create_symlinks to create_hardlinksMartin Jansa
* to make it more clear what this postfunc does now [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.uboot: use ${IMAGE_MACHINE_SUFFIX} instead of -${MACHINE} and use hardlinksMartin Jansa
* rename variables to match the conventions used in kernel and image recipes * use versioned hardlinks as kernel and image recipes, but don't split the do_deploy_links task (can be split later). [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.kernel-fitimage.bbclass: add .its extension also to linksMartin Jansa
* for consistency with the names [YOCTO #12937]
48 min.kernel-fitimage.bbclass: avoid duplicate .bin extensionMartin Jansa
* the linux.bin was deployed as: fitImage-linux.bin${KERNEL_FIT_NAME}${KERNEL_FIT_BIN_EXT} where KERNEL_FIT_BIN_EXT is the 2nd ".bin" * add the${KERNEL_FIT_BIN_EXT} also to corresponding links: fitImage-linux${KERNEL_FIT_LINK_NAME}${KERNEL_FIT_BIN_EXT} [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.kernel: move the leading dash into KERNEL_ARTIFACT_NAMEMartin Jansa
* this matches how IMAGE_MACHINE_SUFFIX works and we can use that for the default value * allows to set IMAGE_MACHINE_SUFFIX to empty for people who prefer to keep MACHINE name only in the directory name otherwise there would be a stray dash in: lrwxrwxrwx 2 martin martin 12 Nov 18 13:25 bzImage -> bzImage-.bin -rw-r--r-- 2 martin martin 12M Nov 18 13:25 bzImage-.bin -rw-r--r-- 2 martin martin 182M Nov 18 13:25 modules-.tgz if you set KERNEL_ARTIFACT_NAME = "" [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.image, kernel: allow to disable creating the hardlinks by setting *LINK_NAME ↵Martin Jansa
variables to empty * they can be disabled individually by setting *_LINK_NAME to empty or disable them all by setting IMAGE_VERSION_SUFFIX to empty (making them equal to *_NAME variables) There are couple *_LINK_NAME variables: IMAGE_LINK_NAME = "" KERNEL_IMAGE_LINK_NAME = "" KERNEL_DTB_LINK_NAME = "" KERNEL_FIT_LINK_NAME = "" MODULE_TARBALL_LINK_NAME = "" INITRAMFS_LINK_NAME = "" or IMAGE_MACHINE_SUFFIX = "" IMAGE_NAME_SUFFIX = "" IMAGE_VERSION_SUFFIX = "" to have really the minimal filenames: $ ls tmp/deploy/images/qemux86-64/ bzImage core-image-minimal.manifest core-image-minimal.tar.bz2 bzImage-qemux86-64.bin core-image-minimal.qemuboot.conf core-image-minimal.testdata.json core-image-minimal.ext4 core-image-minimal.spdx.tar.zst modules-qemux86-64.tgz and to remove MACHINE name from kernel artifacts as well (if you prefer the MACHINE name in directory only), you can set: KERNEL_ARTIFACT_NAME = "" [YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.create-spdx-2.2.bbclass: use hardlink as wellMartin Jansa
[YOCTO #12937] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
48 min.image*.bbclass, kernel*.bbclass: create version-less artifacts and versioned ↵Martin Jansa
hard links * instead of versioned artifacts and version-less symlinks * We used to create the actual artifact files with some version in the filename and then created symlink without any version which was updated to point to the latest one created. In some scenarios it's useful to create all artifacts - typically rootfs and kernel images with the same version - like release build even when the kernel itself wasn't modified since the previous release. If we include the release version in the regular _NAME variables then we'll need to re-run do_deploy and do_image which will cause kernel to be rebuilt and image to be re-created even when the only change since last build was the version number. With this change we can re-use kernel and image from sstate when nothing was changed and run only very fast do_deploy_links task which just adds another hard link to existing artifact from sstate. * This is already used by various LGE builds as do_webos_deploy_fixup() https://github.com/webosose/meta-webosose/blob/master/meta-webos/classes/webos_deploy.bbclass but injecting this task in all the right places is difficult and sometimes requires whole bbclass to be duplicated. Having simpler way of versioning artifacts directly in oe-core might be useful for others. * move IMAGE_VERSION_SUFFIX from _NAME variables to _LINK_NAME that way e.g. kernel.do_deploy can be reused from sstate to provide "version-less" artifacts and then very fast do_deploy_links task just adds links with consistent suffixes (by default the version from the recipe but could be easily set to e.g. some release name when building some products). * create hard links instead of symlinks, so that whatever version the filename says is really there * some IMAGE_FSTYPES might need the "version-less" IMAGE_NAME file to be removed first or they might either append or update the content of the image instead of creating new image file from scratch - I have seen this only with one proprietary format we generate with our own tool, so hopefully this isn't very common * this is basically the mechanism are using in webOS with WEBOS_IMAGE_NAME_SUFFIX which is for official builds set from jenkins job and then all artifacts (images as well as corresponding kernel files) have the same version string) * without this, you can still easily set the variables to contain the version from jenkins job (excluded from sstate signature like DATETIME currently is to prevent rebuilding it everytime even when the content didn't change) but then when kernel is reused from sstate you can have version 1.0 used on kernel artifacts and 2.0 on image artifacts. * if you don't exclude the version string with vardepsexclude, then you get the right version in the filenames but for cost of re-executing do_deploy every single time, which with rm_work will cause all kernel tasks to be re-executed (together with everything which depends on it like external modules etc). * the implementation "from outside" is a bit tricky as shown in webOS OSE, because first you need to reverse the meaning of IMAGE_NAME and IMAGE_LINK_NAME like here, but also replace all symlinks with hardlinks and then adjust all recipes/bbclasses to depend on our do_deploy_fixup task instead of the original do_deploy see the variable modifications: https://github.com/webosose/meta-webosose/blob/a35e81622aae1066591e44a132d01297ff478248/meta-webos/conf/distro/include/webos.inc#L65 and then various bbclasses to hook do_webos_deploy_fixup task creating the hardlinks for possible artifacts: https://github.com/webosose/meta-webosose/blob/a35e81622aae1066591e44a132d01297ff478248/meta-webos/classes/webos_deploy.bbclass https://github.com/webosose/meta-webosose/blob/a35e81622aae1066591e44a132d01297ff478248/meta-webos/classes/kernel.bbclass https://github.com/webosose/meta-webosose/blob/a35e81622aae1066591e44a132d01297ff478248/meta-webos/classes/image.bbclass so hopefully with all these changes in oe-core other project can achieve the same just by setting one variable IMAGE_VERSION_SUFFIX * drop ${PKGE}-${PKGV}-${PR} from kernel artifacts names (this is the latest build) and add it only in hardlinks created in do_deploy_links so that we can use PKGR there again (because these links are generally used only by human operators and they don't have their own TASKHASH or the IMAGE_VERSION_SUFFIX might be set to some release name which they do understand * this allows to drop package_get_auto_pr from kernel do_deploy as well, leaving only 2 EXTENDPRAUTO bumps for each kernel build (do_package and do_deploy_links, unfortunatelly these will still have different value, so if you're looking for the exact kernel image in deploy directory based on kernel image package version seen on the device the EXTENDPRAUTO part of PR will be different). [YOCTO #12937] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
26 hoursgit: 2.44.1 -> 2.45.1Robert Yang
Rebased 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
26 hourskernel-yocto: fix incorrect debug message for defconfig in WORKDIRQuentin Schulz
Right before this message is printed, the in-tree defconfig is checked against the one in WORKDIR. If it is different, and therefore either provided through SRC_URI or patched, then the message is printed. Therefore, the debug message is incorrect and should say that a patched defconfig was detected and overwritten. Fixes: 004da4c6c602 ("kernel-yocto: split meta data gathering into patch and config phases") Cc: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
26 hoursinsane.bbclass: remove leftover variables and commentEmil Kronborg
The code that used these variable and the comment was introduced in commit b44d32ef41ef ("insane.bbclass: Portions of code were not running, fix this and sync with OE.dev. Also add tests for bad sysroot rpaths in binaries"). Later, in commit 17dae13fabe2 ("insane.bbclass: Fix ELF bitsize comparison"), some of that code was removed again, but not the variables and the comment. Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
26 hoursinsane.bbclass: fix HOST_ variable namesEmil Kronborg
Commit cd25e5544ca3 ("insane: use HOST_ variables, not TARGET_ to determine the cross system") updated the variables themselves, but not their names. To prevent confusion, match the Python variable name to the BitBake variable name. Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
26 hoursinsane.bbclass: remove skipping of cross-compiled packagesEmil Kronborg
After commit cd25e5544ca3 ("insane: use HOST_ variables, not TARGET_ to determine the cross system"), this check is no longer necessary. The introduction of HOST_ variables ensures architecture compatibility is correctly checked. Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
26 hoursrun-postinsts.service: Removed --no-reload to fix reload warning when users ↵Lei Maohui
execute systemctl in the first boot. This warning is because after systemd has been upgraded to 255, reloading units operation is needed even when "enable/disable" units by systemctl. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
26 hourslib: package: Replace ":" in file namesJoshua Watt
The purpose of this translation API is to make sure that the file name can be used in a bitbake variable without adding special meaning, therefore the ":" should also be replaced since it is the override separator Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
26 hourslib: package: Add file_reverse_translateJoshua Watt
Adds API to reverse the removal of special characters from file names so it can be correctly done in multiple places without open-coding it. Replace the translation done in the package_rpm.bbclass with the new API Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
4 dayssanity: Check if tar is gnutarSimone Weiß
In sanity.bbclass the tar version is checked as tar needs to be recent enough for reproducible builds. Tar could also be provided by other means then gnutar, but we mean the version of gnutar in the check. Hence we also should ensure that the installed tar is gnutar. [YOCTO #14205] Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 daysoeqa/runtime: fix regression in minidebuginfo testEtienne Cordonnier
The builtin command "sleep" was getting executed instead of the busybox binary. Hence "pidof sleep" was empty and the test was failing. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 daystzdata: Add tzdata.zi to tzdata-core packageSimone Weiß
Additionally build and package tzdata.zi info file, as e.g. Systemd expects it to be present. [YOCTO #15172] Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 dayssstatesig: Drop BB_HASHSERVE_MAX_PARALLELJoshua Watt
Drops support for this variable since bitbake no longer supports parallel queries to the hash equivalence server Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 dayslinux-yocto/6.6: cfg: introduce Intel NPU fragmentBruce Ashfield
Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Naveen Saini Email: naveen.kumar.saini@intel.com Subject: features/intel-npu: introduce Intel NPU fragment Date: Wed, 15 May 2024 13:44:57 +0800 Add config fragment for the system with an 14th generation Intel CPU (Meteor Lake) or newer. It will allow users to enable Intel NPU (formerly called Intel VPU) which is a CPU-integrated inference accelerator for Computer Vision and Deep Learning applications. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 dayslinux-yocto/6.6: update to v6.6.32Bruce Ashfield
Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 91de249b6804 Linux 6.6.32 3ffef551160a block: add a partscan sysfs attribute for disks d6b6dfff6cda block: add a disk_has_partscan helper fe4549b1d6ac Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file 71483049de80 docs: kernel_include.py: Cope with docutils 0.21 1266e5a8f5bc admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET 1c652e1e1067 KEYS: trusted: Do not use WARN when encode fails 26c6d7dc8c6a remoteproc: mediatek: Make sure IPI buffer fits in L2TCM 642069561ea5 serial: kgdboc: Fix NMI-safety problems from keyboard reset code 40b963e45cbb usb: typec: tipd: fix event checking for tps6598x 2f95dfb647a8 usb: typec: ucsi: displayport: Fix potential deadlock a202b26d9531 net: usb: ax88179_178a: fix link status when link is set to down/up ec96bcf5f96a usb: dwc3: Wait unconditionally after issuing EndXfer command 71df2cb2869d binder: fix max_thread type inconsistency c364e7a34c85 drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() f9b877a7ee31 erofs: reliably distinguish block based and fscache mode 3924179ba933 erofs: get rid of erofs_fs_context fcb05fee0006 bpf: Add missing BPF_LINK_TYPE invocations f70d849b679b kselftest: Add a ksft_perror() helper 7b4bd57cf005 mmc: core: Add HS400 tuning in HS400es initialization e62835264d03 KEYS: trusted: Fix memory leak in tpm2_key_encode() ad3f7986c5a0 Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init() cfe560c7050b Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() 4d29fd53a0cb ice: remove unnecessary duplicate checks for VF VSI ID 0ca683f921a9 ice: pass VSI pointer into ice_vc_isvalid_q_id 3a7ac4902917 net: ks8851: Fix another TX stall caused by wrong ISR flag handling 7e4f50dfc98c drm/amd/display: Fix division by zero in setup_dsc_config d4a079d1466d smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings 5a65254c4c4a ksmbd: add continuous availability share parameter 07e76ea1799c cifs: Add tracing for the cifs_tcon struct refcounting 2004e41cd2c4 smb: client: instantiate when creating SFU files 01bce099af0f smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file() dbd2df36cd67 smb3: add trace event for mknod 8aff8b8b177d smb311: additional compression flag defined in updated protocol spec a9aa7a776efc smb311: correct incorrect offset field in compression header c1f3c8204e6f cifs: Move some extern decls from .c files to .h 39bdc4197acf ksmbd: fix potencial out-of-bounds when buffer offset is invalid 9e4937cbc150 ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() 74dc3e5bf6e1 ksmbd: Fix spelling mistake "connction" -> "connection" 27b40b7bfcd1 ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close 8b2326963da7 cifs: remove redundant variable assignment 1598a015c761 cifs: fixes for get_inode_info 91cdeb0d4baf cifs: defer close file handles having RH lease 8df4bcdb0a42 ksmbd: add support for durable handles v1/v2 665e85883098 ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session eb4a05e3c34b smb: common: simplify compression headers fdd938b2b468 smb: common: fix fields sizes in compression_pattern_payload_v1 e8aee4f4d2e3 smb: client: negotiate compression algorithms 25f3604fcd62 smb3: add dynamic trace point for ioctls c057a809e128 smb: client: return reparse type in /proc/mounts 582524019459 smb: client: set correct d_type for reparse DFS/DFSR and mount point 97db41604555 smb: client: parse uid, gid, mode and dev from WSL reparse points 7449d736bbbd smb: client: introduce SMB2_OP_QUERY_WSL_EA b93ac66fa236 smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs() df0a8a192510 smb: client: add support for WSL reparse points 831ffbd1c7b5 smb: client: reduce number of parameters in smb2_compound_op() 84c597f7f98c smb: client: fix potential broken compound request db0f1c0770bc smb: client: move most of reparse point handling code to common file c1468c7e0ab9 smb: client: introduce reparse mount option 1e60bc0e9543 smb: client: retry compound request without reusing lease b6e27f7fc245 smb: client: do not defer close open handles to deleted files f93d145f9002 smb: client: reuse file lease key in compound operations cfb8f73da601 smb: client: get rid of smb311_posix_query_path_info() a90f37e3d7ac smb: client: parse owner/group when creating reparse points e4232010b13a smb3: update allocation size more accurately on write completion fff4045e712b smb: client: handle path separator of created SMB symlinks 1b5f2928cc6b cifs: update the same create_guid on replay 75417833bb3e ksmbd: Add kernel-doc for ksmbd_extract_sharename() function cdd7870a5fd5 cifs: set replay flag for retries of write command 433042a91f93 cifs: commands that are retried should have replay flag set a5df7820310b smb: client: delete "true", "false" defines 5cf3fddbd368 smb: Fix some kernel-doc comments b4ca2942a0a4 cifs: new mount option called retrans de2cadf4bffa smb: client: don't clobber ->i_rdev from cached reparse points 6789c8387676 cifs: new nt status codes from MS-SMB2 b96ea433fff4 cifs: pick channel for tcon and tdis 36f8070c9bdb cifs: minor comment cleanup 8358f46bef22 cifs: remove redundant variable tcon_exist 67ed045c5f40 ksmbd: vfs: fix all kernel-doc warnings d4caa984c971 ksmbd: auth: fix most kernel-doc warnings 42430638ace6 cifs: remove unneeded return statement 8e6a3999e6d5 cifs: get rid of dup length check in parse_reparse_point() 774c6452475e cifs: Pass unbyteswapped eof value into SMB2_set_eof() 88e07de246fa smb3: Improve exception handling in allocate_mr_list() d53fcb485f4b cifs: fix in logging in cifs_chan_update_iface 304ff3c1b07c smb: client: handle special files and symlinks in SMB3 POSIX 870c73abef4b smb: client: cleanup smb2_query_reparse_point() 00ecebcb86d8 smb: client: allow creating symlinks via reparse points a158bb66b137 smb: client: optimise reparse point querying 02bcf865cc53 smb: client: allow creating special files via reparse points 886b7fb4556d smb: client: extend smb2_compound_op() to accept more commands da70c1d3c584 smb: client: Fix minor whitespace errors and warnings abea3c9ac8c6 smb: client: introduce cifs_sfu_make_node() a7b537b3be9f cifs: fix use after free for iface while disabling secondary channels bb536892dadd Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFO 210c8b9d496e smb3: minor cleanup of session handling code cc3035d092eb smb3: more minor cleanups for session handling routines b74c8d9be35a smb3: minor RDMA cleanup 9c88aae1e44c cifs: print server capabilities in DebugData 69a1669a6ba1 smb: use crypto_shash_digest() in symlink_hash() 5b3c76351b49 Add definition for new smb3.1.1 command type c5c63108a868 SMB3: clarify some of the unused CreateOption flags 6bd52f41d804 cifs: Add client version details to NTLM authenticate message e3d332aaf898 Linux 6.6.31 9fd0198f7ef0 md: fix kmemleak of rdev->serial b02372814ad6 Revert "selftests/bpf: Add netkit to tc_redirect selftest" 7e0a32287741 mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio() 845cf1c76987 btrfs: do not wait for short bulk allocation 25777f3f4e1f keys: Fix overwrite of key expiration on instantiation 9fda5aed60a0 dmaengine: idxd: add a write() method for applications to submit work 8cacaaa47568 dmaengine: idxd: add a new security check to deal with a hardware erratum c516453577d0 VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist 7bcba557d5c3 Bluetooth: qca: fix firmware check error path 6b63e0ef4d3c Bluetooth: qca: fix info leak when fetching fw build id ba307abed5e0 Bluetooth: qca: fix info leak when fetching board id 9d23305f8610 Bluetooth: qca: generalise device address check c3a38d10b9ea Bluetooth: qca: fix NVM configuration parsing 427281f9498e Bluetooth: qca: add missing firmware sanity checks 2d8823700413 Bluetooth: qca: fix wcn3991 device address check 3019a9d3d27b Bluetooth: qca: fix invalid device address check cc6f5aa151b3 eventfs: Do not treat events directory different than other directories 0c56915c042a tracefs: Still use mount point as default permissions for instances 5f91fc82794d tracefs: Reset permissions on remount if permissions are options 100117279c1d ksmbd: do not grant v2 lease if parent lease key and epoch are not set 329081691fc2 ksmbd: avoid to send duplicate lease break notifications b2ed54957161 ksmbd: off ipv6only for both ipv4/ipv6 binding 8a5e88cbde3f spi: microchip-core-qspi: fix setting spi bus clock rate e9f867739b41 regulator: core: fix debugfs creation regression a2da0e5c516b nvme-pci: Add quirk for broken MSIs 377f3a9a3d03 mm/userfaultfd: reset ptes when close() for wr-protected ones 468971c3f4b8 mm: use memalloc_nofs_save() in page_cache_ra_order() 73b58d9d0c8d selftests/mm: fix powerpc ARCH check 513f8dc02eec x86/apic: Don't access the APIC when disabling x2APIC 6555d7c06e7c hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us b6dbfd5bcc26 net: fix out-of-bounds access in ops_init 8d0ab6426189 arm64: dts: qcom: sa8155p-adp: fix SDHC2 CD pin configuration af8af93c6a4f drm/amd/display: Fix incorrect DSC instance for MST 7be093e45215 drm/amd/display: Handle Y carry-over in VCP X.Y calculation ca82830e4533 drm/i915/bios: Fix parsing backlight BDB data be59b2d3d975 drm/i915/gt: Automate CCS Mode setting during engine resets b0624c032a02 drm/i915/audio: Fix audio time stamp programming for DP 7b5fd3af4a25 drm/vmwgfx: Fix invalid reads in fence signaled events e10644f8ada4 drm/vmwgfx: Fix Legacy Display Unit 306e99777886 drm/ttm: Print the memory decryption status just once 4b4cff994a27 drm/amdkfd: don't allow mapping the MMIO HDP page with large pages 1a88c18da464 Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()" 5e2af67d8445 drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() 636a47adcf74 mei: me: add lunar lake point M DID 785c2392c51e clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPI 547263745e15 clk: sunxi-ng: common: Support minimum and maximum rate ad066c9b0630 slimbus: qcom-ngd-ctrl: Add timeout for wait operation a69e1bdd777c dyndbg: fix old BUG_ON in >control parser ca3cb178678b ASoC: ti: davinci-mcasp: Fix race condition during probe f811ed9af993 ASoC: tegra: Fix DSPK 16-bit playback 00d1a1bc1f82 net: bcmgenet: synchronize UMAC_CMD access 51b72afb0db9 net: bcmgenet: synchronize use of bcmgenet_set_rx_mode() 8b3845de02f9 net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access ef31b4647ee9 xtensa: fix MAKE_PC_FROM_RA second argument ffd4917c1edb tipc: fix UAF in error path f8a139656c95 e1000e: change usleep_range to udelay in PHY mdic access 5d6ad8f8efea kmsan: compiler_types: declare __no_sanitize_or_inline 5eba2638a28d iio: accel: mxc4005: Interrupt handling fixes 762da5255680 iio: pressure: Fixes BME280 SPI driver data b79fc1882386 iio:imu: adis16475: Fix sync mode setting 3bd0de0bb87d dt-bindings: iio: health: maxim,max30102: fix compatible check c57824d4fe07 workqueue: Fix selection of wake_cpu in kick_pool() daad878a509d mptcp: only allow set existing scheduler for net.mptcp.scheduler aa0c07c1f20e mptcp: ensure snd_nxt is properly initialized on connect ac6cf3ce9b7d mm/slab: make __free(kfree) accept error pointers 6c9c7c1e63b1 maple_tree: fix mas_empty_area_rev() null pointer dereference 6a911b8884c0 btrfs: set correct ram_bytes when splitting ordered extent e42004fd29e5 btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() 5e651695c3c7 firewire: ohci: fulfill timestamp for some local asynchronous transaction a34dd17da9d2 ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU 789326cafbd1 usb: typec: tcpm: Check for port partner validity before consuming it b16abab1fb64 usb: typec: tcpm: unregister existing source caps before re-registration 24e2f570f2c8 usb: typec: tcpm: clear pd_event queue in PORT_RESET 000f99445553 usb: dwc3: core: Prevent phy suspend during init 2d8466c9a8bb usb: xhci-plat: Don't include xhci.h 1a15d6e242bd usb: gadget: f_fs: Fix a race condition when processing setup packets. 73c05ad46bb4 usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete 7a54e5052bde usb: gadget: uvc: use correct buffer size when parsing configfs lists 2f2886aedeec usb: gadget: composite: fix OS descriptors w_value logic 63533549ff53 USB: core: Fix access violation during port device removal 7fce5501d7fc usb: ohci: Prevent missed ohci interrupts 480c3abbba36 usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device d5f0c5ea3fc3 usb: typec: ucsi: Fix connector check on init 4184b7d85422 usb: typec: ucsi: Check for notifications after init 148ed8b4d64f Reapply "drm/qxl: simplify qxl_fence_wait" 1fe60ee70943 firewire: nosy: ensure user_length is taken into account when fetching packet contents 0b76a4f72362 btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() 0c7ed3ed35ee drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 52c1af381cb8 drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible 7e3030774431 drm/amd/display: Atom Integrated System Info v2_2 for DCN35 883e4bbf06eb gpiolib: cdev: fix uninitialised kfifo 309364bc3205 gpiolib: cdev: relocate debounce_period_us from struct gpio_desc 95ca7c90eaf5 gpiolib: cdev: Fix use after free in lineinfo_changed_notify 6c83a8f236ec dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users 1b9e8de483bc drm/connector: Add \n to message about demoting connector force-probes fa2d2e2d8eae drm/meson: dw-hdmi: add bandgap setting for g12 dbe2cf9f09ab drm/meson: dw-hdmi: power up phy on device init 7019a6416518 net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 family 5c623fe05348 net: hns3: fix kernel crash when devlink reload during initialization 5a0298f5001b net: hns3: fix port vlan filter not disabled issue f806911c220b net: hns3: use appropriate barrier function after setting a bit value 5d73b414a08a net: hns3: release PTP resources if pf initialization failed 8ed439067001 net: hns3: change type of numa_node_mask as nodemask_t 06ce87195a05 net: hns3: direct return when receive a unknown mailbox message c9a5a9aa7a45 net: hns3: using user configure after hardware reset 5df93c029a90 net/smc: fix neighbour and rtable leak in smc_ib_find_route() e31b25cc2066 ipv6: prevent NULL dereference in ip6_output() 4b27116882f5 ipv6: annotate data-races around cnf.disable_ipv6 d183f297cbb5 hsr: Simplify code for announcing HSR nodes timer setup 1c2b0f0823f8 net-sysfs: convert dev->operstate reads to lockless ones 8745a8d74ba1 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() f39c49d06596 dt-bindings: net: mediatek: remove wrongly added clocks and SerDes 1721afe2ad68 rxrpc: Only transmit one ACK per jumbo packet received fa6dbe25e211 rxrpc: Fix congestion control algorithm 59881e57a722 rxrpc: Fix the names of the fields in the ACK trailer struct 438d7ceb4523 selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC 2ee2fc6786bc selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace 68c8ba16ab71 ipv6: Fix potential uninit-value access in __ip6_make_skb() 1ce60741d7e1 net: bridge: fix corrupted ethernet header on multicast-to-unicast 6900f0ed0321 nfc: nci: Fix kcov check in nci_rx_work() ee9e39a6cb3c phonet: fix rtm_phonet_notify() skb allocation d4c6b1807ce6 hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock d5ad144fd1ef hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() 7d1e7803cb1c hwmon: (corsair-cpro) Use a separate buffer for sending commands 206003c748b8 rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation ae87f661f3c1 net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs 955b5b6c54d9 Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout 1f7ebb69c1d6 Bluetooth: HCI: Fix potential null-ptr-deref a85a60e62355 Bluetooth: msft: fix slab-use-after-free in msft_do_close() 012363cb1bec Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout 6e48faad92be tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). f47d0d32fa94 tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets ee0ce7573e50 ARM: 9381/1: kasan: clear stale stack poison 4a9771c0fb5a xfrm: Preserve vlan tags for transport mode software GRO db71ca93259d qibfs: fix dentry leak 9b332c72299f SUNRPC: add a missing rpc_stat for TCP TLS 1c172ac7afe4 blk-iocost: do not WARN if iocg was already offlined 8fb763886756 net:usb:qmi_wwan: support Rolling modules aff9dba5e8ce drm/radeon: silence UBSAN warning (v3) c06575055ea4 platform/x86: ISST: Add Granite Rapids-D to HPM CPU list 1f4a2c7f4a54 drm/nouveau/dp: Don't probe eDP ports twice harder ca6b0d99cda0 gpio: lpc32xx: fix module autoloading 1f9c976e942b fs/9p: drop inodes immediately on non-.L too 427ede281390 clk: Don't hold prepare_lock when calling kref_put() ac259d3fa3e5 gpio: crystalcove: Use -ENOTSUPP consistently d77f56b649fc gpio: wcove: Use -ENOTSUPP consistently 6a451fc5e6e6 powerpc/crypto/chacha-p10: Fix failure on non Power10 48cf6a991431 9p: explicitly deny setlease attempts d1250e00e1fe fs/9p: fix the cache always being enabled on files with qid flags dbf68fd7e392 fs/9p: translate O_TRUNC into OTRUNC e55c601af3b1 fs/9p: only translate RWX permissions for plain 9P2000 055ea43860e6 iommu: mtk: fix module autoloading 08bedfbc1b50 smb3: fix broken reconnect when password changing on the server by allowing password rotation 82f9e213b124 Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted 6466a0f6d235 uio_hv_generic: Don't free decrypted memory a56fe6113263 hv_netvsc: Don't free decrypted memory 8e62341f5c45 Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl 6123a4e8e25b Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails dce583c5bdc7 selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior b6f6626528fe amd/amdkfd: sync all devices to wait all processes being evicted a624829bba27 drm/amdgpu: Fix VCN allocation in CPX partition 951a498fa993 drm/amd/display: Skip on writeback when it's not applicable c0beff4e35af drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 1e2c28e74a82 drm/amdgpu: Refine IB schedule error logging 037e72e7d7d2 tools/power/turbostat: Fix uncore frequency file string f91955da8117 MIPS: scall: Save thread_info.syscall unconditionally on entry 1061afd58184 gpu: host1x: Do not setup DMA for virtual devices ce0e99cae00e blk-iocost: avoid out of bounds shift 2eab8da937db scsi: hisi_sas: Handle the NCQ error returned by D2H frame 2f35afac2773 scsi: target: Fix SELinux error when systemd-modules loads the target module 14e731533b39 memblock tests: fix undefined reference to `BIT' 85907602db5f memblock tests: fix undefined reference to `panic' 63e58e5aef23 memblock tests: fix undefined reference to `early_pfn_to_nid' 54403a77c28b btrfs: always clear PERTRANS metadata during commit 570bff14e740 btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve 9678a79d1406 tools/power turbostat: Fix warning upon failed /dev/cpu_dma_latency read 8a91872a547a tools/power turbostat: Print ucode revision only if valid 77619a7ace53 tools/power turbostat: Fix Bzy_MHz documentation typo 52b3541b3513 tools/power turbostat: Increase the limit for fd opened 95973a9b647c tools/power turbostat: Fix added raw MSR output 5982887de60c firewire: ohci: mask bus reset interrupts between ISR and bottom half dec0c371b46a ata: sata_gemini: Check clk_enable() result 9872ab5b1e0e vboxsf: explicitly deny setlease attempts 2f11e24abcf7 net: bcmgenet: Reset RBUF on first open e1d38cde2b7b block: fix overflow in blk_ioctl_discard() c5d5160d7e00 ALSA: line6: Zero-initialize message buffers 85bb85801910 scsi: ufs: core: Fix MCQ mode dev command timeout 684500f29f01 scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGN cf311e2486c7 scsi: ufs: core: WLUN suspend dev/link state error recovery 47b5b69f4aee regulator: tps65132: Add of_match table de2a108def74 ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend 49ce8b629775 kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries 926e8bc0cfef selftests/ftrace: Fix event filter target_func selection 608e13706c8b bpf: Check bloom filter map value size 41dc67915966 drm/amdkfd: range check cp bad op exception interrupts d64496242370 drm/amdkfd: Check cgroup when returning DMABuf info 1ea068f5b69e btrfs: return accurate error code on open failure in open_fs_devices() c885ab23206b scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload f09318244c6c scsi: mpi3mr: Avoid memcpy field-spanning write WARNING 845d179992fc net: mark racy access on sk->sk_rcvbuf 94f80a8ec15e wifi: iwlwifi: mvm: guard against invalid STA ID on removal b83db8e756de wifi: iwlwifi: read txq->read_ptr under lock 99046794a617 wifi: mac80211: fix prep_connection error path ff9580efb5da wifi: cfg80211: fix rdev_dump_mpp() arguments order 954a654a3377 wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc 6eb0d6e6d38c gfs2: Fix invalid metadata access in punch_hole e29758e73ef3 scsi: lpfc: Use a dedicated lock for ras_fwlog state e8bf2c05e8ad scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() 8a1d8deaa40e scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() 4aba3ca53ba4 scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic 5e6079164922 scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling 76337eb8daee scsi: lpfc: Move NPIV's transport unregistration to after resource clean up ff54c87f32f2 scsi: ufs: core: Fix MCQ MAC configuration 8d6a1c8e3de3 KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr() d082321d0d73 KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id f2a6b3ed20f2 swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=y 802b13b79ab1 powerpc/pseries/iommu: LPAR panics during boot up with a frozen PE 3b59a759436a powerpc/pseries: make max polling consistent for longer H_CALLs 0b82eb134d29 clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change a6df6bd30458 clk: qcom: smd-rpm: Restore msm8976 num_clk 78b6092d7834 net: gro: add flush check in udp_gro_receive_segment af276a5ac8e9 net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cb 7f7b0ebb37af net: gro: parse ipv6 ext headers without frag0 invalidation 5db08343ddb1 ipv4: Fix uninit-value access in __ip_make_skb() fa695db33417 drm/panel: ili9341: Use predefined error codes 1055cdd5750e drm/panel: ili9341: Respect deferred probe c6be5383fb83 drm/panel: ili9341: Correct use of device property APIs e28dd1e1bf3e s390/qeth: Fix kernel panic after setting hsuid 935bcb52ec10 vxlan: Pull inner IP header in vxlan_rcv(). 614c5a5ae45a tipc: fix a possible memleak in tipc_buf_append 73f81e5a2203 rxrpc: Clients must accept conn from any address cfe34d86ef97 net: core: reject skb_copy(_expand) for fraglist GSO skbs 65fbc7a11d06 net: bridge: fix multicast-to-unicast with fraglist GSO a30659f1576d spi: fix null pointer dereference within spi_sync 4fd8cd4154a2 drm/amdgpu: fix doorbell regression 6cc5dde9bb95 net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341 6792e5b48323 cxgb4: Properly lock TX queue for the selftest. 84b38f488366 s390/cio: Ensure the copied buf is NUL terminated 7db626d2730d ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() 76ae951d94e7 ASoC: meson: cards: select SND_DYNAMIC_MINORS 8ad705b120ce ASoC: meson: axg-tdm-interface: manage formatters in trigger 52a31a05c1c2 ASoC: meson: axg-card: make links nonatomic d7801bd9c89e ASoC: meson: axg-fifo: use threaded irq to check periods af8e6bbf66da ASoC: meson: axg-fifo: use FIELD helpers 0ba4fd45991a vxlan: Add missing VNI filter counter update in arp_reduce(). 843210300967 vxlan: Fix racy device stats updates. a89e4db53569 net: qede: use return from qede_parse_actions() 40fbad8885a0 net: qede: use return from qede_parse_flow_attr() for flow_spec b633de6ae98b net: qede: use return from qede_parse_flow_attr() for flower c1b9c6be4793 net: qede: sanitize 'rc' in qede_add_tc_flower_fltr() 32ac5cac5de9 ALSA: emu10k1: fix E-MU dock initialization 9fc627064211 ALSA: emu10k1: move the whole GPIO event handling to the workqueue d4b9262fb93e ALSA: emu10k1: factor out snd_emu1010_load_dock_firmware() 8db345cfb6c6 ALSA: emu10k1: fix E-MU card dock presence monitoring c698e482457e Fix a potential infinite loop in extract_user_to_sg() 53163e2adb93 s390/vdso: Add CFI for RA register to asm macro vdso_func 23e25d2fc777 net l2tp: drop flow hash on forward 696d18bb5972 nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment(). 0a0285cee11c octeontx2-af: avoid off-by-one read from userspace e19478763154 bna: ensure the copied buf is NUL terminated e22e25820fa0 xdp: use flags field to disambiguate broadcast redirect 487c4e9a553f s390/mm: Fix clearing storage keys for huge pages 819c33d7751f s390/mm: Fix storage key clearing for guest huge pages 27f69caa62aa ASoC: codecs: wsa881x: set clk_stop_mode1 flag 6f85e9b7151a ASoC: Intel: avs: Set name of control as in topology 54bfc9ef60c6 riscv, bpf: Fix incorrect runtime stats a554fef56c0b bpf, arm64: Fix incorrect runtime stats f75a57065570 spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs 9072aab6e8d6 spi: axi-spi-engine: fix version format string deccbe39b56f spi: axi-spi-engine: use common AXI macros 3915124910c5 spi: axi-spi-engine: move msg state to new struct 0174c1c4384c spi: axi-spi-engine: use devm_spi_alloc_host() 03a7d3cf0496 spi: axi-spi-engine: simplify driver data allocation ab7722458e8c spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled() fe4bfff1cd72 bpf: Fix a verifier verbose message 57b736fcbb0e nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH 0d34c688b00d ASoC: SOF: Intel: add default firmware library path for LNL 180ffe229325 ASoC: SOF: Introduce generic names for IPC types b5a291e5591e regmap: Add regmap_read_bypassed() b397a0ab8582 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue 2166cb2e21f2 bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition 79b9afd95e28 regulator: change devm_regulator_get_enable_optional() stub to return Ok bdeb1b446df0 regulator: change stubbed devm_regulator_get_enable to return Ok 83fdf050ef03 regulator: mt6360: De-capitalize devicetree regulator subnodes 026e24cf3173 pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() 109b9ecdcb04 power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator 48e52633d519 power: rt9455: hide unused rt9455_boost_voltage_values fc8cbe3a58a0 pinctrl: baytrail: Fix selecting gpio pinctrl state 8a1f89c98dcc nfs: Handle error of rpc_proc_register() in nfs_net_init(). 260333221cf0 nfs: make the rpc_stat per net namespace 53a0365c9f9f nfs: expose /proc/net/sunrpc/nfs in net namespaces c4d324c414c2 sunrpc: add a struct rpc_stats arg to rpc_create_args 30287d2018b4 pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE d02587173690 pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback 558c8039fdf5 pinctrl: core: delete incorrect free in pinctrl_enable() 70b145d68e27 pinctrl/meson: fix typo in PDM's pin name 4b1357a2770e pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T a381ee26d7c7 Bluetooth: qca: add support for QCA2066 2af84c46b9b8 eeprom: at24: fix memory corruption race condition 4d5ace787273 eeprom: at24: Probe for DDR3 thermal sensor in the SPD case 00d2715aaa8c rust: kernel: require `Send` for `Module` implementations 244822c09b4f wifi: nl80211: don't free NULL coalescing rule a4dec33d27fb rust: macros: fix soundness issue in `module!` macro 738ea6d9ca0a rust: module: place generated init_module() function in .init.text cce311f8bbbf mtd: limit OTP NVMEM cell parse to non-NAND devices 26e2fe4cab10 nvmem: add explicit config option to read old syntax fixed OF cells ed56e266d3c6 dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state" 867818dd132e dmaengine: pl330: issue_pending waits until WFP state 7c76aad68f6d kselftest: Add a ksft_perror() helper 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 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 dayslinux-libc-headers: bump to v6.9Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 dayslinux-yocto/6.6: intel configuration changesBruce Ashfield
Integrating the following commit(s) to linux-yocto/.: 1/2 [ Author: Naveen Saini Email: naveen.kumar.saini@intel.com Subject: features/intel-pinctrl: add pinctrl driver for Intel Meteor Lake Date: Thu, 9 May 2024 13:01:25 +0800 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 2/2 [ Author: Naveen Saini Email: naveen.kumar.saini@intel.com Subject: bsp/intel-corei7-64: enable Intel IOMMU support Date: Thu, 9 May 2024 13:01:38 +0800 Enable Intel IOMMU driver for intel-corei7-64 machine. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 dayslinux-yocto/6.6: update to v6.6.30Bruce Ashfield
Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 7c76aad68f6d kselftest: Add a ksft_perror() helper 5697d159afef Linux 6.6.30 15aa09d6d846 bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS 57c34bf73128 net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsec 6c3020dc817f macsec: Detect if Rx skb is macsec-related for offloading devices that update md_dst ee5dde3aa2fd macsec: Enable devices to advertise whether they update sk_buff md_dst during offloads bbc8486eb230 Revert "riscv: kdump: fix crashkernel reserving problem on RISC-V" be9857a4d280 ovl: fix memory leak in ovl_parse_param() 3caf7f49f10f phy: qcom: qmp-combo: fix VCO div offset on v5_5nm and v6 e3425674ff68 i2c: smbus: fix NULL function pointer dereference 470d347b14b0 sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf() 2cf53d801da7 sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr dc21662b5b34 sched/eevdf: Always update V if se->on_rq when reweighting 73224a5d2180 phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered b008e327fa57 riscv: Fix loading 64-bit NOMMU kernels past the start of RAM a0f0dbbb1bc4 riscv: Fix TASK_SIZE on 64-bit NOMMU e4c881d2127c riscv: fix VMALLOC_START definition f976eca36cdf dmaengine: idxd: Fix oops during rmmod on single-CPU platforms 8e3c94767cad dma: xilinx_dpdma: Fix locking 758071a35d9f dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue 0e532b993a05 phy: qcom: m31: match requested regulator name with dt schema 1da7f6abd3ba phy: rockchip: naneng-combphy: Fix mux on rk3588 743cf2f19d96 phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits d3d3723d70c1 phy: rockchip-snps-pcie3: fix bifurcation on rk3588 78fe49bd4259 phy: freescale: imx8m-pcie: fix pcie link-up instability 73e4d4f6f7e2 phy: marvell: a3700-comphy: Fix hardcoded array size 610f175d2e16 phy: marvell: a3700-comphy: Fix out of bounds read 935d4c7cdc56 soundwire: amd: fix for wake interrupt handling for clockstop mode 4b80c0260bde idma64: Don't try to serve interrupts when device is powered off 6e98921f6f2f dmaengine: tegra186: Fix residual calculation 3053b681b678 dmaengine: owl: fix register access functions 2431b5f2650d mm: turn folio_test_hugetlb into a PageType 25c5f2e05e8e x86/tdx: Preserve shared bit on mprotect() 2b56188d9bfb phy: qcom: qmp-combo: Fix VCO div offset on v3 c219ef43672d phy: qcom: qmp-combo: Fix register base for QSERDES_DP_PHY_MODE db4ecbf8ee43 mtd: diskonchip: work around ubsan link failure 1d2809e5d918 udp: preserve the connected status if only UDP cmsg 8986ea353956 fbdev: fix incorrect address computation in deferred IO b2916e14bd5c stackdepot: respect __GFP_NOLOCKDEP allocation flag fefe98d3afc4 net: b44: set pause params only when interface is up ca958a1b1552 ethernet: Add helper for assigning packet type when dest address does not match device address 3ecf2249e6e4 ACPI: CPPC: Fix access width used for PCC registers 6a8fda8a7339 ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro 1b890ae474d1 ACPI: CPPC: Use access_width over bit_width for system memory accesses 03170e657f62 irqchip/gic-v3-its: Prevent double free on error d7d7284c2a7c drm/amdgpu: Fix leak when GPU memory allocation fails 65356a1cc496 drm/amdgpu: Assign correct bits for SDMA HDP flush b33d7aaa2d3d drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 9b338b25b388 arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma e64c81111fe9 arm64: dts: qcom: sm8450: Fix the msi-map entries 93cf1e2e32d2 arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP c15b5c6fabcb LoongArch: Fix access error when read fault on a write-only VMA 2c733bb795dd LoongArch: Fix callchain parse error with kernel tracepoint events 8292f4f8dd1b cpu: Re-enable CPU mitigations by default for !X86 architectures 3a63cee1a5e1 btrfs: fix information leak in btrfs_ioctl_logical_to_ino() e498cc00e6b7 btrfs: scrub: run relocation repair when/only needed 73aa8ea03ac9 btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() 5e2239fef688 btrfs: fallback if compressed IO fails for ENOSPC 29e94f295bad HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up 699f8958dece smb3: fix lock ordering potential deadlock in cifs_sync_mid_result 0fcf7e219448 smb3: missing lock when picking channel 39ad3d61d23e smb: client: Fix struct_group() usage in __packed structs 92abee9c4201 mm: support page_mapcount() on page_has_type() pages 1eb691e806e7 mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros 56b99a52229d mmc: sdhci-msm: pervent access to suspended controller f6c5d21db16a mm/hugetlb: fix missing hugetlb_lock for resv uncharge 87fc30db0a2b mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in qcom_misc_cmd_type_exec() 67459f1a707a Bluetooth: qca: fix NULL-deref on non-serdev setup 6b47cdeb786c Bluetooth: qca: fix NULL-deref on non-serdev suspend e0813f22c30b Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 4eb706b1b443 Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() ece94c74e4bf rust: remove `params` from `module` macro example 4805d764f904 kbuild: rust: force `alloc` extern to allow "empty" Rust files 2eed4381ee41 kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE 3a9337459645 rust: make mutually exclusive with CFI_CLANG c34a8052afe5 rust: init: remove impl Zeroable for Infallible 37ca196aa4d8 rust: don't select CONSTRUCTORS 3b1ce482e2e6 x86/cpu: Fix check for RDPKRU in __show_regs() cec11fa2eb51 fork: defer linking file vma until vma is fully initialized 612fbf658803 selftests/seccomp: Handle EINVAL on unshare(CLONE_NEWPID) f4b1e2cc9fd4 selftests/seccomp: Change the syscall used in KILL_THREAD test 003af8c23fca selftests/seccomp: user_notification_addfd check nextfd is available be383effaee3 Squashfs: check the inode number is not the invalid value of zero 331b6339c485 squashfs: convert to new timestamp accessors ab65b0cf0324 drm/ttm: stop pooling cached NUMA pages v2 ded1ffea5213 mm, treewide: introduce NR_PAGE_ORDERS 4c5eaf0cad27 drm/amdgpu: fix visible VRAM handling during faults f85a55fb87c2 drm/amdgpu: add shared fdinfo stats a4ae24cd04a8 drm: add drm_gem_object_is_shared_for_memory_stats() helper 9e898211704c mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly 49db746d3988 mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH 67d2212b6b89 KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" 6393087d931d KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled 753a277ea086 af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). 4e40e624961a tls: fix lockless read of strp->msg_ready in ->poll 77df3da37d42 net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets 740717774dc3 ice: fix LAG and VF lock dependency in ice_reset_vf() 2f7cc2dfc159 iavf: Fix TC config comparison with existing adapter TC config a91892696f58 i40e: Report MFS in decimal base instead of hex 8d6105f63788 i40e: Do not use WQ_MEM_RECLAIM flag for workqueue 94b00cd6b89b net: ti: icssg-prueth: Fix signedness bug in prueth_init_rx_chns() 9dfe29373391 net: phy: dp83869: Fix MII mode failure 8260c980aee7 netfilter: nf_tables: honor table dormant flag from netdev release event path cf1a368d190a ARM: dts: imx6ull-tarragon: fix USB over-current polarity 62041d20f92e eth: bnxt: fix counting packets discarded due to OOM and netpoll de1aaefa75be mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work ab4ecfb62733 mlxsw: spectrum_acl_tcam: Fix incorrect list API usage e890456051fe mlxsw: spectrum_acl_tcam: Fix warning during rehash 0ae8ff7b6d42 mlxsw: spectrum_acl_tcam: Fix memory leak during rehash 3da432f3a3d3 mlxsw: spectrum_acl_tcam: Rate limit error message 311eeaa7b9e2 mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash feabdac2057e mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update 136fc524eccd mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work 79736f57da3c mlxsw: spectrum_acl_tcam: Fix race in region ID allocation 99a9e7fbaf7f mlxsw: Use refcount_t for reference counting eaa5e164a211 net: openvswitch: Fix Use-After-Free in ovs_ct_exit 36054132dfb0 ipvs: Fix checksumming on GSO of SCTP packets cd212ca265b3 Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() 1e9a69f247f9 Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor 80dfef128cb9 Bluetooth: btusb: mediatek: Fix double free of skb in coredump 882d614ac6bf Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID 62e3a7cbd8e6 Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE 190d33b0a634 Bluetooth: btusb: Fix triggering coredump implementation for QCA e4ce6ebc6ea1 gpio: tegra186: Fix tegra186_gpio_is_accessible() check 2497bebf3110 net: phy: mediatek-ge-soc: follow netdev LED trigger semantics 2aacd4de4547 net: gtp: Fix Use-After-Free in gtp_dellink 209967f5f06e net: usb: ax88179_178a: stop lying about skb->truesize 8240c7308c94 ipv4: check for NULL idev in ip_route_use_hint() 5e53816d0f87 net: fix sk_memory_allocated_{add|sub} vs softirqs fe1e83811c4f net: make SK_MEMORY_PCPU_RESERV tunable 6a65f015ee48 tools: ynl: don't ignore errors in NLMSG_DONE messages 4fee8fa86a15 ax25: Fix netdev refcount issue cffee39d3615 NFC: trf7970a: disable all regulators on removal 0142cbb87cf6 net: dsa: mv88e6xx: fix supported_interfaces setup in mv88e6250_phylink_get_caps() b50bb5039223 cxl/core: Fix potential payload size confusion in cxl_mem_get_poison() e33625b9b598 bnxt_en: Fix the PCI-AER routines 96ef6582223a bnxt_en: refactor reset close code 7e8e0e0ea4a2 bridge/br_netlink.c: no need to return void function d68dc711d84f icmp: prevent possible NULL dereferences from icmp_build_probe() 1fb855ae29c0 ARM: dts: microchip: at91-sama7g5ek: Replace regulator-suspend-voltage with the valid property 94346efd78e8 mlxsw: core_env: Fix driver initialization with old firmware ac60e9041177 mlxsw: core: Unregister EMAD trap using FORWARD action 09040baf8779 net: bcmasp: fix memory leak when bringing down interface b5fa073ae9da vxlan: drop packets from invalid src-address 3ccbec645deb net: libwx: fix alloc msix vectors failed 21221985378d wifi: mac80211: fix unaligned le16 access 83a137e6a273 wifi: mac80211: remove link before AP 115cd0965446 wifi: mac80211_hwsim: init peer measurement result 1960e9e9c215 drm/gma500: Remove lid code bd7e8e5f3031 wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd 2565820d72ee wifi: iwlwifi: mvm: remove old PASN station when adding a new one 154be74e589c wifi: mac80211: split mesh fast tx cache into local/proxied/forwarded 1ba4d2adf1aa wifi: mac80211: clean up assignments to pointer cache. 80ea4ee9f99c ARC: [plat-hsdk]: Remove misplaced interrupt-cells property 37e204285732 gpio: tangier: Use correct type for the IRQ chip data 4de13788ee60 arm64: dts: qcom: sc8180x: Fix ss_phy_irq for secondary USB controller 9f9d12a8153a arm64: dts: rockchip: regulator for sd needs to be always on for BPI-R2Pro ff3e2ca62bd7 arm64: dts: mediatek: mt2712: fix validation errors ed427ce58d44 arm64: dts: mediatek: mt7986: prefix BPI-R3 cooling maps with "map-" 81559c9de353 arm64: dts: mediatek: mt7986: drop invalid thermal block clock 5a3aa5df8663 arm64: dts: mediatek: mt7986: reorder nodes 76bb245892ce arm64: dts: mediatek: mt7986: drop "#reset-cells" from Ethernet controller b42af715c014 arm64: dts: mediatek: mt7986: drop invalid properties from ethsys b626cfb65159 arm64: dts: mediatek: mt7986: reorder properties 7327c4f0884c arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block 847afa33a2be arm64: dts: mediatek: mt7622: fix ethernet controller "compatible" 999d7695d85e arm64: dts: mediatek: mt7622: fix IR nodename 837f0b9ae29e arm64: dts: mediatek: mt7622: fix clock controllers 13f40798f1a7 arm64: dts: mediatek: mt8183-kukui: Use default min voltage for MT6358 a594104da204 arm64: dts: mediatek: mt8195-cherry: Update min voltage constraint for MT6315 9d0b70b5b2b5 arm64: dts: mediatek: mt8192-asurada: Update min voltage constraint for MT6315 0c29f85ad1d7 arm64: dts: mediatek: cherry: Describe CPU supplies a61f1a579960 arm64: dts: mediatek: cherry: Add platform thermal configuration 2928d2baf24e arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex1 49785030e34f arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex 346ffd2d39c8 arm64: dts: mediatek: mt8195: Add missing gce-client-reg to vpp/vdosys 550ad9aa3ac9 arm64: dts: mediatek: mt8192: Add missing gce-client-reg to mutex 88b162518b86 arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg 4142a160b08c arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts 11c51d2944df arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma 6eb4c12f1152 arm64: dts: rockchip: fix alphabetical ordering RK3399 puma 5fa8b9f97b9c arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma 82fe6445df8b arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f 4fb8d6e8e26c HID: logitech-dj: allow mice to use all types of reports b7e3f0cbe1d7 HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc fc1860a1bf6c cifs: reinstate original behavior again for forceuid/forcegid 551496743a57 smb: client: fix rename(2) regression against samba 4a5c16d06593 cifs: Fix reacquisition of volume cookie on still-live connection 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 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 daysdb: ignore implicit-int and implicit-function-declaration issues fatal with ↵Martin Jansa
gcc-14 * many configure tests (which might not fail before) are failing with gcc-14: # grep implicit build/config.log conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:50:17: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:50:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] conftest.c:53:9: error: implicit declaration of function 'msem_init' [-Wimplicit-function-declaration] conftest.c:54:9: error: implicit declaration of function 'msem_lock' [-Wimplicit-function-declaration] conftest.c:55:9: error: implicit declaration of function 'msem_unlock' [-Wimplicit-function-declaration] conftest.c:56:9: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:56:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] conftest.c:50:9: error: implicit declaration of function '_spin_lock_try' [-Wimplicit-function-declaration] conftest.c:51:9: error: implicit declaration of function '_spin_unlock' [-Wimplicit-function-declaration] * I have noticed this on db-native build on host with gcc-14 where it caused fatal do_configure error: http://errors.yoctoproject.org/Errors/Details/784164/ checking for mutexes... UNIX/fcntl configure: error: Support for FCNTL mutexes was removed in BDB 4.8. the config.log confirms it's because implicit-int: configure:22798: checking for mutexes configure:22925: gcc -o conftest -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/include -O2 -pipe -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/include -D_GNU_SOURCE -D_REENTRANT -L/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/lib -L/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/lib -Wl,-rpath,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/lib -Wl,-rpath,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/lib -Wl,-O1 conftest.c -lpthread >&5 conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] 47 | main() { | ^~~~ configure:22925: $? = 1 configure: program exited with status 1 * comparing target db with and without this change shows following diff in log.do_configure: db $ diff 5.3.28*/temp/log.do_configure 268c268 < checking for mutexes... POSIX/pthreads/library --- > checking for mutexes... POSIX/pthreads/library/x86_64/gcc-assembly 271c271 < checking for atomic operations... no --- > checking for atomic operations... x86/gcc-assembly Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 dayssstate/buildhistory: Fix plaindirs handling to occur before SSTATEPOSTINSTFUNCSRichard Purdie
buildhistory is showing issues where plaindirs installed files (such as package listings) are not reliably being handled with installs from sstate. The reason is that plaindirs is being handled after SSTATEPOSTINSTFUNCS instead of before it, meaning the files visible in a non-sstate accelerated code run are different to show from an accelerated run. This can be observed by the missing files lists for packages in buildhistory, both in from scratch builds and in builds from sstate. In builds where sstate is installed over an existing build directory, the files are present though, so there is a determinism problem. Fix this by moving the code into sstate_install, this is the only call site for the funciton. Since the move needs prepdir, move that as well as it's call site, being careful to handle the two different definitions of SSTATE_INSTDIR. The version originally in the function was obsolete and was causing the postinstfuncs to run in an incorrect directory. The only user is buildhistory and it wasn't sensitive to cwd however so this happened not to cause a problem. Fix the code to use the correct location. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 dayssstate: Drop intercept functions supportRichard Purdie
The only user was siteconfig which has been removed. The API was horrible and we don't want to encourage this kind of usage. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 dayssiteconfig: Drop siteconfig class/code/supportRichard Purdie
The siteconfig code was only used for 5 cache values. The complexity added to sstate to support this code was considerable and the runtime much more significant than any benefit the cache files would have added. Drop the support for this which was only used minimally for ncurses and zlib. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5 daysgettext: fix a parallel build issueChangqing Li
Occasionally, gettext will build failed with error: In file included from ../../../gettext-0.22.5/gettext-runtime/intl/gettextP.h:71, from ../../../gettext-0.22.5/gettext-runtime/intl/log.c:24: ./libgnuintl.h:98:1: error: unterminated comment 98 | /* The user can define _INTL_RE | ^ ./libgnuintl.h:17: error: unterminated #ifndef 17 | #ifndef _LIBINTL_H In file included from ../../../gettext-0.22.5/gettext-runtime/intl/gettextP.h:71, from ../../../gettext-0.22.5/gettext-runtime/intl/langprefs.c:25: ./libgnuintl.h:98:1: error: unterminated comment 98 | /* The user can define _INTL_RE | ^ ./libgnuintl.h:17: error: unterminated #ifndef 17 | #ifndef _LIBINTL_H It is a parallel build issue caused by missing dependencies, backport patch to fix it. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>