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, 1 Aug 2016 08:40:57 +0530
From:	Jassi Brar <jassisinghbrar@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Mailbox changes for v4.8

Hi Linus,

The following changes since commit 8714f8f5fe396ca513ccaaac2304497439c181fb:

  Merge branch 'for-linus' of git://git.kernel.dk/linux-block
(2016-06-11 18:42:59 -0700)

are available in the git repository at:

  git://git.linaro.org/landing-teams/working/fujitsu/integration.git
mailbox-for-next

for you to fetch changes up to a68b216676e89fa959a23b583b56f9ce7df81b37:

  mailbox: Fix format and type mismatches in Broadcom PDC driver
(2016-07-28 21:27:31 +0530)

----------------------------------------------------------------
- Broadcom
       New PDC controller driver and bindings
- Misc
     PL320 - Convert from 'raw' IO to 'relaxed' version
     Test - fix dangling pointer

----------------------------------------------------------------
Ben Dooks (1):
      mailbox: pl320: remove __raw IO

Rob Rice (3):
      dt-bindings: add bindings documentation for PDC driver.
      mailbox: Add Broadcom PDC mailbox driver
      mailbox: Fix format and type mismatches in Broadcom PDC driver

Sudeep Holla (1):
      mailbox: mailbox-test: set tdev->signal to NULL after freeing

 .../bindings/mailbox/brcm,iproc-pdc-mbox.txt       |   23 +
 drivers/mailbox/Kconfig                            |    9 +
 drivers/mailbox/Makefile                           |    2 +
 drivers/mailbox/bcm-pdc-mailbox.c                  | 1531 ++++++++++++++++++++
 drivers/mailbox/mailbox-test.c                     |    1 +
 drivers/mailbox/pl320-ipc.c                        |   46 +-
 include/linux/mailbox/brcm-message.h               |   56 +
 7 files changed, 1645 insertions(+), 23 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/mailbox/brcm,iproc-pdc-mbox.txt
 create mode 100644 drivers/mailbox/bcm-pdc-mailbox.c
 create mode 100644 include/linux/mailbox/brcm-message.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ