Linus Torvalds: RISC-V Repeating the Mistakes of Its Predecessors

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

ความคิดเห็น • 196

  • @claasdev
    @claasdev 4 หลายเดือนก่อน +460

    What are the mistakes?

    • @beautifulmind684
      @beautifulmind684 4 หลายเดือนก่อน +68

      they will not tell you because those from arm will let you figure out and save their lives.

    • @edgardcz
      @edgardcz 4 หลายเดือนก่อน +210

      I think he may be refiring to some obvious mistakes like:
      - How you port applications written in x86 and arm to risc-v
      - Security (how the cache memory is managed)
      - Having support for compilers of different programming languages
      - Having a 64 bit integer to represent time
      - Having take care of thermals when the chips is at its top performance
      - Get a deal with hardware and software companies (specially OS) to use your chips
      - Also how do you deprecate instructions you no longer use (like intel with x86)

    • @tommymurphy459
      @tommymurphy459 4 หลายเดือนก่อน +44

      Try making sense of the plethora, and rapidly increasing number, of RISC-V extensions and development tool support for same, for example... 🤯😖

    • @autohmae
      @autohmae 4 หลายเดือนก่อน +25

      check out the other video: Linux Torvalds: Speaks on Linux Hardware SECURITY Issues

    • @YSKWatch
      @YSKWatch 4 หลายเดือนก่อน +14

      I also have the same question and reading the comments still doesn't make me understand. I really curious what were wrong and what they should be.

  • @Escu4Lo
    @Escu4Lo 3 หลายเดือนก่อน +55

    I think he refers mainly to those security aspects that, through speculative execution, generate the well-known Spectre and Meltdown attacks. To put it simply, the idea is that these techniques allow bypassing memory protection between users processes and, for example, accessing to a variable containing an unencrypted password. All processors that use 'cache prefetching' are exposed to these vulnerabilities (ARM, Intel, AMD, etc.), but it is also true that without this technology it is not possible to achieve the high performance of current CPUs. It's impossible to avoid these attacks completely, due to very high impact on performance. Olso there are multiple efforts on Chrome and V8 (JavaScript engine) development to mitigate this threat, all with performance costs (pay attention to those processes that constantly consume 100% of your CPU).
    The scenario of high-performance CPUs is really complex. It is not a design flaw but rather time windows generated by the techniques used to achieve these speeds. It is possible to mitigate this attacks, but ever with performace losses. Perfection only exists in our imagination!
    PD: I beleve that nobody should doubt LT's authority when it comes to giving his opinion on these issues. Beyond his public notoriety, has been programming at a low level for several decades, and dealing with hardware to achieve the best performance with the kernel. He has already said that he often writes code in C and then observes how it is translated into Assembler, and rewrites it if necessary so that the result is the most efficient, even replace by code writen in Assembly (I doubt that those who criticize have ever tried something like that...)

    • @a6am3mn0n
      @a6am3mn0n 3 หลายเดือนก่อน +6

      Linustans are no different than muskstans

    • @NoidoDev
      @NoidoDev 3 หลายเดือนก่อน +5

      @@a6am3mn0n
      Smart and beautiful people who respect skills. Yeah.

    • @boptillyouflop
      @boptillyouflop 3 หลายเดือนก่อน +3

      Any kind of fast CPU needs shared structures with limited size like Caches, Branch prediction memories, Trace caches, Pipeline slots, Top Level Buffers etc. It will always be possible to exploit timing differences from those to create timing attacks. Building a system with constant access time would give you speeds in the Megahertz range (DRAM is too high latency and SRAM is too small). Spectre and Meltdown attacks aren't the variable, they're the constant.

    • @Escu4Lo
      @Escu4Lo 3 หลายเดือนก่อน +2

      ​@@boptillyouflop I understand. In other words, you are saying that there would be no hardware solution for these cases. While I am not an expert in high performance processor design, as I have some experience with FPGAs, I would believe that if there is a software solution/mitigation, something could be done in hardware, at least to help and alleviate these algorithms and gain some performance. What do you think?

    • @boptillyouflop
      @boptillyouflop 3 หลายเดือนก่อน +4

      @@Escu4Lo As of yet, the response seems to have been an acknowledgement that timing attacks are always going to happen, so they have made particularly sensitive processes such as encryption be constant-time using timers, and have moved sensitive OS data to a different page table...
      There's an infinity of hardware mitigations that can reduce the problem, but there's also an infinity of side channels, such as the data-aware prefetcher in a recent Apple chip.
      There's always a Belgium to let the German army around your Ligne Maginot, so to speak.

  • @JureRepinc
    @JureRepinc 4 หลายเดือนก่อน +81

    I think t would be awesome if Linus Torvalds joined some steering/advisory group of RISC-V and help them avoid as many mistakes as possible. But still better having open and royalty-free ISA then closed one, even if they would have the same mistakes.

    • @a6am3mn0n
      @a6am3mn0n 3 หลายเดือนก่อน +1

      except if he did, he'd have to take responsibility instead of blaming everyone else, he's a one trick pony.

    • @D9ID9I
      @D9ID9I 3 หลายเดือนก่อน +2

      It is too late because risc-v is released already. You can't go back

    • @Freshbott2
      @Freshbott2 2 หลายเดือนก่อน +5

      @@D9ID9Igo back to what? It’s completely customisable you can do what ever you want with it.

    • @Ivan-qo7eg
      @Ivan-qo7eg 2 ชั่วโมงที่ผ่านมา

      Linus is a kernel developer. Nothing more, nothing less. There are a lot of veterans with much more experience than him on this topic; he could (and does actually) help on the driver/kernel support for risc-v, but not so much in harware development. Most risc-v chips out there can run linux because of this

  • @parrotraiser6541
    @parrotraiser6541 4 หลายเดือนก่อน +214

    The problem is that new people aren't taught the history of the fields (hard and soft). They come in with the confident arrogance of youth and faith in their ideas, oblivious to the past failures, which they faithfully reproduce.

    • @blvckbytes7329
      @blvckbytes7329 4 หลายเดือนก่อน +34

      This! In so many scientific fields... We're failing miserably on educating young minds.

    • @wernerviehhauser94
      @wernerviehhauser94 4 หลายเดือนก่อน +91

      ​@@blvckbytes7329 well, when the old farts do not publish their failures, how could we? I can vividly remember all those time my wife came back from a conference where she learned on a side note in a poster session that the method they were trying to develop had already been tested and failed years ago with ZERO publications on that. That makes teaching how things DON'T work much harder (and sometimes, they didn't work in the past, but ended up working later on when the _actual_ problem was identified)

    • @ArthurBugorski
      @ArthurBugorski 4 หลายเดือนก่อน +24

      David Petersen was involved in it and he has been around since 1990 and literally co-wrote the book on procesor design with Hennessey and won a Turing Award. If you read the original papers they have rationale why they didn’t chose and existing architecture. So how much more experience and pedigree would you like?

    • @simontillson482
      @simontillson482 4 หลายเดือนก่อน +24

      I disagree mostly with this. Most of the issues that come up aren’t really classifiable as ‘mistakes’ - they’re just shortcomings that were very hard to imagine or predict ahead of time. Fundamental mistakes are very well avoided since their effects are mostly rather obvious, and they are mostly well listed as shortcomings of previous iterations. It’s the insidious ones that only rear their head once someone manages to find a way to make it go wrong that bite us. I think those are what Linus is referring to… the hardware choices that end up making it impossible to implement reasonable code safety without compromising performance or flexibility of systems.
      Any new ISA is bound to present new opportunities for people to break it in this way.

    • @Gurundiaocinac
      @Gurundiaocinac 4 หลายเดือนก่อน +3

      It's the bussines. They dont care about advancement, only money. Evolution disolve status quo.

  • @misium
    @misium 4 หลายเดือนก่อน +147

    I love the part when he lists the mistakes.

    • @Benson_Bear
      @Benson_Bear 3 หลายเดือนก่อน +3

      Yeah, short and sweet. Very short.

    • @jhoughjr1
      @jhoughjr1 3 หลายเดือนก่อน

      I love how he doesnt lnow its risc vee not risc five

    • @Benson_Bear
      @Benson_Bear 3 หลายเดือนก่อน +13

      @@jhoughjr1
      "I love how he doesnt lnow its risc vee not risc five"
      uh, it IS risc five NOT risc vee, lol.

    • @AbeDillon
      @AbeDillon 3 วันที่ผ่านมา

      I especially love how he volunteers to contribute his knowledge of these potential mistakes to this open source project.

  • @segsfault
    @segsfault 4 หลายเดือนก่อน +29

    RISC-V is literally just an ISA, What Linus is probably referring hardware that will feature the RISC-V ISA, because these "mistakes" and "issues" occur at a level lower than ISA itself, i.e. at Micro Architecture Level.

    • @kllrnohj
      @kllrnohj 3 หลายเดือนก่อน +4

      No, he's probably referring to the architecture. Things like device tree, runtime device enumeration, power management, boot procedure, etc..

    • @defeqel6537
      @defeqel6537 3 หลายเดือนก่อน +4

      @@kllrnohj which are separate from the ISA

    • @kllrnohj
      @kllrnohj 3 หลายเดือนก่อน +2

      @@defeqel6537 no, it actually isn't. That's the 'A' part of ISA. Instructions are what controls those things, after all, not magic fairy dust.

    • @defeqel6537
      @defeqel6537 3 หลายเดือนก่อน

      @@kllrnohj RISC-V ISA documentation is open, you can go check how many of those things are mentioned there

    • @Steven_Edwards
      @Steven_Edwards 3 หลายเดือนก่อน +1

      ​@@kllrnohjDevice Trees and such were understandable back in the day because
      1. Hardware was static
      2. The concept works pretty much on all embedded devices
      3. ACPI is owned by Intel
      4. And PnP+ACPI was buggy as hell for about a decade.

  • @TradingFuturo
    @TradingFuturo 4 หลายเดือนก่อน +239

    he should expose the mistakes rather than saying "same mistakes"

    • @FrankHarwald
      @FrankHarwald 4 หลายเดือนก่อน +32

      I would tend to agree, unfortunately there are too many issues in too many different parts meaning you can't just easily enumerate them until you've specifically looked into them for an extended period of time.

    • @PainterVierax
      @PainterVierax 4 หลายเดือนก่อน +27

      Linus is just talking sh*t like usual.

    • @RetroPaul6502
      @RetroPaul6502 4 หลายเดือนก่อน +16

      Ditto. He wording nearly implied ARM resolved the mistakes. Need more elaboration instead of unhelpful assertions.

    • @megaTherionXX
      @megaTherionXX 4 หลายเดือนก่อน +8

      Linus has no clue about most things.. same as usual

    • @subway394
      @subway394 4 หลายเดือนก่อน +7

      Linus is just ranting and trying to be smart. All hardware and software evolve over many years and that is fairly normal. You don't make the perfect hardware or software on just first release. Linux wouldn't be what it is today without billions of dollars and hundreds of engineers spent by big tech companies.

  • @zip8444
    @zip8444 3 หลายเดือนก่อน +17

    So Linus, why not write a book about all the x86 and ARM hardware mistakes for the RISK IV hardware community!

  • @ikemkrueger
    @ikemkrueger 4 หลายเดือนก่อน +30

    Maybe the RISC-V-guys should have a talk with Linus Torvalds?

    • @ikemkrueger
      @ikemkrueger 4 หลายเดือนก่อน +1

      @StringerNews1 Vaguely. What's up with them?

  • @jeanlucbiellmann9909
    @jeanlucbiellmann9909 4 หลายเดือนก่อน +8

    J'ai vu hier une vidéo qui affirmait que la fondation Linux ne consacre plus que 2% de son CA au développement du noyau. Tout le reste, c'est des projets de multinationales membres du CA qui utilisent sûrement le noyau mais n'ont plus rien à voir avec les logiciels libres. Alors je voudrais pas casser l'ambiance, mais avant de parler des erreurs des autres architectures, je vois en ce moment des erreurs de noyaux régressives. Sur la Mint l'autre jour c'était la perte du port HDMI lors d'une montée du noyau officiel sur un portable ASUS. Sur une machine fixe montée, passée de la Ubuntu 20.04 à 22.04, c'est la mise en veille mémoire qui plante désormais sur un contrôleur SATA additionnel avec un noyau 5.15, avec une erreur sata_pmp_eh_recover.isra, là où le noyau 5.4 n'avait pas de soucis. Bref, même si le noyau est robuste, et qu'on peut heureusement revenir à d'anciennes versions, un usager normal et basique se posera quand même des questions. Pour ma part, la principale erreur des distributions, c'est de forcer la mise à jour des noyaux, quand la machine marche parfaitement bien, et de ne pas offrir un mécanisme graphique de retour à l'ancien noyau quand les choses se passent mal... Enfin, et là c'est plus un reproche global ici sur l'interview : je veux bien que M. Torvalds soit un excellent ingénieur. Mais sans les logiciels libres et la licence GPL de Richard Stallman, il n'est pas sûr que son noyau aurait eu le succès qu'il a. Or je ne vois jamais de reportages sur R.M.S., luttant aujourd'hui contre un cancer, qui certes a une autre vision, mais qui au fond reste le véritable papa des logiciels libres, et à qui on doit d'avoir aujourd'hui une vraie alternative aux OS privateurs de liberté. Une fois encore, on cache les origines de GNU/Linux, en glorifiant un ingénieur qui est tout sauf un libriste, et en oubliant que le monde du Libre, c'est aussi une philosophie, une vision du monde, la défense de la démocratie et de la souveraineté numérique.

  • @aintnochange
    @aintnochange 3 หลายเดือนก่อน +32

    I'm tired of reading people blame Linus for not providing examples. It's just what you were expecting because of the title of this video. In fact, there wasn't even a question about risc-v mistakes from the interviewer, Linus just quickly mentioned it.

  • @antonio_carvalho
    @antonio_carvalho 3 หลายเดือนก่อน +7

    I agree with every mistake he mentioned.

  • @hashomi0596
    @hashomi0596 4 หลายเดือนก่อน +11

    RISC-V is an ISA. The microarch (where the sec bugs happen) is free to be anything.

  • @antadefector
    @antadefector 4 หลายเดือนก่อน +13

    Not sure, but, it is not open source architecture, only ISA specification is open source, implementation is on per implementer. Makes a big difference.

    • @rabiatorthegreat6163
      @rabiatorthegreat6163 4 หลายเดือนก่อน +6

      Correct, and I think the main advantage will be in compatibility between different RISC-V implementations. Ultimately the benefits will be in the software ecosystem, not in whose CPU is a tad faster.

  • @palapapa0201
    @palapapa0201 4 หลายเดือนก่อน +34

    I don't remember Linus being this old

    • @snooks5607
      @snooks5607 4 หลายเดือนก่อน +29

      yet you've both gotten older the same amount

    • @mreese8764
      @mreese8764 4 หลายเดือนก่อน +2

      It's the recent update.

    • @LTPottenger
      @LTPottenger 3 หลายเดือนก่อน +2

      I don't remember being this old he probably doesn't either.

  • @Eunakria
    @Eunakria 3 หลายเดือนก่อน +2

    RISC-V mainly excites me because of its use in pedagogy. people who are new to the hardware design community will likely understand it better because they can practice on an open, highly developed architecture like RISC-V.
    that said, I don't actually believe RISC-V is a better designed architecture than its predecessors, nor is it *supposed* to be. it's just supposed to be *an* architecture, that does all the same things as its predecessors because they work, but is open-source. in many ways, RISC-V's rising stardom can be attributed to geopolitical reasons; there's a huge push in China to pivot away from the American-owned x86_64 and British-owned ARM, to the Chinese-owned LoongArch, region-agnostic RISC-V, etc.. that said, I think that RISC-V will still be a net benefit worldwide, rather than just for China; and I think that unless you're an investor or some kind of nationalist, you really should be cheering for RISC-V too.

  • @Gooberpatrol66
    @Gooberpatrol66 4 หลายเดือนก่อน +46

    No specifics, just vibes and aphorisms

  • @VCOM1
    @VCOM1 3 หลายเดือนก่อน +1

    Thank God for Linus ...I could'nt agree more ... My future is risc-V and risc-V only (or any new variants) I run KALI debian exclusivly .open source and only open source.

  • @cherubin7th
    @cherubin7th 4 หลายเดือนก่อน +79

    So like Linus repeated all Unix mistakes again with Linux

    • @aniksamiurrahman6365
      @aniksamiurrahman6365 4 หลายเดือนก่อน +4

      Regular stuff. The thing is - how first a platform learns from the mistake.

    • @vilian9185
      @vilian9185 4 หลายเดือนก่อน +7

      where's unix?, a yes, dead

    • @subway394
      @subway394 4 หลายเดือนก่อน +2

      Yes, they did. Big companies have poured billions in bringing UNIX goodies to Linux.

    • @vilian9185
      @vilian9185 4 หลายเดือนก่อน +1

      @@subway394 lmao what

    • @NoidoDev
      @NoidoDev 3 หลายเดือนก่อน +5

      Unix is some Kernel with a certain userland, aside from the trademark. He's doing the Kernel, GNU and others the userland.

  • @kneecaps2000
    @kneecaps2000 4 หลายเดือนก่อน +24

    One word. Transmeta. 😂

  • @deldia
    @deldia 4 หลายเดือนก่อน +10

    No examples?

  • @inodedentry8887
    @inodedentry8887 2 หลายเดือนก่อน

    IMO the biggest mistake many CPU architectures make is that they focus too much on the CPU and too little on how to build a whole platform/system around it.
    A big part of the reason why x86 is so successful is that the PC is, for the most part, a standard platform, with standardized buses that can be probed to discover what hardware exists on the system, standardized firmware, etc. Yes you might need specific drivers for various things, but there is a standard way for the OS to discover what hardware exists on the system, what drivers to load, etc. It all just works automagically. You install Windows or Linux (or other OS) on a x86 PC and, as long as you have the drivers you need, it all just works. It autodetects what hardware you have and how to configure the drivers.
    Not so with Arm and RISC-V. Everyone makes their own bespoke devices and their own hacky forks of the Linux kernel to support them. If you are lucky, support for a specific board/device makes it upstream into the mainline kernel, but the process is often very difficult, because every one of them requires different hacks, workarounds, etc. You need a Device Tree file for each specific product, to tell the kernel what the hardware is and what drivers it needs, because it cannot autodetect that. It's horrible.
    Yeah, ACPI and EFI are awful ... but honestly needing bespoke device tree files for every product because Arm/riscv don't have any standards for how to build a whole computer around them, is much worse.
    This recently started improving largely thanks to 1) Microsoft's Windows on Arm efforts, 2) Arm servers. But I kinda hate the fact that the "solution" they came up with is to just adopt UEFI and port over a lot of the x86 legacy. I'd have liked to see a better (simpler, less bloated, more streamlined, less buggy) firmware standard. I guess they just wanted to make it easier to port existing OSs (Windows) to Arm.
    We need something like the "IBM PC-compatible" (everything in the x86 world is, to this day, an evolution/derivative of the same computer platform that started in the 1980s), but for Arm and RISC-V. Some kind of standard for how all the basic foundations of a full computer system should work. So that different manufacturers can just make computers, and people can just install a standard OS on them and it all just works out of the box. Manufacturers can still have the freedom to differentiate their products and make different chips and boards with different user-facing features, but they should be built on standard low-level foundational tech (buses, firmware, etc) to ensure software compatibility.

  • @OlliS71
    @OlliS71 2 หลายเดือนก่อน

    The main problem is that RISC-V is a real RISC-architecture in the sense of the early RISC-CPUs. It has a minimized instruction set and misses a lot of instructions which are naturally for nearly any current contender. F.e. a conditional move is just a extension-proposal. And there's no DWCAS-operation which is necessary for fast userspace memory-management.

  • @anthonylipke7754
    @anthonylipke7754 หลายเดือนก่อน

    Hopefully developing in the open documents why some fixes are made so it's easier to go back and understand the implications and limitations in the future instead of leaving things because we don't know why and when there's a fundamental rework we can not repeat the mistakes for that architecture.

  • @josemedeiros007
    @josemedeiros007 4 หลายเดือนก่อน +1

    Cool video and interview of Linus Torvalds!

  • @rainewatchesyt
    @rainewatchesyt 3 หลายเดือนก่อน +19

    This is an incredibly unhelpful clip. No explanation of what these "mistakes" are. Thanks for the clickbait...

  • @youfoundisaac
    @youfoundisaac 3 หลายเดือนก่อน +1

    2:28 that statement in that accent....

  • @jdcasanasr
    @jdcasanasr 3 หลายเดือนก่อน +3

    The title is utterly misleading.

  • @HaraldFrentzen
    @HaraldFrentzen 2 หลายเดือนก่อน

    of course, we all agree with every mistakes linus mentioned, aren't we?

  • @johnsmith1953x
    @johnsmith1953x 2 หลายเดือนก่อน

    *RISC-V may repeat the same mistakes, BUT*
    its attracting investor BIG BUCKS.
    And that's what really counts.

  • @thanatosor
    @thanatosor 4 หลายเดือนก่อน +3

    Selling point of RiscV, is free 😂

  • @fluiditynz
    @fluiditynz หลายเดือนก่อน

    When management gets involved it will be chaos.

  • @Diamond_Hanz
    @Diamond_Hanz 28 วันที่ผ่านมา +1

    Ccp china loves Risc V. China will mess it all up 😂. Warning!

  • @MisererePart
    @MisererePart 4 หลายเดือนก่อน

    The advantage of Riscv mistakes is that they will be publicly known, so they can ne taught for future generations.

  • @HolarMusic
    @HolarMusic 4 หลายเดือนก่อน +57

    He's just speculating that they *will* make the same mistakes and bases it on nothing
    This is just blatant clickbait

    • @Nightwulf1269
      @Nightwulf1269 4 หลายเดือนก่อน +13

      My home server is running on RISC-V hardware and yes, there are gaps but mostly with embedded chipsets having no drivers like e.g. iGPUs and "closed source" drivers not beeing rebased to current kernels. But the platform itself is rock solid. I can not complain.

    • @autohmae
      @autohmae 4 หลายเดือนก่อน +8

      It's normal to make mistakes, but RISC-V will hopefully make less mistakes.

    • @estranhokonsta
      @estranhokonsta 4 หลายเดือนก่อน +16

      He is just giving his opinion based on his experience of decades. Maybe his opinion is more credible than a fan boy with zero experience who only base his opinions on ear say and trends.

    • @HolarMusic
      @HolarMusic 4 หลายเดือนก่อน +3

      @@estranhokonsta decades of experience of what exactly? how is his experience related to ISA design? his guess is entirely uneducated and completely unexplained.
      also funny when you say stuff about fanboys when that's what you are literally being in your comment

    • @estranhokonsta
      @estranhokonsta 4 หลายเดือนก่อน

      @@HolarMusic Lol. Me a fan of him? I do not even use linux or wish to use it. The rare occasions i used it were because i needed to and certainly not because i wanted to.
      But besides that, it doesn't mean that i am blind to who is the expert here in this question.
      Him or you?
      Who do you think i bet my money on?

  • @Pythagoras1plus
    @Pythagoras1plus 3 หลายเดือนก่อน

    still don't get an up-to-date and *working* webbrowser on the pi4 🧐

  • @singaporehikers
    @singaporehikers 2 หลายเดือนก่อน

    Remember the Transmeta Crusoe processor?

  • @alecsei393ify
    @alecsei393ify 4 หลายเดือนก่อน +1

    Is the complete interview available?

  • @therealmccoy7221
    @therealmccoy7221 4 หลายเดือนก่อน +2

    Bring back PowerPC

  • @Prescott2400-my6di
    @Prescott2400-my6di 3 หลายเดือนก่อน

    It was one mistake, okay! One single mistake! You say like I will blow up all the world 😭

  • @aw6589
    @aw6589 4 หลายเดือนก่อน +10

    RISC-V has China government funding or infinite funding

    • @aeebeecee3737
      @aeebeecee3737 4 หลายเดือนก่อน

      Future is unpredictable from some reason

    • @JayDee-b5u
      @JayDee-b5u 4 หลายเดือนก่อน +2

      So what?

  • @cheebadigga4092
    @cheebadigga4092 หลายเดือนก่อน

    I respect Linus. But instead of talking that kinda stuff, why he's not out here helping RISC-V to not repeat those "mistakes" he didn't even explain? Makes him look like the Linux version of Steve Ballmer to an extent tbh.

  • @gdevelek
    @gdevelek 3 หลายเดือนก่อน +2

    This discussion is too vague. What mistakes? With what consequences? You are a techie, so speak like a techie, not like a philosopher.

  • @HUEHUEUHEPony
    @HUEHUEUHEPony 4 หลายเดือนก่อน +2

    They will be fixed with riscVI

    • @aintnochange
      @aintnochange 3 หลายเดือนก่อน +2

      RiscVIM

  • @TheEvertw
    @TheEvertw 4 หลายเดือนก่อน +2

    For those wanting Torvalds to simply give a list of the mistakes, you have to realize that in order to be able to list those mistakes, one has to spend CONSIDERABLE time diving deep into the RiscV architecture, while having a LOT of experience optimizing systems for other architectures and seeing them improve over the years. Torvalds is probably not the right person for that, and his answer shows me that he knows that. He is just warning the RiscV team that, watch out, the path you are treading is not new, others have been there before, and you should learn from them.
    Probably the best people to talk with are compiler builders, people who implement e.g. the Java virtual machine on specific platforms, people who design and study performance benchmarks, and those who optimize system performance for various computing platforms.

    • @AbeDillon
      @AbeDillon 3 วันที่ผ่านมา

      He just needed to give one example. Nobody is asking for a complete list. Though, since the ISA is open source and Linus seems to believe he has insight, there's not much stopping him from sharing his insight.
      It's kinda foolish to believe that one can't learn from the past mistakes of others. Whatever those might be...

  • @007.M-D
    @007.M-D 2 หลายเดือนก่อน

    0:42 new people involved, in every domains even political, sociological.

  • @NoName-xp6ww
    @NoName-xp6ww 4 หลายเดือนก่อน +7

    Relevant here is that the manufacturing processes have improved. Its not like risc v will have to wait 20 years before 7nm process

    • @marcelo55869
      @marcelo55869 4 หลายเดือนก่อน +7

      Isa design and processor manufacturing are rellatively independent. This even was a motivator for amd to separate it's foundries as another company years ago
      The techniques and tecnologies for wafer production that actually translate a chip design into reality are mostly trade secret kept at closed doors.

  • @jorge.r.garciadealba
    @jorge.r.garciadealba 4 หลายเดือนก่อน +4

    How do we avoid repeating mistakes made in past?

    • @vilian9185
      @vilian9185 4 หลายเดือนก่อน +4

      usually learning and talking with the people that already saw these mistakes, like linus in this case

    • @markiel55
      @markiel55 4 หลายเดือนก่อน

      Generally, I think we need to create a standard how-to which will be the "go-to" when making some things

  • @ruslanbukin9281
    @ruslanbukin9281 4 หลายเดือนก่อน

    computers are bad idea, any attempts to make new computers is repeating the same mistake

  • @peterbreis5407
    @peterbreis5407 3 หลายเดือนก่อน

    Specifics?

  • @hongruicui2806
    @hongruicui2806 4 หลายเดือนก่อน

    man, he really aged.

  • @Dee-Ell
    @Dee-Ell 2 หลายเดือนก่อน +1

    What a lame video given that people who clicked want to know what those mistakes are.
    "Mastery Learning" More like "mystery learning".

  • @a6am3mn0n
    @a6am3mn0n 3 หลายเดือนก่อน +1

    I love how linus blames everyone else for everything.

  • @9a3eedi
    @9a3eedi 3 หลายเดือนก่อน +1

    ARM still has made big mistakes. They're still dependent on devicetrees cause there's no way for OS's to detect everything. Every OS needs to be customized for each ARM hardware platform and it's ridiculous. I hope RISCV doesnt have this problem, but I doubt it.

    • @romanval69
      @romanval69 2 หลายเดือนก่อน

      I can't see that a problem since most devices powered by ARM are SoC's anyways. ARM is just the ISA part-- everything else is going to be different anyways.

    • @9a3eedi
      @9a3eedi 2 หลายเดือนก่อน +1

      @@romanval69 but they're pushing to make laptops and pcs now. Except those are still stuck on device trees

  • @PeaceIndustrialComplex
    @PeaceIndustrialComplex 4 หลายเดือนก่อน

    Torvolds complaining about this but not pushing for professionals in these spaces to share and exchange knowledge to bridge these gaps. It's a hard gap to bridge but if there were spaces where these ideas and documents can be aggregated to establish mutual understanding

  • @Rpch26
    @Rpch26 3 หลายเดือนก่อน

    Is allways the same. Change the persons, the times but at the end the human fall in the same "litle things" of is human esence. Power, money, dominance, then the technology is the victim again and again ......

  • @scottfranco1962
    @scottfranco1962 4 หลายเดือนก่อน +3

    Spoken by a guy who doesn't know how to design a driver interface.

  • @juancarlospizarromendez3954
    @juancarlospizarromendez3954 4 หลายเดือนก่อน +8

    In my honorable opinion, recent architectures as x86, arm and risc-v are the same bloatware on silicon. I don't need read books of many thousands of pages of these chips (that deviate the attention). I need simple architectures, safe architectures, minimalist requirements, books of fewer hundreds of pages, etc.

    • @tommymurphy459
      @tommymurphy459 4 หลายเดือนก่อน +10

      The base RISC-V integer ISA spec may be a few hundred pages but by the time you add in the specs for the many extensions required in many use cases you're going to be heading towards a lot more than that...

    • @Jack41EL
      @Jack41EL 4 หลายเดือนก่อน +10

      That sounds great until you have enough silicon for vector units, and you need add a new SIMD ISA to take advantage of it. Most of the crufty old instructions just take up a minuscule amount of space in microcode ROM, and they don't "bloat" the CPU.

    • @alivepenmods
      @alivepenmods 4 หลายเดือนก่อน +3

      Otherwise you are saying EE is too complicated.
      I'm glad we have such thorough documentation

    • @YSKWatch
      @YSKWatch 4 หลายเดือนก่อน +6

      😂 I think you mean humble, not honorable, or do you really mean honorable?

    • @YSKWatch
      @YSKWatch 4 หลายเดือนก่อน +1

      on serious side: is there any simple, secure, and minumalist ISA? if not,vwhy no one make it?

  • @JS-wl3gi
    @JS-wl3gi 4 หลายเดือนก่อน +1

    The whole point is to make money not a very efficient chip, just in 1 month someone will says its obsolete off of a breath of air. x-86 lives on the desktop and server. Arm for phone and tablets.

    • @michawhite7613
      @michawhite7613 4 หลายเดือนก่อน +3

      More efficient chips do often make more money though