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-prev] [day] [month] [year] [list]
Date:	Thu, 17 Dec 2009 12:52:24 -0800
From:	Joe Perches <joe@...ches.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 00/14] kernel.h cleanups

On Wed, 2009-12-16 at 00:08 -0800, Joe Perches wrote: 
> kernel.h has become a chaotic jumble collected over time.
> Collect the functions and #defines together in logical groups.
> Do some checkpatch neatening and make it more style conformant.

Are there negative attributes in this patchset that
prevent it from being applied?

> Joe Perches (14):
>   kernel.h: Consolidate console and logging functions and defines
>   kernel.h: Checkpatch cleaning
>   kernel.h: ARRAY_SIZE neatening
>   kernel.h: Add argument names to strtoXX, Xscanf prototypes
>   kernel.h: printk neatening
>   drivers/firmware/iscsi_ibft.c: Use %pI4 to print netmask
>   kernel.h: Move NIPQUAD and NIPQUAD_FMT to in.h
>   kernel.h: Group math and limits functions, indent function args
>   kernel.h: Don't use NORET_AND just use noreturn, instead
>   kernel.h: Remove ATTRIB_NORET, use __attribute__((noreturn))
>   kernel.h: Remove uses of NORET_TYPE
>   kernel.h: Add pr_<level>_once
>   kernel.h: Kernel address utility aggregation and other neatening
>   kernel/exit.c and kernel/panic.c: Remove unused NORET_TYPE
> 
>  drivers/firmware/iscsi_ibft.c |    8 +-
>  include/linux/in.h            |   11 +
>  include/linux/kernel.h        |  742 +++++++++++++++++++++++------------------
>  kernel/exit.c                 |    4 +-
>  kernel/panic.c                |    2 +-
>  5 files changed, 437 insertions(+), 330 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ