linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for v5.19-rc2
@ 2022-06-10 18:47 Rafał Wysocki
  2022-06-10 18:50 ` Rafael J. Wysocki
  2022-06-10 19:00 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Rafał Wysocki @ 2022-06-10 18:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux PM, Linux Kernel Mailing List

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-5.19-rc2

with top-most commit 67e59f8d019fb097f35c82533cc9b27bb392e5b1

 Merge branch 'pm-sysoff'

on top of commit f2906aa863381afb0015a9eb7fefad885d4e5a56

 Linux 5.19-rc1

to receive power management fixes for 5.19-rc2.

These fix an intel_idle issue introduced during the 5.16 development
cycle and two recent regressions in the system reboot/poweroff code.

Specifics:

 - Fix CPUIDLE_FLAG_IRQ_ENABLE handling in intel_idle (Peter Zijlstra).

 - Allow all platforms to use the global poweroff handler and make
   non-syscall poweroff code paths work again (Dmitry Osipenko).

Thanks!


---------------

Dmitry Osipenko (2):
      kernel/reboot: Use static handler for register_platform_power_off()
      kernel/reboot: Fix powering off using a non-syscall code paths

Peter Zijlstra (1):
      cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE

---------------

 drivers/idle/intel_idle.c | 32 +++++++++++++----
 kernel/reboot.c           | 87 +++++++++++++++++++++++++++++++++--------------
 2 files changed, 87 insertions(+), 32 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Power management fixes for v5.19-rc2
  2022-06-10 18:47 [GIT PULL] Power management fixes for v5.19-rc2 Rafał Wysocki
@ 2022-06-10 18:50 ` Rafael J. Wysocki
  2022-06-10 18:55   ` Linus Torvalds
  2022-06-10 19:00 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2022-06-10 18:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux PM, Linux Kernel Mailing List

On Fri, Jun 10, 2022 at 8:47 PM Rafał Wysocki <rjwysocki@gmail.com> wrote:
>
> Hi Linus,
>
> Please pull from the tag
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
>  pm-5.19-rc2
>
> with top-most commit 67e59f8d019fb097f35c82533cc9b27bb392e5b1
>
>  Merge branch 'pm-sysoff'
>
> on top of commit f2906aa863381afb0015a9eb7fefad885d4e5a56
>
>  Linux 5.19-rc1
>
> to receive power management fixes for 5.19-rc2.
>
> These fix an intel_idle issue introduced during the 5.16 development
> cycle and two recent regressions in the system reboot/poweroff code.
>
> Specifics:
>
>  - Fix CPUIDLE_FLAG_IRQ_ENABLE handling in intel_idle (Peter Zijlstra).
>
>  - Allow all platforms to use the global poweroff handler and make
>    non-syscall poweroff code paths work again (Dmitry Osipenko).
>
> Thanks!

This was sent from my personal e-mail address again, hopefully that's
not a problem.

Cheers,
Rafael

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Power management fixes for v5.19-rc2
  2022-06-10 18:50 ` Rafael J. Wysocki
@ 2022-06-10 18:55   ` Linus Torvalds
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2022-06-10 18:55 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM, Linux Kernel Mailing List

On Fri, Jun 10, 2022 at 11:50 AM Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> On Fri, Jun 10, 2022 at 8:47 PM Rafał Wysocki <rjwysocki@gmail.com> wrote:
>
> This was sent from my personal e-mail address again, hopefully that's
> not a problem.

Not a problem, the signature on the tag clarifies this.

It meant that I initially copied your name as "Rafał", but then I had
this dim memory that you at some point said you actually preferred the
kernel using the Westernized "Rafael" that you use in your kernel.org
emails (and in your sign-offs), so I ended up editing that up.

But just so you know - I randomly copy the names either from the email
or from the signature block depending on the phase of the moon, and if
you use your personal email you might end up being "Rafał Wysocki" as
a result..

                Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Power management fixes for v5.19-rc2
  2022-06-10 18:47 [GIT PULL] Power management fixes for v5.19-rc2 Rafał Wysocki
  2022-06-10 18:50 ` Rafael J. Wysocki
@ 2022-06-10 19:00 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-10 19:00 UTC (permalink / raw)
  To: Rafał Wysocki; +Cc: Linus Torvalds, Linux PM, Linux Kernel Mailing List

The pull request you sent on Fri, 10 Jun 2022 20:47:58 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-5.19-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1bc27dec7ea5ac01f126734b723acc5f3cbe5713

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-10 19:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 18:47 [GIT PULL] Power management fixes for v5.19-rc2 Rafał Wysocki
2022-06-10 18:50 ` Rafael J. Wysocki
2022-06-10 18:55   ` Linus Torvalds
2022-06-10 19:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).