← Back to team overview

kernel-packages team mailing list archive

[Bug 1549332] Missing required logs.

 

This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1549332

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
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/1549332

Title:
  xfrm4_gc_thresh should default to INT_MAX

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The default xfrm4_gc_thresh (and xfrm6_gc_thresh) value is currently
  32k, but in systems with > 16 cpus, this will (eventually) cause
  failures when ipsec uses too many dst objects.  As xfrm doesn't
  actually manage its dst objects, the flowcache does, this parameter
  doesn't actually control xfrm dst gc, it only causes failures when
  exceeded.  Thus is should simply be set to INT_MAX.

  Upstream commit that fixes this is
  c386578f1cdb4dac230395a951f88027f64346e3

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


References