Re: [PATCH v2] overflow: Fix kern-doc markup for functions

From: Akira Yokosawa
Date: Mon Oct 17 2022 - 21:12:05 EST


Hi,

On Sun, 16 Oct 2022 20:57:32 -0700, Kees Cook wrote:
> Fix the kern-doc markings for several of the overflow helpers and move
> their location into the core kernel API documentation, where it belongs
> (it's not driver-specific).
>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: Akira Yokosawa <akiyks@xxxxxxxxx>
LGTM,

Reviewed-by: Akira Yokosawa <akiyks@xxxxxxxxx>

Kees, which tree do you expect this one to go through?

Thanks, Akira

> Cc: linux-doc@xxxxxxxxxxxxxxx
> Cc: linux-hardening@xxxxxxxxxxxxxxx
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> ---
> Documentation/core-api/kernel-api.rst | 6 +++++
> Documentation/driver-api/basics.rst | 3 ---
> include/linux/overflow.h | 38 +++++++++++----------------
> 3 files changed, 22 insertions(+), 25 deletions(-)
>