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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85ECFC433E2 for ; Mon, 31 Aug 2020 09:43:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 66F5C2098B for ; Mon, 31 Aug 2020 09:43:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726081AbgHaJnN (ORCPT ); Mon, 31 Aug 2020 05:43:13 -0400 Received: from mx2.suse.de ([195.135.220.15]:55602 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725972AbgHaJnM (ORCPT ); Mon, 31 Aug 2020 05:43:12 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id F062CACF2; Mon, 31 Aug 2020 09:43:45 +0000 (UTC) Date: Mon, 31 Aug 2020 11:43:10 +0200 Message-ID: From: Takashi Iwai To: SeongJae Park Cc: Muchun Song , Filipe Manana , Hauke Mehrtens , Alexander Tsoy , Takashi Iwai , Arnaldo Carvalho de Melo , Michael Chan , Christophe JAILLET , Vincent Guittot , Taehee Yoo , Fabio Estevam , Jan Kara , Dongli Zhang , YueHaibing , Cong Wang , Chris Wilson , Mika Kuoppala , Nicholas Johnson , Adam Ford , Tudor Ambarus , Xiaochen Shen , Greg Kroah-Hartman , , , , Subject: Re: [5.4.y] Found 27 commits that might missed In-Reply-To: <20200828152745.10819-1-sjpark@amazon.com> References: <20200828152745.10819-1-sjpark@amazon.com> 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 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, 28 Aug 2020 17:27:45 +0200, SeongJae Park wrote: > > e4b0e41fee94 ("ALSA: usb-audio: Use the new macro for HP Dock rename quirks") > # commit date: 2020-06-08, author: Takashi Iwai > # fixes 'ALSA: usb-audio: Add vendor, product and profile name for HP Thunderbolt Dock' This is not really a fix but rather some cleanup, so no need for stable. > 695cf5ab401c ("ALSA: usb-audio: Fix packet size calculation") > # commit date: 2020-06-30, author: Alexander Tsoy > # fixes 'ALSA: usb-audio: Improve frames size computation' The commit that was fixed by this patch was already reverted in stable tree, so no need. > ff7e06a55676 ("ALSA: pcm: oss: Fix regression by buffer overflow fix (again)") > # commit date: 2020-04-03, author: Takashi Iwai > # mentions 'ALSA: pcm: oss: Avoid plugin buffer overflow' > > ac957e8c5411 ("ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7)") > # commit date: 2020-04-24, author: Takashi Iwai > # mentions 'ALSA: pcm: oss: Avoid plugin buffer overflow' The other equivalent fix to those was already merged for stable. thanks, Takashi