Difference between revisions of "Kernel Meetup July - 2017"

From reserved-bit ideas wiki
Jump to: navigation, search
(Agenda)
(Blog Posts)
 
(One intermediate revision by the same user not shown)
Line 17: 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 06:01, 24 July 2017

Event details

Kernel meetup for the month of July.

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.