mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
Updating linux-yocto/5.4 to the latest korg -stable release that comprises
the following commits:
2845ff3fd344 Linux 5.4.188
993c23880bce llc: only change llc->dev when bind() succeeds
bb4878b39d6d nds32: fix access_ok() checks in get/put_user
5b1d2561a03e tpm: use try_get_ops() in tpm-space.c
3bbd0000d012 mac80211: fix potential double free on mesh join
cda27a2c6d54 rcu: Don't deboost before reporting expedited quiescent state
edcc12ae3249 crypto: qat - disable registration of algorithms
b0222e222d77 ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU
d7f29f397b74 ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3
2374007850c5 ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board
06f0ff82c702 netfilter: nf_tables: initialize registers in nft_do_chain()
5061bf0f79d5 ALSA: hda/realtek: Add quirk for ASUS GA402
f7a7cd530a9e ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671
0c4190b41a69 ALSA: oss: Fix PCM OSS buffer allocation overflow
ab49515f7db3 ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call
d5c7e1987ce3 drivers: net: xgene: Fix regression in CRC stripping
7870321eaf41 ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec
1f4eefc585a7 ALSA: cmipci: Restore aux vol on suspend/resume
d86bf7e0732e ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB
0f27a350f8b8 ALSA: pcm: Add stream lock during PCM reset ioctl operations
572f9a0d3f3f llc: fix netdevice reference leaks in llc_ui_bind()
2e798814e018 thermal: int340x: fix memory leak in int3400_notify()
5ff048f4ab5c staging: fbtft: fb_st7789v: reset display before initialization
637d12f9dc67 tpm: Fix error handling in async work
fee4dfbda68b esp: Fix possible buffer overflow in ESP transformation
2774edd43ab1 net: ipv6: fix skb_over_panic in __ip6_append_data
0aef7184630b nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION
628adfa21815 nfsd: Containerise filecache laundrette
c32f1041382a nfsd: cleanup nfsd_file_lru_dispose()
055c4cf7e6da Linux 5.4.187
1771bc0d04d6 Revert "selftests/bpf: Add test for bpf_timer overwriting crash"
0dd366cfdfe0 perf symbols: Fix symbol size calculation condition
e732b0412f8c Input: aiptek - properly check endpoint type
700a0715854c usb: usbtmc: Fix bug in pipe direction for control transfers
2282a6eb6d4e usb: gadget: Fix use-after-free bug by not setting udc->dev.driver
218293762683 usb: gadget: rndis: prevent integer overflow in rndis_set_response()
58ee8e2cb30a arm64: fix clang warning about TRAMP_VALIAS
d7b929637527 net: dsa: Add missing of_node_put() in dsa_port_parse_of
f96aa063ffd5 net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()
3fd96bc64c95 drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings
b01e2df5fbf6 hv_netvsc: Add check for kvmalloc_array
97ccef56e53c atm: eni: Add check for dma_map_single
268dcf1f7b31 net/packet: fix slab-out-of-bounds access in packet_recvmsg()
93697483660a net: phy: marvell: Fix invalid comparison in the resume and suspend functions
d0f3c2d1d85a efi: fix return value of __setup handlers
e61655430d29 ocfs2: fix crash when initialize filecheck kobj fails
184f7bd08ce5 crypto: qcom-rng - ensure buffer for generate is completely filled
(From OE-Core rev: 6a445ac241b2f4885416daacf2068ee58f177e4a)
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>
33 lines
1.0 KiB
BlitzBasic
33 lines
1.0 KiB
BlitzBasic
KBRANCH ?= "v5.4/standard/tiny/base"
|
|
KBRANCH_qemuarm ?= "v5.4/standard/tiny/arm-versatile-926ejs"
|
|
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION ?= "5.4.188"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
|
|
DEPENDS += "openssl-native util-linux-native"
|
|
|
|
KMETA = "kernel-meta"
|
|
KCONF_BSP_AUDIT_LEVEL = "2"
|
|
|
|
SRCREV_machine_qemuarm ?= "57715fdff2a2f4ed0e6a62ebea57b154773659b8"
|
|
SRCREV_machine ?= "793f9b84d0d31e370719bdb15572de0cd09db67c"
|
|
SRCREV_meta ?= "649c66422555d396ba322d260418691ff40243cd"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
|
|
|
|
COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|
|
|
|
KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb"
|