• @NotAnArdvark@lemmy.ca
    link
    fedilink
    4510 个月前

    They say no one is using these older LTS kernels, but I'm running into them all the time on Android devices. I don't know if the vendors are taking advantage of those updates, but they're definitely choosing the LTS kernels for their BSPs at release time.

      • PupBiru
        link
        fedilink
        810 个月前

        which is kinda the point of LTS right? or does LTS for kernel mean additional things?

        • @empireOfLove@lemmy.one
          link
          fedilink
          English
          43
          edit-2
          10 个月前

          LTS means that the kernel will not recieve new features, but will receive security patches. Thus remaining stable with no breaking changes.

          90% of android device manufacturers will drop in one kernel at launch day and then never, ever, ever touch it again. Fuck security, fuck the user.

          • PupBiru
            link
            fedilink
            910 个月前

            okay, so it seems as though disregarding android usage of LTS seems reasonable because whilst it shouldn’t be this way, nothing will actually change

            • @empireOfLove@lemmy.one
              link
              fedilink
              English
              1310 个月前

              Yeah android devices are a weird beast. They use Linux in name, but not in spirit, since the entire system is locked off from the typical user.

      • @caseyweederman@lemmy.ca
        link
        fedilink
        110 个月前

        HWE is just a much newer upstream base. I've had issues with their HWE line (6.2 base) but then I've had issues with their Generic line (5.15 base) so while newer isn't always better, older isn't better either.

  • Oliver Lowe
    link
    fedilink
    2510 个月前

    Cut from 6(!) years to 2 years. I had no idea the support stretched as far back as 6 years. 2 still seems totally reasonable, especially given all the work put into backwards compatibility in the kernel already.

  • @Catsrules@lemmy.ml
    link
    fedilink
    1210 个月前

    Sorry for my dumb question but what is the difference between the Linux kernel at kernel.org and say the Linux kernal at Ubuntu.org? It is just different maintainers?

    For example I believe the LTS version of Ubuntu runs for 5 years and you can pay for Pro support and get 10 years on their ESM version, if I understand correctly you can keep the same kernel version though the duration.

    • falsem
      link
      fedilink
      2410 个月前

      The Ubuntu kernel is downstream from the actual kernel.org version. Ubuntu just handles support of it for Ubuntu. Kernel.org are the original implementers.

    • @s_s@lemmy.one
      link
      fedilink
      21
      edit-2
      10 个月前

      Linus Torvolds and the folks at kernel.org work to continually improve the kernel and ready it for each release cycle.

      Ubuntu and other distro maintainers take that work and make sure that they are shipping to you a compiled kernel(s) that dependably works with all other software on their distribution.

    • CyclohexaneM
      link
      fedilink
      610 个月前

      The other two answers are correct but missing one maker thing: many major distributions apply patches to the kernel before distributing. So there are very slight modifications.

    • @caseyweederman@lemmy.ca
      link
      fedilink
      210 个月前

      On your final note, it's not really the same kernel version throughout, and at times they have bumped up major upstream kernel versions mid-LTS, but even disregarding that, they are constantly applying security patches (think of it as minor version increments with bugfixes from the future).
      So sure, you're running kernel 5.15.0 on Ubuntu LTS 22.04, but maybe you started at 5.15.0-36 and after a few months of incremental upgrades you'll be running 5.15.0-85.

      • @caseyweederman@lemmy.ca
        link
        fedilink
        1210 个月前

        Correct. They regularly freeze and maintain their own kernel, merging patches in as needed.
        5.15.0-83.94-generic
        5.15.0 (mainline kennel version at the point it was frozen)
        83.94 (Canonical's version numbering with newer upstream patches merged in over time)
        generic (Canonical maintains several specialized flavors of kernel for different needs)

        They've recently put out a "HWE" flavor which just starts at a much newer point in the upstream kernel. I'm not sure what the point is in maintaining the 5.15 and the 6.2 flavors side-by-side.

        Sources:
        https://ubuntu.com/kernel
        https://people.canonical.com/~kernel/info/kernel-version-map.html