3.14-stable review patch. If anyone has any objections, please let me know.
------------------ From: Richard Guy Briggs <[email protected]> commit aa589a13b5d00d3c643ee4114d8cbc3addb4e99f upstream. The new- prefix on ses and auid are un-necessary and break ausearch. Signed-off-by: Richard Guy Briggs <[email protected]> Reported-by: Steve Grubb <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- kernel/auditsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -1991,7 +1991,7 @@ static void audit_log_set_loginuid(kuid_ if (!ab) return; audit_log_format(ab, "pid=%d uid=%u" - " old-auid=%u new-auid=%u old-ses=%u new-ses=%u" + " old-auid=%u auid=%u old-ses=%u ses=%u" " res=%d", current->pid, uid, oldloginuid, loginuid, oldsessionid, sessionid, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

