Re: [RFC PATCH 08/11] lib: other kernel glue layer code

2015-04-02 Thread Hajime Tazaki
Hi Richard, At Tue, 31 Mar 2015 16:36:55 +0900, Hajime Tazaki wrote: > now I'm trying to minimize those stubs by reusing the original > codes (i.e., fs/filesystems.c for register_filesystem()). I > will let you know once I've done (maybe v2 RFC if you think > it's better ?) I've extensively

Re: [RFC PATCH 08/11] lib: other kernel glue layer code

2015-04-02 Thread Hajime Tazaki
Hi Richard, At Tue, 31 Mar 2015 16:36:55 +0900, Hajime Tazaki wrote: now I'm trying to minimize those stubs by reusing the original codes (i.e., fs/filesystems.c for register_filesystem()). I will let you know once I've done (maybe v2 RFC if you think it's better ?) I've extensively

Re: [RFC PATCH 08/11] lib: other kernel glue layer code

2015-03-31 Thread Hajime Tazaki
Hi Richard, thanks again. At Sun, 29 Mar 2015 20:17:02 +0200, Richard Weinberger wrote: > > Am 24.03.2015 um 14:10 schrieb Hajime Tazaki: > > These files are used to provide the same function calls so that other > > network stack code keeps untouched. > > > > Signed-off-by: Hajime Tazaki > >

Re: [RFC PATCH 08/11] lib: other kernel glue layer code

2015-03-31 Thread Hajime Tazaki
Hi Richard, thanks again. At Sun, 29 Mar 2015 20:17:02 +0200, Richard Weinberger wrote: Am 24.03.2015 um 14:10 schrieb Hajime Tazaki: These files are used to provide the same function calls so that other network stack code keeps untouched. Signed-off-by: Hajime Tazaki

Re: [RFC PATCH 08/11] lib: other kernel glue layer code

2015-03-29 Thread Richard Weinberger
Am 24.03.2015 um 14:10 schrieb Hajime Tazaki: > These files are used to provide the same function calls so that other > network stack code keeps untouched. > > Signed-off-by: Hajime Tazaki > Signed-off-by: Christoph Paasch > --- > arch/lib/cred.c | 16 +++ > arch/lib/dcache.c | 93

Re: [RFC PATCH 08/11] lib: other kernel glue layer code

2015-03-29 Thread Richard Weinberger
Am 24.03.2015 um 14:10 schrieb Hajime Tazaki: These files are used to provide the same function calls so that other network stack code keeps untouched. Signed-off-by: Hajime Tazaki taz...@sfc.wide.ad.jp Signed-off-by: Christoph Paasch christoph.paa...@gmail.com --- arch/lib/cred.c |

[RFC PATCH 08/11] lib: other kernel glue layer code

2015-03-24 Thread Hajime Tazaki
These files are used to provide the same function calls so that other network stack code keeps untouched. Signed-off-by: Hajime Tazaki Signed-off-by: Christoph Paasch --- arch/lib/cred.c | 16 +++ arch/lib/dcache.c | 93 +++ arch/lib/filemap.c | 27 + arch/lib/fs.c

[RFC PATCH 08/11] lib: other kernel glue layer code

2015-03-24 Thread Hajime Tazaki
These files are used to provide the same function calls so that other network stack code keeps untouched. Signed-off-by: Hajime Tazaki taz...@sfc.wide.ad.jp Signed-off-by: Christoph Paasch christoph.paa...@gmail.com --- arch/lib/cred.c | 16 +++ arch/lib/dcache.c | 93 +++