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-next>] [day] [month] [year] [list]
Date:   Fri,  7 Oct 2016 18:15:22 +0300
From:   Pantelis Antoniou <pantelis.antoniou@...sulko.com>
To:     Rob Herring <robh+dt@...nel.org>
Cc:     Mark Rutland <mark.rutland@....com>,
        Debjit Ghosh <dghosh@...iper.net>,
        Guenter Roeck <linux@...ck-us.net>,
        JawaharBalaji Thirumalaisamy <jawaharb@...iper.net>,
        Mohammad Kamil <mkamil@...iper.net>,
        Rajat Jain <rajatjain@...iper.net>,
        Pantelis Antoniou <pantelis.antoniou@...sulko.com>,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Juniper prerequisites

This patchset contains prerequisites for a number of upcoming
Juniper Inc.'s patches for its PTX series of routers.

The first patch add the jnx vendor entry in the list of vendor-prefixes.
The second introduces a board types header file that userspace
requires for board identification, while the last introduces a
header file containing the known board IDs as of now.

Note that this is the first submission and we expect things to be
moved around as required.

This patchset is against mainline as of today: v4.8-9431-g3477d16

Guenter Roeck (1):
  uapi: jnx: Export board types to user space

JawaharBalaji Thirumalaisamy (1):
  Documentation: vendor-prefixes: Add DT vendor entry "jnx"

Rajat Jain (1):
  jnx: Introduce board_ids.h

 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 include/linux/jnx/board_ids.h                      | 31 ++++++++++++++++++
 include/uapi/linux/Kbuild                          |  1 +
 include/uapi/linux/jnx/Kbuild                      |  2 ++
 include/uapi/linux/jnx/jnx-subsys.h                | 38 ++++++++++++++++++++++
 5 files changed, 73 insertions(+)
 create mode 100644 include/linux/jnx/board_ids.h
 create mode 100644 include/uapi/linux/jnx/Kbuild
 create mode 100644 include/uapi/linux/jnx/jnx-subsys.h

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ