summaryrefslogtreecommitdiffstatshomepage
path: root/summary-v5.14rc1-x86-v0.6.4-rc1
diff options
context:
space:
mode:
Diffstat (limited to 'summary-v5.14rc1-x86-v0.6.4-rc1')
-rw-r--r--summary-v5.14rc1-x86-v0.6.4-rc154
1 files changed, 54 insertions, 0 deletions
diff --git a/summary-v5.14rc1-x86-v0.6.4-rc1 b/summary-v5.14rc1-x86-v0.6.4-rc1
new file mode 100644
index 0000000..dee929c
--- /dev/null
+++ b/summary-v5.14rc1-x86-v0.6.4-rc1
@@ -0,0 +1,54 @@
+ 243 Initializer entry defined twice
+ 96 Using plain integer as NULL pointer
+ 4 arithmetics on pointers to functions
+ 89 array of flexible structures
+ 5 bad assignment to restricted type
+ 4 cast between address spaces (__percpu -> __rcu)
+ 7 cast from non-scalar
+ 205 cast from restricted type
+ 472 cast removes address space '__iomem' of expression
+ 16 cast removes address space '__rcu' of expression
+ 22 cast removes address space '__user' of expression
+ 7 cast to non-scalar
+ 2705 cast to restricted type
+ 543 cast truncates bits from constant value
+ 335 context imbalance - different lock contexts for basic block
+ 419 context imbalance - unexpected unlock
+ 232 context imbalance - wrong count at exit
+ 109 dereference of noderef expression
+ 3 dubious one-bit signed bitfield
+ 17 dubious: !x & y
+ 5 dubious: !x | y
+ 49 dubious: x & !y
+ 19 dubious: x | !y
+ 23 function with external linkage has definition
+ 2 implicit cast from nocast type
+ 441 incompatible types in comparison expression (different address spaces)
+ 7 incompatible types in comparison expression (different base types)
+ 7 incompatible types in conditional expression (different base types)
+ 951 incorrect type in argument (different address spaces)
+ 348 incorrect type in argument (different base types)
+ 346 incorrect type in assignment (different address spaces)
+ 3236 incorrect type in assignment (different base types)
+ 1 incorrect type in assignment (different modifiers)
+ 126 incorrect type in initializer (different address spaces)
+ 135 incorrect type in initializer (different base types)
+ 2 incorrect type in initializer (incompatible argument (different address spaces))
+ 22 incorrect type in return expression (different address spaces)
+ 24 incorrect type in return expression (different base types)
+ 230 invalid assignment
+ 37 invalid bitfield specifier for type restricted type.
+ 7 invalid initializer
+ 2 marked inline, but without a definition
+ 1 multiple address spaces given
+ 13 multiple definitions for ...
+ 4 no generic selection for ...
+ 7 obsolete array initializer, use C99 syntax
+ 684 restricted type degrades to integer
+ 4 static assertion failed
+ 5 subtraction of different types can't work (different address spaces)
+ 25 subtraction of functions? Share your drugs
+ 1 switch with no cases
+ 1 symbol redeclared with different type (incompatible argument (different address spaces))
+ 804 symbol was not declared. Should it be static?
+ 3 trying to concatenate long character string (8191 bytes max)