* [OE-core][dunfell 2/5] linux-yocto/5.4: update to v5.4.265
2024-02-21 2:46 [OE-core][dunfell 1/5] linux-yocto/5.4: update to v5.4.264 bruce.ashfield
@ 2024-02-21 2:46 ` bruce.ashfield
2024-02-21 2:46 ` [OE-core][dunfell 3/5] linux-yocto/5.4: update to v5.4.266 bruce.ashfield
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bruce.ashfield @ 2024-02-21 2:46 UTC (permalink / raw)
To: steve; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
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
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
.../linux/linux-yocto-rt_5.4.bb | 6 ++---
.../linux/linux-yocto-tiny_5.4.bb | 8 +++----
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +++++++++----------
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index e61e97c0928..44b239c4173 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "1193259d93adb90be2688677c70daeffd38b401e"
-SRCREV_meta ?= "60242d5fa3322b8c8d1629d7865d0be6133444dd"
+SRCREV_machine ?= "db182d93638000066b9d174eecbdd86de24d70be"
+SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c"
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}"
-LINUX_VERSION ?= "5.4.264"
+LINUX_VERSION ?= "5.4.265"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index b034e5ad845..164b86d71af 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "5.4.264"
+LINUX_VERSION ?= "5.4.265"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "e3057fe26e087921a4133a885f2bebcb7b4392f3"
-SRCREV_machine ?= "611daf1778b317c4429d0c9e5654219871998ebf"
-SRCREV_meta ?= "60242d5fa3322b8c8d1629d7865d0be6133444dd"
+SRCREV_machine_qemuarm ?= "863de52d7fc04097fde3bef264cc2952d1f3a2b0"
+SRCREV_machine ?= "9880d2f47e2bea1fa9fb069ac35631e724b76d26"
+SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
index 989b675fe36..2d00341d59b 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
@@ -13,16 +13,16 @@ KBRANCH_qemux86 ?= "v5.4/standard/base"
KBRANCH_qemux86-64 ?= "v5.4/standard/base"
KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "48487580c951040acb41aef37ee2705f2b31bb64"
-SRCREV_machine_qemuarm64 ?= "106b94311371c0abe70c4ef34fd6bc68eedf1925"
-SRCREV_machine_qemumips ?= "d3ef8b4c2a4569b8c2275a7c28ee1e1736bfb311"
-SRCREV_machine_qemuppc ?= "ef180bf93e83eaeb8844e9968b13390a5dbfb215"
-SRCREV_machine_qemuriscv64 ?= "660d792619ca2cc09c4f2630d1f6944f7a5e5b51"
-SRCREV_machine_qemux86 ?= "660d792619ca2cc09c4f2630d1f6944f7a5e5b51"
-SRCREV_machine_qemux86-64 ?= "660d792619ca2cc09c4f2630d1f6944f7a5e5b51"
-SRCREV_machine_qemumips64 ?= "a311dd01367cfcb11b7e2273b6841201850ccd7d"
-SRCREV_machine ?= "660d792619ca2cc09c4f2630d1f6944f7a5e5b51"
-SRCREV_meta ?= "60242d5fa3322b8c8d1629d7865d0be6133444dd"
+SRCREV_machine_qemuarm ?= "7e4e6b59cac3b71d43a587728acc7bfe78ef16af"
+SRCREV_machine_qemuarm64 ?= "234f5db38e546134931e1e6ffb3677e5516704fc"
+SRCREV_machine_qemumips ?= "60a93a5cfd6f6a5c7374e09d234ceb234367270d"
+SRCREV_machine_qemuppc ?= "63a0e4217eaa70fa4fc7dacf2a9356e88c79f80e"
+SRCREV_machine_qemuriscv64 ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851"
+SRCREV_machine_qemux86 ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851"
+SRCREV_machine_qemux86-64 ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851"
+SRCREV_machine_qemumips64 ?= "9bc9e7c0b392466df817283ea0f05c7cf330f8a5"
+SRCREV_machine ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851"
+SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c"
# remap qemuarm to qemuarma15 for the 5.4 kernel
# KMACHINE_qemuarm ?= "qemuarma15"
@@ -31,7 +31,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-LINUX_VERSION ?= "5.4.264"
+LINUX_VERSION ?= "5.4.265"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
DEPENDS += "openssl-native util-linux-native"
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [OE-core][dunfell 3/5] linux-yocto/5.4: update to v5.4.266
2024-02-21 2:46 [OE-core][dunfell 1/5] linux-yocto/5.4: update to v5.4.264 bruce.ashfield
2024-02-21 2:46 ` [OE-core][dunfell 2/5] linux-yocto/5.4: update to v5.4.265 bruce.ashfield
@ 2024-02-21 2:46 ` bruce.ashfield
2024-02-21 2:46 ` [OE-core][dunfell 4/5] linux-yocto/5.4: update to v5.4.267 bruce.ashfield
2024-02-21 2:46 ` [OE-core][dunfell 5/5] linux-yocto/5.4: update to v5.4.268 bruce.ashfield
3 siblings, 0 replies; 5+ messages in thread
From: bruce.ashfield @ 2024-02-21 2:46 UTC (permalink / raw)
To: steve; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Updating linux-yocto/5.4 to the latest korg -stable release that comprises
the following commits:
4410df70110f Linux 5.4.266
7d0f1fd80ad6 block: Don't invalidate pagecache for invalid falloc modes
a0678f504758 ring-buffer: Fix wake ups when buffer_percent is set to 100
508e2fdd978e smb: client: fix OOB in smbCalcSize()
644b956c946a usb: fotg210-hcd: delete an incorrect bounds test
a56a19e44b17 x86/alternatives: Sync core before enabling interrupts
4111986fb90e net: rfkill: gpio: set GPIO direction
5c375a83d1f9 net: 9p: avoid freeing uninit memory in p9pdu_vreadf
4e7f3899fb81 Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent
a83debb52310 USB: serial: option: add Quectel RM500Q R13 firmware support
c82ba4cb44d1 USB: serial: option: add Foxconn T99W265 with new baseline
1f87ba56c43d USB: serial: option: add Quectel EG912Y module support
a59cb26bc188 USB: serial: ftdi_sio: update Actisense PIDs constant names
a70b1933fa54 wifi: cfg80211: fix certs build to not depend on file order
e8fb00205144 wifi: cfg80211: Add my certificate
8717fd6d0c30 iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()
45af72f149a8 iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table
4257c16c149d scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()
e1b31edfe7d3 Input: ipaq-micro-keys - add error handling for devm_kmemdup
a85d6aa2b555 iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw
388c90c577d7 interconnect: Treat xlate() returning NULL node as an error
04c22233447d btrfs: do not allow non subvolume root targets for snapshot
3230a69e663b smb: client: fix NULL deref in asn1_ber_decoder()
0ccb39511a7f ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB
6bcf819198d9 ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10
34e6c4c6a985 pinctrl: at91-pio4: use dedicated lock class for IRQ
624659563e26 i2c: aspeed: Handle the coalesced stop conditions with the start conditions.
47ae5242292d afs: Fix overwriting of result of DNS query
c04b7b28c9f0 net: check dev->gso_max_size in gso_features_check()
761ee09e9f5d net: warn if gso_type isn't set for a GSO SKB
eec7ef60d297 afs: Fix dynamic root lookup DNS check
82d64cbe487c afs: Fix the dynamic root's d_delete to always delete unused dentries
2b4600fb6967 net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by_dev()
b10265532df7 net/rose: fix races in rose_kill_by_device()
ed4cb8a42ce9 ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
3f82a6a6d7ee net: sched: ife: fix potential use-after-free
f48e3337ab0b net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by representors
d07ef3a87064 net/mlx5: Fix fw tracer first block check
a46bb28fdbdf net/mlx5: improve some comments
333fd1095584 Revert "net/mlx5e: fix double free of encap_header"
7bd305f5f262 wifi: mac80211: mesh_plink: fix matches_local logic
76366b399a02 s390/vx: fix save/restore of fpu kernel context
f40d484e1614 reset: Fix crash when freeing non-existent optional resets
14d915ca5ae3 ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init
62ef5887dd45 ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE
35e12efde04d ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
.../linux/linux-yocto-rt_5.4.bb | 6 ++---
.../linux/linux-yocto-tiny_5.4.bb | 8 +++----
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +++++++++----------
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index 44b239c4173..72fa7b91184 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "db182d93638000066b9d174eecbdd86de24d70be"
-SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c"
+SRCREV_machine ?= "b587a3fecb37c3e198592a5733ce23cd8a33f6fc"
+SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
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}"
-LINUX_VERSION ?= "5.4.265"
+LINUX_VERSION ?= "5.4.266"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index 164b86d71af..023b9fe9e1e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "5.4.265"
+LINUX_VERSION ?= "5.4.266"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "863de52d7fc04097fde3bef264cc2952d1f3a2b0"
-SRCREV_machine ?= "9880d2f47e2bea1fa9fb069ac35631e724b76d26"
-SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c"
+SRCREV_machine_qemuarm ?= "da07f26ba47c365237459233a85f398599677b28"
+SRCREV_machine ?= "65fdb0d3fc750b89ed2ad3268d346765a7131094"
+SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
index 2d00341d59b..412b8230ab9 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
@@ -13,16 +13,16 @@ KBRANCH_qemux86 ?= "v5.4/standard/base"
KBRANCH_qemux86-64 ?= "v5.4/standard/base"
KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "7e4e6b59cac3b71d43a587728acc7bfe78ef16af"
-SRCREV_machine_qemuarm64 ?= "234f5db38e546134931e1e6ffb3677e5516704fc"
-SRCREV_machine_qemumips ?= "60a93a5cfd6f6a5c7374e09d234ceb234367270d"
-SRCREV_machine_qemuppc ?= "63a0e4217eaa70fa4fc7dacf2a9356e88c79f80e"
-SRCREV_machine_qemuriscv64 ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851"
-SRCREV_machine_qemux86 ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851"
-SRCREV_machine_qemux86-64 ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851"
-SRCREV_machine_qemumips64 ?= "9bc9e7c0b392466df817283ea0f05c7cf330f8a5"
-SRCREV_machine ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851"
-SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c"
+SRCREV_machine_qemuarm ?= "732f4200d901957f0ab0a6c760fcc26e8ddfdb03"
+SRCREV_machine_qemuarm64 ?= "458f12462197606e02368dc74a79cc5f10e3409b"
+SRCREV_machine_qemumips ?= "4a746565ac1418646f94506f983f85779902b4eb"
+SRCREV_machine_qemuppc ?= "f51c8df8974a2b439d6a845ffbf144e935f04f5c"
+SRCREV_machine_qemuriscv64 ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f"
+SRCREV_machine_qemux86 ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f"
+SRCREV_machine_qemux86-64 ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f"
+SRCREV_machine_qemumips64 ?= "d56e5470a9173e9d2af61828619098356fadb75e"
+SRCREV_machine ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f"
+SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
# remap qemuarm to qemuarma15 for the 5.4 kernel
# KMACHINE_qemuarm ?= "qemuarma15"
@@ -31,7 +31,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-LINUX_VERSION ?= "5.4.265"
+LINUX_VERSION ?= "5.4.266"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
DEPENDS += "openssl-native util-linux-native"
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [OE-core][dunfell 4/5] linux-yocto/5.4: update to v5.4.267
2024-02-21 2:46 [OE-core][dunfell 1/5] linux-yocto/5.4: update to v5.4.264 bruce.ashfield
2024-02-21 2:46 ` [OE-core][dunfell 2/5] linux-yocto/5.4: update to v5.4.265 bruce.ashfield
2024-02-21 2:46 ` [OE-core][dunfell 3/5] linux-yocto/5.4: update to v5.4.266 bruce.ashfield
@ 2024-02-21 2:46 ` bruce.ashfield
2024-02-21 2:46 ` [OE-core][dunfell 5/5] linux-yocto/5.4: update to v5.4.268 bruce.ashfield
3 siblings, 0 replies; 5+ messages in thread
From: bruce.ashfield @ 2024-02-21 2:46 UTC (permalink / raw)
To: steve; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Updating linux-yocto/5.4 to the latest korg -stable release that comprises
the following commits:
9153fc966495 Linux 5.4.267
69ef165176a3 ASoC: meson: codec-glue: fix pcm format cast warning
584756c3d75a ipv6: remove max_size check inline with ipv4
66b3025202b4 ipv6: make ip6_rt_gc_expire an atomic_t
ae424c848db6 net/dst: use a smaller percpu_counter batch for dst entries accounting
7b3a9c2bf315 PCI: Disable ATS for specific Intel IPU E2000 devices
c6141c49bc80 PCI: Extract ATS disabling to a helper function
8711fa0c06d4 netfilter: nf_tables: Reject tables of unsupported family
c67bf30baf26 net: tls, update curr on splice as well
c2d9b438554e ath10k: Get rid of "per_ce_irq" hw param
d15f869cb3b3 ath10k: Keep track of which interrupts fired, don't poll them
696b992edc7e ath10k: Add interrupt summary based CE processing
366df9ecbcb8 ath10k: Wait until copy complete is actually done before completing
c4541e39808e mmc: sdhci-sprd: Fix eMMC init failure after hw reset
a9c9ffcd217b mmc: core: Cancel delayed work before releasing host
bfc3720ca8d0 mmc: rpmb: fixes pause retune on all RPMB partitions.
77359c497305 mm: fix unmap_mapping_range high bits shift bug
5af5e946c4dd i2c: core: Fix atomic xfer check for non-preempt config
d8ec24d79db1 firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards
85015a96bc24 mm/memory-failure: check the mapcount of the precise page
3d8fab93ca98 net: Implement missing SO_TIMESTAMPING_NEW cmsg support
f7084217d945 bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()
acfeb9039b17 asix: Add check for usbnet_get_endpoints
6c00721ad7aa net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues
a4ea54c52828 net/qla3xxx: switch from 'pci_' to 'dma_' API
863ca421b4a7 i40e: Restore VF MSI-X state during PCI reset
01c2d73ae2dd ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
bdc00b8c3afe ASoC: meson: g12a-tohdmitx: Validate written enum values
fe2d1dda1db4 ASoC: meson: g12a: extract codec-to-codec utils
93d80aadc02e i40e: fix use-after-free in i40e_aqc_add_filters()
b40828a2ab57 net: Save and restore msg_namelen in sock_sendmsg
68c8fdb9f9c8 net: bcmgenet: Fix FCS generation for fragmented skbuffs
4c0fa624a693 ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_init
c1556217ff6f net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
2cdb65084824 can: raw: add support for SO_MARK
96a6d1bb28ed can: raw: add support for SO_TXTIME/SCM_TXTIME
b1719cbb733e net: sched: em_text: fix possible memory leak in em_text_destroy()
ef4fd7518c6e i40e: Fix filter input checks to prevent config with invalid values
65c6ef02ff26 nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
.../linux/linux-yocto-rt_5.4.bb | 4 ++--
.../linux/linux-yocto-tiny_5.4.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 20 +++++++++----------
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index 72fa7b91184..44278cb2a49 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "b587a3fecb37c3e198592a5733ce23cd8a33f6fc"
+SRCREV_machine ?= "36f355fd2c80860745565b2e5bd293d35a645b86"
SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
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}"
-LINUX_VERSION ?= "5.4.266"
+LINUX_VERSION ?= "5.4.267"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index 023b9fe9e1e..abc7ecad064 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "5.4.266"
+LINUX_VERSION ?= "5.4.267"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "da07f26ba47c365237459233a85f398599677b28"
-SRCREV_machine ?= "65fdb0d3fc750b89ed2ad3268d346765a7131094"
+SRCREV_machine_qemuarm ?= "f5c9f947b3349a982c032c81f4b636728e2b8004"
+SRCREV_machine ?= "028ae2c5666867a95ebc7b44723048286338bb0d"
SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
index 412b8230ab9..550960dcd0d 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
@@ -13,15 +13,15 @@ KBRANCH_qemux86 ?= "v5.4/standard/base"
KBRANCH_qemux86-64 ?= "v5.4/standard/base"
KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "732f4200d901957f0ab0a6c760fcc26e8ddfdb03"
-SRCREV_machine_qemuarm64 ?= "458f12462197606e02368dc74a79cc5f10e3409b"
-SRCREV_machine_qemumips ?= "4a746565ac1418646f94506f983f85779902b4eb"
-SRCREV_machine_qemuppc ?= "f51c8df8974a2b439d6a845ffbf144e935f04f5c"
-SRCREV_machine_qemuriscv64 ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f"
-SRCREV_machine_qemux86 ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f"
-SRCREV_machine_qemux86-64 ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f"
-SRCREV_machine_qemumips64 ?= "d56e5470a9173e9d2af61828619098356fadb75e"
-SRCREV_machine ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f"
+SRCREV_machine_qemuarm ?= "8c115d2b1f1a2f1ddc5196fd13d2045ed65d5c6e"
+SRCREV_machine_qemuarm64 ?= "9f7ddd1312cafad0c67288936518e94d9f7cecc5"
+SRCREV_machine_qemumips ?= "6a033ec3a29689156cd3e9c16383560f21e230e2"
+SRCREV_machine_qemuppc ?= "d2ca96883f4c93dfd56e5dc203b15ea36151cf4c"
+SRCREV_machine_qemuriscv64 ?= "2ee6ae8d74b9921a1454fec6949b79bd676a95c8"
+SRCREV_machine_qemux86 ?= "2ee6ae8d74b9921a1454fec6949b79bd676a95c8"
+SRCREV_machine_qemux86-64 ?= "2ee6ae8d74b9921a1454fec6949b79bd676a95c8"
+SRCREV_machine_qemumips64 ?= "e75dbfccf896e92c327165880b90e42049774552"
+SRCREV_machine ?= "2ee6ae8d74b9921a1454fec6949b79bd676a95c8"
SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
# remap qemuarm to qemuarma15 for the 5.4 kernel
@@ -31,7 +31,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-LINUX_VERSION ?= "5.4.266"
+LINUX_VERSION ?= "5.4.267"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
DEPENDS += "openssl-native util-linux-native"
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [OE-core][dunfell 5/5] linux-yocto/5.4: update to v5.4.268
2024-02-21 2:46 [OE-core][dunfell 1/5] linux-yocto/5.4: update to v5.4.264 bruce.ashfield
` (2 preceding siblings ...)
2024-02-21 2:46 ` [OE-core][dunfell 4/5] linux-yocto/5.4: update to v5.4.267 bruce.ashfield
@ 2024-02-21 2:46 ` bruce.ashfield
3 siblings, 0 replies; 5+ messages in thread
From: bruce.ashfield @ 2024-02-21 2:46 UTC (permalink / raw)
To: steve; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Updating linux-yocto/5.4 to the latest korg -stable release that comprises
the following commits:
f0602893f43a Linux 5.4.268
5ff9836ab0f6 arm64: dts: armada-3720-turris-mox: set irq type for RTC
300a55a3a6d4 perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set
ea5587946a15 i2c: s3c24xx: fix transferring more than one message in polling mode
90734f1cdee8 i2c: s3c24xx: fix read transfers in polling mode
05b6d0234a37 mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
d5661f46c11d kdb: Fix a potential buffer overflow in kdb_local()
cf6260a34d28 kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
36b6db699c03 ipvs: avoid stat macros calls from preemptible context
4c8a827d68ba netfilter: nf_tables: skip dead set elements in netlink dump
db9fda526c8d net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
8efe3e8a6c4c net: ravb: Fix dma_addr_t truncation in error case
f7a153e3ac41 net: phy: micrel: populate .soft_reset for KSZ9131
02467ab8b404 net: qualcomm: rmnet: fix global oob in rmnet_policy
5b58cfcd4ce1 s390/pci: fix max size calculation in zpci_memcpy_toio()
14a7e3a0d099 PCI: keystone: Fix race condition when initializing PHYs
40d171ef2389 nvmet-tcp: Fix the H2C expected PDU len calculation
258dccd67ba0 serial: imx: Correct clock error message in function probe()
1d8e62b5569c apparmor: avoid crash when parsed profile name is empty
4cd5db4fc46c perf env: Avoid recursively taking env->bpf_progs.lock
f19a1cb1f9f4 perf bpf: Decouple creating the evlist from adding the SB event
739b800279d0 perf top: Move sb_evlist to 'struct perf_top'
2d59b6ed998d perf record: Move sb_evlist to 'struct record'
14a9769a769e perf env: Add perf_env__numa_node()
9638beb4e10a nvmet-tcp: fix a crash in nvmet_req_complete()
ee5e7632e981 nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
887ab0a444f0 perf genelf: Set ELF program header addresses properly
ed903eeb4e2e software node: Let args be NULL in software_node_get_reference_args
dbb71ba53146 acpi: property: Let args be NULL in __acpi_node_get_property_reference
b502fb43f7fb serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed
d8003fdcc66c MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup()
93a7b8d4338b MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()
fa873e90301c mips: Fix incorrect max_low_pfn adjustment
b419fe1180f7 HID: wacom: Correct behavior when processing some confidence == false touches
f7a92bec8eea x86/kvm: Do not try to disable kvmclock if it was not enabled
1d6d95aaa692 wifi: mwifiex: configure BSSID consistently when starting AP
249b78dbb154 wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors
c22b4f159b27 wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable code
b33a30358826 rootfs: Fix support for rootfstype= when root= is given
02bd78673b65 fbdev: flush deferred work in fb_deferred_io_fsync()
7cfc97d1ec3f ALSA: oxygen: Fix right channel of capture volume mixer
85f6a6590dcf usb: mon: Fix atomicity violation in mon_bin_vma_fault
14e60d584a42 usb: typec: class: fix typec_altmode_put_partner to put plugs
94f2aa8145f4 Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"
a05ebd577979 usb: chipidea: wait controller resume finished for wakeup irq
d9c8275c5960 Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"
548a00780d34 Revert "usb: dwc3: Soft reset phy on probe for host"
c145217af8bf usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart
5d5d9827016a usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()
29032c8e3e31 tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
5c3d4930c7b7 binder: fix unused alloc->free_async_space
252a2a5569eb binder: fix race between mmput() and do_exit()
4404c2b832cf xen-netback: don't produce zero-size SKB frags
ee4e9c5ffff9 Revert "ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek"
01fe1b7bb0aa Input: atkbd - use ab83 as id when skipping the getid command
a53e15e592b4 binder: fix use-after-free in shinker's callback
fc1119a3c65d binder: fix async space check for 0-sized buffers
1b7c039260ce of: unittest: Fix of_count_phandle_with_args() expected value message
a0a061151a62 of: Fix double free in of_parse_phandle_with_args_map
a9de8a4f52ff mmc: sdhci_omap: Fix TI SoC dependencies
b8bbe3354419 clk: si5341: fix an error code problem in si5341_output_clk_set_rate
4810cce02967 watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
11a64041d921 watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
0d5685c13d55 watchdog: set cdev owner before adding
777aa44f63fa drivers: clk: zynqmp: calculate closest mux rate
5a572eb32fd3 gpu/drm/radeon: fix two memleaks in radeon_vm_init
8b55b06e737f drivers/amd/pm: fix a use-after-free in kv_parse_power_table
06d95c99d5a4 drm/amd/pm: fix a double-free in si_dpm_init
8ee1fb4c5168 drm/amdgpu/debugfs: fix error code when smc register accessors are NULL
68ec0a0211c4 media: dvbdev: drop refcount on error path in dvb_device_open()
06a9263ac925 media: cx231xx: fix a memleak in cx231xx_init_isoc
6a421928f7b2 drm/bridge: tc358767: Fix return value on error case
d46fe2e93e53 drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table
c0769f091ff9 drm/radeon/dpm: fix a memleak in sumo_parse_power_table
5d12c5d75f7c drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()
09d59f73f46a drm/drv: propagate errors from drm_modeset_register_all()
31b169a8bed7 drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks
9170aa07cb20 drm/msm/mdp4: flush vblank event on disable
136f919816cc ASoC: cs35l34: Fix GPIO name and drop legacy include
86af5d7acf4c ASoC: cs35l33: Fix GPIO name and drop legacy include
94aa82723abb drm/radeon: check return value of radeon_ring_lock()
bf48d891234b drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()
8e5bcb781f87 drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()
5624a3c1b1eb f2fs: fix to avoid dirent corruption
b083ec00f39e drm/bridge: Fix typo in post_disable() description
47aa8fcd5e8b media: pvrusb2: fix use after free on context disconnection
f6a35c21cde3 RDMA/usnic: Silence uninitialized symbol smatch warnings
9bb977521768 ARM: davinci: always select CONFIG_CPU_ARM926T
3f15ba3dc14e ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()
dcc9cd5ddb94 Bluetooth: btmtkuart: fix recv_buf() return value
efcfcd5f2b5e Bluetooth: Fix bogus check for re-auth no supported with non-ssp
598c902649ea netfilter: nf_tables: mark newset as dead on transaction abort
8dbaaf71ffc2 wifi: rtlwifi: rtl8192se: using calculate_bit_shift()
8fa54f7532c8 wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()
4838d1666660 wifi: rtlwifi: rtl8192de: using calculate_bit_shift()
e15fcb194542 rtlwifi: rtl8192de: make arrays static const, makes object smaller
ae1df4cc0adb wifi: rtlwifi: rtl8192ce: using calculate_bit_shift()
a3a25b5d019c wifi: rtlwifi: rtl8192cu: using calculate_bit_shift()
6f84a338ed61 wifi: rtlwifi: rtl8192c: using calculate_bit_shift()
ee0a81cf7e7b wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()
7cbcf5fe01d0 wifi: rtlwifi: add calculate_bit_shift()
4985e507e0b9 dma-mapping: clear dev->dma_mem to NULL after freeing it
48614d528b42 virtio/vsock: fix logic which reduces credit update messages
332cd73a9298 selftests/net: fix grep checking for fib_nexthop_multiprefix
12b91f36369b scsi: hisi_sas: Replace with standard error code return value
14470da02dfc arm64: dts: qcom: sdm845-db845c: correct LED panic indicator
c23c4984ce0b scsi: fnic: Return error if vmalloc() failed
16d21bfcb371 wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behavior
4a20fa7322e2 rtlwifi: Use ffs in <foo>_phy_calculate_bit_shift
0226926ba326 firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()
ef75f3c56bf3 net/ncsi: Fix netlink major/minor version numbers
7276fac0a668 ncsi: internal.h: Fix a spello
f6154d498365 ARM: dts: qcom: apq8064: correct XOADC register address
bd1bf5e8056a wifi: libertas: stop selecting wext
dc843ed97ddb bpf, lpm: Fix check prefixlen before walking trie
93c71706a1f0 wifi: rtw88: fix RX filter in FIF_ALLMULTI flag
aebe7e47c201 NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT
db55dbbba5e5 blocklayoutdriver: Fix reference leak of pnfs_device_node
e0e3f4a18784 crypto: scomp - fix req->dst buffer overflow
77d2b1833631 crypto: sahara - do not resize req->src when doing hash operations
53ba86f765d4 crypto: sahara - fix processing hash requests with req->nbytes < sg->length
ba1ef4276e10 crypto: sahara - improve error handling in sahara_sha_process()
0274697075e1 crypto: sahara - fix wait_for_completion_timeout() error handling
b588ed190b9a crypto: sahara - fix ahash reqsize
aea92cca4375 crypto: virtio - Wait for tasklet to complete on device remove
efc8ef87ab91 gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
d1fe1aede684 pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
6e907574ef9b crypto: sahara - fix error handling in sahara_hw_descriptor_create()
e82d07d5c709 crypto: sahara - fix processing requests with cryptlen < sg->length
da43c26203d9 crypto: sahara - fix ahash selftest failure
beb815a0001e crypto: sahara - remove FLAGS_NEW_KEY logic
4c10928e31c7 crypto: af_alg - Disallow multiple in-flight AIO requests
ca3484d5cadc crypto: ccp - fix memleak in ccp_init_dm_workarea
9fffae6cc42b virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
01081d76cc3e crypto: virtio - don't use 'default m'
830a4f073f7e crypto: virtio - Handle dataq logic with tasklet
86a7c9ba839e selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
1bf4fe14e97c mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
6b84cb9e383d spi: sh-msiof: Enforce fixed DTDL for R-Car H3
36e19f84634a calipso: fix memory leak in netlbl_calipso_add_pass()
0396c1e211bb netlabel: remove unused parameter in netlbl_netlink_auditinfo()
7b99eafea070 net: netlabel: Fix kerneldoc warnings
6c38e791bde0 ACPI: LPIT: Avoid u32 multiplication overflow
1e3a2b9b4039 ACPI: video: check for error while searching for backlight device parent
f5ea2cf3bbb1 mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller response
1e80aa25d186 powerpc/imc-pmu: Add a null pointer check in update_events_in_group()
9da4a56dd377 powerpc/powernv: Add a null pointer check in opal_powercap_init()
e93d7cf4c1dd powerpc/powernv: Add a null pointer check in opal_event_init()
f84c1446daa5 powerpc/powernv: Add a null pointer check to scom_debug_init_one()
b0200560b69e selftests/powerpc: Fix error handling in FPU/VMX preemption tests
9b5f03500bc5 powerpc/pseries/memhp: Fix access beyond end of drmem array
69c0b92f78a2 powerpc/pseries/memhotplug: Quieten some DLPAR operations
5401b689ad44 powerpc/44x: select I2C for CURRITUCK
245da9eebba0 powerpc: add crtsavres.o to always-y instead of extra-y
5da3b6e7196f EDAC/thunderx: Fix possible out-of-bounds string access
555a2f09a69d x86/lib: Fix overflow when counting digits
6ee48d71021e coresight: etm4x: Fix width of CCITMIN field
b00d5f7152ab parport: parport_serial: Add Brainboxes device IDs and geometry
760a5ab4d880 parport: parport_serial: Add Brainboxes BAR details
e93da893d52d uio: Fix use-after-free in uio_open
da488e1aad20 binder: fix comment on binder_alloc_new_buf() return value
a92b2797ca72 binder: fix trivial typo of binder_free_buf_locked()
9774dabad707 binder: use EPOLLERR from eventpoll.h
5e1eb0dfc95b ACPI: resource: Add another DMI match for the TongFang GMxXGxx
c5b051750011 drm/crtc: fix uninitialized variable use
cfc6afe930c6 ARM: sun9i: smp: fix return code check of of_property_match_string
ef7152f8705f ida: Fix crash in ida_free when the bitmap is empty
c97996451f94 Input: xpad - add Razer Wolverine V2 support
510a7bc3682d ARC: fix spare error
0fe6431622b7 s390/scm: fix virtual vs physical address confusion
8fb5795bcf81 Input: i8042 - add nomux quirk for Acer P459-G2-M
2c70bf99783b Input: atkbd - skip ATKBD_CMD_GETID in translated mode
3d9a9c0881f4 reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
4f7512e779ae ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
e405c22ee576 tracing: Add size check when printing trace_marker output
f787481af4a8 tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
d4408ffeb848 neighbour: Don't let neigh_forced_gc() disable preemption for long
9cc9683aec42 drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
2f601e869611 jbd2: correct the printing of write_flags in jbd2_write_superblock()
1c187cb210c1 clk: rockchip: rk3128: Fix HCLK_OTG gate register
3f50a73fd929 drm/exynos: fix a wrong error checking
8bc21ac17da8 drm/exynos: fix a potential error pointer dereference
6eb975932853 nvme: introduce helper function to get ctrl state
971c0b10c94d ASoC: da7219: Support low DC impedance headset
ec76b9e057de net/tg3: fix race condition in tg3_reset_task()
ef9fefca3fec nouveau/tu102: flush all pdbs on vmm flush
b67005b284dd ASoC: rt5650: add mutex to avoid the jack detection failure
4fece6617b57 ASoC: cs43130: Fix incorrect frame delay configuration
1bf33a67a944 ASoC: cs43130: Fix the position of const qualifier
61c1e46fb84e ASoC: Intel: Skylake: mem leak in skl register function
81610106fd5b ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16
ad5a06e16365 ASoC: Intel: Skylake: Fix mem leak in few functions
57a95d06da3e ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
ebc3c8e090a0 pinctrl: lochnagar: Don't build on MIPS
12cf91e23b12 f2fs: explicitly null-terminate the xattr list
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
.../linux/linux-yocto-rt_5.4.bb | 6 ++---
.../linux/linux-yocto-tiny_5.4.bb | 8 +++----
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +++++++++----------
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index 44278cb2a49..e3a971cbe32 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "36f355fd2c80860745565b2e5bd293d35a645b86"
-SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
+SRCREV_machine ?= "1a529c784c773e07e2e7a743cf92d99d5f64b175"
+SRCREV_meta ?= "c841eec84cf56e6b837f12a359c35c5dfb26da5f"
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}"
-LINUX_VERSION ?= "5.4.267"
+LINUX_VERSION ?= "5.4.268"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index abc7ecad064..00a32019d94 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "5.4.267"
+LINUX_VERSION ?= "5.4.268"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "f5c9f947b3349a982c032c81f4b636728e2b8004"
-SRCREV_machine ?= "028ae2c5666867a95ebc7b44723048286338bb0d"
-SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
+SRCREV_machine_qemuarm ?= "19870769466f545dbfacc448a212acb0dd1324a4"
+SRCREV_machine ?= "b0ebc762e3ecbc4f0338456767a5901fce805155"
+SRCREV_meta ?= "c841eec84cf56e6b837f12a359c35c5dfb26da5f"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
index 550960dcd0d..2a30cf6a4d2 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
@@ -13,16 +13,16 @@ KBRANCH_qemux86 ?= "v5.4/standard/base"
KBRANCH_qemux86-64 ?= "v5.4/standard/base"
KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "8c115d2b1f1a2f1ddc5196fd13d2045ed65d5c6e"
-SRCREV_machine_qemuarm64 ?= "9f7ddd1312cafad0c67288936518e94d9f7cecc5"
-SRCREV_machine_qemumips ?= "6a033ec3a29689156cd3e9c16383560f21e230e2"
-SRCREV_machine_qemuppc ?= "d2ca96883f4c93dfd56e5dc203b15ea36151cf4c"
-SRCREV_machine_qemuriscv64 ?= "2ee6ae8d74b9921a1454fec6949b79bd676a95c8"
-SRCREV_machine_qemux86 ?= "2ee6ae8d74b9921a1454fec6949b79bd676a95c8"
-SRCREV_machine_qemux86-64 ?= "2ee6ae8d74b9921a1454fec6949b79bd676a95c8"
-SRCREV_machine_qemumips64 ?= "e75dbfccf896e92c327165880b90e42049774552"
-SRCREV_machine ?= "2ee6ae8d74b9921a1454fec6949b79bd676a95c8"
-SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
+SRCREV_machine_qemuarm ?= "a1fa03030adf951abcd2fc5c44f6133352e452da"
+SRCREV_machine_qemuarm64 ?= "31006b756f0b4b686b0fe4fad0f122ad427756de"
+SRCREV_machine_qemumips ?= "199be2c0b3869c13ea32737a316e51eca1a3cd6f"
+SRCREV_machine_qemuppc ?= "f1575e20066e5f61c363e7fccdcdf8b8ae23a8f3"
+SRCREV_machine_qemuriscv64 ?= "698e12267b8f334a5f6a2024e4b9b1f8a95a05ac"
+SRCREV_machine_qemux86 ?= "698e12267b8f334a5f6a2024e4b9b1f8a95a05ac"
+SRCREV_machine_qemux86-64 ?= "698e12267b8f334a5f6a2024e4b9b1f8a95a05ac"
+SRCREV_machine_qemumips64 ?= "a9c1d19cd3d1d0df846cd419cd75cf59995f89eb"
+SRCREV_machine ?= "698e12267b8f334a5f6a2024e4b9b1f8a95a05ac"
+SRCREV_meta ?= "c841eec84cf56e6b837f12a359c35c5dfb26da5f"
# remap qemuarm to qemuarma15 for the 5.4 kernel
# KMACHINE_qemuarm ?= "qemuarma15"
@@ -31,7 +31,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-LINUX_VERSION ?= "5.4.267"
+LINUX_VERSION ?= "5.4.268"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
DEPENDS += "openssl-native util-linux-native"
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread