Home
last modified time | relevance | path

Searched refs:STOPSUBLEVEL (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/scripts/
Dpatch-kernel219 STOPSUBLEVEL=`echo $stopvers | cut -d. -f3`
224 STOPSUBLEVEL=9999
230 if [ $STOPSUBLEVEL -lt $SUBLEVEL ]; then
253 if [ $STOPSUBLEVEL -gt $SUBLEVEL ]; then
267 if [ $(($SUBLEVEL)) -gt $(($STOPSUBLEVEL)) ]; then
268 echo "Stopping since sublevel ($SUBLEVEL) is beyond stop-sublevel ($STOPSUBLEVEL)"