RepoNotes
Toggle theme
Loading ...
Sign in
alibaba/alikernel
Alibaba Linux kernel tree
55
2
0
Readme
Notes
New Note
Sign in to add notes for this repository
RN
alibaba
19364
Followers
0
Following
521
Repos
No Twitter
Alibaba Open Source
Branches
master
alikernel_v4.9
Releases
Commits
mm: mmzone: fix compile failure caused by adding new members in mem_section When enabling PAGE_EXTENSION, we ran into the below 2 compile errors: In file included from ./include/linux/gfp.h:5:0,
uapi/sysctl.h: correct the name of NET_IPV4_TCP_TW_TIMEOUT In kernel/sysctl_binary.c NET_IPV4_TCP_TW_TIMEWAIT is used, but it sounds it should be NET_IPV4_TCP_TW_TIMEOUT. Otherwise the below compile
Add tracepoint for File Writeback Preference Add tracepoint for File Writeback Preference, that might help with debugging of file writeback pace. Signed-off-by: Liguang Zhang <zhangliguang@linux.ali
Issues