summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nss-mdns: Rename recipe to avahi-libnss-mdnsAlex Kiernan2025-02-053-2/+3
| | | | | | | | | | | meta-networking has Apple's mDNSResponder which also delivers libnss-mdns nsswitch plugin. Rename this recipe to avahi-libss-mdns and add an RPROVIDE so that either than be chosen. (From OE-Core rev: f9d10d6ac4b2a081d110ab58e7137aedddd960cb) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: split the qca6390 firmwareDmitry Baryshkov2025-02-051-2/+7
| | | | | | | | | | | | | The HCI firmware for the QCA6390 BT/WiFi chips doesn't logically belong to the USB-only linux-firmware-qca-qca61x4 package. Split it to the separate package in order to simplify firmware management. This follows the pending WHENCE change in the linux-firmware upstream, where the QCA6390 firmware is split to a separate section. (From OE-Core rev: 4a846d72e9e53dfdaf4d5dd66c94b9323c1a580e) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemd-systemctl: fix handling of instance unit filesArtur Kowalski2025-02-051-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes handling of units with instance name in theirs filenames such as `gnome-shell@wayland.service` or `gnome-shell@x11.service`. Such files cause template file to be ignored (for the specific instance). Thanks to Markus Volk <f_l_k@t-online.de> for noticing the breakage when building images with gnome-shell: | Error: Systemctl preset_all issue in org.gnome.Shell@wayland.service | WARNING: /home/flk/poky/build/tmp/work/intel_corei7_64-poky-linux/gnome-image/1.0/temp/run.systemd_preset_all.2011511:158 exit 1 from 'systemctl --root="/home/flk/poky/build/tmp/work/intel_corei7_64-poky-linux/gnome-image/1.0/rootfs" --global --preset-mode=enable-only preset-all' The problem manifested after cdc3b3028f6d71788b5fdd99436f69fbf18f613e because we enabled preset-all for user units - org.gnome.Shell@wayland.service is a user service, so prior to that change the file wasn't processed at all. The error was triggered because there is no org.gnome.Shell@.service file. With this patch applied systemctl script looks for instance unit file and falls back to template unit in case of lack thereof, keeping the same behavior upstream systemctl does. (From OE-Core rev: 7eaad7c2a118b3d9db8b694730535afcd3ca985e) Signed-off-by: Artur Kowalski <arturkow2000@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* unfs3: Use SPDX identifierBastian Germann2025-02-051-1/+1
| | | | | | | | | | | | | The unfs3 license matches the SPDX template for BSD-3-Clause. There is no reason why this should be referenced as unfs3, which is not a registered SPDX identifier. License-Update: use SPDX identifier (From OE-Core rev: e608747d6fba47d2bfc8637adb39ff3593559fca) Signed-off-by: Bastian Germann <bage@debian.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tcf-agent: Use SPDX identifierBastian Germann2025-02-051-1/+1
| | | | | | | | | | | | | The EDL-1.0 license matches the SPDX template for BSD-3-Clause. There is no reason why this should be referenced as EDL-1.0, which is not a registered SPDX identifier for exactly this reason. License-Update: use SPDX identifier (From OE-Core rev: 9745740bbab58365f86ef579e1ad1e86b90594a6) Signed-off-by: Bastian Germann <bage@debian.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* licenses: Map SGIv1 to SGI-OpenGLBastian Germann2025-02-052-2/+2
| | | | | | | | | | SGI-1 is not a SPDX license identifier. However, the SGI-1 license has the same license text as SGI-OpenGL. Map the old SGIv1 name to SGI-OpenGL. (From OE-Core rev: e97a9c3c86a8fe27a26ad69174ba50e5228846e5) Signed-off-by: Bastian Germann <bage@debian.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hwdata: Use SPDX identifierBastian Germann2025-02-051-1/+1
| | | | | | | | | | | | The XFree86-1.0 (non-SPDX) license and the X11 (SPDX) license are the same. Reference the X11 license in hwdata. License-Update: use SPDX identifier (From OE-Core rev: 891dfdf294e4ac88239dba70d6a5958cc42cbc92) Signed-off-by: Bastian Germann <bage@debian.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* docbook-xsl-stylesheets: Use SPDX identifierBastian Germann2025-02-052-1/+49
| | | | | | | | | | | | | The XSL license was standardized by SPDX as DocBook-XML. Copy the license file to the new name and use it in docbook-xsl-stylesheets. License-Update: use new DocBook-XML SPDX ID, copy text from existing XSL (From OE-Core rev: e172e27e19fc09160cfee2a29af8e8c5c2426c9c) Signed-off-by: Bastian Germann <bage@debian.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-utils: Backport fix for alsa_restore_go/stdAlex Kiernan2025-02-053-0/+79
| | | | | | | | | | | | Fix the label mismatch which was introduced in the transition from the temporary test rules: udevd[120]: GOTO 'alsa_restore_std' has no matching label in: '/lib/udev/rules.d/90-alsa-restore.rules' (From OE-Core rev: d676569a617fdfbf41baed9068b102d9eb151b9b) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: parse: Forbid ambiguous assignments to ${.}, ${+}, and ${:} variablesNikolai Merinov2025-02-052-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old code that parse variable names in assignment commands behave differently for variables that ends with special symbol for single-character variable names and multi-character variable names. For example: A+="1" # Change variable ${A}, '+' glued to '=' A+ = "1" # Change variable ${A+} +="1" # Change variable ${+}, the '+' symbol not part of assignment operator + = "1" # Change variable ${+} New code would always assume that '.=', '+=', and ':=' is assignment operator. As result code like the following would raise parsing error +="value" While code with extra spaces would work as before + = "value" # Change variable ${+} This change allow to catch issues in code that generate bitbake configuration files in a manner like "echo ${VARNAME}+=${VALUE} >> conf/local.conf" (Bitbake rev: 93059aad13a12cd69d86368795c88e5349197d5d) Signed-off-by: Nikolai Merinov <n.merinov@inango-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta/meta-selftest: Fix variable assignment whitespaceRichard Purdie2025-02-0175-122/+122
| | | | | | | | | | Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in OE-Core to show this is definitely the preferred formatting. (From OE-Core rev: 30ea609d3357fb3de911f2f6a5e6856c151b976a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gawk: Enable high precision arithmetic supportKhem Raj2025-02-011-1/+1
| | | | | | | | | | | This is now required [1] for running glibc tests with 2.41+ release [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=0feb6da94c435a81699bfeacdc84150098f64025 (From OE-Core rev: 7a08c7274f93fc6cbdcca740f38c2aa800df9b39) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.12: bsp/genericarm64: enable PowerVR DRM and Intel HDA sound ↵Bruce Ashfield2025-02-013-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | drivers Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: enable PowerVR DRM and Intel HDA sound drivers Date: Thu, 23 Jan 2025 17:56:16 +0000 As seen on the BeaglePlay, this allows basic (non-accelerated) output on HDMI. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 9dac093778660b02d5ca42bee3c84515f70e0e6e) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update to v6.6.74Bruce Ashfield2025-02-013-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 0372f43ab704 Linux 6.6.74 3f51f8c9d289 net: fix data-races around sk->sk_forward_alloc 7d082fb20aa2 x86/xen: fix SLS mitigation in xen_hypercall_iret() 80d39b50bdc0 nfsd: add list_head nf_gc to struct nfsd_file 0b7b07cb5990 Revert "drm/amdgpu: rework resume handling for display (v2)" f47c834a9131 fs: relax assertions on failure to encode file handles f0c0ac84de17 ovl: support encoding fid from inode with no alias 955a355e179f ovl: pass realinode to ovl_encode_real_fh() instead of realdentry ec3e32de2d8a ocfs2: fix deadlock in ocfs2_get_system_file_inode 1364a29b71c7 block: fix uaf for flush rq while iterating tags 08ac5fdb9c6d drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' c39d275efbe9 iio: imu: inv_icm42600: fix spi burst write not supported bcb9678b1c4f Revert "PCI: Use preserve_config in place of pci_flags" 0cc84b6636be drm/amdgpu: always sync the GFX pipe on ctx switch 65622de7c440 drm/i915/fb: Relax clear color alignment to 64 bytes a5cbbea145b4 hrtimers: Handle CPU state correctly on hotplug 6c84ff2e788f irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity() 61c684dbfeb0 irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly 61ecbceae2ee irqchip: Plug a OF node reference leak in platform_irqchip_probe() 926ad31b76b8 pmdomain: imx8mp-blk-ctrl: add missing loop break condition b0111650ee59 gpio: xilinx: Convert gpio_lock to raw spinlock a5a2ee8144c3 fs/proc: fix softlockup in __read_vmcore (part 2) 09528bb1a412 filemap: avoid truncating 64-bit offset to 32 bits c5418187b977 nouveau/fence: handle cross device fences properly bc9c49341f97 vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] 8a15c81063b9 vsock: reset socket state when de-assigning the transport dd93823fdd0e vsock/virtio: cancel close work in the destructor d88b249e14bd vsock/virtio: discard packets if the transport changes 58e586c30d0b vsock/bpf: return early if transport is not assigned a3a3c1aa5126 net: ethernet: xgbe: re-add aneg to supported features in PHY quirks 75deec40a774 selftests: mptcp: avoid spurious errors on disconnect d09d17c104a9 mptcp: fix spurious wake-up on under memory pressure 890507bc19b9 mptcp: be sure to send ack when mptcp-level window re-opens 5cfe4b1d0cfb i2c: atr: Fix client detach 571d3f6045cd zram: fix potential UAF of zram table 4c8b783c9d16 ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA ee37f3a538fc x86/asm: Make serialize() always_inline 002b2efb1130 nvmet: propagate npwg topology 8c9c1a2b48bb RDMA/bnxt_re: Fix to export port num to ib_query_qp bd6a4b4aed75 poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll() 91371922704c iomap: avoid avoid truncating 64-bit offset to 32 bits 4aaa1003a3f4 ACPI: resource: acpi_dev_irq_override(): Check DMI match last 8cc32fc86e47 selftests: tc-testing: reduce rshift value 8df41b7fb46d scsi: ufs: core: Honor runtime/system PM levels if set by host controller drivers 933689000dff cachefiles: Parse the "secctx" immediately 3f81514078fc kheaders: Ignore silly-rename files 62861a5d4dd6 fs: fix missing declaration of init_files c598398815ee hfs: Sanity check the root record 2e41e98c4e79 mac802154: check local interfaces before deleting sdata list 1ea680703385 smb: client: fix double free of TCP_Server_Info::hostname 6152c2c612a7 i2c: rcar: fix NACK handling when being a target 573f036ba219 i2c: mux: demux-pinctrl: check initial mux selection, too f3311576789e Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data" b9b63c9cc1e0 hwmon: (tmp513) Fix division of negative numbers 3c8fe0931d9b soc: ti: pruss: Fix pruss APIs 63195bae1cbf drm/v3d: Ensure job pointer is set to NULL after job completion 5faf45beb701 drm/vmwgfx: Add new keep_resv BO param ff5b9e9be645 net/mlx5e: Always start IPsec sequence number from 1 cdb3f2b62e2d net/mlx5e: Rely on reqid in IPsec tunnel mode 87c4417a9021 net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel 473bc285378f net/mlx5: Clear port select structure when fail to create ba8fdf7cff09 net/mlx5: Fix RDMA TX steering prio 8a0097db0544 net: fec: handle page_pool_dev_alloc_pages error e8438cb84d0b net: xilinx: axienet: Fix IRQ coalescing packet count overflow 325f2762fac7 nfp: bpf: prevent integer overflow in nfp_bpf_event_output() bb11f992f5a4 gtp: Destroy device along with udp socket's netns dismantle. d756c8ac3029 gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp(). 3d1c0c5500f5 gtp: use exit_batch_rtnl() method 1e222169f718 net: add exit_batch_rtnl() method 7cde21f52042 pktgen: Avoid out-of-bounds access in get_imix_entries ea966b669878 openvswitch: fix lockup on tx to unregistering netdev with carrier b02e70be498b bpf: Fix bpf_sk_select_reuseport() memory leak c5af09473110 net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field() 3b4299ff7a25 Linux 6.6.73 1795ca657119 Revert "ovl: do not encode lower fh with upper sb_writers held" d1c53de4463b Revert "ovl: pass realinode to ovl_encode_real_fh() instead of realdentry" 950b604384fd Revert "ovl: support encoding fid from inode with no alias" 18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn 2879d995e569 pnmtologo: sync with 6.6 43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes 35046aea43c8 bpftool: Fix undefined bpf macro for unix socket 9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids 42b2eec2e503 bpftool: Query only cgroup-related attach types f71bb11887ba cpu/amd: inhibit SMP check for qemux86 c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 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 (From OE-Core rev: c183f5ee9f6748e202e311ed6a6a6b3c2f27269c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.12: update to v6.12.11Bruce Ashfield2025-02-013-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.12 to the latest korg -stable release that comprises the following commits: 62b2447ec6cf Linux 6.12.11 4c3f731b253b apparmor: allocate xmatch for nullpdb inside aa_alloc_null 35c2f2a46ae5 drm/amd/display: Validate mdoe under MST LCT=1 case as well ec744819bdd4 Revert "drm/amd/display: Enable urgent latency adjustments for DCN35" f6be6248d649 drm/amd/display: Do not wait for PSR disable on vbl enable 0f0c5ca1863e drm/amd/display: Disable replay and psr while VRR is enabled 583d3a42b2bf drm/amd/display: Fix PSR-SU not support but still call the amdgpu_dm_psr_enable 1366b0e9dd57 drm/amdgpu: always sync the GFX pipe on ctx switch ffb0308bd6ec drm/amdgpu: disable gfxoff with the compute workload on gfx12 0c2196bb020d drm/amdgpu: fix fw attestation for MP0_14_0_{2/3} 6f8e1a35cc12 drm/amdgpu/smu13: update powersave optimizations b7da3df91042 drm/xe/oa: Add missing VISACTL mux registers 95af4bfd6702 drm/xe: Mark ComputeCS read mode as UC on iGPU def3ddf10be4 drm/i915/fb: Relax clear color alignment to 64 bytes a737a81d5255 x86/fred: Fix the FRED RSP0 MSR out of sync with its per-CPU cache 6e641d499bb1 timers/migration: Enforce group initialization visibility to tree walkers 12ead225b799 timers/migration: Fix another race between hotplug and idle entry/exit 38492f6ee883 hrtimers: Handle CPU state correctly on hotplug 93955a778812 irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity() 44feb7612989 irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly 115719a95385 irqchip: Plug a OF node reference leak in platform_irqchip_probe() e96a2838d8b1 tracing: gfp: Fix the GFP enum values shown for user space tracing tools c78b04977d19 mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled. 310ac886d68d mm: clear uffd-wp PTE/PMD state on mremap() 4e4ab0748cd8 drm/amd/display: Do not elevate mem_type change to full update 6f8a91d9aeb5 selftests/mm: set allocated memory to non-zero content in cow test 391da9c6a69d mm/kmemleak: fix percpu memory leak detection failure 488a68c948bc pmdomain: imx8mp-blk-ctrl: add missing loop break condition 2e3194dc1197 tools: fix atomic_set() definition to set the value correctly 9c035105c553 gpio: xilinx: Convert gpio_lock to raw spinlock 80828540dad0 fs/proc: fix softlockup in __read_vmcore (part 2) 280f1fb89afc filemap: avoid truncating 64-bit offset to 32 bits 20a1b9a4ef55 net/ncsi: fix locking in Get MAC Address handling ce67e0e54ab8 drm/nouveau/disp: Fix missing backlight control on Macbook 5,1 de440945811d nouveau/fence: handle cross device fences properly c23d1d4f8efe vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] 01c178d6902c vsock: reset socket state when de-assigning the transport 450aa12993a1 vsock/virtio: cancel close work in the destructor 677579b641af vsock/virtio: discard packets if the transport changes 6771e1279dad vsock/bpf: return early if transport is not assigned 97564250d43c net: ethernet: xgbe: re-add aneg to supported features in PHY quirks 84a2db01f500 selftests: mptcp: avoid spurious errors on disconnect 470f313603df mptcp: fix spurious wake-up on under memory pressure 34e8ad3f2326 mptcp: be sure to send ack when mptcp-level window re-opens 4143ae9faf75 i2c: atr: Fix client detach 902ef8f16d5c zram: fix potential UAF of zram table 07c956f7904b ALSA: hda/realtek: fixup ASUS H7606W 843a1ab9ceee ALSA: hda/realtek: fixup ASUS GA605W 4711481c8032 ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA 85f1e093b831 x86/asm: Make serialize() always_inline e98394f7bc91 sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUE d01a7e05ea38 nvmet: propagate npwg topology 6ffdf037dd7a sched_ext: Fix dsq_local_on selftest d94bb9a6f936 RDMA/bnxt_re: Fix to export port num to ib_query_qp 21900bfd332a scx: Fix maximal BPF selftest prog fc20e87419e5 selftests/sched_ext: fix build after renames in sched_ext API 621f95fa0b93 poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll() 22be1d90a621 afs: Fix merge preference rule failure condition 402ce1642147 iomap: avoid avoid truncating 64-bit offset to 32 bits fdb13258ad86 sched_ext: keep running prev when prev->scx.slice != 0 d9157d15ded5 ACPI: resource: acpi_dev_irq_override(): Check DMI match last 0af195b20c9f platform/x86: ISST: Add Clearwater Forest to support list b9497f168256 platform/x86/intel: power-domains: Add Clearwater Forest support 634e989f58d6 selftests: tc-testing: reduce rshift value e559ee6bb587 gpio: sim: lock up configfs that an instantiated device depends on 61cc1df086d4 gpio: virtuser: lock up configfs that an instantiated device depends on ac216ffa697c scsi: ufs: core: Honor runtime/system PM levels if set by host controller drivers 04c3c7acb5ec cachefiles: Parse the "secctx" immediately 3d460376254e netfs: Fix non-contiguous donation between completed reads 3aabe0106475 kheaders: Ignore silly-rename files 7c37879b76c8 fs: fix missing declaration of init_files 465fb8680c88 fs/qnx6: Fix building with GCC 15 709dfdd7e5ca hfs: Sanity check the root record b856d2c1384b mac802154: check local interfaces before deleting sdata list a2be5f2ba34d smb: client: fix double free of TCP_Server_Info::hostname eed792d9894c hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSEST 9e2d61c4dcd8 i2c: testunit: on errors, repeat NACK until STOP d1e4aff10c6b i2c: rcar: fix NACK handling when being a target 894076b78a7e i2c: mux: demux-pinctrl: check initial mux selection, too ec7329647fbf Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data" e208535991f1 hwmon: (tmp513) Fix division of negative numbers 3f67e07873df platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: fix serdev race d3a24d923333 platform/x86: dell-uart-backlight: fix serdev race e19f31169f85 i2c: core: fix reference leak in i2c_register_adapter() 999fe486cb5d soc: ti: pruss: Fix pruss APIs 40c28d1a0ac4 reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated device b22467b1ae10 drm/v3d: Ensure job pointer is set to NULL after job completion bf5105dd6d6c drm/vmwgfx: Add new keep_resv BO param 5ee247046e13 drm/vmwgfx: Unreserve BO on error 17f0e22bcba0 drm/tests: helpers: Fix compiler warning 2b78cab481a6 netdev: avoid CFI problems with sock priv helpers d823355f9238 net/mlx5e: Always start IPsec sequence number from 1 9e9c667ffd15 net/mlx5e: Rely on reqid in IPsec tunnel mode 6d3d69c070d9 net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel 1f6e619ef2a4 net/mlx5: Clear port select structure when fail to create df0e2cddc169 net/mlx5: SF, Fix add port error handling 6210f069dcb9 net/mlx5: Fix a lockdep warning as part of the write combining test 6a3085458d2e net/mlx5: Fix RDMA TX steering prio 7a4fd3df85b3 net: make page_pool_ref_netmem work with net iovs 1425cb829556 net: fec: handle page_pool_dev_alloc_pages error 17b678858959 net: xilinx: axienet: Fix IRQ coalescing packet count overflow 4fc02808ebd7 nfp: bpf: prevent integer overflow in nfp_bpf_event_output() 5a3096ba2b46 cpufreq: Move endif to the end of Kconfig file 1c35a66e2bfe pfcp: Destroy device along with udp socket's netns dismantle. 86f73d4ab2f2 gtp: Destroy device along with udp socket's netns dismantle. e6225173b502 gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp(). d0fb5741932b btrfs: add the missing error handling inside get_canonical_dev_path 1654578a3b1d cpuidle: teo: Update documentation after previous changes 11a642ad58a2 ice: Add correct PHY lane assignment 2f59743be4d9 ice: Use ice_adapter for PTP shared data instead of auxdev 499db66f690b ice: Add ice_get_ctrl_ptp() wrapper to simplify the code 922af90ffb77 ice: Introduce ice_get_phy_model() wrapper 2e166786d088 ice: Fix ETH56G FC-FEC Rx offset value 0e5a802fcf5f ice: Fix quad registers read on E825 605c7381b5d8 ice: Fix E825 initialization 1a9b65c672ca pktgen: Avoid out-of-bounds access in get_imix_entries 82f433e8dd06 openvswitch: fix lockup on tx to unregistering netdev with carrier 8c1a1fda1726 net: ravb: Fix max TX frame size for RZ/V2M 08831a894d18 eth: bnxt: always recalculate features after XDP clearing, fix null-deref cccd51dd2257 bpf: Fix bpf_sk_select_reuseport() memory leak 9e08229256e5 net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field() a8edd5e1f8e6 efi/zboot: Limit compression options to GZIP and ZSTD e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: b438b44956e40e24902ba5bc06f72b2fc75625e3) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update to v6.6.72Bruce Ashfield2025-02-013-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: c2e420511612 Linux 6.6.72 ac7f5641e988 drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is supported 08a2117e83e5 riscv: Fix text patching when IPI are used 56b274473d6e mm: hugetlb: independent PMD page table shared count ec500230d39a mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks 5cfaddaa4bdb fs/Kconfig: make hugetlbfs a menuconfig 1abe0a34aea6 pgtable: fix s390 ptdesc field comments 1fd2a57dcb4d workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker 6dc676743a7a workqueue: Update lock debugging code 2717b5e55a9f workqueue: Add rcu lock check at the end of work item execution 66e533f0b250 pmdomain: imx: gpcv2: fix an OF node reference leak in imx_gpcv2_probe() b1e6351c16b4 pmdomain: imx: gpcv2: Simplify with scoped for each OF child loop b613a038fdd7 arm64: dts: rockchip: add hevc power domain clock to rk3328 be3eed59ac01 block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() 53e25b10a28e hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occur a4b01371512e ARM: dts: imxrt1050: Fix clocks for mmc 8efff2aa2d95 io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period 03753bfacbc6 riscv: kprobes: Fix incorrect address calculation 6a96af5f309d iio: adc: ad7124: Disable all channels at probe time 91dd568e3ff9 iio: inkern: call iio_device_put() only on mapped devices 09e067e3c83e iio: adc: at91: call input_free_device() on allocated iio_dev f110a6d71bd8 iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep() 2df664d7b4f2 iio: gyro: fxas21002c: Fix missing data update in trigger handler 455df95eb8f2 iio: adc: ti-ads8688: fix information leak in triggered buffer 5a95fbbecec7 iio: adc: rockchip_saradc: fix information leak in triggered buffer cde312e257b5 iio: imu: kmx61: fix information leak in triggered buffer a15ea87d4337 iio: light: vcnl4035: fix information leak in triggered buffer 74058395b2c6 iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered buffer fefb88a4da96 iio: pressure: zpa2326: fix information leak in triggered buffer ea57f0bbe225 usb: gadget: configfs: Ignore trailing LF for user strings to cdev ea6a14987424 usb: gadget: f_fs: Remove WARN_ON in functionfs_bind 88cdfe9f15d5 usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistance_kohm() c1e7ced99da9 usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints dcd4de31bd01 usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe() 43c204b22dd8 usb: gadget: midi2: Reverse-select at the right place 953dea074bc5 usb: fix reference leak in usb_new_device() 730016e0b963 USB: core: Disable LPM only for non-suspended ports 77af0434807b USB: usblp: return error when setting unsupported protocol 7c3f7c3caa35 usb: dwc3-am62: Disable autosuspend during remove 0a3a87221418 x86/fpu: Ensure shadow stack is active before "getting" registers 0c50f00cc299 usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null 0231ecfb1f7a tty: serial: 8250: Fix another runtime PM usage counter underflow 12f950a6a1c1 misc: microchip: pci1xxxx: Resolve return code mismatch during GPIO set config 25692750c025 misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handling b02cf1d27e46 topology: Keep the cpumask unchanged when printing cpumap c995c81b2a30 usb: dwc3: gadget: fix writing NYET threshold 05da04bbf3b9 USB: serial: cp210x: add Phoenix Contact UPS Device 138655dd9ebe usb-storage: Add max sectors quirk for Nokia 208 e5c87f33b514 staging: iio: ad9832: Correct phase range check 4c04529c77d5 staging: iio: ad9834: Correct phase range check 8166f38c8099 USB: serial: option: add Neoway N723-EA support 2dcb6368adf5 USB: serial: option: add MeiG Smart SRM815 12caa73a28f0 dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2) 8dddc12d0324 f2fs: fix null-ptr-deref in f2fs_submit_page_bio() e3ed5a14aac7 io_uring/timeout: fix multishot updates 3ce08bab0105 drm/amd/display: increase MAX_SURFACES to the value supported by hw fa6bc7263061 drm/amdkfd: fixed page fault when enable MES shader debugger 55ee64816bd5 ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[] b239a3867d58 ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[] f48f060a4b36 riscv: Fix sleeping in invalid context in die() 5fe671caedc2 smb: client: sync the root session and superblock context passwords before automounting d2512434f4cf thermal: of: fix OF node leak in of_thermal_zone_find() ae9ab63a268b drm/amd/display: Add check for granularity in dml ceil/floor helpers 59d28c133e71 ksmbd: Implement new SMB3 POSIX type 284a221f8fa5 sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy 55627918febd sctp: sysctl: udp_port: avoid using current->nsproxy 7ec30c54f339 sctp: sysctl: auth_enable: avoid using current->nsproxy dc9d0e3cfd16 sctp: sysctl: rto_min/max: avoid using current->nsproxy ad673e514b27 sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy c0e394fd6b88 mptcp: sysctl: sched: avoid using current->nsproxy a57ce97c1978 dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY 086136ad70c5 scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_power_up_sequence() 6b305e98de0d dm thin: make get_first_thin use rcu-safe list first function a4a7ac3d2660 riscv: mm: Fix the out of bound issue of vmemmap address 387f5b8ad3ff cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu 65b31b9d992c ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_locked 5cc621085e2b platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it 7673030efe0f afs: Fix the maximum cell name length 271ae0edbfc9 ksmbd: fix a missing return value check bug 5b195e6f8bde drm/mediatek: Add return value check when reading DPCD 5352901f0bf1 drm/mediatek: Fix mode valid issue for dp 9db527726634 drm/mediatek: Fix YCbCr422 color format issue for DP acefaa6993eb drm/mediatek: stop selecting foreign drivers 7083b93e9755 drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind returns err 229cc1028437 net/mlx5: Fix variable not being completed when function returns 235419f0956e net: stmmac: dwmac-tegra: Read iommu stream id from device tree 27202e2e8721 sched: sch_cake: add bounds checks to host bulk flow fairness counts d5807dd1328b netfilter: conntrack: clamp maximum hashtable size to INT_MAX 1e3f5638c96b netfilter: nf_tables: imbalance in flowtable binding 281855205a7c iio: imu: inv_icm42600: fix timestamps after suspend if sensor is on e026530e20e7 x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node() 85e4923bcbcd memblock tests: fix implicit declaration of function 'numa_valid_node' b0b415f1a29d riscv: Fix early ftrace nop patching 52a6d4f16e5b tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset b455f050709a Bluetooth: btnxpuart: Fix driver sending truncated data 327bd191bb44 Bluetooth: MGMT: Fix Add Device to responding before completing 9ba06f078f33 Bluetooth: hci_sync: Fix not setting Random Address when required eff2cd6f53a5 eth: gve: use appropriate helper to set xdp_features ba9f7c16ec87 ipvlan: Fix use-after-free in ipvlan_get_iflink(). 7397fa36d676 tls: Fix tls_sw_sendmsg error handling a78e04e0236b igc: return early when failing to read EECD register 30254c85b814 igc: field get conversion 0677b13dd9b0 ice: fix incorrect PHY settings for 100 GB/s 9d3884f303b0 cxgb4: Avoid removal of uninserted tid 70163207b57b bnxt_en: Fix possible memory leak when hwrm_req_replace fails b7e540c52137 pds_core: limit loop over fw name list 24b85a8b0310 btrfs: avoid NULL pointer dereference if no valid extent tree a8fbf80c4ff5 net: libwx: fix firmware mailbox abnormal return e54beb9aed2a net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute 91f89fe177a4 tcp/dccp: allow a connection when sk_max_ack_backlog is zero b2c9204e21b5 tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog 41d2e3be0f28 net: 802: LLC+SNAP OID:PID lookup on start of skb data 45ae076dac49 ieee802154: ca8210: Add missing check for kfifo_alloc() in ca8210_probe() 6c37547a6eeb selftests/alsa: Fix circular dependency involving global-timer 3d736856e245 ASoC: mediatek: disable buffer pre-allocation 6754f5473dab ASoC: rt722: add delay time to wait for the calibration procedure 14f030a807dd erofs: fix PSI memstall accounting 1bf7e414cac3 erofs: handle overlapped pclusters out of crafted images properly a1a541fbfa7e ovl: support encoding fid from inode with no alias a3f8a2b13a27 ovl: pass realinode to ovl_encode_real_fh() instead of realdentry 26423e18cd6f ovl: do not encode lower fh with upper sb_writers held 1e92afe80197 exfat: fix the infinite loop in __exfat_free_cluster() dc1d7afceb98 exfat: fix the infinite loop in exfat_readdir() 71f4123cf2c7 dm array: fix cursor index when skipping across block boundaries 14f0e64c2f11 dm array: fix unreleased btree blocks on closing a faulty array cursor 6002bec5354f dm array: fix releasing a faulty array block twice in dm_array_cursor_end a71e465f69be jbd2: flush filesystem device before updating tail sequence 6b32ff20d16a jbd2: increase IO priority for writing revoke records fdebee5c5c2b memblock: use numa_valid_node() helper to check for invalid node ID 4ddb7f966f3d memblock: make memblock_set_node() also warn about use of MAX_NUMNODES 18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn 2879d995e569 pnmtologo: sync with 6.6 43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes 35046aea43c8 bpftool: Fix undefined bpf macro for unix socket 9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids 42b2eec2e503 bpftool: Query only cgroup-related attach types f71bb11887ba cpu/amd: inhibit SMP check for qemux86 c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 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 (From OE-Core rev: e12821ea911bcf1e708fa9be0ecd8b7d987542d5) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.12: update to v6.12.10Bruce Ashfield2025-02-013-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.12 to the latest korg -stable release that comprises the following commits: a6ad5510dbb5 Linux 6.12.10 b683ba0df11f netdev: prevent accessing NAPI instances from another namespace c08d7fcce7cc iio: imu: inv_icm42600: fix spi burst write not supported 476e4c4a1a85 io_uring: don't touch sqd->thread off tw add ca80f62f0ab5 drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is supported 810aad1d7fdd firewall: remove misplaced semicolon from stm32_firewall_get_firewall f838da8f3a96 arm64: dts: rockchip: add hevc power domain clock to rk3328 bc2aeb35ff16 block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() 42268d885e44 hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occur 0587f10fd294 arm64: dts: qcom: sa8775p: fix the secure device bootup issue 0743189035a8 ARM: dts: imxrt1050: Fix clocks for mmc 3a4b75c29cce arm64: dts: imx95: correct the address length of netcmix_blk_ctrl a7085c3ae43b io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period cbb64f5d757f iio: adc: ad7124: Disable all channels at probe time 24b89b747b1c iio: adc: ad7173: fix using shared static info struct b44c99621ddb iio: inkern: call iio_device_put() only on mapped devices d115b7f3ddc0 iio: adc: at91: call input_free_device() on allocated iio_dev 726218231b84 iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep() 9ccfd0097e76 iio: imu: inv_icm42600: fix timestamps after suspend if sensor is on 69b680bbac9b iio: adc: ti-ads1298: Add NULL check in ads1298_init 07e07fbc7726 iio: gyro: fxas21002c: Fix missing data update in trigger handler 04bbf1227da6 iio: adc: ti-ads1119: fix sample size in scan struct for triggered buffer 2f1687cca911 iio: adc: ti-ads1119: fix information leak in triggered buffer 485570ed82b7 iio: adc: ti-ads8688: fix information leak in triggered buffer 8193941bc4fe iio: adc: rockchip_saradc: fix information leak in triggered buffer 565814cbbaa6 iio: imu: kmx61: fix information leak in triggered buffer 1cca2a666e09 iio: light: bh1745: fix information leak in triggered buffer f6fb1c59776b iio: light: vcnl4035: fix information leak in triggered buffer ea703cda36da iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered buffer 979a0db76ced iio: pressure: zpa2326: fix information leak in triggered buffer 976544bdb40a usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control() a25f1e6f60a2 usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_SKIP_PHY_INIT property 62aa896683b0 usb: gadget: configfs: Ignore trailing LF for user strings to cdev a8b6a18b9b66 usb: gadget: f_fs: Remove WARN_ON in functionfs_bind 7dd07d9cd28f usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistance_kohm() 4bb6450bfdd0 usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints 8586d6ea623e usb: typec: tcpci: fix NULL pointer issue on shared irq case 57797497a696 usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe() 5b41c695a181 usb: gadget: midi2: Reverse-select at the right place 4fb62dea06cd usb: fix reference leak in usb_new_device() e982fcb440bc USB: core: Disable LPM only for non-suspended ports 61e0a97342e7 USB: usblp: return error when setting unsupported protocol eaeaaf04db0c usb: dwc3-am62: Disable autosuspend during remove 6bfe1fc22f46 x86/fpu: Ensure shadow stack is active before "getting" registers 8e122d780a0f usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null 5a592b94b542 serial: stm32: use port lock wrappers for break control 07f09383b192 tty: serial: 8250: Fix another runtime PM usage counter underflow 5e8f68a4139e misc: microchip: pci1xxxx: Resolve return code mismatch during GPIO set config 47d3749ec0cb misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handling 360596e7fe31 topology: Keep the cpumask unchanged when printing cpumap 6d86c1b463f7 usb: dwc3: gadget: fix writing NYET threshold 98f2bd6de318 USB: serial: cp210x: add Phoenix Contact UPS Device c67441c93b33 usb-storage: Add max sectors quirk for Nokia 208 5492dbecbf0e staging: iio: ad9832: Correct phase range check 26cc3a026d3e staging: iio: ad9834: Correct phase range check 2eaf2500e2cd USB: serial: option: add Neoway N723-EA support 2ff1e6b03691 USB: serial: option: add MeiG Smart SRM815 aa7496d668c3 io_uring/sqpoll: zero sqd->thread on tctx errors 2b30bffd9a77 io_uring/timeout: fix multishot updates 5c331df9a5ef drm/amd/display: increase MAX_SURFACES to the value supported by hw 37b8de96ae48 drm/amd/display: fix page fault due to max surface definition mismatch c2eaa73bd542 drm/amd/display: fix divide error in DM plane scale calcs c8243def2997 drm/amdkfd: wq_release signals dma_fence only when available 3e279ecb4233 drm/amdkfd: fixed page fault when enable MES shader debugger cde7a70bbbf9 drm/amd/pm: fix BUG: scheduling while atomic 758e3c3054b6 drm/amdgpu: Add a lock when accessing the buddy trim function df8d1c8e6720 ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[] be1e47be9eb4 ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[] dbbc17735a67 gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offset 7f5a0124dc54 riscv: kprobes: Fix incorrect address calculation 76ab0afcdbe8 riscv: Fix sleeping in invalid context in die() 1ca9de8867a9 fs: kill MNT_ONRB 569e203d364a smb: client: sync the root session and superblock context passwords before automounting bc1a711c28c6 arm64: dts: qcom: sa8775p: Fix the size of 'addr_space' regions 6c3ed8bc34b4 arm64: dts: qcom: x1e80100: Fix up BAR space size for PCIe6a cfe32daafd6c sched_ext: idle: Refresh idle masks during idle-to-idle transitions 11cb1d643a74 cgroup/cpuset: remove kernfs active break e7960da6f2f4 sched_ext: switch class when preempted by higher priority scheduler d9e446dd63ce sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass() 5b80f2fe8a34 thermal: of: fix OF node leak in of_thermal_zone_find() dc63fd2e473d cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains 4f0dd09ed300 drm/amd/display: Add check for granularity in dml ceil/floor helpers 23af4d2c49d8 drm/amd/display: Remove unnecessary amdgpu_irq_get/put 42ef932bad9b Revert "drm/mediatek: dsi: Correct calculation formula of PHY Timing" 25adbb08aead btrfs: zlib: fix avail_in bytes for s390 zlib HW compression path 38c229455b8b ksmbd: Implement new SMB3 POSIX type de8d6de0ee27 rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy bcf8c60074e8 sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy 5b77d73f3be5 sctp: sysctl: udp_port: avoid using current->nsproxy c184bc621e3c sctp: sysctl: auth_enable: avoid using current->nsproxy c87f1f6ade56 sctp: sysctl: rto_min/max: avoid using current->nsproxy f0bb39354706 sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy 4c74fbdc5ab9 mptcp: sysctl: blackhole timeout: avoid using current->nsproxy 6035702381c3 mptcp: sysctl: sched: avoid using current->nsproxy 8d242069660a mptcp: sysctl: avail sched: remove write access fc8943886629 dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2) 7ecee316f63e dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY 8790d511d4ac fs: fix is_mnt_ns_file() adcde2872f8f fs: relax assertions on failure to encode file handles f3e8a16c23b2 vfio/pci: Fallback huge faults for unaligned pfn b1a38fe4789c scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_power_up_sequence() cbd0d5ecfa39 dm thin: make get_first_thin use rcu-safe list first function 7ce916f4e975 drivers/perf: riscv: Return error for default case 6191b1a474e1 drivers/perf: riscv: Fix Platform firmware event data 3f545392e971 netfs: Fix read-retry for fs with no ->prepare_read() 9f3a26583684 netfs: Fix kernel async DIO 09b94ddc58c6 drm/xe: Fix tlb invalidation when wedging 53a56817755e riscv: use local label names instead of global ones in assembly 607b8740c6d7 riscv: stacktrace: fix backtracing through exceptions d2bd51954ac8 riscv: mm: Fix the out of bound issue of vmemmap address 0ea7a3e44255 cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu 3825569af306 riscv: module: remove relocation_head rel_entry member allocation 51669f4af5f7 ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_locked a8d99ce66b76 platform/x86: intel/pmc: Fix ioremap() of bad address b25778c87a6b platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it 7922b1f058fe afs: Fix the maximum cell name length 2976e91a3e56 ksmbd: fix a missing return value check bug 818bc75973ca drm/mediatek: Add return value check when reading DPCD 10cf9bf247c5 gpio: virtuser: fix handling of multiple conn_ids in lookup table d72d0126b1f6 gpio: virtuser: fix missing lookup table cleanups c63bb54ece43 drm/mediatek: mtk_dsi: Add registers to pdata to fix MT8186/MT8188 4efc06dbd668 drm/mediatek: Fix mode valid issue for dp c06dda11c517 drm/mediatek: Fix YCbCr422 color format issue for DP cc4bd3288832 drm/mediatek: stop selecting foreign drivers 7a0300d3ee74 drm/mediatek: Add support for 180-degree rotation in the display driver 411ba3c2203c drm/mediatek: Move mtk_crtc_finish_page_flip() to ddp_cmdq_cb() 078b2ff7da20 drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind returns err 36124081f6ff net/mlx5: Fix variable not being completed when function returns 5c0be5e688a8 rtase: Fix a check for error in rtase_alloc_msix() b04d33cdbc95 net: stmmac: dwmac-tegra: Read iommu stream id from device tree 91bb18950b88 sched: sch_cake: add bounds checks to host bulk flow fairness counts f559357d0358 netfilter: conntrack: clamp maximum hashtable size to INT_MAX 2e87c203b72f netfilter: nf_tables: imbalance in flowtable binding 7475a3e353bc mctp i3c: fix MCTP I3C driver multi-thread issue f19ab3ef96d9 net: hns3: fix kernel crash when 1588 is sent on HIP08 devices 0575baa733fc net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue 13c11ca317f5 net: hns3: initialize reset_timer before hclgevf_misc_irq_init() bcf430d3bb55 net: hns3: don't auto enable misc vector 864c1df2e379 net: hns3: Resolved the issue that the debugfs query result is inconsistent. 713b9b0a0fc8 net: hns3: fix missing features due to dev->features configuration too early 8b30ec384623 net: hns3: fixed reset failure issues caused by the incorrect reset type 8b800ea3f380 tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset cd4522bd3632 Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices. 49cd0ccacc7d Bluetooth: btnxpuart: Fix driver sending truncated data 1f88b5313566 Bluetooth: MGMT: Fix Add Device to responding before completing ccc1ef188455 Bluetooth: hci_sync: Fix not setting Random Address when required e7e21d9c9fc8 eth: gve: use appropriate helper to set xdp_features 52a24538d569 ipvlan: Fix use-after-free in ipvlan_get_iflink(). 9ea32dd90711 tls: Fix tls_sw_sendmsg error handling 4cff50a8222b igc: return early when failing to read EECD register 19dbf59fe190 ice: fix incorrect PHY settings for 100 GB/s 6bda291e21f7 ice: fix max values for dpll pin phase adjust 61b437faf2a7 net: don't dump Tx and uninitialized NAPIs 17516b69d79d cxgb4: Avoid removal of uninserted tid f697217f980f bnxt_en: Fix DIM shutdown 47360e567cc3 bnxt_en: Fix possible memory leak when hwrm_req_replace fails ce1e0f1c331d pds_core: limit loop over fw name list aee5f69f3e6c btrfs: avoid NULL pointer dereference if no valid extent tree db3cd503093e net: libwx: fix firmware mailbox abnormal return 6fde663f7321 net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute e4a92f0d51c6 tcp/dccp: allow a connection when sk_max_ack_backlog is zero a3a9630d4d29 net: 802: LLC+SNAP OID:PID lookup on start of skb data 1689f48b0a3b ieee802154: ca8210: Add missing check for kfifo_alloc() in ca8210_probe() 0eec6abe74db selftests/alsa: Fix circular dependency involving global-timer 7db7597f7b05 ASoC: mediatek: disable buffer pre-allocation 13f3053c3154 ASoC: rt722: add delay time to wait for the calibration procedure 3c7c90274ae3 ovl: support encoding fid from inode with no alias 668d8dea2cee ovl: pass realinode to ovl_encode_real_fh() instead of realdentry c0f613f2148c fuse: respect FOPEN_KEEP_CACHE on opendir 0bebeb6672cf exfat: fix the infinite loop in __exfat_free_cluster() 942c6f91ab8d exfat: fix the new buffer was not zeroed before writing d9ea94f5cd11 exfat: fix the infinite loop in exfat_readdir() 6f153055ba05 netfs: Fix is-caching check in read-retry ba37bdfe59fb netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled 43b8d3249b0b netfs: Fix ceph copy to cache on write-begin 2c3348864ab7 netfs: Fix missing barriers by using clear_and_wake_up_bit() 13a07cc81e2d nfs: Fix oops in nfs_netfs_init_request() when copying to cache 88ecdfea1b33 netfs: Fix enomem handling in buffered reads 30341be4a6d1 dm array: fix cursor index when skipping across block boundaries 22443df885bf dm array: fix unreleased btree blocks on closing a faulty array cursor 017c4470bff5 dm array: fix releasing a faulty array block twice in dm_array_cursor_end 82c59a86a247 iomap: fix zero padding data issue in concurrent append writes 7adf7df4bbc0 iomap: pass byte granular end position to iomap_add_to_ioend f40881bde8f6 fs/writeback: convert wbc_account_cgroup_owner to take a folio a5bc86861020 jbd2: flush filesystem device before updating tail sequence 56c4353ce4b5 jbd2: increase IO priority for writing revoke records e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 46450b646bf81024af977fa564732589fa8db58f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yoto/6.12: skylake drop CONFIG_SND_SOC_INTEL_SKL_RT286_MACHBruce Ashfield2025-02-013-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Yogesh Tyagi Email: yogesh.tyagi@intel.com Subject: features/soc/skylake: drop CONFIG_SND_SOC_INTEL_SKL_RT286_MACH Date: Fri, 17 Jan 2025 23:54:27 +0530 skl_rt286 board driver has been removed[1], if turn on this config, kernel would report a warning. [INFO]: the following symbols were not found in the active configuration: - CONFIG_SND_SOC_INTEL_SKL_RT286_MACH [1] https://git.yoctoproject.org/linux-yocto/commit/?id=51d8e9b2 Kernel's 6.12+ needs this change. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 5d8adbc3afe3fd34a3c219c35c9d81b6ab36952c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/6.6: update to v6.6.71Bruce Ashfield2025-02-013-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 843e64492a7e Linux 6.6.71 a6923798e471 x86/hyperv: Fix hv tsc page based sched_clock for hibernation b34e805539da Revert "x86, crash: wrap crash dumping code into crash related ifdefs" c8bc44c5f961 Revert "x86/hyperv: Fix hv tsc page based sched_clock for hibernation" 1acb10106df3 Linux 6.6.70 9722973ad038 scsi: hisi_sas: Remove redundant checks for automatic debugfs dump 3de1b50f055d RDMA/bnxt_re: Fix max SGEs for the Work Request f61e663d78ff mptcp: don't always assume copied data in mptcp_cleanup_rbuf() 27c843e76447 mptcp: fix recvbuffer adjust on sleeping rcvmsg 53fe947f67c9 mptcp: fix TCP options overflow. 1ff2302e8aea mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() 86d946f3f999 mm/kmemleak: fix sleeping function called from invalid context at print message 424abdec35ec mm/readahead: fix large folio support in async readahead cbe9eb2c39d0 gve: guard XDP xmit NDO on existence of xdp queues 771d66f2bd8c gve: guard XSK operations on the existence of queues 9b071576f891 fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit 1f49aaf55652 drm: adv7511: Fix use-after-free in adv7533_attach_dsi() 79fcfc900abe dt-bindings: display: adi,adv7533: Drop single lane support 7b977f8c26b6 drm: adv7511: Drop dsi single lane support 271f031f4c31 net/sctp: Prevent autoclose integer overflow in sctp_association_init() b32c3b748d29 sky2: Add device ID 11ab:4373 for Marvell 88E8075 8c6fd5803b98 pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking b92667f75574 RDMA/uverbs: Prevent integer overflow issue c9818b61d0a8 scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity edc8ece96c11 kcov: mark in_softirq_really() as __always_inline 2e3d203b1ade ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv d2392b79d8af ALSA: seq: oss: Fix races at processing SysEx messages 7d1f59defa9e ALSA hda/realtek: Add quirk for Framework F111:000C 396964d45ca5 ALSA: seq: Check UMP support for midi_version change 199f04528737 Revert "bpf: support non-r10 register spill/fill to/from stack in precision tracking" bc6962f2dbaf modpost: fix the missed iteration for the max bit in do_input() f93e9ae0ba5e modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host 36e1b6890f22 RDMA/bnxt_re: Fix the max WQE size for static WQE support c3b5a7d6a13b seq_buf: Make DECLARE_SEQ_BUF() usable f2b94ee08ec6 ARC: build: Try to guess GCC variant of cross compiler d8f3f7d30f65 irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base bef333418368 Bluetooth: hci_core: Fix sleeping function called from invalid context d8ecb248c199 net: usb: qmi_wwan: add Telit FE910C04 compositions c6b1d01e7a9c smb: client: destroy cfid_put_wq on module exit 1d7ee876b8b9 ksmbd: set ATTR_CTIME flags when setting mtime 2f75da8294bf ksmbd: retry iterate_dir in smb2_query_dir f53b37313ab6 bpf: fix potential error return 73a30cb3e980 sound: usb: format: don't warn that raw DSD is unsupported 325370be0676 sound: usb: enable DSD output for ddHiFi TC44C 7523dd63ab22 ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model 0d5e2d476000 ALSA: hda/ca0132: Use standard HD-audio quirk matching helpers 35916b2f9650 btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount d0fafe701c6a drm/amdkfd: Correct the migration DMA map direction 037ea0f28f9a wifi: mac80211: wake the queues in case of failure in resume 86772872f9f5 wifi: mac80211: fix mbss changed flags corruption on 32 bit systems d6b130fabfe1 net: ti: icssg-prueth: Fix clearing of IEP_CMP_CFG registers during iep_init 17e8fa894345 ila: serialize calls to nf_register_net_hooks() a693b87692b4 af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK 7aa78d0d8546 af_packet: fix vlan_get_tci() vs MSG_PEEK 23f2e7a13fa4 net: wwan: iosm: Properly check for valid exec stage in ipc_mmio_init() ad91a2dacbf8 net: restrict SO_REUSEPORT to inet sockets 95ccf006bbc8 net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets 9eea3703c882 net: sfc: Correct key_len for efx_tc_ct_zone_ht_params b238f61cc394 RDMA/rtrs: Ensure 'ib_sge list' is accessible 0cd3bde081cd net: wwan: t7xx: Fix FSM command timeout issue 313474b10897 net: mv643xx_eth: fix an OF node reference leak d5ea3a4d02d8 eth: bcmsysport: fix call balance of priv->clk handling routines 930f2f96734e ALSA: usb-audio: US16x08: Initialize array before use 0c896816aa19 net: llc: reset skb->transport_header 4f49349c1963 netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext c9b344ada5fd drm/i915/dg1: Fix power gate sequence. 3e45dd1622a2 net/mlx5e: Skip restore TC rules for vport rep without loaded flag e66a99b9177b net/mlx5e: macsec: Maintain TX SA from encoding_sa 43e589ab372f net/mlx5: DR, select MSIX vector 0 for completion queue creation f647d72245aa netrom: check buffer length before accessing it 36eff8669b74 net: Fix netns for ip_tunnel_init_flow() 7e9aa1a065dc ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit() 3b1a7fb74ab1 ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit() ae0710c5cc74 ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev() 77b1e00fe97e ip_tunnel: annotate data-races around t->parms.link 2af69905180b net: fix memory leak in tcp_conn_request() c6870f86bde6 net: stmmac: restructure the error path of stmmac_probe_config_dt() 6d01d9f66ae1 net: stmmac: don't create a MDIO bus if unnecessary 48f63e4e64a5 RDMA/hns: Fix missing flush CQE for DWQE be4293e108e2 RDMA/hns: Fix warning storm caused by invalid input in IO path 2746888be48c RDMA/hns: Fix mapping error of zero-hop WQE buffer 2049fb6c8bd7 RDMA/hns: Remove unused parameters and variables 363f502cbfc0 RDMA/hns: Refactor mtr find ca2a2cad4efb net: dsa: microchip: Fix LAN937X set_ageing_time function 7583dd5928b6 net: dsa: microchip: Fix KSZ9477 set_ageing_time function fa7f96589f17 drm/bridge: adv7511_audio: Update Audio InfoFrame properly f28fa7625536 RDMA/bnxt_re: Fix the locking while accessing the QP table cd1547b49b2c RDMA/bnxt_re: Fix MSN table size for variable wqe mode 2e719d89b9fa RDMA/bnxt_re: Add send queue size check for variable wqe 3ae9ee7ff3b2 RDMA/bnxt_re: Disable use of reserved wqes bb46a484a0c6 RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters 9fcfe972758b RDMA/bnxt_re: Fix max_qp_wrs reported 38b49312da2d RDMA/bnxt_re: Fix reporting hw_ver in query_device 14f66ac898c9 RDMA/bnxt_re: Add check for path mtu in modify_qp 183a96174cab RDMA/bnxt_re: Fix the check for 9060 condition 347654387bb1 nvme-pci: 512 byte aligned dma pool segment quirk a0ceed736c88 RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adapters a5092b138e1c RDMA/bnxt_re: Avoid initializing the software queue for user queues 25e6e9da6926 RDMA/mlx5: Enforce same type port association for multiport RoCE 5d1d7522cf82 RDMA/bnxt_re: Remove always true dattr validity check c91ae7c12d6f RDMA/bnxt_re: Allow MSN table capability check f452f397f9a6 tracing: Check "%s" dereference via the field and not the TP_printk format 55841e8820b9 tracing: Fix trace_check_vprintf() when tp_printk is used 680c07fabc2b tracing: Handle old buffer mappings for event strings and functions 6920e362bc08 seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str() cd27bbe89810 powerpc: Remove initialisation of readpos c46547b4686e tracing: Move readpos from seq_buf to trace_seq 1ec141d8f51b net: mctp: handle skb cleanup on sock_queue failures c47ed91156da ceph: give up on paths longer than PATH_MAX a64e5295ebc4 tracing: Have process_string() also allow arrays de2a10e19226 mmc: sdhci-msm: fix crypto key eviction 6228f13f1996 btrfs: fix use-after-free in btrfs_encoded_read_endio() c1dbd28a0795 selinux: ignore unknown extended permissions c2a7fc514637 f2fs: fix to wait dio completion 23ea763880d6 platform/x86: mlx-platform: call pci_dev_put() to balance the refcount d4eb5b3c115d ALSA: ump: Shut up truncated string warning 8b2e38f2a9b7 usb: xhci: Avoid queuing redundant Stop Endpoint commands 8a2273e5c1be usb: typec: ucsi: glink: fix off-by-one in connector_status a47f0b03149a scsi: hisi_sas: Fix a deadlock issue related to automatic dump 8c5ad189e90f cleanup: Remove address space of returned pointer 55779f26eab9 crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes 9457d783fb94 Bluetooth: btusb: mediatek: add callback function in btusb_disconnect 3aab20eb1989 Bluetooth: btusb: add callback function in btusb suspend/resume 9a466b8693b9 btrfs: fix use-after-free when COWing tree bock and tracing is enabled 0d2cc60b44d0 btrfs: rename and export __btrfs_cow_block() 151447859d6f x86/fred: Clear WFE in missing-ENDBRANCH #CPs 9c268be377e7 x86/ptrace: Add FRED additional information to the pt_regs structure 498bdedca58a x86/ptrace: Cleanup the definition of the pt_regs structure 48417c3426cf ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A 4252d023bae7 ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11 f5a20424084f scsi: mpi3mr: Start controller indexing from 0 d424303d8d18 scsi: mpi3mr: Use ida to manage mrioc ID 8d891c866cf7 ALSA: ump: Update legacy substream names upon FB info update 9617001adfc9 ALSA: ump: Indicate the inactive group in legacy substream names cf29cbf61cf2 ALSA: ump: Don't open legacy substream for an inactive group b5e175e18a39 ALSA: ump: Use guard() for locking b41d73055284 udf: Verify inode link counts before performing rename 17b312c5d869 udf_rename(): only access the child content on cross-directory rename d33523b0beb5 watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handler e145b77fb5c1 watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset 7ea100fb50bb watchdog: rzg2l_wdt: Remove reset de-assert from probe b222816f9c43 of: address: Preserve the flags portion on 1:1 dma-ranges mapping 443f803b332b of: address: Store number of bus flag cells rather than bool 7a40a884f597 of: address: Remove duplicated functions 6681113633dc x86/hyperv: Fix hv tsc page based sched_clock for hibernation e5b1574a8ca2 x86, crash: wrap crash dumping code into crash related ifdefs 5422f4321640 thunderbolt: Don't display nvm_version unless upgrade supported 5a23e3e9e245 thunderbolt: Add support for Intel Panther Lake-M/P 888c554d3dfd thunderbolt: Add support for Intel Lunar Lake 6cd8e621a689 xhci: Turn NEC specific quirk for handling Stop Endpoint errors generic f1ece345ad2c usb: xhci: Limit Stop Endpoint retries 61329b25dc1d xhci: retry Stop Endpoint on buggy NEC controllers 43e3aa2f44d6 net: renesas: rswitch: fix possible early skb release 3dd65ffa2df6 softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel d6616dcd8721 net/mlx5: unique names for per device caches ddcc7d71be31 Revert "nvme: make keep-alive synchronous operation" 801acf741c87 nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function 2c276bef8273 usb: typec: ucsi: glink: be more precise on orientation-aware ports 7723988b0127 usb: typec: ucsi: glink: set orientation aware if supported 01059e0b5cc0 usb: typec: ucsi: add update_connector callback fd662c37a108 usb: typec: ucsi: glink: move GPIO reading into connector_status callback 8dd7fc5e409b usb: typec: ucsi: add callback for connector status updates c47940e84398 iio: adc: ad7192: properly check spi_get_device_match_data() 843b5d1602d6 iio: adc: ad7192: Convert from of specific to fwnode property handling f7d548a62f08 usb: chipidea: udc: limit usb request length to max 16KB 7a2020e83b6a usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag c39df6d3af2d usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag c2556801583c fs/ntfs3: Fix warning in ni_fiemap 48ebb93f933d fs/ntfs3: Implement fallocate for compressed files 171c40531b04 remoteproc: qcom: pas: enable SAR2130P audio DSP support b506a0c41411 remoteproc: qcom: pas: Add support for SA8775p ADSP, CDSP and GPDSP 25804f9b492b remoteproc: qcom: pas: Add sc7180 adsp 3c9d3157f3cc mailbox: pcc: Check before sending MCTP PCC response ACK d8c0f38208a4 ACPI: PCC: Add PCC shared memory region command and status bitfields 4460b5236818 i2c: xgene-slimpro: Migrate to use generic PCC shmem related macros dcc02c9ebfe8 mailbox: pcc: Support shared interrupt for multiple subspaces 605018764e21 mailbox: pcc: Add support for platform notification handling 82461d89c849 clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574 deff81f56dff clk: qcom: clk-alpha-pll: Add support for zonda ole pll configure 7c8c50c9855a scsi: hisi_sas: Create all dump files during debugfs initialization 044928679823 scsi: hisi_sas: Allocate DFX memory during dump trigger 91e035e98fa1 scsi: hisi_sas: Directly call register snapshot instead of using workqueue 4f4fe3db92bb Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925 f8a67ffb96c9 Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925 1e7b1a8e7b6e Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925 e612c16ed0b7 Bluetooth: Add support ITTIM PE50-M75C ca4e69826d67 Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functions 6e6a3479986a i2c: i801: Add support for Intel Panther Lake f38ca98b0721 i2c: i801: Add support for Intel Arrow Lake-H b35de9e01fc7 wifi: ath10k: avoid NULL pointer error during sdio remove 358c36eae58d wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 3ed6b2daa4e9 wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask() dc6094108573 wifi: mac80211: Add non-atomic station iterator 4eceef729c84 wifi: ath12k: Optimize the mac80211 hw data access 3d94c4b21966 wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb 24b5898a8c73 wifi: mac80211: export ieee80211_purge_tx_queue() for drivers ed01e57a8169 media: uvcvideo: Force UVC version to 1.0a for 0408:4033 9471b8f80526 media: uvcvideo: Force UVC version to 1.0a for 0408:4035 8fa6f680b5aa cleanup: Adjust scoped_guard() macros to avoid potential warning 873df38bdf42 cleanup: Add conditional guard support 4b6beff3c073 crypto: ecdsa - Avoid signed integer overflow on signature decoding ec6488917941 crypto: ecdsa - Use ecc_digits_from_bytes to convert signature 1afc7acbedb8 crypto: ecdsa - Rename keylen to bufsize where necessary e7fcd5d696c4 crypto: ecdsa - Convert byte arrays with key coordinates to digits 93011887013d ext4: partial zero eof block on unaligned inode size extension fa42d5f1327f ext4: convert to new timestamp accessors 1864d4712c4b memblock: allow zero threshold in validate_numa_converage() 6fdc770506eb NUMA: optimize detection of memory with no node id assigned by firmware 3adf89f17dbd sched: Initialize idle tasks only once 106740e978c7 usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing logic 39619c65ab4b smb: client: fix use-after-free of signing key d7cb986425ce smb: client: stop flooding dmesg in smb2_calc_signature() 5f36890d650c fs/smb/client: implement chmod() for SMB3 POSIX Extensions d64429042fef smb/client: rename cifs_ace to smb_ace 298e73ac323a smb/client: rename cifs_acl to smb_acl 46c22d37f691 smb/client: rename cifs_sid to smb_sid 386660bd303e smb/client: rename cifs_ntsd to smb_ntsd 8322a66f9369 x86/mm: Carve out INVLPG inline asm for use by others bffaf4cb2810 docs: media: update location of the media patches e8b8c1ecbd2c drm/amd/display: Fix incorrect DSC recompute trigger 3f9f631f9b91 drm/amd/display: Fix DSC-re-computing 18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn 2879d995e569 pnmtologo: sync with 6.6 43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes 35046aea43c8 bpftool: Fix undefined bpf macro for unix socket 9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids 42b2eec2e503 bpftool: Query only cgroup-related attach types f71bb11887ba cpu/amd: inhibit SMP check for qemux86 c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 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 (From OE-Core rev: 4a8d310df068791686d797eb3c2e6737c23ee747) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/sdk/context: Improve multilib handlingRichard Purdie2025-02-011-7/+8
| | | | | | | | | | Rather than hiding the multilib logic in the package tests, move the multilib setting to the init function of the class so the logic is clearer. (From OE-Core rev: 7699867c3ce979ab615eb677a417bb5b82faecb7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/selftest: also copy local changes from the 'scripts/' dirChris Laplante2025-02-011-1/+5
| | | | | | | | | | | | | | The 'devtool' cases make a copy of 'poky', but before this patch, that only included modifications to the 'meta/' subdirectory. It's very frustrating to make changes to scripts/ and have them be silently ignored by oe-selftest. (From OE-Core rev: 35de7080c53808ade526b3b97cb54f528357deca) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* devtool: standard: simplify get_staging_kverChris Laplante2025-02-011-8/+6
| | | | | | | | | | | The goal is to make this more Pythonic, as it was a little cryptic the first time I looked at it. (From OE-Core rev: 80285b0f9b716ebad87a2feb08f12f87d70c27e3) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* devtool: standard: fix unbound variable usageChris Laplante2025-02-011-2/+7
| | | | | | | | (From OE-Core rev: 90efa31f36eaea910b979c128da719e1ae61e00d) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* devtool: standard: fix typo in variableChris Laplante2025-02-011-1/+1
| | | | | | | | (From OE-Core rev: 9b24dae60573c5e798f1a2f49338f3e4ecbe8859) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* devtool: standard: cleanup imports; stop relying on transitive bb importsChris Laplante2025-02-012-18/+24
| | | | | | | | (From OE-Core rev: 8457e24f60a9a84e0f1cfc4a28a39989534fa7de) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-linux-libuuid: use util-linux's CVE_PRODUCT valueDaniel McGregor2025-02-011-0/+2
| | | | | | | | | | | | | util-linux and util-linux-libuuid should use the same CVE_PRODUCT since they're the same product. They're just split off for package dependency reasons. Prior to this patch the libuuid recipe gave the wrong CVE_PRODUCT value, causing some CVE check tools to fail on it. (From OE-Core rev: 5c6abb099d579b9451fc2cb38c5d8860cfa6d52f) Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rust-common.bbclass: soft assignment for RUSTLIB pathPedro Ferreira2025-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | As a user i want to override `RUSTLIB` path on a bbclass, lets call it `XYZ.bbclass`. If a certain recipe inherits `cargo.bbclass` and `XYZ.bbclass` the value of `RUSTLIB` is dependent on the order of the inherit. If `cargo.bbclass` is inherit before `XYZ.bbclass` this will reflect the desired value of `RUSTLIB`, on the oposite, if the `XYZ.bbclass` is inherit before `cargo.bbclass` then the `RUSTLIB` defined on `rust-common.bbclass` will prevail. Changed definition of `RUSTLIB` to soft assignment to make it overridable. (From OE-Core rev: 6eeb832f73ffb48f5f05dc47191f60e4599e640f) Signed-off-by: Pedro Silva Ferreira <Pedro.Silva.Ferreira@criticaltechworks.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* busybox: Change symlink locations to match alternativeAlexander van Gessel2025-02-011-1/+5
| | | | | | | | | | | | | | | Change the symlink locations of start-stop-daemon and base32 to from BASE_S?BINDIR to S?BINDIR, to match dpkg and coreutils, respectively. Related to bug #14804 [1]. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14804 (From OE-Core rev: 9998d91f982cd323fa5da20edda8b1828bd4fb5d) Signed-off-by: Alexander van Gessel <ai0867@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webp: update SRC_URI to use httpsJermain Horsman2025-02-011-1/+1
| | | | | | | | | | | As the certificate is for *.storage.googleapis.com, update the URL to reflect this. (From OE-Core rev: ff30c1232d296cb144bf8320bf36ee02d489b011) Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssh: update SRC_URI to use httpsJermain Horsman2025-02-011-1/+1
| | | | | | | | (From OE-Core rev: c1a9546a8c9b00f21ca86cdc5c810d4ea7c1225e) Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/sdk/rust: Add a crate that needs the target and SDK host toolchainSean Nyekjaer2025-02-011-0/+2
| | | | | | | | | | Expand the QA tests, to test that the target and SDK host toolchains works. (From OE-Core rev: ed915e40d24a0a8b9d78374b297a9cd8090c6f9c) Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rust-cross-canadian: set CC_<triple> for nativesdkSean Nyekjaer2025-02-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes build errors when building rust bindings for C dependencies for the sdk host. This will allow us to build and run rust programs on the sdk host. Before: % cargo build --target x86_64-oesdk-linux-gnu -vv [...] Compiling zstd-sys v2.0.13+zstd.1.5.6 (zstd-rs/zstd-safe/zstd-sys) [zstd-sys 2.0.13+zstd.1.5.6] CC_x86_64-oesdk-linux-gnu = None [zstd-sys 2.0.13+zstd.1.5.6] CC = Some(arm-oe-linux-gnueabi-gcc -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/usr/local/sdk/sysroots/cortexa7t2hf-neon-oe-linux-gnueabi) [zstd-sys 2.0.13+zstd.1.5.6] cargo:warning=ToolExecError: Command LC_ALL="C" "arm-oe-linux-gnueabi-gcc" "-mthumb" "-mfpu=neon" "-mfloat-abi=hard" "-mcpu=cortex-a7" "-D_TIME_BITS=64" "-D_FILE_OFFSET_BITS=64" "--sysroot=/usr/local/cc-sdk/sysroots/cortexa7t2hf-neon-oe-linux-gnueabi" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-O2" "-pipe" "-g" "-feliminate-unused-debug-types" "-flto" "-ffat-lto-objects" "-fuse-linker-plugin" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "zstd-rs/target/x86_64-oesdk-linux-gnu/debug/build/zstd-sys-b2560022e172eec3/out/44ff4c55aa9e5133-debug.o" "-c" "zstd/lib/common/debug.c" with args arm-oe-linux-gnueabi-gcc did not execute successfully (status code exit status: 1).cargo:warning=arm-oe-linux-gnueabi-gcc: error: unrecognized command-line option '-m64' After: % cargo build --target x86_64-oesdk-linux-gnu -vv [...] Compiling zstd-sys v2.0.13+zstd.1.5.6 (zstd-rs/zstd-safe/zstd-sys) [zstd-sys 2.0.13+zstd.1.5.6] CC_x86_64_oesdk_linux_gnu = Some(x86_64-oesdk-linux-gcc) [...] Compiling zstd v0.13.2 (zstd-rs) Finished dev [unoptimized + debuginfo] target(s) in 14.67s (From OE-Core rev: 3c8fedd6e5a3251b7a7a73cc92b153d8e68cb8e5) Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/sdk/context: fix for gtk3 test failure during do_testsdkHarish Sadineni2025-02-011-5/+7
| | | | | | | | | | | | | | | The do_testsdk for lib32-core-image-sato aborts with below error: configure: error: Package requirements (gtk+-3.0) were not met: No package 'gtk+-3.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. This causes due to an absolute path name in 'sdk_env', which is now stripped to have only the environment name. (From OE-Core rev: 386e4132a9ced75599d92610cf5c0e8fe907c3b6) Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rust: remove redundant cargo config fileHarish Sadineni2025-02-011-14/+0
| | | | | | | | | | | | YOCTO [#15061] The rust target and linker are getting setting from the sdk environment and so the config file is not needed. The redundant config file geneartion is removed. (From OE-Core rev: d5f78816d2ad0f3e43ce883eef199d1683cfcbb4) Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rust: fix for rust multilib sdk configurationHarish Sadineni2025-02-013-9/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | YOCTO [#15061] The rust sdk installs both 'rust.sh' and 'cargo.sh' for lib32 and lib64 in the same location. This causes below error while installing the lib32 & lib64 binaries: Error: Transaction test error: file /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/environment-setup.d/cargo.sh conflicts between attempted installs of rust-cross-canadian-arm-1.67.1-r0.x86_64_nativesdk and rust-cross-canadian-aarch64-1.67.1-r0.x86_64_nativesdk file /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/environment-setup.d/rust.sh conflicts between attempted installs of rust-cross-canadian-arm-1.67.1-r0.x86_64_nativesdk and rust-cross-canadian-aarch64-1.67.1-r0.x86_64_nativesdk ERROR: Task (virtual:multilib:lib32:/media/build/poky/meta/recipes-sato/images/core-image-sato.bb:do_populate_sdk) failed with exit code '1' The change includes: - Prepending '${RUST_TARGET_SYS}' to 'rust.sh' to differentiate between target systems. - Moving the non-target-specific environment variables to 'nativesdk-cargo' and 'nativesdk-rust', instead of being managed by the cross-canadian recipe. (From OE-Core rev: 40eb4bfe2f100ba5301046ca25110fcc55a640bb) Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tzcode-native: Fix compiler setting from 2023d versionAlessio Cascone2025-01-291-1/+1
| | | | | | | | | | | | Starting from 2023d version, tzcode makefile does not use anymore "cc" variable for C compiler, due to Makefile refactoring. Replacing "cc" with "CC" fixes the issue. (From OE-Core rev: b3cdfca5ef84ed2054faef9abddef3aeed930e17) Signed-off-by: Alessio Cascone <alessio.cascone@vimar.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rt-tests: Fix build with glibc 2.41+Khem Raj2025-01-292-0/+45
| | | | | | | | (From OE-Core rev: e22a231d94f83fd6fec8380e4449e8b5bf149e98) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: split qca firmwares in separate packagesMarc Ferland2025-01-291-6/+136
| | | | | | | | | | | | | | | | | | | | | | | | This patch introduces the following packages for firmwares under qca/: - linux-firmware-qca-qca61x4 - linux-firmware-qca-wcn3988 - linux-firmware-qca-wcn399x - linux-firmware-qca-wcn6750 - linux-firmware-qca-qca2066 - linux-firmware-qca-wcn7850 - linux-firmware-qca-misc: catches all firmwares that are not already included in the other -qca- packages (currently empty). linux-firmware-qca is now a meta package that depends on all of the split-out qca packages. Note: Content of the FILES:${PN}-qca* variables taken from WHENCE. (From OE-Core rev: 7e7a6579a49962907560b5a1bc71e1a17879415f) Signed-off-by: Marc Ferland <marc.ferland@sonatest.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: split ath12k firmwares in separate packagesMarc Ferland2025-01-291-4/+24
| | | | | | | | | | | | | | | | | | This patch introduces the following packages for ath12k based chips: - linux-firmware-ath12k-qcn9274 - linux-firmware-ath12k-wcn7850 - linux-firmware-ath12k-misc: catches all firmwares that are not already included in the other -ath12k- packages (currently empty). linux-firmware-ath12k is now a meta package that depends on all of the split-out ath11k packages. (From OE-Core rev: c35c99c60f1aad5757de0cd754c0d15aa622122a) Signed-off-by: Marc Ferland <marc.ferland@sonatest.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/spdx30_tasks: support directories deployed by image recipesIgor Opaniuk2025-01-291-19/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | create_image_spdx() implementation assumes that image is indeed a file. If image recipe deploys a directory (for example, which contains an hierarchy of flash artifacts, that is used by SoC vendor-specific flashing tool) which follows ${IMAGE_NAME}.${IMAGE_TYPE} naming scheme, create_image_spdx() function will fail after trying to hash a directory: *** 0002:do_create_image_spdx(d) 0003: File: '.../meta/classes-recipe/create-spdx-image-3.0.bbclass', lineno: 48, function: do_create_image_spdx 0044:addtask do_create_rootfs_spdx_setscene 0045: 0046:python do_create_image_spdx() { 0047: import oe.spdx30_tasks *** 0048: oe.spdx30_tasks.create_image_spdx(d) 0049:} 0050:addtask do_create_image_spdx after do_image_complete do_create_rootfs_spdx before do_build 0051:SSTATETASKS += "do_create_image_spdx" ... File: '.../bitbake/lib/bb/utils.py', lineno: 536, function: _hasher 0532: 0533:def _hasher(method, filename): 0534: import mmap 0535: *** 0536: with open(filename, "rb") as f: 0537: try: 0538: with mmap.mmap(f.fileno(), 0, access=mmap.ACCESS_READ) as mm: 0539: for chunk in iter(lambda: mm.read(8192), b''): 0540: method.update(chunk) Exception: IsADirectoryError: [Errno 21] Is a directory: '...' (From OE-Core rev: a0d63082a4db375a55586c7864e280cd8f45ff7b) Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3: Update stringold summaryOmri Sarig2025-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The string package in python currently contains common string operations. This package is still in full use. However, the old summary line of the package marked it as deprecated. As this is not the case, this commit updates the summary line to better represent this Python package. The new summary line was taken from Python's documentation for the package (https://docs.python.org/3.13/library/string.html). In the past, the string library used to contain functionality that later was moved to the str object in Python. The assumption is that during this change, this library was marked as deprecated here. However, as this package contains more functionality, which is still relevant and used by python, the package itself should not be marked as deprecated. This commit changes the description of the package, but does not change the name of the package. The proper name for this package should be "string" (instead of "stringold"). However, changing the package's name will break compatibility with anyone using the string package in their project. As this is a big change, it is decided not to be done yet. The change in description, as well as this commit message, should be enough to let users understand that the string package in python is still valid, and should not be treated as deprecated. (From OE-Core rev: 7602a9013d6c61959ec293ee29285c90257b5fbb) Signed-off-by: Omri Sarig <omri.sarig13@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tzdata/tzcode-native: upgrade 2024b -> 2025aPriyal Doshi2025-01-291-3/+3
| | | | | | | | (From OE-Core rev: a15c4e6793c55c8084a61298ef3695e1db2f60cd) Signed-off-by: Priyal Doshi <pdoshi@mvista.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual/building: document the initramfs-framework recipeAntonin Godard2025-01-291-1/+83
| | | | | | | | | | | | | | | | | [ YOCTO #14747 ] Adding a initramfs is a common task, and the way oe-core offers to do so is by using the initramfs-framework recipe and companion modules. There was already documentation on adding an initramfs but the documentation was lacking details on this framework. Add it before the multiconfig section because it is a bit more important IMO. Reported-by: Alejandro <alejandro@enedino.org> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: caedbca4eced4cf5bc74aaae64e4ad2887c2fc65) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* test-manual/ptest: link to common framework ptest classesAntonin Godard2025-01-291-0/+14
| | | | | | | | | | | | | We document how to add ptest support for a recipe by inheriting the ptest class. We may as well tell the user to inherit a ptest class for a common framework which does most of the job for you. Suggested-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 411b18e489a97ea4cde05613cdd4c86deb0cb8cb) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: variables: fix spurious parenthesisQuentin Schulz2025-01-291-1/+1
| | | | | | | | | | | | There's no opening parenthesis, so let's remove the spurious closing parenthesis. Fixes: ea638e85316d ("ref-manual/variables: document the KERNEL_CONSOLE variable") (From yocto-docs rev: 6f0e150179db2a2a8e9ad879167e0d84137190dc) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: add documentation for the barebox classEnrico Jörns2025-01-292-0/+66
| | | | | | | | | | | | | This adds the initial documentation for the newly added barebox.bbclass to the Reference Manual's class list. It also adds the two most notable variables to the variable list. (From yocto-docs rev: cc8179122441cdc26ff62511dcd97f7bf9bf7e3d) Signed-off-by: Enrico Jörns <ejo@pengutronix.de> Reviewed-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sdk-manual: extensible.rst: devtool ide-sdk improveAdrian Freihofer2025-01-291-59/+151
| | | | | | | | | | | | | | | | | | | | | | The devtool ide-sdk section is reformulated to be independent of the eSDK installer. In fact, ide-sdk does not even support the execution of an installer-based setup. This reformulation is also a preparation for moving the devtool documentation to a dedicated devtool section which is independent from the eSDK documentation. It should be clarified that devtool ide-sdk starts the SDK directly from the bitbake environment. It is therefore an alternative to bitbake -c populate_sdk_ext and installing an SDK installer. A warning is added that explains some workarounds for some nasty behavior of VSCode when running it in a bitbake environment. (From yocto-docs rev: 287817f33688d61f7a71c056bfa5c645edb4fc4e) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Reviewed-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/spdx-common: Fix patch error for recipes that inherit dos2unix.Hongxu Jia2025-01-291-0/+2
| | | | | | | | | | | | | | While SPDX_INCLUDE_SOURCES = "1", do_create_spdx error happens for these recipes inherit dos2unix Refer [1] to fix the issue [1] https://git.openembedded.org/openembedded-core/commit/?id=2ceda7c90c0087f52693c54d5ccab143b27f4d21 (From OE-Core rev: 7051bfb8ff67a6f0c394ce0f559eb53a05cde472) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson: upgrade to 1.7.0Ross Burton2025-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Summary of changes: - New custom dependency for atomic - --cap-lints allow used for Cargo subprojects - Cargo features are resolved globally - Meson can run "clippy" on Rust projects - Devenv support in external project module - Fixed sizeof and find_library methods for Fortran compilers - format command now accept stdin argument - "machine" entry in target introspection data - Add new language Linear Asm - Control the number of child processes with an environment variable - Support for Rust 2024 - Support TASKING VX-Toolset - Test targets no longer built by default - Install vcs_tag() output (From OE-Core rev: 37d4a5b2653b94d5030b5026b1ecf979420cfb20) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* efivar: enable support for riscv64Ricardo Salveti2025-01-291-1/+1
| | | | | | | | | Release 39 includes support for riscv64. (From OE-Core rev: 2644e59b0973ddb4039c8b4184842ecf310bd8d8) Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>