diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1825311')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/hypervisor/1825311 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1825311 b/results/classifier/deepseek-2-tmp/output/hypervisor/1825311 new file mode 100644 index 000000000..b8fd0e4d6 --- /dev/null +++ b/results/classifier/deepseek-2-tmp/output/hypervisor/1825311 @@ -0,0 +1,4 @@ + +mips_cpu_handle_mmu_fault renders all accessed pages executable + +On MIPS, data accesses to pages mapped in the TLB result in mips_cpu_handle_mmu_fault() marking the page unconditionally executable, even if the TLB entry has the XI bit set. Later on, when there is an attempt to execute this page, no exception is generated, even though TLBXI is expected. \ No newline at end of file |