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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 1 Feb 2023 05:48:05 +0100
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Jesper Juhl <jesperjuhl76@...il.com>
Cc:     linux-kernel@...r.kernel.org, trivial@...nel.org,
        David Howells <dhowells@...hat.com>,
        Ingo Molnar <mingo@...hat.com>
Subject: Re: [PATCH] Remove a number of duplicate includes

On Tue, Jan 31, 2023 at 10:27:23PM +0100, Jesper Juhl wrote:
> > From 09d653f07a8bbb2aea52b735a731ca781f5f401c Mon Sep 17 00:00:00 2001
> From: Jesper Juhl <jesperjuhl76@...il.com>
> Date: Thu, 26 Jan 2023 02:16:59 +0100
> Subject: [PATCH] Remove a number of duplicate includes

Why is this in the body of the changelog?


> 
> Including the same header multiple times when there's no functional reason
> to do so is just pointless clutter and potentially slows down builds.
> 
> Signed-off-by: Jesper Juhl <jesperjuhl76@...il.com>
> ---
>  drivers/base/node.c                     | 1 -
>  drivers/bus/bt1-apb.c                   | 1 -
>  drivers/char/hw_random/core.c           | 1 -
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 -
>  drivers/gpu/drm/drm_gem_shmem_helper.c  | 1 -
>  fs/fscache/io.c                         | 1 -
>  fs/overlayfs/inode.c                    | 1 -
>  kernel/sched/build_utility.c            | 1 -
>  kernel/sched/core.c                     | 3 ---
>  kernel/sched/fair.c                     | 2 --
>  10 files changed, 13 deletions(-)

Please properly split this up into subsystem-related patches and send
them that way.

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ