Skip to content

Instantly share code, notes, and snippets.

@creshal
Created November 23, 2015 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creshal/ef993caaf081060f38de to your computer and use it in GitHub Desktop.
Save creshal/ef993caaf081060f38de to your computer and use it in GitHub Desktop.
[11212.664367] BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
[11212.664397] IP: [<ffffffff811d1ddf>] propagate_one+0x8f/0x1a0
[11212.664418] PGD 1020c8067 PUD 24d7ff067 PMD 0
[11212.664449] Oops: 0000 [#1] SMP
[11212.664468] Modules linked in: nfsv3 nfsd nfs_acl cpufreq_powersave cpufreq_userspace cpufreq_stats cpufreq_conservative veth xt_nat ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables ipt_REJECT xt_tcpudp xt_comment nf_conntrack_ipv4 nf_defrag_ipv4 rpcsec_gss_krb5 auth_rpcgss xt_conntrack oid_registry nf_conntrack nfsv4 iptable_filter dns_resolver ip_tables x_tables nfs lockd sunrpc fscache bridge stp llc ipmi_devintf ppdev iTCO_wdt iTCO_vendor_support x86_pkg_temp_thermal intel_powerclamp intel_rapl coretemp kvm_intel kvm crc32_pclmul ghash_clmulni_intel tpm_tis winbond_cir battery parport_pc int3403_thermal tpm rc_core ttm aesni_intel parport ipmi_si aes_x86_64 drm_kms_helper ipmi_msghandler lrw video drm gf128mul glue_helper ablk_helper
[11212.664878] evdev cryptd joydev i2c_i801 lpc_ich shpchp mfd_core processor thermal_sys button fuse autofs4 ext4 crc16 mbcache jbd2 btrfs xor raid6_pq dm_mod hid_generic usbhid hid raid1 md_mod sg sd_mod crc_t10dif crct10dif_generic crct10dif_pclmul crct10dif_common ahci ehci_pci xhci_hcd libahci ehci_hcd igb libata i2c_algo_bit i2c_core dca crc32c_intel ptp scsi_mod usbcore pps_core usb_common
[11212.665153] CPU: 4 PID: 12554 Comm: mount Not tainted 3.16.0-4-amd64 #1 Debian 3.16.7-ckt11-1+deb8u6
[11212.665237] Hardware name: Intel Corporation S1200RP/S1200RP, BIOS S1200RP.86B.03.01.0002.041520151123 04/15/2015
[11212.665325] task: ffff88082dcad370 ti: ffff8801cb30c000 task.ti: ffff8801cb30c000
[11212.665403] RIP: 0010:[<ffffffff811d1ddf>] [<ffffffff811d1ddf>] propagate_one+0x8f/0x1a0
[11212.665485] RSP: 0018:ffff8801cb30fe48 EFLAGS: 00010282
[11212.665531] RAX: ffff88082f7a9340 RBX: ffff88009afaf400 RCX: ffff88009afaf400
[11212.665583] RDX: 0000000000000000 RSI: ffff88082f40fa80 RDI: ffff88082d821040
[11212.665636] RBP: ffff88009afaf400 R08: 0000000000000046 R09: 00000000000000da
[11212.665688] R10: 000000000000000e R11: 0000000000000001 R12: ffff88082f7a9340
[11212.665740] R13: ffff8801cb30fe90 R14: ffff88009afaf400 R15: ffff88082d828890
[11212.665793] FS: 00007fdefe0c1840(0000) GS:ffff88084fc80000(0000) knlGS:0000000000000000
[11212.665874] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[11212.665921] CR2: 0000000000000010 CR3: 00000004c7199000 CR4: 00000000001407e0
[11212.665973] Stack:
[11212.666009] 0000000000000000 ffff88009afaf400 ffffffff811d234b ffff88009af426c0
[11212.666098] ffff88082f7a9340 0000000000000000 ffff88082bdca080 ffff8807d26649d8
[11212.666186] ffffffff811c70f1 ffff88009ac49980 ffff88082bdca080 0000000000000000
[11212.666275] Call Trace:
[11212.666313] [<ffffffff811d234b>] ? propagate_mnt+0x12b/0x160
[11212.666362] [<ffffffff811c70f1>] ? attach_recursive_mnt+0x121/0x210
[11212.666412] [<ffffffff811c8543>] ? do_mount+0x983/0xb00
[11212.666459] [<ffffffff811580ed>] ? memdup_user+0x3d/0x70
[11212.666506] [<ffffffff811c89b1>] ? SyS_mount+0x81/0xc0
[11212.666553] [<ffffffff815116cd>] ? system_call_fast_compare_end+0x10/0x15
[11212.666604] Code: 75 0f 48 89 c1 48 8b 81 d8 00 00 00 48 39 d0 75 eb 48 3b 87 d8 00 00 00 48 8b 15 45 71 8f 00 74 2b 0f 1f 00 48 8b 92 d8 00 00 00 <48> 8b 72 10 48 3b 86 d8 00 00 00 75 ec 48 89 35 2d 71 8f 00 8b
[11212.666922] RIP [<ffffffff811d1ddf>] propagate_one+0x8f/0x1a0
[11212.666972] RSP <ffff8801cb30fe48>
[11212.667011] CR2: 0000000000000010
[11212.667495] ---[ end trace d18ded6c497d1088 ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment