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>] [day] [month] [year] [list]
Date:	Thu, 21 Jun 2012 21:19:12 +0200
From:	Paul Bolle <pebolle@...cali.nl>
To:	Michal Marek <mmarek@...e.cz>
Cc:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Remove useless wrappers of headers in asm-generic

0) This short series removes useless wrappers of headers that are
incorrectly assumed to be present in include/asm-generic.

1) I've grouped this series per non-existent header. And I've chosen to
treat these patches as Kbuild patches and sent this series firstly to
Michal (and only secondly to the people involved with the various arches
this short series hits). Kbuild is the common theme in this series. I
assume Michal will shout if this choice is incorrect.

2) None of these patches are tested. I do not have the required
toolchains at hand. A further problem for me is that x86 (which I'm
familiar with) doesn't use Kbuild's generic-y trick. The patches look
innocent to me, but perhaps they hit some unobvious traps ...

Paul Bolle (3):
  Remove useless wrappers of asm-generic/cpumask.h
  Remove useless wrappers of asm-generic/ipc.h
  Remove useless wrappers of asm-generic/rmap.h

 arch/frv/include/asm/cpumask.h    |    6 ------
 arch/hexagon/include/asm/Kbuild   |    2 --
 arch/mn10300/include/asm/ipc.h    |    1 -
 arch/openrisc/include/asm/Kbuild  |    2 --
 arch/tile/include/asm/Kbuild      |    1 -
 arch/xtensa/include/asm/cpumask.h |   16 ----------------
 arch/xtensa/include/asm/rmap.h    |   16 ----------------
 7 files changed, 0 insertions(+), 44 deletions(-)
 delete mode 100644 arch/frv/include/asm/cpumask.h
 delete mode 100644 arch/mn10300/include/asm/ipc.h
 delete mode 100644 arch/xtensa/include/asm/cpumask.h
 delete mode 100644 arch/xtensa/include/asm/rmap.h

-- 
1.7.7.6

--
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