Hi Ben,
thanks for that document, I really enjoyed reading it!
On Wed, Sep 11, 2019 at 12:53:53PM +0100, Ben Hutchings wrote:
[...]
> diff --git a/Documentation/kbuild/reproducible-builds.rst
> b/Documentation/kbuild/reproducible-builds.rst
> new file mode 100644
> index ..4d988faf93
On 9/11/19 9:37 PM, André Almeida wrote:
> +/**
> + * scsi_queue_insert - Insert a command in the midlevel queue.
> + * @cmd:command that we are adding to queue.
> + * @reason: why we are inserting command to queue.
> *
> - * Returns: Nothing.
> + * We do this for one of two cases. Either
On 9/11/19 9:37 PM, André Almeida wrote:
> Remove all trailing whitespaces from scsi_lib.c
I don't like patches that only change whitespace if no significant
functional changes are included in the same patch series. Such patches
namely pollute the change history, make the output of git log -p and
On Sun, Sep 08, 2019 at 08:29:01AM +0200, Federico Vaga wrote:
> Remove the clever example about read-write lock because this type of
> lock is not reccomended anymore (according to the very same document).
reccomended => recommended
> So there is no reason to teach cleaver things that people sho
On Tue, Sep 03, 2019 at 02:45:19PM +0200, Guoqing Jiang wrote:
> Update the document since those functions had been renamed in below.
>
> commit 0a18cfe4f6d7d ("IB/core: Rename ib_create_ah to rdma_create_ah")
> commit 67b985b6c7553 ("IB/core: Rename ib_modify_ah to rdma_modify_ah")
> commit bfbfd