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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon,  4 Nov 2013 18:08:03 +0100
From:	Frank Haverkamp <haver@...ux.vnet.ibm.com>
To:	linux-kernel@...r.kernel.org
Cc:	arnd@...db.de, gregkh@...uxfoundation.org, cody@...ux.vnet.ibm.com,
	schwidefsky@...ibm.com, utz.bacher@...ibm.com, mmarek@...e.cz,
	rmallon@...il.com, jsvogt@...ibm.com, MIJUNG@...ibm.com,
	cascardo@...ux.vnet.ibm.com, michael@...ra.de,
	haver@...ux.vnet.ibm.com
Subject: [PATCH 3/9] GenWQE: Remove obsolete constants

The removed constants should not be part of the user-space kernel
interface.

Signed-off-by: Frank Haverkamp <haver@...ux.vnet.ibm.com>
---
 include/linux/genwqe/genwqe_card.h |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/include/linux/genwqe/genwqe_card.h b/include/linux/genwqe/genwqe_card.h
index ffed142..aa3f1b9 100644
--- a/include/linux/genwqe/genwqe_card.h
+++ b/include/linux/genwqe/genwqe_card.h
@@ -390,18 +390,6 @@ struct chip_bitstream {
 #define DDCB_ASV_LENGTH			64  /* len of the DDCB ASV array  */
 #define DDCB_FIXUPS			12  /* maximum number of fixups */
 
-/*
- * We might have addresses within the ASIV data. Those need to be
- * replaced by valid DMA addresses to the buffer, sg-list or
- * child-block in the kernel driver handling the request.
- */
-#define GENWQE_DMA_TYPE_MASK		0x18  /* mask off type */
-#define GENWQE_DMA_TYPE_RAW		0x00  /* no DMA addr  */
-#define GENWQE_DMA_TYPE_FLAT		0x08  /* contignous DMA block */
-#define GENWQE_DMA_TYPE_SGLIST		0x10  /* DMA sg-list */
-#define GENWQE_DMA_TYPE_CHILD		0x18  /* DMA child-block */
-#define GENWQE_DMA_WRITEABLE		0x04  /* memory writeable? */
-
 struct genwqe_debug_data {
 	char driver_version[64];
 	uint64_t slu_unitcfg;
-- 
1.7.1

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