This commit is contained in:
PEKKA 2026-06-21 15:21:21 +08:00 committed by GitHub
commit 914b09c03e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "binder_alloc.h" #include "binder_alloc.h"
#include "binder_trace.h" #include "binder_trace.h"
#include "compat_version.h" #include "compat_version.h"
#include "deps.h"
struct list_lru binder_alloc_lru; struct list_lru binder_alloc_lru;

View File

@ -1,5 +1,8 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
#include <linux/ipc_namespace.h> #include <linux/ipc_namespace.h>
#include <linux/mm.h>
struct ipc_namespace* get_init_ipc_ns_ptr(void); struct ipc_namespace* get_init_ipc_ns_ptr(void);
void zap_page_range_single(struct vm_area_struct *vma, unsigned long address,
unsigned long size, struct zap_details *details);