Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ip6_gre module is not included in distributed Raspberry Pi OS Kernel Modules #229

Closed
owendelong opened this issue Feb 7, 2021 · 5 comments

Comments

@owendelong
Copy link

The ip_gre module is included in /lib/modules/.../ipv4

However, the ip6_gre module is missing from /lib/modules/.../ipv6

Please correct this or at the very least create an ipv6 kernel add-ons package that allows this and any other missing iPv6 kernel modules and support utilities to be easily pulled in.

@owendelong
Copy link
Author

Looking closer, it appears all of the following modules are missing from .../ipv6:

esp6_offload.ko
fou6.ko
ila/ila.ko
ip6_gre.ko
ip6_vti.ko

And from .../ipv6/netfilter:
ip6table_security.ko
ip6t_srh.ko
ip6t_SYNPROXY.ko

@XECDesign
Copy link
Member

I believe this is a kernel defconfig issue? If so, it should be reported here - https://github.com/raspberrypi/linux/

@owendelong
Copy link
Author

Well... It could be solved by changing the kernel defconfig, or, it could be solved by making the additional modules available as an add-on package. I'd prefer it be solved by modifying the default config, frankly, but I put it here because it's kind of a bistro-decision about where you want to fix it first, then it should go to the appropriate place based on that decision.

@owendelong
Copy link
Author

Just in case, have opened raspberrypi/linux#4144 based on your feedback.

pelwell added a commit to raspberrypi/linux that referenced this issue Feb 17, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
pelwell added a commit to raspberrypi/linux that referenced this issue Feb 17, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
it-is-a-robot pushed a commit to openeuler-mirror/raspberrypi-kernel that referenced this issue Feb 25, 2021
See: raspberrypi/linux#4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Fang Yafen <yafen@iscas.ac.cn>
it-is-a-robot pushed a commit to openeuler-mirror/raspberrypi-kernel that referenced this issue Feb 25, 2021
See: raspberrypi/linux#4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Fang Yafen <yafen@iscas.ac.cn>
it-is-a-robot pushed a commit to openeuler-mirror/raspberrypi-kernel that referenced this issue Feb 27, 2021
See: raspberrypi/linux#4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Fang Yafen <yafen@iscas.ac.cn>
it-is-a-robot pushed a commit to openeuler-mirror/raspberrypi-kernel that referenced this issue Feb 27, 2021
See: raspberrypi/linux#4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Fang Yafen <yafen@iscas.ac.cn>
it-is-a-robot pushed a commit to openeuler-mirror/kernel that referenced this issue Mar 6, 2021
raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------

See: raspberrypi/linux#4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Fang Yafen <yafen@iscas.ac.cn>
Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue Mar 16, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue Mar 22, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue Mar 29, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue Apr 6, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue Apr 19, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue Apr 27, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue Apr 30, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue May 7, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue May 13, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix pushed a commit to raspberrypi/linux that referenced this issue May 19, 2021
See: #4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
Noltari pushed a commit to Noltari/rpi-linux that referenced this issue Aug 20, 2021
See: raspberrypi#4144

(from RPi-Distro/repo#229)

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
@XECDesign
Copy link
Member

Looks like this is included now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants