Difference between revisions of "Kernel Meetup July - 2017"

From reserved-bit ideas wiki
Jump to: navigation, search
(Blog Posts)
(Blog Posts)
 
(4 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''': TBD
+
* '''Date''': 16-Jul-2017
* '''Time''': TBD
+
* '''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''':  
+
* '''Meetup Page''': https://www.meetup.com/reserved-bit/events/241166332/
  
 
=== Agenda ===
 
=== Agenda ===
  
* TBD
+
* 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 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.