-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
area/contribexp/beginnerexp/intermediatekind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Description
contrib/check-config.sh uses dropped configurations
Looking at torvalds/linux@db8ab38, we see that some configuration parameters were dropped.
Steps to reproduce the issue:
- Run the
contrib/check-config.shwith linux kernel>=5.1 - See that
CONFIG_NF_NAT_IPV4: missingandCONFIG_NF_NAT_NEEDED: missingis shown
Describe the results you received:
The parameters are shown as missing
Describe the results you expected:
These parameters are not "missing", they were dropped. This could be misleading.
Additional environment details (AWS, VirtualBox, physical, etc.):
/etc/os-release
1 │ NAME="Ubuntu"
2 │ VERSION="20.04.1 LTS (Focal Fossa)"
3 │ ID=ubuntu
4 │ ID_LIKE=debian
5 │ PRETTY_NAME="Ubuntu 20.04.1 LTS"
6 │ VERSION_ID="20.04"
7 │ HOME_URL="https://www.ubuntu.com/"
8 │ SUPPORT_URL="https://help.ubuntu.com/"
9 │ BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
10 │ PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
11 │ VERSION_CODENAME=focal
12 │ UBUNTU_CODENAME=focal$ uname -a
Linux <name> 5.4.0-58-generic #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxRelated to docker/docs#10592
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/contribexp/beginnerexp/intermediatekind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.