https://bugs.kde.org/show_bug.cgi?id=373488
Bug ID: 373488
Summary: Support for fanotify API on ARM64 architecture
Product: valgrind
Version: 3.13 SVN
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 102711
--> https://bugs.kde.org/attachment.cgi?id=102711&action=edit
[PATCH 1/1] Support for fanotify API on ARM64 architecture
The appended patch enables the fanotify_init and fanotify_mark system
calls for the arm64 architecture.
It is a follow up to bug report 320895.
https://bugs.kde.org/show_bug.cgi?id=320895
Reproducible: Always
Steps to Reproduce:
1. write a simple application which calls fanotify_init()
2. run it in valgrind
Actual Results:
An error "system call unimplemented" occurs.
Expected Results:
Fanotify_init and fanotify_mark should be supported.
--
You are receiving this mail because:
You are watching all bug changes.