On Mon, Nov 14, 2022 at 08:10:01PM +0100, Pavel Machek wrote: > https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patch-4.19.261-rt116.patch.xz > > Thank you, I'll take a look. > > Just out of curiosity, what happened to -rt115? I see announcements > for -rt114 and then -rt116. When we (stable-rt maintainers) do the updates we tag all merges which had a conflict. So in this case when I updated from 4.19.255 to 4.19.261, there was merge conflict in 4.19.257: Merge tag 'v4.19.257' into v4.19-rt This is the 4.19.257 stable release Conflicts: net/core/dev.c We do this to make it more obvious when we need to touch code by hand which makes any verification later on simpler. But these intermediated steps are not separately announced/released. There are available in the git tree but not as tar files.