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, 23 Jun 2016 19:22:03 +0000
From:	Jason Cooper <jason@...edaemon.net>
To:	Thomas Gleixner <tglx@...utronix.de>
Cc:	Marc Zyngier <marc.zyngier@....com>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] irqchip: Core changes for v4.8

Thomas,

Here is the first round of changes for v4.8.  Mostly minor stuff
submitted by Ben Dooks.  I have a bit more waiting in the wings that
I'll send once it's had some time in -next.

Please pull.

thx,

Jason.


The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/irqchip-core-4.8

for you to fetch changes up to e04558cbfe61cd06d762eaaa587616798d9b65b6:

  Merge branch 'irqchip/misc' into irqchip/core (2016-06-23 19:08:40 +0000)

----------------------------------------------------------------
irqchip core changes for v4.8

 - bcm283x avoid handle_IRQ

 - misc
   - Fix sparse warnings on __iomem
   - Fix static functions
   - Fix missing includes
   - Replace __raw IO accessors to support big endian

----------------------------------------------------------------
Ben Dooks (11):
      irqchip/sirfsoc: Fix sparse warnings on __iomem
      irqchip/tegra: Fix sparse warnings on __iomem
      irqchip/armada-370-xp: Make syscore_ops static
      irqchip/bcm2836: Make bcm2836_smp_boot_secondary static
      irqchip/bcm7120-l2: Make probe functions static
      irqchip/brcmstb-l2: Make of probe function static
      irqchip/gic-v2m: Fix missing include of <linux/irqchip/arm-gic.h>
      irqchip/omap-intc: Fix missing <linux/irqchip/irq-omap-intc.h> include
      irqchip/vic: Make vic_syscore_ops and vic_of_init static
      irqchip/exynos-combiner: Fix usage of __raw IO
      irqchip/s3c24xx: Fixup IO accessors for big endian

Eric Anholt (1):
      irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ

Jason Cooper (1):
      Merge branch 'irqchip/misc' into irqchip/core

 drivers/irqchip/exynos-combiner.c   | 14 +++++++-------
 drivers/irqchip/irq-armada-370-xp.c |  2 +-
 drivers/irqchip/irq-bcm2835.c       |  3 +--
 drivers/irqchip/irq-bcm2836.c       |  6 +++---
 drivers/irqchip/irq-bcm7120-l2.c    | 10 +++++-----
 drivers/irqchip/irq-brcmstb-l2.c    |  4 ++--
 drivers/irqchip/irq-gic-v2m.c       |  1 +
 drivers/irqchip/irq-omap-intc.c     |  2 ++
 drivers/irqchip/irq-s3c24xx.c       | 36 ++++++++++++++++++------------------
 drivers/irqchip/irq-sirfsoc.c       | 11 ++++++++---
 drivers/irqchip/irq-tegra.c         |  4 ++--
 drivers/irqchip/irq-vic.c           |  5 +++--
 12 files changed, 53 insertions(+), 45 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ