lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGAzgsrSDF0Hs4-=m02c6ME90RvZumYxzBFFi0oH=RuwxQnB-Q@mail.gmail.com>
Date:   Wed, 29 Nov 2017 14:49:18 -0800
From:   "dbasehore ." <dbasehore@...omium.org>
To:     linux-kernel <linux-kernel@...r.kernel.org>
Cc:     Marc Zyngier <marc.zyngier@....com>,
        Thomas Gleixner <tglx@...utronix.de>, sudeep.holla@....com,
        Linux-pm mailing list <linux-pm@...r.kernel.org>
Subject: Save and Restore Generic Interrupt Controller for System Sleep on ARM

There was some work in ARM Trusted Firmware to support saving and
restoring the Generic Interrupt Controller (GICv3) before and after
sleep, but it seems that the plan is to have this all in the kernel
now. The point of doing this is to save power during sleep. On an
RK3399 system, we save about 15mW by disabling the power rail that the
GIC is on.

I was looking for whether anyone had anything in progress already or
for preferences on how to do this. Marc suggested using a device tree
entry to indicate the need to save and restore the GIC. There is
another requirement to resend MAPC commands on certain implementations
of the GICv3 which could be indicated by another device tree entry.

If someone does have patches, I'll be able to test and verify them on
my system since we've gotten things working with the ARM Trusted
Firmware patches.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ