Skip to content

Commit

Permalink
remove some options
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverOnVenus committed Mar 23, 2024
1 parent 84e1bc4 commit 6d0084e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 130 deletions.
26 changes: 0 additions & 26 deletions gcc-x86-64-actiondir/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ _clangbuild=
### Set performance governor as default
_per_gov=

# disable debug to lower the size of the kernel
_disable_debug=y

### Enable TCP_CONG_BBR3
_tcp_bbr3=y

Expand Down Expand Up @@ -207,14 +204,6 @@ prepare() {
-e TCP_CONG_BBR \
-e DEFAULT_BBR \
--set-str DEFAULT_TCP_CONG bbr

# BBR3 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m NET_SCH_FQ_CODEL \
-e NET_SCH_FQ \
-d DEFAULT_FQ_CODEL \
-e DEFAULT_FQ \
--set-str DEFAULT_NET_SCH fq
fi

### Enable zram/zswap ZSTD compression
Expand All @@ -235,21 +224,6 @@ prepare() {
--enable CPU_FREQ_DEFAULT_GOV_PERFORMANCE
fi

### Disable DEBUG
if [ -n "$_disable_debug" ]; then
scripts/config --disable DEBUG_INFO \
--disable DEBUG_INFO_BTF \
--disable DEBUG_INFO_DWARF4 \
--disable DEBUG_INFO_DWARF5 \
--disable PAHOLE_HAS_SPLIT_BTF \
--disable DEBUG_INFO_BTF_MODULES \
--disable SLUB_DEBUG \
--disable PM_DEBUG \
--disable PM_ADVANCED_DEBUG \
--disable PM_SLEEP_DEBUG \
--disable ACPI_DEBUG \
--disable DEBUG_PREEMPT
fi
# these are ck's htrimer patches
echo "Patching with ck hrtimer patches..."

Expand Down
26 changes: 0 additions & 26 deletions gcc-x86-64-v3-actiondir/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ _clangbuild=
### Set performance governor as default
_per_gov=

# disable debug to lower the size of the kernel
_disable_debug=y

### Enable TCP_CONG_BBR3
_tcp_bbr3=y

Expand Down Expand Up @@ -207,14 +204,6 @@ prepare() {
-e TCP_CONG_BBR \
-e DEFAULT_BBR \
--set-str DEFAULT_TCP_CONG bbr

# BBR3 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m NET_SCH_FQ_CODEL \
-e NET_SCH_FQ \
-d DEFAULT_FQ_CODEL \
-e DEFAULT_FQ \
--set-str DEFAULT_NET_SCH fq
fi

### Enable zram/zswap ZSTD compression
Expand All @@ -235,21 +224,6 @@ prepare() {
--enable CPU_FREQ_DEFAULT_GOV_PERFORMANCE
fi

### Disable DEBUG
if [ -n "$_disable_debug" ]; then
scripts/config --disable DEBUG_INFO \
--disable DEBUG_INFO_BTF \
--disable DEBUG_INFO_DWARF4 \
--disable DEBUG_INFO_DWARF5 \
--disable PAHOLE_HAS_SPLIT_BTF \
--disable DEBUG_INFO_BTF_MODULES \
--disable SLUB_DEBUG \
--disable PM_DEBUG \
--disable PM_ADVANCED_DEBUG \
--disable PM_SLEEP_DEBUG \
--disable ACPI_DEBUG \
--disable DEBUG_PREEMPT
fi
# these are ck's htrimer patches
echo "Patching with ck hrtimer patches..."

Expand Down
26 changes: 0 additions & 26 deletions linux-ck-tt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ _clangbuild=
### Set performance governor as default
_per_gov=

# disable debug to lower the size of the kernel
_disable_debug=y

### Enable TCP_CONG_BBR3
_tcp_bbr3=y

Expand Down Expand Up @@ -207,14 +204,6 @@ prepare() {
-e TCP_CONG_BBR \
-e DEFAULT_BBR \
--set-str DEFAULT_TCP_CONG bbr

# BBR3 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m NET_SCH_FQ_CODEL \
-e NET_SCH_FQ \
-d DEFAULT_FQ_CODEL \
-e DEFAULT_FQ \
--set-str DEFAULT_NET_SCH fq
fi

### Enable zram/zswap ZSTD compression
Expand All @@ -235,21 +224,6 @@ prepare() {
--enable CPU_FREQ_DEFAULT_GOV_PERFORMANCE
fi

### Disable DEBUG
if [ -n "$_disable_debug" ]; then
scripts/config --disable DEBUG_INFO \
--disable DEBUG_INFO_BTF \
--disable DEBUG_INFO_DWARF4 \
--disable DEBUG_INFO_DWARF5 \
--disable PAHOLE_HAS_SPLIT_BTF \
--disable DEBUG_INFO_BTF_MODULES \
--disable SLUB_DEBUG \
--disable PM_DEBUG \
--disable PM_ADVANCED_DEBUG \
--disable PM_SLEEP_DEBUG \
--disable ACPI_DEBUG \
--disable DEBUG_PREEMPT
fi
# these are ck's htrimer patches
echo "Patching with ck hrtimer patches..."

Expand Down
26 changes: 0 additions & 26 deletions llvm-lto-x86-64-actiondir/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ _clangbuild=y
### Set performance governor as default
_per_gov=

# disable debug to lower the size of the kernel
_disable_debug=y

### Enable TCP_CONG_BBR3
_tcp_bbr3=y

Expand Down Expand Up @@ -207,14 +204,6 @@ prepare() {
-e TCP_CONG_BBR \
-e DEFAULT_BBR \
--set-str DEFAULT_TCP_CONG bbr

# BBR3 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m NET_SCH_FQ_CODEL \
-e NET_SCH_FQ \
-d DEFAULT_FQ_CODEL \
-e DEFAULT_FQ \
--set-str DEFAULT_NET_SCH fq
fi

### Enable zram/zswap ZSTD compression
Expand All @@ -235,21 +224,6 @@ prepare() {
--enable CPU_FREQ_DEFAULT_GOV_PERFORMANCE
fi

### Disable DEBUG
if [ -n "$_disable_debug" ]; then
scripts/config --disable DEBUG_INFO \
--disable DEBUG_INFO_BTF \
--disable DEBUG_INFO_DWARF4 \
--disable DEBUG_INFO_DWARF5 \
--disable PAHOLE_HAS_SPLIT_BTF \
--disable DEBUG_INFO_BTF_MODULES \
--disable SLUB_DEBUG \
--disable PM_DEBUG \
--disable PM_ADVANCED_DEBUG \
--disable PM_SLEEP_DEBUG \
--disable ACPI_DEBUG \
--disable DEBUG_PREEMPT
fi
# these are ck's htrimer patches
echo "Patching with ck hrtimer patches..."

Expand Down
26 changes: 0 additions & 26 deletions llvm-lto-x86-64-v3-actiondir/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ _clangbuild=y
### Set performance governor as default
_per_gov=

# disable debug to lower the size of the kernel
_disable_debug=y

### Enable TCP_CONG_BBR3
_tcp_bbr3=y

Expand Down Expand Up @@ -207,14 +204,6 @@ prepare() {
-e TCP_CONG_BBR \
-e DEFAULT_BBR \
--set-str DEFAULT_TCP_CONG bbr

# BBR3 doesn't work properly with FQ_CODEL
echo "Disabling fq_codel by default..."
scripts/config -m NET_SCH_FQ_CODEL \
-e NET_SCH_FQ \
-d DEFAULT_FQ_CODEL \
-e DEFAULT_FQ \
--set-str DEFAULT_NET_SCH fq
fi

### Enable zram/zswap ZSTD compression
Expand All @@ -235,21 +224,6 @@ prepare() {
--enable CPU_FREQ_DEFAULT_GOV_PERFORMANCE
fi

### Disable DEBUG
if [ -n "$_disable_debug" ]; then
scripts/config --disable DEBUG_INFO \
--disable DEBUG_INFO_BTF \
--disable DEBUG_INFO_DWARF4 \
--disable DEBUG_INFO_DWARF5 \
--disable PAHOLE_HAS_SPLIT_BTF \
--disable DEBUG_INFO_BTF_MODULES \
--disable SLUB_DEBUG \
--disable PM_DEBUG \
--disable PM_ADVANCED_DEBUG \
--disable PM_SLEEP_DEBUG \
--disable ACPI_DEBUG \
--disable DEBUG_PREEMPT
fi
# these are ck's htrimer patches
echo "Patching with ck hrtimer patches..."

Expand Down

0 comments on commit 6d0084e

Please sign in to comment.