Linux Kernel Debugging: Going Beyond Printk Messages

Поділитися
Вставка
  • Опубліковано 4 гру 2019
  • Debugging the Linux kernel with printk messages is a common technique. And often a good one. The problem happens when we only know this debugging technique. How to debug a kernel oops message? How to trace and understand the kernel execution? How to identify and analyze a buffer overflow? How to identify a memory leak or a deadlock in kernel space? In many situations, there are more effective kernel debugging tools and techniques, including KGDB, ftrace, addr2line, eBPF, kmemleak, and so on. In this presentation, we will go over these and many other very useful tools to identify and fix problems in the Linux kernel.
    Slides: www.dropbox.com/s/d034w3zpx5b...
    Talk presented at Embedded Linux Conference Europe 2019.
  • Наука та технологія

КОМЕНТАРІ • 3

  • @MuhammadAhsan-rr4js
    @MuhammadAhsan-rr4js 4 роки тому +11

    Hello Sir
    Could you please send the link for this presentation .
    Thanks

    • @spradotube
      @spradotube  2 місяці тому

      I added the slides to the description of the video.