Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dayeol committed May 6, 2019
1 parent fff96eb commit acdffea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Build Failure**
If you ran into build problems, please add these information
(1) Results of `git submodule status`
(2) Your Linux distribution (e.g., Ubuntu 14.04)
(3) The branch you're working on (e.g., `master` or `dev`)

**Screenshots or Error Log**
If applicable, add screenshots/error logs to help explain your problem.

**Additional context**
Add any other context about the problem here.

1 comment on commit acdffea

@Newusery
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ 35.488992] keystone_driver: loading out-of-tree module taints kernel.
[ 35.489724] keystone_enclave: keystone enclave v1.0.0
[ 73.922234] cma: cma_alloc(cma 00000000db7d90ac, count 12330, align 12)
[ 73.926554] cma: cma_alloc(): returned 00000000386c5988
[ 73.926568] cma: cma_release(page 00000000386c5988)
[ 73.931064] keystone_enclave: failed to allocate 12330 page(s)
[ 73.931069] keystone_enclave: failed to initialize epm
[ 73.931078] cma: cma_release(page 000000004c822887)
[ 73.931090] Unable to handle kernel paging request at virtual address 000000616c8b520c
[ 73.931095] Oops [#1]
[ 73.933379] Modules linked in: keystone_driver(O)
[ 73.938097] CPU: 1 PID: 234 Comm: test-runner Tainted: G O 5.10.41-nb2 #2
[ 73.946194] epc: ffffffe0002f2e7c ra : ffffffe0002601bc sp : ffffffe0044eba90
[ 73.953335] gp : ffffffe0010bc740 tp : ffffffe0017d5580 t0 : ffffffe00101cf18
[ 73.960561] t1 : 00007fffffffffff t2 : 0000000000000100 s0 : ffffffe0044ebac0
[ 73.967788] s1 : ffffffe00472d788 a0 : 037fffe16c8b51d8 a1 : 0000000000000034
[ 73.975014] a2 : ffffffe00472d000 a3 : 0000000000000008 a4 : 037fffe16c8b520c
[ 73.982241] a5 : ffffffffffffffff a6 : c0000000ffffefff a7 : fffffffffffe84a0
[ 73.989467] s2 : 037fffe16c8b51d8 s3 : ffffffe00472d788 s4 : 0000000000000000
[ 73.996693] s5 : ffffffe00472d788 s6 : ffffffffffffffda s7 : 0000002acd47a500
[ 74.003920] s8 : 0000000000000005 s9 : 0000002acd432574 s10: 0000000000000000
[ 74.011147] s11: 0000002acd47a4a0 t3 : 000000000000000f t4 : 0000000000000122
[ 74.018372] t5 : 0000000000000100 t6 : ffffffe0044eb7c8
[ 74.023689] status: 0000000200000120 badaddr: 000000616c8b520c cause: 000000000000000f
[ 74.031743] ---[ end trace d56cc096224d9078 ]---

Hi,
i am loading keystone driver to 5.10 kernel i am facing " Unable to handle kernel paging request at virtual address 000000616c8b520c" issue can anyone assist me why this error occurring.

Please sign in to comment.