Bug 324421 - Support for fanotify API on ARM architecture
Summary: Support for fanotify API on ARM architecture
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.9.0.SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on: 320895
Blocks:
  Show dependency treegraph
 
Reported: 2013-09-02 19:31 UTC by Heinrich Schuchardt
Modified: 2013-09-29 20:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
[PATCH 1/1] Support for fanotify API on ARM architecture (1.21 KB, patch)
2013-09-02 19:32 UTC, Heinrich Schuchardt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Heinrich Schuchardt 2013-09-02 19:31:48 UTC
The appended patch enables the fanotify_init and fanotify_mark system
calls for the arm 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 Heinrich Schuchardt 2013-09-02 19:32:33 UTC
Created attachment 82122 [details]
[PATCH 1/1] Support for fanotify API on ARM architecture
Comment 2 Julian Seward 2013-09-29 20:01:45 UTC
Committed, r13586.  Thanks for the patch.