* [PATCH] Add reference to memrar.h file
@ 2010-01-18 21:22 Mark Allyn
2010-01-19 0:10 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Mark Allyn @ 2010-01-18 21:22 UTC (permalink / raw)
To: linux-kernel, greg, alan, charles.f.johnson; +Cc: Mark Allyn
The purpose of this patch is to add raference to memrar.h
This is the third of seven patches for the rar_register driver
for Sunday, January 17, 2009
The rar stands for restricted access region. The restricted access
region is an area of memory that can be locked from access by the
x86 processor.
The purpose of the restricted access region is to safeguard confidential
information from any unauthorized software running on the x86 processor.
The purpose of this driver is to enable other drivers to obtain
the address ranges of the restricted regions as well as lock them.
This patch is referenced off the linux-next repository as pulled
on Sunday, January 17th, 2010
Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
Date: January 17, 2010
---
drivers/staging/rar/rar_register.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/rar/rar_register.c b/drivers/staging/rar/rar_register.c
index 836d383..4b9a3a3 100644
--- a/drivers/staging/rar/rar_register.c
+++ b/drivers/staging/rar/rar_register.c
@@ -16,6 +16,7 @@
#include <linux/firmware.h>
#include <linux/sched.h>
#include <linux/rar/rar_register.h>
+#include <linux/rar/memrar.h>
/* The following defines are for the IPC process to retrieve RAR in */
--
1.6.0.6
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Add reference to memrar.h file
2010-01-18 21:22 [PATCH] Add reference to memrar.h file Mark Allyn
@ 2010-01-19 0:10 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-01-19 0:10 UTC (permalink / raw)
To: Mark Allyn; +Cc: linux-kernel, alan, charles.f.johnson
On Mon, Jan 18, 2010 at 01:22:39PM -0800, Mark Allyn wrote:
> The purpose of this patch is to add raference to memrar.h
Why? Does this fix something? It sure doesn't add any new
functionality. Is a later patch needing it?
If so, please number your patches so I know which ones to apply in which
order.
confused,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-19 0:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-18 21:22 [PATCH] Add reference to memrar.h file Mark Allyn
2010-01-19 0:10 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®