mirror of
https://git.yoctoproject.org/poky
synced 2026-05-27 09:52:40 +02:00
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
7a137e9bfa0e Linux 6.6.127
f478b8239d65 net: tunnel: make skb_vlan_inet_prepare() return drop reasons
35ac888bf8ac USB: serial: option: add Telit FN920C04 RNDIS compositions
d4534a7f6c92 f2fs: fix to avoid mapping wrong physical block for swapfile
20a8bad29d18 f2fs: fix zoned block device information initialization
acc2c97fc000 f2fs: fix to avoid UAF in f2fs_write_end_io()
75e19da068ad f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and checkpoint writes
eebd72cff518 f2fs: fix out-of-bounds access in sysfs attribute read/write
81193503af1f f2fs: fix to add gc count stat in f2fs_gc_range
0634e8d65099 fbdev: smscufx: properly copy ioctl memory to kernelspace
78daf5984d96 fbdev: rivafb: fix divide error in nv3_arb()
f42a2d49c465 LoongArch: Add writecombine support for DMW-based ioremap()
6e5eccdef67e cpuset: Fix missing adaptation for cpuset_is_populated
ff37dd18ce77 mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather
2eeca9383efe mm/hugetlb: fix two comments related to huge_pmd_unshare()
51dcf459845f mm/hugetlb: fix hugetlb_pmd_shared()
8c9a1b071051 mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
168ee1549fa2 Revert "wireguard: device: enable threaded NAPI"
78e706f9b197 LoongArch: Rework KASAN initialization for PTW-enabled systems
f507fc06c7cd LoongArch: Add WriteCombine shadow mapping in KASAN
16f137fb74c1 gpiolib: acpi: Fix gpio count with string references
61e007657bf7 ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put()
f49d2497da14 ASoC: cs42l43: Correct handling of 3-pole jack load detection
329bb274a3a9 platform/x86: panasonic-laptop: Fix sysfs group leak in error path
e8f5d1306a3a platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro
c3876edb0184 ASoC: amd: yc: Add quirk for HP 200 G2a 16
d7d7b93aca64 ASoC: Intel: sof_es8336: Add DMI quirk for Huawei BOD-WXX9
9cf4b9b8ad09 platform/x86: classmate-laptop: Add missing NULL pointer checks
e120bae4c56d drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not used
cbd9931e6456 romfs: check sb_set_blocksize() return value
79100c3bc0c4 ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel
6834804ad484 ALSA: hda/realtek: Add quirk for Inspur S14-G1
b204c5ec24a2 gpio: sprd: Change sprd_gpio lock to raw_spin_lock
4cfb1aed4753 ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list
2accd79be906 ALSA: hda/realtek: Fix headset mic for TongFang X6AR55xU
b19838402873 bus: fsl-mc: fix use-after-free in driver_override_show()
3118a9c6875b bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in sysfs show functions
8cb905eca739 PCI: endpoint: Avoid creating sub-groups asynchronously
68c9fdb01af8 PCI: endpoint: Remove unused field in struct pci_epf_group
74e7458537cd scsi: qla2xxx: Fix bsg_done() causing double free
(From OE-Core rev: a1a509419ca18a193eff978c97aac5d86a06e6e7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
34 lines
1.0 KiB
BlitzBasic
34 lines
1.0 KiB
BlitzBasic
KBRANCH ?= "v6.6/standard/tiny/base"
|
|
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
# CVE exclusions
|
|
include recipes-kernel/linux/cve-exclusion_6.6.inc
|
|
|
|
LINUX_VERSION ?= "6.6.127"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
|
|
|
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 ?= "8247922ff493e4fef938ce36562cac9c0cce86aa"
|
|
SRCREV_meta ?= "45f69741c733e066ed1a12b6025e347e5cd6063e"
|
|
|
|
PV = "${LINUX_VERSION}+git"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
|
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https"
|
|
|
|
COMPATIBLE_MACHINE = "^(qemux86|qemux86-64|qemuarm64|qemuarm|qemuarmv5)$"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|
|
|
|
KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb"
|