linux-next: manual merge of the printk tree with Linus' tree

From: Stephen Rothwell
Date: Tue Apr 09 2019 - 19:29:07 EST


Hi all,

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

include/trace/events/sunrpc.h

between commit:

6f701383368d ("SUNRPC: Display symbolic flag names in RPC trace events")

from Linus' tree and commit:

d75f773c86a2 ("treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively")

from the printk 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 include/trace/events/sunrpc.h
index 7e899e635d33,7b8b987d332e..000000000000
--- a/include/trace/events/sunrpc.h
+++ b/include/trace/events/sunrpc.h
@@@ -146,10 -102,10 +146,10 @@@ DECLARE_EVENT_CLASS(rpc_task_running
__entry->flags = task->tk_flags;
),

- TP_printk("task:%u@%d flags=%s runstate=%s status=%d action=%pf",
- TP_printk("task:%u@%d flags=%4.4x state=%4.4lx status=%d action=%ps",
++ TP_printk("task:%u@%d flags=%s runstate=%s status=%d action=%ps",
__entry->task_id, __entry->client_id,
- __entry->flags,
- __entry->runstate,
+ rpc_show_task_flags(__entry->flags),
+ rpc_show_runstate(__entry->runstate),
__entry->status,
__entry->action
)

Attachment: pgpXaznX8afvk.pgp
Description: OpenPGP digital signature