Re: [RFC 1/2] Add hidden option FEATURE_HAVE_SEAMLESS_COMPRESSION

2017-03-15 Thread Kang-Che Sung
On Tue, Mar 14, 2017 at 1:42 AM, Denys Vlasenko wrote: > Sorry about the delay. > > This change make future entries in config affect the past. > In menuconfig, this makes items in module submenu affect > items in archival submenu. This does not feel right. My intention

Re: Automatic deletion of loopback device upon umount?

2017-03-15 Thread Denys Vlasenko
On Wed, Mar 15, 2017 at 3:16 AM, Denys Vlasenko wrote: > On Tue, Mar 7, 2017 at 6:12 PM, Mirko Vogt wrote: >>> "foo" is a cramfs filesystem file which might help illustrate the issue >>> >>> 1) loopback mount "foo" to mount /bar >>> 2) umount /bar >>>

Re: Problem with cat

2017-03-15 Thread Grant Edwards
On 2017-03-15, Sam Liddicott wrote: > On 14 March 2017 at 14:44, Grant Edwards wrote: > >> On 2017-03-14, Lauri Kasanen wrote: >> > On Mon, 13 Mar 2017 19:24:17 + (UTC) >> > Grant Edwards wrote: >> > >>

Re: [PATCH] modutils: support finit_module syscall

2017-03-15 Thread Thomas Petazzoni
Hello, On Tue, 13 Sep 2016 17:06:00 -0400, Mike Frysinger wrote: > + /* > + * First we try finit_module if available. Some kernels are configured > + * to only allow loading of modules off of secure storage (like a read- > + * only rootfs) which needs the finit_module call.

Re: [PATCH] add paste implementation

2017-03-15 Thread walter harms
Am 15.03.2017 10:29, schrieb Bernhard Reutner-Fischer: > On 10 March 2017 19:07:12 CET, Maxime Coste wrote: >> Hello, >> >> here is my stab at an implementation of patch, I hope this is the >> proper >> patch format and the code is in a good enough shape. > > I'm just

Re: [PATCH] add paste implementation

2017-03-15 Thread Maxime Coste
On Wed, Mar 15, 2017 at 10:29:10AM +0100, Bernhard Reutner-Fischer wrote: > On 10 March 2017 19:07:12 CET, Maxime Coste wrote: > >Hello, > > > >here is my stab at an implementation of patch, I hope this is the > >proper > >patch format and the code is in a good enough shape. >

Re: [PATCH] add paste implementation

2017-03-15 Thread Bernhard Reutner-Fischer
On 10 March 2017 19:07:12 CET, Maxime Coste wrote: >Hello, > >here is my stab at an implementation of patch, I hope this is the >proper >patch format and the code is in a good enough shape. I'm just curious if anybody (or anything for that matter) actually uses paste?

Re: Problem with cat

2017-03-15 Thread Sam Liddicott
On 14 March 2017 at 14:44, Grant Edwards wrote: > On 2017-03-14, Lauri Kasanen wrote: > > On Mon, 13 Mar 2017 19:24:17 + (UTC) > > Grant Edwards wrote: > > > >> That paragraph is wrong (or at least misleading). I've