default or selected kernelversion does not have config value CONFIG_DEBUG_STRICT_USER_COPY_CHECKS.
Result is shown for kernelversion 6.5.1

Strict user copy size checks

configname: CONFIG_DEBUG_STRICT_USER_COPY_CHECKS

Linux Kernel Configuration
└─>Strict user copy size checks
In linux kernel since version 2.6.33 (release Date: 2010-02-24)  
Enabling this option turns a certain set of sanity checks for user
copy operations into compile time failures.

The copy_from_user() etc checks are there to help test if there
are sufficient security checks on the length argument of
the copy operation, by having gcc prove that the argument is
within bounds.

If unsure, say N.