diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-03-19 16:01:37 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-03-19 16:05:37 -0400 |
commit | 287e820f027bbada27d1f5391f236be7a5721a57 (patch) | |
tree | 74446f08f0c35dce04078685d7775f122f6db414 /Add-secure_modules-call.patch | |
parent | 1b5309d39e8b3a050579e7306f8f97e16d2fcd15 (diff) | |
download | kernel-287e820f027bbada27d1f5391f236be7a5721a57.tar.gz kernel-287e820f027bbada27d1f5391f236be7a5721a57.tar.xz kernel-287e820f027bbada27d1f5391f236be7a5721a57.zip |
Linux v4.0-rc4-88-g7b09ac704bac
- Rename arm64-xgbe-a0.patch
Diffstat (limited to 'Add-secure_modules-call.patch')
-rw-r--r-- | Add-secure_modules-call.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Add-secure_modules-call.patch b/Add-secure_modules-call.patch index 51d3894c4..86f542fe5 100644 --- a/Add-secure_modules-call.patch +++ b/Add-secure_modules-call.patch @@ -16,10 +16,10 @@ Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com> 2 files changed, 17 insertions(+) diff --git a/include/linux/module.h b/include/linux/module.h -index 42999fe2dbd0..0c86ec9e10ed 100644 +index b03485bcb82a..b033dab5c8bf 100644 --- a/include/linux/module.h +++ b/include/linux/module.h -@@ -502,6 +502,8 @@ int unregister_module_notifier(struct notifier_block *nb); +@@ -506,6 +506,8 @@ int unregister_module_notifier(struct notifier_block *nb); extern void print_modules(void); @@ -28,7 +28,7 @@ index 42999fe2dbd0..0c86ec9e10ed 100644 #else /* !CONFIG_MODULES... */ /* Given an address, look for it in the exception tables. */ -@@ -612,6 +614,11 @@ static inline int unregister_module_notifier(struct notifier_block *nb) +@@ -616,6 +618,11 @@ static inline int unregister_module_notifier(struct notifier_block *nb) static inline void print_modules(void) { } |