[Kernel-packages] [Bug 1516052] Re: [regression] 3.13.0-69 infinite ip rules

2015-12-02 Thread Ian! D. Allen
*** This bug is a duplicate of bug 1514785 ***
https://bugs.launchpad.net/bugs/1514785

The recent Ubuntu 15.04 kernel update to vmlinuz-3.19.0-37-generic installed 
this same bug.
I had to reboot back to vmlinuz-3.19.0-33-generic to avoid the loop.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1516052

Title:
  [regression] 3.13.0-69 infinite ip rules

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When I run the 3.13.0-69 -proposed kernel on Trusty, I'm seeing
  infinite amount of ip rules:

  $ ip -f inet rule show | head
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 

  And it never stops:

  $ time ip -f inet rule show | wc -l
  ^C

  real  3m30.262s
  user  0m46.742s
  sys   3m39.516s

  Deleting the "lookup local" then shows an infinite amount of "lookup
  main".

  When I go back to 3.13.0-68, things look normal:

  $ time ip -f inet rule show
  0:from all lookup local 
  32766:from all lookup main 
  32767:from all lookup default 

  real  0m0.002s
  user  0m0.000s
  sys   0m0.002s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1516052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1516052] Re: [regression] 3.13.0-69 infinite ip rules

2015-11-13 Thread Simon Déziel
** Attachment added: "syslog from 3.13.0-69"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1516052/+attachment/4518323/+files/syslog

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1516052

Title:
  [regression] 3.13.0-69 infinite ip rules

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When I run the 3.13.0-69 -proposed kernel on Trusty, I'm seeing
  infinite amount of ip rules:

  $ ip -f inet rule show | head
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 

  And it never stops:

  $ time ip -f inet rule show | wc -l
  ^C

  real  3m30.262s
  user  0m46.742s
  sys   3m39.516s

  Deleting the "lookup local" then shows an infinite amount of "lookup
  main".

  When I go back to 3.13.0-68, things look normal:

  $ time ip -f inet rule show
  0:from all lookup local 
  32766:from all lookup main 
  32767:from all lookup default 

  real  0m0.002s
  user  0m0.000s
  sys   0m0.002s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1516052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1516052] Re: [regression] 3.13.0-69 infinite ip rules

2015-11-13 Thread Simon Déziel
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1516052

Title:
  [regression] 3.13.0-69 infinite ip rules

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When I run the 3.13.0-69 -proposed kernel on Trusty, I'm seeing
  infinite amount of ip rules:

  $ ip -f inet rule show | head
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 

  And it never stops:

  $ time ip -f inet rule show | wc -l
  ^C

  real  3m30.262s
  user  0m46.742s
  sys   3m39.516s

  Deleting the "lookup local" then shows an infinite amount of "lookup
  main".

  When I go back to 3.13.0-68, things look normal:

  $ time ip -f inet rule show
  0:from all lookup local 
  32766:from all lookup main 
  32767:from all lookup default 

  real  0m0.002s
  user  0m0.000s
  sys   0m0.002s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1516052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1516052] Re: [regression] 3.13.0-69 infinite ip rules

2015-11-13 Thread Norman Henderson
I have the same behavior with 3.16-0-53. The system appears to be
working normally in all respects including policy routing, except that
the ip rule command produces an infinite loop of 0: from all lookup
local. Makes it hard to manage the system... This could be a duplicate
of 1514785 which applies to 3.16-0-52+53.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1516052

Title:
  [regression] 3.13.0-69 infinite ip rules

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When I run the 3.13.0-69 -proposed kernel on Trusty, I'm seeing
  infinite amount of ip rules:

  $ ip -f inet rule show | head
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 

  And it never stops:

  $ time ip -f inet rule show | wc -l
  ^C

  real  3m30.262s
  user  0m46.742s
  sys   3m39.516s

  Deleting the "lookup local" then shows an infinite amount of "lookup
  main".

  When I go back to 3.13.0-68, things look normal:

  $ time ip -f inet rule show
  0:from all lookup local 
  32766:from all lookup main 
  32767:from all lookup default 

  real  0m0.002s
  user  0m0.000s
  sys   0m0.002s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1516052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1516052] Re: [regression] 3.13.0-69 infinite ip rules

2015-11-13 Thread Simon Déziel
*** This bug is a duplicate of bug 1514785 ***
https://bugs.launchpad.net/bugs/1514785

So 3.19.0-33 doesn't have the problem.

** This bug has been marked a duplicate of bug 1514785
   kernel 3.16.0.52+53 - ip rule repeats all default rules (messing up rule 
table)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1516052

Title:
  [regression] 3.13.0-69 infinite ip rules

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When I run the 3.13.0-69 -proposed kernel on Trusty, I'm seeing
  infinite amount of ip rules:

  $ ip -f inet rule show | head
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 

  And it never stops:

  $ time ip -f inet rule show | wc -l
  ^C

  real  3m30.262s
  user  0m46.742s
  sys   3m39.516s

  Deleting the "lookup local" then shows an infinite amount of "lookup
  main".

  When I go back to 3.13.0-68, things look normal:

  $ time ip -f inet rule show
  0:from all lookup local 
  32766:from all lookup main 
  32767:from all lookup default 

  real  0m0.002s
  user  0m0.000s
  sys   0m0.002s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1516052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1516052] Re: [regression] 3.13.0-69 infinite ip rules

2015-11-13 Thread Simon Déziel
Indeed, the 3.13 and 3.16 -proposed kernels have the commit I'm
suspecting:

fib_rules: fix fib rule dumps across multiple skbs


The 3.19 -proposed kernel doesn't have it so I'm wondering if it's also 
affected.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1516052

Title:
  [regression] 3.13.0-69 infinite ip rules

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When I run the 3.13.0-69 -proposed kernel on Trusty, I'm seeing
  infinite amount of ip rules:

  $ ip -f inet rule show | head
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 
  0:from all lookup local 

  And it never stops:

  $ time ip -f inet rule show | wc -l
  ^C

  real  3m30.262s
  user  0m46.742s
  sys   3m39.516s

  Deleting the "lookup local" then shows an infinite amount of "lookup
  main".

  When I go back to 3.13.0-68, things look normal:

  $ time ip -f inet rule show
  0:from all lookup local 
  32766:from all lookup main 
  32767:from all lookup default 

  real  0m0.002s
  user  0m0.000s
  sys   0m0.002s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1516052/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp