Message ID | 12437901.O9o76ZdvQC@kreacher (mailing list archive) |
---|---|
Headers | show |
Series | ACPI: EC: Install EC address space handler at the namespace root | expand |
Hi, On 5/15/24 9:39 PM, Rafael J. Wysocki wrote: > Hi Everyone, > > This is an update of > > https://lore.kernel.org/linux-acpi/5787281.DvuYhMxLoT@kreacher/ > > which was a follow up for the discussion in: > > https://lore.kernel.org/linux-acpi/CAJZ5v0hiXdv08PRcop7oSYqgr_g5rwzRTj7HgdNCCGjXeV44zA@mail.gmail.com/T/#t > > Patch [1/2] has been updated to avoid possible issues related to > systems with defective platform firmware and patch [2/2] is a resend > with a couple of tags added. Thanks, the series looks good to me: Reviewed-by: Hans de Goede <hdegoede@redhat.com> for the series. I assume you are going to send this in as a fix for 6.10 ? In that case feel free to merge both patches through the linux-pm tree. Regards, Hans
On Thu, May 16, 2024 at 10:35 AM Hans de Goede <hdegoede@redhat.com> wrote: > > Hi, > > On 5/15/24 9:39 PM, Rafael J. Wysocki wrote: > > Hi Everyone, > > > > This is an update of > > > > https://lore.kernel.org/linux-acpi/5787281.DvuYhMxLoT@kreacher/ > > > > which was a follow up for the discussion in: > > > > https://lore.kernel.org/linux-acpi/CAJZ5v0hiXdv08PRcop7oSYqgr_g5rwzRTj7HgdNCCGjXeV44zA@mail.gmail.com/T/#t > > > > Patch [1/2] has been updated to avoid possible issues related to > > systems with defective platform firmware and patch [2/2] is a resend > > with a couple of tags added. > > Thanks, the series looks good to me: > > Reviewed-by: Hans de Goede <hdegoede@redhat.com> > > for the series. > > I assume you are going to send this in as a fix for 6.10 ? Yes, I am. > In that case feel free to merge both patches through the > linux-pm tree. Thank you!
On 5/15/2024 2:39 PM, Rafael J. Wysocki wrote: > Hi Everyone, > > This is an update of > > https://lore.kernel.org/linux-acpi/5787281.DvuYhMxLoT@kreacher/ > > which was a follow up for the discussion in: > > https://lore.kernel.org/linux-acpi/CAJZ5v0hiXdv08PRcop7oSYqgr_g5rwzRTj7HgdNCCGjXeV44zA@mail.gmail.com/T/#t > > Patch [1/2] has been updated to avoid possible issues related to > systems with defective platform firmware and patch [2/2] is a resend > with a couple of tags added. > > Thanks! > > > Looks great, thanks. Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Hi, On 5/16/24 10:37 AM, Rafael J. Wysocki wrote: > On Thu, May 16, 2024 at 10:35 AM Hans de Goede <hdegoede@redhat.com> wrote: >> >> Hi, >> >> On 5/15/24 9:39 PM, Rafael J. Wysocki wrote: >>> Hi Everyone, >>> >>> This is an update of >>> >>> https://lore.kernel.org/linux-acpi/5787281.DvuYhMxLoT@kreacher/ >>> >>> which was a follow up for the discussion in: >>> >>> https://lore.kernel.org/linux-acpi/CAJZ5v0hiXdv08PRcop7oSYqgr_g5rwzRTj7HgdNCCGjXeV44zA@mail.gmail.com/T/#t >>> >>> Patch [1/2] has been updated to avoid possible issues related to >>> systems with defective platform firmware and patch [2/2] is a resend >>> with a couple of tags added. >> >> Thanks, the series looks good to me: >> >> Reviewed-by: Hans de Goede <hdegoede@redhat.com> >> >> for the series. >> >> I assume you are going to send this in as a fix for 6.10 ? > > Yes, I am. > >> In that case feel free to merge both patches through the >> linux-pm tree. > > Thank you! Hmm, I just realized that this: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=for-next&id=c663b26972eae7d2a614f584c92a266fe9a2d44c Is part of the main pdx86 pull-request for 6.10 which I'm going to send to Linus in the next 10 minutes or so. So that is going to conflict with your 2/2. Options: a) You only send 1/2 upstream as a fix and I'll then send a rebased 2/2 upstream as part of the first pdx86 pull-request. b) You merge the git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git platform-drivers-x86-v6.10-1 tag (which is the tag for the pull-request I'm about to send to Linus) and rebase on top of that before sending a pull-request for both to Linus. Either way works for me. Regards, Hans
Hi, On 5/16/24 11:50 AM, Hans de Goede wrote: > Hi, > > On 5/16/24 10:37 AM, Rafael J. Wysocki wrote: >> On Thu, May 16, 2024 at 10:35 AM Hans de Goede <hdegoede@redhat.com> wrote: >>> >>> Hi, >>> >>> On 5/15/24 9:39 PM, Rafael J. Wysocki wrote: >>>> Hi Everyone, >>>> >>>> This is an update of >>>> >>>> https://lore.kernel.org/linux-acpi/5787281.DvuYhMxLoT@kreacher/ >>>> >>>> which was a follow up for the discussion in: >>>> >>>> https://lore.kernel.org/linux-acpi/CAJZ5v0hiXdv08PRcop7oSYqgr_g5rwzRTj7HgdNCCGjXeV44zA@mail.gmail.com/T/#t >>>> >>>> Patch [1/2] has been updated to avoid possible issues related to >>>> systems with defective platform firmware and patch [2/2] is a resend >>>> with a couple of tags added. >>> >>> Thanks, the series looks good to me: >>> >>> Reviewed-by: Hans de Goede <hdegoede@redhat.com> >>> >>> for the series. >>> >>> I assume you are going to send this in as a fix for 6.10 ? >> >> Yes, I am. >> >>> In that case feel free to merge both patches through the >>> linux-pm tree. >> >> Thank you! > > Hmm, I just realized that this: > > https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=for-next&id=c663b26972eae7d2a614f584c92a266fe9a2d44c > > Is part of the main pdx86 pull-request for 6.10 which I'm going to > send to Linus in the next 10 minutes or so. So that is going to > conflict with your 2/2. > > Options: > > a) You only send 1/2 upstream as a fix and I'll then send a rebased > 2/2 upstream as part of the first pdx86 pull-request. That should be "as part of the first pdx86 fixes pull-request" (for 6.10). > b) You merge the git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git > platform-drivers-x86-v6.10-1 tag (which is the tag for the pull-request > I'm about to send to Linus) and rebase on top of that before sending > a pull-request for both to Linus. > > Either way works for me. Regards, Hans
Hi, On Thu, May 16, 2024 at 11:50 AM Hans de Goede <hdegoede@redhat.com> wrote: > > Hi, > > On 5/16/24 10:37 AM, Rafael J. Wysocki wrote: > > On Thu, May 16, 2024 at 10:35 AM Hans de Goede <hdegoede@redhat.com> wrote: > >> > >> Hi, > >> > >> On 5/15/24 9:39 PM, Rafael J. Wysocki wrote: > >>> Hi Everyone, > >>> > >>> This is an update of > >>> > >>> https://lore.kernel.org/linux-acpi/5787281.DvuYhMxLoT@kreacher/ > >>> > >>> which was a follow up for the discussion in: > >>> > >>> https://lore.kernel.org/linux-acpi/CAJZ5v0hiXdv08PRcop7oSYqgr_g5rwzRTj7HgdNCCGjXeV44zA@mail.gmail.com/T/#t > >>> > >>> Patch [1/2] has been updated to avoid possible issues related to > >>> systems with defective platform firmware and patch [2/2] is a resend > >>> with a couple of tags added. > >> > >> Thanks, the series looks good to me: > >> > >> Reviewed-by: Hans de Goede <hdegoede@redhat.com> > >> > >> for the series. > >> > >> I assume you are going to send this in as a fix for 6.10 ? > > > > Yes, I am. > > > >> In that case feel free to merge both patches through the > >> linux-pm tree. > > > > Thank you! > > Hmm, I just realized that this: > > https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=for-next&id=c663b26972eae7d2a614f584c92a266fe9a2d44c > > Is part of the main pdx86 pull-request for 6.10 which I'm going to > send to Linus in the next 10 minutes or so. So that is going to > conflict with your 2/2. > > Options: > > a) You only send 1/2 upstream as a fix and I'll then send a rebased > 2/2 upstream as part of the first pdx86 pull-request. > > b) You merge the git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git > platform-drivers-x86-v6.10-1 tag (which is the tag for the pull-request > I'm about to send to Linus) and rebase on top of that before sending > a pull-request for both to Linus. I would rather wait for Linus to merge your PR and merge my changes on top of his merge.
Hi, On 5/16/24 12:09 PM, Rafael J. Wysocki wrote: > Hi, > > On Thu, May 16, 2024 at 11:50 AM Hans de Goede <hdegoede@redhat.com> wrote: >> >> Hi, >> >> On 5/16/24 10:37 AM, Rafael J. Wysocki wrote: >>> On Thu, May 16, 2024 at 10:35 AM Hans de Goede <hdegoede@redhat.com> wrote: >>>> >>>> Hi, >>>> >>>> On 5/15/24 9:39 PM, Rafael J. Wysocki wrote: >>>>> Hi Everyone, >>>>> >>>>> This is an update of >>>>> >>>>> https://lore.kernel.org/linux-acpi/5787281.DvuYhMxLoT@kreacher/ >>>>> >>>>> which was a follow up for the discussion in: >>>>> >>>>> https://lore.kernel.org/linux-acpi/CAJZ5v0hiXdv08PRcop7oSYqgr_g5rwzRTj7HgdNCCGjXeV44zA@mail.gmail.com/T/#t >>>>> >>>>> Patch [1/2] has been updated to avoid possible issues related to >>>>> systems with defective platform firmware and patch [2/2] is a resend >>>>> with a couple of tags added. >>>> >>>> Thanks, the series looks good to me: >>>> >>>> Reviewed-by: Hans de Goede <hdegoede@redhat.com> >>>> >>>> for the series. >>>> >>>> I assume you are going to send this in as a fix for 6.10 ? >>> >>> Yes, I am. >>> >>>> In that case feel free to merge both patches through the >>>> linux-pm tree. >>> >>> Thank you! >> >> Hmm, I just realized that this: >> >> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=for-next&id=c663b26972eae7d2a614f584c92a266fe9a2d44c >> >> Is part of the main pdx86 pull-request for 6.10 which I'm going to >> send to Linus in the next 10 minutes or so. So that is going to >> conflict with your 2/2. >> >> Options: >> >> a) You only send 1/2 upstream as a fix and I'll then send a rebased >> 2/2 upstream as part of the first pdx86 pull-request. >> >> b) You merge the git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git >> platform-drivers-x86-v6.10-1 tag (which is the tag for the pull-request >> I'm about to send to Linus) and rebase on top of that before sending >> a pull-request for both to Linus. > > I would rather wait for Linus to merge your PR and merge my changes on > top of his merge. That is fine too. I just send out the pull-request so hopefully Linus will merge it soon(ish). Note (stating the obvious) when rebasing 2/2 you will pretty much need to remove all the new code added by: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?id=c663b26972eae7d2a614f584c92a266fe9a2d44c Regards, Hans
Hi, On Thu, May 16, 2024 at 12:14 PM Hans de Goede <hdegoede@redhat.com> wrote: > > Hi, > > On 5/16/24 12:09 PM, Rafael J. Wysocki wrote: > > Hi, > > > > On Thu, May 16, 2024 at 11:50 AM Hans de Goede <hdegoede@redhat.com> wrote: > >> > >> Hi, > >> > >> On 5/16/24 10:37 AM, Rafael J. Wysocki wrote: > >>> On Thu, May 16, 2024 at 10:35 AM Hans de Goede <hdegoede@redhat.com> wrote: > >>>> > >>>> Hi, > >>>> > >>>> On 5/15/24 9:39 PM, Rafael J. Wysocki wrote: > >>>>> Hi Everyone, > >>>>> > >>>>> This is an update of > >>>>> > >>>>> https://lore.kernel.org/linux-acpi/5787281.DvuYhMxLoT@kreacher/ > >>>>> > >>>>> which was a follow up for the discussion in: > >>>>> > >>>>> https://lore.kernel.org/linux-acpi/CAJZ5v0hiXdv08PRcop7oSYqgr_g5rwzRTj7HgdNCCGjXeV44zA@mail.gmail.com/T/#t > >>>>> > >>>>> Patch [1/2] has been updated to avoid possible issues related to > >>>>> systems with defective platform firmware and patch [2/2] is a resend > >>>>> with a couple of tags added. > >>>> > >>>> Thanks, the series looks good to me: > >>>> > >>>> Reviewed-by: Hans de Goede <hdegoede@redhat.com> > >>>> > >>>> for the series. > >>>> > >>>> I assume you are going to send this in as a fix for 6.10 ? > >>> > >>> Yes, I am. > >>> > >>>> In that case feel free to merge both patches through the > >>>> linux-pm tree. > >>> > >>> Thank you! > >> > >> Hmm, I just realized that this: > >> > >> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=for-next&id=c663b26972eae7d2a614f584c92a266fe9a2d44c > >> > >> Is part of the main pdx86 pull-request for 6.10 which I'm going to > >> send to Linus in the next 10 minutes or so. So that is going to > >> conflict with your 2/2. > >> > >> Options: > >> > >> a) You only send 1/2 upstream as a fix and I'll then send a rebased > >> 2/2 upstream as part of the first pdx86 pull-request. > >> > >> b) You merge the git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git > >> platform-drivers-x86-v6.10-1 tag (which is the tag for the pull-request > >> I'm about to send to Linus) and rebase on top of that before sending > >> a pull-request for both to Linus. > > > > I would rather wait for Linus to merge your PR and merge my changes on > > top of his merge. > > That is fine too. I just send out the pull-request so hopefully Linus will > merge it soon(ish). > > Note (stating the obvious) when rebasing 2/2 you will pretty much need to > remove all the new code added by: > > https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?id=c663b26972eae7d2a614f584c92a266fe9a2d44c I see, thanks for the notice!
On Wed, May 15, 2024 at 09:39:15PM +0200, Rafael J. Wysocki wrote: > Hi Everyone, > > This is an update of > > https://lore.kernel.org/linux-acpi/5787281.DvuYhMxLoT@kreacher/ > > which was a follow up for the discussion in: > > https://lore.kernel.org/linux-acpi/CAJZ5v0hiXdv08PRcop7oSYqgr_g5rwzRTj7HgdNCCGjXeV44zA@mail.gmail.com/T/#t > > Patch [1/2] has been updated to avoid possible issues related to > systems with defective platform firmware and patch [2/2] is a resend > with a couple of tags added. FWIW, LGTM (and I followed the discussions around this) Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>