aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/scif/git:/ssh:/git@git.zx2c4.com
diff options
context:
space:
mode:
authorQinglin Pan <panqinglin2020@iscas.ac.cn>2022-10-09 16:30:50 +0800
committerPalmer Dabbelt <palmer@rivosinc.com>2022-10-27 14:55:58 -0700
commit9f2ac64d6ca60db99132e08628ac2899f956a0ec (patch)
treea7e71c75e82e41f423ffacb300bfaa1bf2dd9568 /drivers/misc/mic/scif/git:/ssh:/git@git.zx2c4.com
parentMAINTAINERS: git://github.com -> https://github.com for sifive (diff)
riscv: mm: add missing memcpy in kasan_init
Hi Atish, It seems that the panic is due to the missing memcpy during kasan_init. Could you please check whether this patch is helpful? When doing kasan_populate, the new allocated base_pud/base_p4d should contain kasan_early_shadow_{pud, p4d}'s content. Add the missing memcpy to avoid page fault when read/write kasan shadow region. Tested on: - qemu with sv57 and CONFIG_KASAN on. - qemu with sv48 and CONFIG_KASAN on. Signed-off-by: Qinglin Pan <panqinglin2020@iscas.ac.cn> Tested-by: Atish Patra <atishp@rivosinc.com> Fixes: 8fbdccd2b173 ("riscv: mm: Support kasan for sv57") Link: https://lore.kernel.org/r/20221009083050.3814850-1-panqinglin2020@iscas.ac.cn Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'drivers/misc/mic/scif/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
pan class='insertions'>+1 2016-02-09misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt3-2/+86 2016-02-09misc: mic: Remove MIC X100 card virtio functionalitySudeep Dutt4-719/+1 2016-02-07mic_virtio: fix a timeout loopDan Carpenter1-1/+1 2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1 2015-10-04misc: mic: Remove COSM functionality from the MIC card driverAshutosh Dixit2-86/+4 2015-05-24misc: mic: MIC card driver specific changes to enable SCIFSudeep Dutt4-5/+200 2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0 2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin1-1/+3 2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin1-0/+3 2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin1-1/+1 2014-12-09mic_virtio: robust feature array size calculationMichael S. Tsirkin1-2/+1 2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin1-1/+1 2014-10-20misc: mic: card: drop owner assignment from platform_driversWolfram Sang1-1/+0 2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin1-5/+1 2014-07-16misc: mic: Introduce the managed version of ioremapHimangi Saraogi1-6/+3 2014-07-11misc: mic: add dma support in card driverSiva Yerramreddy2-3/+60 2014-07-11misc: mic: add threaded irq support in card driverSiva Yerramreddy3-15/+20 2014-02-18misc: mic: Add include of <linux/irqreturn.h>Bjorn Helgaas1-0/+1 2013-11-27misc: mic: Suppress memory space sparse warningsAshutosh Dixit1-3/+5 2013-11-27misc: mic: Fix endianness issues.Ashutosh Dixit1-7/+7 2013-11-27misc: mic: Fix user space namespace pollution from mic_common.h.Ashutosh Dixit2-6/+5 2013-11-27misc: mic: Minor bug fix in 'retry' loops.Sudeep Dutt1-4/+4 2013-11-27misc: mic: Change mic_notify(...) to return true.Sudeep Dutt1-1/+2 2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1 2013-09-27misc: mic: cleanups for "--strict" checkpatch.Ashutosh Dixit3-12/+10 2013-09-27misc: mic: header file cleanups.Sudeep Dutt4-4/+4 2013-09-26Intel MIC Card Driver Changes for Virtio Devices.Ashutosh Dixit4-0/+716 2013-09-26Intel MIC Card Driver for X100 family.Sudeep Dutt6-0/+876