Code Monkey home page Code Monkey logo

Comments (2)

cormander avatar cormander commented on August 22, 2024

Hi,

I got this installed in a Vbox VM on Windows10 host this evening. I was able to trigger this issue after a third reboot after the update to 7.5.

This is a kernel OOPS and this distro does a default panic_on_oops ... so what I did to get the full stack is to set:

kernel.panic_on_oops = 0

in

/etc/sysctl.d/tpe.conf

The system still fully boots if it runs into this issue, and you can find the relivant info in /var/log/messages - the stack trace is here:

Jul 10 01:20:57 localhost kernel: tpe: loading out-of-tree module taints kernel.
Jul 10 01:20:57 localhost kernel: tpe: module verification failed: signature and/or required key missing - tainting kernel
Jul 10 01:20:57 localhost kernel: tpe: added to kernel
Jul 10 01:20:57 localhost kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000020
Jul 10 01:20:57 localhost kernel: IP: [<ffffffffc021576c>] fopskit_security_mmap_file+0x2c/0x7f [tpe]
Jul 10 01:20:57 localhost kernel: PGD 0
Jul 10 01:20:57 localhost kernel: Oops: 0000 [#1] SMP
Jul 10 01:20:57 localhost kernel: Modules linked in: tpe(OE) ip_tables xfs libcrc32c sd_mod crc_t10dif sr_mod cdrom crct10dif_generic ata_generic pata_acpi ahci ata_piix libahci libata e1000 crct10dif_pclmul crct10dif_common crc32c_intel serio_raw dm_mirror dm_region_hash dm_log dm_mod
Jul 10 01:20:57 localhost kernel: CPU: 0 PID: 487 Comm: journalctl Tainted: G           OE  ------------   3.10.0-862.6.3.v7.x86_64 #1
Jul 10 01:20:57 localhost kernel: Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
Jul 10 01:20:57 localhost kernel: task: ffffa01cf76daf70 ti: ffffa019f68d8000 task.ti: ffffa019f68d8000
Jul 10 01:20:57 localhost kernel: RIP: 0010:[<ffffffffc021576c>]  [<ffffffffc021576c>] fopskit_security_mmap_file+0x2c/0x7f [tpe]
Jul 10 01:20:57 localhost kernel: RSP: 0018:ffffa019f68dbd60  EFLAGS: 00010202
Jul 10 01:20:57 localhost kernel: RAX: 0000000000000000 RBX: ffffffffc0217ec0 RCX: ffffa019f68dbda0
Jul 10 01:20:57 localhost kernel: RDX: 0000000000000004 RSI: ffffffff873b3d21 RDI: 0000000000000000
Jul 10 01:20:57 localhost kernel: RBP: ffffa019f68dbd90 R08: 0000000000000022 R09: 0000000000000000
Jul 10 01:20:57 localhost kernel: R10: 0000000000001000 R11: 0000000000000246 R12: 0000000000008000
Jul 10 01:20:57 localhost kernel: R13: ffffffff874d1430 R14: ffffa019f68dbda0 R15: ffffffff873b3d21
Jul 10 01:20:57 localhost kernel: FS:  0000000000000000(0000) GS:ffffa01d09200000(0000) knlGS:0000000000000000
Jul 10 01:20:57 localhost kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul 10 01:20:57 localhost kernel: CR2: 0000000000000020 CR3: 0000000036b94000 CR4: 00000000000606f0
Jul 10 01:20:57 localhost kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Jul 10 01:20:57 localhost kernel: DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Jul 10 01:20:57 localhost kernel: Call Trace:
Jul 10 01:20:57 localhost kernel: [<ffffffff87352af4>] ? ftrace_ops_list_func+0xf4/0x120
Jul 10 01:20:57 localhost kernel: [<ffffffff87925264>] ftrace_regs_call+0x5/0x81
Jul 10 01:20:57 localhost kernel: [<ffffffff874d1435>] ? security_mmap_file+0x5/0xa0
Jul 10 01:20:57 localhost kernel: [<ffffffff874d1435>] ? security_mmap_file+0x5/0xa0
Jul 10 01:20:57 localhost kernel: [<ffffffff873b3d21>] ? vm_mmap_pgoff+0x61/0x120
Jul 10 01:20:57 localhost kernel: [<ffffffff873cc7c6>] SyS_mmap_pgoff+0x116/0x270
Jul 10 01:20:57 localhost kernel: [<ffffffff879216d5>] ? system_call_after_swapgs+0xa2/0x146
Jul 10 01:20:57 localhost kernel: [<ffffffff879216e1>] ? system_call_after_swapgs+0xae/0x146
Jul 10 01:20:57 localhost kernel: [<ffffffff879216d5>] ? system_call_after_swapgs+0xa2/0x146
Jul 10 01:20:57 localhost kernel: [<ffffffff879216e1>] ? system_call_after_swapgs+0xae/0x146
Jul 10 01:20:57 localhost kernel: [<ffffffff8722fc32>] SyS_mmap+0x22/0x30
Jul 10 01:20:57 localhost kernel: [<ffffffff87921795>] system_call_fastpath+0x1c/0x21
Jul 10 01:20:57 localhost kernel: [<ffffffff879216e1>] ? system_call_after_swapgs+0xae/0x146
Jul 10 01:20:57 localhost kernel: Code: 48 8b 04 25 80 0e 01 00 80 3d 10 2a 00 00 00 48 8b 80 70 06 00 00 48 8b 79 70 48 8b 15 06 2a 00 00 48 8b 40 70 74 0b 48 c1 ea 03 <48> 83 3c d0 00 75 0b 48 85 ff 74 06 f6 41 68 04 75 0a 66 90 c3
Jul 10 01:20:57 localhost kernel: RIP  [<ffffffffc021576c>] fopskit_security_mmap_file+0x2c/0x7f [tpe]
Jul 10 01:20:57 localhost kernel: RSP <ffffa019f68dbd60>
Jul 10 01:20:57 localhost kernel: CR2: 0000000000000020
Jul 10 01:20:57 localhost kernel: ---[ end trace 13733ed63d0b8df6 ]---

That's all the time I have for tonight - I'll continue taking a look at what's causing this over the next few days.

Thanks for the report.

from tpe-lkm.

NickJH avatar NickJH commented on August 22, 2024

I am wondering if the problem has gone away with another kernel update to kernel-3.10.0-862.9.1.v7.x86_64. I have not been using my VM too much but it has not crashed since the update at the end of July. Today the kernel went up to 3.10.0-862.11.6.

from tpe-lkm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.