]> granicus.if.org Git - strace/commit
hppa: fix fanotify_mark decoding
authorMike Frysinger <vapier@gentoo.org>
Thu, 26 Feb 2015 19:16:13 +0000 (14:16 -0500)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 26 Feb 2015 20:02:03 +0000 (20:02 +0000)
commit28e3d6fd1ce422b40d6eb689f7b0a1b1a0640fd8
treee5446206cbe7d5309f5dbcff6933c65f2f497dc5
parent761e31a8b4124f4ef3d5ba662be3341c406fc72b
hppa: fix fanotify_mark decoding

The parisc kernel has some legacy baggage here and decodes the 64bit
field in the reverse order.  Handle it in strace too.

* fanotify.c [HPPA] (sys_fanotify_mark): Reverse the mask bits.
fanotify.c