Show patches with: State = Action Required       |   63 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/2] expose more functions to C++ in header files fixes for using sparse as a C++ library - 1 - --- 2021-08-13 Ke Du New
[1/2] sparse: fix broken 'memcpy-max-count' check [1/2] sparse: fix broken 'memcpy-max-count' check - - - --- 2021-09-27 Ramsay Jones New
[1/3] dissect: Allow to show all symbols semind: Index more symbols - - - --- 2021-11-02 Alexey Gladkov New
[1/5] bitwise: add testcases allow -1 and compares in bitwise types - - - --- 2022-06-27 Luc Van Oostenryck New
[1/5] scheck: better diagnostic for unsupported instructions small fixes for the symbolic checker - - - --- 2021-07-29 Luc Van Oostenryck New
[1/6] inline: add testcases for inlining of variadics cleanup related to inlining of variadic functions - - - --- 2022-06-26 Luc Van Oostenryck New
[2/2] make implicit type conversion explicit fixes for using sparse as a C++ library - 1 - --- 2021-08-13 Ke Du New
[2/2] parse: warn about a 'case label' on empty statement [1/2] sparse: fix broken 'memcpy-max-count' check - - - --- 2021-09-27 Ramsay Jones New
[2/3] dissect: Show macro definitions semind: Index more symbols - - - --- 2021-11-02 Alexey Gladkov New
[2/5] bitwise: accept all ones as non-restricted value allow -1 and compares in bitwise types - - - --- 2022-06-27 Luc Van Oostenryck New
[2/5] scheck: ignore OP_NOP & friends small fixes for the symbolic checker - - - --- 2021-07-29 Luc Van Oostenryck New
[2/6] inline: comment about creating node of node on variadics cleanup related to inlining of variadic functions - - - --- 2022-06-26 Luc Van Oostenryck New
[3/3] dissect: Show typedefs semind: Index more symbols - - - --- 2021-11-02 Alexey Gladkov New
[3/5] bitwise: allow compares for bitwise types allow -1 and compares in bitwise types - - - --- 2022-06-27 Luc Van Oostenryck New
[3/5] scheck: constants are untyped small fixes for the symbolic checker - - - --- 2021-07-29 Luc Van Oostenryck New
[3/6] inline: declaration of the variadic vars is useless cleanup related to inlining of variadic functions - - - --- 2022-06-26 Luc Van Oostenryck New
[4/5] bitwise: do not remove the signedness of bitwise types allow -1 and compares in bitwise types - - - --- 2022-06-27 Luc Van Oostenryck New
[4/5] scheck: mkvar() with target or input type small fixes for the symbolic checker - - - --- 2021-07-29 Luc Van Oostenryck New
[4/6] inline: avoid needless intermediate vars cleanup related to inlining of variadic functions - - - --- 2022-06-26 Luc Van Oostenryck New
[5/5] bitwise: early expansion of simple constants allow -1 and compares in bitwise types - - - --- 2022-06-27 Luc Van Oostenryck New
[5/5] scheck: fix type of operands in casts small fixes for the symbolic checker - - - --- 2021-07-29 Luc Van Oostenryck New
[5/6] inline: allocate statement after guards cleanup related to inlining of variadic functions - - - --- 2022-06-26 Luc Van Oostenryck New
[6/6] inline: free symbol list after use cleanup related to inlining of variadic functions - - - --- 2022-06-26 Luc Van Oostenryck New
[RFC,1/2] refcount: add __cond_lock() for conditional lock refcount API refcount: attempt to avoid imbalance warnings - - - --- 2022-06-30 Alexander Aring New
[RFC,2/2] kref: move kref_put_lock() callback to caller refcount: attempt to avoid imbalance warnings - - - --- 2022-06-30 Alexander Aring New
[sparse,resend] linearize.c: fix buffer overrun warning from fortify [sparse,resend] linearize.c: fix buffer overrun warning from fortify - - - --- 2023-02-27 Jeff Layton New
[v1] RISC-V: Add basic support for the vector extension [v1] RISC-V: Add basic support for the vector extension - - - --- 2023-03-06 Conor Dooley New
[v11.5] overflow: Introduce overflows_type() and __castable_to_type() [v11.5] overflow: Introduce overflows_type() and __castable_to_type() - - - --- 2022-09-26 Kees Cook New
[v12,1/9] overflow: Allow mixed type arguments Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 2 1 --- 2022-09-26 Gwan-gyeong Mun New
[v12,2/9] overflow: Introduce check_assign() and check_assign_user_ptr() Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… 1 2 - --- 2022-09-26 Gwan-gyeong Mun New
[v12,3/9] overflow: Introduce overflows_type() and __castable_to_type() Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - - - --- 2022-09-26 Gwan-gyeong Mun New
[v12,4/9] drm/i915/gem: Typecheck page lookups Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-26 Gwan-gyeong Mun New
[v12,5/9] drm/i915: Check for integer truncation on scatterlist creation Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-26 Gwan-gyeong Mun New
[v12,6/9] drm/i915: Check for integer truncation on the configuration of ttm place Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-26 Gwan-gyeong Mun New
[v12,7/9] drm/i915: Check if the size is too big while creating shmem file Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-26 Gwan-gyeong Mun New
[v12,8/9] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-26 Gwan-gyeong Mun New
[v12,9/9] drm/i915: Remove truncation warning for large objects Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-26 Gwan-gyeong Mun New
[v13,1/9] overflow: Allow mixed type arguments Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 2 1 --- 2022-09-28 Gwan-gyeong Mun New
[v13,2/9] overflow: Introduce check_assign() and check_assign_user_ptr() Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… 1 2 - --- 2022-09-28 Gwan-gyeong Mun New
[v13,3/9] overflow: Introduce overflows_type() and castable_to_type() Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - - - --- 2022-09-28 Gwan-gyeong Mun New
[v13,4/9] drm/i915/gem: Typecheck page lookups Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-28 Gwan-gyeong Mun New
[v13,5/9] drm/i915: Check for integer truncation on scatterlist creation Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-28 Gwan-gyeong Mun New
[v13,6/9] drm/i915: Check for integer truncation on the configuration of ttm place Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-28 Gwan-gyeong Mun New
[v13,7/9] drm/i915: Check if the size is too big while creating shmem file Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-28 Gwan-gyeong Mun New
[v13,8/9] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-28 Gwan-gyeong Mun New
[v13,9/9] drm/i915: Remove truncation warning for large objects Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and sc… - 3 - --- 2022-09-28 Gwan-gyeong Mun New
[v2] overflow: Introduce overflows_type() and castable_to_type() [v2] overflow: Introduce overflows_type() and castable_to_type() - - - --- 2022-09-26 Kees Cook New
[v3] overflow: Introduce overflows_type() and castable_to_type() [v3] overflow: Introduce overflows_type() and castable_to_type() - - - --- 2022-10-13 Gwan-gyeong Mun New
[v4] overflow: Introduce overflows_type() and castable_to_type() [v4] overflow: Introduce overflows_type() and castable_to_type() - - - --- 2022-10-21 Gwan-gyeong Mun New
[v5] overflow: Introduce overflows_type() and castable_to_type() [v5] overflow: Introduce overflows_type() and castable_to_type() - - - --- 2022-10-24 Gwan-gyeong Mun New
experimental: code sinking experimental: code sinking - - - --- 2020-12-04 Luc Van Oostenryck New
fix "unreplaced" warnings caused by using typeof() on inline functions fix "unreplaced" warnings caused by using typeof() on inline functions - - - --- 2022-06-24 Luc Van Oostenryck New
fix missing itype in SEL(x, 0/1, 1/0) --> (x ==/!= 0) fix missing itype in SEL(x, 0/1, 1/0) --> (x ==/!= 0) - - - --- 2021-07-29 Luc Van Oostenryck New
linearize.c: fix potential buffer overrun linearize.c: fix potential buffer overrun - - - --- 2023-02-22 Jeff Layton New
RISC-V: Add support fo the zihintpause extension RISC-V: Add support fo the zihintpause extension - - 1 --- 2022-08-11 Palmer Dabbelt New
RISC-V: Add support fo the zihintpause extension RISC-V: Add support fo the zihintpause extension - - - --- 2022-08-11 Palmer Dabbelt New
RISC-V: Add support for the zicbom extension RISC-V: Add support for the zicbom extension - - 1 --- 2022-08-11 Palmer Dabbelt New
sparse v0.6.4 sparse v0.6.4 - - - --- 2021-09-06 Ramsay Jones New
sparse: only warn about directly nested flexible arrays sparse: only warn about directly nested flexible arrays - - - --- 2022-01-11 Keller, Jacob E New
tools: Rename __fallthrough to fallthrough tools: Rename __fallthrough to fallthrough - - - --- 2022-11-25 Liam R. Howlett New
tracing: make ftrace_likely_update() declaration visible tracing: make ftrace_likely_update() declaration visible - 1 - --- 2023-05-17 Arnd Bergmann New
warn when zero-extending a negation warn when zero-extending a negation - - - --- 2020-12-16 Luc Van Oostenryck New
xtensa: switch to little endianness xtensa: switch to little endianness - - - --- 2022-11-16 Guennadi Liakhovetski New