Linux Kernel 6.11 | Drama and 15X Part 2

Поділитися
Вставка
  • Опубліковано 18 вер 2024

КОМЕНТАРІ • 34

  • @rkadowns
    @rkadowns 2 дні тому +17

    All these lines of code! Coming in by the millions and millions! Thanks for the laugh.

    • @Maple-Circuit
      @Maple-Circuit  2 дні тому +3

      It took me a good 15min to come back from that comment, the whole comment is pure gold

  • @montyoso
    @montyoso 2 дні тому +9

    You are really good at explaining kernel updates. I hope you hang around for a long time.

  • @ZekeFast
    @ZekeFast День тому +2

    Thanks you for that series of videos! I particularly like your 6.10 and 6.11 part 1 videos because you explained all the abbreviation and kernel subsystems, so mere mortals (though still familiar with system programming a bit) people can understand the changes and kernel slang. In 6.11 part 2 it feels like you try to cover all the changes for the cost of explanation. It is still good video, but I would like to point that the value (for me) of your videos in exactly these explanations and not in the news itself. And relly looking forward for your next videos to know a bit more about kernel and modern system programming! Thank you!

    • @ZekeFast
      @ZekeFast День тому

      Okay, It looks like lack of explanation and amount of abbreviations was related to VM section. Once video get to Memory section you are back on track with explanations! :)

    • @Maple-Circuit
      @Maple-Circuit  День тому

      You are right! I really tried to fit everything that happened on this release. Next time, I'll probably cut some of it out so we can get more explaining, which is really the best part of the videos (;

    • @ZekeFast
      @ZekeFast День тому

      @@Maple-Circuit Thank you again for the videos I discovered them recently and watched all kernel videos on a single breath!

  • @KangJangkrik
    @KangJangkrik День тому +1

    This guy would be big as Phonorix in the future, keep it up man 👍

  • @killedinit
    @killedinit 2 дні тому +2

    Make more videos like this❤

  • @epocfeal
    @epocfeal 2 дні тому

    Great videos I hope to see more like this!

  • @yoshikawachinatsuu
    @yoshikawachinatsuu 15 годин тому

    Cheers!

  • @MultiMunding
    @MultiMunding 2 дні тому

    Great video as usual

  • @eajaykumar
    @eajaykumar 2 дні тому

    am waiting for part 2 , you will become good youtuber in future

  • @Altirix_
    @Altirix_ 2 дні тому

    6:40 my guess is it was never an issue due to how crts worked. tho it did take a few decades for VRR to be a common feature. maybe more so for power efficiency

  • @melanovapedia7924
    @melanovapedia7924 6 годин тому

    great! thx

  • @SickHedgehog777
    @SickHedgehog777 18 годин тому

    that sound at the beginning sounds like a turd dropping in water bro

    • @Maple-Circuit
      @Maple-Circuit  12 годин тому +1

      Lol never thought of it that way but... true XD I'm going to have to change that now!

    • @SickHedgehog777
      @SickHedgehog777 11 годин тому

      @@Maple-Circuit sorry bout that x)

  • @rch5395
    @rch5395 2 дні тому

    What is a navy gpu?
    Also funny how the iris xe driver is worse than the i915 driver, but they are making an xe2 driver before the previous one is even working well.

    • @Maple-Circuit
      @Maple-Circuit  2 дні тому

      I wrote Navy LOL, I meant Navi. ex: www.techpowerup.com/gpu-specs/amd-navi-22.g951

  • @RotaryJunkie
    @RotaryJunkie 2 дні тому

    Oh, I can stop using my RX 580 after the next kernel patch? Yay!
    ... doesn't necessarily explain why I could replicate the problem in Windows too, but eh whatever.

    • @Maple-Circuit
      @Maple-Circuit  2 дні тому +1

      AMD GPU having driver issues? nnnooo wayyy XD

    • @RotaryJunkie
      @RotaryJunkie 2 дні тому +1

      @@Maple-Circuit I know right?
      Though to be fair the only GPUs I've ever had outright fail were nVidia ones... And I've been running ATi/AMD ever since.

  • @VEKTOR_87
    @VEKTOR_87 2 дні тому

    1:26 i faced this bug trust me it was horrible reverted back to 6.10.3 just to fix this , not a problem in browser but hell in video games

  • @riovonstahl2869
    @riovonstahl2869 2 дні тому +1

    goddammit! i hate laptops!

  • @yorailevi6747
    @yorailevi6747 2 дні тому

    Other than reading the kernel source code and hearing random people rephrase how the kernel work is there an "authoritative" source on what the kernel does and how? for example this is the first time i hear about "slab"

    • @Maple-Circuit
      @Maple-Circuit  2 дні тому

      My biggest source outside of phoronix & LWN is the linux documentation kernel.org/doc/html/latest
      If you want to understand how something work, its gold.
      Slab is also the most complicated thing to research ever as it has 3 implementation with similar name, thank God they kill the other 2 in recent kernel...

    • @solimm4sks510
      @solimm4sks510 2 дні тому

      there are kernel docs