From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dustin Lundquist Subject: Re: kernel BUG at fs/buffer.c:1234! Date: Thu, 04 Jul 2013 13:31:30 -0700 Message-ID: <51D5DBA2.4050705@null-ptr.net> References: <51C1DF40.7030708@null-ptr.net> <20130619185537.GB24587@thunk.org> <51C32BB1.5070902@null-ptr.net> <20130620163406.GB4982@thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-ext4@vger.kernel.org To: Theodore Ts'o Return-path: Received: from mail.overthere.org ([67.214.208.79]:59991 "EHLO mail.overthere.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751984Ab3GDUbg (ORCPT ); Thu, 4 Jul 2013 16:31:36 -0400 In-Reply-To: <20130620163406.GB4982@thunk.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: I've narrowed this down a bit more: this seems to only occur when a program attempts to core dump when run within ecryptfs mount. I've been able to reliably reproduce it with: int main() { assert(0); }; Additionally my earlier report that I'm not able to access any local files was incorrect: it seems to be limited to the directory which the program attempted to core dump in. I've update my kernel with WARN_ON(irqs_disabled()); in ext4_lookup(), ext4_find_entry() and ecryptfs_lookup() and then only received the following: > [ 71.368060] ------------[ cut here ]------------ > [ 71.368107] WARNING: at fs/ext4/namei.c:1420 ext4_lookup+0x2a/0x126 [ext4]() > [ 71.368110] Modules linked in: hidp hid fuse ecb ip6table_filter ip6_tables ebtable_nat ebtables ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ipt_REJECT xt_CHECKSUM iptable_mangle xt_tcpudp iptable_filter ip_tables x_tables bridge stp llc parport_pc ppdev lp parport cpufreq_conservative cpufreq_powersave cpufreq_stats cpufreq_userspace rfcomm bnep binfmt_misc uinput loop ecryptfs uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev btusb bluetooth snd_hda_codec_hdmi snd_hda_codec_realtek joydev coretemp kvm_intel kvm crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd iTCO_wdt iTCO_vendor_support arc4 iwldvm snd_hda_intel snd_hda_codec mac80211 snd_hwdep thinkpad_acpi snd_pcm pcspkr snd_page_alloc nvram snd_seq snd_timer snd_seq_device iwlwifi microcode i915 ehci_pci psmouse snd serio_raw evdev i2c_i801 drm_kms_helper ehci_hcd cfg80211 lpc_ich mfd_core s oundcore drm rfkill battery i2c_algo_bit ac i2c_core wmi video acpi_cpufreq mperf processor button ext4 crc16 jbd2 mbcache dm_mod sg sd_mod crc_t10dif sdhci_pci ahci sdhci libahci mmc_core libata e1000e ptp pps_core scsi_mod xhci_hcd usbcore usb_common thermal thermal_sys > [ 71.368216] CPU: 3 PID: 4560 Comm: test_assert Not tainted 3.10.0 #3 > [ 71.368219] Hardware name: LENOVO 2306CTO/2306CTO, BIOS G2ET94WW (2.54 ) 04/30/2013 > [ 71.368222] ffffffff8136cf25 0000000000000000 ffffffff8102fbad 0000000000000000 > [ 71.368228] 0000000000000000 ffff8803d4cbf988 ffff8803f48fbc70 ffff8803d9903900 > [ 71.368232] ffff8803d4decac0 ffff8803f30468c0 ffffffffa01575ee ffff8803f30468c0 > [ 71.368237] Call Trace: > [ 71.368247] [] ? dump_stack+0xd/0x17 > [ 71.368255] [] ? warn_slowpath_common+0x5f/0x77 > [ 71.368271] [] ? ext4_lookup+0x2a/0x126 [ext4] > [ 71.368277] [] ? spin_unlock+0x5/0x6 > [ 71.368282] [] ? d_alloc+0x61/0x69 > [ 71.368288] [] ? lookup_real+0x24/0x3f > [ 71.368293] [] ? __lookup_hash+0x2a/0x31 > [ 71.368298] [] ? lookup_one_len+0xd3/0xe5 > [ 71.368306] [] ? ecryptfs_lookup+0x117/0x2eb [ecryptfs] > [ 71.368311] [] ? lookup_real+0x24/0x3f > [ 71.368316] [] ? do_last+0x509/0xa16 > [ 71.368321] [] ? __inode_permission+0x2f/0x95 > [ 71.368327] [] ? path_openat+0xc4/0x335 > [ 71.368333] [] ? __inc_zone_state+0x3f/0x47 > [ 71.368338] [] ? do_filp_open+0x2a/0x6e > [ 71.368345] [] ? cn_printf+0xda/0xea > [ 71.368350] [] ? file_open_name+0x27/0x2d > [ 71.368354] [] ? filp_open+0x22/0x27 > [ 71.368359] [] ? do_coredump+0x85e/0xbe6 > [ 71.368366] [] ? find_get_page+0x3e/0x5f > [ 71.368373] [] ? _cond_resched+0x6/0x1a > [ 71.368380] [] ? get_signal_to_deliver+0x46a/0x4a5 > [ 71.368385] [] ? signal_wake_up_state+0x1e/0x31 > [ 71.368390] [] ? do_signal+0x3c/0x504 > [ 71.368395] [] ? do_notify_resume+0x25/0x68 > [ 71.368400] [] ? int_signal+0x12/0x17 > [ 71.368403] ---[ end trace c3af132f2e9b580b ]--- > [ 71.368405] ------------[ cut here ]------------ > [ 71.368417] WARNING: at fs/ext4/namei.c:1235 ext4_find_entry+0x3d/0x3e3 [ext4]() > [ 71.368419] Modules linked in: hidp hid fuse ecb ip6table_filter ip6_tables ebtable_nat ebtables ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ipt_REJECT xt_CHECKSUM iptable_mangle xt_tcpudp iptable_filter ip_tables x_tables bridge stp llc parport_pc ppdev lp parport cpufreq_conservative cpufreq_powersave cpufreq_stats cpufreq_userspace rfcomm bnep binfmt_misc uinput loop ecryptfs uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev btusb bluetooth snd_hda_codec_hdmi snd_hda_codec_realtek joydev coretemp kvm_intel kvm crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd iTCO_wdt iTCO_vendor_support arc4 iwldvm snd_hda_intel snd_hda_codec mac80211 snd_hwdep thinkpad_acpi snd_pcm pcspkr snd_page_alloc nvram snd_seq snd_timer snd_seq_device iwlwifi microcode i915 ehci_pci psmouse snd serio_raw evdev i2c_i801 drm_kms_helper ehci_hcd cfg80211 lpc_ich mfd_core s oundcore drm rfkill battery i2c_algo_bit ac i2c_core wmi video acpi_cpufreq mperf processor button ext4 crc16 jbd2 mbcache dm_mod sg sd_mod crc_t10dif sdhci_pci ahci sdhci libahci mmc_core libata e1000e ptp pps_core scsi_mod xhci_hcd usbcore usb_common thermal thermal_sys > [ 71.368517] CPU: 3 PID: 4560 Comm: test_assert Tainted: G W 3.10.0 #3 > [ 71.368519] Hardware name: LENOVO 2306CTO/2306CTO, BIOS G2ET94WW (2.54 ) 04/30/2013 > [ 71.368521] ffffffff8136cf25 0000000000000000 ffffffff8102fbad ffffffff818b8682 > [ 71.368526] 0000000000000000 00000000d4cbf828 ffff8803f48fbc70 ffff8803d4decb40 > [ 71.368530] ffff8803d4decac0 0000000000000000 ffffffffa015721e ffff8803d4cbf8f0 > [ 71.368535] Call Trace: > [ 71.368539] [] ? dump_stack+0xd/0x17 > [ 71.368544] [] ? warn_slowpath_common+0x5f/0x77 > [ 71.368560] [] ? ext4_find_entry+0x3d/0x3e3 [ext4] > [ 71.368577] [] ? ext4_lookup+0x2a/0x126 [ext4] > [ 71.368592] [] ? ext4_lookup+0x2a/0x126 [ext4] > [ 71.368597] [] ? warn_slowpath_common+0x64/0x77 > [ 71.368612] [] ? ext4_lookup+0x51/0x126 [ext4] > [ 71.368616] [] ? spin_unlock+0x5/0x6 > [ 71.368620] [] ? d_alloc+0x61/0x69 > [ 71.368625] [] ? lookup_real+0x24/0x3f > [ 71.368629] [] ? __lookup_hash+0x2a/0x31 > [ 71.368635] [] ? lookup_one_len+0xd3/0xe5 > [ 71.368642] [] ? ecryptfs_lookup+0x117/0x2eb [ecryptfs] > [ 71.368647] [] ? lookup_real+0x24/0x3f > [ 71.368652] [] ? do_last+0x509/0xa16 > [ 71.368657] [] ? __inode_permission+0x2f/0x95 > [ 71.368662] [] ? path_openat+0xc4/0x335 > [ 71.368667] [] ? __inc_zone_state+0x3f/0x47 > [ 71.368672] [] ? do_filp_open+0x2a/0x6e > [ 71.368678] [] ? cn_printf+0xda/0xea > [ 71.368682] [] ? file_open_name+0x27/0x2d > [ 71.368686] [] ? filp_open+0x22/0x27 > [ 71.368691] [] ? do_coredump+0x85e/0xbe6 > [ 71.368696] [] ? find_get_page+0x3e/0x5f > [ 71.368701] [] ? _cond_resched+0x6/0x1a > [ 71.368707] [] ? get_signal_to_deliver+0x46a/0x4a5 > [ 71.368711] [] ? signal_wake_up_state+0x1e/0x31 > [ 71.368716] [] ? do_signal+0x3c/0x504 > [ 71.368721] [] ? do_notify_resume+0x25/0x68 > [ 71.368724] [] ? int_signal+0x12/0x17 > [ 71.368727] ---[ end trace c3af132f2e9b580c ]--- > [ 71.368741] ------------[ cut here ]------------ > [ 71.368806] kernel BUG at fs/buffer.c:1234! > [ 71.368859] invalid opcode: 0000 [#1] SMP > [ 71.368916] Modules linked in: hidp hid fuse ecb ip6table_filter ip6_tables ebtable_nat ebtables ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ipt_REJECT xt_CHECKSUM iptable_mangle xt_tcpudp iptable_filter ip_tables x_tables bridge stp llc parport_pc ppdev lp parport cpufreq_conservative cpufreq_powersave cpufreq_stats cpufreq_userspace rfcomm bnep binfmt_misc uinput loop ecryptfs uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev btusb bluetooth snd_hda_codec_hdmi snd_hda_codec_realtek joydev coretemp kvm_intel kvm crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd iTCO_wdt iTCO_vendor_support arc4 iwldvm snd_hda_intel snd_hda_codec mac80211 snd_hwdep thinkpad_acpi snd_pcm pcspkr snd_page_alloc nvram snd_seq snd_timer snd_seq_device iwlwifi microcode i915 ehci_pci psmouse snd serio_raw evdev i2c_i801 drm_kms_helper ehci_hcd cfg80211 lpc_ich mfd_core s oundcore drm rfkill battery i2c_algo_bit ac i2c_core wmi video acpi_cpufreq mperf processor button ext4 crc16 jbd2 mbcache dm_mod sg sd_mod crc_t10dif sdhci_pci ahci sdhci libahci mmc_core libata e1000e ptp pps_core scsi_mod xhci_hcd usbcore usb_common thermal thermal_sys > [ 71.370597] CPU: 3 PID: 4560 Comm: test_assert Tainted: G W 3.10.0 #3 > [ 71.370685] Hardware name: LENOVO 2306CTO/2306CTO, BIOS G2ET94WW (2.54 ) 04/30/2013 > [ 71.370777] task: ffff8804097055e0 ti: ffff8803d4cbe000 task.ti: ffff8803d4cbe000 > [ 71.370868] RIP: 0010:[] [] check_irqs_on+0x7/0xa > [ 71.370971] RSP: 0018:ffff8803d4cbf540 EFLAGS: 00010046 > [ 71.371037] RAX: 0000000000000096 RBX: 0000000000001000 RCX: 0000000000000000 > [ 71.371122] RDX: 0000000000001000 RSI: 0000000000a8207b RDI: ffff88041d7c7740 > [ 71.371208] RBP: ffff88041d7c7740 R08: 0000000001400000 R09: 0000000000000000 > [ 71.371294] R10: 0000000000000000 R11: ffffffff814dae00 R12: 0000000000a8207b > [ 71.371380] R13: 0000000000000001 R14: 0000000000a8207b R15: 0000000000000000 > [ 71.371467] FS: 00007f3a5c944700(0000) GS:ffff88041e2c0000(0000) knlGS:0000000000000000 > [ 71.371565] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > [ 71.371634] CR2: 00007f3a5c425070 CR3: 00000003f346f000 CR4: 00000000001407e0 > [ 71.371720] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 > [ 71.371806] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 > [ 71.371891] Stack: > [ 71.371917] ffffffff81123e41 0000000000000001 ffff8803f3fe8358 ffff8803d4cbf5b0 > [ 71.372017] ffffffffa014e10d ffff8803d4cbf6b4 ffff8803d4cbf630 ffff8803d4cbf630 > [ 71.372117] ffff8803f48fbc70 0000000000000000 ffff8803d4cbf6b4 0000000000001000 > [ 71.372217] Call Trace: > [ 71.372253] [] ? __find_get_block+0x17/0x162 > [ 71.372341] [] ? __check_block_validity.constprop.53+0x27/0x65 [ext4] > [ 71.372441] [] ? __getblk+0x1b/0x275 > [ 71.372519] [] ? ext4_getblk+0x9b/0x15d [ext4] > [ 71.372596] [] ? _raw_spin_trylock+0x5/0x13 > [ 71.372681] [] ? ext4_bread+0xd/0x61 [ext4] > [ 71.372755] [] ? console_unlock+0x2c6/0x303 > [ 71.372839] [] ? __ext4_read_dirblock+0x35/0x251 [ext4] > [ 71.372935] [] ? dx_probe+0x38/0x308 [ext4] > [ 71.373008] [] ? show_trace_log_lvl+0x2c/0x56 > [ 71.373094] [] ? ext4_dx_find_entry+0x3d/0x152 [ext4] > [ 71.373179] [] ? printk+0x4f/0x54 > [ 71.373252] [] ? ext4_find_entry+0x3d/0x3e3 [ext4] > [ 71.373333] [] ? warn_slowpath_common+0x64/0x77 > [ 71.373421] [] ? ext4_find_entry+0x132/0x3e3 [ext4] > [ 71.373515] [] ? ext4_lookup+0x2a/0x126 [ext4] > [ 71.373601] [] ? ext4_lookup+0x2a/0x126 [ext4] > [ 71.376994] [] ? warn_slowpath_common+0x64/0x77 > [ 71.380410] [] ? ext4_lookup+0x51/0x126 [ext4] > [ 71.383809] [] ? spin_unlock+0x5/0x6 > [ 71.387089] [] ? lookup_real+0x24/0x3f > [ 71.390236] [] ? __lookup_hash+0x2a/0x31 > [ 71.393253] [] ? lookup_one_len+0xd3/0xe5 > [ 71.396152] [] ? ecryptfs_lookup+0x117/0x2eb [ecryptfs] > [ 71.398948] [] ? lookup_real+0x24/0x3f > [ 71.401614] [] ? do_last+0x509/0xa16 > [ 71.404152] [] ? __inode_permission+0x2f/0x95 > [ 71.406579] [] ? path_openat+0xc4/0x335 > [ 71.408960] [] ? __inc_zone_state+0x3f/0x47 > [ 71.411307] [] ? do_filp_open+0x2a/0x6e > [ 71.413623] [] ? cn_printf+0xda/0xea > [ 71.415889] [] ? file_open_name+0x27/0x2d > [ 71.418123] [] ? filp_open+0x22/0x27 > [ 71.420317] [] ? do_coredump+0x85e/0xbe6 > [ 71.422516] [] ? find_get_page+0x3e/0x5f > [ 71.424701] [] ? _cond_resched+0x6/0x1a > [ 71.426876] [] ? get_signal_to_deliver+0x46a/0x4a5 > [ 71.429073] [] ? signal_wake_up_state+0x1e/0x31 > [ 71.431238] [] ? do_signal+0x3c/0x504 > [ 71.433364] [] ? do_notify_resume+0x25/0x68 > [ 71.435483] [] ? int_signal+0x12/0x17 > [ 71.437588] Code: db b6 6d 48 c1 fe 03 48 0f af f0 48 b8 00 00 00 00 00 88 ff ff 48 c1 e6 0c 48 01 c6 48 01 f2 48 89 57 28 c3 9c 58 f6 c4 02 75 02 <0f> 0b c3 55 48 c7 c5 60 f3 00 00 83 c8 ff 53 31 db 41 52 65 c7 > [ 71.442432] RIP [] check_irqs_on+0x7/0xa > [ 71.444766] RSP > [ 71.463545] ---[ end trace c3af132f2e9b580d ]---