From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9F03C433F5 for ; Tue, 30 Nov 2021 21:33:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240465AbhK3Vgk (ORCPT ); Tue, 30 Nov 2021 16:36:40 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:51794 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235087AbhK3Vgk (ORCPT ); Tue, 30 Nov 2021 16:36:40 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 36FA51FD5B; Tue, 30 Nov 2021 21:33:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1638307999; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=zH9lIZ5OFaBX4J7QmSeaPqZ9/mJ9hA28ZMh33NJm8Ec=; b=KMHodKte1Jz2WMupfYepiaUeyyNlBZEl62Q/SxFFNTma66C0X3CP1Xxv/hYfJuQK21Fu4G xJ30oU7uvDCv9b/blnaEt97cnP3YgaH4mzxdMAXDOn7sjmegkfkMcYVNaJwIjwgAMCsjVp Ki3EpVbU/YrHOj08NnlKMFJm1AH1mx0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1638307999; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=zH9lIZ5OFaBX4J7QmSeaPqZ9/mJ9hA28ZMh33NJm8Ec=; b=Tu9XPYrLADFgQgABejPKDZB48lxzYp02xlcRZ05ffwhnjPbGBunhNThdBl2f6m0edAnMGh kaqyMNjCBiy0uqBw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 2EDC3A3B81; Tue, 30 Nov 2021 21:33:19 +0000 (UTC) Date: Tue, 30 Nov 2021 22:33:19 +0100 Message-ID: From: Takashi Iwai To: Greg Kroah-Hartman Cc: Subject: Request for cherry-picking USB-audio fixes to 5.15.x stable User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Greg, it seems that many reported issues for 5.15 and 5.14 kernels are fixed by the recent development on 5.16-rc, and it's worth to backport those to 5.15.x stable. Below is the list of commits from the mainline. Could you cherry-pick them to 5.15.x stable? Applying from top to bottom. I confirmed that they can be applied and built cleanly on 5.15.5. 4e7cf1fbb34ecb472c073980458cbe413afd4d64 9c9a3b9da891cc70405a544da6855700eddcbb71 e581f1cec4f899f788f6c9477f805b1d5fef25e2 bceee75387554f682638e719d1ea60125ea78cea d215f63d49da9a8803af3e81acd6cad743686573 0ef74366bc150dda4f53c546dfa6e8f7c707e087 d5f871f89e21bb71827ea57bd484eedea85839a0 813a17cab9b708bbb1e0db8902e19857b57196ec 23939115be181bc5dbc33aa8471adcdbffa28910 53451b6da8271905941eb1eb369db152c4bd92f2 eee5d6f1356a016105a974fb176b491288439efa 83de8f83816e8e15227dac985163e3d433a2bf9d The diffstat of those are like below: sound/usb/card.h | 10 ++- sound/usb/endpoint.c | 223 +++++++++++++++++++++++++++++++++++++-------------- sound/usb/endpoint.h | 13 ++- sound/usb/pcm.c | 165 +++++++++++++++++++++++++++++-------- 4 files changed, 306 insertions(+), 105 deletions(-) If you prefer, I can submit the patches, too. Thanks! Takashi