Re: [PATCH] um: Rewrite host RNG driver.

2019-08-29 Thread Dark
On Thu, 29 Aug 2019 15:26:24 +0200, Richard Weinberger wrote: > So, you removed -EAGAIN handling, made everything synchronous, > and changed the interface.t > I'm not sure if this really a much better option. I should have been more clear here that I'm using the interfaces provided by `drivers

Re: [PATCH] um: Rewrite host RNG driver.

2019-08-29 Thread Dark
-EAGAIN handling. Most of the old code was pulled from the framework anyway so it's very unlikely that anything else would be dropped here. On Thu, 29 Aug 2019 17:30:59 +0200 (CEST), Richard Weinberger wrote: > - Ursprüngliche Mail - > > Von: "Dark" >

Re: [PATCH v1] can: mcp251xfd: Add some sysfs debug interfaces for registers r/w

2021-01-23 Thread knigh dark
Vincent MAILHOL 于2021年1月22日周五 下午4:51写道: > > Hi, > > In addition to Marc’s comment, I also have security concerns. > > On Fri. 22 Jan 2021 at 15:22, Su Yanjun wrote: > > When i debug mcp2518fd, some method to track registers is > > needed. This easy debug interface will be ok. > > > > For example,

Directory virtualization / Cloud filesystem

2017-12-13 Thread Dark Dragon
Is anyone working on a filesystem driver or filesystem overlay with the following characteristics: - *Kernel space* for performance reasons (no FUSE) - *All data* is stored on some server - *All metadata* is locally available - *Some file data* is locally available - *Other file data* is automatica