Skip to content

Commit

Permalink
linux-5.4.57: Add CONFIG_LOG_BUF_SHIFT=19
Browse files Browse the repository at this point in the history
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
  • Loading branch information
donald committed Aug 17, 2020
1 parent fce814e commit c183297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-5.4.57-340.bee
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c183297

Please sign in to comment.