Skip to content

Commit

Permalink
Merge: Revert "linux_testing: disable NFS_LOCALIO on aarch64-linux" (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Oct 25, 2024
2 parents 181f589 + b11a5a8 commit 9801748
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -644,10 +644,7 @@ let
NFS_V4_1 = yes; # NFSv4.1 client support
NFS_V4_2 = yes;
NFS_V4_SECURITY_LABEL = yes;

# Fails with
# `fs/nfs/localio.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `nfs_to' which may bind externally can not be used when making a shared object; recompile with -fPIC`
NFS_LOCALIO = lib.mkIf (!stdenv.hostPlatform.isAarch64) (whenAtLeast "6.12" yes);
NFS_LOCALIO = whenAtLeast "6.12" yes;

CIFS_XATTR = yes;
CIFS_POSIX = option yes;
Expand Down

0 comments on commit 9801748

Please sign in to comment.