projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[cavium-octeon] update to 2.6.30-rc5
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.30
/
980-vm_exports.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
b/target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
index
ca2f052
..
ab29c4a
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
+++ b/
target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
@@
-1,6
+1,6
@@
--- a/mm/shmem.c
+++ b/mm/shmem.c
--- a/mm/shmem.c
+++ b/mm/shmem.c
-@@ -2
587,6 +2587
,16 @@ int shmem_unuse(swp_entry_t entry, struc
+@@ -2
606,6 +2606
,16 @@ int shmem_unuse(swp_entry_t entry, struc
/* common code */
/* common code */
@@
-17,7
+17,7
@@
/**
* shmem_file_setup - get an unlinked file living in tmpfs
* @name: name for dentry (to be seen in /proc/<pid>/maps
/**
* shmem_file_setup - get an unlinked file living in tmpfs
* @name: name for dentry (to be seen in /proc/<pid>/maps
-@@ -26
65,11 +2675
,7 @@ int shmem_zero_setup(struct vm_area_stru
+@@ -26
84,11 +2694
,7 @@ int shmem_zero_setup(struct vm_area_stru
if (IS_ERR(file))
return PTR_ERR(file);
if (IS_ERR(file))
return PTR_ERR(file);
@@
-70,7
+70,7
@@
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
-@@ -56
00,6 +5600
,7 @@ int can_nice(const struct task_struct *p
+@@ -56
65,6 +5665
,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
capable(CAP_SYS_NICE));
}
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
capable(CAP_SYS_NICE));
}
@@
-88,7
+88,7
@@
/**
* zap_vma_ptes - remove ptes mapping the vma
/**
* zap_vma_ptes - remove ptes mapping the vma
-@@ -24
05,6 +2406
,7 @@ int vmtruncate_range(struct inode *inode
+@@ -24
38,6 +2439
,7 @@ int vmtruncate_range(struct inode *inode
return 0;
}
return 0;
}
@@
-98,7
+98,7
@@
* We enter with non-exclusive mmap_sem (to exclude vma changes,
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
* We enter with non-exclusive mmap_sem (to exclude vma changes,
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
-@@ -110
0,6 +1100
,7 @@ void unmap_kernel_range(unsigned long ad
+@@ -110
1,6 +1101
,7 @@ void unmap_kernel_range(unsigned long ad
vunmap_page_range(addr, end);
flush_tlb_kernel_range(addr, end);
}
vunmap_page_range(addr, end);
flush_tlb_kernel_range(addr, end);
}
@@
-106,7
+106,7
@@
int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page ***pages)
{
int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page ***pages)
{
-@@ -121
3,6 +1214
,7 @@ struct vm_struct *get_vm_area(unsigned l
+@@ -121
4,6 +1215
,7 @@ struct vm_struct *get_vm_area(unsigned l
return __get_vm_area_node(size, flags, VMALLOC_START, VMALLOC_END,
-1, GFP_KERNEL, __builtin_return_address(0));
}
return __get_vm_area_node(size, flags, VMALLOC_START, VMALLOC_END,
-1, GFP_KERNEL, __builtin_return_address(0));
}
This page took
0.038287 seconds
and
4
git commands to generate.