Re: [PATCH v5 34/37] s390/uaccess: Add the missing linux/instrumented.h #include
From: Alexander Potapenko <glider@google.com>
Date: 2024-06-20 08:16:24
Also in:
linux-mm, linux-s390, lkml
From: Alexander Potapenko <glider@google.com>
Date: 2024-06-20 08:16:24
Also in:
linux-mm, linux-s390, lkml
On Wed, Jun 19, 2024 at 5:45 PM Ilya Leoshkevich [off-list ref] wrote:
uaccess.h uses instrument_get_user() and instrument_put_user(), which are defined in linux/instrumented.h. Currently we get this header from somewhere else by accident; prefer to be explicit about it and include it directly. Suggested-by: Alexander Potapenko <glider@google.com> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Alexander Potapenko <glider@google.com>