태그 : object 요약보기전체보기목록닫기
- [Kernel] 슬랩 페이지(slab page)가 관리하는 슬랩 오브젝트 갯수(0)2018.04.25
- [Kernel] slab object 자료구조 - 페이지, 슬랩 캐시(0)2018.04.23
- [0410] Slab Memory Corruption Case Study#3 - 디버깅 (0)2018.04.23
- [0410] Slab Memory Corruption Case Study#2 - 디버깅(0)2018.04.20
- [0410] Slab Memory Corruption Case Study#1 - 디버깅(2) (0)2018.04.20
- [0410] Slab Memory Corruption Case Study#1 - 로그 분석(1)(0)2018.04.18
- slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview(0)2017.12.27
- 커널 오브젝트 Kernel Object - rbtree debugging(parent directory) - (2) (0)2017.12.26
- 커널 오브젝트 Kernel Object - rbtree debugging(child directory) - (1)(0)2017.12.26
1
- [Linux][Kernel] MM
- 2018/04/25 10:11
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab page)가 ...
- [Linux][Kernel] MM
- 2018/04/23 22:12
이번 시간에는 코어 덤프에서 페이지 디스크립터와 슬랩 오브젝트 자료구조를 알아 봅니다.우선 다음과 같은 페이지 디스크립터가 있습니다.(struct page *) (struct page*)0xEC778540 = 0xEC778540 -> ( (long unsigned int) flags = 128 = 0x80, //<<...
- [Linux][Kernel] MM
- 2018/04/23 09:02
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab page)가 ...
- [Linux][Kernel] MM
- 2018/04/20 17:22
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab page)가 ...
- [Linux][Kernel] MM
- 2018/04/20 06:17
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab page)가 ...
- [Linux][Kernel] MM
- 2018/04/18 21:11
- [Linux][Kernel] MM
- 2017/12/27 12:42
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab page)가 ...
Crash Tool로 커널 오브젝트의 rbtree를 디버깅해서 parent node를 확인하는 방법에 대해 간단히 소개하고자 해요.아래와 같은 커널 오브젝트가 있다고 가정해보아요. Sys node의 위치는 /sys/devices/system/cpu/cpu3 이겠죠?현재 struct kobject->cpu는 "cpu3"을 가르키고 있는데요, 그럼 이...
Crash Tool로 커널 오브젝트의 rbtree를 디버깅하는 방법에 대해 간단히 소개하고자 해요.아래와 같은 커널 오브젝트가 있다고 가정해보아요. Sys node의 위치는 /sys/devices/system/cpu/cpu3 이겠죠?현재 struct kobject->cpu는 "cpu3"을 가르키고 있는데요, 그럼 이 커널 오브젝트의 하위 child...
1
최근 덧글