[Kernel-packages] [Bug 1408106] Re: attach_disconnected not sufficient for overlayfs

2017-04-06 Thread Brendan Donegan
@lamont does this need to have a MAAS task? Are we going to address it
somehow in MAAS?

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

Title:
  attach_disconnected not sufficient for overlayfs

Status in AppArmor:
  In Progress
Status in MAAS:
  New
Status in apparmor package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged

Bug description:
  With the following use of overlayfs, we get a disconnected path:

  $ cat ./profile
  #include 
  profile foo {
    #include 

    capability sys_admin,
    capability sys_chroot,
    mount,
    pivot_root,
  }

  $ cat ./overlay.c
  #include 
  #include 
  #include 
  #include 
  #include 
  #include 
  #include 

  int main(int argc, char* argv[]) {
  int i = 0;
  int len = 0;
  int ret = 0;
  char* options;

  if (geteuid())
  unshare(CLONE_NEWUSER);
  unshare(CLONE_NEWNS);

  for (i = 1; i < argc; i++) {
  if (i == 1) {
  len = strlen(argv[i]) + strlen("upperdir=,lowerdir=/") + 2;
  options = alloca(len);
  ret = snprintf(options, len, "upperdir=%s,lowerdir=/", argv[i]);
  }
  else {
  len = strlen(argv[i]) + strlen("upperdir=,lowerdir=/mnt") + 2;
  options = alloca(len);
  ret = snprintf(options, len, "upperdir=%s,lowerdir=/mnt", 
argv[i]);
  }

  mount("overlayfs", "/mnt", "overlayfs", MS_MGC_VAL, options);
  }

  chdir("/mnt");
  pivot_root(".", ".");
  chroot(".");

  chdir("/");
  execl("/bin/bash", "/bin/bash", NULL);
  }

  $ sudo apparmor_parser -r ./profile && aa-exec -p foo -- ./a.out /tmp
  [255]
  ...
  Dec 12 14:31:38 localhost kernel: [57278.040216] audit: type=1400 
audit(1418387498.613:712): apparmor="DENIED" operation="exec" info="Failed name 
lookup - disconnected path" error=-13 profile="foo" name="/bin/bash" pid=18255 
comm="a.out" requested_mask="x" denied_mask="x" fsuid=1000 ouid=0

  With the above, the expectation was for the denial to be /mnt/bin/bash. There 
are three ways forward:
  1. the correct solution is to patch overlayfs to properly track the loopback, 
but this will take a while, may ultimately be unachievable. UPDATE: upstream is 
currently working on this and Ubuntu will engage with them
  2. we could rely on the fact that overlayfs creates a private unshared 
submount, and provide a way to not mediate the path when that is present, and 
tagged. This would take a bit of time, and might be the preferred method over 1 
longer term
  3. we could extend attach_disconnected so that we can define the attach root. 
Eg, we can use profile foo (attach_disconnected=/mnt) {} such that '/bin/bash' 
maps to '/mnt/bin/bash'. UPDATE: THIS IS NOT VIABLE

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1408106/+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 1491484] [NEW] Anker keyboard doesn't send key events to krillin

2015-09-02 Thread Brendan Donegan
Public bug reported:

I have an Anker BT keyboard which seems to work fine on the Nexus 4 with
Android, but when I use it with Krillin and Ubuntu it doesn't seem to
receive keypresses. In fact I have used a hack boot.img to get it to
even connect. The exact model is : http://www.amazon.co.uk/Compact-
Wireless-Bluetooth-Keyboard-
Rechargeable/dp/B00PIMRCFG/ref=sr_1_2?ie=UTF8=1441209196=8-2=anker+bluetooth+keyboard

phablet@ubuntu-phablet:~$ system-image-cli -i
current build number: 114
device name: krillin
channel: ubuntu-touch/rc-proposed/bq-aquaris.en
last update: 2015-09-02 08:01:15
version version: 114
version ubuntu: 20150902
version device: 20150821-736d127
version custom: 20150821-887-33-32-vivid

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Anker keyboard doesn't send key events to krillin

Status in bluez package in Ubuntu:
  New

Bug description:
  I have an Anker BT keyboard which seems to work fine on the Nexus 4
  with Android, but when I use it with Krillin and Ubuntu it doesn't
  seem to receive keypresses. In fact I have used a hack boot.img to get
  it to even connect. The exact model is : http://www.amazon.co.uk
  /Compact-Wireless-Bluetooth-Keyboard-
  
Rechargeable/dp/B00PIMRCFG/ref=sr_1_2?ie=UTF8=1441209196=8-2=anker+bluetooth+keyboard

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 114
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-09-02 08:01:15
  version version: 114
  version ubuntu: 20150902
  version device: 20150821-736d127
  version custom: 20150821-887-33-32-vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1491484/+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 1387949] Re: power cycling BT device caused phone to reboot

2014-10-31 Thread Brendan Donegan
** Package changed: indicator-bluetooth (Ubuntu) = bluez (Ubuntu)

** Summary changed:

- power cycling BT device caused phone to reboot
+ power cycling Emerson EM229 headset caused phone to reboot

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

Title:
  power cycling Emerson EM229 headset caused phone to reboot

Status in “bluez” package in Ubuntu:
  New

Bug description:
  While sanity testing krillin rtm image 139, I paired a bluetooth
  headset.  I made a call with it, hung up, then turned the headset off.
  I noticed this caused the BT indicator icon to invert, which is a nice
  way to indicate whether something is connected.  So, I turned the
  device back on, waited for the icon to invert, turned the device off,
  waited, and instead of inverting the icon...  the phone rebooted.

  Not sure what exactly failed here, like which component, but it's
  definitely not good when a paired headset can cause the phone to
  spontaneously reboot.

  I don't see any relevant .crash files, and all I see in syslog from
  that time is this:

  Oct 30 23:42:27 ubuntu-phablet NetworkManager[1429]: warn Activation 
(/ril_1) failed for connection '/310410695117999/context1'
  Oct 30 23:42:27 ubuntu-phablet NetworkManager[1429]: info (/ril_1): device 
state change: failed - disconnected (reason 'none') [120 30 0]
  Oct 30 23:42:27 ubuntu-phablet NetworkManager[1429]: info (/ril_1): 
deactivating device (reason 'none') [0]
  Oct 30 23:43:01 ubuntu-phablet kernel: [  
747.229681][Ker_PM][request_suspend_state]wakeup (3-0) at 747214006509 
(2014-10-31 05:43:01.704759580 UTC)
  Oct 30 23:43:02 ubuntu-phablet kernel: [  747.779813]mtk-tpd: TPD wake up
  Oct 30 23:43:02 ubuntu-phablet kernel: [  747.816572]mtk-tpd: TPD wake up done
  Oct 30 23:43:02 ubuntu-phablet kernel: [  747.816593]MAGNETIC  
mag_context_obj ok---hwm_obj-early_suspend=0 
  Oct 30 23:43:09 ubuntu-phablet dbus[769]: [system] Activating service 
name='org.freedesktop.systemd1' (using servicehelper)
  Oct 30 23:43:09 ubuntu-phablet dbus[769]: [system] Successfully activated 
service 'org.freedesktop.systemd1'
  Oct 30 23:43:09 ubuntu-phablet rsyslogd: [origin software=rsyslogd 
swVersion=7.4.4 x-pid=771 x-info=http://www.rsyslog.com;] exiting on 
signal 15.
  Oct 30 23:43:42 ubuntu-phablet rsyslogd: [origin software=rsyslogd 
swVersion=7.4.4 x-pid=785 x-info=http://www.rsyslog.com;] start
  Oct 30 23:43:42 ubuntu-phablet rsyslogd-2307: warning: ~ action is 
deprecated, consider using the 'stop' statement instead [try 
http://www.rsyslog.com/e/2307 ]
  Oct 30 23:43:42 ubuntu-phablet rsyslogd-2307: warning: ~ action is 
deprecated, consider using the 'stop' statement instead [try 
http://www.rsyslog.com/e/2307 ]
  Oct 30 23:43:42 ubuntu-phablet rsyslogd: rsyslogd's groupid changed to 103
  Oct 30 23:43:42 ubuntu-phablet rsyslogd: rsyslogd's userid changed to 100
  Oct 30 23:43:42 ubuntu-phablet kernel: [0.00]Booting Linux on 
physical CPU 0
  Oct 30 23:43:42 ubuntu-phablet kernel: [0.00]Initializing cgroup 
subsys cpu
  Oct 30 23:43:42 ubuntu-phablet kernel: [0.00]Linux version 3.4.67 
(root@android-barajas_1414177384) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue 
Oct 28 11:57:42 UTC 2014

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1387949/+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 1300928] Re: linux: 3.11.0-20.34 -proposed tracker

2014-04-14 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.11.0-20.34 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  This bug is for tracking the 3.11.0-20.34 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 01. April 2014 18:18 UTC
  kernel-stable-Prepare-package-end:Wednesday, 02. April 2014 17:09 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 02. April 2014 17:09 UTC
  ppa-package-testing-start:Wednesday, 02. April 2014 18:04 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 08. April 2014 05:05 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Tuesday, 08. April 2014 07:06 UTC
  kernel-stable-Verification-testing-start:Tuesday, 08. April 2014 07:06 UTC
  kernel-stable-Certification-testing-start:Tuesday, 08. April 2014 07:06 UTC
  kernel-stable-Security-signoff-start:Tuesday, 08. April 2014 07:06 UTC
  kernel-stable-Regression-testing-start:Tuesday, 08. April 2014 07:06 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1300928/+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 1300852] Re: linux: 2.6.32-58.120 -proposed tracker

2014-04-14 Thread Brendan Donegan
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = Invalid

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

Title:
  linux: 2.6.32-58.120 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-58.120 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 01. April 2014 15:31 UTC
  kernel-stable-Prepare-package-end:Wednesday, 02. April 2014 00:05 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 02. April 2014 00:05 UTC
  ppa-package-testing-start:Wednesday, 02. April 2014 01:02 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 08. April 2014 05:02 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Tuesday, 08. April 2014 07:02 UTC
  kernel-stable-Verification-testing-start:Tuesday, 08. April 2014 07:02 UTC
  kernel-stable-Certification-testing-start:Tuesday, 08. April 2014 07:02 UTC
  kernel-stable-Security-signoff-start:Tuesday, 08. April 2014 07:03 UTC
  kernel-stable-Regression-testing-start:Tuesday, 08. April 2014 07:03 UTC
  kernel-stable-Regression-testing-end:Thursday, 10. April 2014 16:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1300852/+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 1300455] Re: linux: 3.2.0-61.92 -proposed tracker

2014-04-09 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.2.0-61.92 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  Confirmed

Bug description:
  This bug is for tracking the 3.2.0-61.92 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 31. March 2014 21:30 UTC
  kernel-stable-Prepare-package-end:Tuesday, 01. April 2014 16:10 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 01. April 2014 16:10 UTC
  ppa-package-testing-start:Tuesday, 01. April 2014 17:01 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 08. April 2014 05:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Tuesday, 08. April 2014 07:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 08. April 2014 07:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 08. April 2014 07:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 08. April 2014 07:01 UTC
  kernel-stable-Regression-testing-start:Tuesday, 08. April 2014 07:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1300455/+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 1302646] Re: Lenovo IdeaPad Yoga 13 - pm-suspend-hybrid causes system to crash

2014-04-05 Thread Brendan Donegan
apport information

** Tags added: apport-collected trusty

** Description changed:

  When I try running:
  
  sudo pm-suspend-hybrid, it simply freezes. The whole system is
  unresponsive. This is a pretty new 'Intel(R) Core(TM) i7-3537U CPU @
  2.00GHz' so I would have thought it was supported, but even if not, it
  should not crash.
  
- It seems it is supported though. /sys/power/disk contains sleep as a
- supported state.
+ It seems it is supported though. /sys/power/disk contains sleep as a 
supported state.
+ --- 
+ ApportVersion: 2.13.3-0ubuntu1
+ Architecture: amd64
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2013-11-30 (125 days ago)
+ InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
+ Package: linux (not installed)
+ Tags:  trusty
+ Uname: Linux 3.13.0-031300rc2-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: Upgraded to trusty on 2014-03-28 (7 days ago)
+ UserGroups: adm autopilot cdrom dip libvirtd lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1302646/+attachment/4067265/+files/ProcEnviron.txt

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

Title:
  Lenovo IdeaPad Yoga 13 - pm-suspend-hybrid causes system to crash

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When I try running:

  sudo pm-suspend-hybrid, it simply freezes. The whole system is
  unresponsive. This is a pretty new 'Intel(R) Core(TM) i7-3537U CPU @
  2.00GHz' so I would have thought it was supported, but even if not, it
  should not crash.

  It seems it is supported though. /sys/power/disk contains sleep as a 
supported state.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-11-30 (125 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.13.0-031300rc2-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to trusty on 2014-03-28 (7 days ago)
  UserGroups: adm autopilot cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302646/+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 1302646] Re: Lenovo IdeaPad Yoga 13 - pm-suspend-hybrid causes system to crash

2014-04-05 Thread Brendan Donegan
File this one down to a case of impatience. It turns out it does work
(eventually) on both kernels I ran. It seems to take a bit longer on the
current one, but it does eventually enter hybrid sleep. What's
confusing, and I might file a seperate bug for, is that the screen
initially blanks, then comes back - but the user is not able to interact
with the system - it appears frozen. This lasts long enough that more
impatient types like myself may be tempted to hard power off their
system.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Lenovo IdeaPad Yoga 13 - pm-suspend-hybrid causes system to crash

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  When I try running:

  sudo pm-suspend-hybrid, it simply freezes. The whole system is
  unresponsive. This is a pretty new 'Intel(R) Core(TM) i7-3537U CPU @
  2.00GHz' so I would have thought it was supported, but even if not, it
  should not crash.

  It seems it is supported though. /sys/power/disk contains sleep as a 
supported state.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-11-30 (125 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.13.0-031300rc2-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to trusty on 2014-03-28 (7 days ago)
  UserGroups: adm autopilot cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302646/+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 1253734] Re: HP EliteBook 6930p: scaling_max_freq is less than highest frequencies in scaling_available_frequencies

2014-04-04 Thread Brendan Donegan
Hi Colin,

Close it now, this laptop is deceased - unless you think someone else
with the same model is going to come along and provide the info.

Thanks,

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

Title:
  HP EliteBook 6930p: scaling_max_freq is less than highest frequencies
  in scaling_available_frequencies

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_max_freq 
  1520400
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_available_frequencies 
  2534000 2533000 160 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+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 1302646] Re: Lenovo IdeaPad Yoga 13 - s3-hybrid test causes system to crash

2014-04-04 Thread Brendan Donegan
** Project changed: fwts = linux (Ubuntu)

** Description changed:

  When I try running:
  
- sudo fwts s3 --s3-hybrid on my Ideapad Yoga, it simply freezes. The
- whole system is unresponsive. This is a pretty new 'Intel(R) Core(TM)
- i7-3537U CPU @ 2.00GHz' so I would have thought it was supported, but
- even if not, it should not crash, rather the test should be skipped.
+ sudo pm-suspend-hybrid, it simply freezes. The whole system is
+ unresponsive. This is a pretty new 'Intel(R) Core(TM) i7-3537U CPU @
+ 2.00GHz' so I would have thought it was supported, but even if not, it
+ should not crash.
+ 
+ It seems it is supported though. /sys/power/disk contains sleep as a
+ supported state.

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

Title:
  Lenovo IdeaPad Yoga 13 - s3-hybrid test causes system to crash

Status in “linux” package in Ubuntu:
  New

Bug description:
  When I try running:

  sudo pm-suspend-hybrid, it simply freezes. The whole system is
  unresponsive. This is a pretty new 'Intel(R) Core(TM) i7-3537U CPU @
  2.00GHz' so I would have thought it was supported, but even if not, it
  should not crash.

  It seems it is supported though. /sys/power/disk contains sleep as a
  supported state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302646/+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 1302646] Re: Lenovo IdeaPad Yoga 13 - pm-suspend-hybrid causes system to crash

2014-04-04 Thread Brendan Donegan
** Summary changed:

- Lenovo IdeaPad Yoga 13 - s3-hybrid test causes system to crash
+ Lenovo IdeaPad Yoga 13 - pm-suspend-hybrid causes system to crash

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

Title:
  Lenovo IdeaPad Yoga 13 - pm-suspend-hybrid causes system to crash

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When I try running:

  sudo pm-suspend-hybrid, it simply freezes. The whole system is
  unresponsive. This is a pretty new 'Intel(R) Core(TM) i7-3537U CPU @
  2.00GHz' so I would have thought it was supported, but even if not, it
  should not crash.

  It seems it is supported though. /sys/power/disk contains sleep as a
  supported state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302646/+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 1281800] Re: linux: 3.2.0-60.91 -proposed tracker

2014-02-26 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-testing/precise/3.2.0-60.91
/precise-proposed.html

** Tags added: certification-testing-passed

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

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

Title:
  linux: 3.2.0-60.91 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow package-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  Confirmed

Bug description:
  This bug is for tracking the 3.2.0-60.91 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 18. February 2014 21:45 UTC
  kernel-stable-Prepare-package-end:Wednesday, 19. February 2014 08:45 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 19. February 2014 08:45 UTC
  ppa-package-testing-start:Wednesday, 19. February 2014 09:01 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 19. February 2014 10:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Wednesday, 19. February 2014 11:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 19. February 2014 11:02 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 19. February 2014 11:02 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 19. February 2014 11:02 UTC
  kernel-stable-Regression-testing-start:Wednesday, 19. February 2014 11:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1281800/+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 1281764] Re: linux: 3.11.0-18.32 -proposed tracker

2014-02-21 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.11.0-18.32 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Saucy:
  New

Bug description:
  This bug is for tracking the 3.11.0-18.32 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 18. February 2014 20:10 UTC
  kernel-stable-Prepare-package-end:Wednesday, 19. February 2014 04:08 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 19. February 2014 04:08 UTC
  ppa-package-testing-start:Wednesday, 19. February 2014 05:01 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 19. February 2014 08:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Wednesday, 19. February 2014 09:00 UTC
  kernel-stable-Verification-testing-start:Wednesday, 19. February 2014 09:00 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 19. February 2014 09:01 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 19. February 2014 09:01 UTC
  kernel-stable-Regression-testing-start:Wednesday, 19. February 2014 09:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1281764/+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 1281800] Re: linux: 3.2.0-60.91 -proposed tracker

2014-02-21 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.2.0-60.91 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  Confirmed

Bug description:
  This bug is for tracking the 3.2.0-60.91 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 18. February 2014 21:45 UTC
  kernel-stable-Prepare-package-end:Wednesday, 19. February 2014 08:45 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 19. February 2014 08:45 UTC
  ppa-package-testing-start:Wednesday, 19. February 2014 09:01 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 19. February 2014 10:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Wednesday, 19. February 2014 11:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 19. February 2014 11:02 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 19. February 2014 11:02 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 19. February 2014 11:02 UTC
  kernel-stable-Regression-testing-start:Wednesday, 19. February 2014 11:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1281800/+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 1281764] Re: linux: 3.11.0-18.32 -proposed tracker

2014-02-21 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-testing/saucy/3.11.0-18.32
/saucy-proposed.html

** Tags added: certification-testing-passed

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

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

Title:
  linux: 3.11.0-18.32 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow package-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Saucy:
  New

Bug description:
  This bug is for tracking the 3.11.0-18.32 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 18. February 2014 20:10 UTC
  kernel-stable-Prepare-package-end:Wednesday, 19. February 2014 04:08 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 19. February 2014 04:08 UTC
  ppa-package-testing-start:Wednesday, 19. February 2014 05:01 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 19. February 2014 08:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Wednesday, 19. February 2014 09:00 UTC
  kernel-stable-Verification-testing-start:Wednesday, 19. February 2014 09:00 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 19. February 2014 09:01 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 19. February 2014 09:01 UTC
  kernel-stable-Regression-testing-start:Wednesday, 19. February 2014 09:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1281764/+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 1281797] Re: linux: 2.6.32-57.119 -proposed tracker

2014-02-20 Thread Brendan Donegan
Hardware Certification won't be testing this kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = Invalid

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

Title:
  linux: 2.6.32-57.119 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-57.119 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 18. February 2014 21:31 UTC
  kernel-stable-Prepare-package-end:Wednesday, 19. February 2014 07:43 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 19. February 2014 07:43 UTC
  ppa-package-testing-start:Wednesday, 19. February 2014 08:00 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 19. February 2014 10:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Wednesday, 19. February 2014 11:01 UTC
  kernel-stable-Verification-testing-start:Wednesday, 19. February 2014 11:01 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 19. February 2014 11:01 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 19. February 2014 11:01 UTC
  kernel-stable-Regression-testing-start:Wednesday, 19. February 2014 11:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1281797/+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 1095751] Re: bcmwl fails to build with 3.8 kernels [error: 'struct cfg80211_ibss_params' has no member named 'channel']

2014-01-20 Thread Brendan Donegan
** Summary changed:

- bcmwl fails to build with 3.8 kernels [error: ‘struct cfg80211_ibss_params’ 
has no member named ‘channel’]
+ bcmwl fails to build with 3.8 kernels [error: 'struct cfg80211_ibss_params' 
has no member named 'channel']

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

Title:
  bcmwl fails to build with 3.8 kernels [error: 'struct
  cfg80211_ibss_params' has no member named 'channel']

Status in “bcmwl” package in Ubuntu:
  Fix Released
Status in “broadcom-sta” package in Ubuntu:
  Confirmed
Status in “bcmwl” source package in Precise:
  Fix Released
Status in “broadcom-sta” source package in Precise:
  Confirmed

Bug description:
  Upcoming 3.8 kernels have broken this DKMS package.

  P

  SRU request:

  [Impact]

   * As a result of this bug, bcmwl-kernel-source will fail to build the
  module against linux-generic-lts-raring in Ubuntu 12.04.

  [Test Case]

   * Enable the precise-proposed repository and install bcmwl-kernel-
  source (6.20.155.1+bdcom-0ubuntu0.0.2).

   * Install linux-generic-lts-raring

   * If the package installs without errors from DKMS with both the
  linux-generic and lts-raring kernels, then the patches work correctly.

  [Regression Potential]

   * The patches that I backported from 13.10 will preserve the current
  driver behaviour on linux-generic (3.2) and linux-generic-lts-quantal
  (3.5), thanks to the use of specific macros in the code which check
  the kernel version. As a result, no regressions of any kind can be
  expected on these kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1095751/+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 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2014-01-17 Thread Brendan Donegan
** Changed in: unity (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  video switch hot key will return super key and p and no response to
  switch video mode

Status in “linux” package in Ubuntu:
  Incomplete
Status in “unity” package in Ubuntu:
  New

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop HP 1000 has a hot key on F4 to 
perform the shorcut super + p to switch video modes.
  Use command sudo showkey -k to capture the key code of the hot key you will 
see the key code of super key and p
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop HP 1000
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for HP 1000 it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a p will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor=DENIED 
operation=open parent=1 profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=1849 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/25/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.50
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1855
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 64.22
  dmi.chassis.asset.tag: Classis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Kernel-packages] [Bug 1259259] Re: linux: 3.11.0-15.23 -proposed tracker

2013-12-11 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.11.0-15.23 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Saucy:
  New

Bug description:
  This bug is for tracking the 3.11.0-15.23 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 09. December 2013 17:42 UTC
  kernel-stable-Prepare-package-end:Tuesday, 10. December 2013 01:11 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 10. December 2013 01:11 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 10. December 2013 04:04 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Tuesday, 10. December 2013 16:04 UTC
  kernel-stable-Verification-testing-start:Tuesday, 10. December 2013 16:04 UTC
  kernel-stable-Certification-testing-start:Tuesday, 10. December 2013 16:04 UTC
  kernel-stable-Security-signoff-start:Tuesday, 10. December 2013 16:04 UTC
  kernel-stable-Regression-testing-start:Tuesday, 10. December 2013 16:04 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1259259/+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 1259259] Re: linux: 3.11.0-15.23 -proposed tracker

2013-12-11 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-testing/saucy/3.11.0-15.23
/saucy-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

** Tags added: certification-testing-passed

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

Title:
  linux: 3.11.0-15.23 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Saucy:
  New

Bug description:
  This bug is for tracking the 3.11.0-15.23 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 09. December 2013 17:42 UTC
  kernel-stable-Prepare-package-end:Tuesday, 10. December 2013 01:11 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 10. December 2013 01:11 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 10. December 2013 04:04 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Tuesday, 10. December 2013 16:04 UTC
  kernel-stable-Verification-testing-start:Tuesday, 10. December 2013 16:04 UTC
  kernel-stable-Certification-testing-start:Tuesday, 10. December 2013 16:04 UTC
  kernel-stable-Security-signoff-start:Tuesday, 10. December 2013 16:04 UTC
  kernel-stable-Regression-testing-start:Tuesday, 10. December 2013 16:04 UTC
  kernel-stable-Certification-testing-end:Wednesday, 11. December 2013 16:04 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1259259/+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 1257092] Re: linux: 3.11.0-15.22 -proposed tracker

2013-12-09 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.11.0-15.22 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Saucy:
  New

Bug description:
  This bug is for tracking the 3.11.0-15.22 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 02. December 2013 22:19 UTC
  kernel-stable-Prepare-package-end:Tuesday, 03. December 2013 05:39 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 03. December 2013 05:39 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 03. December 2013 07:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Tuesday, 03. December 2013 08:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 03. December 2013 08:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 03. December 2013 08:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 03. December 2013 08:01 UTC
  kernel-stable-Regression-testing-start:Tuesday, 03. December 2013 08:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1257092/+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 1257102] Re: linux: 3.8.0-35.50 -proposed tracker

2013-12-09 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.8.0-35.50 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Raring:
  New

Bug description:
  This bug is for tracking the 3.8.0-35.50 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 02. December 2013 22:51 UTC
  kernel-stable-Prepare-package-end:Tuesday, 03. December 2013 04:42 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 03. December 2013 04:42 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 03. December 2013 06:02 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Tuesday, 03. December 2013 08:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 03. December 2013 08:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 03. December 2013 08:02 UTC
  kernel-stable-Security-signoff-start:Tuesday, 03. December 2013 08:02 UTC
  kernel-stable-Regression-testing-start:Tuesday, 03. December 2013 08:02 UTC
  kernel-stable-Regression-testing-end:Thursday, 05. December 2013 12:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1257102/+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 1257370] Re: linux: 3.2.0-58.88 -proposed tracker

2013-12-05 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.2.0-58.88 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-58.88 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 03. December 2013 16:33 UTC
  kernel-stable-Prepare-package-end:Wednesday, 04. December 2013 00:30 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 04. December 2013 00:30 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 04. December 2013 01:06 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Wednesday, 04. December 2013 02:07 UTC
  kernel-stable-Verification-testing-start:Wednesday, 04. December 2013 02:07 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 04. December 2013 02:07 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 04. December 2013 02:07 UTC
  kernel-stable-Regression-testing-start:Wednesday, 04. December 2013 02:07 UTC
  kernel-stable-Regression-testing-end:Wednesday, 04. December 2013 13:04 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1257370/+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 1257364] Re: linux: 2.6.32-55.117 -proposed tracker

2013-12-04 Thread Brendan Donegan
Currently we do not have anyone available to do this testing - so I am
marking this task Invalid.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = Invalid

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 2.6.32-55.117 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-55.117 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 03. December 2013 16:21 UTC
  kernel-stable-Prepare-package-end:Tuesday, 03. December 2013 23:36 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 03. December 2013 23:36 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 04. December 2013 01:05 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Wednesday, 04. December 2013 02:06 UTC
  kernel-stable-Verification-testing-start:Wednesday, 04. December 2013 02:06 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 04. December 2013 02:06 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 04. December 2013 02:06 UTC
  kernel-stable-Regression-testing-start:Wednesday, 04. December 2013 02:06 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1257364/+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 1256998] Re: cursor is not visible (sometimes) after suspend/resume on Lenovo Ideapad Yoga 13

2013-12-04 Thread Brendan Donegan
Unfortunately this doesn't seem to fix the issue. I've also noticed that
it's not directly related to suspend/resume. This time around it seemed
to just disappear mid-use.

** Tags added: kernel-bug-exists-upstream

** 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/1256998

Title:
  cursor is not visible (sometimes) after suspend/resume on Lenovo
  Ideapad Yoga 13

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Often, after suspending and resuming this system, I   that the cursor
  is not visible. If I move the trackpad then I can see the cursor
  having an effect on the UI (hover effects trigger for example), but at
  no point is it visible. This can only be cured by logging out and back
  in from lightdm. I have never seen this behaviour on other hardware.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-13-generic 3.11.0-13.20
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  brendand  18292 F pulseaudio
   /dev/snd/controlC0:  brendand  18292 F pulseaudio
   /dev/snd/pcmC0D0c:   brendand  18292 F...m pulseaudio
  Date: Mon Dec  2 17:10:20 2013
  HibernationDevice: RESUME=UUID=be4ad10c-3f15-45ba-bf36-543b003a6420
  InstallationDate: Installed on 2013-11-30 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 2191
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic.efi.signed 
root=UUID=0b341aa6-c7a1-486e-a1cc-bbce141054c0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-13-generic N/A
   linux-backports-modules-3.11.0-13-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/21/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 66CN54WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Yoga 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr66CN54WW:bd01/21/2013:svnLENOVO:pn2191:pvrLenovoIdeaPadYoga13:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadYoga13:
  dmi.product.name: 2191
  dmi.product.version: Lenovo IdeaPad Yoga 13
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1256998/+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 1253734] Re: HP EliteBook 6930p: scaling_max_freq is less than highest frequencies in scaling_available_frequencies

2013-12-03 Thread Brendan Donegan
I got this now, with ignore_ppc: http://paste.ubuntu.com/6513870/

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

Title:
  HP EliteBook 6930p: scaling_max_freq is less than highest frequencies
  in scaling_available_frequencies

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_max_freq 
  1520400
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_available_frequencies 
  2534000 2533000 160 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+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 1253734] Re: HP EliteBook 6930p: scaling_max_freq is less than highest frequencies in scaling_available_frequencies

2013-11-28 Thread Brendan Donegan
Maybe - I noticed that just after booting scaling_max_freq was 2534000,
but it dropped down soon after. I can provide the same logs as before
again and you can check them to make sure that a.) I enabled ignore_ppc
properly and b.) it had the expected effect. Sound ok?

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

Title:
  HP EliteBook 6930p: scaling_max_freq is less than highest frequencies
  in scaling_available_frequencies

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_max_freq 
  1520400
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_available_frequencies 
  2534000 2533000 160 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+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 1253734] Re: scaling_max_freq is less than highest frequencies in scaling_available_frequencies

2013-11-22 Thread Brendan Donegan
/sys/class/thermal/thermal_zone0:
105000
critical
95000
passive
/sys/class/thermal/thermal_zone1:
112000
critical
6
passive
/sys/class/thermal/thermal_zone2:
112000
critical
98000
passive
/sys/class/thermal/thermal_zone3:
9
critical
85000
passive
/sys/class/thermal/thermal_zone4:
107000
critical
98000
active

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

Title:
  scaling_max_freq is less than highest frequencies in
  scaling_available_frequencies

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_max_freq 
  1520400
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_available_frequencies 
  2534000 2533000 160 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+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 1253734] [NEW] scaling_max_freq is less than highest frequencies in scaling_available_frequencies

2013-11-21 Thread Brendan Donegan
Public bug reported:

brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_max_freq 
1520400
brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_available_frequencies 
2534000 2533000 160 80

** Affects: linux (Ubuntu)
 Importance: Medium
 Assignee: Colin King (colin-king)
 Status: In Progress

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

Title:
  scaling_max_freq is less than highest frequencies in
  scaling_available_frequencies

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_max_freq 
  1520400
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_available_frequencies 
  2534000 2533000 160 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+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 1253734] Re: scaling_max_freq is less than highest frequencies in scaling_available_frequencies

2013-11-21 Thread Brendan Donegan
** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+attachment/3914317/+files/dmesg.log

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

Title:
  scaling_max_freq is less than highest frequencies in
  scaling_available_frequencies

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_max_freq 
  1520400
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_available_frequencies 
  2534000 2533000 160 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+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 1253734] Re: scaling_max_freq is less than highest frequencies in scaling_available_frequencies

2013-11-21 Thread Brendan Donegan
** Attachment added: acpidump
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+attachment/3914318/+files/acpidump.log

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

Title:
  scaling_max_freq is less than highest frequencies in
  scaling_available_frequencies

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_max_freq 
  1520400
  brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat 
scaling_available_frequencies 
  2534000 2533000 160 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+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 1250622] Re: linux: 3.2.0-57.87 -proposed tracker

2013-11-15 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Sylvain 
Pineau (sylvain-pineau)

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

Title:
  linux: 3.2.0-57.87 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-57.87 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 20:47 UTC
  kernel-stable-Prepare-package-end:Thursday, 14. November 2013 21:31 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 14. November 2013 21:31 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 22:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 23:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 23:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 23:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 23:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 23:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250622/+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 1250622] Re: linux: 3.2.0-57.87 -proposed tracker

2013-11-15 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

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

Title:
  linux: 3.2.0-57.87 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-57.87 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 20:47 UTC
  kernel-stable-Prepare-package-end:Thursday, 14. November 2013 21:31 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 14. November 2013 21:31 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 22:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 23:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 23:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 23:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 23:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 23:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250622/+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 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-15 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

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

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 12:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+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 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-15 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 12:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+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 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-15 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

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

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 12:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+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 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-14 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

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

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 12:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+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 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-14 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

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

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 12:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+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 1242849] Re: linux: 3.8.0-33.48 -proposed tracker

2013-11-06 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-testing/raring/3.8.0-33.48
/raring-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

** Tags added: certification-testing-passed

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

Title:
  linux: 3.8.0-33.48 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Raring:
  New

Bug description:
  This bug is for tracking the 3.8.0-33.48 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 19:01 UTC
  kernel-stable-Prepare-package-end:Wednesday, 23. October 2013 19:09 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 23. October 2013 19:09 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 04:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 05:05 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 05:05 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 05:05 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 05:05 UTC
  kernel-stable-Regression-testing-end:Monday, 28. October 2013 19:02 UTC
  kernel-stable-Security-signoff-end:Monday, 28. October 2013 23:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Tuesday, 05. November 2013 22:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 05. November 2013 22:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242849/+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 1242793] Re: linux: 3.11.0-13.20 -proposed tracker

2013-11-05 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.11.0-13.20 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Saucy:
  New

Bug description:
  This bug is for tracking the 3.11.0-13.20 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 17:18 UTC
  kernel-stable-Prepare-package-end:Thursday, 24. October 2013 18:16 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 24. October 2013 18:16 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 19:02 UTC
  kernel-stable-phase:Verification
  kernel-stable-phase-changed:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Security-signoff-end:Monday, 28. October 2013 09:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 30. October 2013 19:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242793/+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 1242793] Re: linux: 3.11.0-13.20 -proposed tracker

2013-11-05 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-testing/saucy/3.11.0-13.20
/saucy-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

** Tags added: certification-testing-passed

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

Title:
  linux: 3.11.0-13.20 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Saucy:
  New

Bug description:
  This bug is for tracking the 3.11.0-13.20 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 17:18 UTC
  kernel-stable-Prepare-package-end:Thursday, 24. October 2013 18:16 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 24. October 2013 18:16 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 19:02 UTC
  kernel-stable-phase:Verification
  kernel-stable-phase-changed:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 21:02 UTC
  kernel-stable-Security-signoff-end:Monday, 28. October 2013 09:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 30. October 2013 19:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242793/+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 1242901] Re: linux: 3.2.0-56.86 -proposed tracker

2013-11-05 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-testing/precise/3.2.0-56.86
/precise-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

** Tags added: certification-testing-passed

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

Title:
  linux: 3.2.0-56.86 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  Confirmed

Bug description:
  This bug is for tracking the 3.2.0-56.86 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 20:54 UTC
  kernel-stable-Prepare-package-end:Wednesday, 23. October 2013 22:18 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 23. October 2013 22:18 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 04:03 UTC
  kernel-stable-phase:Verification
  kernel-stable-phase-changed:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Regression-testing-end:Saturday, 26. October 2013 05:03 UTC
  kernel-stable-Security-signoff-end:Monday, 28. October 2013 23:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242901/+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 1242800] Re: linux: 2.6.32-53.115 -proposed tracker

2013-11-04 Thread Brendan Donegan
Hardware Certification have completed testing of this -proposed kernel.
No regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-testing/lucid/2.6.32-53.115
/lucid-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

** Tags added: certification-testing-passed

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

Title:
  linux: 2.6.32-53.115 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-53.115 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 17:30 UTC
  kernel-stable-Prepare-package-end:Wednesday, 23. October 2013 21:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 23. October 2013 21:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 04:01 UTC
  kernel-stable-phase:Verification
  kernel-stable-phase-changed:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Regression-testing-end:Friday, 25. October 2013 13:01 UTC
  kernel-stable-Security-signoff-end:Monday, 28. October 2013 22:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242800/+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 1242800] Re: linux: 2.6.32-53.115 -proposed tracker

2013-10-30 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 2.6.32-53.115 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-53.115 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 17:30 UTC
  kernel-stable-Prepare-package-end:Wednesday, 23. October 2013 21:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 23. October 2013 21:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 04:01 UTC
  kernel-stable-phase:Verification
  kernel-stable-phase-changed:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 05:03 UTC
  kernel-stable-Regression-testing-end:Friday, 25. October 2013 13:01 UTC
  kernel-stable-Security-signoff-end:Monday, 28. October 2013 22:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242800/+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 1242901] Re: linux: 3.2.0-56.86 -proposed tracker

2013-10-28 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = Fix Released

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.2.0-56.86 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-56.86 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 20:54 UTC
  kernel-stable-Prepare-package-end:Wednesday, 23. October 2013 22:18 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 23. October 2013 22:18 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 04:03 UTC
  kernel-stable-phase:Verification
  kernel-stable-phase-changed:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Regression-testing-end:Saturday, 26. October 2013 05:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242901/+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 1242849] Re: linux: 3.8.0-33.48 -proposed tracker

2013-10-28 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.8.0-33.48 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Raring:
  New

Bug description:
  This bug is for tracking the 3.8.0-33.48 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 19:01 UTC
  kernel-stable-Prepare-package-end:Wednesday, 23. October 2013 19:09 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 23. October 2013 19:09 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 04:02 UTC
  kernel-stable-phase:Verification
  kernel-stable-phase-changed:Thursday, 24. October 2013 05:05 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 05:05 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 05:05 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 05:05 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 05:05 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242849/+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 1242901] Re: linux: 3.2.0-56.86 -proposed tracker

2013-10-28 Thread Brendan Donegan
** Changed in: kernel-sru-workflow/certification-testing
   Status: Incomplete = In Progress

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

Title:
  linux: 3.2.0-56.86 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-56.86 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 20:54 UTC
  kernel-stable-Prepare-package-end:Wednesday, 23. October 2013 22:18 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 23. October 2013 22:18 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 04:03 UTC
  kernel-stable-phase:Verification
  kernel-stable-phase-changed:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 05:08 UTC
  kernel-stable-Regression-testing-end:Saturday, 26. October 2013 05:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242901/+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 1242895] Re: linux: 3.5.0-43.66 -proposed tracker

2013-10-24 Thread Brendan Donegan
Quantal SRU kernels are no longer supported  by the certification team,
as we are only testing the previous two development releases (Raring and
Saucy at the moment). Please remove this task for us.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = Invalid

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

Title:
  linux: 3.5.0-43.66 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

Bug description:
  This bug is for tracking the 3.5.0-43.66 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 21. October 2013 20:49 UTC
  kernel-stable-Prepare-package-end:Wednesday, 23. October 2013 22:12 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 23. October 2013 22:12 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 24. October 2013 04:03 UTC
  kernel-stable-phase:Verification
  kernel-stable-phase-changed:Thursday, 24. October 2013 05:06 UTC
  kernel-stable-Verification-testing-start:Thursday, 24. October 2013 05:06 UTC
  kernel-stable-Certification-testing-start:Thursday, 24. October 2013 05:07 UTC
  kernel-stable-Security-signoff-start:Thursday, 24. October 2013 05:07 UTC
  kernel-stable-Regression-testing-start:Thursday, 24. October 2013 05:07 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1242895/+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 1223984] Re: linux: 2.6.32-52.114 -proposed tracker

2013-09-27 Thread Brendan Donegan
Started

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

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

Title:
  linux: 2.6.32-52.114 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-52.114 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 11. September 2013 16:31 UTC
  kernel-stable-Prepare-package-end:Thursday, 12. September 2013 01:07 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. September 2013 01:07 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. September 2013 03:04 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. September 2013 04:06 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 16. September 2013 19:04 UTC
  kernel-stable-Verification-testing-end:Monday, 16. September 2013 19:04 UTC
  kernel-stable-Certification-testing-start:Monday, 16. September 2013 19:04 UTC
  kernel-stable-Security-signoff-start:Monday, 16. September 2013 19:04 UTC
  kernel-stable-Regression-testing-start:Monday, 16. September 2013 19:04 UTC
  kernel-stable-Regression-testing-end:Wednesday, 18. September 2013 14:04 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 07:05 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223984/+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 1223406] Re: linux: 3.8.0-31.46 -proposed tracker

2013-09-26 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.8.0-31.46 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Raring:
  New

Bug description:
  This bug is for tracking the 3.8.0-31.45 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. September 2013 15:20 UTC
  kernel-stable-Prepare-package-end:Wednesday, 11. September 2013 01:54 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. September 2013 01:54 
UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 11. September 2013 04:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 11. September 2013 07:01 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Verification-testing-end:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Certification-testing-start:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Security-signoff-start:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Regression-testing-start:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 00:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 25. September 2013 15:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223406/+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 1223406] Re: linux: 3.8.0-31.46 -proposed tracker

2013-09-26 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-testing/raring/3.8.0-31.46
/raring-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

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

Title:
  linux: 3.8.0-31.46 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Raring:
  New

Bug description:
  This bug is for tracking the 3.8.0-31.45 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. September 2013 15:20 UTC
  kernel-stable-Prepare-package-end:Wednesday, 11. September 2013 01:54 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. September 2013 01:54 
UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 11. September 2013 04:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 11. September 2013 07:01 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Verification-testing-end:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Certification-testing-start:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Security-signoff-start:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Regression-testing-start:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 00:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 25. September 2013 15:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223406/+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 1223406] Re: linux: 3.8.0-31.46 -proposed tracker

2013-09-26 Thread Brendan Donegan
** Tags added: certification-testing-passed

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

Title:
  linux: 3.8.0-31.46 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Raring:
  New

Bug description:
  This bug is for tracking the 3.8.0-31.45 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. September 2013 15:20 UTC
  kernel-stable-Prepare-package-end:Wednesday, 11. September 2013 01:54 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. September 2013 01:54 
UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 11. September 2013 04:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 11. September 2013 07:01 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Verification-testing-end:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Certification-testing-start:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Security-signoff-start:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Regression-testing-start:Monday, 23. September 2013 15:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 00:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 25. September 2013 15:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223406/+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 1223451] Re: linux: 3.5.0-41.64 -proposed tracker

2013-09-26 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-
testing/precise/3.5.0-41.64~precise1/precise-3.5-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

** Tags added: certification-testing-passed

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

Title:
  linux: 3.5.0-41.64 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

Bug description:
  This bug is for tracking the 3.5.0-41.64 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. September 2013 16:38 UTC
  kernel-stable-Prepare-package-end:Wednesday, 11. September 2013 21:11 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. September 2013 21:11 
UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. September 2013 03:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. September 2013 04:03 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Verification-testing-end:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Certification-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Regression-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 00:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 25. September 2013 15:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223451/+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 1223451] Re: linux: 3.5.0-41.64 -proposed tracker

2013-09-26 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-
testing/precise/3.5.0-41.64~precise1/precise-3.5-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: Incomplete = Fix Released

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

Title:
  linux: 3.5.0-41.64 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

Bug description:
  This bug is for tracking the 3.5.0-41.64 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. September 2013 16:38 UTC
  kernel-stable-Prepare-package-end:Wednesday, 11. September 2013 21:11 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. September 2013 21:11 
UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. September 2013 03:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. September 2013 04:03 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Verification-testing-end:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Certification-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Regression-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 00:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 25. September 2013 15:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223451/+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 1223451] Re: linux: 3.5.0-41.64 -proposed tracker

2013-09-26 Thread Brendan Donegan
Sorry, the above link is incorrect - it is for the Precise 3.5 kernel.
The correct link is: http://people.canonical.com/~hwcert/sru-
testing/quantal/3.5.0-41.64/quantal-proposed.html

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

Title:
  linux: 3.5.0-41.64 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

Bug description:
  This bug is for tracking the 3.5.0-41.64 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. September 2013 16:38 UTC
  kernel-stable-Prepare-package-end:Wednesday, 11. September 2013 21:11 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. September 2013 21:11 
UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. September 2013 03:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. September 2013 04:03 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Verification-testing-end:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Certification-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Regression-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 00:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 25. September 2013 15:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223451/+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 1223490] Re: linux: 3.2.0-54.82 -proposed tracker

2013-09-26 Thread Brendan Donegan
Hardware Certification have completed testing this -proposed kernek. No
regressions were observed and results are available here:
http://people.canonical.com/~hwcert/sru-testing/precise/3.2.0-54.82
/precise-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

** Tags added: certification-testing-passed

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

Title:
  linux: 3.2.0-54.82 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-54.82 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. September 2013 17:51 UTC
  kernel-stable-Prepare-package-end:Wednesday, 11. September 2013 00:08 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. September 2013 00:08 
UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 11. September 2013 04:03 UTC
  kernel-stable-Verification-testing-start:Wednesday, 11. September 2013 07:03 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Verification-testing-end:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Certification-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Regression-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Regression-testing-end:Tuesday, 24. September 2013 22:03 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 00:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223490/+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 1223451] Re: linux: 3.5.0-41.64 -proposed tracker

2013-09-25 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.5.0-41.64 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

Bug description:
  This bug is for tracking the 3.5.0-41.64 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. September 2013 16:38 UTC
  kernel-stable-Prepare-package-end:Wednesday, 11. September 2013 21:11 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. September 2013 21:11 
UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. September 2013 03:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. September 2013 04:03 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Verification-testing-end:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Certification-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Regression-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 00:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223451/+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 1223490] Re: linux: 3.2.0-54.82 -proposed tracker

2013-09-25 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.2.0-54.82 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-54.82 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. September 2013 17:51 UTC
  kernel-stable-Prepare-package-end:Wednesday, 11. September 2013 00:08 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. September 2013 00:08 
UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 11. September 2013 04:03 UTC
  kernel-stable-Verification-testing-start:Wednesday, 11. September 2013 07:03 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Verification-testing-end:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Certification-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Security-signoff-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Regression-testing-start:Monday, 23. September 2013 15:02 UTC
  kernel-stable-Regression-testing-end:Tuesday, 24. September 2013 22:03 UTC
  kernel-stable-Security-signoff-end:Wednesday, 25. September 2013 00:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223490/+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 1223607] Re: linux-ti-omap4: 3.2.0-1438.57 -proposed tracker

2013-09-19 Thread Brendan Donegan
Hardware certification don't test omap kernels

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = Invalid

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

Title:
  linux-ti-omap4: 3.2.0-1438.57 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux-ti-omap4” package in Ubuntu:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-1438.57 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 16. September 2013 18:33 UTC
  kernel-stable-master-bug:1223490
  kernel-stable-Prepare-package-end:Monday, 16. September 2013 21:02 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 16. September 2013 21:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. September 2013 19:03 UTC
  kernel-stable-Verification-testing-start:Wednesday, 18. September 2013 20:04 
UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 18. September 2013 21:04 UTC
  kernel-stable-Verification-testing-end:Wednesday, 18. September 2013 21:04 UTC
  kernel-stable-Certification-testing-start:Wednesday, 18. September 2013 21:04 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 18. September 2013 21:04 UTC
  kernel-stable-Regression-testing-start:Wednesday, 18. September 2013 21:04 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1223607/+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 1205381] Re: linux: 3.2.0-52.78 -proposed tracker

2013-08-19 Thread Brendan Donegan
** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

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

Title:
  linux: 3.2.0-52.78 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-52.78 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Friday, 26. July 2013 15:29 UTC
  kernel-stable-Prepare-package-end:Saturday, 27. July 2013 00:16 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 27. July 2013 00:16 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 30. July 2013 00:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 30. July 2013 01:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Verification-testing-end:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Certification-testing-start:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Security-signoff-start:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Regression-testing-start:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Regression-testing-end:Tuesday, 13. August 2013 09:00 UTC
  kernel-stable-Certification-testing-end:Friday, 16. August 2013 17:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1205381/+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 1211934] Re: linux: 3.8.0-29.42 -proposed tracker

2013-08-16 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.8.0-29.42 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Raring:
  New

Bug description:
  This bug is for tracking the 3.8.0-29.42 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 13. August 2013 18:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 14. August 2013 01:05 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 14. August 2013 01:05 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 14. August 2013 02:03 UTC
  kernel-stable-Verification-testing-start:Wednesday, 14. August 2013 03:06 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 14. August 2013 05:03 UTC
  kernel-stable-Verification-testing-end:Wednesday, 14. August 2013 05:03 UTC
  kernel-stable-Certification-testing-start:Wednesday, 14. August 2013 05:03 UTC
  kernel-stable-Security-signoff-start:Wednesday, 14. August 2013 05:03 UTC
  kernel-stable-Regression-testing-start:Wednesday, 14. August 2013 05:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1211934/+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 1211872] Re: linux: 3.5.0-39.60 -proposed tracker

2013-08-16 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.5.0-39.60 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

Bug description:
  This bug is for tracking the 3.5.0-39.60 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 13. August 2013 16:43 UTC
  kernel-stable-Prepare-package-end:Wednesday, 14. August 2013 00:55 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 14. August 2013 00:55 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 14. August 2013 02:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 14. August 2013 03:05 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 14. August 2013 05:02 UTC
  kernel-stable-Verification-testing-end:Wednesday, 14. August 2013 05:02 UTC
  kernel-stable-Certification-testing-start:Wednesday, 14. August 2013 05:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 14. August 2013 05:03 UTC
  kernel-stable-Regression-testing-start:Wednesday, 14. August 2013 05:02 UTC
  kernel-stable-Regression-testing-end:Friday, 16. August 2013 08:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1211872/+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 1205381] Re: linux: 3.2.0-52.78 -proposed tracker

2013-08-15 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.2.0-52.78 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-52.78 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Friday, 26. July 2013 15:29 UTC
  kernel-stable-Prepare-package-end:Saturday, 27. July 2013 00:16 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 27. July 2013 00:16 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 30. July 2013 00:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 30. July 2013 01:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Verification-testing-end:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Certification-testing-start:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Security-signoff-start:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Regression-testing-start:Monday, 12. August 2013 06:00 UTC
  kernel-stable-Regression-testing-end:Tuesday, 13. August 2013 09:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1205381/+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 1204548] [NEW] [HP ProBook 6550b] can't send files via Bluetooth

2013-07-24 Thread Brendan Donegan
Public bug reported:

Since installing the latest -proposed kernel for Precise on this system,
we are unable to send files over Bluetooth. The test tool we use gives
the following output:

ERROR: Browsing 00:27:13:74:F8:E4 ...
Connecting...failed: connect
Tried to connect for 512ms
error on connect(): Invalid argument
Still trying to connect
Connecting...failed: connect
Tried to connect for 512ms
error on connect(): Invalid argument
Still trying to connect
Connecting...failed: connect
Tried to connect for 513ms
error on connect(): Invalid argument
Still trying to connect

This isn't necessarily meaningful, but for sure if we install the last
-updates kernel it is able to send the file succesfully every time.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-50-generic 3.2.0-50.76
ProcVersionSignature: Ubuntu 3.2.0-50.76-generic 3.2.48
Uname: Linux 3.2.0-50-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.4
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 1813 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x9482 irq 49'
   Mixer name   : 'Intel IbexPeak HDMI'
   Components   : 'HDA:111d7603,103c1470,00100202 
HDA:11c11040,103c3066,00100200 HDA:80862804,80860101,0010'
   Controls  : 36
   Simple ctrls  : 12
Date: Wed Jul 24 10:47:58 2013
HibernationDevice: RESUME=UUID=cfd0ed14-0c9f-4ecf-b772-d5242c2d8d91
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MachineType: Hewlett-Packard HP ProBook 6550b
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-50-generic 
root=UUID=71c2a542-12fd-4df0-835d-9f019b654d00 ro quiet splash initcall_debug 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-50-generic N/A
 linux-backports-modules-3.2.0-50-generic  N/A
 linux-firmware1.79.6
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/21/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CDE Ver. F.00
dmi.board.name: 146D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 73.11
dmi.chassis.asset.tag: CNU0251DKY
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDEVer.F.00:bd04/21/2010:svnHewlett-Packard:pnHPProBook6550b:pvr:rvnHewlett-Packard:rn146D:rvrKBCVersion73.11:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 6550b
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: 201101-6954 amd64 apport-bug package-from-proposed precise 
running-unity staging

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

Title:
  [HP ProBook 6550b] can't send files via Bluetooth

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Since installing the latest -proposed kernel for Precise on this
  system, we are unable to send files over Bluetooth. The test tool we
  use gives the following output:

  ERROR: Browsing 00:27:13:74:F8:E4 ...
  Connecting...failed: connect
  Tried to connect for 512ms
  error on connect(): Invalid argument
  Still trying to connect
  Connecting...failed: connect
  Tried to connect for 512ms
  error on connect(): Invalid argument
  Still trying to connect
  Connecting...failed: connect
  Tried to connect for 513ms
  error on connect(): Invalid argument
  Still trying to connect

  This isn't necessarily meaningful, but for sure if we install the last
  -updates kernel it is able to send the file succesfully every time.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-50-generic 3.2.0-50.76
  ProcVersionSignature: Ubuntu 3.2.0-50.76-generic 3.2.48
  Uname: Linux 3.2.0-50-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1813 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0x9482 irq 49'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:111d7603,103c1470,00100202 
HDA:11c11040,103c3066,00100200 HDA:80862804,80860101,0010'
 Controls  : 36
 Simple ctrls  : 

[Kernel-packages] [Bug 1199470] Re: linux: 3.2.0-50.76 -proposed tracker

2013-07-24 Thread Brendan Donegan
The Hardware Certification team has encountered the following regression
during testing:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1204548

Currently one system is confirmed to be affected, but it appears the
issue is actually widespread and the report will be updated as more
hardware is confirmed to be affected and/or the common BT hardware
module is identified.

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

Title:
  linux: 3.2.0-50.76 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-50.76 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 09. July 2013 17:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 10. July 2013 03:09 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 10. July 2013 03:09 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 10. July 2013 08:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 10. July 2013 09:03 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 17. July 2013 16:03 UTC
  kernel-stable-Verification-testing-end:Wednesday, 17. July 2013 16:03 UTC
  kernel-stable-Certification-testing-start:Wednesday, 17. July 2013 16:04 UTC
  kernel-stable-Security-signoff-start:Wednesday, 17. July 2013 16:04 UTC
  kernel-stable-Regression-testing-start:Wednesday, 17. July 2013 16:04 UTC
  kernel-stable-Security-signoff-end:Thursday, 18. July 2013 04:04 UTC
  kernel-stable-Regression-testing-end:Thursday, 18. July 2013 14:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199470/+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 1199470] Re: linux: 3.2.0-50.76 -proposed tracker

2013-07-24 Thread Brendan Donegan
The bug mentioned above seems to be a genuine regression so I'm marking
this as failed. The test report from this run is here:
http://people.canonical.com/~hwcert/sru-testing/precise/3.2.0-50.76
/precise-proposed.html

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Fix Released

** Tags added: certification-testing-failed

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

Title:
  linux: 3.2.0-50.76 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-50.76 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 09. July 2013 17:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 10. July 2013 03:09 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 10. July 2013 03:09 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 10. July 2013 08:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 10. July 2013 09:03 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 17. July 2013 16:03 UTC
  kernel-stable-Verification-testing-end:Wednesday, 17. July 2013 16:03 UTC
  kernel-stable-Certification-testing-start:Wednesday, 17. July 2013 16:04 UTC
  kernel-stable-Security-signoff-start:Wednesday, 17. July 2013 16:04 UTC
  kernel-stable-Regression-testing-start:Wednesday, 17. July 2013 16:04 UTC
  kernel-stable-Security-signoff-end:Thursday, 18. July 2013 04:04 UTC
  kernel-stable-Regression-testing-end:Thursday, 18. July 2013 14:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199470/+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 1199470] Re: linux: 3.2.0-50.76 -proposed tracker

2013-07-19 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.2.0-50.76 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-50.76 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 09. July 2013 17:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 10. July 2013 03:09 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 10. July 2013 03:09 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 10. July 2013 08:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 10. July 2013 09:03 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 17. July 2013 16:03 UTC
  kernel-stable-Verification-testing-end:Wednesday, 17. July 2013 16:03 UTC
  kernel-stable-Certification-testing-start:Wednesday, 17. July 2013 16:04 UTC
  kernel-stable-Security-signoff-start:Wednesday, 17. July 2013 16:04 UTC
  kernel-stable-Regression-testing-start:Wednesday, 17. July 2013 16:04 UTC
  kernel-stable-Security-signoff-end:Thursday, 18. July 2013 04:04 UTC
  kernel-stable-Regression-testing-end:Thursday, 18. July 2013 14:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199470/+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 1199494] Re: linux: 2.6.32-50.112 -proposed tracker

2013-07-19 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 2.6.32-50.112 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-50.112 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 09. July 2013 19:09 UTC
  kernel-stable-Prepare-package-end:Wednesday, 10. July 2013 03:12 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 10. July 2013 03:12 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 10. July 2013 09:03 UTC
  kernel-stable-Verification-testing-start:Wednesday, 10. July 2013 10:04 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 17. July 2013 17:19 UTC
  kernel-stable-Verification-testing-end:Wednesday, 17. July 2013 17:19 UTC
  kernel-stable-Certification-testing-start:Wednesday, 17. July 2013 17:19 UTC
  kernel-stable-Security-signoff-start:Wednesday, 17. July 2013 17:19 UTC
  kernel-stable-Regression-testing-start:Wednesday, 17. July 2013 17:19 UTC
  kernel-stable-Regression-testing-end:Thursday, 18. July 2013 10:05 UTC
  kernel-stable-Security-signoff-end:Thursday, 18. July 2013 11:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199494/+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 1199149] Re: linux: 3.5.0-37.58 -proposed tracker

2013-07-19 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.5.0-37.58 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

Bug description:
  This bug is for tracking the 3.5.0-37.58 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 08. July 2013 21:08 UTC
  kernel-stable-Prepare-package-end:Tuesday, 09. July 2013 09:09 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 09. July 2013 09:09 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 09. July 2013 11:00 UTC
  kernel-stable-Verification-testing-start:Tuesday, 09. July 2013 12:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 17. July 2013 18:01 UTC
  kernel-stable-Verification-testing-end:Wednesday, 17. July 2013 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 17. July 2013 18:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 17. July 2013 18:01 UTC
  kernel-stable-Regression-testing-start:Wednesday, 17. July 2013 18:01 UTC
  kernel-stable-Security-signoff-end:Thursday, 18. July 2013 04:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199149/+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