[Bug 524174] Re: [PATCH] Prefix staging driver suspend/resume bugs with [STAGING]

Leann Ogasawara leann.ogasawara at canonical.com
Sat Feb 20 00:01:35 GMT 2010


** Description changed:

  Binary package hint: apport
  
  This patch is dependent on the patch in bug 524167 being applied.
  
  As noted in bug 524167, the linux kernel has a set of drivers
  technically maintained in the kernel but they really are held in a
  staging area. The goal for a driver in staging is to eventually be
  included in the main kernel tree and not just the staging area. The
  Ubuntu kernel team enables many of the drivers in staging to get wider
  exposure and testing of these drivers so that developmental improvements
  can be made to eventually help bring these drivers closer to mainline
  inclusion.
  
  It was requested that suspend and hibernate bugs be prefixed with
- [STAGING] if a staging driver was in use.  See
+ [STAGING] in the bug title if a staging driver was in use.  See
  https://blueprints.edge.launchpad.net/ubuntu/+spec/kernel-lucid-suspend-
  resume - " apport -- tag / add subject when staging drivers are in use
- when reporting suspend/resume bugs".  I've provided a path in bug 524167
- to generally detect and tag staging drivers.  This is a follow on patch
- to specifically prefix suspend/hibernate bugs with "[STAGING]" in the
- bug title.  I've attached the patch but will also inline below.  Please
- consider applying.  Thanks in advance.
+ when reporting suspend/resume bugs".  I've provided a patch in bug
+ 524167 to generally detect and tag staging drivers.  This is a follow on
+ patch to specifically prefix suspend/hibernate bugs with "[STAGING]" in
+ the bug title.  I've attached the patch but will also inline below.
+ Please consider applying.  Thanks in advance.
  
  === modified file 'apport/report.py'
  --- apport/report.py    2009-12-23 11:01:21 +0000
  +++ apport/report.py    2010-02-19 00:35:40 +0000
  @@ -923,6 +923,8 @@
-              # Title the report with suspend or hibernate as appropriate,
-              # and mention any non-free modules loaded up front.
-              title = ''
+              # Title the report with suspend or hibernate as appropriate,
+              # and mention any non-free modules loaded up front.
+              title = ''
  +            if 'StagingDrivers' in self:
  +                title += '[STAGING] '
-              if 'MachineType' in self:
-                  title += '[' + self['MachineType'] + '] '
-              title += self['Failure'] + ' failure'
+              if 'MachineType' in self:
+                  title += '[' + self['MachineType'] + '] '
+              title += self['Failure'] + ' failure'
  
  ProblemType: Bug
  Architecture: i386
  CheckboxSubmission: 27199aa7e30bbcb25cde0f30adca2f2c
  CheckboxSystem: 8baff8f3b5cdd90914588b077dfd5f83
  CrashReports:
-  600:0:0:75343:2010-02-17 18:17:00.000000000 -0800:2010-02-17 19:50:44.000000000 -0800:/var/crash/_usr_sbin_cron.0.crash
-  600:0:0:626095:2010-02-17 19:41:02.000000000 -0800:2010-02-17 19:47:55.000000000 -0800:/var/crash/kexec-tools.0.crash
-  600:1000:1000:32804:2010-02-18 16:22:37.000000000 -0800:2010-02-18 16:22:40.000000000 -0800:/var/crash/_usr_share_apport_apport-gtk.1000.crash
+  600:0:0:75343:2010-02-17 18:17:00.000000000 -0800:2010-02-17 19:50:44.000000000 -0800:/var/crash/_usr_sbin_cron.0.crash
+  600:0:0:626095:2010-02-17 19:41:02.000000000 -0800:2010-02-17 19:47:55.000000000 -0800:/var/crash/kexec-tools.0.crash
+  600:1000:1000:32804:2010-02-18 16:22:37.000000000 -0800:2010-02-18 16:22:40.000000000 -0800:/var/crash/_usr_share_apport_apport-gtk.1000.crash
  Date: Thu Feb 18 17:04:49 2010
  DistroRelease: Ubuntu 10.04
  Package: apport 1.12-0ubuntu5 [modified: usr/share/apport/package-hooks/source_linux.py]
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-13.18-generic
  SourcePackage: apport
  Uname: Linux 2.6.32-13-generic i686

-- 
[PATCH] Prefix staging driver suspend/resume bugs with [STAGING]
https://bugs.launchpad.net/bugs/524174
You received this bug notification because you are a member of Ubuntu
Sponsors for main, which is a direct subscriber.



More information about the Ubuntu-main-sponsors mailing list