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 7CD2AC43334 for ; Thu, 30 Jun 2022 21:14:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237376AbiF3VOy (ORCPT ); Thu, 30 Jun 2022 17:14:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236786AbiF3VOx (ORCPT ); Thu, 30 Jun 2022 17:14:53 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B36F1FCCF; Thu, 30 Jun 2022 14:14:52 -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 A5AA8B82D3B; Thu, 30 Jun 2022 21:14:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 210E5C341C7; Thu, 30 Jun 2022 21:14:47 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="A1EpNQGs" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1656623685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5LqSDYksxpph4Ux5rfA5pCNDcFAhvGHpXJyugGDZSZk=; b=A1EpNQGszuHFSejnU7fJ/8YyQs7m40/Sfoqh/8cLOEb5GLyEZhzC9QvigC1o6WWqKKTVIt pXroP6g2vcxkBz8+Ci7UMGX8TwQ8Iya562wGVq0FeOc86pp0Igiz7yN0MIdIL/G+feTJVb xN3A8LCnZPlOXNKeLydARJDgZAAZTbY= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 7bed71ba (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 30 Jun 2022 21:14:45 +0000 (UTC) Date: Thu, 30 Jun 2022 23:14:41 +0200 From: "Jason A. Donenfeld" To: Kalesh Singh Cc: John Stultz , "Paul E. McKenney" , Steven Rostedt , "Rafael J. Wysocki" , Christoph Hellwig , Saravana Kannan , "T.J. Mercier" , Suren Baghdasaryan , "Cc: Android Kernel" , Theodore Ts'o , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Len Brown , Pavel Machek , LKML , wireguard@lists.zx2c4.com, netdev@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH] pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig Message-ID: References: <20220630191230.235306-1-kaleshsingh@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 30, 2022 at 01:41:40PM -0700, Kalesh Singh wrote: > Our latest supported kernels in Android are based on 5.15 so the > config change isn't yet needed. Once there are newer versions with the > CONFIG_ANDROID removed I will add this to the defconfig. Okay. It might be still worth getting something uploaded to gerrit so that it's easy to remember and submit whenever the time comes. Also, what about android running on mainline? Where does that base config live? Jason