mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
When allocating a lot of buffers and putting the TTM under memory pressure, during swapout, it might crash the system with the stack trace below. It turns out that ttm_bo_swapout_cb might replace bo->resource when it moves it to system cached. When commit |
||
|---|---|---|
| .. | ||
| tests | ||
| Makefile | ||
| ttm_agp_backend.c | ||
| ttm_backup.c | ||
| ttm_bo.c | ||
| ttm_bo_internal.h | ||
| ttm_bo_util.c | ||
| ttm_bo_vm.c | ||
| ttm_device.c | ||
| ttm_execbuf_util.c | ||
| ttm_module.c | ||
| ttm_module.h | ||
| ttm_pool.c | ||
| ttm_pool_internal.h | ||
| ttm_range_manager.c | ||
| ttm_resource.c | ||
| ttm_sys_manager.c | ||
| ttm_tt.c | ||