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-next>] [day] [month] [year] [list]
Date:	Wed, 16 Dec 2009 00:08:59 -0800
From:	Joe Perches <joe@...ches.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 00/14] kernel.h cleanups

No one seems to like taking patches for kernel.h
so I'm sending these to Linus and seeing what happens.

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.

Compiled x86 allnoconfig, allyesconfig, defconfig

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