From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E177B2571 for ; Mon, 25 Apr 2022 18:42:46 +0000 (UTC) Received: by mail-ed1-f52.google.com with SMTP id a21so7353285edb.1 for ; Mon, 25 Apr 2022 11:42:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3ke+YNf1pchMgK731/k/UxN2oLRoms9lLtsIe4Zduws=; b=pbptWFvrYGvctxTyn9iqBLTCrBmhrqo6gLQcSIiE7V9twwBFNRre8sFrl+fzX8GoS3 EWd4T3+IQjuEOTs7u6/QwgL2vEYjCZNGBqGQG7l0QWPG6FYVqH0D4hAmM2BonInrV+Sl pkHXzml8A9fCDLLIPBTlW9J3MB/c9p98aS4nXScIl9hJk9A+1QCVMswwUl4vdk2VFBfv L4CTvSgDUV6Sf8bA/ZoOXmVFVhA6vnRBD7GblTSDsR9DWkYxydjvH+KmvE1ZLu/N1+9b wiG6L3SE6y9j59NpwNa3eBfwYye17zJ1m5AegKrFPVi2ClNnL0qwO8z7PUSy5l2/4JZi LnkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3ke+YNf1pchMgK731/k/UxN2oLRoms9lLtsIe4Zduws=; b=a5/sSb0jtqob9tKQ2/6QkKD/YFQ+JOIlMxjt5/6vWd6oZ2oba02DLEbh+QdGnSFGGG BAL1Mk6Snynv6VQikV2EKkeLIyOetv07CGmHQW/VPqK+RSXFNXfDc9KRH/TpqrRi0gYi 6e9qXuBaprz8F5f7DVwtVCXowOttY4kw2crFW1pEi8oSQGoQhJCcA6v4bBN9zxnHsxKg 4S+z9ticaMEFnPJDuflZBj/fHh8S/D4mc7FZiaxcecJ5MF/SDVYKLk/05DmV2jWLXhrs EfXL8reD+cbWlMniWBhMGTxa8tYxd0nkRunYTrLwvLU0/Yok8POsvRg2ABC5IfYIhTWg BDhA== X-Gm-Message-State: AOAM532Lb+rNhhWgBEm8FNOXLgVsKSVwh+1CCzX2Rxyqt0I1xTIdpyWh 0ShRFGO0kHkN9iDN7zyVoxnegJaUlEBhdZNsDHPDQg== X-Google-Smtp-Source: ABdhPJykAX2wPBfU7CbB79UyqZ9HfxgSNxtqi1AwxVWpGwKSnrq/0NggT1EOMDmscsWrviEDaJA063v6m9emOqMDPVg= X-Received: by 2002:a05:6402:5286:b0:425:f0fb:5d23 with SMTP id en6-20020a056402528600b00425f0fb5d23mr4170247edb.243.1650912165172; Mon, 25 Apr 2022 11:42:45 -0700 (PDT) Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20220422131452.20757-1-mario.limonciello@amd.com> In-Reply-To: From: Bartosz Golaszewski Date: Mon, 25 Apr 2022 20:42:34 +0200 Message-ID: Subject: Re: [PATCH v2 0/1] Fix regression in 5.18 for GPIO To: Mario Limonciello Cc: Linus Torvalds , Natikar Basavaraj , Gong Richard , regressions@lists.linux.dev, Thorsten Leemhuis , Greg KH , stable , Linus Walleij , Shreeya Patel , Andy Shevchenko , "open list:GPIO SUBSYSTEM" , open list Content-Type: text/plain; charset="UTF-8" On Mon, Apr 25, 2022 at 8:41 PM Bartosz Golaszewski wrote: > > On Fri, Apr 22, 2022 at 3:15 PM Mario Limonciello > wrote: > > > > Linus, > > > > This patch is being sent directly to you because there has been > > a regression in 5.18 that I identified and sent a fix up that has been > > reviewed/tested/acked for nearly a week but the current subsystem > > maintainer (Bartosz) hasn't picked it up to send to you. > > > > Hi Mario! > > I don't have any previous submission in my inbox. Are you sure to have > used my current address (brgl@bgdev.pl)? > Nevermind, found it in spam. Sorry, this sometimes happens in gmail. Anyway - it's only been 3 days and I've been travelling. Sometimes reviews take a couple days. Bart > Bart > > > It's a severe problem; anyone who hits it: > > 1) Power button doesn't work anymore > > 2) Can't resume their laptop from S3 or s2idle > > > > Because the original patch was cc stable@, it landed in stable releases > > and has been breaking people left and right as distros track the stable > > channels. The patch is well tested. Would you please consider to pick > > this up directly to fix that regression? > > > > Thanks, > > > > Mario Limonciello (1): > > gpio: Request interrupts after IRQ is initialized > > > > drivers/gpio/gpiolib.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > -- > > 2.34.1 > >