From 2313a42839e1d1492943f3db00f787171df0be35 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 7 Jan 2025 16:02:55 +0900 Subject: [PATCH] kdbus: Add required kernel export symbols to readme To support out-of-tree module build for kdbus, some kernel symbols are required to export. Add the information to readme file. Change-Id: Ia64f81503a27511ffff6fcc35ba893c8e37599c3 Signed-off-by: Seung-Woo Kim --- kernel/kdbus/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kernel/kdbus/README.md b/kernel/kdbus/README.md index 0db3670..08f0c0e 100644 --- a/kernel/kdbus/README.md +++ b/kernel/kdbus/README.md @@ -3,3 +3,8 @@ To build kdbus module, below commits should be reverted from kernel source tree: the commit d16b3af46679 ("cgroup: remove unused task_cgroup_path()") for v6.5 or later version the commit 8f546ae1fc5c ("fs: unexport poll_schedule_timeout") for v4.18 or later version + +To build kdbus module, required to export kernel symbols below: + collect_mounts, collect_mounts and iterate_mounts from fs/namespace.c + memfd_fcntl from mm/memfd.c + Refer the link: https://git.tizen.org/cgit/platform/kernel/linux-rpi/commit/?h=804d16239320 -- 2.34.1