Skip to content

Commit

Permalink
linux-fslc: update to v5.12.12
Browse files Browse the repository at this point in the history
Kernel repository has been upgraded to v5.12.12 from stable korg.

Following upstream commits are included in this version:
----
83335a414d13 Linux 5.12.12
e324b29e6042 fib: Return the correct errno code
b77b9f3ee5ee net: Return the correct errno code
bc685cc0bbd2 net/x25: Return the correct errno code
8478b361dfc5 rtnetlink: Fix missing error code in rtnl_bridge_notify()
abc57d8def3a drm/amd/amdgpu:save psp ring wptr to avoid attack
aa000f828e60 drm/amd/display: Fix potential memory leak in DMUB hw_init
6bb36b876031 drm/amdgpu: refine amdgpu_fru_get_product_info
e8eee289c159 drm/amd/display: Allow bandwidth validation for 0 streams.
85e7200b80f6 net: ipconfig: Don't override command-line hostnames or domains
565b925357af nvme-loop: do not warn for deleted controllers during reset
f49baa21615f nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()
e5f154eb7c3b nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() fails
e16d20862907 nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()
61b4b59e9481 scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V
aed3fc70d5b5 Bluetooth: Add a new USB ID for RTL8822CE
bf5b0719e69b scsi: qedf: Do not put host in qedf_vport_create() unconditionally
7205c2f5caae ethernet: myri10ge: Fix missing error code in myri10ge_probe()
20822024c394 scsi: target: core: Fix warning on realtime kernels
e87ef30fe73e gfs2: Fix use-after-free in gfs2_glock_shrink_scan
49ee7e334325 mt76: mt7921: remove leftover 80+80 HE capability
1d653ffc9a7c ALSA: hda: Add AlderLake-M PCI ID
8fa0345686e5 riscv: Use -mno-relax when using lld linker
47dab921bc36 HID: intel-ish-hid: ipc: Add Alder Lake device IDs
db8286ad7001 HID: gt683r: add missing MODULE_DEVICE_TABLE
d8a93607fe4e HID: multitouch: Disable event reporting on suspend on the Asus T101HA touchpad
d27e9b57e710 gfs2: Clean up revokes on normal withdraws
10f5b5e9052a gfs2: fix a deadlock on withdraw-during-mount
6e66fcf45d90 gfs2: Prevent direct-I/O write fallback errors from getting lost
aa86fbc7a357 ARM: OMAP2+: Fix build warning when mmc_omap is not built
c2aba609f055 ARM: OMAP1: Fix use of possibly uninitialized irq variable
4712c07628c6 hwmon/pmbus: (q54sj108a2) The PMBUS_MFR_ID is actually 6 chars instead of 5
ace3b924c013 drm/tegra: sor: Fully initialize SOR before registration
243808893380 gpu: host1x: Split up client initalization and registration
6fc59edf0471 drm/tegra: sor: Do not leak runtime PM reference
805c958c29c1 mt76: mt7921: fix max aggregation subframes setting
21883bff0fd8 HID: usbhid: fix info leak in hid_submit_ctrl
ed081fd87e82 HID: Add BUS_VIRTUAL to hid_connect logging
8ff871cfd0fb HID: multitouch: set Stylus suffix for Stylus-application devices, too
a0e062e9c239 HID: quirks: Add quirk for Lenovo optical mouse
96cf492f508e HID: asus: filter G713/G733 key event to prevent shutdown
cb33cde0dda6 HID: hid-sensor-hub: Return error for hid_set_field() failure
9bc75db6ad7b HID: hid-input: add mapping for emoji picker key
26308214e189 HID: a4tech: use A4_2WHEEL_MOUSE_HACK_B8 for A4TECH NB-95
748a20cec454 HID: quirks: Add HID_QUIRK_NO_INIT_REPORTS quirk for Dell K15A keyboard-dock
19b4d6c0a7b5 HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65
0739b45a20c3 HID: asus: Filter keyboard EC for old ROG keyboard
fdd51e34f453 net: ieee802154: fix null deref in parse dev addr
----

Link: https://lore.kernel.org/r/20210616152836.655643420@linuxfoundation.org
Link: Freescale/linux-fslc#380

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
  • Loading branch information
zandrey committed Jun 30, 2021
1 parent fca2368 commit eb26465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-kernel/linux/linux-fslc_5.12.bb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
#
# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
# should be updated once patchlevel is merged.
LINUX_VERSION = "5.12.11"
LINUX_VERSION = "5.12.12"

KBRANCH = "5.12.x+fslc"
SRCREV = "55f71ca4e7196e3c667c720b55d4fd1117d0a051"
SRCREV = "11fc2f2061d65204b1a33e8f6cd385ae753cb69b"

COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"

0 comments on commit eb26465

Please sign in to comment.