Difference between revisions of "Kernel Meetup July - 2017"
From reserved-bit ideas wiki
(→Event details) |
(→Blog Posts) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
Kernel meetup for the month of July. | Kernel meetup for the month of July. | ||
− | * '''Date''': | + | * '''Date''': 16-Jul-2017 |
− | * '''Time''': | + | * '''Time''': 11:00 - 13:00 |
* '''Location''': [https://reserved-bit.com reserved-bit], 337, Amanora Chambers, Above Amanora Mall, Hadapsar, Pune - 411028 | * '''Location''': [https://reserved-bit.com reserved-bit], 337, Amanora Chambers, Above Amanora Mall, Hadapsar, Pune - 411028 | ||
* '''Meetup Page''': https://www.meetup.com/reserved-bit/events/241166332/ | * '''Meetup Page''': https://www.meetup.com/reserved-bit/events/241166332/ | ||
Line 10: | Line 10: | ||
=== Agenda === | === Agenda === | ||
− | * | + | * Siddhesh will describe the internal implementation of the malloc family of functions in glibc |
+ | * Pankaj will give an overview of the various locking mechanisms in the kernel | ||
=== Blog Posts === | === Blog Posts === | ||
Line 16: | Line 17: | ||
If you have written about this meetup then please add a link to your blog entry here. | If you have written about this meetup then please add a link to your blog entry here. | ||
+ | * Resources for the malloc session: | ||
+ | ** [https://sourceware.org/glibc/wiki/MallocInternals The malloc internals write-up on Sourceware wiki] | ||
+ | ** [https://siddhesh.in/posts/malloc-per-thread-arenas-in-glibc.html Siddhesh's old blog post about malloc per-thread arenas] | ||
+ | ** [https://developers.redhat.com/blog/2014/10/02/understanding-malloc-behavior-using-systemtap-userspace-probes/ Understanding malloc behaviour using systemtap probes] along with [https://developers.redhat.com/blog/2015/01/06/malloc-systemtap-probes-an-example/ example usage] | ||
+ | ** [https://www.gnu.org/software/libc/manual/html_node/The-GNU-Allocator.html User documentation on glibc malloc] | ||
+ | ** [https://sploitfun.wordpress.com/2015/02/10/understanding-glibc-malloc/ Probably among the best descriptions of malloc internals], arguably easier to read than the sourceware malloc internals post | ||
+ | * [https://pankajgupta9.wordpress.com/2017/07/21/kernel-synchronization/ Slides for the Kernel synchronization talk] | ||
[[Category:KernelMeetup]] | [[Category:KernelMeetup]] |
Latest revision as of 05:01, 24 July 2017
Event details
Kernel meetup for the month of July.
- Date: 16-Jul-2017
- Time: 11:00 - 13:00
- Location: reserved-bit, 337, Amanora Chambers, Above Amanora Mall, Hadapsar, Pune - 411028
- Meetup Page: https://www.meetup.com/reserved-bit/events/241166332/
Agenda
- Siddhesh will describe the internal implementation of the malloc family of functions in glibc
- Pankaj will give an overview of the various locking mechanisms in the kernel
Blog Posts
If you have written about this meetup then please add a link to your blog entry here.
- Resources for the malloc session:
- The malloc internals write-up on Sourceware wiki
- Siddhesh's old blog post about malloc per-thread arenas
- Understanding malloc behaviour using systemtap probes along with example usage
- User documentation on glibc malloc
- Probably among the best descriptions of malloc internals, arguably easier to read than the sourceware malloc internals post
- Slides for the Kernel synchronization talk