Skip to content

Instantly share code, notes, and snippets.

View coolsidd's full-sized avatar

Siddharth Singh coolsidd

View GitHub Profile
;; init.el --- Emacs configuration
(setq inhibit-startup-screen t)
(menu-bar-mode -1)
(tool-bar-mode -1)
(filesets-init)
(setq backup-directory-alist `(("." . "~/.emacssaves")))
(setq backup-by-copying t)
(setq delete-old-versions t
kept-new-versions 6
String file contents
@coolsidd
coolsidd / kmemleak
Last active September 20, 2018 15:08
kmemleak output from the custom linux 4.18.7 kernel ( suspected memory leak)
This file has been truncated, but you can view the full file.
unreferenced object 0xffff98587541ce00 (size 208):
comm "systemd-udevd", pid 288, jiffies 4294882283 (age 4055.217s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000e2264ed1>] __netdev_alloc_skb+0x3a/0x110
[<000000007ee09bfc>] _rtl_pci_init_one_rxdesc+0x21c/0x250 [rtl_pci]
[<00000000151bfc80>] rtl_pci_probe+0x10c1/0x18e5 [rtl_pci]
[<00000000a7eb0321>] local_pci_probe+0x41/0x90