summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build-appliance-image: Update to kirkstone head revisionyocto-4.0.5kirkstone-4.0.5Richard Purdie2022-10-291-1/+1
| | | | | | (From OE-Core rev: fbdf93f43ff4b876487e1f26752598ec8abcb46e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: bump version for 4.0.5Steve Sakoman2022-10-291-1/+1
| | | | | | | (From meta-yocto rev: 8f216dca2fda2c8862f81dacdcf11df3118b31b7) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "lttng-tools: Upgrade 2.13.4 -> 2.13.8"Steve Sakoman2022-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Unfortunately this version upgrade results in failing ptests: AssertionError: Failed ptests: {'lttng-tools': ['kernel/test_callstack_11_-_Validate_userspace_callstack', 'kernel/test_userspace_probe_94_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_function', 'kernel/test_userspace_probe_95_-_Start_tracing_for_session_test_userprobe_elf_cxx_function', 'kernel/test_userspace_probe_96_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_function', 'kernel/test_userspace_probe_97_-_Validate_trace_for_event_userspace_probe_test_event', 'kernel/test_userspace_probe_100_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_method', 'kernel/test_userspace_probe_101_-_Start_tracing_for_session_test_userprobe_elf_cxx_method', 'kernel/test_userspace_probe_102_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_method', 'kernel/test_userspace_probe_103_-_Validate_trace_for_event_userspace_probe_test_event']} This reverts commit 17d18936d201a61b16bbc24c9f10af6ef54620fc. (cherry picked from commit 01cea6f046a6ec018c94ca88b6f8851c2baf43eb) (From OE-Core rev: 82237927dbbf9ae19dd63622dd02beec3622575e) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes: files: Extend overlayfs-etc classVyacheslav Yurkov2022-10-292-1/+13
| | | | | | | | | | | | | | | | Add the ability to expose the lower layer of /etc when mounting overlay. This is the similar to what overlayroot script from initramfs-framework does. By default, this option is turned off to keep an old behavior intact. (From OE-Core rev: 6ad25304abefcbe538db7745e17ac213fa7d0719) Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 791e8a8bacce5a7f31f4d7bcbfb17df2967fd258) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* files: overlayfs-etc: refactor preinit templateVyacheslav Yurkov2022-10-291-5/+9
| | | | | | | | | | | (From OE-Core rev: a1e0ddbb7bc2c63845af67d5fd38f12be44e8775) Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ad5b2bffbee6ddcf51bc146d1e76c980b498b399) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* git: upgrade 2.35.4 -> 2.35.5Tim Orling2022-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release addresses the security issues CVE-2022-39253 and CVE-2022-39260. * CVE-2022-39253: When relying on the `--local` clone optimization, Git dereferences symbolic links in the source repository before creating hardlinks (or copies) of the dereferenced link in the destination repository. This can lead to surprising behavior where arbitrary files are present in a repository's `$GIT_DIR` when cloning from a malicious repository. Git will no longer dereference symbolic links via the `--local` clone mechanism, and will instead refuse to clone repositories that have symbolic links present in the `$GIT_DIR/objects` directory. Additionally, the value of `protocol.file.allow` is changed to be "user" by default. * CVE-2022-39260: An overly-long command string given to `git shell` can result in overflow in `split_cmdline()`, leading to arbitrary heap writes and remote code execution when `git shell` is exposed and the directory `$HOME/git-shell-commands` exists. `git shell` is taught to refuse interactive commands that are longer than 4MiB in size. `split_cmdline()` is hardened to reject inputs larger than 2GiB. Credit for finding CVE-2022-39253 goes to Cory Snider of Mirantis. The fix was authored by Taylor Blau, with help from Johannes Schindelin. Credit for finding CVE-2022-39260 goes to Kevin Backhouse of GitHub. The fix was authored by Kevin Backhouse, Jeff King, and Taylor Blau. (From OE-Core rev: 43badfadb92a1d6684801f81fa2ed9c8b5652bb6) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glibc: stable 2.35 branch updates.Yash Shinde2022-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Below commits on glibc-2.35 stable branch are updated. 8d125a1f91 (HEAD -> release/2.35/master, origin/release/2.35/master) elf: Do not completely clear reused namespace in dlmopen (bug 29600) f8730697d2 nss: Use shared prefix in IPv4 address in tst-reload1 135c29bf9c nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816) 767c99850b nss: Implement --no-addrconfig option for getent bca80a916e nscd: Drop local address tuple variable [BZ #29607] 20152a849b x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementations 02aa1f4a5b x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation c85a45acac x86-64: Require BMI2 for AVX2 (raw|w)memchr implementations 1523fbedff x86-64: Require BMI2 for AVX2 wcs(n)cmp implementations 7e1326c43a x86-64: Require BMI2 for AVX2 strncmp implementation 6260de8867 x86-64: Require BMI2 for AVX2 strcmp implementation 0161ebf15b x86-64: Require BMI2 for AVX2 str(n)casecmp implementations 97ff96b0e1 x86: include BMI1 and BMI2 in x86-64-v3 level a6d2e2c192 hppa: undef __ASSUME_SET_ROBUST_LIST 562e5b2821 hppa: Fix initialization of dp register [BZ 29635] e36aeeaf08 nptl: Add backoff mechanism to spinlock loop 4f3c6dcd20 sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h a7d5383328 m68k: Enforce 4-byte alignment on internal locks (BZ #29537) dee4146cec gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583) 6fea8e6b94 resolv: Fix building tst-resolv-invalid-cname for earlier C standards 649213ae27 nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfaces 4a214c7448 resolv: Add new tst-resolv-invalid-cname 519e1b0251 nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154) ee74c14325 nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305) 692fc980eb nss_dns: Remove remnants of IPv6 address mapping def97e7f71 nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptr 51b6c3c28b nss_dns: Split getanswer_ptr from getanswer_r 492d259ebc resolv: Add DNS packet parsing helpers geared towards wire format a333ba1d50 resolv: Add internal __ns_name_length_uncompressed function d7c22ec359 resolv: Add the __ns_samebinaryname function 83b09a8e86 resolv: Add internal __res_binary_hnok function 6e56f918a8 resolv: Add tst-resolv-aliases fae10fcb3b resolv: Add tst-resolv-byaddr for testing reverse lookup d883d02008 elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937) c15c0f1985 elf: Rename _dl_sort_maps parameter from skip to force_first ff344711ea scripts/dso-ordering-test.py: Generate program run-time dependencies f4687bb416 elf: Fix hwcaps string size overestimation 55a636430b Use __ehdr_start rather than _begin in _dl_start_final 61e15f6815 elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhere (From OE-Core rev: ab154b24419782bdf281d038e093003909e698fe) Signed-off-by: Yash Shinde <yashinde145@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* binutils: stable 2.38 branch updatesYash Shinde2022-10-291-1/+1
| | | | | | | | | | | | | Below commits on binutils-2.38 stable branch are updated. dc2474e7d20 (HEAD -> binutils-2_38-branch, origin/binutils-2_38-branch) elf: Reset alignment for each PT_LOAD segment f184ba116ed Re: PowerPC64 pcrel got relocs against local symbols 737e29d05eb PowerPC64 pcrel got relocs against local symbols (From OE-Core rev: 3ea33ca1a83d8621f1feee78f2c63850c1bc73e3) Signed-off-by: Yash Shinde <yashinde145@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.10: update to v5.10.149Bruce Ashfield2022-10-293-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: 09be132bfe3a Linux 5.10.149 31ce5da48a84 wifi: mac80211: fix MBSSID parsing use-after-free 353b5c8d4bea wifi: mac80211: don't parse mbssid in assoc response 66dacdbc2e83 mac80211: mlme: find auth challenge directly a07708a84355 Revert "fs: check FMODE_LSEEK to control internal pipe splicing" 3783e64fee4a Linux 5.10.148 0df206bdc620 misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic 40a29e58f639 misc: pci_endpoint_test: Aggregate params checking for xfer 9c13b1a044c9 Input: xpad - fix wireless 360 controller breaking after suspend 19dba9c3b5a3 Input: xpad - add supported devices as contributed on github b2b9386667e6 wifi: cfg80211: update hidden BSSes to avoid WARN_ON 58c0306d0bcd wifi: mac80211: fix crash in beacon protection for P2P-device 3539e75abe3c wifi: mac80211_hwsim: avoid mac80211 warning on bad rate b0e5c5deb788 wifi: cfg80211: avoid nontransmitted BSS list corruption 6b9448450313 wifi: cfg80211: fix BSS refcounting bugs 6144c97f96f5 wifi: cfg80211: ensure length byte is present before access e7aa7fd10eba wifi: cfg80211/mac80211: reject bad MBSSID elements a6408e0b694c wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans() b0c37581be9a random: use expired timer rather than wq for mixing fast pool c1a4423fd30f random: avoid reading two cache lines on irq randomness 638f84a718d9 USB: serial: qcserial: add new usb-id for Dell branded EM7455 36b33c63515a scsi: stex: Properly zero out the passthrough command structure 438994b8cd6a efi: Correct Macmini DMI match in uefi cert quirk 2fd1caa0c64b ALSA: hda: Fix position reporting on Poulsbo 011399a3f926 random: clamp credited irq bits to maximum mixed fc87c413f272 random: restore O_NONBLOCK support c04b67c54472 Revert "clk: ti: Stop using legacy clkctrl names for omap4 and 5" 0a49bfa8f82f rpmsg: qcom: glink: replace strncpy() with strscpy_pad() 3451df3a514c USB: serial: ftdi_sio: fix 300 bps rate for SIO 1b257f97fec4 usb: mon: make mmapped memory read only 3ba555d8e12f mmc: core: Terminate infinite loop in SD-UHS voltage switch 068465836652 mmc: core: Replace with already defined values for readability 4f32f266b108 drm/amd/display: skip audio setup when audio stream is enabled a6fe179ba03f drm/amd/display: update gamut remap if plane has changed 73e1b27b58a6 net: atlantic: fix potential memory leak in aq_ndev_close() 3287f0d72710 arch: um: Mark the stack non-executable to fix a binutils warning aeb8315593a6 um: Cleanup compiler warning in arch/x86/um/tls_32.c 6d4deaba063d um: Cleanup syscall_handler_t cast in syscalls_32.h 6d7a47e84913 ALSA: hda/hdmi: Fix the converter reuse for the silent stream c1337f8ea861 net/ieee802154: fix uninit value bug in dgram_sendmsg 034b30c31146 scsi: qedf: Fix a UAF bug in __qedf_probe() 29461bbe2d7f ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer dae0b77cb8b2 dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure e0ca2998dfba dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property 789e590cb8c4 dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling 64e240934c31 firmware: arm_scmi: Add SCMI PM driver remove routine 6df7c6d141ec compiler_attributes.h: move __compiletime_{error|warning} 1e555c3ed1fc fs: fix UAF/GPF bug in nilfs_mdt_destroy acf05d61d39b powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush 377c60dd32d3 mm: gup: fix the fast GUP race against THP collapse fce793a056c6 ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC 132590d776e2 xsk: Inherit need_wakeup flag for shared sockets beffc38dc6b2 perf tools: Fixup get_current_dir_name() compilation fb380f548c44 docs: update mediator information in CoC docs c7f4af575b1d Makefile.extrawarn: Move -Wcast-function-type-strict to W=1 b23b0cd57e2c ceph: don't truncate file in atomic_open 8a18fdc5ae8e nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure aad4c997857f nilfs2: fix leak of nilfs_root in case of writer thread creation failure 21ee3cffed8f nilfs2: fix use-after-free bug of struct nilfs_root 3f840480e314 nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level() (From OE-Core rev: de59742490f649f2e66924313e21b3142314a1d3) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto/5.10: update to v5.10.147Bruce Ashfield2022-10-293-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: 014862eecf03 Linux 5.10.147 98f722cc2438 ALSA: hda/hdmi: fix warning about PCM count when used with SOF b12d0489e402 x86/alternative: Fix race in try_get_desc() 374d4c307534 KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest a8e6cde5062f clk: iproc: Do not rely on node name for correct PLL setup cf41711aa4a7 clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocks 83db457b41a8 selftests: Fix the if conditions of in test_extra_filter() 84cab3531ff7 net: stmmac: power up/down serdes in stmmac_open/release 743a6e53cf1c nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices 469dc5fd9a58 nvme: add new line after variable declatation 2c248c468162 cxgb4: fix missing unlock on ETHOFLD desc collect fail path fde656dbc372 net: sched: act_ct: fix possible refcount leak in tcf_ct_init() fa065e60811a usbnet: Fix memory leak in usbnet_disconnect() 57959392f7f0 Input: melfas_mip4 - fix return value check in mip4_probe() 330b77578168 Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resume time" 359e73edd3be ASoC: tas2770: Reinit regcache on reset 8884a192f95e soc: sunxi: sram: Fix debugfs info for A64 SRAM C 4e2ede7cb9b5 soc: sunxi: sram: Fix probe function ordering issues 50fbc81f80d2 soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resource() 0fdc3ab9b438 soc: sunxi: sram: Prevent the driver from being unbound 3e0405c69bc9 soc: sunxi: sram: Actually claim SRAM regions a658f0bc72cb reset: imx7: Fix the iMX8MP PCIe PHY PERST support 8934aea1a46c ARM: dts: am33xx: Fix MMCHS0 dma properties cce5dc03338e scsi: hisi_sas: Revert "scsi: hisi_sas: Limit max hw sectors for v3 HW" 625899cd06e1 swiotlb: max mapping size takes min align mask into account 6f478fe8c3fb media: rkvdec: Disable H.264 error detection ac828e241691 media: dvb_vb2: fix possible out of bound access be2cd261ca51 mm: fix madivse_pageout mishandling on non-LRU page 1002d5fef406 mm/migrate_device.c: flush TLB while holding PTL a54fc5369113 mm: prevent page_frag_alloc() from corrupting the memory 466a26af2d10 mm/page_alloc: fix race condition between build_all_zonelists and page allocation 9b751b4dc350 mmc: hsq: Fix data stomping during mmc recovery 36b10cde0c44 mmc: moxart: fix 4-bit bus width and remove 8-bit bus width 02d55a837e1a libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205 e72a435fa30c net: mt7531: only do PLL once after the reset a48daecd0994 ntfs: fix BUG_ON in ntfs_lookup_inode_by_name() 1d71422bd483 ARM: dts: integrator: Tag PCI host with device_type dab144c5dd07 clk: ingenic-tcu: Properly enable registers before accessing timers 6c5742372b2d Input: snvs_pwrkey - fix SNVS_HPVIDR1 register address 8cf377baf0c3 net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455 0695e590de3c thunderbolt: Explicitly reset plug events delay back to USB4 spec value efdff5339462 usb: typec: ucsi: Remove incorrect warning e5ee7b77ac9b uas: ignore UAS for Thinkplus chips 5f91ceea6c14 usb-storage: Add Hiksemi USB3-FW to IGNORE_UAS 1e4b856fc0bb uas: add no-uas quirk for Hiksemi usb_disk 6ac5b52e3f35 btrfs: fix hang during unmount when stopping a space reclaim worker 29d849c3de57 ALSA: hda: Fix Nvidia dp infoframe 24070d32c6ec ALSA: hda/hdmi: let new platforms assign the pcm slot dynamically c1256c531d67 ALSA: hda/tegra: Reset hardware ded9e8964d00 ALSA: hda/tegra: Use clk_bulk helpers b2ad53fbc0e1 thunderbolt: Add support for Intel Maple Ridge single port controller 53e6282dde62 thunderbolt: Add support for Intel Maple Ridge 62aea694445d Linux 5.10.146 c18383218c31 ext4: make directory inode spreading reflect flexbg size a968542d7e24 ext4: limit the number of retries after discarding preallocations blocks 958b0ee23f5a ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0 25117265152e devdax: Fix soft-reservation memory description 0fa11239c4d3 i2c: mlxbf: Fix frequency calculation 48ee0a864d1a i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction() 4f6db1f9219e i2c: mlxbf: incorrect base address passed during io write 2f58c47c36d3 i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible 90f1c0025be0 workqueue: don't skip lockdep work dependency in cancel_work_sync() 4dfc96d8d730 drm/rockchip: Fix return type of cdn_dp_connector_mode_valid 58101a9cfc5f drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage 3ae1dede22e3 drm/amd/display: Limit user regamma to a valid value 867b2b2b6802 drm/amdgpu: use dirty framebuffer helper c5812807e416 drm/gma500: Fix BUG: sleeping function called from invalid context errors ec2bf249bdff Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region 2a2e503a62e5 cifs: always initialize struct msghdr smb_msg completely 877231b0e678 cifs: use discard iterator to discard unneeded network data more efficiently 09867977fcc2 drm/amdgpu: Fix check for RAS support 8c6fd05cf887 vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external() f31ea57c1183 usb: xhci-mtk: fix issue of out-of-bounds array access f5fcc9d6d71d s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup fb189aa1be09 serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting e1993864a935 serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting 7f11386733ab serial: Create uart_xmit_advance() fda04a0bab7f drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOV 4bc4b6419e65 selftests: forwarding: add shebang for sch_red.sh 8844c750eeb0 net: sched: fix possible refcount leak in tc_new_tfilter() 75ca7f44dab6 net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD d76151a8131e net/smc: Stop the CLC flow if no link to map buffers on fd938b4ce0fb drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff() c99062160688 perf kcore_copy: Do not check /proc/modules is unchanged 28d185095e51 perf jit: Include program header in ELF files 78926cf76291 can: gs_usb: gs_can_open(): fix race dev->can.state condition ebd97dbe3c55 netfilter: ebtables: fix memory leak when blob is malformed b043a525a3f5 netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain() 710e3f526bd2 netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain() 1e7e55374d01 net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs 586def6ebed1 net/sched: taprio: avoid disabling offload when it was never enabled aa400ccadf59 net: socket: remove register_gifconf 8bd98cfbfcb0 net: enetc: move enetc_set_psfp() out of the common enetc_set_features() f0a057f49b8d wireguard: netlink: avoid variable-sized memcpy on sockaddr b7b385959894 wireguard: ratelimiter: disable timings test by default ddd47f1cd67d net: ipa: properly limit modem routing table use 8c1454d5493b net: ipa: kill IPA_TABLE_ENTRY_SIZE 53b1715e283e net: ipa: DMA addresses are nicely aligned 48afea293a89 net: ipa: avoid 64-bit modulus 3ae25aca3f89 net: ipa: fix table alignment requirement c2cf0613d1ff net: ipa: fix assumptions about DMA address size d58815af8979 of: mdio: Add of_node_put() when breaking out of for_each_xx 9101e54c95cf drm/hisilicon: Add depends on MMU bac7328fc0d7 drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled b3b41d4d95d3 sfc: fix null pointer dereference in efx_hard_start_xmit b4afd3878f96 sfc: fix TX channel offset when using legacy interrupts 2dbf487d6b38 i40e: Fix set max_tx_rate when it is lower than 1 Mbps 65ee2bcc8990 i40e: Fix VF set max MTU size 15e9724f6bb3 iavf: Fix set max MTU size with port VLAN and jumbo frames ccddb1db4b3c iavf: Fix bad page state 21b535fe5ecb MIPS: Loongson32: Fix PHY-mode being left unspecified a4121785a3a3 MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko 1ac50c1ad40f drm/panel: simple: Fix innolux_g121i1_l01 bus_format 90fbcb26d666 net: team: Unsync device addresses on ndo_stop e2b94a11223a net: bonding: Unsync device addresses on ndo_stop dc209962c093 net: bonding: Share lacpdu_mcast_addr definition 2b9aba0c5d58 scsi: mpt3sas: Fix return value check of dma_get_required_mask() e7fafef9830c scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 4 GB region 351f2d2c357f net: phy: aquantia: wait for the suspend/resume operations to finish d298fc2eefd6 net: core: fix flow symmetric hash e90001e1dd96 net: let flow have same hash in two directions ab4a733874ea ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header 14446a1bc2a8 iavf: Fix cached head and tail value for iavf_get_tx_pending 5d75fef3e61e netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find() 9a5d7e0acb41 netfilter: nf_conntrack_irc: Tighten matching on DCC message 369ec4dab097 netfilter: nf_conntrack_sip: fix ct_sip_walk_headers 66f9470ffe42 arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma aa11dae059a4 dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get() 1cc871fe6d31 arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz 3ca272b231d6 drm/mediatek: dsi: Add atomic {destroy,duplicate}_state, reset callbacks 39f97714f3e2 arm64: dts: rockchip: Pull up wlan wake# on Gru-Bob dce466286944 xfs: validate inode fork size against fork format a6bfdc157f85 xfs: reorder iunlink remove operation in xfs_ifree e811a534ec2f xfs: fix up non-directory creation in SGID directories 4e74179a164d interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate a60babeb60ff KVM: SEV: add cache flush to solve SEV cache incoherency issues 379ac7905ff3 mm/slub: fix to return errno if kmalloc() fails fa57bb9b1ab5 can: flexcan: flexcan_mailbox_read() fix return value for drop = true 12fda27a412b riscv: fix a nasty sigreturn bug... 657803b918e0 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully bdea98b98f84 gpio: mockup: fix NULL pointer dereference when removing debugfs bd5958ccfc45 wifi: mt76: fix reading current per-tid starting sequence number for aggregation 85f9a2d51e72 efi: libstub: check Shim mode using MokSBStateRT 3490ebe43505 efi: x86: Wipe setup_data on pure EFI boot c5ee36018d32 media: flexcop-usb: fix endpoint type check 0d99b180ce68 iommu/vt-d: Check correct capability for sagaw determination 213cdb2901e9 ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop 10c7e52d9585 ALSA: hda/realtek: Add quirk for ASUS GA503R laptop 4cd84a9518e0 ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jack 2f7cad4ecd0b ALSA: hda/realtek: Add pincfg for ASUS G513 HP jack 62ce31979fd5 ALSA: hda/realtek: Re-arrange quirk table entries d4bad13828f0 ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5570 laptop 62b0824c2c69 ALSA: hda/realtek: Add quirk for Huawei WRT-WX9 c78bce842d47 ALSA: hda: add Intel 5 Series / 3400 PCI DID f109dd1607f8 ALSA: hda/tegra: set depop delay for tegra a1926f11d9aa USB: serial: option: add Quectel RM520N 4d1d91a6343e USB: serial: option: add Quectel BG95 0x0203 composition 3a26651a7856 USB: core: Fix RST error in hub.c 381f77b6a69a arm64/bti: Disable in kernel BTI when cross section thunks are broken 050de2898039 arm64: Restrict ARM64_BTI_KERNEL to clang 12.0.0 and newer 561d86bd0e28 Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio" 578d644edc7d vfio/type1: Unpin zero pages abb560abdf47 vfio/type1: Prepare for batched pinning with struct vfio_batch 38cb9b868369 vfio/type1: Change success value of vaddr_get_pfn() c4adbfa9cea7 Revert "usb: add quirks for Lenovo OneLink+ Dock" 905e8be5284b usb: cdns3: fix issue with rearming ISO OUT endpoint 8fcb5f027b39 usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer f457bb21984b usb: gadget: udc-xilinx: replace memcpy with memcpy_toio b9e5c47e3357 usb: add quirks for Lenovo OneLink+ Dock 345bdea212e3 tty: serial: atmel: Preserve previous USART mode if RS485 disabled 730f78c51bdc serial: atmel: remove redundant assignment in rs485_config b3f2adf42621 mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failure 7780b3dda212 usb: xhci-mtk: relax TT periodic bandwidth allocation 99f48a3a6eec usb: xhci-mtk: allow multiple Start-Split in a microframe b19f9f412216 usb: xhci-mtk: add some schedule error number 402fa9214e12 usb: xhci-mtk: add a function to (un)load bandwidth info c2e7000b137b usb: xhci-mtk: use @sch_tt to check whether need do TT schedule a2566a8dc5da usb: xhci-mtk: add only one extra CS for FS/LS INTR b1e11bc66cfd usb: xhci-mtk: get the microframe boundary for ESIT 9c28189bb654 usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop ff23c7277fb4 usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup() ab046365c91c usb: dwc3: gadget: Refactor pullup() db27874477fd usb: dwc3: gadget: Prevent repeat pullup() 6bd182beef5d usb: dwc3: Issue core soft reset before enabling run/stop b83692feb09c usb: dwc3: gadget: Avoid starting DWC3 gadget during UDC unbind 2a358ad19c3e usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM device c267bb83340e usb: typec: intel_pmc_mux: Update IOM port status offset for AlderLake 7b0db849ea03 drm/amdgpu: make sure to init common IP before gmc 9d18013dac86 drm/amdgpu: Separate vf2pf work item init from virt data exchange 87a4e51fb8d6 drm/amdgpu: indirect register access for nv12 sriov 9f55f36f749a drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega 4a77e6ef2057 Linux 5.10.145 ca5539d42164 ALSA: hda/sigmatel: Fix unused variable warning for beep power change 9f267393b036 cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all() 06e194e1130c video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write 3fefe614ed80 mksysmap: Fix the mismatch of 'L0' symbols in System.map 3e6d2eff5661 MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping() 72602bc62013 afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked 517a0324db6e net: usb: qmi_wwan: add Quectel RM520N a36fd2d8d69c ALSA: hda/tegra: Align BDL entry to 4KB boundary e41b97a27780 ALSA: hda/sigmatel: Keep power up while beep is enabled b95a5ef4c054 wifi: mac80211_hwsim: check length for virtio packets c505fee07b3d rxrpc: Fix calc of resend age 35da670ed13e rxrpc: Fix local destruction being repeated 891d5c46f282 regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe() c2ef959e33b2 ASoC: nau8824: Fix semaphore unbalance at error paths 107c6b60582c Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field" e00582a36198 video: fbdev: i740fb: Error out if 'pixclock' equals zero f63ddf62d0c8 tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa 331eba80cbd7 cifs: don't send down the destination address to sendmsg for a SOCK_STREAM f3fbd08e7ca3 cifs: revalidate mapping when doing direct writes a9398cb81cdc of/device: Fix up of_dma_configure_id() stub 6a27acda3d6a tracing: hold caller_addr to hardirq_{enable,disable}_ip 65dd251c516d parisc: ccio-dma: Add missing iounmap in error path in ccio_probe() 1f24b0a7ca41 drm/meson: Fix OSD1 RGB to YCbCr coefficient 4d3d2e384b22 drm/meson: Correct OSD1 global alpha value 24196210b198 gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx 4d065f835658 NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0 2f16f5b582cd pinctrl: sunxi: Fix name for A100 R_PIO ee4369260e77 of: fdt: fix off-by-one error in unflatten_dt_nodes() cae6172a9464 net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports 4a6c6041e8d8 platform/x86/intel: hid: add quirk to support Surface Go 3 8faabaf112c9 usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests cd226d8c1b4a powerpc/pseries/mobility: ignore ibm, platform-facilities updates d5ee5a9e47f3 powerpc/pseries/mobility: refactor node lookup during DT update 4dbe84b9b66c dmaengine: bestcomm: fix system boot lockups 7bbdf49e2624 parisc: Flush kernel data mapping in set_pte_at() when installing pte for user page b00a56e64713 parisc: Optimize per-pagetable spinlocks 59819f0aafd0 serial: 8250: Fix reporting real baudrate value in c_ospeed field 9230af9188a2 KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handling 6bae47548188 KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs 99c2dfe47a9c Linux 5.10.144 744f98f71dc6 Input: goodix - add compatible string for GT1158 c7f4c203d18c soc: fsl: select FSL_GUTS driver for DPIO 35371fd68807 x86/ftrace: Use alternative RET encoding 4586df06a020 x86/ibt,ftrace: Make function-graph play nice 33015556a943 Revert "x86/ftrace: Use alternative RET encoding" 891f03f688de mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region() dd3aa77d5d72 usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS 5ce017619c30 platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes fc2c14c2cde9 perf/arm_pmu_platform: fix tests for platform_get_irq() failure 187908079d94 drm/amd/amdgpu: skip ucode loading if ucode_size == 0 c598e2704c3b nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change() 1cae6f8e1765 Input: iforce - add support for Boeder Force Feedback Wheel de2aa495230b ieee802154: cc2520: add rc code in cc2520_tx() 3815e66c2183 gpio: mockup: remove gpio debugfs when remove device 1b8b5384e83a tg3: Disable tg3 device on system reboot to avoid triggering AER 704d1f2ac6dc hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message ef033e619e4d HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo cff2b3a50c69 drm/msm/rd: Fix FIFO-full deadlock fac2c299efc6 Input: goodix - add support for GT1158 218b71e32f9a tracefs: Only clobber mode/uid/gid on remount if asked 0a81ddfc20cc iommu/vt-d: Correctly calculate sagaw value of IOMMU 5ce1b0a0c27c ARM: dts: imx6qdl-kontron-samx6i: fix spi-flash compatible a381cac2ab08 ARM: dts: imx: align SPI NOR node name with dtschema (From OE-Core rev: 68f28c7cba5e9d111668f26fe6486ceda07cdce9) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: tests/fetch: Allow handling of a file:// url within a submoduleRichard Purdie2022-10-271-2/+2
| | | | | | | | | CVE-2022-39253 in git meant file:// urls within submodules were disabled. Add a parameter to the commands in the tests to allow this to continue to work. (Bitbake rev: c90d57497b9bcd237c3ae810ee8edb5b0d2d575a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: correct the location of public hashservAlexander Kanavin2022-10-201-1/+1
| | | | | | | | | | (From meta-yocto rev: b5cf7a6501d954ac76b18d7ef91376b5a046a522) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d1840499ff5b9551b3178cd2777ec9fe8666c96b) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-modules: Fix crash on powerpc64He Zhe2022-10-202-0/+95
| | | | | | | | | | | | | | | | | | Backport a patch to fix the following on powerpc64 ABIv2. root@qemuppc64:~# lttng create trace_session --live -U net://127.0.0.1 Spawning a session daemon lttng_kretprobes: loading out-of-tree module taints kernel. BUG: Unable to handle kernel data access on read at 0xfffffffffffffff8 Faulting instruction address: 0xc0000000001f6fd0 Oops: Kernel access of bad area, sig: 11 [#1] <snip> (From OE-Core rev: 4781fee6aea9512b7cb390b76e6f9f0a86a5bd11) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* own-mirrors: add crateAdrian Freihofer2022-10-202-1/+2
| | | | | | | | | | Support downloading crate files from a mirror at SOURCE_MIRROR_URL. (From OE-Core rev: d1edc5882955508827a19c4f507d97dca398f3fa) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-dev: add qemuarm64Xiangyu Chen2022-10-201-1/+1
| | | | | | | | | | Mark the qemuarm64 as compatible (From OE-Core rev: 793c2639431ca0d29fcf12d08bba1288de9ca7db) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* image_types_wic.bbclass: fix cross binutils dependencyChen Qi2022-10-201-1/+1
| | | | | | | | | | | | | | | | | Enable multilib and wic at the same time and we'll meet the following error. ERROR: Nothing PROVIDES 'virtual/i686-wrsmllib32-linux-binutils' Adjust the dependency to take multilib into consideration. (From OE-Core rev: f5713addbe47eb6c998cfe1514a537acbd367c3e) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit 958ee0eede859bdba659e3343856b1c226207854) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uninative: Upgrade to 3.7 to work with glibc 2.36Michael Halstead2022-10-201-5/+5
| | | | | | | | | | | | Update uninative to work with the new glibc 2.36 version (From OE-Core rev: bfbd86a8acda86048cac48e8b4759f644a24d4a4) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 410226b053e14e32add1f9b4b811f84a1c445a7c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools: Upgrade 2.13.4 -> 2.13.8He Zhe2022-10-201-1/+1
| | | | | | | | (From OE-Core rev: 17d18936d201a61b16bbc24c9f10af6ef54620fc) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3: upgrade 3.10.4 -> 3.10.7Tim Orling2022-10-203-59/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Security and bug fixes. Drop patch for gh-92036 which was merged in 3.10.5 Refresh 0017-setup.py-do-not-report-missing-dependencies-for-disa.pathc Fixes: * CVE-2020-10735 https://nvd.nist.gov/vuln/detail/CVE-2020-10735 * CVE-2021-28861 https://nvd.nist.gov/vuln/detail/CVE-2021-28861 * CVE-2018-25032 https://nvd.nist.gov/vuln/detail/CVE-2018-25032 For a list of changes see: https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-7-final https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-6-final https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-6-final (From OE-Core rev: 3efae85283b19fa1b30af7fed7fa89d7a50337db) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: Backport patches from upstream to support float128 on qemu-ppc64Xiangyu Chen2022-10-2022-0/+2400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Background: Due to current qemu 6.2 doesn't support float128, this cause some POSIX APIs(e.g. double difftime()..) return a wrong value, this issue can be reproduced by open_posix_testsuit difftime case[1]. The qemu upstream has already supported ppc64 float128, but need to update to qemu 7.0 or later. We backport the commits[2] from upstream to support that in qemu-ppc64 6.2.0. [1] difftime test case: https://github.com/linux-test-project/ltp/tree/master/testcases/open_posix_testsuite/conformance/interfaces/difftime [2] commits link: LINK: https://git.qemu.org/?p=qemu.git;a=commit;h=149a48f6e6ccedfa01307d45884aa480f5bf77c5 https://git.qemu.org/?p=qemu.git;a=commit;h=ba11446c40903b9d97fb75a078d43fee6444d3b6 https://git.qemu.org/?p=qemu.git;a=commit;h=bead3c9b0ff8efd652afb27923d8ab4458b3bbd9 https://git.qemu.org/?p=qemu.git;a=commit;h=10cc964030fca459591d9353571f3b1b4e1b5aec https://git.qemu.org/?p=qemu.git;a=commit;h=e706d4455b8d54252b11fc504c56df060151cb89 https://git.qemu.org/?p=qemu.git;a=commit;h=941298ecd7e3103d3789d2dd87dd0f119e81c69e https://git.qemu.org/?p=qemu.git;a=commit;h=4edf55698fc2ea30903657c63ed95db0d5548943 https://git.qemu.org/?p=qemu.git;a=commit;h=c07f82416cb7973c64d1e21c09957182b4b033dc https://git.qemu.org/?p=qemu.git;a=commit;h=e4052bb773cc829a27786d68caa22f28cff19d39 https://git.qemu.org/?p=qemu.git;a=commit;h=ffdaff8e9c698061f57a6b1827570562c5a1c909 https://git.qemu.org/?p=qemu.git;a=commit;h=201fc774e0e1cc76ec23b595968004a7b14fb6e8 https://git.qemu.org/?p=qemu.git;a=commit;h=c5df1898a147c232f0502cda5dac8df6074070fc https://git.qemu.org/?p=qemu.git;a=commit;h=38d4914c5065e14f0969161274793ded448f067f https://git.qemu.org/?p=qemu.git;a=commit;h=caf6f9b568479bea6f6d97798be670f21641a006 https://git.qemu.org/?p=qemu.git;a=commit;h=25ee608d79c1890c0f4e8c495ec8629d5712de45 https://git.qemu.org/?p=qemu.git;a=commit;h=19f0862dd8fa6510b2f5b3aff4859363602cd0cf https://git.qemu.org/?p=qemu.git;a=commit;h=5f1470b091007f24035d6d33149df49a6dd61682 https://git.qemu.org/?p=qemu.git;a=commit;h=17868d81e0074905b2c1e414af6618570e8059eb https://git.qemu.org/?p=qemu.git;a=commit;h=9193eaa901c54dbff4a91ea0b12a99e0135dbca1 https://git.qemu.org/?p=qemu.git;a=commit;h=e4318ab2e423c4caf9a88a4e99b5e234096b81a9 https://git.qemu.org/?p=qemu.git;a=commit;h=3bb1aed246d7b59ceee625a82628f7369d492a8f (From OE-Core rev: 5ed94b1d155a7d5597358a93c65dfe98ac07ea15) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: fix CVE-2022-2962Ross Burton2022-10-202-0/+65
| | | | | | | | | | | | | | | | | Backport the fix for CVE-2022-2962. (From OE-Core rev: 943d28a3395455fd475cb6c84247d106adf5fca3) (From OE-Core rev: 8ad129d079ea53ca66a91ec9fe36bb95f2648112) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ddc4258012e0d3fa946c319b601b0e73db7ac5e6) Signed-off-by: Bhabu Bindu <bhabu.bindu@kpit.com> Signed-off-by: virendra thakur <thakur.virendra1810@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: Fix CVE-2021-3611Bhabu Bindu2022-10-2025-0/+4532
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per the ubuntu community [https://ubuntu.com/security/CVE-2021-3611] To fix CVE-2021-3611 we need to backport the below support patches as well Link: https://git.qemu.org/?p=qemu.git;a=commit;h=41d5e8da3d5e0a143a9fb397c9f34707ec544997 https://git.qemu.org/?p=qemu.git;a=commit;h=7ccb391ccd594b3f33de8deb293ff8d47bb4e219 https://git.qemu.org/?p=qemu.git;a=commit;h=7a36e42d9114474278ce30ba36945cc62292eb60 https://git.qemu.org/?p=qemu.git;a=commit;h=4afd0f2f220ec3dc8518b8de0d66cbf8d2fd1be7 https://git.qemu.org/?p=qemu.git;a=commit;h=23faf5694ff8054b847e9733297727be4a641132 https://git.qemu.org/?p=qemu.git;a=commit;h=ba06fe8add5b788956a7317246c6280dfc157040 https://git.qemu.org/?p=qemu.git;a=commit;h=a1d4b0a3051b3079c8db607f519bc0fcb30e17ec https://git.qemu.org/?p=qemu.git;a=commit;h=c0ee1527358474c75067993d1bb233ad3a4ee081 https://git.qemu.org/?p=qemu.git;a=commit;h=5e468a36dcdd8fd5eb04282842b72967a29875e4 https://git.qemu.org/?p=qemu.git;a=commit;h=e2d784b67dc724a9b0854b49255ba0ee8ca46543 https://git.qemu.org/?p=qemu.git;a=commit;h=959384e74e1b508acc3af6e806b3d7b87335fc2a https://git.qemu.org/?p=qemu.git;a=commit;h=392e48af3468d7f8e49db33fdc9e28b5f99276ce https://git.qemu.org/?p=qemu.git;a=commit;h=1e5a3f8b2a976054da96cbbb9de6cbac7c2efb79 https://git.qemu.org/?p=qemu.git;a=commit;h=292e13142d277c15bdd68331abc607e46628b7e1 https://git.qemu.org/?p=qemu.git;a=commit;h=2280c27afc65bb2af95dd44a88e3b7117bfe240a https://git.qemu.org/?p=qemu.git;a=commit;h=34cdea1db600540a5261dc474e986f28b637c8e6 https://git.qemu.org/?p=qemu.git;a=commit;h=24aed6bcb6b6d266149591f955c2460c28759eb4 https://git.qemu.org/?p=qemu.git;a=commit;h=cd1db8df7431edd2210ed0123e2e09b9b6d1e621 https://git.qemu.org/?p=qemu.git;a=commit;h=a423a1b523296f8798a5851aaaba64dd166c0a74 https://git.qemu.org/?p=qemu.git;a=commit;h=398f9a84ac7132e38caf7b066273734b3bf619ff https://git.qemu.org/?p=qemu.git;a=commit;h=6bebb270731758fae3114b7d24c2b12b7c325cc5 https://git.qemu.org/?p=qemu.git;a=commit;h=4a63054bce23982b99f4d3c65528e47e614086b2 Add patches to fix CVE-2021-3611 Link: https://git.qemu.org/?p=qemu.git;a=patch;h=be5a8cf347d0c47ee3e933dde075526fd8bd5c40 https://git.qemu.org/?p=qemu.git;a=patch;h=79fa99831debc9782087e834382c577215f2f511 (From OE-Core rev: 388ce95cdf17b829663764061e686bcb3a56d096) Signed-off-by: Bhabu Bindu <bhabu.bindu@kpit.com> Signed-off-by: virendra thakur <thakur.virendra1810@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: Fix CVE-2021-3750 for qemuVirendra Thakur2022-10-204-0/+283
| | | | | | | | | | Add patch to fix CVE-2021-3750 (From OE-Core rev: e9e945a1d22b06d10ac07345b7cebcf232a809bb) Signed-off-by: Virendra Thakur <virendra.thakur@kpit.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* binutils : Fix CVE-2022-38128pgowda2022-10-204-0/+884
| | | | | | | | | | | | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=f07c08e115e27cddf5a0030dc6332bbee1bd9c6a] Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=175b91507b83ad42607d2f6dadaf55b7b511bdbe] Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=695c6dfe7e85006b98c8b746f3fd5f913c94ebff] (From OE-Core rev: 21fb0b441096ec8b5cfa1d5b645f9a3a2ace1e09) Signed-off-by: pgowda <pgowda.cve@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tiff: Security fixes CVE-2022-2867,CVE-2022-2868 and CVE-2022-2869Teoh Jay Shen2022-10-204-0/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This series of patches include fixes for CVE-2022-2867,CVE-2022-2868 and CVE-2022-2869. These patches are modified using devtool and a review was conducted to make sure they all get applied in the correct location. References: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-2867 https://security-tracker.debian.org/tracker/CVE-2022-2867 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-2868 https://security-tracker.debian.org/tracker/CVE-2022-2868 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-2869 https://security-tracker.debian.org/tracker/CVE-2022-2869 Merge request: https://gitlab.com/libtiff/libtiff/-/merge_requests/294/diffs?commit_id=7d7bfa4416366ec64068ac389414241ed4730a54 Patches from: https://gitlab.com/libtiff/libtiff/-/commit/bcf28bb7f630f24fa47701a9907013f3548092cd?merge_request_iid=294 https://gitlab.com/libtiff/libtiff/-/commit/7d7bfa4416366ec64068ac389414241ed4730a54?merge_request_iid=294 https://gitlab.com/libtiff/libtiff/-/commit/b258ed69a485a9cfb299d9f060eb2a46c54e5903?merge_request_iid=294 Notes: These CVEs are fixed in tiff v4.4.0 (From OE-Core rev: 90a65fbefee1b7f615933f1bbbf5f83b6f928e8d) Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: fix reference to BitBake user manualMichael Opdenacker2022-10-111-1/+1
| | | | | | | | | | Fix a wrong reference no longer tolerated by Sphinx 5.x (missing "bitbake:" prefix) (From yocto-docs rev: 8c2f9f54e29781f4ee72e81eeaa12ceaa82dc2d3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie2022-10-111-9/+13
| | | | | | | | | | | | | | | | | | | | | | | The connect_unix() call had a bug where if a relative path to a socket was passed (which the non-async client always does), and the current working directory was changed after the initial call, it would fail to reconnect if it became disconnected, since the socket couldn't be found relative to the new current working directory. To work around this, change the socket connection for UNIX domain sockets to be synchronous and change current working before connecting. This isn't ideal since the connection could block the entire event loop, but in practice this shouldn't happen since the socket are local files anyway. Help debugging and resolving from Joshua Watt. (Bitbake rev: 6603c3e39f1cf746669ec6c9f0be8c6e6ece426e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5964bb67bb20df7f411ee0650cf189504a05cf25) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: gitsm: Error out if submodule refers to parent repoPavel Zhukov2022-10-111-0/+3
| | | | | | | | | | | | | | | | | If submodule refers to specific revision of the parent repository it causes deadlock in bitbake locking mechanism (lock is acquired to fetch the parent and cannot be released before all submodules are fetched). raise FetchError in such situation to prevent deadlocking. [Yocto 14045] (Bitbake rev: 987712c4c8fefd86a1f5116c11ee86e296e852ee) Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0361ecf7eb82c386a9842cf1f3cb706c0a112e77) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: Fix npm to use https rather than httpNeil Horman2022-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Hit this error while building nlf-native recently: { "error": { "summary": "URI malformed", "detail": "" } } Some poking about led me to discover that: 1) The npm.py tool replaces npm:// with http://, not https:// 2) Some versions of the npm tool don't handle 301 redirects properly, choosing to display the above error instead when using the default nodejs registry It would be good to go fix npm to handle the redirect properly, but it seems like it would also be good to assume secure http when contacting a registry, hence, this patch (Bitbake rev: bb5c43220f5f1c3d82334c65aff1ce13008db8d9) Signed-off-by: Neil Horman <nhorman@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2cd76e8aabe4e803c760e60f06cfe1f470714ec7) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-10-1128-0/+56
| | | | | | | | | | | | Where copyright headers were not present, add them to make things clear. (Bitbake rev: e591325b2bd901c381003deb96a7b32a7148e93e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 1aa338a216350a2751fff52f866039343e9ac013) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: siggen: Fix insufficent entropy in sigtask file namesJoshua Watt2022-10-112-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signature generation uses mkstemp() to get a file descriptor to a unique file and then write the signature into it. However, the unique file name generation in glibc is based on the system timestamp, which means that with highly parallel builds it is more likely than one might expect expected that a conflict will occur between two different builder nodes. When operating over NFS (such as a shared sstate cache), this can cause race conditions and rare failures (particularly with NFS servers that may not correctly implement O_EXCL). The signature generation code is particularly susceptible to races since a single "sigtask." prefix used for all signatures from all tasks, which makes collision even more likely. To work around this, add an internal implementation of mkstemp() that adds additional truly random entropy to the file name to eliminate conflicts. (Bitbake rev: 63bb5591e833de0e7b552963ad9bc4b39e56fda9) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit 97955f3c1c738aa4b4478a6ec10a08094ffc689d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: runqueue: Drop deadlock breaking force failRichard Purdie2022-10-111-3/+0
| | | | | | | | | | | | | | | | | I'm 99% certain this failing of a scenequeue task corrupts runqueue and causes all kinds of breakage. I'd rather runqueue deadlocked than corrupted and did weird things so drop this code. We've seen builds where the deadlock triggers and it then tries to run tasks where the SQ task already ran with very confusing failures. It is likely it is this code causing it. (Bitbake rev: f386298fc056ef130c2eb6dabf25eafbd55f55ca) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8efced47fcb47851a370fd6786df6fb377f99963) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: runqueue: Improve deadlock warning messagesRichard Purdie2022-10-111-4/+6
| | | | | | | | | | | | | Tweak the deadlock breaking messages to be explict about which task is blocked on which other task. The messages currently imply it is "freeing" the blocking task which is confusing. (Bitbake rev: d1b84e3cfe9fb8d282d4b700a9fe31891e00d837) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit cf7f60b83adaded180f6717cb4681edc1d65b66d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: runqueue: Ensure deferred tasks are sorted by multiconfigRichard Purdie2022-10-111-5/+8
| | | | | | | | | | | | | | | | We have to prefer one multiconfig over another when deferring tasks, else we'll have cross-linked build trees and nothing will be able to build. In the original population code, we sort like this but we don't after rehashing. Ensure we have the same sorting after rehashing toa void deadlocks. (Bitbake rev: 513bfd771d9095fcb6a8bf93806673dbf988a4de) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 27228c7f026acb8ae9e1211d0486ffb7338123a2) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* coreutils: add openssl PACKAGECONFIGDaniel McGregor2022-10-111-0/+1
| | | | | | | | | | | | | | | | | coreutils-native will pick up openssl on the host if it's GPL compatible (version >= 3), which causes uninative failures with hosts that don't have openssl3. Add a PACKAGECONFIG entry for openssl so it can be enabled, but isn't by default. (From OE-Core rev: e728d0965d6fda8ac54e065ca7bf7eb9da9a8170) Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9859a8124a0c09ac38d476445e7df7097f41d153) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glibc-locale: explicitly remove empty dirs in ${libdir}Denys Dmytriyenko2022-10-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | glibc-locale defaults to ENABLE_BINARY_LOCALE_GENERATION ?= "0", but gets changed to "1" in the default-distrovars.inc When it is explicitly set back to "0", it fails with this error: ERROR: glibc-locale-2.35-r0 do_package: QA Issue: glibc-locale: Files/directories were installed but not shipped in any package: /usr/lib/locale Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. glibc-locale: 1 installed and not shipped files. [installed-vs-shipped] ERROR: glibc-locale-2.35-r0 do_package: Fatal QA errors were found, failing task. There's a code to remove empty dirs in ${libdir}, but it's keyed off of PACKAGE_NO_GCONV to clean up $[libdir]/gconv, just extend it to also cover other empty dirs, including ${libdir}/locale. (From OE-Core rev: 46b703dbbddf612f70d9fd402b8538fca9c757e4) Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools: Disable on riscv32He Zhe2022-10-111-1/+1
| | | | | | | | | | | | | | As a bunch of other assignments did, let this cover all riscv32 architectures, not just qemuriscv32. (From OE-Core rev: b1883d725e2ee833b6bcbc2036df8c8287bed547) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 976fe5e3fb630e9daf5bbde79ee2148a7a97694a) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-cpu: disable float128 math on powerpc64 to avoid SIGILLHe Zhe2022-10-112-1/+46
| | | | | | | | | | | | | | | | | | | | | float128 requires instructions of xsmaddqp and xsmsubqp which are added to qemu since v7.0 by the following commit. https://github.com/qemu/qemu/commit/3bb1aed246d7b59ceee625a82628f7369d492a8f While kirkstone is still at v6.2 and thus experiences SIGILL as follow root@qemuppc64:~# stress-ng --cpu 2 --timeout 30s stress-ng: info: [972] setting to a 30 second run per stressor stress-ng: info: [972] dispatching hogs: 2 cpu stress-ng: info: [973] stressor terminated with unexpected signal signal 4 'SIGILL' <snip> This is specific to kirkstone since qemu on master branch has upgraded to v7.1. (From OE-Core rev: a3d6742ac066c6dd323c5efd95bed36c30f69127) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* create-pull-request: don't switch the git remote protocol to git://Martin Jansa2022-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Many git repos prefer https:// nowadays and many removed support for git://. This breaks the script when using github.com even when selected remote is ssh (git@github.com:openembedded/...), it will re-write it to git:// before calling git pull-request causing: openembedded-core $ scripts/create-pull-request -u github -b jansa/artifacts -o pull-kernel NOTE: Assuming local branch HEAD, use -l to override. fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out warn: No match for commit ea003bd026aa24bb4c8b7562f44ed6512e921259 found at git://github.com/shr-distribution/oe-core warn: Are you sure you pushed 'jansa/artifacts' there? ERROR: git request-pull reported an error (From OE-Core rev: 5aac691040502e6f578316dfc090643d341dd3cb) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 64c466920b808c35d1ac87b47cf438bc79becea7) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools: Disable on qemuriscv32He Zhe2022-10-111-0/+4
| | | | | | | | | | | | | | | | | lttng-tools requires SYS_ppoll and SYS_pselect6 which are not supported on riscv32. This has been confirmed by lttng-tools upstream. https://github.com/lttng/lttng-tools/pull/162 It's also turned off for riscv32 in meta-riscv. https://github.com/riscv/meta-riscv/blob/master/conf/layer.conf (From OE-Core rev: 035fddfa35ccf17d3f1636f6410e626240fe527d) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 68b07bb7f0f01925f9da1cb966239ee49d5c84e3) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tzdata: update to 2022dAlexander Kanavin2022-10-111-3/+3
| | | | | | | | | | (From OE-Core rev: cc3d1034d5635fe8270eb532b586c8fb84d851bc) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ceac0492e75baa63a46365d8b63275437ad5671f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bind: upgrade 9.18.6 -> 9.18.7Teoh Jay Shen2022-10-1110-1/+1
| | | | | | | | | | | | | | | | | | | | CVE fixed : -CVE-2022-2795 -CVE-2022-2881 -CVE-2022-2906 -CVE-2022-3080 -CVE-2022-38178 Notes for BIND 9.18.7 [https://downloads.isc.org/isc/bind9/9.18.7/doc/arm/html/notes.html#notes-for-bind-9-18-7] (From OE-Core rev: 5b87b79c6bb155d23ad4eab3243118b98a3b5906) (From OE-Core rev: 01710ddade6cf20a5ddbbf9599843e8753baff51) Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bind: upgrade 9.18.5 -> 9.18.6wangmy2022-10-1110-1/+1
| | | | | | | | | | | | (From OE-Core rev: f7061fc14cbc4388b1fd0cf6233b1a2e743e20e5) (From OE-Core rev: daae4cada71b197a353b7f0446d43f98e17bcbaa) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rpm: Remove -Wimplicit-function-declaration warningsKhem Raj2022-10-111-7/+11
| | | | | | | | | | | (From OE-Core rev: 9f2dbfc51ef2faf1b6154856adb69ca9f764573b) (From OE-Core rev: b2be1f5e7e858056cd5bf3273dca312a5ea8cf92) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rpm: update 4.17.0 -> 4.17.1Alexander Kanavin2022-10-116-461/+40
| | | | | | | | | | | | (From OE-Core rev: 826eb17fe741d38be24d31f3bba35074e404a414) (From OE-Core rev: 49a875322110e5c9d90d99473a0e3f874e42739c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rsync: update 3.2.4 -> 3.2.5Florin Diaconescu2022-10-111-1/+1
| | | | | | | | | | Changelog: https://download.samba.org/pub/rsync/NEWS#3.2.5 (From OE-Core rev: 9431be33d8107e7c861b5b41411aae1532fb2c8c) Signed-off-by: Florin Diaconescu <florin.diaconescu009@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rsync: update 3.2.3 -> 3.2.4Florin Diaconescu2022-10-113-41/+19
| | | | | | | | | | | | | | Drop configure options that have been removed upstream. License-Update: formatting Changelog: https://download.samba.org/pub/rsync/NEWS#3.2.4 (From OE-Core rev: 4a4097ed1db8ecedbcf12388207c546d4d106e17) Signed-off-by: Florin Diaconescu <florin.diaconescu009@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Update to 2.36.7Khem Raj2022-10-111-2/+1
| | | | | | | | | | | | | | including fixes for CVE-2022-32893 (From OE-Core rev: edbfd06927ef4a9bb1ea1ff80fbc901ede89ce42) (From OE-Core rev: d95303abef02f3f0e479c3b007f47fc72a9d2d49) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Upgrade to 2.36.6 minor updateKhem Raj2022-10-111-1/+1
| | | | | | | | | | | | (From OE-Core rev: bee36428a45c6c0c24d4c0fcf64bd890f3481c4a) (From OE-Core rev: 342a05cc65aaff83f738988211f291e377b1ab87) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vim: Upgrade 9.0.0541 -> 9.0.0598Richard Purdie2022-10-111-2/+2
| | | | | | | | | | | | | Includes a fix for CVE-2022-3278. (From OE-Core rev: 9837a62cc42de4120794d4ae8d0264109b8308dc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 98c40271692147873a622e168e8b2e90a9fcc54c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>