mirror of
				https://github.com/speed47/spectre-meltdown-checker.git
				synced 2025-10-31 20:50:55 +01:00 
			
		
		
		
	enh: speedup by not decompressing kernel on --sysfs-only
This commit is contained in:
		| @@ -982,6 +982,8 @@ if [ -e "$opt_kernel" ]; then | ||||
| 	if ! which readelf >/dev/null 2>&1; then | ||||
| 		_debug "readelf not found" | ||||
| 		vmlinux_err="missing 'readelf' tool, please install it, usually it's in the 'binutils' package" | ||||
| 	elif [ "$opt_sysfs_only" = 1 ]; then | ||||
| 		vmlinux_err='kernel image decompression skipped' | ||||
| 	else | ||||
| 		extract_vmlinux "$opt_kernel" | ||||
| 	fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user