From: Bob Moore Date: Thu, 21 May 2015 02:30:38 +0000 (+0800) Subject: ACPICA: iASL: Enhance detection of non-ascii or corrupted input files. X-Git-Tag: omap-for-v4.2/fixes-rc1^2~29^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a737222240848c771b2bc44880d3253fb7c03e13;p=pandora-kernel.git ACPICA: iASL: Enhance detection of non-ascii or corrupted input files. ACPICA commit 08170904011f1e8f817d9e3a9f2bb2438aeacf60 For the compiler part (not disassembler). - Characters not within a comment must be be ASCII (0-0x7F), and now either printable or a "space" character. Provides better detection of files that cannot be compiled. This patch only affects iASL which is not in the Linux upstream. Link: https://github.com/acpica/acpica/commit/08170904 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed