lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 21 Jun 2011 22:22:06 +0530
From:	Niraj Kulkarni <kulkarniniraj14@...il.com>
To:	linux-ext4@...r.kernel.org
Subject: Help required for Debugging JBD

Hi all,
         I have modified my JBD (no change to Ext3) to support 
Transactional-Flash. For that I require only to collect metadata and 
data blocks and send them simultaneously (no transaction record, revoke 
record etc).
        The problem is, though it works well for small number of 
operations, the kernel completely hangs when I run any benchmark (like 
blogbench or postmark) over them. The bad thing is that there is no 
trace left afterwards, ie logs don't contain any message since the 
operation was started, kernel OOPS are not shown, no faults are shown, 
no panic is shown even though I have enabled panic on hard/soft lockup. 
I have to hard reboot machine each time.
         So essentially, I am totally clueless about the point  at which 
it is crashing or reason behind it. There is a small possibility that 
bug may be in modified MTD layer (which I've written myself), but since 
I have run unmodified Ext3 on that MTD layer without any bug, the chance 
of buggy MTD layer appears very slim.

Any help in greatly appreciated.

Niraj
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ