From: Mateusz Bieganski Date: Mon, 27 May 2024 11:33:04 +0000 (+0200) Subject: RISCV: config: tizen_visionfive2: enable CONFIG_UNIX_DIAG X-Git-Tag: accepted/tizen/unified/x/20240530.042949^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=033b457bed3db4788d0806d55b12280f19deee3f;p=platform%2Fkernel%2Flinux-starfive.git RISCV: config: tizen_visionfive2: enable CONFIG_UNIX_DIAG In order to better understand interprocess communication, it is often useful to know filename/inode of the other endpoint, and the process that has it opened. With CONFIG_UNIX_DIAG flag enabled, the '+E' parameter of 'lsof' works as expected. Change-Id: I44f6692c95cb93f31f7804bcaab5e30b27669cc3 Signed-off-by: Mateusz Bieganski --- diff --git a/arch/riscv/configs/tizen_visionfive2_defconfig b/arch/riscv/configs/tizen_visionfive2_defconfig index af2137073016..5274fbd11bf2 100644 --- a/arch/riscv/configs/tizen_visionfive2_defconfig +++ b/arch/riscv/configs/tizen_visionfive2_defconfig @@ -44,6 +44,7 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_IOSCHED_BFQ is not set CONFIG_NET=y CONFIG_PACKET=y +CONFIG_UNIX_DIAG=y CONFIG_XFRM_USER=y CONFIG_NET_KEY=y CONFIG_IP_MULTICAST=y