On Thu 14 Mar 15:33 PDT 2019, Enrico Weigelt, metux IT consult wrote:
> Use the safer devm versions of memory mapping functions.
>
> Signed-off-by: Enrico Weigelt, metux IT consult
As pointed out by others, this resource does not follow the life cycle
of the port->dev, so I don't think this imp
* Christian Brauner [2019-05-23 17:47:46 +0200]:
> This adds the close_range() syscall. It allows to efficiently close a range
> of file descriptors up to all file descriptors of a calling task.
>
> The syscall came up in a recent discussion around the new mount API and
> making new file descript
On Sat, May 25, 2019 at 1:50 AM Joel Fernandes (Google)
wrote:
>
> The series removes all users of the API and with this patch, the API
> itself.
>
> Signed-off-by: Joel Fernandes (Google)
> ---
> .clang-format | 1 -
Ack for clang-format, and thanks for removing it there too! :-)
Ch