Posts
474
Following
89
Followers
94
n00b Kernel Hacker
- Ex-Intern @ NVIDIA Korea (Security System Software) (2024.06-2024.11)
- 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
@vbabka Oh, @lkundrak's job was to fix a broken filesystem?
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
@vbabka @AnnaPlusPlus
Sent risky patches that maintainers would not welcome
.....guess I'd better send more
1
0
2
Edited 1 year ago
DAMON user-space tool (damo) has released[1] its 100th version. A mail[2] for the news, release stats, and appreciation to the DAMON community has also posted. From the mail:

"Looking forward to 200th, and 1,000th release of damo :D We, the community,
will make it together."

[1] https://github.com/awslabs/damo/releases/tag/v1.9.3
[2] https://lore.kernel.org/damon/20230807202044.98700-1-sj@kernel.org/

#linux #kernel #damon #damo
0
2
3
@ljs I survived :)
1
0
2
Edited 1 year ago
@ljs I'm not sure if it's powerful enough to destroy my house. wish me luck please
1
0
1
@ljs thanks mate. I'm going to stay at home for the whole day :)
1
0
2
something big is coming
1
0
1
Edited 1 year ago
damn it's too hot
0
0
1
@vbabka @ljs
it's pretty expensive to me so I have it only on special occasions :P

you mean cheese on beef tartare, or sliced cheese is uncommon? XD
2
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
@Andi 오 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
isn't it common in europe?
1
0
0
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
Edited 1 year ago
The bad part is that the pay is poor because it's a "field exercise" :/
0
0
1
Sometimes my schedule goes out of control, and I find myself buried in the work I started. It can be overwhelming, and this is one of those moments.

However, there is some good news: it's likely that I will be participating in a field exercise program next semester at a startup that designs CXL devices.

It's a very nice opportunity, but at the same time, it's a pity that I'll be missing some classes!
1
0
3
@vbabka what do you mean?
1
0
0
Show older