Commit Graph

5 Commits

Author SHA1 Message Date
Faye
a716a45b19 linux-rt: Fix incorrect sorting of kernel version numbers when determining latest version
When determining the latest linux-rt kernel version to update to, the list of filenames that `update-rt.sh` fetches from upstream is sorted lexicographically, while `update-rt.sh` assumes it's sorted in version order.  As a result, for example, 5.10.78 is considered newer than 5.10.100.  This change applies `sort --version-sort` to the extracted version numbers to properly identify the latest version.
2022-02-21 17:10:31 -05:00
Tim Steinbach
c6963522e0 linux-rt: Avoid RCs 2021-04-28 09:34:45 -04:00
ilian
1c9d178371 linux-rt: use latest version
Take the last kernel version listed in sha256sums.asc when
multiple versions are listed.
We assume that the patches listed in sha256sums.asc are ordered by
increasing version number.
2021-02-13 20:15:37 -05:00
Orivej Desh
2f6ac24357 linux-rt_latest: 5.9.1-rt20 -> 5.10-rt17
This does not keep 5.9 series because it has known issues and rt
upstream has stopped maintaining it in favor of 5.10.

"ls -v" sorts by version, making 5.10 the next $prev kernel.
2020-12-14 23:42:17 +00:00
Orivej Desh
9d0d3a025f linux-rt: add update script 2020-09-02 02:51:06 +00:00