mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
faec25f77c312d5d661514bdda97e78458894a39
Updating to the latest korg -stable release that comprises
the following commits:
2d21f73b2f16 Linux 5.4.265
5c70542f32af powerpc/ftrace: Fix stack teardown in ftrace_no_trace
0e1867b482b4 powerpc/ftrace: Create a dummy stackframe to fix stack unwind
9395c04666cc mmc: block: Be sure to wait while busy in CQE error recovery
3b8b2c5d7675 ring-buffer: Fix memory leak of free page
3459c9aa6495 team: Fix use-after-free when an option instance allocation fails
363a67ef3ada arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
de8ada02369e ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
f451d6784ba6 soundwire: stream: fix NULL pointer dereference for multi_link
404902216b88 perf: Fix perf_event_validate_size() lockdep splat
4109d9a855f2 HID: hid-asus: add const to read-only outgoing usb buffer
1fc4091991c5 net: usb: qmi_wwan: claim interface 4 for ZTE MF290
88ceaf8e2c61 asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation
91175d6fe505 HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad
1f94c0d60d81 HID: hid-asus: reset the backlight brightness level on resume
e9a3cd3dcf3f HID: add ALWAYS_POLL quirk for Apple kb
395ad0baa4c1 platform/x86: intel_telemetry: Fix kernel doc descriptions
af509912cd7c bcache: avoid NULL checking to c->root in run_cache_set()
356ae9de79b7 bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
ca4b00c6cb3d bcache: avoid oversize memory allocation by small stripe_size
e1d811cbc3de blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
84f2e5b3e70f usb: aqc111: check packet for fixup for true limit
619a34066614 Revert "PCI: acpiphp: Reassign resources on bridge if necessary"
371dbce60a46 ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants
be7676b03aed cred: switch to using atomic_long_t
9112bd107208 appletalk: Fix Use-After-Free in atalk_ioctl
23ee06762c6f net: stmmac: Handle disabled MDIO busses from devicetree
538b7b8f21dc net: stmmac: use dev_err_probe() for reporting mdio bus registration failure
067e6ec9f530 vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
cc7cf0b2ee60 sign-file: Fix incorrect return values check
510d45207ae1 net: Remove acked SYN flag from packet in the transmit queue correctly
5d9d500a2811 qed: Fix a potential use-after-free in qed_cxt_tables_alloc
3df812627e7d net/rose: Fix Use-After-Free in rose_ioctl
b099c28847cf atm: Fix Use-After-Free in do_vcc_ioctl
e3430b870eff atm: solos-pci: Fix potential deadlock on &tx_queue_lock
8cff60fb736b atm: solos-pci: Fix potential deadlock on &cli_queue_lock
fcf17666ef1b qca_spi: Fix reset behavior
51ad9c19bb57 qca_debug: Fix ethtool -G iface tx behavior
b7f58686643f qca_debug: Prevent crash on TX ring changes
9354e0acdb74 net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
053220aaed26 afs: Fix refcount underflow from error handling race
(From OE-Core rev: ca73f7645fc9cbabaea1dd81a0f59805f9f991f3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
QEMU Emulation Targets ====================== To simplify development, the build system supports building images to work with the QEMU emulator in system emulation mode. Several architectures are currently supported in 32 and 64 bit variants: * ARM (qemuarm + qemuarm64) * x86 (qemux86 + qemux86-64) * PowerPC (qemuppc only) * MIPS (qemumips + qemumips64) Use of the QEMU images is covered in the Yocto Project Reference Manual. The appropriate MACHINE variable value corresponding to the target is given in brackets.
Description