Skip to content

build ip6_tunnel.ko module #464

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

Closed
totaluser opened this issue Dec 18, 2013 · 2 comments
Closed

build ip6_tunnel.ko module #464

totaluser opened this issue Dec 18, 2013 · 2 comments

Comments

@totaluser
Copy link

Hello everybody,
I upgraded with apt-get update/upgrade to Linux raspberrypi 3.10.23+ #608 PREEMPT Mon Dec 9 21:11:23 GMT 2013 armv6l GNU/Linux

and I am missing ip6_tunnel.ko module for my 4to6 tunnel
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=32684&p=356665#p356665

I tried to compile it on raspberry itself but it fails to load
ip6_tunnel: version magic '3.10.23 SMP preempt mod_unload modversions ARMv6 p2v8 ' should be '3.10.23+ preempt mod_unload modversions ARMv6 '

could you please build it in the next iteration of building new revision of kernel please?
just set CONFIG_IPV6_TUNNEL=m in the .config file

thanks in advance

popcornmix added a commit that referenced this issue Dec 19, 2013
popcornmix pushed a commit to raspberrypi/firmware that referenced this issue Dec 19, 2013
See: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=43&t=62364&start=75#p471657

kernel: config: Add CONFIG_IPV6_TUNNEL
See: raspberrypi/linux#464

kernel: 1-wire: Add support for configuring pin for w1-gpio kernel module
See: raspberrypi/linux#457

kernel: config: Enable CONFIG_MEMCG, but leave it disabled (due to memory cost). Enable with cgroup_enable=memory
popcornmix pushed a commit to Hexxeh/rpi-firmware that referenced this issue Dec 19, 2013
See: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=43&t=62364&start=75#p471657

kernel: config: Add CONFIG_IPV6_TUNNEL
See: raspberrypi/linux#464

kernel: 1-wire: Add support for configuring pin for w1-gpio kernel module
See: raspberrypi/linux#457

kernel: config: Enable CONFIG_MEMCG, but leave it disabled (due to memory cost). Enable with cgroup_enable=memory
@popcornmix
Copy link
Collaborator

Should be in latest update. Please rpi-update and test.

@totaluser
Copy link
Author

excellent
just updated to Linux raspberrypi 3.10.24+ #614 PREEMPT Thu Dec 19 20:38:42 GMT 2013 armv6l

and it works as I hoped it would.

thanks

neuschaefer pushed a commit to neuschaefer/raspi-binary-firmware that referenced this issue Feb 27, 2017
See: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=43&t=62364&start=75#p471657

kernel: config: Add CONFIG_IPV6_TUNNEL
See: raspberrypi/linux#464

kernel: 1-wire: Add support for configuring pin for w1-gpio kernel module
See: raspberrypi/linux#457

kernel: config: Enable CONFIG_MEMCG, but leave it disabled (due to memory cost). Enable with cgroup_enable=memory
anholt pushed a commit to anholt/linux that referenced this issue May 4, 2017
We can assume that if the device is asleep then all pending GTT writes
will have been posted, and so we can defer the flush from
i915_gem_object_flush_gtt_write_domain()

[ 1957.462568] WARNING: CPU: 0 PID: 6132 at drivers/gpu/drm/i915/intel_drv.h:1742 fwtable_read32+0x123/0x150 [i915]
[ 1957.462582] RPM wakelock ref not held during HW access
[ 1957.462583] Modules linked in: i915 intel_gtt drm_kms_helper prime_numbers
[ 1957.462607] CPU: 0 PID: 6132 Comm: gem_concurrent_ Tainted: G     U          4.11.0-rc1+ raspberrypi#464
[ 1957.462619] Hardware name:                  /        , BIOS PYBSWCEL.86A.0027.2015.0507.1758 05/07/2015
[ 1957.462630] Call Trace:
[ 1957.462646]  dump_stack+0x4d/0x6f
[ 1957.462657]  __warn+0xc1/0xe0
[ 1957.462667]  warn_slowpath_fmt+0x4a/0x50
[ 1957.462709]  fwtable_read32+0x123/0x150 [i915]
[ 1957.462750]  i915_gem_object_flush_gtt_write_domain+0x43/0x70 [i915]
[ 1957.462791]  i915_gem_object_set_to_cpu_domain+0x46/0xa0 [i915]
[ 1957.462831]  i915_gem_set_domain_ioctl+0x15d/0x220 [i915]
[ 1957.462843]  drm_ioctl+0x1d7/0x440
[ 1957.462885]  ? i915_gem_obj_prepare_shmem_write+0x1d0/0x1d0 [i915]
[ 1957.462896]  ? pick_next_task_fair+0x436/0x440
[ 1957.462906]  ? mntput+0x1f/0x30
[ 1957.462915]  do_vfs_ioctl+0x8f/0x5c0
[ 1957.462925]  ? __schedule+0x16f/0x5f0
[ 1957.462935]  ? ____fput+0x9/0x10
[ 1957.462943]  SyS_ioctl+0x3c/0x70
[ 1957.462952]  entry_SYSCALL_64_fastpath+0x17/0x98
[ 1957.462961] RIP: 0033:0x7fc542179ca7
[ 1957.462968] RSP: 002b:00007ffeef12ff98 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 1957.462982] RAX: ffffffffffffffda RBX: 00007ffeef1301d0 RCX: 00007fc542179ca7
[ 1957.462990] RDX: 00007ffeef12ffd0 RSI: 00000000400c645f RDI: 0000000000000003
[ 1957.462999] RBP: 0000000000000003 R08: 000055f433bc7c40 R09: 000000000000002c
[ 1957.463006] R10: 0000000000000073 R11: 0000000000000246 R12: 0000000000000018
[ 1957.463015] R13: 000055f432c89d20 R14: 000055f432c87690 R15: 0000000000000000

Fixes: 3b5724d ("drm/i915: Wait for writes through the GTT to land before reading back")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Joonas Lahtinen <[email protected]>
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