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:	Thu,  8 May 2014 16:46:51 +0200
From:	Arnd Bergmann <arnd@...db.de>
To:	linux-arm-kernel@...ts.infradead.org
Cc:	linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
	bhelgaas@...gle.com, dwmw2@...radead.org,
	dmitry.torokhov@...il.com, balbi@...com,
	gregkh@...uxfoundation.org, plagnioj@...osoft.com,
	jic23@...nel.org, josh.wu@...el.com, kishon@...com,
	linus.walleij@...aro.org, broonie@...nel.org,
	mturquette@...aro.org, nicolas.ferre@...el.com, ohad@...ery.com,
	linux@....linux.org.uk, tony@...mide.com, vinod.koul@...el.com,
	wim@...ana.be, wsa@...-dreams.de, dmaengine@...r.kernel.org,
	linux-i2c@...r.kernel.org, linux-ide@...r.kernel.org,
	linux-iio@...r.kernel.org, linux-input@...r.kernel.org,
	linux-mtd@...ts.infradead.org, linux-pci@...r.kernel.org,
	linux-samsung-soc@...r.kernel.org, linux-sh@...r.kernel.org,
	linux-watchdog@...r.kernel.org, netdev@...r.kernel.org
Subject: [PATCH 00/22] Random ARM randconfig fixes in drivers

These are a bunch of fixes I had to do to get all randconfig
configurations on ARM working. Most of these are really old
bugs, but there are also some new ones. I don't think any of
them require a backport to linux-stable.

I have checked that they are all still required on yesterday's
linux-next kernel. Please apply on the appropriate trees unless
there are objections.

Patch numbers are per subsystem, which I thought is less confusing
than numbering them 1-22 when they are all totall independent.

Arnd Bergmann (22):
  mdio_bus: fix devm_mdiobus_alloc_size export
  phy: kona2: use 'select GENERIC_PHY' in Kconfig
  phy: exynos: fix SATA phy license typo
  dmaengine: omap: hide filter_fn for built-in drivers
  dmaengine: sa11x0: remove broken #ifdef
  mtd/onenand: fix build warning for dma type
  mtd: orion-nand: fix build error with ARMv4
  clk/versatile: export symbols for impd1
  bus/omap_l3: avoid sync initcall for modules
  bus/arm-cci: add dependency on OF && CPU_V7
  watchdog: iop_wdt only builds for mach-iop13xx
  mpilib: use 'static inline' for mpi-inline.h
  ata: pata_at91 only works on sam9
  i2c/nuc900: fix ancient build error
  iio: always select ANON_INODES
  iio:adc: at91 requires the input subsystem
  pci: rcar host needs OF
  input: fix ps2/serio module dependency
  input: atmel-wm97xx: only build for AVR32
  misc: atmel_pwm: only build for supported platforms
  remoteproc: da8xx: don't select CMA on no-MMU
  regulator: arizona-ldo1: add missing #include

 drivers/ata/Kconfig               | 2 +-
 drivers/bus/Kconfig               | 2 +-
 drivers/bus/omap_l3_noc.c         | 4 ++++
 drivers/bus/omap_l3_smx.c         | 4 ++++
 drivers/clk/versatile/clk-icst.c  | 1 +
 drivers/clk/versatile/clk-impd1.c | 2 ++
 drivers/dma/sa11x0-dma.c          | 4 ----
 drivers/i2c/busses/i2c-nuc900.c   | 2 +-
 drivers/iio/Kconfig               | 1 +
 drivers/iio/adc/Kconfig           | 1 +
 drivers/input/keyboard/Kconfig    | 2 +-
 drivers/input/mouse/Kconfig       | 2 +-
 drivers/input/touchscreen/Kconfig | 2 +-
 drivers/misc/Kconfig              | 3 ++-
 drivers/mtd/nand/orion_nand.c     | 5 +++++
 drivers/mtd/onenand/samsung.c     | 8 ++++----
 drivers/net/phy/mdio_bus.c        | 2 +-
 drivers/pci/host/Kconfig          | 2 +-
 drivers/phy/Kconfig               | 2 +-
 drivers/phy/phy-exynos5250-sata.c | 2 +-
 drivers/regulator/arizona-ldo1.c  | 1 +
 drivers/remoteproc/Kconfig        | 2 +-
 drivers/watchdog/Kconfig          | 2 +-
 include/linux/omap-dma.h          | 2 +-
 lib/mpi/mpi-inline.h              | 2 +-
 lib/mpi/mpi-internal.h            | 8 --------
 26 files changed, 39 insertions(+), 31 deletions(-)

-- 
1.8.3.2

Cc: bhelgaas@...gle.com
Cc: dwmw2@...radead.org
Cc: dmitry.torokhov@...il.com
Cc: balbi@...com
Cc: gregkh@...uxfoundation.org
Cc: plagnioj@...osoft.com
Cc: jic23@...nel.org
Cc: josh.wu@...el.com
Cc: kishon@...com
Cc: linus.walleij@...aro.org
Cc: broonie@...nel.org
Cc: mturquette@...aro.org
Cc: nicolas.ferre@...el.com
Cc: ohad@...ery.com
Cc: linux@....linux.org.uk
Cc: tony@...mide.com
Cc: vinod.koul@...el.com
Cc: wim@...ana.be
Cc: wsa@...-dreams.de
Cc: dmaengine@...r.kernel.org
Cc: linux-i2c@...r.kernel.org
Cc: linux-ide@...r.kernel.org
Cc: linux-iio@...r.kernel.org
Cc: linux-input@...r.kernel.org
Cc: linux-mtd@...ts.infradead.org
Cc: linux-pci@...r.kernel.org
Cc: linux-samsung-soc@...r.kernel.org
Cc: linux-sh@...r.kernel.org
Cc: linux-watchdog@...r.kernel.org
Cc: netdev@...r.kernel.org
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ