[PATCH 0/3] make printk work again

From: Peter Zijlstra
Date: Tue Oct 18 2016 - 13:17:05 EST


This basically fixes printk by evading everything it does.

There's too many problems with printk, from sleeping locks to broken console
drivers. Stop using it.

The early_console drivers are the most robust and simple, use those.