db/fixup_kernel.sh: delete some impossible returns
[smatch.git] / Documentation / release-notes / v0.6.1.rst
blobdca1ad142757566a63de30b140f65d155067a30d
1 v0.6.1 (2019-10-14)
2 ===================
4 It's a small, 74 patches, release containing mainly small
5 fixes and improvements:
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.
21 Many thanks to people who have contributed to this release:
22 Uwe Kleine-König, Ramsay Jones, Randy Dunlap, Thomas Weißschuh,
23 Dan Carpenter, Jann Horn, Ben Dooks, Vegard Nossum, Aurelien Aptel,
24 Oliver Hartkopp, Linus Torvalds and Ilya Maximets.
26 The source code can be found at its usual repository:
27     git://git.kernel.org/pub/scm/devel/sparse/sparse.git v0.6.1
29 The tarballs are found at:
30     https://www.kernel.org/pub/software/devel/sparse/dist/