• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1v0.6.1 (2019-10-14)
2===================
3
4It's a small, 74 patches, release containing mainly small
5fixes and improvements:
6
7* improve build & test support for distros, mainly Debian
8* stop warning on externally_visible functions without a prototype
9* accept casts of __user/__iomem/... pointers to/from uintptr_t
10* fix the underlying type of some enumeration values
11* fix a build problem for sparse-llvm by using 'llvm-config --cppflags'
12* conditionals (?:) may now be considered as constants if the condition is
13* some error messages are now clearer or more coherent
14* add missing expansion of compound literals
15* improve parsing & checking of asm operands
16* add missing expansion of asm operands
17* expand some more builtins with constant operands (ffs, clz, ...)
18* fix sparsec with recent version of cygwin
19* fix crashes with some tools on toplevel asm.
20
21Many thanks to people who have contributed to this release:
22Uwe Kleine-König, Ramsay Jones, Randy Dunlap, Thomas Weißschuh,
23Dan Carpenter, Jann Horn, Ben Dooks, Vegard Nossum, Aurelien Aptel,
24Oliver Hartkopp, Linus Torvalds and Ilya Maximets.
25
26The source code can be found at its usual repository:
27    git://git.kernel.org/pub/scm/devel/sparse/sparse.git v0.6.1
28
29The tarballs are found at:
30    https://www.kernel.org/pub/software/devel/sparse/dist/
31