Skip to content

Commit

Permalink
remove leading "-" from abi.cp15_barrier in sysctl.conf to make sure
Browse files Browse the repository at this point in the history
this sysctl statement is used. This reverts the changes proposed by
home-assistant/operating-system#3285
  • Loading branch information
jens-maus committed Jun 18, 2024
1 parent d0dd170 commit 7bc55f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildroot-external/overlay/base/etc/sysctl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ user.max_user_namespaces = 0

# disable "deprecated CP15 Barrier instruction" warnings
# https://www.kernel.org/doc/Documentation/arm64/legacy_instructions.txt
-abi.cp15_barrier = 2
abi.cp15_barrier = 2

# increase netfilter conntrack maximum hash table size to 256K
net.netfilter.nf_conntrack_buckets = 65536
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ user.max_user_namespaces = 0

# disable "deprecated CP15 Barrier instruction" warnings
# https://www.kernel.org/doc/Documentation/arm64/legacy_instructions.txt
-abi.cp15_barrier = 2
abi.cp15_barrier = 2

# increase netfilter conntrack maximum hash table size to 256K
net.netfilter.nf_conntrack_buckets = 65536
Expand Down

0 comments on commit 7bc55f2

Please sign in to comment.