Hi Arjan, The related bug has been reported to bugzilla.kernel.org as https://bugzilla.kernel.org/show_bug.cgi?id=29172 And to remove the loop_mutex will not only solve our installation reboot issue, but also the deadlock happened with the following script: dd if=/dev/zero of=img bs=512 count=1000 losetup -f img mkfs.ext2 /dev/loop0 mount -t ext2 -o loop /dev/loop0 mnt umount mnt/ At the same time, I checked the latest kernel 2.6.37 from http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary and loop_mutex has been removed.
Additionally, bug 12562 is based on MeeGo 1.2, and 1.2 still uses 2.6.37 kernel. Thanks. Neo -----Original Message----- From: Zhou, Ting Z Sent: Friday, May 13, 2011 11:26 AM To: Fang, Neo Subject: FW: [meego-packaging] [meego-commits] 18257: Changes to MeeGo:1.2:oss:Testing/kernel -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Arjan van de Ven Sent: Friday, May 13, 2011 11:24 AM To: [email protected] Subject: Re: [meego-packaging] [meego-commits] 18257: Changes to MeeGo:1.2:oss:Testing/kernel On 5/12/2011 8:21 PM, New Fang wrote: > Hi, > I have made the following changes to kernel in project MeeGo:1.2:oss:Testing. > Please review and accept ASAP. > > Thank You, > New Fang > > [This message was auto-generated] > > --- > > Request #18257: > > submit: home:nfang:branches:MeeGo:1.2:oss:Testing/kernel(r3)(cleanup) -> > MeeGo:1.2:oss:Testing/kernel > eh no? randomly dropping locks is no solution also why is this image not using kernel-adaptation-pinetrail ???? _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
