Bug 373488 - Support for fanotify API on ARM64 architecture
Summary: Support for fanotify API on ARM64 architecture
Status: RESOLVED DUPLICATE of bug 368864
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.13 SVN
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-10 06:03 UTC by Heinrich Schuchardt
Modified: 2017-02-18 21:29 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
[PATCH 1/1] Support for fanotify API on ARM64 architecture (1.18 KB, patch)
2016-12-10 06:03 UTC, Heinrich Schuchardt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Heinrich Schuchardt 2016-12-10 06:03:33 UTC
Created attachment 102711 [details]
[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.
Comment 1 Mark Wielaard 2017-02-18 21:29:26 UTC
Sorry, your patch was as good as the other one just committed. Apologies for not noticing this was reported and fixed twice.

*** This bug has been marked as a duplicate of bug 368864 ***