From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [119.145.14.66] (helo=szxga03-in.huawei.com) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1mat-0001vF-8E for linux-mtd@lists.infradead.org; Tue, 01 Jul 2014 01:10:48 +0000 Message-ID: <53B20A42.6020008@huawei.com> Date: Tue, 1 Jul 2014 09:09:22 +0800 From: hujianyang MIME-Version: 1.0 To: Akshay Bhat Subject: Re: UBIFS Panic References: <53AC825F.7040602@lutron.com> <53ACD890.4030805@huawei.com> <53B15F8E.3030309@lutron.com> <53B19D09.2000007@lutron.com> In-Reply-To: <53B19D09.2000007@lutron.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Richard Weinberger , linux-mtd List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > Is enabling UBI_FASTMAP the cause for the panic? If so I can disabled the > feature and re-test. Do you see any compatibility issue going from: > Current config -> New config -> Failsafe config > I don't know. But I found func ubi_wl_get_peb() in drivers/mtd/ubi/wl.c will return an error ENOSPC without any error messages. And this func seems related with fastmap feature. I don't have much experience in this.