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:	Wed, 28 Apr 2010 16:10:40 -0700
From:	"Epshteyn, Eugene" <eugene.epshteyn@...el.com>
To:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [RFC PATCH 2/4] Mobile security processor driver

>From 65abe47530522e97908aac282820243798721c54 Mon Sep 17 00:00:00 2001
From: Mark Allyn <mark.a.allyn@...el.com>
Date: Wed, 28 Apr 2010 14:35:43 -0700
Subject: RFC [PATCH 2/4] staging: sep: update Makefile and provide explanation in Kconfig

Signed-off-by: Mark A. Allyn <mark.a.allyn@...el.com>
---
  drivers/staging/sep/Kconfig  |   11 ++++++-----
  drivers/staging/sep/Makefile |    3 ++-
  2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig
index 0a9c39c..f78abe3 100644
--- a/drivers/staging/sep/Kconfig
+++ b/drivers/staging/sep/Kconfig
@@ -1,10 +1,11 @@
  config DX_SEP
-       tristate "Discretix SEP driver"
-#      depends on MRST
-       depends on RAR_REGISTER && PCI
-       default y
+       tristate "SEP driver"
+       default n
        help
-         Discretix SEP driver
+         SEP driver

+         The is the driver for the Intel mobile platform's
+         security processor (SEP), which performs encryption
+         using dedicated hardware.
          If unsure say M. The compiled module will be
          called sep_driver.ko
diff --git a/drivers/staging/sep/Makefile b/drivers/staging/sep/Makefile
index 628d5f9..551db4b 100644
--- a/drivers/staging/sep/Makefile
+++ b/drivers/staging/sep/Makefile
@@ -1,2 +1,3 @@
+EXTRA_CFLAGS += -DDX_CC5_SEP_PLAT -DDX_RAR_SUPPORT -DCRYS_NO_EXT_IF_MODE_SUPPORT
  obj-$(CONFIG_DX_SEP) := sep_driver.o
-
+sep_driver-objs := sep_main_mod.o sep_ext_with_pci_driver.o
--
1.6.0.4

View attachment "0002-staging-sep-update-Makefile-and-provide-explanatio.patch" of type "text/x-diff" (1469 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ