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:   Wed, 10 Jan 2018 18:58:54 +0000
From:   Marc Zyngier <marc.zyngier@....com>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     Aleksandar Markovic <aleksandar.markovic@...s.com>,
        Goran Ferenc <goran.ferenc@...s.com>,
        Miodrag Dinic <miodrag.dinic@...s.com>,
        Rob Herring <robh@...nel.org>,
        Shanker Donthineni <shankerd@...eaurora.org>,
        Stafford Horne <shorne@...il.com>,
        Stefan Wahren <stefan.wahren@...e.com>,
        Wei Yongjun <weiyongjun1@...wei.com>,
        Jason Cooper <jason@...edaemon.net>,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] irqchip updates for 4.16

Thomas,

Here's a small set of irqchip patches I've collected for 4.16. The
smallest set ever, which is probably a good thing (everybody was
either busy eating or fixing that other thing).

Please pull.

	M.

The following changes since commit 30a7acd573899fd8b8ac39236eff6468b195ac7d:

  Linux 4.15-rc6 (2017-12-31 14:47:43 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-4.16

for you to fetch changes up to ebe2f8718007d5a1238bb3cb8141b5bb2b4d5773:

  irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry (2018-01-04 11:14:10 +0000)

----------------------------------------------------------------
irqchip updates for 4.16

- Fix a GICv3 issue when parsing ACPI entries for disabled CPUs
- Driver for the MIPS Goldfish virtual platform
- Small fixlet for the ompic driver
- Interrupt polatiry support for the Raspberry Pi irqchip

----------------------------------------------------------------
Miodrag Dinic (2):
      dt-bindings/goldfish-pic: Add device tree binding for Goldfish PIC driver
      irqchip/irq-goldfish-pic: Add Goldfish PIC driver

Shanker Donthineni (1):
      irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry

Stefan Wahren (3):
      dt-bindings/bcm2836-l1-intc: Add interrupt polarity support
      irqchip/irq-bcm2836: Add support for DT interrupt polarity
      dt-bindings/bcm283x: Define polarity of per-cpu interrupts

Wei Yongjun (1):
      irqchip/ompic: fix return value check in ompic_of_init()

 .../interrupt-controller/brcm,bcm2836-l1-intc.txt  |   4 +-
 .../interrupt-controller/google,goldfish-pic.txt   |  30 +++++
 MAINTAINERS                                        |   6 +
 arch/arm/boot/dts/bcm2836.dtsi                     |  14 +--
 arch/arm/boot/dts/bcm2837.dtsi                     |  12 +-
 arch/arm/boot/dts/bcm283x.dtsi                     |   1 +
 drivers/irqchip/Kconfig                            |   8 ++
 drivers/irqchip/Makefile                           |   1 +
 drivers/irqchip/irq-bcm2836.c                      |  46 ++++---
 drivers/irqchip/irq-gic-v3.c                       |  11 ++
 drivers/irqchip/irq-goldfish-pic.c                 | 139 +++++++++++++++++++++
 drivers/irqchip/irq-ompic.c                        |   4 +-
 12 files changed, 241 insertions(+), 35 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
 create mode 100644 drivers/irqchip/irq-goldfish-pic.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ