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 93D58C433F5 for ; Wed, 30 Mar 2022 11:03:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245723AbiC3LEu (ORCPT ); Wed, 30 Mar 2022 07:04:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245749AbiC3LEp (ORCPT ); Wed, 30 Mar 2022 07:04:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21DF5D0AA2 for ; Wed, 30 Mar 2022 04:03:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B307761551 for ; Wed, 30 Mar 2022 11:03:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BAE80C340EC; Wed, 30 Mar 2022 11:02:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648638180; bh=kSsXVJQfFQDmFtemNmAyXdnfJf3VRKebi/QPi5Xho3o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wBbDIRu7wNWw3dn3UlFRR37zNf192/Tlkfzx+BQxulJ2HEq4CsT1Dqyp84boHZhiR ZT3oskFEjBTA+Kukh/NNHkrPeNP6KqY2l4QJuSUzuJ8/kooOJeiCSHN9vYKyVkaALk WQuytwR011OWyZPaV/LjNmFhz7Baux5FCRgGETOo= Date: Wed, 30 Mar 2022 13:02:57 +0200 From: Greg KH To: Joshua Freedman Cc: lis8215@gmail.com, paul@crapouillou.net, stable@vger.kernel.org, sboyd@kernel.org Subject: Re: kernel 5.16.12 and above broke yoga c930 sound and mic Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Mar 30, 2022 at 06:28:33AM -0400, Joshua Freedman wrote: > I'm a mortgage broker but I can figure this out. > > Am I doing this: > git clone git:// > git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-stable > > and then git good and bad for for 5.16.11 and 5.16.12 and putting that to a > log file that you can use? Yes, that is exactly right! thanks, greg k-h