From: Ville Syrj?l?
There is no way to use modes added to the user_modes list. We never
look at the contents of said list in the kernel, and the only operations
userspace can do are attach and detach. So the only "benefit" of this
interface is wasting kernel memory.
Fortunately it seems no real
On Thu, Apr 25, 2013 at 7:09 PM, wrote:
> From: Ville Syrj?l?
>
> There is no way to use modes added to the user_modes list. We never
> look at the contents of said list in the kernel, and the only operations
> userspace can do are attach and detach. So the only "benefit" of this
> interface is
On Thu, Apr 25, 2013 at 7:09 PM, wrote:
> From: Ville Syrjälä
>
> There is no way to use modes added to the user_modes list. We never
> look at the contents of said list in the kernel, and the only operations
> userspace can do are attach and detach. So the only "benefit" of this
> interface is
From: Ville Syrjälä
There is no way to use modes added to the user_modes list. We never
look at the contents of said list in the kernel, and the only operations
userspace can do are attach and detach. So the only "benefit" of this
interface is wasting kernel memory.
Fortunately it seems no real