Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-06-10 Thread Greg Kroah-Hartman
On Mon, Jun 10, 2019 at 07:30:31PM +0200, Takashi Iwai wrote: > On Mon, 10 Jun 2019 19:21:30 +0200, > Greg Kroah-Hartman wrote: > > > > On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: > > > Hi, > > > > > > this is a patch set to add the support for loading compressed firmware > > >

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-06-10 Thread Takashi Iwai
On Mon, 10 Jun 2019 19:21:30 +0200, Greg Kroah-Hartman wrote: > > On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: > > Hi, > > > > this is a patch set to add the support for loading compressed firmware > > files. > > > > The primary motivation is to reduce the storage size; e.g.

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-06-10 Thread Greg Kroah-Hartman
On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: > Hi, > > this is a patch set to add the support for loading compressed firmware > files. > > The primary motivation is to reduce the storage size; e.g. currently > the amount of /lib/firmware on my machine counts up to 419MB, and

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-27 Thread Takashi Iwai
On Mon, 20 May 2019 11:26:42 +0200, Takashi Iwai wrote: > > Hi, > > this is a patch set to add the support for loading compressed firmware > files. > > The primary motivation is to reduce the storage size; e.g. currently > the amount of /lib/firmware on my machine counts up to 419MB, and this >

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Takashi Iwai
On Mon, 20 May 2019 11:56:07 +0200, Takashi Iwai wrote: > > On Mon, 20 May 2019 11:39:29 +0200, > Greg Kroah-Hartman wrote: > > > > On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: > > > Hi, > > > > > > this is a patch set to add the support for loading compressed firmware > > >

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Kees Cook
On Mon, May 20, 2019 at 08:59:14PM +0200, Takashi Iwai wrote: > So the problem is obvious: the commit above adjusts the stdout to be > unbuffered via stdbuf, hence each invocation like > echo -n abc > /sys/ > > would become writes of "a", "b" and "c", instead of "abc". > > Although we can

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Takashi Iwai
On Mon, 20 May 2019 20:07:25 +0200, Takashi Iwai wrote: > > On Mon, 20 May 2019 19:26:59 +0200, > shuah wrote: > > > > On 5/20/19 10:22 AM, Takashi Iwai wrote: > > > On Mon, 20 May 2019 17:18:48 +0200, > > > Takashi Iwai wrote: > > >> > > >> On Mon, 20 May 2019 16:39:37 +0200, > > >> Takashi

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Takashi Iwai
On Mon, 20 May 2019 19:26:59 +0200, shuah wrote: > > On 5/20/19 10:22 AM, Takashi Iwai wrote: > > On Mon, 20 May 2019 17:18:48 +0200, > > Takashi Iwai wrote: > >> > >> On Mon, 20 May 2019 16:39:37 +0200, > >> Takashi Iwai wrote: > >>> > >>> On Mon, 20 May 2019 11:39:29 +0200, > >>> Greg

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread shuah
On 5/20/19 10:22 AM, Takashi Iwai wrote: On Mon, 20 May 2019 17:18:48 +0200, Takashi Iwai wrote: On Mon, 20 May 2019 16:39:37 +0200, Takashi Iwai wrote: On Mon, 20 May 2019 11:39:29 +0200, Greg Kroah-Hartman wrote: On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: Hi, this is

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Takashi Iwai
On Mon, 20 May 2019 17:18:48 +0200, Takashi Iwai wrote: > > On Mon, 20 May 2019 16:39:37 +0200, > Takashi Iwai wrote: > > > > On Mon, 20 May 2019 11:39:29 +0200, > > Greg Kroah-Hartman wrote: > > > > > > On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: > > > > Hi, > > > > > > > >

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Takashi Iwai
On Mon, 20 May 2019 16:39:37 +0200, Takashi Iwai wrote: > > On Mon, 20 May 2019 11:39:29 +0200, > Greg Kroah-Hartman wrote: > > > > On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: > > > Hi, > > > > > > this is a patch set to add the support for loading compressed firmware > > >

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Takashi Iwai
On Mon, 20 May 2019 11:39:29 +0200, Greg Kroah-Hartman wrote: > > On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: > > Hi, > > > > this is a patch set to add the support for loading compressed firmware > > files. > > > > The primary motivation is to reduce the storage size; e.g.

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Takashi Iwai
On Mon, 20 May 2019 11:39:29 +0200, Greg Kroah-Hartman wrote: > > On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: > > Hi, > > > > this is a patch set to add the support for loading compressed firmware > > files. > > > > The primary motivation is to reduce the storage size; e.g.

Re: [PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Greg Kroah-Hartman
On Mon, May 20, 2019 at 11:26:42AM +0200, Takashi Iwai wrote: > Hi, > > this is a patch set to add the support for loading compressed firmware > files. > > The primary motivation is to reduce the storage size; e.g. currently > the amount of /lib/firmware on my machine counts up to 419MB, and

[PATCH 0/5] firmware: Add support for loading compressed files

2019-05-20 Thread Takashi Iwai
Hi, this is a patch set to add the support for loading compressed firmware files. The primary motivation is to reduce the storage size; e.g. currently the amount of /lib/firmware on my machine counts up to 419MB, and this can be reduced to 130MB file compression. No bad deal. The feature adds