Skip to content

Add linux 5.4.57 #1855

Merged
merged 7 commits into from
Aug 17, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
linux-5.4.57: Add CONFIG_LOG_BUF_SHIFT=19
Change CONFIG_LOG_BUF_SHIFT from its default 17 ot 19. This increases
the kernel log buffer from 128k to 512k, which seems to avoid a problem,
which causes some log messages from early boot to be lost.

Resolves: #1849
donald committed Aug 17, 2020
commit c1832978b4e1685ef703a6342ad30d0551a7876f
1 change: 1 addition & 0 deletions linux-5.4.57-340.bee
Original file line number Diff line number Diff line change
@@ -64,6 +64,7 @@ mee_configure() {
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_IKHEADERS=m
CONFIG_LOG_BUF_SHIFT=19
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y