summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-16wic: rawcopy: Add support for packed imagesStefan Herbrechtsmeier
Add support for packed images to wic rawcopy handler do minimize disk usage in deploy directory and reuse of packed images between wic and swupdate. Add `unpack` to sourceparams to unpack an bz2, gz and xz archives. Example: part / --source rawcopy --sourceparams="file=core-image-minimal-qemu.ext4.gz,unpack" (From OE-Core rev: 4c97d25791389ece041565981ba3207ce9949a1a) Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-16wic: partition: Support valueless keys in sourceparamsStefan Herbrechtsmeier
Accept valueless keys in sourceparams without equals sign (=) to match the comment and support Boolean entries. (From OE-Core rev: 052a9b0f7d2ee5c284cf1b4f1f45caed0489221a) Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-16mc: fix build if ncurses have been configured without wide charactersChristian Eggers
Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide character support for ncurses. The new patch fixes the build of mc for this case. Since 9000f8033662, NCURSES_WIDECHAR is set explicitly to 1 for musl. This doesn't work for ENABLE_WIDEC==false. In this case, NCURSES_WIDECHAR must be set explicitly to 0, as curses.h does not record whether the ncurses library has actually been built with or without wide characters. Fixes: 9000f8033662 ("mc: upgrade 4.8.25 -> 4.8.26") (From OE-Core rev: b176d86f5292c0e8cca2500be03ed392d59cedb3) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-16openssl: Add perl functionality test to do_configureRichard Purdie
Loading the POSIX module after loading others in perl causes errors to get hidden. The resulting build failures are obtuse and hard to debug. We see this quite often when we upgrade glibc but not uninative and there are symbol mismatches. Add a quick test to the start of configure which tests perl operates correct and shows a much more obvious error if it isn't since the POSIX module doesn't have to reload. An example of the new error is: | Can't load 'XXX/buildtools-extended-tarball/1.0-r0/testimage-sdk/XXX/openssl-native/3.0.1-r0/recipe-sysroot-native/usr/lib/perl5/5.34.0/x86_64-linux/auto/POSIX/POSIX.so' for module POSIX: | XXX/buildtools-extended-tarball/1.0-r0/testimage-sdk/sysroots-uninative/x86_64-linux/lib/libm.so.6: version `GLIBC_2.35' not found | (required by XXX/buildtools-extended-tarball/1.0-r0/testimage-sdk/XXX/openssl-native/3.0.1-r0/recipe-sysroot-native/usr/lib/perl5/5.34.0/x86_64-linux/auto/POSIX/POSIX.so) at | XXX/buildtools-extended-tarball/1.0-r0/testimage-sdk/XXX/openssl-native/3.0.1-r0/recipe-sysroot-native/usr/lib/perl5/5.34.0/XSLoader.pm line 111. | at XXX/buildtools-extended-tarball/1.0-r0/testimage-sdk/XXX/openssl-native/3.0.1-r0/recipe-sysroot-native/usr/lib/perl5/5.34.0/x86_64-linux/POSIX.pm line 24. which clearly shows the glibc symbol issue. (From OE-Core rev: 684b656c5e6bf8cb10467c8d0fff1a9eeaf4256f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-16binutils: Upgrade to 2.38 releaseKhem Raj
Release Notes are here [1] [1] https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00009.html (From OE-Core rev: 77a1038828e638518dceda969da0817aa13eb5d3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-16diffutils: Link with libbcrypt on mingwKhem Raj
This ensures that symbol is found in the library which is providing it in mingw runtime >= 9.0.0 (From OE-Core rev: 0299adf2e6dc780a31ec5a5403ab9d0c0f8c9103) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-16linux-yocto/5.15: fix dssall build error with binutils 2.3.8Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.15: 7f685244afb3 powerpc/mm: Switch obsolete dssall to .long (From OE-Core rev: 8f500f087ffc1471ac997ce8bf0d47171ca846a6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-16linux-yocto/5.10: fix dssall build error with binutils 2.3.8Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.10: c0b313d988a1 powerpc/mm: Switch obsolete dssall to .long (From OE-Core rev: b063ee0529c02f8b31a1034289ea1a202e496d0b) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-14core-image-weston-sdk: synchronize with core-image-sato-sdkAlexander Kanavin
(From OE-Core rev: 81cae8ba73698c3c96a8e3a6a774c7068899aa6e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-14linux-yocto/5.10: ppc/riscv: fix build with binutils 2.3.8Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.10: 1bd813fe8d0e riscv: fix build with binutils 2.38 835a2d1b24c6 powerpc/lib/sstep: fix 'ptesync' build error (From OE-Core rev: 8279495332f560902a9c264939da50b8302828b6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-14linux-yocto/5.15: ppc/riscv: fix build with binutils 2.3.8Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.15: 20301aeb1a64 riscv: fix build with binutils 2.38 9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error (From OE-Core rev: fcc87edb7bda5e75e6c5c1b8803535fd6e16543a) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-14linux-yocto/5.10: update to v5.10.99Bruce Ashfield
Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: fb063a6465f9 Linux 5.10.99 4889d6ee9e48 selftests: nft_concat_range: add test for reload with no element add/del 557727313534 cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning f1f7d1a22fd7 net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHY 84b76a509cc3 ext4: fix incorrect type issue during replay_del_range 62e46e0ffc02 ext4: fix error handling in ext4_fc_record_modified_inode() 764793b4a5d0 ext4: fix error handling in ext4_restore_inline_data() 6c5bd55e36d3 ext4: modify the logic of ext4_mb_new_blocks_simple 8d71fc23fcb8 ext4: prevent used blocks from being allocated during fast commit replay ef2053afd71e EDAC/xgene: Fix deferred probing 2a12faf55bae EDAC/altera: Fix deferred probing dd274cf85269 x86/perf: Default set FREEZE_ON_SMI for all 456f041e0359 perf/x86/intel/pt: Fix crash with stop filters in single-range mode 8c0e6a8a630e perf stat: Fix display of grouped aliased events 57e8859acc60 fbcon: Add option to enable legacy hardware acceleration 460f6b1a238d Revert "fbcon: Disable accelerated scrolling" 460aa9d87340 rtc: cmos: Evaluate century appropriate 2324f5fcdf9d tools/resolve_btfids: Do not print any commands when building silently 1536fafa23ac selftests: futex: Use variable MAKE instead of make 8f0fff8b5968 selftests/exec: Remove pipe from TEST_GEN_FILES 6304a613a97d bpf: Use VM_MAP instead of VM_ALLOC for ringbuf f744a064041c gve: fix the wrong AdminQ buffer queue index check 51e88e892273 nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client. ec4334152dae scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe fd482f2d63db pinctrl: bcm2835: Fix a few error paths 752d9eafc64e pinctrl: intel: fix unexpected interrupt 14bc9978b486 pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line 5a45448ac95b ASoC: max9759: fix underflow in speaker_gain_control_put() 02f459719832 ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name cb5f1fbd1f22 ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes 56e0747d59ac ASoC: fsl: Add missing error handling in pcm030_fabric_probe 3e698375517d drm/i915/overlay: Prevent divide by zero bugs in scaling 9ea018536111 net: stmmac: ensure PTP time register reads are consistent 41df2da2c1f3 net: stmmac: dump gmac4 DMA registers correctly 114bf9350413 net: macsec: Verify that send_sci is on when setting Tx sci explicitly 2e7f5b6ee1a7 net: macsec: Fix offload support for NETDEV_UNREGISTER event 87b1c9fab6fe net: ieee802154: Return meaningful error codes from the netlink helpers 78b3f20c17cb net: ieee802154: ca8210: Stop leaking skb's 0bfe50dc5d91 net: ieee802154: mcr20a: Fix lifs/sifs periods 75bbda318987 net: ieee802154: hwsim: Ensure proper channel selection at probe time e895e067d73e spi: uniphier: fix reference count leak in uniphier_spi_probe() ec942d08e070 spi: meson-spicc: add IRQ check in meson_spicc_probe c2cf65e1008b spi: mediatek: Avoid NULL pointer crash in interrupt 30e05c98b99d spi: bcm-qspi: check for valid cs before applying chip select 6d226e8afe88 iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() 9d9995b0371e iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() b3958d315163 RDMA/mlx4: Don't continue event handler after memory allocation failure d3f8b927df2f RDMA/siw: Fix broken RDMA Read Fence/Resume logic. c7db20f5be73 IB/rdmavt: Validate remote_addr during loopback atomic tests 75c610212b9f RDMA/ucma: Protect mc during concurrent multicast leaves 371979069a57 RDMA/cma: Use correct address when leaving multicast group aa4ecd995f59 memcg: charge fs_context and legacy_fs_context 080f371d984e Revert "ASoC: mediatek: Check for error clk pointer" 4a9bd1e6780f IB/hfi1: Fix AIP early init panic 5d40f1bdad3d dma-buf: heaps: Fix potential spectre v1 gadget 30de3bc09978 block: bio-integrity: Advance seed correctly for larger interval sizes 352715593e81 mm/kmemleak: avoid scanning potential huge holes 7053188ddba3 mm/pgtable: define pte_index so that preprocessor could recognize it bce7f5d74d74 mm/debug_vm_pgtable: remove pte entry from the page table 2d83a7463d75 nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts() a0c73dbdd197 drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina panels f071d9fa8575 drm/nouveau: fix off by one in BIOS boundary checking 32747e01436a btrfs: fix deadlock between quota disable and qgroup rescan worker aa5d406153c5 ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after reboot from Windows d4aa3a98596f ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer chipset) 3a8a8072e32b ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 quirks 532cde962f5f ALSA: hda/realtek: Add quirk for ASUS GU603 410f231fd70c ALSA: hda: realtek: Fix race at concurrent COEF updates a7de1002135c ALSA: hda: Fix UAF of leds class devs at unbinding 470bbb9cbd8f ALSA: usb-audio: Correct quirk for VF0770 6877f87579ed ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx() 038f8b7caa74 ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx() a9394f21fba0 ASoC: ops: Reject out of bounds values in snd_soc_put_volsw() 0ff6b8050695 audit: improve audit queue handling when "audit=1" on cmdline f446089a268c selinux: fix double free of cond_list on error paths 12a0a56cbae3 Linux 5.10.98 97a47e25559e Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" again e27042060f81 Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" c8ed22bd97d4 Linux 5.10.97 176356550ced tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() 32e179971085 af_packet: fix data-race in packet_setsockopt / packet_setsockopt aa9e96db3121 cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() 3bbe2019dd12 rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() e7be56926397 net: sched: fix use-after-free in tc_new_tfilter() 7b4741644cf7 fanotify: Fix stale file descriptor in copy_event_to_user() 4d3fcfe84648 net: amd-xgbe: Fix skb data length underflow cadfa7dce526 net: amd-xgbe: ensure to reset the tx_timer_active flag 77534b114f24 ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback b4ced7a46d9f net/mlx5: E-Switch, Fix uninitialized variable modact 502c37b033fa net/mlx5: Use del_timer_sync in fw reset flow of halting poll a01ee1b8165f net/mlx5e: Fix handling of wrong devices during bond netevent 1fc3444cda9a cgroup-v1: Require capabilities to set release_agent ac4ba79bb028 drm/vc4: hdmi: Make sure the device is powered with CEC 46f919c6bdc5 x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN fbdbf6743f77 x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPIN d4e4e61d4a5b psi: Fix uaf issue when psi trigger is destroyed while being polled 080dbe7e9b86 KVM: x86: Forcibly leave nested virt when SMM state is toggled 063029a8820e Revert "drivers: bus: simple-pm-bus: Add support for probing simple bus only devices" 42fdbf8b7dab net: ipa: prevent concurrent replenish ad81380d3a48 net: ipa: use a bitmap for endpoint replenish_enabled 2ed912e3e057 net: ipa: fix atomic update in ipa_endpoint_replenish() 3b4c966fb156 PCI: pciehp: Fix infinite loop in IRQ handler upon power fault (From OE-Core rev: 1da72913333948e8c63d39033d38f19d9cdd322e) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-14linux-yocto/5.15: update to v5.15.22Bruce Ashfield
Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 0bf5b7cc9848 Linux 5.15.22 3853c4e27149 selftests: netfilter: check stateless nat udp checksum fixup b84753200e79 selftests: nft_concat_range: add test for reload with no element add/del 7c0ee51fe998 gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() 3d631a1af0d7 gpio: idt3243x: Fix an ignored error return from platform_get_irq() ff43b75eea32 tools include UAPI: Sync sound/asound.h copy with the kernel sources f5afdefe188e cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning e4a7e1418ab7 net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHY f187daed64e1 ext4: fix incorrect type issue during replay_del_range 1b6762ecdf3c ext4: fix error handling in ext4_fc_record_modified_inode() ce38bb98cec7 ext4: fix error handling in ext4_restore_inline_data() 869cb287d893 ext4: modify the logic of ext4_mb_new_blocks_simple 0cb4480bc4f4 ext4: prevent used blocks from being allocated during fast commit replay d583cb17ee50 EDAC/xgene: Fix deferred probing c6c04bb32b73 EDAC/altera: Fix deferred probing 587dadb43c9a x86/perf: Default set FREEZE_ON_SMI for all e83d941fd344 perf/x86/intel/pt: Fix crash with stop filters in single-range mode 0f4dcaeaf6ae perf stat: Fix display of grouped aliased events 64e133ce280b perf: Copy perf_event_attr::sig_data on modification 9a60e92b76d6 kvm/arm64: rework guest entry logic 83071e2dad68 kvm: add guest_state_{enter,exit}_irqoff() aba976f96bbc rtc: cmos: Evaluate century appropriate 3b5fcdfab628 e1000e: Separate ADP board type from TGP b3a4d501e91c tools/resolve_btfids: Do not print any commands when building silently 7620887a7779 selftests: futex: Use variable MAKE instead of make c5610494fd45 selftests/exec: Remove pipe from TEST_GEN_FILES 5e457aeab52a bpf: Use VM_MAP instead of VM_ALLOC for ringbuf 62ab929a8f6b gve: fix the wrong AdminQ buffer queue index check 3611f4f91e11 nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client. 2f5a1ac68bdf scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe 0bb4c6b9ecff pinctrl: bcm2835: Fix a few error paths 3cdcfa3c526e pinctrl: intel: fix unexpected interrupt ca63438dc5c4 pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line d4036172ca3b pinctrl: sunxi: Fix H616 I2S3 pin data f00012885e70 ASoC: codecs: wcd938x: fix return value of mixer put function b54ff87a1567 ASoC: codecs: lpass-rx-macro: fix sidetone register offsets aa7152f9f117 ASoC: codecs: wcd938x: fix incorrect used of portid baead410e5db ASoC: max9759: fix underflow in speaker_gain_control_put() 263b947aa4c1 ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name 841e6a6b831b ASoC: simple-card: fix probe failure on platform component c6cf5b5078db ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes 9d44f73df070 ASoC: fsl: Add missing error handling in pcm030_fabric_probe 8a15ac1786c9 drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled 5cba71707f0a drm/i915/overlay: Prevent divide by zero bugs in scaling b2c91bee7970 drm/kmb: Fix for build errors with Warray-bounds a84854bc230a net: stmmac: ensure PTP time register reads are consistent 27ea34ead54a net: stmmac: dump gmac4 DMA registers correctly 0ced878998f2 net: macsec: Verify that send_sci is on when setting Tx sci explicitly e7a0b3a0806d net: macsec: Fix offload support for NETDEV_UNREGISTER event 2967b08119d5 net: stmmac: properly handle with runtime pm in stmmac_dvr_remove() 6358e093547c net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected speed request. 0ef6049f6649 net/smc: Forward wakeup to smc socket waitqueue after fallback ea8ecd2d65b4 net: ieee802154: Return meaningful error codes from the netlink helpers 566bf0e1c761 netfilter: nft_reject_bridge: Fix for missing reply from prerouting 94cd597e20ed net: ieee802154: ca8210: Stop leaking skb's 6c6b19a99131 net: ieee802154: mcr20a: Fix lifs/sifs periods 29e60b77a449 net: ieee802154: hwsim: Ensure proper channel selection at probe time bb7a226780e2 IB/cm: Release previously acquired reference counter in the cm_id_priv 40e20ba90390 IB/hfi1: Fix tstats alloc and dealloc dd00b4f8f768 spi: uniphier: fix reference count leak in uniphier_spi_probe() 66606d329d61 spi: meson-spicc: add IRQ check in meson_spicc_probe 7352f2c26482 spi: mediatek: Avoid NULL pointer crash in interrupt 101a1cf8af55 spi: bcm-qspi: check for valid cs before applying chip select ca1f48c30e5b iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() 336d096b62bd iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() e4b74b89862c ALSA: hda: Skip codec shutdown in case the codec is not registered 0c5c64335657 ALSA: hda: Fix signedness of sscanf() arguments c2a91f1ef38a ALSA: usb-audio: initialize variables that could ignore errors 63c69c93d978 RDMA/mlx4: Don't continue event handler after memory allocation failure 035ea99c537d RDMA/siw: Fix broken RDMA Read Fence/Resume logic. 7d9ad6f9f38f IB/rdmavt: Validate remote_addr during loopback atomic tests 2989ba9532ba RDMA/siw: Fix refcounting leak in siw_create_qp() 2923948ffe08 RDMA/ucma: Protect mc during concurrent multicast leaves 7715682f357d RDMA/cma: Use correct address when leaving multicast group 0452c3dc851b KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs e1e852746997 KVM: arm64: Avoid consuming a stale esr value when SError occur aff6657f5243 Revert "ASoC: mediatek: Check for error clk pointer" 9908c759a17e mptcp: fix msk traversal in mptcp_nl_cmd_set_flags() 778283dc2840 fbcon: Add option to enable legacy hardware acceleration 2a2629db4248 Revert "fbcon: Disable accelerated scrolling" a3dd4d2682f2 IB/hfi1: Fix AIP early init panic 24f8e12d965b dma-buf: heaps: Fix potential spectre v1 gadget f576721152fd block: bio-integrity: Advance seed correctly for larger interval sizes a5389c80992f mm/kmemleak: avoid scanning potential huge holes 65a4863a4ed5 mm/pgtable: define pte_index so that preprocessor could recognize it 120973e64db9 mm/debug_vm_pgtable: remove pte entry from the page table 90391ac6888e nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts() 2093ecf557e7 drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina panels 7ff0ed88e4eb drm/amd/display: watermark latencies is not enough on DCN31 4f4c77ad5a13 drm/amd/pm: correct the MGpuFanBoost support for Beige Goby 39ac3945d966 drm/i915/adlp: Fix TypeC PHY-ready status readout d877e814a62b drm/nouveau: fix off by one in BIOS boundary checking b9e9f848c82b Revert "fs/9p: search open fids first" a7b717fa1516 btrfs: fix use-after-free after failure to create a snapshot 89d4cca583fc btrfs: fix deadlock between quota disable and qgroup rescan worker f4b2736eeb62 btrfs: don't start transaction for scrub if the fs is mounted read-only 7ccf5849bef7 ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after reboot from Windows 9fc509f806a5 ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer chipset) b3625b0017a4 ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 quirks 730f823e3c68 ALSA: hda/realtek: Add quirk for ASUS GU603 586d71ddee6c ALSA: hda: realtek: Fix race at concurrent COEF updates 0e629052f013 ALSA: hda: Fix UAF of leds class devs at unbinding 303e89f94b66 ALSA: usb-audio: Correct quirk for VF0770 b0a7836ecf13 ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx() e8e07c5e25a2 ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx() 9e8895f1b3d4 ASoC: ops: Reject out of bounds values in snd_soc_put_volsw() 10007bd96b6c ASoC: hdmi-codec: Fix OOB memory accesses 0b8b02903173 spi: stm32-qspi: Update spi registering 45ba0a5fa0a6 ipc/sem: do not sleep with a spin lock held b8d9e0aec158 audit: improve audit queue handling when "audit=1" on cmdline 70caa32e6d81 selinux: fix double free of cond_list on error paths d63d077fc446 drm/i915: Disable DSB usage for now f01ed5defb04 Linux 5.15.21 2b2f53331b3a Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" again a03d2f9f82bd Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" 8deae2f4172c Linux 5.15.20 e6b678c1a367 ovl: fix NULL pointer dereference in copy up warning c3d81231ab84 tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() 34321180b94d af_packet: fix data-race in packet_setsockopt / packet_setsockopt 03f42c8ef64a e1000e: Handshake with CSME starts from ADL platforms 6be234917788 cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() def5e7070079 rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() f36cacd6c933 net: sched: fix use-after-free in tc_new_tfilter() 60765e43e40f fanotify: Fix stale file descriptor in copy_event_to_user() db6fd92316a2 net: amd-xgbe: Fix skb data length underflow 8cb5afa71033 net: amd-xgbe: ensure to reset the tx_timer_active flag b82364abc54b i40e: Fix reset path while removing the driver 047fc3396cc6 i40e: Fix reset bw limit when DCB enabled with 1 TC 86186352e36d ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback 5ca77e0c5080 net/mlx5: E-Switch, Fix uninitialized variable modact 0ca746e2996b net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion 5d575586c4b3 net/mlx5e: Don't treat small ceil values as unlimited in HTB offload f232acbb786f net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE 60c48abf62ca net/mlx5e: Fix module EEPROM query f895ebeb44d0 net/mlx5: Use del_timer_sync in fw reset flow of halting poll fe70126da606 net/mlx5e: Fix handling of wrong devices during bond netevent e882123e6e64 net/mlx5: Bridge, ensure dev_name is null-terminated c4e3cf1a8e48 net/mlx5: Bridge, take rtnl lock in init error handler 490292d08946 net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic 6dfc954efb98 lockd: fix failure to cleanup client locks cb5864bf93b2 lockd: fix server crash on reboot of client holding lock 559bc6ec873a ovl: don't fail copy up if no fileattr support on upper 9341457fdd0d Revert "mm/gup: small refactoring: simplify try_grab_page()" 4b1c32bfaa02 cgroup-v1: Require capabilities to set release_agent d5e81e3a3e0b drm/vc4: hdmi: Make sure the device is powered with CEC dffeeca9268b net: ipa: prevent concurrent replenish 5f4ed9829617 net: ipa: use a bitmap for endpoint replenish_enabled ee782b802ee0 selftests: mptcp: fix ipv6 routing setup 1db58c6584a7 PCI: pciehp: Fix infinite loop in IRQ handler upon power fault (From OE-Core rev: fe7b1028c1765183fc250ad250233093eb6f8618) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12oeqa/buildtools: Switch to our webserver instead of example.comRichard Purdie
Similarly to the sanity connectivity check, switch away from example.com for the buildtools tests. (From OE-Core rev: ed10f3c2b4c678069fe1cee73f79f6e388c7777e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12bitbake: tests/fetch: Add missing branch param for git urlsRichard Purdie
We started to require the branch parameter for git urls. This updates the tests to match and quieten some noise. (Bitbake rev: e5144887f2b6ae266f7b52151005619480e80ec6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12ruby: correctly set native/target dependenciesAlexander Kanavin
In particular libffi was missing from native, which led to linking with host libffi instead. (From OE-Core rev: 293c9f879252a814107579542e8fca9af9dde599) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12staging: use relative path in sysroot_stage_dir()Ahsan Hussain
A regression form cpio CVE-2021-38185 caused the tool to hang for paths greater than 128 character long. It was reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992098 We were able to reliable reproduce this with dunfell, meta-freescale recipe imx-boot https://github.com/Freescale/meta-freescale/blob/dunfell/recipes-bsp/imx-mkimage/imx-boot_1.0.bb Using relative path on the affected host fixes the issue as this is always short, being in the same work dir. It would be harmless, and useful to generally use the relative path for sysroot_stage_dir() (From OE-Core rev: a1ec3154a53fd9e3f87a53f25113b7f90bcfb489) Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12cmake: remove bogus CMAKE_LDFLAGS_FLAGS definition from toolchain fileMartin Beeger
As discussion in [YOCTO #14717] cmake contains a OEToolchainConfig.cmake file to configure the toolchain correctly in cross-compile build for recipes using cmake. The variable CMAKE_LDFLAGS_FLAGS is spelled incorrectly, cmake expects CMAKE_SHARED_LINKER_FLAGS, CMAKE_STATIC_LINKER_FLAGS, CMAKE_EXE_LINKER_FLAGS and CMAKE_MODULE_LINKER_FLAGS to be set instead. As cmake already correctly initializes these from environment there is no need to specify the linker flags in the toolchain file at all. So this just removes the variable, as its value was also set wrong. (From OE-Core rev: 52e59a5b37f55905ee693a99f9ffc34ed41b4283) Signed-off-by: Martin Beeger <martin.beeger@online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12uninative: Upgrade to 3.5Michael Halstead
Add support for glibc 2.35. (From OE-Core rev: 347b8c87fb4e2c398644f900728cf6e22ba4516d) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12default-distrovars.inc: Switch connectivity check to a yoctoproject.org pageRichard Purdie
example.com is proving unreliable at present so switch to our own connectivity page instead. That page is very simple avoiding app overhead on our web server which was an original reason for switching to example.com. (From OE-Core rev: dc6b043cb75c5751b5a98afd2201aa31f9b4b9f6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12scriptutils: Fix handling of srcuri urlsRichard Purdie
Bitbake is now requiring there be a call to get_srcrev() when urls contain floating revisions. This breaks some recipetool workflows since it is running these queries to determine those revisions. Add a PV entry which triggers that call to avoid the errors. (From OE-Core rev: bdaf0c798da21f9c15d9cb30ab4258a3c75c8bbf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12libpcap: Disable DPDK explicitlySean Anderson
libpcap looks for DPDK in the same way it looks for DAG. This can poison the build even if it doesn't find anything. Explicitly disable dpdk. (From OE-Core rev: be5442f065da40b41d3cd60793341e22654f2681) Signed-off-by: Sean Anderson <sean.anderson@seco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12kernel-fitimage: Add missing dependency for UBOOT_ENVMarek Vasut
For $UBOOT_ENV file to appear in sysroot, virtual/bootloader must populate sysroot first. Add the missing dependency. (From OE-Core rev: 77d96b70f37b70dde65cf31f917c9f524fa7016a) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12gcc-target: move cc1plus to g++ packageStefan Herbrechtsmeier
Move cc1plus from gcc to g++ package. Therefor, remove the duplicate FILES entry from gcc package and keep the entry in g++ package. (From OE-Core rev: f16c0efdeaca7cd08bd5609141b1094139e746f9) Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12gcc-target: fix glob to remove gcc-<version> binaryStefan Herbrechtsmeier
The glob to remove the gcc-<version> binary expects a single-digit major version which is no longer true. (From OE-Core rev: 30de10cf939cf65c0cab6730a3575bced5c7533a) Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12initramfs-framework: unmount automounts before switch_rootJustin Bronder
If mounts are left lingering, then after we switch_root, attempts to modify the block devices will result in an EBUSY with no way to unmount them. As we're about to switch_root anyways, there isn't much use to keep anything mounted unless it has the new rootfs. (From OE-Core rev: 4dc7af6d25597ea10ea43e76c7c3d7251462c0e5) Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12webkitgtk: 2.34.4 -> 2.34.5Kai Kang
Update webkitgtk from 2.34.4 to 2.34.5. It fixes CVE-2022-22589, CVE-2022-22590 and CVE-2022-22592 in 2.34.5 according to https://webkitgtk.org/security/WSA-2022-0002.html And fix indentation as well. CVE: CVE-2022-22589 CVE: CVE-2022-22590 CVE: CVE-2022-22592 (From OE-Core rev: 775e3e4ca357bd11ec77cd01ca072c6adca89173) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12ed: upgrade 1.17 -> 1.18wangmy
License-Update: year updated to 2022. license changed from GPLv3+ to GPLv2. (In version 1.5 the maintainer mistakenly changed the copyright holder from Andrew Moore to the FSF. In versions 1.18 he restored the original COPYING.) Changelog: ========= * main_loop.c (get_shell_command): Flush stdout after printing cmd. * signal.c (sighup_handler): Fix a memory leak just before exiting. * carg_parser.c (ap_init): Likewise. * io.c (read_file, write_file): Check ptr returned by strip_escapes. * main_loop.c (get_shell_command, exec_command): Likewise. * main_loop.c (get_shell_command): Remove backslash from escaped '%'. * main_loop.c, regex.c: Implement case-insensitive REs. * regex.c (compile_regex): Don't overwrite previous regex if error. * main.c: New option '--strip-trailing-cr'. * buffer.c (push_undo_atom): Fail if stack grows larger than INT_MAX. (too_many_lines): Fail if buffer grows larger than INT_MAX lines. * global.c (set_active_node): Fail if list grows larger than INT_MAX. * signal.c (resize_buffer): Fail if a line grows longer than INT_MAX. * io.c (read_file): Return -2 for fatal errors. * main_loop.c (main_loop): Set error status if fatal error from main. * main.c [restricted_]: New message "Directory access restricted". * ed.texi: New chapter "The 's' Command". * COPYING: Restored. (From OE-Core rev: 3b2804babd629b55a37eb33ae823dfb682b53b8b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12buildtools: Allow testsdk to access the networkRichard Purdie
Some of the buildtools tests test network access so allow this. (From OE-Core rev: c47424b8e71b95e60f4c5f343176825082b53896) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12gcc : Fix CVE-2021-46195pgowda
Upstream-Status: Backport [https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=f10bec5ffa487ad3033ed5f38cfd0fc7d696deab] (From OE-Core rev: 81e9f8aedab70dfb0a016601150623ef9a7c1596) Signed-off-by: pgowda <pgowda.cve@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12qemuboot: Fix build error if UNINATIVE_LOADER is unsetZoltán Böszörményi
I got this error on current master: File: 'exec_func_python() autogenerated', lineno: 2, function: <module> 0001: *** 0002:do_write_qemuboot_conf(d) 0003: File: '.../layers/openembedded-core/meta/classes/qemuboot.bbclass', lineno: 141, function: do_write_qemuboot_conf 0137: else: 0138: val = d.getVar(k) 0139: # we only want to write out relative paths so that we can relocate images 0140: # and still run them *** 0141: if val.startswith(topdir): 0142: val = os.path.relpath(val, finalpath) 0143: cf.set('config_bsp', k, '%s' % val) 0144: 0145: # QB_DEFAULT_KERNEL's value of KERNEL_IMAGETYPE is the name of a symlink Exception: AttributeError: 'NoneType' object has no attribute 'startswith' Do nothing if "val" is None, which may happen for k = "UNINATIVE_LOADER". (From OE-Core rev: 020043c16ce25238313cbf0d10e40e9f6551bf14) Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12linux-yocto-dev: add qemuriscv32Jon Mason
(From OE-Core rev: ccee053b0f8696ba7185b28be1916a177742b4f4) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12nghttp2: fix for multilib supportChangqing Li
Update package name to fix following error: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal', 'lib32-libnghttp2'] for lib32 image, lib{PN} will be expanded as lib32-liblib32-nghttp2, so above error occurs, update lib{PN} to lib{BPN} to fix it. (From OE-Core rev: 23b87e315962b8cb79219e7782c24b6700ebeff4) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12man-db: Fix build with clangKhem Raj
(From OE-Core rev: f3e14090a3cfe168eb207667b553a861aa7de364) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12virglrenderer: fix CVE-2022-0135 and -0175Joe Slater
CVE-2022-0135 concerns out-of-bounds writes in read_transfer_data(). CVE-2022-0175 concerns using malloc() instead of calloc(). We "cherry-pick" from upstream. The actual cherry-picks are from upstream master to branch-0.9.1 and are the patches entered here. (From OE-Core rev: 91f7511df79c5c1f93add9f2827a5a266453614e) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12sdk: fix search for dynamic loaderChristian Eggers
if the package "nativesdk-glibc-dbg" is installed as part of the SDK, the existing search expression finds two files: $OECORE_NATIVE_SYSROOT/lib/.debug/ld-linux-x86-64.so.2 $OECORE_NATIVE_SYSROOT/lib/ld-linux-x86-64.so.2 The generated relocate_sdk.sh shell script contains then an extra newline and segfaults during SDK relocation. Limit the search depth to 1, to avoid finding the file in the .debug directory. (From OE-Core rev: baec04b936ab6b3d2039978fd568c3824cd0a501) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12cmake: stop FetchContent from fetching contentRoss Burton
CMake includes a FetchContent module, which will download further source code at configure time. With the network isolation this will now fail, but as not all environments support network isolation we can tell cmake to not download either for extra safety. (From OE-Core rev: 138df1940fff303de48c98a95ac1bbaef4f120e2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12create-spdx: Get SPDX-License-Identifier from sourceSaul Wold
This patch will read the begining of source files and try to find the SPDX-License-Identifier to populate the licenseInfoInFiles field for each source file. This does not populate licenseConcluded at this time, nor rolls it up to package level. We read as binary file since some source code seem to have some binary characters, the license is then converted to ascii strings. (From OE-Core rev: 51e5f328635eb022143178c3169bae719509697a) Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12classes/lib/useradd: The option -P is deprecatedDaiane Angolini
This is also covered in documentation since: https://git.yoctoproject.org/yocto-docs/commit/?id=3f3e5574ac9801ad92940168b61b532e0bd53a80 [YOCTO 14605] (From OE-Core rev: 3f9153986e4e6f667b4bbe97613ec0b279665a97) Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12oeqa/selftest: test that newlib can buildRoss Burton
Add a test to set TCLIBC=newlib and build newlib/libgloss. This is the absolute minimum test, but at least it exercises the build of this package. (From OE-Core rev: cd670fd657a54601b10e9e09a40c5b51ed4d1cf8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-11patchelf: Fix corrupted file mode patchRichard Purdie
The recent patchelf upgrades corrupted the file permissions patch we carry as upstream inserted an early exit to the funciton. This showed up as corrupted file modes when testing a new uninative tarball containing this patchelf. Rework and tweak the patch to fix this. (From OE-Core rev: bcdba091d99f9a3ae67c0ba17fcf27329698a0c0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10boost: add json libMatthias Klein
Add the json lib which provides containers and algorithms that implement JavaScript Object Notation, or simply "JSON", a lightweight data-interchange format. (From OE-Core rev: f4dbdb9774eb61a71289fe91b017b4caf9c34b16) Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10sstate: fix up additional debugging when fetch fails occurAlexander Kanavin
This should print the actual stack trace, for real :) (From OE-Core rev: 9fbc7d6a2b2388e70a76cb97285e2f60bdc79624) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10seatd: build systemd backend if DISTRO_FEATURE systemd is setMarkus Volk
Add libsystemd dependency if we have systemd in DISTRO_FEATURES. This is needed to build the systemd backend. Projects that use seatd to hook into logind (e.g. wlroots) fail to properly login without it. (From OE-Core rev: c659e7468686b8f6995cdc01dd0dbe0e84946bf6) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10tune-cortexa72: Fix a misspelt override in PACKAGE_EXTRA_ARCHSLuna Gräfje
Without this, the string "${PACKAGE_EXTRA_ARCHS:tune-armv8-crc}" will show up in some bash tasks (notably opkg-arch-config.do_compile which is how I found out about this) which will break things (besides obviously not doing the intended thing of expanding to a list of architectures) (From OE-Core rev: c5142f867aaa3fb6fc134781e2e54ce10eabd530) Signed-off-by: Luna Gräfje <luna.graefje@orbitalsystems.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10screen: upgrade 4.8.0 -> 4.9.0wangmy
CVE-2021-26937.patch removed since it is included in 4.9.0 Changelog: ========= * Hardstatus option for used encoding (escape string '%e') * OpenBSD uses native openpty() from its utils.h * Fixes: - fix combining char handling that could lead to a segfault - CVE-2021-26937: possible denial of service via a crafted UTF-8 character sequence (bug #60030) - make screen exit code be 0 when checking --help - session names limit is 80 symbols (bug #61534) - option -X ignores specified user in multiuser env (bug #37437) - a lot of reformations/fixes/cleanups (man page and source code) (From OE-Core rev: 8247097d2313ceb73bab1621d61b8aa3fb59095e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10python3-pyelftools: upgrade 0.27 -> 0.28wangmy
Changelog: ========= - Added a method for returning the index of a section by name (#331) - Allow filtering by section types in iter_sections (#345) - Support Android compressed rel/rela sections (#357) - Initial support for PPC64LE (#360) - Initial DWARF v5 support (#363 with several follow-ups) - Fixed parsing for structures containing uids or gids in core dumps (#354) - Allow filtering by segment types in iter_segments (#375) - Add support for .note.gnu.property (#386) - Update readelf tests to work with more recent version of readelf (#387) - Add support for note GNU_PROPERTY_X86_FEATURE_1_AND (#388) (From OE-Core rev: 5957eacc2d1b2a4a1731e9f518a1f76c9a450f51) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10python3-pip: upgrade 22.0.2 -> 22.0.3wangmy
Changelog: ========= Features ------- Print the exception via rich.traceback, when running with --debug. (#10791) Bug Fixes --------- Only calculate topological installation order, for packages that are going to be installed/upgraded. This fixes an AssertionError that occured when determining installation order, for a very specific combination of upgrading-already-installed-package + change of dependencies + fetching some packages from a package index. This combination was especially common in Read the Docs' builds. (#10851) Use html.parser by default, instead of falling back to html5lib when --use-deprecated=html5lib is not passed. (#10869) Improved Documentation ---------------------- Clarify that using per-requirement overrides disables the usage of wheels. (#9674) (From OE-Core rev: 72874df0a76869c21a28908597a6ea04213d1aeb) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10python3-pytest: upgrade 6.2.5 -> 7.0.0wangmy
License-Update: year from "2004-2020" changed to "2004". (From OE-Core rev: 5f995c013a98b340989231611702c469dd774405) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10python3-pycryptodome: upgrade 3.14.0 -> 3.14.1wangmy
Changelog: ========= GH#595: Fixed memory leak for GMP integers. (From OE-Core rev: bf8dd261cc1f40525beacacc93d7de08c220ae92) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>