diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2021-03-15 16:11:27 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-19 00:59:22 +0100 |
commit | cbc37d60cb416d83eae492ef8c38e40c9f739811 (patch) | |
tree | d7051216b63c293cdf2b0c9f37dc99660abe0d69 /tools/sparse | |
parent | 12e942b1fdda874542e0a4e6ea892969fedab975 (diff) | |
download | upstream-cbc37d60cb416d83eae492ef8c38e40c9f739811.tar.gz upstream-cbc37d60cb416d83eae492ef8c38e40c9f739811.tar.bz2 upstream-cbc37d60cb416d83eae492ef8c38e40c9f739811.zip |
tools/sparse: update to version 0.6.3
Update to the latest stable release.
This fixes a segfault and build failure seen compiling the 5.10 kernel
for x86/64. With this update, builds complete and sparse generates the
usual large volume of warnings as on 5.4 kernels.
Reported-by: Javier Marcet <javier@marcet.info>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'tools/sparse')
-rw-r--r-- | tools/sparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sparse/Makefile b/tools/sparse/Makefile index 959016b132..7c93b5446c 100644 --- a/tools/sparse/Makefile +++ b/tools/sparse/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sparse -PKG_VERSION:=0.5.2 -PKG_HASH:=4632b7b74af72214247f982f976ba44206933bab3a2717e09df166fb5b8abe7a +PKG_VERSION:=0.6.3 +PKG_HASH:=d4f6dbad8409e8e20a19f164b2c16f1edf76438ff77cf291935fde081b61a899 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |