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:	Mon, 10 Dec 2012 19:12:32 +0000
From:	Will Deacon <will.deacon@....com>
To:	linux-kernel@...r.kernel.org
Cc:	linux-arch@...r.kernel.org, benh@...nel.crashing.org,
	arnd@...db.de, james.hogan@...tec.com,
	Will Deacon <will.deacon@....com>
Subject: [PATCH v2 00/10] Fix endianness of generic I/O accessors

Hello again,

This is version 2 of the patches originally posted here:

  http://lkml.indiana.edu/hypermail/linux/kernel/1210.2/00952.html

Changes since then:
	- Reordered the series to put the string function removal at the
	  end.
	- Matthew's had a crack at fixing up all the other drivers which
	  rely on the generic I/O accessors after a request from James
	  Hogan.

Note that the mmc and smc changes are required in order to build their
respective drivers for arm64, regardless of endianness and/or the rest
of this series.

Comments welcome, particularly regarding how on Earth this gets merged
in a sane manner.

Will


Matthew Leach (6):
  net: smc911x: use io{read,write}*_rep accessors
  net: dm9000: use io{read,write}*_rep accessors
  net: 8390: use io{read,write}*_rep accessors
  mtd: nand/gpio: use io{read,write}*_rep accessors
  musb: tusb6010: use io{read,write}*_rep accessors
  usb: musb: use io{read,write}*_rep accessors

Will Deacon (4):
  asm-generic: io: don't perform swab during {in,out} string functions
  mmc: mmci: use io{read,write}*_rep accessors instead of string
    functions
  net: smc91x: use io{read,write}*_rep accessors instead of string
    functions
  asm-generic: io: remove {read,write} string functions

 drivers/mmc/host/mmci.c               |  8 +++----
 drivers/mtd/nand/gpio.c               |  8 +++----
 drivers/net/ethernet/8390/ax88796.c   | 16 ++++++-------
 drivers/net/ethernet/davicom/dm9000.c | 12 +++++-----
 drivers/net/ethernet/smsc/smc911x.h   | 16 ++++++-------
 drivers/net/ethernet/smsc/smc91x.h    | 20 ++++++++---------
 drivers/usb/musb/musb_core.c          | 12 +++++-----
 drivers/usb/musb/musb_io.h            | 21 ------------------
 drivers/usb/musb/tusb6010.c           |  5 +++--
 include/asm-generic/io.h              | 42 +++++------------------------------
 10 files changed, 55 insertions(+), 105 deletions(-)

-- 
1.8.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ