Showing posts with label Torvalds. Show all posts
Showing posts with label Torvalds. Show all posts

Wednesday, September 11, 2013

Fuck you ARM: Torvalds ci va giù duro contro i progettisti del SoC ARM


Linus Torvalds ritorna a far parlare di se con le sue solite parole al vetriolo.
Questa volta la vittima di turno è rappresentata dai progettisti dei SoC ARM. In un recente post sulla mailing list del Kernel Linux si è scagliato contro di loro ed il modo in cui il tutto debba esser fatto funzionare nel Kernel 3.12
Torvalds ha risposto in questo modo ad una richiesta di modifica:
Ok. I still really despise the absolute incredible sh*t that is non-discoverable buses, and I hope that ARM SoC hardware designers all die in some incredibly painful accident. DT only does so much.
So if you see any, send them my love, and possibly puncture the brake-lines on their car and put a little surprise in their coffee, ok?
Torvalds non ci va tanto per il sottile ed augura una morte incredibilmente dolorosa ai progettisti del SoC ARM. Rincara poi la dose suggerendo a chi ascolta: "Se ne vedete uno, portategli il mio amore, e tagliategli il cavo dei freni della loro auto oppure mettete qualche "sorpresa" dentro i loro caffè" .

Via The RegisterAny source

Thursday, June 27, 2013

Linus Torvalds nominato una delle 50 persone più importanti dell'Enterprise Tech


E dopo la notizia del riconoscimento conferito a Richard Stallman ecco giungere un altra news di gossip informatico che riguarda l'altro padre di GNU / Linux ovvero Linus Torvalds.
Business Insider ha inserito Linus Torvalds nella lista delle 50 persone più importanti del mondo dell'Enterprise Tech.
Ecco la motivazione:
Linus Torvalds, creator of Linux, fellow at the Linux Foundation.
Torvalds is renowned as one of the most brilliant software developers in the software world today. The operating system he created — and the open source method he helped pioneer — changed software forever. Torvalds remains at the center of it all and he's become a rock-star-like figure in the open source world.
ovvero Torvalds è stato inserito nella lista perché grazie alle sue straordinarie doti di programmatore è riuscito a cambiare il mondo del software. 

Che dire, è un momento di gloria per Torvalds che nel 2012 era stato anche premiato con il Millenium Technology Prize 2012.

Any source

Wednesday, February 27, 2013

Linus Torvalds: non cambierà Linux per fare un de*** t*** a Microsoft

Linus Torvalds si sa, è un tipino senza peli sulla lingua e ama sottolineare le cose con linguaggio colorito (amo questo lato del suo carattere). La gente lo fa arrabbiare continuamente e lui giustamente risponde a tono.
L'ultima arrabbiatura arriva a causa di Red Hat rea di aver proposto di includere nel Kernel Linux alcune patch volte ad agevolare nativamente il dual boot di Linux su macchine certificate Windows 8 che fanno uso di un firmware UEFI con la funzionalità Secure Boot abilitata. Come ben sapete ci sono alcune difficoltà tecniche che però sono state risolte tramite alcuni accorgimenti da parte delle varie distro come ad esempio Canonical che ha recentemente rilasciato la versione 12.04.2 di Ubuntu contenente il supporto all'UEFI.
Lo scorso giovedì David Howells, uno sviluppatore di Red Hat, ha chiesto a Linus Torvalds, tramite la mailing list del Kernel Linux di aggiungere alcuni binari PE al Kernel Linux per offrire supporto nativo all'UEFI. Ecco il messaggio

Hi Linus,
Can you pull this patchset please?
It provides a facility by which keys can be added dynamically to a kernel that
is running in secure-boot mode. To permit a key to be loaded under such a
condition, we require that the new key be signed by a key that we already have
(and trust) - where keys that we "already have" could include those embedded in
the kernel, those in the UEFI database and those in cryptographic hardware.
Now, "keyctl add" will already handle X.509 certificates that are so signed,
but Microsoft's signing service will only sign runnable EFI PE binaries.
We could require that the user reboot into the BIOS, add the key, and then
switch back, but under some circumstances we want to be able to do this whilst
the kernel is running.
The way we have come up with to get around this is to embed an X.509
certificate containing the key in a section called ".keylist" in an EFI PE
binary and then get the binary signed by Microsoft. The key can then be passed
to the kernel by passing the signed binary: (segue la patch)
In pratica ha chiesto di inserire un binario PE segnato della Microsoft con una chiave dinamica da aggiungere al kernel in modalità secure-boot (chiedo help ai tecnici per migliorare il post :P, non è che ci capisco tanto di questi tecnicismi).

La risposta di Torvalds

Ovviamente Linus Torvalds non ha preso tanto bene questa richiesta e ha risposto:
Guys, this is not a dick-sucking contest.If you want to parse PE binaries, go right ahead.
If Red Hat wants to deep-throat Microsoft, that's *your* issue. That
has nothing what-so-ever to do with the kernel I maintain. It's
trivial for you guys to have a signing machine that parses the PE
binary, verifies the signatures, and signs the resulting keys with
your own key. You already wrote the code, for chissake, it's in that
f*cking pull request.
Why should *I* care? Why should the kernel care about some idiotic "we
only sign PE binaries" stupidity? We support X.509, which is the
standard for signing.
Do this in user land on a trusted machine. There is zero excuse for
doing it in the kernel.
               Linus 
Non traduco la risposta perché è di facile comprensione (non fate i santarellini, quelle parole le capite anche se non sapete tanto bene l'inglese :P).
In pratica Torvalds non intende in nessun modo modificare il Kernel per "prostrarsi" a Microsoft.
Trovate l'intera discussione all'indirizzo https://lkml.org/lkml/2013/2/21/196

Any source