Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- allocator
- kmalloc
- buddy_system
- slowpath
- fastpath
- page
- vmalloc
- slub
- spinlock
- multiqueue
- Network
- commit
- vm_area_struct
- 카프카
- Android
- Kernel
- blk-mq
- proc
- lruvec
- memory
- Linux
- pmap
- NDK
- devicedriver
- strex
- BLOCK
- kafka
- mm_struct
- slab
- Apache
Archives
- Today
- Total
목록BLUETOOTH (1)
Art of Pr0gr4m
Linux Kernel Network Commit #2
BlueZ 트리의 bluetooth-next 브랜치에 커밋했다. [v4] Bluetooth: Fix return value in hci_dev_do_close() - Patchwork (kernel.org) [v4] Bluetooth: Fix return value in hci_dev_do_close() - Patchwork patchwork.kernel.org 현재 hci_dev_do_close() 함수는 모든 종료 경로에서 return 0;으로 끝난다. 종료 루틴이 실패하면 에러 값을 반환해야 하는데, 어떤 상황에서도 0을 반환하는 상황이다. 기기 에러 상황에서 reset하는 경우, hci_error_reset 함수에서 이 함수를 호출하는데, 종료 동작이 정상적으로 수행되면 이어서 hci_dev_do..
IT
2021. 8. 20. 00:54