If you update your system daily, you will not see 6.16.3-200.fc42.x86_64 when you do uname -r, which is your current kernel.
This essentially contains 5 information about your kernel:
- the kernel version
- the version of this kernel’s (security/bug-related) update-level (so to speak; hope that makes sense).
- built number
- Fedora release it is build for
- architecture
Relevant are for this topic two: the first two.
The actual kernel is 6.16. However, after a kernel (such as 6.16) is released, it is usual that bugs are found that need to be fixed, this includes security-relevant bugs (=security vulnerabilities). Therefore, the kernel receives updates to fix these bugs (and security updates).
Therefore, there are security updates for your kernel: 6.16 .1 , 6.16 .2 , 6.16 .3 → you will not see from the name if it contains only normal bug fixes or security updates, but some kernels are marked as security updates, which means that when a system is set to update but only security updates, such kernel updates will be contained (for the record, although it is fine to save traffic/computation-power by doing only security updates daily, I suggest to still do at least weekly “full” updates too).
Keep in mind that kernels (such as 6.16 or 6.17) have a limited life cycle, and they receive only such updates for their life cycle. Once the life cycle in Fedora ends, you will automatically get the new kernel (such as the recent update from 6.15.10 to 6.16.3), so you do not need to do anything about it, just do your daily updates.
Some kernels become long-term supported kernels and their life cycle continues even when newer kernels are available, so the Linux community maintains several kernels at the same time. But officially for Fedora, we always stick with the most recent one. So even if 6.15 would have become a long-term supported kernel (which it did not become), we would no longer provide updates for it. Again, that shall be no problem, as you will automatically be updated to 6.16.X (I assume you have already:)
Hope that helps.