Skip to content

Commit

Permalink
InfiniR Alioth v2.64
Browse files Browse the repository at this point in the history
* merge v4.19.287
* update to latest kSU_11031
  • Loading branch information
raystef66 committed Jun 22, 2023
1 parent ee51285 commit 9c02a15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/vendor/alioth_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.63"
CONFIG_LOCALVERSION="-InfiniR_Alioth_v2.64"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

KERNEL_DEFCONFIG=vendor/alioth_defconfig
ANYKERNEL3_DIR=$PWD/AnyKernel3/
FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.63.zip
FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.64.zip
export ARCH=arm64

# Speed up build process
Expand Down
1 change: 0 additions & 1 deletion include/net/netns/netfilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ struct netns_nf {
struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];
#endif
struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];
#endif
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4)
bool defrag_ipv4;
#endif
Expand Down

0 comments on commit 9c02a15

Please sign in to comment.