linux-next: manual merge of the y2038 tree with the net-next tree

From: Stephen Rothwell
Date: Mon Jan 09 2017 - 21:52:10 EST


Hi Arnd,

Today's linux-next merge of the y2038 tree got a conflict in:

fs/afs/main.c

between commit:

8e8d7f13b6d5 ("afs: Add some tracepoints")

from the net-next tree and commit:

549eb7b22e24 ("AFS: Correctly use 64-bit time for UUID")

from the y2038 tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

--
Cheers,
Stephen Rothwell

diff --cc fs/afs/main.c
index f8188feb03ad,129ff432391c..000000000000
--- a/fs/afs/main.c
+++ b/fs/afs/main.c
@@@ -14,8 -14,7 +14,9 @@@
#include <linux/init.h>
#include <linux/completion.h>
#include <linux/sched.h>
+#include <linux/random.h>
+#define CREATE_TRACE_POINTS
+ #include <linux/ktime.h>
#include "internal.h"

MODULE_DESCRIPTION("AFS Client File System");