summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-18taskexp_ncurses: ncurses version of taskexp.pydreyna/bitbake/taskexp_ncurses_14814David Reyna
* Create an ncurses version of the GTK app "taskexp.py". * Add these additional features: - Sort tasks in recipes by their dependency order - Print individual and/or recipe-wide dependencies to a file - Add a wild card filter - Show the target recipes on BOLD * Provide a GUI self test * Provide a non-ncurses self test for ptest Signed-off-by: David Reyna <David.Reyna@windriver.com>
2024-02-17gstreamer1.0: upgrade 1.22.9 -> 1.22.10Anuj Mittal
(From OE-Core rev: d0a546e21760004897f814981445433a5d5e69a6) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17libcap-ng: fix build with swig 4.2.0Anuj Mittal
Backport an upstream patch to remove Python exception handler which is deprecated and also removed from swig. https://github.com/swig/swig/commit/736c052d7de3685be9d5c4aecee6b36273e8c319 (From OE-Core rev: 970db363039ab1c9d3cc5eb33eb834865ac340c4) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17stress-ng: upgrade 0.17.04 -> 0.17.05Anuj Mittal
(From OE-Core rev: 0a4c9943043004e5d8b67bfedea861227484790a) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17orc: upgrade 0.4.36 -> 0.4.37Anuj Mittal
(From OE-Core rev: 249efcd827b038ccdf7b96e558dc8a950f4b5f35) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17sqlite3: upgrade 3.44.2 -> 3.45.1Anuj Mittal
(From OE-Core rev: 9b24e44c4906ec205857526a181f5f6054e92dc6) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17libproxy: upgrade 0.5.3 -> 0.5.4Anuj Mittal
This includes a fix to include complete library version. Release notes: https://github.com/libproxy/libproxy/releases/tag/0.5.4 (From OE-Core rev: 0eb3a44f1e47da65a7cecb8ed812ce42c99130af) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17enchant2: upgrade 2.6.5 -> 2.6.7Anuj Mittal
(From OE-Core rev: c2159b9c689454d24071331de088b990039799a8) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17libffi: upgrade to 3.4.5Ross Burton
Drop the clang/VFP patch, merged in 00116b6. Drop the FILES for ${libdir}/libffi-${PV}, this file isn't installed. License-Update: Copyright year updated to 2024. (From OE-Core rev: e3ea7c0ae99171ebaa273f0a1f6d4fa49ed1b257) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17libadwaita: update 1.4.2 -> 1.4.3Markus Volk
============= Version 1.4.3 ============= - AdwAboutWindow - Don't pre-select the first section on the Legal page - AdwHeaderBar - Fix visibility after changing :show-back-button - AdwPreferencesWindow - Fix :visible-page and :visible-page-name docs - AdwViewSwitcherBar - Fix a warning when empty - Translation updates - French - Greek - Norwegian Bokmål (From OE-Core rev: 2ecb3e4550caab6fd0c43e862635520e1e2aee4d) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17ldconfig-native: Fix to point correctly on the DT_NEEDED entries in an ELF fileFabien Mahot
When ldconfig-native reads an ELF file, it computes an offset from a LOAD segment, to point on DT NEEDED entries of dynstr section. Without this patch, ldconfig-native uses only the first LOAD segment, even if the offset is incorrect. This patch adds conditions to compute the offset by parsing all LOAD segments, one by one. This is a backport from [0], ported to support endianness and 32/64 bits. [0]: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=58e8f5fd2ba47b6dc47fd4d0a35e4175c7c87aaa (From OE-Core rev: 22e35ccf3731164722e3cda9de1802d7326cb507) Signed-off-by: Fabien Mahot <fabien.mahot@external.desouttertools.com> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17binutils: Update to tip of 2.42 release branchKhem Raj
Brings following fixes. * 553c7f61b74 x86: Display -msse-check= default as none * 4f7d1d2d5ec PowerPC: Add support for Power11 options * 3c1f1c35784 x86-64: Add R_X86_64_CODE_6_GOTTPOFF * c426c8e307a x86/APX: VROUND{P,S}{S,D} encodings require AVX512{F,VL} * 78f9e9faaa4 PR31208, strip can break ELF alignment requirements * e19278f72bd PR 31283 windmc: Parse input correctly on big endian hosts * b76b8983116 Link x86-64 mark-plt-1.so with --no-as-needed * e92e2d654bf LoongArch: gas: Fix the types of symbols referred with %le_*_r in the symtab (From OE-Core rev: 1e24197070abbeabfca1883975b9996f29898745) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17python3-attrs: skip test failing with pytest-8Tim Orling
tests/test_funcs.py test_unknown test case is failing with pytest 8. Skip it for now until upstream has a fix. https://github.com/python-attrs/attrs/issues/1233 (From OE-Core rev: 5af87eda524bb0affe207c006f67b4191f6ce746) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17python3-pytest: upgrade 7.4.4 -> 8.0.0Wang Mingyu
Changelog: ============= #11842: Properly escape the reason of a skip mark when writing JUnit XML files. #11861: Avoid microsecond exceeds 1_000_000 when using log-date-format with %f specifier, which might cause the test suite to crash. (From OE-Core rev: a2dab7d231a235b668f639c0060362cb83ea68ab) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17meson: set the sysroot in the cross filesRoss Burton
When cross compiling we have a sysroot, so by telling Meson where it is explicitly it can do the right thing. Currently this means it just sets PKG_CONFIG_SYSROOT_DIR to the value that we already set it to, but in the future this can be used to stop Meson looking directly in /usr when it shouldn't. (From OE-Core rev: 62d4fd215a0886056d64e926f722cd07e9986118) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17linux-yocto/6.6: qemuriscv: enable goldfish RTCBruce Ashfield
Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Khem Raj Email: raj.khem@gmail.com Subject: qemuriscv32/qemuriscv64: Enable Goldfish RTC Date: Fri, 16 Feb 2024 01:05:51 -0800 This is required for the qemu based riscv system to set system time correctly. Otherwise, it falls back to defaults in /etc/timestamp which is set at image build time and is not current. Fixes hwclock: can't open '/dev/misc/rtc': No such file or directory Fri Mar 9 12:34:56 UTC 2018 hwclock: can't open '/dev/misc/rtc': No such file or directory hwclock: can't open '/dev/misc/rtc': No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: d198cd6bca370306515d5e0e8507babf05a193eb) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17linux-yocto/6.6: update CVE exclusionsBruce Ashfield
Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 9Feb24 Date: Fri, 9 Feb 2024 18:02:45 -0500 ] (From OE-Core rev: 06ec9cea78e15fb2e6b14fedf5a44a0bbd2ab90c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17linux-yocto/6.6: update to v6.6.16Bruce Ashfield
Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: eb3e299184cc Linux 6.6.16 bd8740928aac pds_core: Prevent health thread from running during reset/remove 7110e98840ee drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()' 4f89186790fe ASoC: codecs: wsa883x: fix PA volume control a499a67685af ASoC: codecs: lpass-wsa-macro: fix compander volume hack 9e0454cc9252 ASoC: codecs: wcd938x: fix headphones volume controls d821cbe902f4 ASoC: qcom: sc8280xp: limit speaker volumes c9ac947693f5 bonding: remove print in bond_verify_device_path 4caf54817650 selftests/bpf: Remove flaky test_btf_id test 46e35a506538 LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init() 78a1eb102c7f drm/msm/dsi: Enable runtime PM 18e7ab59b755 Revert "drm/amd/display: Disable PSR-SU on Parade 0803 TCON again" 6335c0cdb2ea mm, kmsan: fix infinite recursion due to RCU critical section e50c55c295d4 arm64: irq: set the correct node for shadow call stack 4f3341db4ea7 selftests: net: enable some more knobs 97d9d1fdde25 selftests: net: add missing config for NF_TARGET_TTL eb0b6fc85ca9 selftests: bonding: Check initial state 83146efc8d14 selftests: team: Add missing config options 6af17316df51 net: sysfs: Fix /sys/class/net/<iface> path e7a36b563bbd octeontx2-pf: Remove xdp queues on program detach cb0ef63e5e67 selftests: net: don't access /dev/stdout in pmtu.sh d99f772f6371 selftests: net: fix available tunnels detection eb43e8d5e059 selftests: net: add missing config for pmtu.sh tests fd0e57cb5f74 selftests: net: add missing config for nftables-backed iptables 2bbf2b1c20f9 pds_core: Rework teardown/setup flow to be more common f6ec6ac94329 pds_core: Clear BARs on reset 22cd6046eb21 pds_core: Prevent race issues involving the adminq 699f5416c33e pds_core: implement pci reset handlers 10839a1892dd pds_core: Use struct pdsc for the pdsc_adminq_isr private data b26628142b99 pds_core: Cancel AQ work on teardown 5e7f3e0381c0 af_unix: fix lockdep positive in sk_diag_dump_icons() 8160eb9a0102 net: ipv4: fix a memleak in ip_setup_cork cfe3550ea5df netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectations 25621b53377d netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting logger ce76746a1cd2 netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV 6edc89300b31 netfilter: conntrack: correct window scaling with retransmitted SYN 2d608870718f selftests: net: add missing config for GENEVE ef3d6ed3c8b3 devlink: Fix referring to hw_addr attribute during state validation d99971ec1b3a bridge: mcast: fix disabled snooping after long uptime 48129d4f967e selftests: net: Add missing matchall classifier 3151051b787f llc: call sock_orphan() at release time 13806fc09040 ipv6: Ensure natural alignment of const ipv6 loopback and router addresses 4785948b213f net: dsa: qca8k: fix illegal usage of GPIO a4b6f9de6a78 ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550() 09943985ac58 ixgbe: Refactor overtemp event handling 03c5b6d41744 ixgbe: Refactor returning internal error codes e9ad7a8060fa e1000e: correct maximum frequency adjustment values d15cc0f66884 tcp: add sanity checks to rx zerocopy f0025c92b1ba net: lan966x: Fix port configuration when using SGMII interface dcaafdba6c61 ipmr: fix kernel panic when forwarding mcast packets f9ae3a437b1f net: dsa: mt7530: fix 10M/100M speed on MT7988 switch 350a6640fac4 ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() 2d0bfd36e547 selftests: net: give more time for GRO aggregation d3ccd4f0e158 selftests: net: add missing required classifier e5d6247d7ffd selftests: net: add missing config for big tcp tests 0c2c97aa7706 net: phy: mediatek-ge-soc: sync driver with MediaTek SDK 01b4ae7e15df net: ethernet: mtk_eth_soc: set DMA coherent mask to get PPE working f08daa806ba7 gve: Fix skb truesize underestimation baa3f8b28185 selftests: net: explicitly wait for listener ready 31a6e0a87ba7 selftests: net: remove dependency on ebpf tests 54a55b632206 HID: hidraw: fix a problem of memory leak in hidraw_release() 65ead8468c21 scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler 92f0eca1fcf7 regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared interrupt register 8e4319a4e9fd kunit: run test suites only after module initialization completes 6f8277017dfb scsi: isci: Fix an error code problem in isci_io_request_build() b73ffafa0121 riscv: Fix build error on rv32 + XIP 3c0a7eac9e78 drm/amdkfd: only flush mes process context if mes support is there 8de8f000ffe1 drm: using mul_u32_u32() requires linux/math64.h 8a67b8d2ad04 wifi: cfg80211: fix RCU dereference in __cfg80211_bss_update 2d5228be5e03 perf: Fix the nr_addr_filters fix 250cfafb3e9d i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126 5ea4007636b2 drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()' 25c2de1fbd8e drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()' b02831b8a5b6 drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()' 0ee4c5829fb3 drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platform_power_management_table()' d0bc6be623ba drm/amdgpu: fix avg vs input power reporting on smu7 d8fedfb4be52 ceph: fix invalid pointer access if get_quota_realm return ERR_PTR 196b87e5c00c ceph: fix deadlock or deadcode of misusing dget() 987219b377cc ceph: reinitialize mds feature bit even when session in open 6d8b01624a25 blk-mq: fix IO hang from sbitmap wakeup race 20e81d2c4e44 virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings 752312f6a794 drm/amdkfd: Fix lock dependency warning with srcu 28d2d623d2fb drm/amdkfd: Fix lock dependency warning 6757fd72312b libsubcmd: Fix memory leak in uniq() 1229ce1c4acd misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callback 04644c18fc35 usb: xhci-plat: fix usb disconnect issue after s4 11a93a73836e 9p: Fix initialisation of netfs_inode for 9p 38d437d728bb PCI/AER: Decode Requester ID when no error info found 7ec6e908ee17 PCI: Fix 64GT/s effective data rate calculation f8dcafcb5463 spmi: mediatek: Fix UAF on device remove 952d0cbd1f68 fs/kernfs/dir: obey S_ISGID d3b08e2537bb tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTORE 10800685fd7d selftests/sgx: Fix linker script asserts 915d900f6d0f usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hub cd72da00e6a0 usb: hub: Replace hardcoded quirk value with BIT() macro 8b755fc728cd extcon: fix possible name leak in extcon_dev_register() 7c5276c44dd5 perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is present 0233b836312e PCI: switchtec: Fix stdev_release() crash after surprise hot remove cc56867d3226 PCI: Only override AMD USB controller if required a71f8c0a1ba2 mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interrupt c27d9af41a19 mfd: ti_am335x_tscadc: Fix TI SoC dependencies 9744be5e8952 xen/gntdev: Fix the abuse of underlying struct page in DMA-buf import e792a03d06b3 riscv: Make XIP bootable again aca8d2587223 i3c: master: cdns: Update maximum prescaler value for i2c clock de3e9d8e8d1a um: time-travel: fix time corruption 857710e1b11d um: net: Fix return type of uml_net_start_xmit() a4378abcbb8c um: Don't use vfprintf() for os_info() 976c46e6964c um: Fix naming clash between UML and scheduler 029479d4f1bb leds: trigger: panic: Don't register panic notifier if creating the trigger failed 6eef17a3c687 pinctrl: baytrail: Fix types of config value in byt_pin_config_set() 24d748413cc4 ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140 08dde830ab24 drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as well 583e0a336bfb drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()' ff5aefbbd82e drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()' aa1791b280ed drm/amdgpu: Fix '*fw' from request_firmware() not released in 'amdgpu_ucode_request()' 90df72694a5b Re-revert "drm/amd/display: Enable Replay for static screen use cases" 0d35c8977be8 drm/amdgpu: Let KFD sync with VM fences cef7f96a0a4c drm/amd/display: Fix minor issues in BW Allocation Phase2 0a8fc4e007b9 drm/amdgpu: Fix ecc irq enable/disable unpaired b9ecbaa6211f clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocks 49b4cab7bcbd drm/amd/display: Only clear symclk otg flag for HDMI 4033887acddc drm/amd/display: make flip_timestamp_in_us a 64-bit variable 9aa2cba7a275 accel/habanalabs: add support for Gaudi2C device 3075d01e2719 watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786 1a63d7f8aa39 watchdog: starfive: add lock annotations to fix context imbalances b9359c3a4278 clk: mmp: pxa168: Fix memory leak in pxa168_clk_init() 1cda2870d5b4 clk: hi3620: Fix memory leak in hi3620_mmc_clk_init() e7a0ee45c653 drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap 1f2b0ec25103 drm/msm/dpu: fix writeback programming for YUV cases 828282829d5a drm/msm/dpu: Ratelimit framedone timeout msgs ec2c3d3438a8 drm/msm/dpu: enable writeback on SM8450 50fc3d2199ef drm/msm/dpu: enable writeback on SM8350 3a950c56dea1 drm/amdkfd: fix mes set shader debugger process management e9ca61a7e6b0 drm/amd/display: Force p-state disallow if leaving no plane config 6750d1de747f drm/amd/display: For prefetch mode > 0, extend prefetch if possible 777ab143a0c2 media: i2c: imx335: Fix hblank min/max values 7190073513ca media: ddbridge: fix an error code problem in ddb_probe 7c180bf2967c media: amphion: remove mutext lock in condition of wait_event 342258fb46d6 IB/ipoib: Fix mcast list locking 7a9696dbad6b drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time 417b8a91f4e8 f2fs: fix to tag gcing flag on page during block migration f9902f92ce53 hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6 6f86bbf92cc5 hwmon: (nct6775) Fix fan speed set failure in automatic mode 8a315206425b media: rkisp1: resizer: Stop manual allocation of v4l2_subdev_state fab483438342 media: rkisp1: Fix IRQ disable race issue e28e80cda429 media: rkisp1: Store IRQ lines a32c20cf933b media: rkisp1: Fix IRQ handler return values e08195de19c8 media: rkisp1: Drop IRQF_SHARED 5193d26a706e media: uvcvideo: Fix power line control for SunplusIT camera 051400c305af media: uvcvideo: Fix power line control for a Chicony camera 6c0f21f86958 drm/msm/dp: Add DisplayPort controller for SM8650 70cb71c9a887 ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL 0f04f8d6168b ALSA: hda: Intel: add HDA_ARL PCI ID support c964e3b277da PCI: add INTEL_HDA_ARL to pci_ids.h 6ca8d2c068bb media: rockchip: rga: fix swizzling for RGB formats df16808b1627 media: stk1160: Fixed high volume of stk1160_dbg messages daf57c5ce16e drm/mipi-dsi: Fix detach call without attach 9b3fbff86a62 drm/framebuffer: Fix use of uninitialized variable 2cde325e185b drm/drm_file: fix use of uninitialized variable 01e7578c7cd3 drm/amd/display: Fix MST PBN/X.Y value calculations c87011986fad ASoC: amd: Add new dmi entries for acp5x platform 8b981e78d033 f2fs: fix write pointers on zoned device after roll forward 1c563c045090 drm/amd/display: Fix tiled display misalignment 1e0635bcda5b drm/bridge: anx7625: Fix Set HPD irq detect window to 2ms 8c67a27e7774 drm/panel-edp: Add override_edid_mode quirk for generic edp 02ca47143bc0 RDMA/IPoIB: Fix error code return in ipoib_mcast_join 17e1361cb91d reiserfs: Avoid touching renamed directory if parent does not change 408f4c8efddc fast_dput(): handle underflows gracefully 1b7eb3a2044b ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument 32a600b8f6f4 ALSA: hda: Refer to correct stream index at loops 2a7b12d4705b f2fs: fix to check return value of f2fs_reserve_new_block() 9916fdd8a29a net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register() failure 45d201c4335b net: kcm: fix direct access to bv_len 225b254911ef octeontx2-af: Fix max NPC MCAM entry check while validating ref_entry d973bf8ec3e8 i40e: Fix VF disable behavior to block all traffic e54c52ee07b9 arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings 8c700bed9b69 arm64: dts: sprd: Add clock reference for pll2 on UMS512 daa24d2065d0 bridge: cfm: fix enum typo in br_cc_ccm_tx_parse d1f1e11b3d30 net/smc: disable SEID on non-s390 archs where virtual ISM may be used 100089a1ec70 Bluetooth: L2CAP: Fix possible multiple reject send e266b7b2d4b5 Bluetooth: hci_sync: fix BR/EDR wakeup bug 1441054443cb Bluetooth: ISO: Avoid creating child socket if PA sync is terminating f2719ecc4637 Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066 0dc97f76d670 wifi: cfg80211: free beacon_ies when overridden from hidden BSS 9940160d12bd wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift() 5f3e436832e8 libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos 84ff6a960730 wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members 85b4f7523873 wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices 0112d7f6c6f8 arm64: dts: amlogic: fix format for s4 uart node 6bc0e112759b ice: fix pre-shifted bit usage cdb7f0e9ad25 arm64: dts: qcom: Fix coresight warnings in in-ports and out-ports f127a0b64c2d arm64: dts: qcom: msm8998: Fix 'out-ports' is a required property 73cb930505d2 arm64: dts: qcom: msm8996: Fix 'in-ports' is a required property c9851c6445e5 md: Whenassemble the array, consult the superblock of the freshest device 85f24d72b5a8 block: prevent an integer overflow in bvec_try_merge_hw_page f6791424f6f2 net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error path c11a870a73a3 net: atlantic: eliminate double free in error handling logic 334a12270c7a ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values 4b8672726d04 scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_UP_PM f92ee7113bb7 scsi: lpfc: Move determination of vmid_flag after VMID reinitialization completes 6d38434f427c scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISC 40ac9c17b6ab ARM: dts: imx23/28: Fix the DMA controller node name 3866310a77c6 ARM: dts: imx23-sansa: Use preferred i2c-gpios properties 20b1881800a1 ARM: dts: imx27-apf27dev: Fix LED name 8b9b3d9dd3cb ARM: dts: imx25/27: Pass timing0 7eadf1ff3299 ARM: dts: imx25: Fix the iim compatible string afe022417b93 selftests/bpf: fix compiler warnings in RELEASE=1 mode 03ca1747949f arm64: zynqmp: Fix clock node name in kv260 cards b00eedb225ae arm64: zynqmp: Move fixed clock to / for kv260 5b9ea86e6620 block/rnbd-srv: Check for unlikely string overflow 5e7213ca7815 ionic: bypass firmware cmds when stuck in reset fdc2e7ad7ab3 ionic: pass opcode to devcmd_wait 243749271dbc net: phy: at803x: fix passing the wrong reference for config_intr 509c223966f0 ARM: dts: imx1: Fix sram node cc1568568a31 ARM: dts: imx27: Fix sram node 28743cc68694 ARM: dts: imx: Use flash@0,0 pattern 34335be2414d ARM: dts: imx25/27-eukrea: Fix RTC node name 9e5e41f63a32 ARM: dts: rockchip: fix rk3036 hdmi ports node 23a0cdd96b01 wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 9ab224744a47 wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap() 702f1ed48e39 bpf: Set uattr->batch.count as zero before batched update or deletion 20d7686331a5 wifi: mt76: mt7996: add PCI IDs for mt7992 c4139d2faedf wifi: mt76: connac: fix EHT phy mode check d03363072251 arm64: dts: qcom: sm8350: Fix remoteproc interrupt type 03d23f7d6e9b arm64: dts: qcom: sm8450: fix soundwire controllers node name cd7d1971c4c7 arm64: dts: qcom: sm8550: fix soundwire controllers node name bd4b6397faa0 net: mvmdio: Avoid excessive sleeps in polled mode 9487d93f172a minmax: relax check to allow comparison between unsigned arguments and signed constants 701405f53d1b minmax: allow comparisons of 'int' against 'unsigned char/short' b0c7fd162fa4 minmax: fix indentation of __cmp_once() and __clamp_once() 204c653d5d0c minmax: allow min()/max()/clamp() if the arguments have the same signedness. 56dcff99005a minmax: add umin(a, b) and umax(a, b) d89ae99530d0 minmax: fix header inclusions b65b93f3dbca minmax: deduplicate __unconst_integer_typeof() 268515e9ddc6 scsi: libfc: Fix up timeout error in fc_fcp_rec_error() 01d91d66a48d scsi: libfc: Don't schedule abort twice 1f4fd12d2a0d wifi: ath12k: fix and enable AP mode for WCN7850 a9bf3a490e6a bpf: Set need_defer as false when clearing fd array during map free 483cb92334cd bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers d8bfb29484d5 wifi: rtw89: fix misbehavior of TX beacon in concurrent mode 5b34e76bbaab wifi: ath11k: fix race due to setting ATH11K_FLAG_EXT_IRQ_ENABLED too early e4f4bac7d3b6 wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstatus() e02851adca4e bpf: Fix a few selftest failures due to llvm18 change 401e139c1565 ARM: dts: imx7s: Fix nand-controller #size-cells aeefe740c85c ARM: dts: imx7s: Fix lcdif compatible 62b5830762a4 ARM: dts: imx7d: Fix coresight funnel ports 58b9d491afe2 scsi: arcmsr: Support new PCI device IDs 1883 and 1886 6e1613da0a9a scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116 177fe2a728fc scsi: mpi3mr: Add support for SAS5116 PCI IDs d7a319889498 net: usb: ax88179_178a: avoid two consecutive device resets a5bea3ae3eaf bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk b59bc7017252 PCI: Add no PM reset quirk for NVIDIA Spectrum devices d06b88b01fc1 net: phy: micrel: fix ts_info value in case of no phc 94d045510143 ARM: dts: samsung: s5pv210: fix camera unit addresses/ranges 6f7e8d3952f2 ARM: dts: samsung: exynos4: fix camera unit addresses/ranges 5b94b3a8e339 scsi: lpfc: Fix possible file string name overflow when updating firmware 61cc78be359d soc: xilinx: fix unhandled SGI warning message 4722924e7a62 soc: xilinx: Fix for call trace due to the usage of smp_processor_id() b01dbb6cfdb4 ARM: dts: qcom: msm8660: fix PMIC node labels 198bba9b9d4b ARM: dts: qcom: mdm9615: fix PMIC node labels 9d004cda161a ARM: dts: qcom: strip prefix from PMIC files ae81c559f11f selftests/bpf: Fix issues in setup_classid_environment() e54656ed6452 wifi: rt2x00: correct wrong BBP register in RxDCOC calibration d14ea4b0d85f selftests/bpf: Fix pyperf180 compilation failure with clang18 aec8c7b1334b libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET a4c79e7969af selftests/bpf: satisfy compiler by having explicit return in btf test 9e1913382b47 selftests/bpf: fix RELEASE=1 build for tc_opts 04cfe4a5da57 wifi: rt2x00: restart beacon queue when hardware reset 7b1bb9a40b38 wifi: rtw89: fix timeout calculation in rtw89_roc_end() 8b1413dbfe49 ext4: avoid online resizing failures due to oversized flex bg 04cf95f7a77a ext4: remove unnecessary check from alloc_flex_gd() 903547ea2498 ext4: unify the type of flexbg_size to unsigned int c1eacba3b77c ext4: fix inconsistent between segment fstrim and full fstrim d08534ebc347 ecryptfs: Reject casefold directory inodes 8c944f8a4139 smb: client: fix hardlinking of reparse points c586b0c7466e smb: client: fix renaming of reparse points d91ecb894aed ext4: treat end of range as exclusive in ext4_zero_range() 69c7eeb4f622 SUNRPC: Fix a suspicious RCU usage warning 15893975e9e3 sysctl: Fix out of bounds access for empty sysctl registers c87d7d910775 KVM: s390: fix setting of fpc register 02c6bbfb08ba s390/ptrace: handle setting of fpc register correctly 06dfeba8a8b8 s390/vfio-ap: fix sysfs status attribute for AP queue devices 64e7f102c301 arch: consolidate arch_irq_work_raise prototypes 05a8ba5c1e59 s390/boot: always align vmalloc area on segment boundary 6996d43b1448 jfs: fix array-index-out-of-bounds in diNewExt 0cb7eafed540 rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock() 08ade0fa6103 afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*() 8d742c4a8b2b afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu() 464a0ca0f05a crypto: stm32/crc32 - fix parsing list of devices d48760461aeb erofs: fix ztailpacking for subpage compressed blocks 8b18d5f5454e crypto: octeontx2 - Fix cptvf driver cleanup c7ff77b7db34 crypto: starfive - Fix dev_err_probe return error 3f691aa676f2 erofs: fix up compacted indexes for block size < 4096 0593cfd321df pstore/ram: Fix crash when setting number of cpus to an odd number af8bdab2adb8 crypto: p10-aes-gcm - Avoid -Wstringop-overflow warnings b0af4adaedc6 hwrng: starfive - Fix dev_err_probe return error 1696d6d7d4a1 jfs: fix uaf in jfs_evict_inode 2e16a1389b5a jfs: fix array-index-out-of-bounds in dbAdjTree 7110650b85dd jfs: fix slab-out-of-bounds Read in dtSearch edff092a5926 UBSAN: array-index-out-of-bounds in dtSplitRoot 6a44065dd604 FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree fcecef9a84f6 thermal: core: Fix thermal zone suspend-resume synchronization 410063c9e100 ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events 0aedb319ef3e PM / devfreq: Synchronize devfreq_monitor_[start/stop] 29482da8ffa1 kunit: tool: fix parsing of test attributes f6bda2950122 ACPI: NUMA: Fix the logic of getting the fake_pxm value a95c77f93606 selftests/nolibc: fix testcase status alignment f066171de33d ACPI: extlog: fix NULL pointer dereference check 3bbbe5902229 PNP: ACPI: fix fortify warning abd97ccfb3d3 ACPI: video: Add quirk for the Colorful X15 AT 23 Laptop 129db2ded6e6 audit: Send netlink ACK before setting connection in auditd_set 3023b44a304e regulator: core: Only increment use_count when enable_count changes d396f97648bf debugobjects: Stop accessing objects after releasing hash bucket lock 814173380135 perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file 04c6948db0ff x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel 28b8ba8eebf2 powerpc/lib: Validate size for vector operations 39ba91d29fdb powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE f77cb0471ec0 x86/boot: Ignore NMIs during very early boot 2074271ac73c powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping() 82e40455715f powerpc/mm: Fix build failures due to arch_reserved_kernel_pages() 641c67d59fd0 powerpc: Fix build error due to is_valid_bugaddr() fabdc0422cc5 drivers/perf: pmuv3: don't expose SW_INCR event in sysfs 40a5dce893f0 arm64: irq: set the correct node for VMAP stack 145febd85c3b powerpc/mm: Fix null-pointer dereference in pgtable_cache_add c918aac94262 asm-generic: make sparse happy with odd-sized put_unaligned_*() 55ae38ffa0f4 Documentation/sphinx: fix Python string escapes (From OE-Core rev: 897d2d843d9e734f60fb39150d656ee54838b9ba) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17sstate-cache-management: fix regex for 'sigdata' stamp filesAndré Draszik
Given file names like 6.4.do_fetch.sigdata.821b6c62f9f2bd8b7e1378656b8319697a21f6f6e4a351f98dc325a18ef7ed0f, I'm pretty sure we want to match the dot here, not any character. Fixes: 2fa1b25d7485 ("sstate-cache-management: Rewrite in python") in oe-core Fixes: b723fcaac52f ("sstate-cache-management: Rewrite in python") in poky (From OE-Core rev: 64281de7e352aaf48aa8c60b68633c54471fe353) Signed-off-by: André Draszik <andre.draszik@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17u-boot: Pass in prefix mapping variables to the compilerRichard Purdie
Avoid: u-boot-1_2024.01-r0 do_package_qa: QA Issue: File /boot/u-boot-qemuriscv64-2024.01-r0.elf in package u-boot contains reference to TMPDIR [buildpaths] by ensuring the compiler has the prefix mapping options passed in to it to correctly remap the source paths and avoid the warning. (From OE-Core rev: 85c6b06da641fdaf09f2cfe7066e0cf1185c7969) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-17kernel-devsrc: Improve vdso-offsets handling for qemuriscv64Richard Purdie
Fix: kernel-devsrc-1.0-r0 do_package_qa: QA Issue: File /lib/modules/6.6.15-yocto-standard/build/include/generated/.compat_vdso-offsets.h.cmd in package kernel-devsrc contains reference to TMPDIR [buildpaths] by adding to the list of files we do this with. Also drop the conditional since rm -f handles this. This only apppears for qemurisc*. (From OE-Core rev: a8fde81958fef39589e0df3f57c1dffd028d1631) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16meta/conf/templates/default/conf-notes.txt: removeAlexander Kanavin
This is present in the poky repository, even though it should not be: https://git.yoctoproject.org/poky/tree/meta/conf/templates/default I couldn't find which tool leaves the file in place when combining oe-core/bitbake/meta-yocto repos into poky, so this patch is rather a request to point me to where it happens (or just fix it directly there). Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16llvm: Upgrade to LLVM-18 RC2Khem Raj
Final Release is coming in first week of March (From OE-Core rev: 25b093a30566ad6fd6dc0fdfdd413db7020559bb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16waf.bbclass: Print waf output on unparsable versionYoann Congal
On AB runs of reproducible-meta-oe/Repro meta-oe/meta-oe, "waf --version" does not seem to contain the version but an error message with "RuntimeWarning: <something>" [0]. Since the actual output is not saved anywhere, it is quite hard to debug. This patch detects the problematic case and send it to the log where it will be seen and fixed. As a side-effect, this error will now only be a warning. Here is a partial backtrace for this (full back trace visible in [0]): NOTE: recipe mpv-0.35.1-r0: task do_configure: Started ERROR: mpv-0.35.1-r0 do_configure: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_func_python() autogenerated', lineno: 2, function: <module> *** 0002:waf_preconfigure(d) File: '$TOP/meta/classes-recipe/waf.bbclass', lineno: 58, function: waf_preconfigure 0056: result = subprocess.check_output([python, wafbin, '--version'], cwd=subsrcdir, stderr=subprocess.STDOUT) 0057: version = result.decode('utf-8').split()[1] *** 0058: if bb.utils.vercmp_string_op(version, "1.8.7", ">="): [...] File: '$TOP/bitbake/lib/bb/utils.py', lineno: 91, function: split_version *** 0091: e = int(s.split(":")[0]) Exception: ValueError: invalid literal for int() with base 10: 'RuntimeWarning' [0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/11/steps/32/logs/stdio line 31883 (From OE-Core rev: 4a82c7ca74075b4c22be94891eecc24238bd0e65) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16patchtest-send-results: add --debug optionTrevor Gamblin
Add a -d/--debug option to patchtest-send-results so that the contents of the constructed raw email can be checked without actually sending anything to the list or patch author. (From OE-Core rev: e50827d23fd3789e7a13df6918a06b198bbf4f95) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16patchtest: Fix grammar in log outputTrevor Gamblin
(From OE-Core rev: ded6eb17dc423988cc975d72c36fe9ba6f28eab8) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16xz: upgrade 5.4.5 -> 5.4.6Denys Dmytriyenko
Project has made changes to the site structure: https://tukaani.org/ | The XZ projects were moved to their own website on xz.tukaani.org in | January 2024. The old links will be kept working via redirections. While old release tarballs are still being accesible on the site via redirects, new releases are no longer hosted on the site and point directly to github - update SRC_URI. The website change was mentioned in the COPYING file, changing its hash. Full Changelog: https://github.com/tukaani-project/xz/releases/tag/v5.4.6 License-Update: new URL due to website restructure (From OE-Core rev: 9cc6c809c154019afe3bf6e6d617eab640faa4d0) Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16zlib: upgrade 1.3 -> 1.3.1Denys Dmytriyenko
Refresh local patch. Changelog: https://github.com/madler/zlib/releases/tag/v1.3.1 (From OE-Core rev: 186475e244d9622817b5a50e83cbfe1e4ed78e34) Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16devtool: modify: Correct appending of type=git-dependency to URIsPeter Kjellerstedt
A missing space when using :append would lead to run-on URIs if there was no whitespace at the end of the original SRC_URI. (From OE-Core rev: 4de0c679e4b1a3cb394f348d625b97ad73f1efe7) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16python3-poetry-core: upgrade 1.8.1 -> 1.9.0Tim Orling
This version deprecates "poetry.core.masonry.builder", but we detect "poetry.core.masonry.api" in recipetool and nothing has broken our build of wheels. Thanks to Ross for noticing that the "from poetry.core.masonry.builders.wheel import WheelBuilder" is not a massive change in practice. Changes: 1.9.0 - 2024-02-02 Added * Add a to key in tool.poetry.packages to allow custom subpackage names (#672). * Add support for path dependencies that do not define a build system (#675). * Add a tool.poetry.package-mode key to support non-package mode (#661). Changed * Update list of supported licenses (#659, #669, #678, #694). * Improve support for PEP 691 JSON-based Simple API (#664). * Establish zipapp compatibility (#670). * Rework list of files included in build artifacts (#666). * Improve performance by treating collections in packages as immutable (#663). * Deprecate poetry.core.masonry.builder (#682). * Deprecate scripts that depend on extras (#690). Fixed * Fix an issue where insignificant errors were printed if the working directory is not inside a git repository (#684). * Fix an issue where the project's directory was not recognized as git repository on Windows due to an encoding issue (#685). Vendoring * fastjsonschema==2.19.1 * lark==1.1.8 https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md#190---2024-02-02 (From OE-Core rev: 651fc15e1403268aca19bd1453b3796d1effa559) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16openssh: Add a work around for ICE on mips/mips64Richard Purdie
Unfortunately the new openssh version has an ICE on mips. This looks similar to: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104817 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104820 Given how long these have been open, workaround the issue by disabling the compiler hardening options on mips. It is likely better to do this than have the open CVEs for everyone as we can't upgrade. An example: | during RTL pass: zero_call_used_regs | clientloop.c: In function 'client_loop': | clientloop.c:1699:1: internal compiler error: in int_mode_for_mode, at stor-layout.cc:407 | 1699 | } | | ^ | 0x14d0acc internal_error(char const*, ...) | ???:0 | 0x5cf765 fancy_abort(char const*, int, char const*) | ???:0 | 0x826f1f emit_move_insn_1(rtx_def*, rtx_def*) | ???:0 | 0x8270c5 emit_move_insn(rtx_def*, rtx_def*) | ???:0 | 0xb7b994 default_zero_call_used_regs(HARD_REG_SET) | ???:0 | Please submit a full bug report, with preprocessed source (by using -freport-bug). | Please include the complete backtrace with any bug report. (From OE-Core rev: 5b290566519a87c563945a033cb49863317ad63d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16openssh: upgrade 9.5p1 -> 9.6p1Tim Orling
* Relocate Upstream-Status in 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch so it will not throw an error in AUH https://www.openssh.com/txt/release-9.6 https://github.com/openssh/openssh-portable/compare/V_9_5_P1...V_9_6_P1 https://nvd.nist.gov/vuln/detail/CVE-2023-48795 https://nvd.nist.gov/vuln/detail/CVE-2023-51384 https://nvd.nist.gov/vuln/detail/CVE-2023-51385 CVE: CVE-2023-48795 CVE: CVE-2023-51384 CVE: CVE-2023-51385 (From OE-Core rev: 8416c8d1b57dd6c9c7890aac962feb63bac6429b) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-16mesa: update 24.0.0 -> 24.0.1Markus Volk
(From OE-Core rev: 4c846cef03c6d56b2dc26d5edb50d2498205a549) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15ptest-runner: Bump to 2.4.3 (92c1b97)Anibal Limon
Pull small fixed related to secure builds, handling of rc in every ptest and better tests output when timeout. Changes, 92c1b97 Do not reset error counter before each test 7de7e2b utils: run_child fix security flags build 6a9fba2 utils.c: get_available_ptests fix security flags compilation 5b8ad9a tests: Ensure that timeouts still print ERROR d939217 SECURITY.md: Add file (From OE-Core rev: 1d8a8487d300332c796a7555644bb370fc858f6f) Signed-off-by: Anibal Limon <anibal@limonsoftware.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15patchtest-send-results: use Message-ID directlyTrevor Gamblin
There's no need to use regex for extracting the Message-ID field from the patch email and mangle it by removing the angle brackets in the process. Pull it directly from the mbox so that Patchtest's replies have even fewer differences when compared to other replies. Also add a TODO so that it's clear this needs adjustment when full series support is added. (From OE-Core rev: 1ce51580a23869a9c0f409446ff717d471fb60db) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15valgrind: Skip 22 arm64 ptestsRandy MacLeod
With the 3.22 upgrade 21 additional tests fail on qemuarm64. Skip them until the problems are resolved. Tracked by: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15399 (From OE-Core rev: 2fe9097c8c3944ab89d12fd29bcd0fc2d0d195e3) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15valgrind: skip 14 ptests in 3.22Randy MacLeod
Sort the ptest depenencies into a somewhat alpahbetical order. Add python3-compile for ptests. Add softlinks for cachegrind to eliminate a warning seen in those tests. The folowing tests fail after the 3.22 update: memcheck/tests/linux/dlclose_leak-no-keep memcheck/tests/linux/dlclose_leak memcheck/tests/wrap1 memcheck/tests/wrap2 ... memcheck/tests/wrap8 cachegrind/tests/wrap5 massif/tests/bug469146 massif/tests/new-cpp massif/tests/overloaded-new Omit these tests until they are fixed. Tracked by: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15399 === Test Summary === TOTAL: 778 PASSED: 759 FAILED: 0 SKIPPED: 19 (From OE-Core rev: 8203bfac493226c26f0d6db0f653868605433b6f) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15valgrind: update from 3.21.0 to 3.22.0Randy MacLeod
Full release notes: https://valgrind.org/docs/manual/dist.news.html In summary, there is a new configure option: --with-gdbscripts-dir that lets you install the gdb valgrind python monitor scripts in a specific location. It's not used in the valgrind recipe yet. Also, there were a few Memcheck and Cachegrind improvements made and many bugs fixed. The update required removing the patch: 0001-none-tests-x86-linux-seg_override.c-add-missing-incl.patch as it's dealt with by these commits: f7e4bb4af Bug 382034 - Testcases build fixes for musl 306232d40 musl: another fix for building testcases as described on: https://bugs.kde.org/show_bug.cgi?id=382034 Drop: 002-context-APIs-are-not-available-on-musl.patch since this is handled in a different way by the following upstream commits: c9e88f345 configure, drd: Only build the swapcontext test if swapcontext() is available 7cd4d7816 memcheck/tests/linux/stack_changes: Only run this test if setcontext() is available And the that tracked the error: https://bugs.kde.org/show_bug.cgi?id=434775 is closed. No regression in musl qemux86-64/kvm ptest results. Drop: 0001-fix-opcode-not-supported-on-mips32-linux.patch The resolved (works for me) upstream defect rejected this patch: https://bugs.kde.org/show_bug.cgi?id=396905 and suggested using CFLAGS="-mips32". With this patch dropped, the qemumips build succeeds perhaps due to using -march=mips32r2 Drop: 0001-Make-local-functions-static-to-avoid-assembler-error.patch since this was fixed upstream by commit: d6da48fe5 mips: use local labels for do_acasW() Confirmed with: MACHINE=qemumips TCLIBC=musl bitbake valgrind Ptest Resutls for qemux86-64/kvm glibc: === Test Summary === TOTAL: 792 PASSED: 759 FAILED: 14 SKIPPED: 19 musl: === Test Summary === TOTAL: 792 PASSED: 559 FAILED: 211 SKIPPED: 22 (From OE-Core rev: a04c7714e9f69b7a3fc36adecf7e55c0fcfaa891) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15valgrind: make ptest depend on all componentsRandy MacLeod
When the helper scripts were split into separate packages, they weren't added as ptest dependencies. Fix that. (From OE-Core rev: 81c15142889ccb6cc2f2a00e7cdb92bcb36ca12c) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15bash: nativesdk-bash does not provide /bin/bash so don't claim toMaanya Goenka
The package nativesdk-sdk-provides-dummy already provides /bin/sh and /bin/bash and nativesdk-bash does not provide them, it provides them in ${nativesdk_bindir}. Tweak the definition to class-target only to avoid this. [RP: Tweaked wording to clarify] (From OE-Core rev: 4362867cc21a0b8ec6a780258859ce8b7c13ae02) Signed-off-by: Maanya Goenka <maanyagoenka@microsoft.com> Signed-off-by : Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15busybox: Explicitly specify tty device for serial consolesAleksey Smirnov
Description: In case of two or more consoles are in inittab, and not specified tty device for first one, some keys works improperly, ex: arrows, backspace, pgup/pgdown; The patch is fixes this issue. (From OE-Core rev: 7eea4ef84d74e618fb00fa73c773acdf775d052a) Signed-off-by: Aleksey Smirnov <aleksey.smirnov@yadro.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15tzdata : Upgrade to 2024aPriyal Doshi
(From OE-Core rev: 5abbd0abf992ce8d11f3ae31fb1d83d97f5319fa) Signed-off-by: Priyal Doshi <pdoshi@mvista.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15meson: remove TMPDIR workaroundRoss Burton
We had to export TMPDIR because Meson was writing temporary files into /tmp and then trying to run them, but some systems had /tmp mounted noexec. This is now solved upstream as of meson commit 1e182b5 (which was part of Meson 0.52.0), and these temporary files are written to the build tree instead. (From OE-Core rev: 1809d20f92dc0e4eff19cf081ca78a9f30deb611) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15mesa: update 23.3.5 -> 24.0.0Markus Volk
- refresh 0001-meson.build-check-for-all-linux-host_os-combinations.patch - rework VIDEO_CODECS. mesa now provides options for 'all' and 'all_free' Adjust accordingly. Free codecs are built by default: Codecs : av1dec av1enc vp9dec If LICENSE_FLAGS_ACCEPTED contains 'commercial' all supported codecs are built: Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc vp9dec (From OE-Core rev: 8975bf600de8a3faa8d222f50beb1e2b02fb2870) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15patchtest: log errors and failures at endSimone Weiß
At the moment, running patchtest locally will only print failures and errors to the log when the not passing test case is executed. This might lead to people overlooking issues with their patches, so print a log line at the end if testcases showed issues. This should make it more easy to spot then before. Fixes [YOCTO #15389] (From OE-Core rev: 84ca5a5f5a44de6ed4551ab08e58087aaa7e1369) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15python3-unittest-automake-output: upgrade to 0.2Ross Burton
Specifically this fixes the issue where if a pytest test suite fails during collection then the errors are hidden. (From OE-Core rev: db0e82135ce73d0d6d55b2c2ac17a3fdec8aca99) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15qemu: disbale AF_XDP network backend supportJose Quaresma
This fix some host contaminations issues: | /poky/build/tmp/hosttools/ld.bfd: libcommon.fa.p/net_af-xdp.c.o: undefined reference to symbol 'bpf_xdp_detach@@LIBBPF_0.7.0' | /poky/build/tmp/hosttools/ld.bfd: /usr/lib/libbpf.so.1: error adding symbols: DSO missing from command line | collect2: error: ld returned 1 exit status The AF_XDP network backend support [1] requires the libxdp that is not available in any layer, otherwise you can configure this option: | PACKAGECONFIG[af-xdp] = "--enable-af-xdp,--disable-af-xdp,libxdp" [1] https://github.com/qemu/qemu/commit/cb039ef3d9e3112da01e1ecd9b136ac9809ef733 (From OE-Core rev: c2524614e49aee95b23d7bc162b1a30dee8cf59c) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15python3: move dataclasses to python3-coreRoss Burton
For some reason dataclasses was being packaged in the -profile subpackage, which doesn't make sense as this is a core piece of the runtime support. (From OE-Core rev: bc17d33b30a6d5d970f390becf726e852fd0cc16) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-15python3-cryptography: upgrade 41.0.7 to 42.0.2Tim Orling
* Also upgrade python3-cryptography-vectors * Drop patch for 9129, fixed upstream * Refresh pyproject.toml --benchmark-disable patch * Refresh -crates.inc Changes: https://cryptography.io/en/latest/changelog/#v42-0-2 https://cryptography.io/en/latest/changelog/#v42-0-1 https://cryptography.io/en/latest/changelog/#v42-0-0 https://github.com/pyca/cryptography/compare/41.0.7...42.0.2 RP: Add new REPENDS on python3-mmap for ptest RP: Increase memory in ptest image to avoid test failures (From OE-Core rev: 45ee8ae2f6173a11e6d004c8eeba138073b84d18) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-14glib-2.0: backport memory monitor test fixesRoss Burton
We've been seeing the memory-monitor-dbus test case fail occasionally on the autobuilder. Luckily there have been a series of fixes upstream to fix races in the test case, so backport these and hopefully they fix the issue. [ YOCTO #15362 ] (From OE-Core rev: 311d2606a70528e14093dd93178a2c7170718333) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>