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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 D1944C4338F for ; Mon, 9 Aug 2021 06:51:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB48B60EE4 for ; Mon, 9 Aug 2021 06:51:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233278AbhHIGvb (ORCPT ); Mon, 9 Aug 2021 02:51:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:52980 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233267AbhHIGv3 (ORCPT ); Mon, 9 Aug 2021 02:51:29 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2188D60234; Mon, 9 Aug 2021 06:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628491869; bh=+3F4VLZk28CW4xNEkYnAwylww1bs9viWiI/OfHLdWGE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Drn3woxgZlzwh8B06RVozdF+7tnNaXZ+hSWiu0vF1n959vJvoS4HAq+RNsUNUOJhr 3vjkln4UFzkrWG7B01WIFD4x0F3j4dvXT76imnANdnQqHTbPbfFDWKVzbawlEicMl3 bCBEy0a5XK/YGY7MDrLkpEUYxv6erxCJsZqMXwhQ= Date: Mon, 9 Aug 2021 08:50:59 +0200 From: Greg KH To: Jeff Woods Cc: Takashi Iwai , alsa-devel , stable , regressions Subject: Re: Kernel 5.13.6 breaks mmap with snd-hdsp module Message-ID: References: <17b1f9647ee.1179b6a05461889.5940365952430364689@fnordco.com> <17b22d08355.f21da1f938057.6900412371441404465@fnordco.com> <17b272bac81.10ac3bd0570099.4091761174182420511@fnordco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17b272bac81.10ac3bd0570099.4091761174182420511@fnordco.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Aug 08, 2021 at 12:09:38PM -0700, Jeff Woods wrote: > > For future reference, if I am reporting an issue with stable and I know the > commit that caused it, should I contact the committer directly *and* cc the > stable and regressions list? Yes, that would be great to do. thanks, greg k-h