From: Chris Metcalf Date: Tue, 25 Mar 2014 13:25:41 +0000 (-0400) Subject: AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERIC X-Git-Tag: v3.15-rc1~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312103d64d0fcadb332899a2c84b357ddb18f4e3;p=pandora-kernel.git AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERIC On systems with CONFIG_COMPAT we introduced the new requirement that audit_classify_compat_syscall() exists. This wasn't true for everything (apparently not for "tilegx", which I know less that nothing about.) Instead of wrapping the preprocessor optomization with CONFIG_COMPAT we should have used the new CONFIG_AUDIT_COMPAT_GENERIC. This patch uses that config option to make sure only arches which intend to implement this have the requirement. This works fine for tilegx according to Chris Metcalf Signed-off-by: Eric Paris --- Reading git-diff-tree failed