Re: [PATCH 1/3] printk: Introduce per-console loglevel setting
From: Sergey Senozhatsky <hidden>
Date: 2018-10-22 02:37:38
Also in:
linux-api, lkml
From: Sergey Senozhatsky <hidden>
Date: 2018-10-22 02:37:38
Also in:
linux-api, lkml
On (10/19/18 22:03), Calvin Owens wrote:
Hi Sergey, It's in-progress, I'm sorry it hasn't happened sooner.
Great!
By embedding the kobject in the console struct, we end up needing to refactor the console drivers to use the kobject refcount instead of simply calling kfree(), which is what I'm working on. It ends up being tedious but not particularly complicated, my goal is to have this up soon :)
OK :) -ss