Re: [RESEND/PATCHv4 v4 3/3] firmware: Support loading into a pre-allocated buffer

2016-06-12 Thread kbuild test robot
Hi, [auto build test ERROR on driver-core/driver-core-testing] [also build test ERROR on v4.7-rc2] [cannot apply to next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Stephen-Boyd/fir

[RESEND/PATCHv4 v4 3/3] firmware: Support loading into a pre-allocated buffer

2016-06-07 Thread Stephen Boyd
Some systems are memory constrained but they need to load very large firmwares. The firmware subsystem allows drivers to request this firmware be loaded from the filesystem, but this requires that the entire firmware be loaded into kernel memory first before it's provided to the driver. This can le