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 F15CFC4332F for ; Fri, 1 Apr 2022 10:49:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345218AbiDAKux (ORCPT ); Fri, 1 Apr 2022 06:50:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345219AbiDAKuw (ORCPT ); Fri, 1 Apr 2022 06:50:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F29D017AA5 for ; Fri, 1 Apr 2022 03:49:02 -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 ams.source.kernel.org (Postfix) with ESMTPS id A1E58B82469 for ; Fri, 1 Apr 2022 10:49:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B426C2BBE4; Fri, 1 Apr 2022 10:48:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648810140; bh=YNNCEMFAI5YAFl3CuWy2Zg3iy1VV5MneDuj126QOqKU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VTXhB58PNyu9uNsplbU521DvAVT1yrfYNXAIC6Rn0sEYQ/3Gc5aoWsCx1G4nxkyK7 5GesadOvY1hQCb9zsUIUoc2od1OdHK8RaUXdJY0VK9TUN4Yv6lhKySX6iU4ks/2elq 9tTu4T17MmBerPKnOtfaGSFSdESX6OMIzyV4jM4E= Date: Fri, 1 Apr 2022 12:47:12 +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 04:54:53PM -0400, Joshua Freedman wrote: > This felt really anti-climactic haha, but hopefully it's useful? > cat bisect.log > Bisecting: 81 revisions left to test after this (roughly 6 steps) > [770aac3c84e0c83a19985413fa9fbfc126cc0ff6] net: mdio-ipq4019: add delay > after clock enable Wait, you still have more steps to go here. Did you test this kernel? If so, you need to continue using 'git bisect good' and 'git bisect bad' to find the offending commit. This looks just like the first step? thanks, greg k-h