1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
|
\documentclass[10pt, a4paper]{article}
% margins
\usepackage{geometry}
\geometry{
letterpaper,
lmargin = 0.5in,
rmargin = 0.5in,
tmargin = 0.5in,
bmargin = 0.5in,
}
% better CPP style
\newcommand{\CPP}
{C\nolinebreak[4]\hspace{-.05em}\raisebox{.22ex}{\footnotesize\bf ++}}
% file font
\usepackage{mdwlist}
\usepackage[T1]{fontenc}
\usepackage{tgpagella}
\usepackage{tgcursor}
\usepackage{microtype}
% section naming
\usepackage{titlesec}
\usepackage{titling}
% icons
\usepackage[fixed]{fontawesome5}
\usepackage{blindtext}
\usepackage{enumitem}
% hyperref and link colors
\usepackage{xcolor}
\usepackage{hyperref}
\titleformat{\section}
{\Large \bfseries}
{}
{0.0em}
{}[\titlerule]
\titleformat{\subsection}[runin]
{\bfseries}
{}
{0em}
{}
\titlespacing{\subsection}
{0em}{0.1em}{0.6em}
\titlespacing{\section}
{0em}{0.4em}{0.4em}
\title{R\'esum\'e}
\author{Brahmajit Das}
\date{}
% changing `maketitle` command
\renewcommand{\maketitle}{
\begin{center}
{
\huge \bfseries
\theauthor
}
\vspace{0.25em}
\faGlobe \href{https://listout.xyz}{listout.xyz}
---
\faEnvelope \href{mailto:listout@listout.xyz}{listout@listout.xyz}
---
\faGitlab \href{https://gitlab.com/listout}{listout}
---
\faGithub \href{https://github.com/listout/}{listout}
---
\faLinkedin
\href{https://www.linkedin.com/in/brahmajit-xyz}{brahmajit}
---
\faHome Bangalore, India
\end{center}
}
% no page numbering
\pagestyle{empty}
\begin{document}
\maketitle
\section{Work Experience}
\subsection{SUSE Linux GmbH}
\hfill
{\textbf{Remote}}
\newline
\textbf{\small Linux Developer L3}
\hfill
\textbf{\small May 2023 --- Present}
{\small
\begin{itemize}[noitemsep, rightmargin=7em]
\item Investigate kernel crashes, hangs, and performance regressions
using crash, kdump, and gdb across subsystems such as NFS, scheduler,
and memory management.
\item Develop and backport kernel fixes for SUSE Linux Enterprise,
collaborating with upstream maintainers.
\item Contribute patches upstream to the Linux kernel and participate
in subsystem discussions.
\item Maintain and update RPM packages, including security fixes
and stable backports.
\end{itemize}
}
\subsection{Lifespark Technologies, IIT Bombay}
\hfill
{\textbf{Remote}}
\newline
\textbf{\small Firmware Developer}
\hfill
\textbf{\small September 2021 --- April 2023}
{\small
\begin{itemize}[noitemsep, rightmargin=7em]
\item Lead embedded firmware development for Project WALK on ESP32.
\item Implemented device communication using BLE, MQTT, and Wi-Fi.
\item Integrated firmware security features including Secure Boot
and encrypted flash storage.
\item Designed on-device unit testing framework with mocks for
hardware components such as MPU, battery, and storage.
\end{itemize}
}
\subsection{Sironaaz Lab}
\hfill
{\textbf {Kolkata} }
\newline
\textbf{\small Embedded Systems Engineer, Intern}
\hfill
\textbf{\small May 2021 --- September 2021}
{\small
\begin{itemize}[noitemsep, rightmargin=7em]
\item Ported embedded firmware across multiple microcontroller
platforms.
\item Integrated hardware backend with decoupled web-based control
interface.
\end{itemize}
}
\section{Education}
\subsection{University of Calcutta}
\hfill
\textbf{Kolkata, India}
\newline
\textbf{B.Sc. (Honours) in Computer Science}
\hfill
\textbf{2018 --- 2021}
\newline\hfill
{\small
Minor: Mathematics and Statistics \\
CGPA: 7.5
}
\section{Technical Skills}
\subsection{Programming}
C, \CPP, Python, x86 Assembly
\subsection{Systems}
Linux Kernel, eBPF, Embedded Systems
\subsection{Tools}
Git, Docker, LXD, GDB, QEMU, Buildroot
\subsection{Build Systems}
Make, CMake
\subsection{Architectures}
x86, ARM, ESP32/Xtensa
%\section{Personal Projects}
%\subsection{Driver for MPU6050}
%ESP-IDF driver for MPU6050 and similar IMU units, over I2C protocol
%\href{https://gitlab.com/listout/mpu6050.git} {Link
%to project}.
%\subsection{Driver for ICM20948}
%ESP-IDF driver for ICM20948 and similar IMU units, over I2C protocol
%\href{https://gitlab.com/listout/icm20948_driver.git} {Link
%to project}.
%\subsection{FreeRTOS on ARM STM32:}
%Ported the FreeRTOS to ARM STM32F103 (Cortex M3), known as
%\textbf{Bluepill}. Then used to generate a PWM with Timer 2 as test case.
%\href{https://gitlab.com/listout/arm_programming/-/tree/pwm}{Link to
%project}
\section{Open Source Work}
\subsection{Linux Kernel:}
Contributed
\href{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/?qt=author&q=Brahmajit+Das}
{20+ patches } fixing build issues, syzkaller bugs, and compiler warnings
across DRM, sound, and eBPF subsystems.
\subsection{Gentoo Linux:}
Maintainer of Neovim, LXD and zen kernel, contributing build fixes, dependency
updates, and toolchain compatibility patches.
\href{https://github.com/gentoo/gentoo/pulls/listout}{Link to all PR's till
now}
\subsection{Blender:}
Patched Blender to build on musl libc. \href{
https://github.com/blender/blender/commit/f197b1a1f1bbc0334310fb1c911327246767a1a3}{Link
to commits}
\subsection{OBS Studio:}
Patched obs-studio for FFMPEG 8 and above. See
\href{https://github.com/obsproject/obs-studio/pull/12534}{PR 12534}
\section{Achievements}
\subsection{Linux Kernel Bug Fixing Summer 2025}
\hfill
\textbf{\small Jun 2025 --- November 2025}
%\hfill
{\small
\begin{itemize}[noitemsep, rightmargin=7em]
\item Worked primarily on eBPF subsystem and
\href{https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=34904582b502a86fdb4d7984b12cacd2faabbe0d}{
fixed \textbf{CVE 2025-40050}
}
\item Misc. fixes on other sub-systems for security and builds
against new compilers and tools
\item
\href{https://blog.listout.xyz/posts/lfx-2025-experience/}{Final
work report}
\end{itemize}
}
\subsection{Google Summer of Code 2023}
\hfill
\textbf{\small May 2023 --- August 2023}
%\hfill
{\small
\begin{itemize}[noitemsep, rightmargin=7em]
\item Patched packages to ensure C99 and C2x compatibility (Modern C standard)
\item Patched and tested packages against LLVM profile of Gentoo
\item
\href{https://blogs.gentoo.org/gsoc/listouts-gsoc-2023-final-work-products/}{Final
work report}
\end{itemize}
}
\subsection{Google Summer of Code 2022}
\hfill
\textbf{\small June 2022 --- September 2022}
{\small
\begin{itemize}[noitemsep, rightmargin=7em]
\item Ported GNOME Desktop and related packages for Gentoo's musl
profile
\item Fixed other musl related bugs
\item
\href{https://blogs.gentoo.org/gsoc/listouts-gsoc-2022-final-work-products/}{Final
work report}
\end{itemize}
}
%\subsection{HacktoberFest 2020}
%\hfill\newline
%\indent $\bullet$ Among top 70,000 participants worldwide, awarded goodies and coupon prize.
%\subsection{College Seminar:} First position in college seminar.
%Using Arduino and HC SR04 module, created a sonar with GUI feedback.
\end{document}
|