This is a note to let you know that I've just added the patch titled

    mm: make generic_access_phys available for modules

to the 3.11-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     mm-make-generic_access_phys-available-for-modules.patch
and it can be found in the queue-3.11 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 5a73633ef01cd8772defa6a3c34a588376a1df4c Mon Sep 17 00:00:00 2001
From: Uwe Kleine-König <[email protected]>
Date: Wed, 7 Aug 2013 13:02:52 +0200
Subject: mm: make generic_access_phys available for modules

From: Uwe Kleine-König <[email protected]>

commit 5a73633ef01cd8772defa6a3c34a588376a1df4c upstream.

In the next commit this function will be used in the uio subsystem

Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 mm/memory.c |    1 +
 1 file changed, 1 insertion(+)

--- a/mm/memory.c
+++ b/mm/memory.c
@@ -4081,6 +4081,7 @@ int generic_access_phys(struct vm_area_s
 
        return len;
 }
+EXPORT_SYMBOL_GPL(generic_access_phys);
 #endif
 
 /*


Patches currently in stable-queue which might be from 
[email protected] are

queue-3.11/mm-make-generic_access_phys-available-for-modules.patch
queue-3.11/clockevents-sanitize-ticks-to-nsec-conversion.patch
queue-3.11/uio-provide-vm-access-to-uio_mem_phys-maps.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to