lkml.org 
[lkml]   [2023]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 09/50] kmsan: add missing types.h dependency
    Date
    more header dependency pruning/fixing

    Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
    ---
    include/linux/kmsan_types.h | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/include/linux/kmsan_types.h b/include/linux/kmsan_types.h
    index 8bfa6c98176d..929287981afe 100644
    --- a/include/linux/kmsan_types.h
    +++ b/include/linux/kmsan_types.h
    @@ -9,6 +9,8 @@
    #ifndef _LINUX_KMSAN_TYPES_H
    #define _LINUX_KMSAN_TYPES_H

    +#include <linux/types.h>
    +
    /* These constants are defined in the MSan LLVM instrumentation pass. */
    #define KMSAN_RETVAL_SIZE 800
    #define KMSAN_PARAM_SIZE 800
    --
    2.43.0

    \
     
     \ /
      Last update: 2023-12-16 03:52    [W:8.916 / U:0.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site