Closed
Bug 866243
Opened 12 years ago
Closed 12 years ago
Enable fanotify in b2g kernels
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-b2g:tef+, b2g18 fixed, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
blocking-b2g | tef+ |
People
(Reporter: fabrice, Assigned: m1)
References
Details
(Whiteboard: [POVB] QARegressExclude)
No description provided.
Reporter | ||
Updated•12 years ago
|
blocking-b2g: --- → tef+
Assignee | ||
Updated•12 years ago
|
Group: qualcomm-confidential
Assignee | ||
Updated•12 years ago
|
Whiteboard: [POVB]
Assignee | ||
Comment 1•12 years ago
|
||
in fs/notify/Kconfig b/fs/notify/Kconfig
config FSNOTIFY
- def_bool n
+ def_bool y
and in fs/notify/fanotify/Kconfig :
@@ -2,7 +2,7 @@ config FANOTIFY
bool "Filesystem wide access notification"
select FSNOTIFY
select ANON_INODES
- default n
+ default y
Assignee | ||
Comment 2•12 years ago
|
||
v1.0.1 patch (part of AU_LINUX_GECKO_ICS_STRAWBERRY_V1.01.00.01.019.091):
https://www.codeaurora.org/gitweb/quic/b2g/?p=build.git;a=commit;h=a1522d415e1e73628691245a6ac21607941be876
v1.1 patch has landed in AU_LINUX_GECKO_ICS_STRAWBERRY.01.01.00.019.080
status-b2g18:
--- → fixed
status-b2g18-v1.0.1:
--- → fixed
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Can you please provide steps to verify this fix - as we will blackbox test from the UI?
Comment 4•11 years ago
|
||
Michael - I'm running into issues finding a device that actually has fanotify enabled. So far, testing unagi and inari have shown that fanotify is not enabled. What devices is fanotify enabled on?
Flags: needinfo?(mvines)
Assignee | ||
Comment 5•11 years ago
|
||
The official builds from tef/leo vendors will have it.
Flags: needinfo?(mvines)
Comment 6•11 years ago
|
||
Can you please provide steps to verify this fix - as we can perform blackbox testing from the UI?
Reporter | ||
Comment 7•11 years ago
|
||
One way to check it is to look for the string "Warning: No fanotify support in this device's kernel." in logcat. If you find it, the device has no fanotify support.
Updated•11 years ago
|
Whiteboard: [POVB] → [POVB] QARegressExclude
You need to log in
before you can comment on or make changes to this bug.
Description
•