RE: [EXT] Re: [PATCH v6 2/2] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo

2020-06-03 Thread Kamlakant Patel
Hi Bhupesh, > -Original Message- > From: Bhupesh Sharma > Sent: Thursday, June 4, 2020 2:05 AM > To: Kamlakant Patel > Cc: linux-arm-ker...@lists.infradead.org; x...@kernel.org; Mark Rutland > ; Kazuhito Hagio ; Steve > Capper ; Catalin Marinas >

RE: [PATCH v6 2/2] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo

2020-06-03 Thread Kamlakant Patel
ve_vmcoreinfo(void) > kimage_voffset); > vmcoreinfo_append_str("NUMBER(PHYS_OFFSET)=0x%llx\n", > PHYS_OFFSET); > + vmcoreinfo_append_str("NUMBER(

Re: [PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-06 Thread Kamlakant Patel
he driver soon. > > Much appreciated. Hi Ricard, I am using the previous version of your patch on Netlogic XLP MIPS64 platform with some cleanups, some of them are mentioned by Borris. I can send you the patch if you would like to integrate it. Thanks, Kamlakant Patel

[PATCH 1/2] jffs2: Fix segmentation fault found in stress test

2014-01-06 Thread Kamlakant Patel
535, and will be converted to a negative number when the position is greater than 32767 and causes a corruption and crash. Changing the definition to 'unsigned short' fixes this issue Signed-off-by: Jayachandran C Signed-off-by: Kamlakant Patel --- fs/jffs2/compr_rtime.c | 4 ++-- 1 file c

[PATCH 2/2] jffs2: Fix crash due to truncation of csize

2014-01-06 Thread Kamlakant Patel
d when assigned to tn->csize. This is causing a kernel BUG. Changing the definition of csize in jffs2_tmp_dnode_info to uint32_t fixes the issue. Signed-off-by: Ajesh Kunhipurayil Vijayan Signed-off-by: Kamlakant Patel --- fs/jffs2/nodelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH 1/3] drivers: mtd: spinand: Add generic spinand frameowrk and micron driver.

2013-06-26 Thread Kamlakant Patel
g: [ 260.232000] jffs2: cannot read OOB for EB at , requested 8 bytes, read 0 bytes, error -22 mount: mounting /dev/mtdblock5 on /mnt/ failed: Input/output error I am working on it to fix into the driver, will send an updated patch with the fix. Thanks, Kamlakant Patel -- To unsubscribe