From MAILER-DAEMON Mon Aug 26 08:06:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: ELTS v4.14.352-openela release From: Vegard Nossum Date: Mon, 26 Aug 2024 08:06:06 -0000 Message-Id: <2024-8-26.25dbc0911043a3e8.0@oracle.com> These are the patches for v4.14.352-openela. They were picked from v4.19.319. There are 31 patch(es) in this series. If anyone has any issues with these being applied, please let us know. Thanks. ---------- Patches that were DROPPED because commit did not cherry-pick cleanly: 0405060fa242 bytcr_rt5640 : inverse jack detect for Archos 101 cesium Patches that were DROPPED because fixes code not in 4.14.y: 0aa5858cb091 can: kvaser_usb: fix return value for hif_usb_send_regout Patches in this release: c133012a8133 gcc-plugins: Rename last_stmt() for GCC 14+ 2eb33ecdc2e4 scsi: qedf: Set qed_slowpath_params to zero before use 7af36fe3934a ACPI: EC: Abort address space access upon error af32f802de71 ACPI: EC: Avoid returning AE_OK on errors in address space handler 2fac830d7e5b wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata 60882d697cfb wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() f995731405d6 Input: silead - add support for capactive home button found on some x86 tablets 1501ce3d5bfe Input: silead - Always support 10 fingers 6e6d94454bba ila: block BH in ila_output() 265ba671aaff kconfig: gconf: give a proper initial state to the Save button 692c2ebeacc0 kconfig: remove wrong expr_trans_bool() 8d3da24eb732 fs/file: fix the check in find_next_fd() cdb32323efca mei: demote client disconnect warning on suspend to debug 56e8fc1b0ac2 wifi: cfg80211: wext: add extra SIOCSIWSCAN data check 0eafa6b4fdf5 Input: elantech - fix touchpad state on resume for Lenovo N24 2ba3ceb092c9 s390/sclp: Fix sclp_init() cleanup on failure f78b195536a1 ALSA: dmaengine_pcm: terminate dmaengine before synchronize c16c01ccdd91 net: usb: qmi_wwan: add Telit FN912 compositions eef43c3ccb72 net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() 43df6e148cb4 Bluetooth: hci_core: cancel all works upon hci_unregister_dev() fe34d279afd5 fs: better handle deep ancestor chains in is_subdir() 4e4a79155c2f spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices 010cabb684a2 selftests/vDSO: fix clang build errors and warnings 7cc7fff373ff hfsplus: fix uninit-value in copy_name 0092a371ee34 filelock: Remove locks reliably when fcntl/close race is detected a650c33ed9ed ARM: 9324/1: fix get_user() broken with veneer f70e0950f817 ACPI: processor_idle: Fix invalid comparison with insertion sort for latency aac14d323840 net: relax socket state check at accept time. 3c99e72be6bf ocfs2: add bounds checking to ocfs2_check_dir_entry() 7f65c3bae249 jfs: don't walk off the end of ealist a429e9177821 filelock: Fix fcntl/close race recovery compat path Patches that differ from v4.19.319 are: 60882d697cfb wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() 692c2ebeacc0 kconfig: remove wrong expr_trans_bool() fe34d279afd5 fs: better handle deep ancestor chains in is_subdir() 4e4a79155c2f spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices From MAILER-DAEMON Mon Aug 26 08:06:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DROPPED PATCH v4.14.352-openela 1/2] bytcr_rt5640 : inverse jack detect for Archos 101 cesium From: Vegard Nossum Date: Mon, 26 Aug 2024 08:06:06 -0000 Message-Id: <2024-8-26.25dbc0911043a3e8.1@oracle.com> In-Reply-To: <2024-8-26.25dbc0911043a3e8.0@oracle.com> Commit 0405060fa24286e361cf784bfb37695e8dadc541 from v4.19.319 was not cherry-picked to v4.14.352-openela. -------- >From 0405060fa24286e361cf784bfb37695e8dadc541 Mon Sep 17 00:00:00 2001 From: Thomas GENTY Date: Sat, 8 Jun 2024 19:02:51 +0200 Subject: [PATCH] bytcr_rt5640 : inverse jack detect for Archos 101 cesium [ Upstream commit e3209a1827646daaab744aa6a5767b1f57fb5385 ] When headphones are plugged in, they appear absent; when they are removed, they appear present. Add a specific entry in bytcr_rt5640 for this device Signed-off-by: Thomas GENTY Reviewed-by: Hans de Goede Acked-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20240608170251.99936-1-tomlohave@gmail.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/intel/boards/bytcr_rt5640.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sound/soc/intel/boards/bytcr_rt5640.c b/sound/soc/intel/boards/bytcr_rt5640.c index 19f425eb4a40..16e2ab290375 100644 --- a/sound/soc/intel/boards/bytcr_rt5640.c +++ b/sound/soc/intel/boards/bytcr_rt5640.c @@ -474,6 +474,17 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = { BYT_RT5640_SSP0_AIF1 | BYT_RT5640_MCLK_EN), }, + { + .matches = { + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ARCHOS"), + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ARCHOS 101 CESIUM"), + }, + .driver_data = (void *)(BYTCR_INPUT_DEFAULTS | + BYT_RT5640_JD_NOT_INV | + BYT_RT5640_DIFF_MIC | + BYT_RT5640_SSP0_AIF1 | + BYT_RT5640_MCLK_EN), + }, { .matches = { DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ARCHOS"), -- 2.39.3 From MAILER-DAEMON Mon Aug 26 08:06:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DROPPED PATCH v4.14.352-openela 2/2] can: kvaser_usb: fix return value for hif_usb_send_regout From: Vegard Nossum Date: Mon, 26 Aug 2024 08:06:06 -0000 Message-Id: <2024-8-26.25dbc0911043a3e8.2@oracle.com> In-Reply-To: <2024-8-26.25dbc0911043a3e8.0@oracle.com> Commit 0aa5858cb091344f149d1169f00d08b585fa70de from v4.19.319 was not cherry-picked to v4.14.352-openela. -------- >From 0aa5858cb091344f149d1169f00d08b585fa70de Mon Sep 17 00:00:00 2001 From: Chen Ni Date: Tue, 21 May 2024 12:10:20 +0800 Subject: [PATCH] can: kvaser_usb: fix return value for hif_usb_send_regout [ Upstream commit 0d34d8163fd87978a6abd792e2d8ad849f4c3d57 ] As the potential failure of usb_submit_urb(), it should be better to return the err variable to catch the error. Signed-off-by: Chen Ni Link: https://lore.kernel.org/all/20240521041020.1519416-1-nichen@iscas.ac.cn Signed-off-by: Marc Kleine-Budde Signed-off-by: Sasha Levin --- drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c b/drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c index a8c7879095de..0d23d3c5624a 100644 --- a/drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c +++ b/drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c @@ -266,7 +266,7 @@ int kvaser_usb_send_cmd_async(struct kvaser_usb_net_priv *priv, void *cmd, } usb_free_urb(urb); - return 0; + return err; } int kvaser_usb_can_rx_over_error(struct net_device *netdev) -- 2.39.3