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 8DF9EC6FD20 for ; Fri, 24 Mar 2023 15:20:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231933AbjCXPUA (ORCPT ); Fri, 24 Mar 2023 11:20:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231215AbjCXPTq (ORCPT ); Fri, 24 Mar 2023 11:19:46 -0400 X-Greylist: delayed 386 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 24 Mar 2023 08:19:45 PDT Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E079E1B307; Fri, 24 Mar 2023 08:19:44 -0700 (PDT) Received: from mail.panix.com (localhost [127.0.0.1]) by mailbackend.panix.com (Postfix) with ESMTPA id 4Pjm8v4Q9Dz45kY; Fri, 24 Mar 2023 11:19:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1679671183; bh=FNHtPVj0Z5TQhGNyWVptjbjyYYLjlLPuMXYY4PpJqAs=; h=In-Reply-To:References:Date:Subject:From:To:Cc; b=Ux7qKI16iY6oxjNuYfJjdULBSyevcrMdqXsqgltP+GxQbW8MksTujeKUucdP1bqRi /nXGZaUJc3bQXn9JbH5b8B6t9oxRoP3koFi76UrOMc2QiwXtFEWNWId3kTOq6FMmtC ryv3UCRGSexFsefECGobewDyVJ9zxSvc3N64ScgM= X-Panix-Received: from 166.84.1.3 (SquirrelMail authenticated user pa@panix.com) by mail.panix.com with HTTP; Fri, 24 Mar 2023 11:19:43 -0400 Message-ID: <8bd924c8d60c0e9ebad11495f6ac11ba.squirrel@mail.panix.com> In-Reply-To: <1d7c19066c9b92aaa50bb06cf3ea539d.squirrel@mail.panix.com> References: <5687037.DvuYhMxLoT@kreacher> <1d7c19066c9b92aaa50bb06cf3ea539d.squirrel@mail.panix.com> Date: Fri, 24 Mar 2023 11:19:43 -0400 Subject: Re: [PATCH v1] ACPI: bus: Rework system-level device notification handling From: "Pierre Asselin" To: "Pierre Asselin" Cc: "Rafael J. Wysocki" , "Linux ACPI" , "Pierre Asselin" , "LKML" , =?iso-8859-1?Q?=22Uwe_Kleine-K=F6nig=22?= , "Linux regression tracking (Thorsten Leemhuis)" User-Agent: SquirrelMail/1.4.23-p1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org > Rafael, the patch doesn't apply off of 6.3-rc1. Weird. All the line offsets are good. I guess I'll be patching by hand and checking against git diff. --PA