Lucas Sifoni

35c3 Leipzig notes - Safe and secure PCI device drivers in high-level languages

0

I had the pleasure to go to the 35th edition of the Chaos Communication Congress. Here are some notes of some talks.

Safe and secure PCI device drivers in high-level languages

“C is inherently insecure”. Writing low-level drivers with performance in mind in high level languages.

Network drivers as a case study. Why would you write a driver in C ? -> Why wouldn’t you ?

Can everyone read C ? Can you read this macro ? Inheritance macro, container_of(ptr, type, member) -> 15000 uses in the Kernel.

Cutler et al, the benefits and costs of writing a POSIX kernel in a high level language.

Userspace drivers allow to be written in any language. Is a JIT compiler or a garbage collector okay in a driver ?

Paul Emmerich - Writing network drivers in rust/go/java/c#/haskell/scala/ocaml/javascript/python/bash.

Talking to modern PCIe devices

Hardware : Intel ixgbe family (10gpbs pcie card)


Previous post : 35c3 Leipzig notes - Deep underground stars
Next post : 35c3 Leipzig notes - Robert Tibbo : An update on Snowden Refugees