Posts
469
Following
90
Followers
94
n00b Kernel Hacker
- Intern @ NVIDIA Korea (Security System Software) (2024.06 ~)
- Ex-Intern @ Panmneisa (CXL emulation stuff) (~2023.12)
- Undergraduate majoring CSE (estimated graduation: Feb. 2025)
- Working as reviewer at Linux Slab subsystem
- Born in August 6, 2000

Opinions are my own.

My interests are:
Memory Management,
Computer Architecture,
Circuit Design,
Virtualization
Me with my friends
0
0
1
Edited 1 year ago
When there are no free pages in free list of the requested order, buddy allocator splits a larger page into smaller ones, and allocates a one of the split pages.

TIL: The way buddy splits large pages (and allocating first or last part of a large page) during the expand() function significantly impacts the mergability of the scatter-gather list for IO. The likeliness that pages are allocated in PFN order is important for mergability. This is so subtle and I didn't realize this :(

Consider a scenario where there is only an order 2 block, and four order 0 requests are served. In the diagram above, they are allocated in PFN order, while in the other diagram, they are allocated in the reverse order.

https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git/commit/?id=c75b81a5da09be94099cf7b46bdb32fedc8ce71a

And in the history this thing has introduced a regression because the order was not preserved (by mistake) when pages are allocated from PCP lists with __GFP_COLD ;)

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e084b2d95e48b31aa45f9c49ffc6cdae8bdb21d4
0
0
1
something big is coming
1
0
1
Edited 1 year ago
damn it's too hot
0
0
1
@krzk @Andi I love draft beers but the most common beers in a casual restaurant in Korea are these ;) (bottled beers)
0
0
1
@ljs @vbabka LOL it's sliced cheddar cheese, a real one! (very common in Korea)
is it that terrible?
1
0
1
Beef tartare
3
0
2
Remote node access latency is approximately 40% higher than that of the local node, and the throughput for remote nodes is only half of that for local nodes.
0
0
0
Edited 1 year ago
I've just built my first 2 socket server (36C/72T, DDR4 256GB ECC/REG RAM) for experimenting with NUMA.
It's an old xeon server (Broadwell), but enough to play with!
1
0
1
How am I supposed to take it out
2
1
3
poor photographer
0
0
1
someone took a bite out of my slipper.
1
0
1
1
0
1
Edited 1 year ago
I bought a new graphics card yesterday, and it came with a freebie. now my machine hangs whenever I boot a kernel with lockdep enabled.

Here is the link to the issue I posted on GitLab: https://gitlab.freedesktop.org/drm/nouveau/-/issues/237

BTW does DRM folks prefer using GitLab or the mailing list?
0
0
2
I want NVIDIA's proprietary GPU drivers 🥲
nouveau does not support virtual GPUs...
0
0
0
Edited 1 year ago
I was refreshing my zsdesc patch series but encountered unrelated bug while testing (I bought new RAM so it must be software bug...)

Fortunately it was bisectable and I'm writing a report about it
Not sure if people will welcome an oops image instead of text format.
0
0
1
Edited 1 year ago
@ljs @lkundrak

Not sure if they are something like this
1
0
3
please end me or this semester
2
0
3
off and off
0
0
3
Show older