<p></p>
<p>When compiling with headers from the tip of Linus's linux tree (5.15.0-rc4) I get the following error</p>
<pre><code>strace: In file included from static_assert.h:11,
strace:                  from print_fields.h:12,
strace:                  from defs.h:1901,
strace:                  from netlink.c:10:
strace: xlat/nl_xfrm_types.h:162:1: error: static assertion failed: "XFRM_MSG_MAPPING != 0x26"
strace:  static_assert((XFRM_MSG_MAPPING) == (0x26), "XFRM_MSG_MAPPING != 0x26");
strace:  ^~~~~~~~~~~~~
</code></pre>
<p>It looks like linux commit 2d151d39073a ("xfrm: Add possibility to set the default to block if we have no policy") added some XFRM messages and the numbers shifted.</p>
<p>I'm not sure if this is a strace problem or a linux problem so I'm reporting it in both places.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/strace/strace/issues/198">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AOVBTR2FF6EQYZH3R4FG6MDUFS6QDANCNFSM5FPY4W4Q">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AOVBTR6V6S43S5YAI6HST63UFS6QDA5CNFSM5FPY4W42YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4PGBA2KQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/strace/strace/issues/198",
"url": "https://github.com/strace/strace/issues/198",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>