lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 6 Nov 2013 17:27:34 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Eric Paris <eparis@...hat.com>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Richard Guy Briggs <rgb@...hat.com>
Subject: linux-next: build failure after merge of the audit tree

Hi Eric,

After merging the audit tree, today's linux-next build (x86_64
allmodconfig) failed like this:

kernel/auditsc.c: In function 'audit_set_loginuid':
kernel/auditsc.c:2003:15: error: incompatible types when assigning to type 'kuid_t' from type 'int'
  oldsessionid = audit_get_sessionid(current);
               ^
kernel/auditsc.c:2016:2: error: incompatible type for argument 3 of 'audit_log_set_loginuid'
  audit_log_set_loginuid(oldloginuid, loginuid, oldsessionid, sessionid, rc);
  ^
kernel/auditsc.c:1967:13: note: expected 'unsigned int' but argument is of type 'kuid_t'
 static void audit_log_set_loginuid(kuid_t koldloginuid, kuid_t kloginuid,
             ^

Caused by commit da0a610497ce ("audit: loginuid functions coding style").

I have used the version of the audit tree from next-20131105 for today.

-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists