Show patches with: Submitter = Deepak Gupta       |    State = Action Required       |    Archived = No       |   85 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,29/29] kselftest/riscv: kselftest for user mode cfi riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,28/29] riscv: Documentation for shadow stack on riscv riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,27/29] riscv: Documentation for landing pad / indirect branch tracking riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,26/29] riscv: create a config for shadow stack and landing pad instr support riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,25/29] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,24/29] riscv/ptrace: riscv cfi status and state via ptrace and in core files riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,23/29] riscv signal: Save and restore of shadow stack for signal riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,22/29] riscv sigcontext: adding cfi state field in sigcontext riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,21/29] riscv/traps: Introduce software check exception riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,20/29] riscv/kernel: update __show_regs to print shadow stack register riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,19/29] riscv: Implements arch agnostic indirect branch tracking prctls riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,18/29] riscv: Implements arch agnostic shadow stack prctls riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,17/29] prctl: arch-agnostic prctl for indirect branch tracking riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,16/29] prctl: arch-agnostic prctl for shadow stack riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,15/29] riscv/shstk: If needed allocate a new shadow stack on clone riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,14/29] riscv/mm: Implement map_shadow_stack() syscall riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,13/29] riscv mmu: write protect and shadow stack riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,12/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,11/29] riscv mm: manufacture shadow stack pte riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,10/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,09/29] mm: abstract shadow stack vma behind `vma_is_shadow_stack` riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,08/29] mm: Define VM_SHADOW_STACK for RISC-V riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,07/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,06/29] riscv: zicfiss / zicfilp extension csr and bit definitions riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,05/29] riscv: zicfiss / zicfilp enumeration riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml) riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,03/29] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,02/29] riscv: define default value for envcfg for task riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v3,01/29] riscv: envcfg save and restore on task switching riscv control-flow integrity for usermode - - - --- 2024-04-03 Deepak Gupta New
[v2,27/27] kselftest/riscv: kselftest for user mode cfi riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,26/27] riscv: Documentation for shadow stack on riscv riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,25/27] riscv: Documentation for landing pad / indirect branch tracking riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,24/27] riscv: create a config for shadow stack and landing pad instr support riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,23/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,22/27] riscv signal: Save and restore of shadow stack for signal riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,21/27] riscv sigcontext: adding cfi state field in sigcontext riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,20/27] riscv/traps: Introduce software check exception riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,19/27] riscv/kernel: update __show_regs to print shadow stack register riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,18/27] riscv: Implements arch argnostic indirect branch tracking prctls riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,17/27] riscv: Implements arch agnostic shadow stack prctls riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,16/27] prctl: arch-agnostic prtcl for indirect branch tracking riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,15/27] prctl: arch-agnostic prctl for shadow stack riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,14/27] riscv/shstk: If needed allocate a new shadow stack on clone riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,13/27] riscv/mm: Implement map_shadow_stack() syscall riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,12/27] riscv mmu: write protect and shadow stack riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,11/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,10/27] riscv mm: manufacture shadow stack pte riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,09/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,08/27] mm: abstract shadow stack vma behind `arch_is_shadow_stack` riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,07/27] mm: Define VM_SHADOW_STACK for RISC-V riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,06/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,05/27] riscv: zicfiss/zicfilp extension csr and bit definitions riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,04/27] riscv: zicfiss/zicfilp enumeration riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,03/27] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,02/27] riscv: define default value for envcfg riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[v2,01/27] riscv: envcfg save and restore on task switching riscv control-flow integrity for usermode - - - --- 2024-03-29 Deepak Gupta New
[RFC,v1,28/28] kselftest/riscv: kselftest for user mode cfi riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,27/28] riscv: Documentation for shadow stack on riscv riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,26/28] riscv: Documentation for landing pad / indirect branch tracking riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,25/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,24/28] riscv: select config for shadow stack and landing pad instr support riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,23/28] riscv signal: Save and restore of shadow stack for signal riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,22/28] riscv sigcontext: adding cfi state field in sigcontext riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,21/28] riscv/traps: Introduce software check exception riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,20/28] riscv: Implements arch argnostic indirect branch tracking prctls riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,19/28] riscv: Implements arch agnostic shadow stack prctls riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,18/28] prctl: arch-agnostic prtcl for indirect branch tracking riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,17/28] prctl: arch-agnostic prctl for shadow stack riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,16/28] riscv/shstk: If needed allocate a new shadow stack on clone riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,15/28] riscv/mm: Implement map_shadow_stack() syscall riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,14/28] riscv mmu: write protect and shadow stack riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,13/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,12/28] riscv mm: manufacture shadow stack pte riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,11/28] riscv: Implementing "PROT_SHADOWSTACK" on riscv riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,10/28] riscv/mm : Introducing new protection flag "PROT_SHADOWSTACK" riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack` riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,08/28] mm: Define VM_SHADOW_STACK for RISC-V riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,07/28] riscv: kernel handling on trap entry/exit for user cfi riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,06/28] riscv: zicfiss/zicfilp extension csr and bit definitions riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,05/28] riscv: zicfiss/zicfilp enumeration riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,04/28] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,03/28] riscv: define default value for envcfg riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,02/28] riscv: envcfg save and restore on trap entry/exit riscv control-flow integrity for usermode - - - --- 2024-01-25 Deepak Gupta New
[RFC,v1,01/28] riscv: abstract envcfg CSR riscv control-flow integrity for usermode - 1 - --- 2024-01-25 Deepak Gupta New
[01/28] riscv: abstract envcfg CSR [01/28] riscv: abstract envcfg CSR - - - --- 2024-01-25 Deepak Gupta New