|
Bugzilla – Full Text Bug Listing |
| Summary: | IPv6 broken (xfrm_lookup: IPv4 route is stale) | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Jiri Bohac <jbohac> |
| Component: | Kernel | Assignee: | Olaf Kirch <okir> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | charles_rose, coolo, Daniel.Ottey, forgotten__6pKDtGqg1, ihno, jsmeix |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jiri Bohac
2006-01-31 19:48:08 UTC
*** Bug 147206 has been marked as a duplicate of this bug. *** What happens when you use a kerneltest kernel that doesn't include that change yet? ------------------------------------------------------------------- Mon Jan 30 17:23:51 CET 2006 - okir@suse.de - patches.fixes/xfrm-endless-loop: Try to fix infinite loop in xfrm_lookup (117749, 115200). the one before that patch works fine kernel-smp-2.6.16_rc1_git3-20060130145842 (x86_64) Ok I will drop it from CVS then for beta3 until Olaf debugs it. *** Bug 147040 has been marked as a duplicate of this bug. *** It's dropped. I confirm that Olaf's patch mentioned in #2 is the culprit. I reverted the single patch and IPv6 started to work. Olaf: I don't quite understand the difference between dst->obsolete being set to 0 and -1, but it's initialized to -1 by ip6_route_add() and that's where your check fails. Maybe you want to test for dst->obsolete > 0 instead of != 0 ? I guess we can lower the severity since the patch is dropped now. Maybe it would be better to reopen the original bug that lead to the broken patch and close this one. That would be our old friend the hanging ipsec bug. Should still be open I think. Sorry, but this hits us badly on S/390 with Beta3. X11 installation via CTC is basically unuseable. Well well well... I think I deserve this for giving in to requests to add what was essentially a debug patch :-/ *** Bug 147656 has been marked as a duplicate of this bug. *** *** Bug 148120 has been marked as a duplicate of this bug. *** *** Bug 148653 has been marked as a duplicate of this bug. *** An updated xfrm-lookup patch is now in CVS |