On Thu, Jul 17, 2014 at 12:59:38PM +0100, Catalin Marinas wrote:
On Thu, Jul 17, 2014 at 12:26:42PM +0100, Mark Brown wrote:
Commit 3efe33f5d2 (audit: x86: drop arch from __audit_syscall_entry() interface) removed the arch parameter from __audit_syscall_entry() and
Thanks. This will have to be applied after 3.17-rc1 since commit 3efe33f5d2 does not seem to be in mainline yet (nor the arm64 audit patches).
That's not great and is kind of missing the point of -next - the core idea is to find these inter-tree dependencies, ensure things work when they're merged together and avoid things like massive bisection breaks. Leaving things also causes problems for anyone trying to do integration testing on -next.
What would be better would be if we could get the two trees synced up, in this case something like picking the audit change up in the ARMv8 tree (or vice versa) seems like it'd be quick and easy since it looks like neither tree uses topic branches.