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, 7 Aug 2008 15:06:46 +0200
From:	Joerg Roedel <joerg.roedel@....com>
To:	akpm@...ux-foundation.org
CC:	mingo@...hat.com, tglx@...utronix.de, hpa@...or.com,
	tony.luck@...el.com, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] make swiotlb prototypes generic

Hi,

this small series of patches introduce a generic header file for the software
IO/TLB implementation in lib/swiotlb.c. Currently each architecture using this
code defines the prototypes itself. The prototypes are moved to
include/linux/swiotlb.h and this file is included in architecture specific code
for X86 and IA64. The changes are compile tested for both architectures.

Joerg

git diff --stat linus/master:

 arch/ia64/hp/common/hwsw_iommu.c |    9 +----
 arch/ia64/include/asm/machvec.h  |   22 +----------
 include/asm-x86/swiotlb.h        |   40 +------------------
 include/linux/swiotlb.h          |   83 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 86 insertions(+), 68 deletions(-)



--
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