diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 83a34eb774df..ca156ddea892 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -299,7 +299,6 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=16 CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=8192 CONFIG_SRAM=y -CONFIG_UID_SYS_STATS=y CONFIG_SCSI=y # CONFIG_SCSI_PROC_FS is not set CONFIG_BLK_DEV_SD=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index ca86d9d71ef6..c752f7a7baf1 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -274,7 +274,6 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=16 CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=8192 CONFIG_SRAM=y -CONFIG_UID_SYS_STATS=y CONFIG_SCSI=y # CONFIG_SCSI_PROC_FS is not set CONFIG_BLK_DEV_SD=y diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index a453f754db6e..ba20bfdb653f 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -463,6 +463,7 @@ config MISC_RTSX config UID_SYS_STATS bool "Per-UID statistics" depends on PROFILING && TASK_XACCT && TASK_IO_ACCOUNTING + depends on BROKEN help Per UID based cpu time statistics exported to /proc/uid_cputime Per UID based io statistics exported to /proc/uid_io