Linux Plumbers Conference 2016 Refereed Talks proposals

The submission of Refereed Track proposals to Linux Plumbers Conference is now closed.  Please consider submitting a BoF session instead.

Sort by: Title, Track ∧, Submission date

* A Beginner's Guide to the TPM

A talk about what the TPM can do, what it should be doing for you in Linux and how we can help it do that. <a href="http://www.hansenpartnership.com/Impress-Slides/Beginners-Guide-TPM-2016/">slides</a>
Refereed Presentations Track 06/25/2016
James E.J. Bottomley

* Application packaging, sorting things out

Discussion on OEMs and consumers needs for comprehensive packaging of "applications"
Refereed Presentations Track 09/07/2016
Matthew Garrett, Guy Lunardi

* Beyond Fork and Exec: Running a Million Containers at Facebook

A critical look at Linux APIs from an application developer perspective
Refereed Presentations Track 08/02/2016
Alex Gartrell

* Capability-based IPC on Linux

Introducing bus1, a capability based IPC on linux. (slides)
Refereed Presentations Track 08/26/2016
David Herrmann, Tom Gundersen

* Container Networking with BPF & XDP

Fast in-kernel container networking with security policy enforcement based on BPF programs which are generated on the fly for each container.
Refereed Presentations Track 09/08/2016
Thomas Graf

* Enabling Fast Per-CPU User-Space Algorithms with Restartable Sequences

Explanation of the Restartable Sequences (rseq) system call: algorithm, ABI, and use-cases. (slides)
Refereed Presentations Track 08/31/2016
Mathieu Desnoyers

* File signatures needed!

In this talk we will present how Linux Integrity Measurement Architecture (IMA) on Ubuntu and Fedora can prevent the execution of unsanctioned programs once we have installed the system files with signatures. (slides)
Refereed Presentations Track 09/01/2016
Mehmet Kayaalp, Stefan Berger

* How truly unprivileged containers work in lxc

Learn how Linux safely supports unprivileged users creating and starting containers. (slides)
Refereed Presentations Track 09/01/2016
Serge Hallyn

* Improving Linux Performance with GCC latest technologies

Use of the latest GCC technology to boost the performance of a Linux-based system (slides)
Refereed Presentations Track 08/22/2016
Victor Rodriguez

* Man-pages: discovery, feedback loops, and the perfect kernel commit message

How do we discover API changes, test and document them, and make sure they are publicized to everyone, including end users, as far in advance, and as widely, as possible? (slides)
Refereed Presentations Track 08/29/2016
Michael Kerrisk

* Near Field Communication (NFC) on Linux

Current status and future developments of the Linux NFC project (slides)
Refereed Presentations Track 09/08/2016
Thierry Escande

* Portable System Services

systemd's primary functionality is service management. Let's bring service management to the next level, by introducing "Portable System Services", a new concept how services may be packaged up with all their required libraries, data and other artifacts and may be shipped as single-file images. (slides)
Refereed Presentations Track 07/20/2016
Lennart Poettering

* Reducing Network Latency on Wifi... Finally!

WiFi doesn't have to suck. Really. We can make it suck less. In fact, we just did. (slides)
Refereed Presentations Track 09/01/2016
Dave Taht

* Sanitizers

a new generation of bug finding tools (slides)
Refereed Presentations Track 04/05/2016
Dmitry Vyukov

* gce-xfstests: Testing Kernels in the Cloud

Testing kernels in GCE using a test appliance containing xfstests
Refereed Presentations Track 09/08/2016
Theodore Ts'o

* git-series: Tracking the History of History

This talk will present git-series, a new git tool for tracking patch series through rebases and other non-fast-forwarding operations. (slides)
Refereed Presentations Track 08/30/2016
Josh Triplett

* linux and glibc: The 4.5TiB malloc API trace

Ever wanted simulate a workload without needing the original application? Look no further. (slides)
Refereed Presentations Track 09/01/2016
Carlos O'Donell

* rtl8xxxu - true love for cheap USB WiFi dongles

Improving support for cheap Realtek WiFi dongles (and shrinking drivers/staging in the process) (slides)
Refereed Presentations Track 09/07/2016
Jes Sorensen