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 3F018C4332F for ; Mon, 7 Feb 2022 20:47:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233417AbiBGUrx (ORCPT ); Mon, 7 Feb 2022 15:47:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242675AbiBGUmI (ORCPT ); Mon, 7 Feb 2022 15:42:08 -0500 Received: from mail-oi1-x22b.google.com (mail-oi1-x22b.google.com [IPv6:2607:f8b0:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12278C0401DA for ; Mon, 7 Feb 2022 12:42:08 -0800 (PST) Received: by mail-oi1-x22b.google.com with SMTP id ay7so4424445oib.8 for ; Mon, 07 Feb 2022 12:42:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:from:to:subject:in-reply-to:message-id:references:mime-version; bh=aIR7KrDtJqCLnJ6yRWzpe9i6aIeGs2Rrzys79FVSx0Q=; b=dz3LSjSOVl7gUNM6a98y2Dqp0GO30yh2tr2rpvolTUSqFFcD0xXuKfUUmESN5+Op9K eLl8NuP+kRAsyyQDKc/5gfeW+Xk0/a1uh8SDOjMoQmwIWQZmOcXLc0pIj9LlXh4kdiyX 0QhYyuC0BGWtK7IWmagFeUC8Au7Gy6962sJX49e4n5lUJ/Sc2NMwKyuR1UUYWS6T7pPB PJhMFVtfrIStFcsna6RV4XCyWl/rBiDVSBUJqeipa3DkMhYKuoZt7CapHo/BdtMz6rJ4 ypl2rtEm4reuNAzBO1y09e0jkjvK/1KnviKd4djj8p+vMmrox4aGImsehdL2GxThLw7D RqUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:in-reply-to:message-id :references:mime-version; bh=aIR7KrDtJqCLnJ6yRWzpe9i6aIeGs2Rrzys79FVSx0Q=; b=McmCCy987ewtwvWvH95gcJTlc+wpU4p8w9eXugzBf6nP77ADWvSvmckxZZNk7/AQHc WKiCOCtNudQkbVOTpaoLq/4DDX13arHb1O9Qf2II4Ec89iXY1L3K+cp0C0tPKDZqjEif wbU/wpqQcGvBhLPyt20nrztUQ47N1PoWHjudMjZfg1aFx1jGAFAtqde2UVplqBGTxifb piAmXYVRxckhkeHXQOMukx0b0rP8b4nGKLN7/c4ZOppntsL+Bf2Esvv2OpBaxBglCbc9 rOiGuxEUzUPHjKBpd54Yl51A0ovdoDubmrJYugu3mECMPEpau2h1RHlsZyhULN3oRqlc IZtQ== X-Gm-Message-State: AOAM530Yu5WkTo8sUlgdQrsP+UC1ZhspthQ4vUUBXHyN2qxTDaRUYcp1 j5A9yyZr7EVPlnZU/JrFmpepMg== X-Google-Smtp-Source: ABdhPJwM5d10fPToNTaj8Ln27I71FtDDp3Apv4XrT49+MBRolD3+SV6kwkjKXVH+4ljVMwtNMcpFoA== X-Received: by 2002:a05:6808:156:: with SMTP id h22mr336348oie.79.1644266527001; Mon, 07 Feb 2022 12:42:07 -0800 (PST) Received: from ripple.attlocal.net (172-10-233-147.lightspeed.sntcca.sbcglobal.net. [172.10.233.147]) by smtp.gmail.com with ESMTPSA id f17sm4388344ots.40.2022.02.07.12.42.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Feb 2022 12:42:06 -0800 (PST) Date: Mon, 7 Feb 2022 12:41:55 -0800 (PST) From: Hugh Dickins X-X-Sender: hugh@ripple.anvils To: Wolfram Sang , Hugh Dickins , Derek Basehore , Rajat Jain , Jarkko Nikula , Dmitry Torokhov , Thorsten Leemhuis , linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org Subject: Re: 5.17-rc regression: X1 Carbon touchpad not resumed In-Reply-To: Message-ID: <62e369a0-831e-1346-3d8-c394fc49ddf6@google.com> References: <89456fcd-a113-4c82-4b10-a9bcaefac68f@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 7 Feb 2022, Wolfram Sang wrote: > Hello Hugh, > > > Bisection led to 172d931910e1db800f4e71e8ed92281b6f8c6ee2 > > ("i2c: enable async suspend/resume on i2c client devices") > > and reverting that fixes it for me. > > Thank you for the report plus bisection and sorry for the regression! > > I will wait a few days if people come up with a fix. If not, I will > revert the offending commit. Are you willing to test patches in case > there will be some? Many thanks for such quick response (I found it at rc1, but couldn't spend time to bisect until yesterday). Willing to test? Absolutely. Hugh