Hi Laura, thank you very much for the patch! I committed it: https://github.com/abrt/faf/commit/6c7840324c2ff96d0fda1404e2c5f64a0f3fe240 It should be deployed within a week. However we'll need to add the flags to the client side as well and that's going to take a little longer to roll out.
Best regards, Marek ----- Original Message ----- > From: "Laura Abbott" <[email protected]> > To: [email protected] > Cc: "Laura Abbott" <[email protected]> > Sent: Tuesday, May 5, 2015 4:15:33 AM > Subject: [PATCH] pyfaf: Add new taint flags > > New taint flags have been added to the kernel. > Add them for filtering. > --- > src/pyfaf/problemtypes/kerneloops.py | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/pyfaf/problemtypes/kerneloops.py > b/src/pyfaf/problemtypes/kerneloops.py > index ec7e976..a11d2d8 100644 > --- a/src/pyfaf/problemtypes/kerneloops.py > +++ b/src/pyfaf/problemtypes/kerneloops.py > @@ -75,6 +75,9 @@ class KerneloopsProblem(ProblemType): > "staging_driver": ("C", "Modules from drivers/staging are loaded"), > "firmware_workaround": ("I", "Working around severe firmware bug"), > "module_out_of_tree": ("O", "Out-of-tree module has been loaded"), > + "unsigned_module": ("E", "Unsigned module has been loaded"), > + "soft_lockup": ("L", "A soft lockup previously occurred"), > + "live_patch": ("K", "Kernel has been live patched"), > } > > checker = DictChecker({ > -- > 2.1.0 > >
