Closed
Bug 1086987
Opened 10 years ago
Closed 10 years ago
Require fanotify support on KK gonk
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.1 S8 (7Nov)
People
(Reporter: mwu, Assigned: mwu)
References
Details
Attachments
(7 files, 1 obsolete file)
910 bytes,
patch
|
dhylands
:
review+
|
Details | Diff | Splinter Review |
60 bytes,
text/x-github-pull-request
|
jld
:
review+
|
Details | Review |
60 bytes,
text/x-github-pull-request
|
jld
:
review+
|
Details | Review |
54 bytes,
text/x-github-pull-request
|
jld
:
review+
|
Details | Review |
66 bytes,
text/x-github-pull-request
|
jld
:
review+
|
Details | Review |
60 bytes,
text/x-github-pull-request
|
jld
:
review+
|
Details | Review |
69 bytes,
text/x-github-pull-request
|
jld
:
review+
|
Details | Review |
fanotify support should be required. It's easy to turn on and easy to miss if disabled. We may have to turn it on the emulator kernels.
Is there a way to test for it and like fatally assert on b2g startup if it's missing?
Comment 2•10 years ago
|
||
(In reply to ben turner [:bent] (use the needinfo? flag!) from comment #1)
> Is there a way to test for it and like fatally assert on b2g startup if it's
> missing?
Yes, we just display a message right now instead of asserting at http://mxr.mozilla.org/mozilla-central/source/hal/gonk/GonkDiskSpaceWatcher.cpp#171
Assignee | ||
Comment 3•10 years ago
|
||
I think we can start with KK only since all the AOSP port kernels need to be rebuilt and I'd like to reduce the number of kernels I need to rebuild.
Attachment #8509058 -
Flags: review?(dhylands)
Comment 4•10 years ago
|
||
Comment on attachment 8509058 [details] [diff] [review]
MOZ_CRASH if there is no fanotify support
Review of attachment 8509058 [details] [diff] [review]:
-----------------------------------------------------------------
Seems reasonable to me.
Attachment #8509058 -
Flags: review?(dhylands) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8512165 -
Flags: review?(jld)
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8512166 -
Flags: review?(jld)
Assignee | ||
Comment 7•10 years ago
|
||
Attachment #8512169 -
Flags: review?(jld)
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8512169 -
Attachment is obsolete: true
Attachment #8512169 -
Flags: review?(jld)
Attachment #8512173 -
Flags: review?(jld)
Updated•10 years ago
|
Attachment #8512165 -
Flags: review?(jld) → review+
Updated•10 years ago
|
Attachment #8512166 -
Flags: review?(jld) → review+
Updated•10 years ago
|
Attachment #8512173 -
Flags: review?(jld) → review+
Assignee | ||
Comment 9•10 years ago
|
||
Kernel configs updates merged:
https://github.com/mozilla-b2g/codeaurora_kernel_msm/commit/b02b98ad1ae04169a0b7c9a57565126f3b3b918e
https://github.com/mozilla-b2g/codeaurora_kernel_msm/commit/971967ea8df857c78018c8792c230385f73338b4
https://github.com/mozilla-b2g/kernel_goldfish/commit/f5af86783ee925746e4b073948605b7f5ffd9fbd
Assignee | ||
Comment 10•10 years ago
|
||
Attachment #8512263 -
Flags: review?(jld)
Assignee | ||
Comment 11•10 years ago
|
||
Attachment #8512264 -
Flags: review?(jld)
Assignee | ||
Comment 12•10 years ago
|
||
Attachment #8512265 -
Flags: review?(jld)
Updated•10 years ago
|
Attachment #8512263 -
Flags: review?(jld) → review+
Updated•10 years ago
|
Attachment #8512264 -
Flags: review?(jld) → review+
Updated•10 years ago
|
Attachment #8512265 -
Flags: review?(jld) → review+
Assignee | ||
Comment 13•10 years ago
|
||
Updated kernels merged.
https://github.com/mozilla-b2g/device_lge_hammerhead-kernel/commit/44b3af8ef361898da6943176413e9bce299444a3
https://github.com/mozilla-b2g/device_lge_mako-kernel/commit/a49f2c34bc50a07b02f010a53d80477542209a81
https://github.com/mozilla-b2g/platform_prebuilts_qemu-kernel/commit/c24c8871173bf6aedcf236cab075edf092a7015c
Assignee | ||
Comment 14•10 years ago
|
||
Comment 15•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.1 S8 (7Nov)
You need to log in
before you can comment on or make changes to this bug.
Description
•