For Raspberry Pi I used an image from https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit
I cloned the entire history from the https://github.com/raspberrypi/linux to the host PC for cross-compilation of the kernel.
I checked the kernel version using the uname -a command. The result is: Linux raspberrypi 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux
If I found out that the kernel version is 6.6.20+rpt-rpi-v8, how can I find a commit in the cloned repository with the kernel source files that is guaranteed to be compatible with the version used on the Raspberry Pi?