You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
386 B
13 lines
386 B
--- mm/memory.c 2015-09-04 15:24:20.000000000 +0800
|
|
+++ mm/memory.c 2021-07-06 14:21:45.000000000 +0800
|
|
@@ -370,6 +370,9 @@
|
|
unsigned long page;
|
|
int block,i;
|
|
|
|
+ if (current->pid > 5)
|
|
+ printk(" --do_no_page: address=%x, pid=%d\n", address, current->pid);
|
|
+
|
|
address &= 0xfffff000;
|
|
tmp = address - current->start_code;
|
|
if (!current->executable || tmp >= current->end_data) {
|