Changeset ae66564 in mainline for kernel/generic/src/ipc/ops/pagein.c
- Timestamp:
- 2016-09-17T15:26:25Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a97302
- Parents:
- 560b81c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ops/pagein.c
r560b81c rae66564 46 46 static int answer_preprocess(call_t *answer, ipc_data_t *olddata) 47 47 { 48 /* 49 * We only do the special handling below if the call was initiated by 50 * the kernel. Otherwise a malicious task could use this mechanism to 51 * hold memory frames forever. 52 */ 53 if (!answer->priv) 54 return EOK; 55 48 56 if (!IPC_GET_RETVAL(answer->data)) { 57 49 58 pte_t pte; 50 59 uintptr_t frame;
Note:
See TracChangeset
for help on using the changeset viewer.