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:	Mon, 01 Apr 2013 19:55:43 +0200
From:	Paul Bolle <pebolle@...cali.nl>
To:	Jason Wang <jasowang@...hat.com>,
	Krishna Kumar <krkumar2@...ibm.com>,
	"David S. Miller" <davem@...emloft.net>,
	Rusty Russell <rusty@...tcorp.com.au>,
	"Michael S. Tsirkin" <mst@...hat.com>,
	Chris Mason <chris.mason@...ionio.com>,
	Trond Myklebust <Trond.Myklebust@...app.com>,
	Amit Shah <amit.shah@...hat.com>,
	Mikael Starvik <starvik@...s.com>,
	Jesper Nilsson <jesper.nilsson@...s.com>
Cc:	virtualization@...ts.linux-foundation.org,
	linux-btrfs@...r.kernel.org, linux-nfs@...r.kernel.org,
	linux-cris-kernel@...s.com, linux-kernel@...r.kernel.org
Subject: [PATCH 0/8] do not export kernel integer types to userspace

This short series was triggered by a compile error I ran into when trying to
build the lguest tool (see PATCH 1/8). After fixing that error I decided to attempt to
solve all related problems.

Paul Bolle (8):
  virtio_net: do not export "u16" to userspace
  headers_check: add check for kernel integer types
  virtio: do not export "u16" and "u64" to userspace
  headers_check: check kernel types inside #define
  btrfs: do not export "u64" to userspace
  nfsd4: do not export "u64" to userspace
  virtio: do not export "u32" to userspace
  cris: do not export "u8" and friends to userspace

 arch/cris/include/uapi/arch-v10/arch/sv_addr_ag.h | 20 ++++++++++----------
 include/uapi/linux/btrfs.h                        |  2 +-
 include/uapi/linux/nfs4.h                         |  2 +-
 include/uapi/linux/virtio_balloon.h               |  4 ++--
 include/uapi/linux/virtio_console.h               |  2 +-
 include/uapi/linux/virtio_net.h                   |  2 +-
 scripts/headers_check.pl                          | 21 +++++++++++++++++++++
 7 files changed, 37 insertions(+), 16 deletions(-)

-- 
1.7.11.7

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