지금 linux kernel 3.14.xx 대에서 stable 버젼은 무었인가요?

trymp의 이미지

kernel version 이 long term 이 있고 stable 있잖아요.

4.xx.xx 대 stable 버젼은 있는데 3.14.xx 대 stable 버젼은 없어서요

3.14.xx 대 stable 버젼 좀 알려주시면 감사하겠습니다.

twinwings의 이미지

What does "stable/EOL" and "longterm" mean?

As kernels move from the "mainline" into the "stable" category, two things can happen:

  1. They can reach "End of Life" after a few bugfix revisions, which means that kernel maintainers will release no more bugfixes for this kernel version, or
  2. They can be put into "longterm" maintenance, which means that maintainers will provide bugfixes for this kernel revision for a much longer period of time.

If the kernel version you are using is marked "EOL," you should consider upgrading to the next major version as there will be no more bugfixes provided for the kernel version you are using.

Please check the Releases page for more info.

(from kernel.org)

위에 따르면 스테이블 중에서 특별한 경우가 롱텀인것 같은데요?

이거 쓰시면 될 듯 : 'longterm: 3.14.50'

PS.
메인라인에 있다 -> 스테이블
롱텀 -> 스테이블 중에서 장기적으로 버그픽스 제공
EOL -> 스테이블, 버그픽스 제공 끝남

trymp의 이미지

.