On Mon, Nov 23, 2020 at 4:58 PM James Bottomley
wrote:
>
> On Mon, 2020-11-23 at 15:19 +0100, Miguel Ojeda wrote:
> > On Sun, Nov 22, 2020 at 11:36 PM James Bottomley
> > wrote:
[cut]
> >
> > Maintainers routinely review 1-line trivial patches, not to mention
> > internal API changes, etc.
>
>
On Thu, Jan 28, 2021 at 8:21 AM Chaitanya Kulkarni
wrote:
>
Please explain in the changelog why making this change is a good idea.
> Signed-off-by: Chaitanya Kulkarni
> ---
> kernel/power/swap.c | 7 +++
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/kernel/power/swap.c
On Tue, Jul 24, 2018 at 6:49 PM, Kees Cook wrote:
> In the quest to remove all stack VLA usage from the kernel[1], this
> removes the discouraged use of AHASH_REQUEST_ON_STACK by switching to
> shash directly and allocating the descriptor in heap memory (which should
> be fine: the tfm has already
On Wednesday, July 25, 2018 8:01:47 PM CEST Kees Cook wrote:
> On Wed, Jul 25, 2018 at 4:32 AM, Rafael J. Wysocki wrote:
> > On Tue, Jul 24, 2018 at 6:49 PM, Kees Cook wrote:
> >> In the quest to remove all stack VLA usage from the kernel[1], this
> >> rem
On Tue, May 23, 2023 at 9:45 AM Christoph Hellwig wrote:
>
> Passing call dependent variable in global variables is a huge
> antipattern. Fix it up.
>
> Signed-off-by: Christoph Hellwig
Acked-by: Rafael J. Wysocki
> ---
> kernel/power/hibernate.c | 17 ++--
stoph Hellwig
> Fixes: 421a5fa1a6cf ("PM / hibernate: use name_to_dev_t to parse resume")
Acked-by: Rafael J. Wysocki
> ---
> kernel/power/hibernate.c | 18 +-
> 1 file changed, 17 insertions(+), 1 deletion(-)
>
> diff --git a/kernel/power/hibernate.c b/kerne
On Tue, May 23, 2023 at 9:45 AM Christoph Hellwig wrote:
>
> Split the logic to find the resume device out software_resume and into
> a separate helper to start unwindig the convoluted goto logic.
>
> Signed-off-by: Christoph Hellwig
Acked-by: Rafael J. Wysocki
> -
le later and doesn't have the sysfs locking nest inside it.
>
> Signed-off-by: Christoph Hellwig
Acked-by: Rafael J. Wysocki
> ---
> kernel/power/hibernate.c | 80
> 1 file changed, 39 insertions(+), 41 deletions(-)
>
> dif
On Thu, Jun 8, 2023 at 1:03 PM Christoph Hellwig wrote:
>
> holder is just an on-stack pointer that can easily be reused by other calls,
> replace it with a static variable that doesn't change.
>
> Signed-off-by: Christoph Hellwig
> Reviewed-by: Hannes Reinecke
Acke
On Mon, Aug 7, 2023 at 10:34 AM Vlastimil Babka wrote:
>
> On a laptop with hibernation set up but not actively used, and with
> secure boot and lockdown enabled kernel, 6.5-rc1 gets stuck on boot with
> the following repeated messages:
>
> A start job is running for Resume from hibernation usin
10 matches
Mail list logo