[Kernel-packages] [Bug 1475608] Re: bluetooth dual sim

2015-08-14 Thread Simon Fels
@seb128 Yeah this is really related. As Alfsono already said the
selection of the modem device is currently not deterministic and needs
to be tweaked in order to be reliable.

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

Title:
  bluetooth dual sim

Status in Canonical System Image:
  New
Status in bluez package in Ubuntu:
  New
Status in telepathy-ofono package in Ubuntu:
  New

Bug description:
  Hi,

  I have a BQ phone with 2 SIM-cards.
  When connected to my handsfree-set (built-in radio set Opel), it shows the 
provider of my 2nd SIM.

  When someone phones me on SIM 1, it doesn't go to the hands-free set.
  But I when I answer the phone (while still connected with BT), I
  cannot hear the other person, nor does he hear me.

  Calls on SIM 2 are working as expected.

  
  Regards,
  Carl

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475608/+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 1483922] onza (i386) - tests ran: 153, failed: 0

2015-08-14 Thread Brad Figg
tests ran: 153, failed: 0;
  
http://kernel.ubuntu.com/testing/onza__3.19.0-26.28~14.04.1__2015-08-14_06-43-00/results-index.html

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

Title:
  linux-lts-vivid: 3.19.0-26.28~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow package-testing series:
  Confirmed
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-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-vivid source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.19.0-26.28~14.04.1 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, 11. August 2015 23:01 UTC
  kernel-stable-master-bug:1483630
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 13. August 2015 16:57 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 13. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 13. August 2015 18:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483922/+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 1475166] Re: Ubuntu 15.04 Install Error with Avago Controller

2015-08-14 Thread boga
Hi Adi,

1)
We have met a similar problem when we build 3.16 kernel like your C#18&22, and 
there goes a solution by Johnny.
You have to modify scripts/package/builddeb in linux kernel source as something 
like:
...
ppc*)
debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo 
ppc64el || echo powerpc) ;;
...
So you can build ppc64el kernel instead of powerpc after fixing the builddeb 
script.

2)
We start to bisect v3.16 and v3.19, and consistent I/O error happens during 
copying files to RAID volumns in v3.19 but not in v3.16. It seems take lots of 
time to finish the bisection so we will keep status post.

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

Title:
  Ubuntu 15.04 Install Error with Avago Controller

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Hello Canonical Team

  We are running to an issue installing ubuntu PPC64LE 15.04 full blown
  image on our servers  (with RAID controller).  Installation hangs
  around 70% of progress.

  An important part of our configuration is Avago RAID controller:
  9361-8i Firmware version we used is 4.300.00-4429, and the package is
  24.10.0-0002.

  IMPORTANT: It has to be noted that with same hardware configuration
  14.10 full blown image installs fine.

  Dmesg logs are attached:

  Looking at dmesg logs point out that:
  LSI (avago) driver loads fine
  During further interaction with raid volume during the installation process, 
firmware errors are seen 
  [  196.991417] megasas: FW status 0x3

  [  196.999376] megasas: FW status 0x3

  [  197.007376] megasas: FW status 0x3
  Further down the  process I/O errors are thrown
  [  217.438664] Buffer I/O error on device sda2, logical block 22052864

  [  217.438671] Buffer I/O error on device sda2, logical block 22052865

  [  217.438678] Buffer I/O error on device sda2, logical block 22052866

  [  217.438686] Buffer I/O error on device sda2, logical block 22052867

  Full dmesg log is attached. Snippet is pasted below highlighting:

  It can be noted that there’s a Mellanox Connectx 3 pro card with some test 
Firmware on our setup. 
  We can Ignore any diagnostic messages from that card in dmesg logs for the 
purpose of this bug. 

  Thanks
  Adi Gangidi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1475166/+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 1404409] Re: [regression] Intel 10Gb NIC Crashes

2015-08-14 Thread Richard Laager
The production system has been stable for a week. I suspect the problem
is "fixed".

I recall reading something where someone was having trouble with an
ixgbe NIC, and they turned on SR-IOV in the BIOS. I rebooted the server
with Trusty today during maintenance and took screenshots of the BIOS
settings. I noted that SR-IOV is enabled. I'm starting to wonder if I
enabled SR-IOV at some point while troubleshooting.

Once we get all the guests migrated, we'll upgrade the other host
machine from Precise to Trusty, and re-test.

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

Title:
  [regression] Intel 10Gb NIC Crashes

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Trusty:
  New
Status in linux source package in Utopic:
  New
Status in linux source package in Vivid:
  New

Bug description:
  I posted this to net...@vger.kernel.org as well:
  http://www.spinics.net/lists/netdev/msg309110.html

  I think the next step is to try to bisect this down to a specific commit. I'm 
starting to look at the instructions here:
  https://wiki.ubuntu.com/Kernel/KernelBisection

  -

  Previous history of this thread:
  http://thread.gmane.org/gmane.linux.network/326672

  On 2014-11-04 22:57:19, Tom Herbert wrote:
  > Using vlan and bonding? vlan_dev_hard_start_xmit called. A possible
  > cause is that bonding interface is out of sync with slave interface
  > w.r.t. GSO features. Do we know if this worked in 3.14, 3.15?

  I'm seeing the same sort of crash/warning (skb_war_bad_offload). It's
  happening on Intel 10 Gig NICs using the ixgbe driver. I'm using bridges
  (for virtual machines) on top of VLANs on top of 802.3ad bonding. I'm
  using an MTU of 9000 on the bond0 interface, but 1500 everywhere else.

  I'm always bonding two ports: one one system, I'm bonding two ports on
  identical one-port NICs; on another system, I'm bonding two ports on a
  single two-port NIC. Both systems exhibit the same behavior.

  Everything has worked fine for a couple years on Ubuntu 12.04 Precise
  (Linux 3.2.0). It immediately broke when I upgraded to Ubuntu 14.04
  Trusty (Linux 3.13.0). I can also reproduce this using the packaged
  version of Linux 3.16.0 on Trusty.

  In contrast to other reports of this bug, disabling scatter gather on
  the physical interfaces (e.g. eth0) does *not* stop the crashes
  (assuming I disabled it correctly).

  I currently have two systems (one with Precise, one with Trusty)
  available to do any testing that you'd find helpful.

  Here's a first pass at getting some debugging data.

  The broken system (Ubuntu 14.04 Trusty):

  rlaager@BROKEN:~$ uname -a
  Linux BROKEN 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC
  2014 x86_64 x86_64 x86_64 GNU/Linux

  rlaager@BROKEN:~$ ethtool -k p6p1
  Features for p6p1:
  rx-checksumming: on
  tx-checksumming: on
  tx-checksum-ipv4: on
  tx-checksum-ip-generic: off [fixed]
  tx-checksum-ipv6: on
  tx-checksum-fcoe-crc: on [fixed]
  tx-checksum-sctp: on
  scatter-gather: on
  tx-scatter-gather: on
  tx-scatter-gather-fraglist: off [fixed]
  tcp-segmentation-offload: on
  tx-tcp-segmentation: on
  tx-tcp-ecn-segmentation: off [fixed]
  tx-tcp6-segmentation: on
  udp-fragmentation-offload: off [fixed]
  generic-segmentation-offload: on
  generic-receive-offload: on
  large-receive-offload: off
  rx-vlan-offload: on
  tx-vlan-offload: on
  ntuple-filters: off
  receive-hashing: on
  highdma: on [fixed]
  rx-vlan-filter: on
  vlan-challenged: off [fixed]
  tx-lockless: off [fixed]
  netns-local: off [fixed]
  tx-gso-robust: off [fixed]
  tx-fcoe-segmentation: on [fixed]
  tx-gre-segmentation: off [fixed]
  tx-ipip-segmentation: off [fixed]
  tx-sit-segmentation: off [fixed]
  tx-udp_tnl-segmentation: off [fixed]
  tx-mpls-segmentation: off [fixed]
  fcoe-mtu: off [fixed]
  tx-nocache-copy: on
  loopback: off [fixed]
  rx-fcs: off [fixed]
  rx-all: off
  tx-vlan-stag-hw-insert: off [fixed]
  rx-vlan-stag-hw-parse: off [fixed]
  rx-vlan-stag-filter: off [fixed]
  l2-fwd-offload: off

  rlaager@BROKEN:~$ ethtool -k bond0
  Features for bond0:
  rx-checksumming: off [fixed]
  tx-checksumming: on
  tx-checksum-ipv4: off [fixed]
  tx-checksum-ip-generic: on
  tx-checksum-ipv6: off [fixed]
  tx-checksum-fcoe-crc: off [fixed]
  tx-checksum-sctp: off [fixed]
  scatter-gather: on
  tx-scatter-gather: on
  tx-scatter-gather-fraglist: off [requested on]
  tcp-segmentation-offload: on
  tx-tcp-segmentation: on
  tx-tcp-ecn-segmentation: on
  tx-tcp6-segmentation: on
  udp-fragmentation-offload: off [fixed]
  generic-segmentation-offload: on
  generic-receive-offload: on
  large-receive-offload: off
  rx-vlan-offload: on
  tx-vlan-offload: on
  ntuple-filters

[Kernel-packages] [Bug 1484919] [NEW] Kernel oops associated with BIRD/netlink

2015-08-14 Thread Shaun Crampton
Public bug reported:

Scale testing our product, which uses the BIRD BGP daemon, on Google's
GCE cloud, we see frequent (40% of hosts) Kernel Oopses and reboots on
kernel 3.19.0-25-generic #26~14.04.1-Ubuntu with BIRD running.  This is
the standard GCE-provided Ubuntu image.

If we replace the image with a stock Ubuntu one (kernel
3.13.0-61-generic #100-Ubuntu), installed from ISO, then we do not see
the issue.

If we stop BIRD then we no longer see the issue.

I suspect that this is an issue with the way BIRD is using netlink,
triggering a kernel bug.   It seems to happen more at scale, when BIRD
is doing more with netlink and we have thousands of routes in place.

Here's a sample kernel oops:

[  266.033276] BUG: unable to handle kernel paging request at 0019003c
[  266.035142] IP: [] __kmalloc_node_track_caller+0xfb/0x2c0
[  266.036009] PGD b9e5e067 PUD 0 
[  266.036009] Oops:  [#1] SMP 
[  266.036009] Modules linked in: bridge stp llc dummy xt_mac xt_mark 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_comment xt_set ip_set_hash_ip ip_set 
nfnetlink ebtable_nat ebtables xt_nat ipip tunnel4 ip_tunnel ipt_REJECT 
nf_reject_ipv4 xt_conntrack xt_CHECKSUM xt_tcpudp iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
nf_nat nf_conntrack ip6table_filter ip6_tables iptable_filter ip_tables 
x_tables nbd ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp 
libiscsi_tcp libiscsi scsi_transport_iscsi dm_crypt ppdev dm_multipath scsi_dh 
8250_fintek parport_pc i2c_piix4 mac_hid serio_raw parport crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd psmouse virtio_scsi
[  266.036009] CPU: 2 PID: 3456 Comm: bird Tainted: G C 
3.19.0-25-generic #26~14.04.1-Ubuntu
[  266.036009] Hardware name: Google Google, BIOS Google 01/01/2011
[  266.036009] task: 8801210775c0 ti: 880036a08000 task.ti: 
880036a08000
[  266.036009] RIP: 0010:[]  [] 
__kmalloc_node_track_caller+0xfb/0x2c0
[  266.036009] RSP: 0018:880036a0b7f8  EFLAGS: 00010246
[  266.036009] RAX:  RBX: 000102d0 RCX: 0008b0f6
[  266.036009] RDX: 0008b0f5 RSI:  RDI: 000171c0
[  266.036009] RBP: 880036a0b848 R08: 8801263171c0 R09: 880121c01600
[  266.036009] R10:  R11: 880121c01600 R12: 000102d0
[  266.036009] R13: 0180 R14:  R15: 0019003c
[  266.036009] FS:  7fd470753740() GS:88012630() 
knlGS:
[  266.036009] CS:  0010 DS:  ES:  CR0: 80050033
[  266.036009] CR2: 0019003c CR3: bb207000 CR4: 001406e0
[  266.036009] Stack:
[  266.036009]  00010180 00c3 880121c01600 
816992ea
[  266.036009]  0001 8800b1486a00  
00d0
[  266.036009]  0180  880036a0b898 
81697261
[  266.036009] Call Trace:
[  266.036009]  [] ? pskb_expand_head+0x6a/0x260
[  266.036009]  [] __kmalloc_reserve.isra.27+0x31/0x90
[  266.036009]  [] pskb_expand_head+0x6a/0x260
[  266.036009]  [] netlink_trim+0xa3/0xe0
[  266.036009]  [] netlink_unicast+0x3e/0x200
[  266.036009]  [] nlmsg_notify+0x93/0xb0
[  266.036009]  [] rtnl_notify+0x2e/0x40
[  266.036009]  [] rtmsg_fib+0x115/0x160
[  266.036009]  [] ? trie_rebalance+0x10d/0x130
[  266.036009]  [] fib_table_insert+0x1da/0x8e0
[  266.036009]  [] inet_rtm_newroute+0x48/0x60
[  266.036009]  [] rtnetlink_rcv_msg+0x95/0x250
[  266.036009]  [] ? rhashtable_lookup_compare+0x36/0x70
[  266.036009]  [] ? __netlink_lookup+0x3e/0x50
[  266.036009]  [] ? rtnetlink_rcv+0x40/0x40
[  266.036009]  [] netlink_rcv_skb+0xc1/0xe0
[  266.036009]  [] rtnetlink_rcv+0x2c/0x40
[  266.036009]  [] netlink_unicast+0xf6/0x200
[  266.036009]  [] netlink_sendmsg+0x30c/0x680
[  266.036009]  [] ? aa_sk_perm.isra.4+0x70/0x150
[  266.036009]  [] do_sock_sendmsg+0x8c/0x100
[  266.036009]  [] ? __fdget+0x13/0x20
[  266.036009]  [] SYSC_sendto+0x157/0x200
[  266.036009]  [] ? __sys_recvmsg+0x42/0x80
[  266.036009]  [] SyS_sendto+0xe/0x10
[  266.036009]  [] system_call_fastpath+0x16/0x1b
[  266.036009] Code: fb 41 8b 53 18 0f 1f 44 00 00 48 83 c4 28 48 89 d8 5b 41 
5c 41 5d 41 5e 41 5f 5d c3 0f 1f 40 00 49 63 41 20 48 8d 4a 01 49 8b 39 <49> 8b 
1c 07 4c 89 f8 65 48 0f c7 0f 0f 94 c0 84 c0 0f 84 53 ff 
[  266.036009] RIP  [] __kmalloc_node_track_caller+0xfb/0x2c0
[  266.036009]  RSP 
[  266.036009] CR2: 0019003c
[  266.131166] ---[ end trace 246ae06038901786 ]---

Running our product on CoreOS, we see similar, but less frequent
crashes.  Their kernel is 4.1-based:
https://github.com/coreos/bugs/issues/435

** Affects: linux-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta

[Kernel-packages] [Bug 1484919] Re: Kernel oops associated with BIRD/netlink

2015-08-14 Thread Brad Figg
** Package changed: linux-meta (Ubuntu) => linux (Ubuntu)

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

Title:
  Kernel oops associated with BIRD/netlink

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Scale testing our product, which uses the BIRD BGP daemon, on Google's
  GCE cloud, we see frequent (40% of hosts) Kernel Oopses and reboots on
  kernel 3.19.0-25-generic #26~14.04.1-Ubuntu with BIRD running.  This
  is the standard GCE-provided Ubuntu image.

  If we replace the image with a stock Ubuntu one (kernel
  3.13.0-61-generic #100-Ubuntu), installed from ISO, then we do not see
  the issue.

  If we stop BIRD then we no longer see the issue.

  I suspect that this is an issue with the way BIRD is using netlink,
  triggering a kernel bug.   It seems to happen more at scale, when BIRD
  is doing more with netlink and we have thousands of routes in place.

  Here's a sample kernel oops:

  [  266.033276] BUG: unable to handle kernel paging request at 0019003c
  [  266.035142] IP: [] __kmalloc_node_track_caller+0xfb/0x2c0
  [  266.036009] PGD b9e5e067 PUD 0 
  [  266.036009] Oops:  [#1] SMP 
  [  266.036009] Modules linked in: bridge stp llc dummy xt_mac xt_mark 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_comment xt_set ip_set_hash_ip ip_set 
nfnetlink ebtable_nat ebtables xt_nat ipip tunnel4 ip_tunnel ipt_REJECT 
nf_reject_ipv4 xt_conntrack xt_CHECKSUM xt_tcpudp iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
nf_nat nf_conntrack ip6table_filter ip6_tables iptable_filter ip_tables 
x_tables nbd ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp 
libiscsi_tcp libiscsi scsi_transport_iscsi dm_crypt ppdev dm_multipath scsi_dh 
8250_fintek parport_pc i2c_piix4 mac_hid serio_raw parport crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd psmouse virtio_scsi
  [  266.036009] CPU: 2 PID: 3456 Comm: bird Tainted: G C 
3.19.0-25-generic #26~14.04.1-Ubuntu
  [  266.036009] Hardware name: Google Google, BIOS Google 01/01/2011
  [  266.036009] task: 8801210775c0 ti: 880036a08000 task.ti: 
880036a08000
  [  266.036009] RIP: 0010:[]  [] 
__kmalloc_node_track_caller+0xfb/0x2c0
  [  266.036009] RSP: 0018:880036a0b7f8  EFLAGS: 00010246
  [  266.036009] RAX:  RBX: 000102d0 RCX: 
0008b0f6
  [  266.036009] RDX: 0008b0f5 RSI:  RDI: 
000171c0
  [  266.036009] RBP: 880036a0b848 R08: 8801263171c0 R09: 
880121c01600
  [  266.036009] R10:  R11: 880121c01600 R12: 
000102d0
  [  266.036009] R13: 0180 R14:  R15: 
0019003c
  [  266.036009] FS:  7fd470753740() GS:88012630() 
knlGS:
  [  266.036009] CS:  0010 DS:  ES:  CR0: 80050033
  [  266.036009] CR2: 0019003c CR3: bb207000 CR4: 
001406e0
  [  266.036009] Stack:
  [  266.036009]  00010180 00c3 880121c01600 
816992ea
  [  266.036009]  0001 8800b1486a00  
00d0
  [  266.036009]  0180  880036a0b898 
81697261
  [  266.036009] Call Trace:
  [  266.036009]  [] ? pskb_expand_head+0x6a/0x260
  [  266.036009]  [] __kmalloc_reserve.isra.27+0x31/0x90
  [  266.036009]  [] pskb_expand_head+0x6a/0x260
  [  266.036009]  [] netlink_trim+0xa3/0xe0
  [  266.036009]  [] netlink_unicast+0x3e/0x200
  [  266.036009]  [] nlmsg_notify+0x93/0xb0
  [  266.036009]  [] rtnl_notify+0x2e/0x40
  [  266.036009]  [] rtmsg_fib+0x115/0x160
  [  266.036009]  [] ? trie_rebalance+0x10d/0x130
  [  266.036009]  [] fib_table_insert+0x1da/0x8e0
  [  266.036009]  [] inet_rtm_newroute+0x48/0x60
  [  266.036009]  [] rtnetlink_rcv_msg+0x95/0x250
  [  266.036009]  [] ? rhashtable_lookup_compare+0x36/0x70
  [  266.036009]  [] ? __netlink_lookup+0x3e/0x50
  [  266.036009]  [] ? rtnetlink_rcv+0x40/0x40
  [  266.036009]  [] netlink_rcv_skb+0xc1/0xe0
  [  266.036009]  [] rtnetlink_rcv+0x2c/0x40
  [  266.036009]  [] netlink_unicast+0xf6/0x200
  [  266.036009]  [] netlink_sendmsg+0x30c/0x680
  [  266.036009]  [] ? aa_sk_perm.isra.4+0x70/0x150
  [  266.036009]  [] do_sock_sendmsg+0x8c/0x100
  [  266.036009]  [] ? __fdget+0x13/0x20
  [  266.036009]  [] SYSC_sendto+0x157/0x200
  [  266.036009]  [] ? __sys_recvmsg+0x42/0x80
  [  266.036009]  [] SyS_sendto+0xe/0x10
  [  266.036009]  [] system_call_fastpath+0x16/0x1b
  [  266.036009] Code: fb 41 8b 53 18 0f 1f 44 00 00 48 83 c4 28 48 89 d8 5b 41 
5c 41 5d 41 5e 41 5f 5d c3 0f 1f 40 00 49 63 41 20 48 8d 4a 01 49 8b 39 <49> 8b 
1c 07 4c 89 f8 65 48 0f c7 0f 0f 94 c0 84 c0 0f 84 53 ff 
  [  266.036009] RIP  [] 
__kmalloc_node_track_caller+0xfb/0x2c0
  [

[Kernel-packages] [Bug 1484919] Re: Kernel oops associated with BIRD/netlink

2015-08-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux (Ubuntu)
   Status: New => 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/1484919

Title:
  Kernel oops associated with BIRD/netlink

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Scale testing our product, which uses the BIRD BGP daemon, on Google's
  GCE cloud, we see frequent (40% of hosts) Kernel Oopses and reboots on
  kernel 3.19.0-25-generic #26~14.04.1-Ubuntu with BIRD running.  This
  is the standard GCE-provided Ubuntu image.

  If we replace the image with a stock Ubuntu one (kernel
  3.13.0-61-generic #100-Ubuntu), installed from ISO, then we do not see
  the issue.

  If we stop BIRD then we no longer see the issue.

  I suspect that this is an issue with the way BIRD is using netlink,
  triggering a kernel bug.   It seems to happen more at scale, when BIRD
  is doing more with netlink and we have thousands of routes in place.

  Here's a sample kernel oops:

  [  266.033276] BUG: unable to handle kernel paging request at 0019003c
  [  266.035142] IP: [] __kmalloc_node_track_caller+0xfb/0x2c0
  [  266.036009] PGD b9e5e067 PUD 0 
  [  266.036009] Oops:  [#1] SMP 
  [  266.036009] Modules linked in: bridge stp llc dummy xt_mac xt_mark 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_comment xt_set ip_set_hash_ip ip_set 
nfnetlink ebtable_nat ebtables xt_nat ipip tunnel4 ip_tunnel ipt_REJECT 
nf_reject_ipv4 xt_conntrack xt_CHECKSUM xt_tcpudp iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
nf_nat nf_conntrack ip6table_filter ip6_tables iptable_filter ip_tables 
x_tables nbd ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp 
libiscsi_tcp libiscsi scsi_transport_iscsi dm_crypt ppdev dm_multipath scsi_dh 
8250_fintek parport_pc i2c_piix4 mac_hid serio_raw parport crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd psmouse virtio_scsi
  [  266.036009] CPU: 2 PID: 3456 Comm: bird Tainted: G C 
3.19.0-25-generic #26~14.04.1-Ubuntu
  [  266.036009] Hardware name: Google Google, BIOS Google 01/01/2011
  [  266.036009] task: 8801210775c0 ti: 880036a08000 task.ti: 
880036a08000
  [  266.036009] RIP: 0010:[]  [] 
__kmalloc_node_track_caller+0xfb/0x2c0
  [  266.036009] RSP: 0018:880036a0b7f8  EFLAGS: 00010246
  [  266.036009] RAX:  RBX: 000102d0 RCX: 
0008b0f6
  [  266.036009] RDX: 0008b0f5 RSI:  RDI: 
000171c0
  [  266.036009] RBP: 880036a0b848 R08: 8801263171c0 R09: 
880121c01600
  [  266.036009] R10:  R11: 880121c01600 R12: 
000102d0
  [  266.036009] R13: 0180 R14:  R15: 
0019003c
  [  266.036009] FS:  7fd470753740() GS:88012630() 
knlGS:
  [  266.036009] CS:  0010 DS:  ES:  CR0: 80050033
  [  266.036009] CR2: 0019003c CR3: bb207000 CR4: 
001406e0
  [  266.036009] Stack:
  [  266.036009]  00010180 00c3 880121c01600 
816992ea
  [  266.036009]  0001 8800b1486a00  
00d0
  [  266.036009]  0180  880036a0b898 
81697261
  [  266.036009] Call Trace:
  [  266.036009]  [] ? pskb_expand_head+0x6a/0x260
  [  266.036009]  [] __kmalloc_reserve.isra.27+0x31/0x90
  [  266.036009]  [] pskb_expand_head+0x6a/0x260
  [  266.036009]  [] netlink_trim+0xa3/0xe0
  [  266.036009]  [] netlink_unicast+0x3e/0x200
  [  266.036009]  [] nlmsg_notify+0x93/0xb0
  [  266.036009]  [] rtnl_notify+0x2e/0x40
  [  266.036009]  [] rtmsg_fib+0x115/0x160
  [  266.036009]  [] ? trie_rebalance+0x10d/0x130
  [  266.036009]  [] fib_table_insert+0x1da/0x8e0
  [  266.036009]  [] inet_rtm_newroute+0x48/0x60
  [  266.036009]  [] rtnetlink_rcv_msg+0x95/0x250
  [  266.036009]  [] ? rhashtable_lookup_compare+0x36/0x70
  [  266.036009]  [] ? __netlink_lookup+0x3e/0x50
  [  266.036009]  [] ? rtnetlink_rcv+0x40/0x40
  [  266.036009]  [] netlink_rcv_skb+0xc1/0xe0
  [  266.036009]  [] rtnetlink_rcv+0x2c/0x40
  [  266.036009]  [] netlink_unicast+0xf6/0x200
  [  266.036009]  [] netlink_sendmsg+0x30c/0x680
  [  266.036009]  [] ? aa_sk_perm.isra.4+0x70/0x150
  [  266.036009]  [] do_sock_sendmsg+0x8c/0x100
  [  266.036009]  [] ? __fdget+0x13/0x20
  [  266.036009]  [] SYSC_sendto+0x157/0x200
  [  266.036009]  [] ? __sys_recvmsg+0x42/0x80
  [  266.036009]  [] SyS_sendto+0xe/0x10
  [  266.036009]  [] system_call_fastpath+0x16/0x1b
  [  266.036009] Code: fb 41 8b 53 18 0f 1f 44 00 00 48 83 c4 28 48 89 d8 5b 41 
5c 41 5d 41 5e 41 5f 5d c3 0f 1f 40 00 49 63 41 20 48 8d 4a 01 49 8b 39 <49> 8b 
1c 07 4c 89 f8 65 48 0f c7 0f 0f 94 c0 84 c0 0f 84 

[Kernel-packages] [Bug 1432405]

2015-08-14 Thread Oliver-pahl-b
I experience the same issue on kernel 4.2-rc6. Before that I needed to
boot with the i915.preliminary_hw_support=1 i915.enable_ips=0 kerne
parameters, otherwise switching VTs was broken. Now switching works but
I get the vblank issue and graphical artifacts. If you need more info or
think this is a different bug, please state it so I can open another
one. Also contact me if you need more info.


[1.546774] [ cut here ]
[1.546794] WARNING: CPU: 0 PID: 6 at drivers/gpu/drm/drm_irq.c:1162 
drm_wait_one_vblank+0x16e/0x1c0 [drm]()
[1.546795] vblank not available on crtc 0, ret=-22
[1.546844] Modules linked in: msr arc4 bnep bluetooth snd_hda_codec_hdmi 
iTCO_wdt iTCO_vendor_support intel_rapl iwlmvm iosf_mbi mac80211 nls_iso8859_1 
intel_powerclamp coretemp kvm_intel nls_cp437 kvm vfat fat crct10dif_pclmul 
evdev crc32_pclmul input_leds mac_hid crc32c_intel psmouse serio_raw iwlwifi 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw snd_hda_codec_conexant gf128mul 
glue_helper ablk_helper snd_hda_codec_generic cryptd i915 snd_hda_intel 
rtsx_pci_ms thinkpad_acpi snd_hda_codec memstick snd_hda_core nvram wmi 
led_class tpm_tis drm_kms_helper battery tpm cfg80211 acpi_pad drm ac snd_hwdep 
video mei_me rfkill intel_gtt snd_pcm i2c_algo_bit i2c_i801 snd_timer button 
mei snd lpc_ich soundcore i2c_core shpchp processor sch_fq_codel ip_tables 
x_tables ext4 crc16 mbcache jbd2 sd_mod rtsx_pci_sdmmc
[1.546852]  mmc_core atkbd libps2 ahci libahci xhci_pci ehci_pci libata 
xhci_hcd ehci_hcd usbcore scsi_mod rtsx_pci usb_common i8042 serio
[1.546854] CPU: 0 PID: 6 Comm: kworker/u16:0 Tainted: G U  
4.2.0-rc6-ARCH #1
[1.546855] Hardware name: LENOVO 20DL0029GE/20DL0029GE, BIOS JEET65WW (1.14 
) 05/30/2015
[1.546860] Workqueue: events_unbound async_run_entry_fn
[1.546863]   89ad6b61 8802252cb6e8 
81559be2
[1.546865]   8802252cb740 8802252cb728 
81073786
[1.546867]  0001 880223cab800 880223cab800 

[1.546867] Call Trace:
[1.546872]  [] dump_stack+0x4c/0x6e
[1.546875]  [] warn_slowpath_common+0x86/0xc0
[1.546877]  [] warn_slowpath_fmt+0x55/0x70
[1.546883]  [] drm_wait_one_vblank+0x16e/0x1c0 [drm]
[1.546916]  [] intel_finish_crtc_commit+0x162/0x170 [i915]
[1.546920]  [] 
drm_atomic_helper_commit_planes+0x170/0x200 [drm_kms_helper]
[1.546946]  [] __intel_set_mode+0x8ad/0xb80 [i915]
[1.546973]  [] intel_crtc_set_config+0x2c9/0x600 [i915]
[1.546980]  [] drm_mode_set_config_internal+0x66/0x100 
[drm]
[1.546983]  [] restore_fbdev_mode+0xc2/0xf0 
[drm_kms_helper]
[1.546987]  [] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x70 [drm_kms_helper]
[1.546989]  [] drm_fb_helper_set_par+0x22/0x40 
[drm_kms_helper]
[1.547016]  [] intel_fbdev_set_par+0x1a/0x60 [i915]
[1.547019]  [] fbcon_init+0x538/0x5c0
[1.547022]  [] visual_init+0xce/0x130
[1.547024]  [] do_bind_con_driver+0x1be/0x3e0
[1.547027]  [] do_take_over_console+0x149/0x1a0
[1.547029]  [] ? printk+0x55/0x6b
[1.547032]  [] do_fbcon_takeover+0x57/0xb0
[1.547033]  [] fbcon_event_notify+0x660/0x760
[1.547036]  [] notifier_call_chain+0x4e/0x80
[1.547038]  [] __blocking_notifier_call_chain+0x4b/0x70
[1.547040]  [] blocking_notifier_call_chain+0x16/0x20
[1.547041]  [] fb_notifier_call_chain+0x1b/0x20
[1.547043]  [] register_framebuffer+0x215/0x350
[1.547047]  [] drm_fb_helper_initial_config+0x25f/0xaf0 
[drm_kms_helper]
[1.547071]  [] intel_fbdev_initial_config+0x1b/0x20 [i915]
[1.547073]  [] async_run_entry_fn+0x4c/0x160
[1.547076]  [] process_one_work+0x14b/0x440
[1.547088]  [] worker_thread+0x48/0x4a0
[1.547090]  [] ? process_one_work+0x440/0x440
[1.547092]  [] kthread+0xd8/0xf0
[1.547094]  [] ? kthread_worker_fn+0x170/0x170
[1.547097]  [] ret_from_fork+0x3f/0x70
[1.547099]  [] ? kthread_worker_fn+0x170/0x170
[1.547100] ---[ end trace 601e65f5cbcc5269 ]---

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

Title:
  [Toshiba Equium A100-306] WARNING: CPU: 0 PID: 968 at
  /build/buildd/linux-3.19.0/drivers/gpu/drm/drm_irq.c:1121
  drm_wait_one_vblank+0x170/0x180 [drm]()

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Noticed during boot of vivid after upgrade:

  [   54.762967] [ cut here ]
  [   54.763009] WARNING: CPU: 1 PID: 968 at 
/build/buildd/linux-3.19.0/drivers/gpu/drm/drm_irq.c:1121 
drm_wait_one_vblank+0x170/0x180 [drm]()
  [   54.763012] vblank not available on crtc 0, ret=-22
  [   54.763014] Modules linked in: binfmt_misc snd_hda_codec_si3054 arc4 
snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel iwl3945 
snd_hda_controller iwlegacy snd_hda_codec mac802

[Kernel-packages] [Bug 1432405]

2015-08-14 Thread Oliver-pahl-b
I just applied the latest patches from the drm-intel-fixes branch on
http://cgit.freedesktop.org/drm-intel and the warning as well as the
artifacts are gone. So marking this as resolved again. Sorry I did not
try before reopening.

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

Title:
  [Toshiba Equium A100-306] WARNING: CPU: 0 PID: 968 at
  /build/buildd/linux-3.19.0/drivers/gpu/drm/drm_irq.c:1121
  drm_wait_one_vblank+0x170/0x180 [drm]()

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Noticed during boot of vivid after upgrade:

  [   54.762967] [ cut here ]
  [   54.763009] WARNING: CPU: 1 PID: 968 at 
/build/buildd/linux-3.19.0/drivers/gpu/drm/drm_irq.c:1121 
drm_wait_one_vblank+0x170/0x180 [drm]()
  [   54.763012] vblank not available on crtc 0, ret=-22
  [   54.763014] Modules linked in: binfmt_misc snd_hda_codec_si3054 arc4 
snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel iwl3945 
snd_hda_controller iwlegacy snd_hda_codec mac80211 snd_hwdep pcmcia snd_pcm 
snd_seq_midi snd_seq_midi_event snd_rawmidi yenta_socket cfg80211 coretemp 
pcmcia_rsrc tifm_7xx1 snd_seq pcmcia_core tifm_core joydev lpc_ich serio_raw 
snd_seq_device snd_timer irda snd soundcore toshiba_bluetooth toshiba_haps 
crc_ccitt 8250_fintek tpm_infineon shpchp mac_hid parport_pc ppdev lp parport 
autofs4 psmouse firewire_ohci pata_acpi e100 sdhci_pci mii i915 sdhci 
firewire_core i2c_algo_bit crc_itu_t drm_kms_helper drm video
  [   54.763065] CPU: 1 PID: 968 Comm: Xorg Tainted: GW  
3.19.0-9-generic #9-Ubuntu
  [   54.763068] Hardware name: TOSHIBA Equium A100/MPAD-MSAE Customer 
Reference Boards, BIOS 2.1010/23/2006
  [   54.763070]  c02e2b70 8800ba62b738 817c09b5 
0007
  [   54.763075]  8800ba62b788 8800ba62b778 8107595a 
8800ba62b758
  [   54.763079]  88003548 880035fb2000  
88003548
  [   54.763083] Call Trace:
  [   54.763094]  [] dump_stack+0x45/0x57
  [   54.763099]  [] warn_slowpath_common+0x8a/0xc0
  [   54.763103]  [] warn_slowpath_fmt+0x46/0x50
  [   54.763118]  [] drm_wait_one_vblank+0x170/0x180 [drm]
  [   54.763155]  [] ? gen4_read32+0x4f/0xc0 [i915]
  [   54.763186]  [] intel_enable_tv+0x25/0x60 [i915]
  [   54.763212]  [] i9xx_crtc_enable+0x3fb/0x4c0 [i915]
  [   54.763239]  [] __intel_set_mode+0x882/0xc80 [i915]
  [   54.763266]  [] intel_set_mode+0x6d/0x90 [i915]
  [   54.763293]  [] intel_get_load_detect_pipe+0x276/0x600 
[i915]
  [   54.763298]  [] ? zone_statistics+0x80/0xa0
  [   54.763328]  [] intel_tv_detect+0x135/0x670 [i915]
  [   54.763342]  [] 
drm_helper_probe_single_connector_modes_merge_bits+0x303/0x460 [drm_kms_helper]
  [   54.763350]  [] 
drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
  [   54.763369]  [] drm_mode_getconnector+0x43f/0x4b0 [drm]
  [   54.763383]  [] drm_ioctl+0x1df/0x680 [drm]
  [   54.763390]  [] do_vfs_ioctl+0x2e0/0x4e0
  [   54.763394]  [] ? __sb_end_write+0x35/0x70
  [   54.763399]  [] ? vfs_write+0x1b2/0x1f0
  [   54.763403]  [] SyS_ioctl+0x81/0xa0
  [   54.763407]  [] system_call_fastpath+0x16/0x1b
  [   54.763410] ---[ end trace 959064f9168f0b5b ]---

  repeats quite a few times during the boot.
  (3.19.0-9-generic #9-Ubuntu)
  Oldish Core2 laptop, internal LCD only running KDE.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-generic 3.19.0.9.8
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dg 2008 F pulseaudio
  Date: Sun Mar 15 17:49:05 2015
  HibernationDevice: RESUME=/dev/mapper/davros--vg-swap_1
  InstallationDate: Installed on 2013-11-15 (485 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Alpha amd64 
(20131115)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: TOSHIBA Equium A100
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-9-generic 
root=/dev/mapper/hostname--vg-root ro
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid 

[Kernel-packages] [Bug 1484399] Re: Network connection drops on RTL8723BE after some time

2015-08-14 Thread Julien Olivier
Actually is still happened twice since yesterday. So the situation seems
improved, but the bug is definitely still there.

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

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

Title:
  Network connection drops on RTL8723BE after some time

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On my laptop, the WiFi connection works well for a few minutes, then
  stops working completely, although nework manager shows the icon as
  "connected", but I can't ping any address... If I press the "airplane
  mode" button ON et OFF again, the network comes back, and then, a few
  minutes later, the problem occurs again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-25-generic 3.19.0-25.26
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic i686
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  julien 1421 F pulseaudio
   /dev/snd/controlC0:  julien 1421 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Aug 13 10:00:34 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=d53f1fde-a827-4102-a540-405139650b40
  InstallationDate: Installed on 2015-08-12 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release i386 (20150422)
  MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=c2afdbc3-5397-4a76-afaa-c8ba53056069 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-25-generic N/A
   linux-backports-modules-3.19.0-25-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/07/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.11
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2281
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 77.25
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.11:bd08/07/2014:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr097411405F1620180:rvnHewlett-Packard:rn2281:rvr77.25:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion 15 Notebook PC
  dmi.product.version: 097411405F1620180
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1484399/+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 1484980] [NEW] AVRCP support for Ubuntu Phone

2015-08-14 Thread Robin Heroldich
Public bug reported:

Hey!

I bought a bluetooth headphone, but the volume, next and previous track
buttons don't work with my Ubuntu Phone, because it doesn't support
AVRCP. So please implement this feature. :)

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

Title:
  AVRCP support for Ubuntu Phone

Status in bluez package in Ubuntu:
  New

Bug description:
  Hey!

  I bought a bluetooth headphone, but the volume, next and previous
  track buttons don't work with my Ubuntu Phone, because it doesn't
  support AVRCP. So please implement this feature. :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1484980/+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 1483893] Re: linux-lts-trusty: 3.13.0-62.102~precise1 -proposed tracker

2015-08-14 Thread Brad Figg
** Tags added: qa-testing-passed

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

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

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

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

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

Title:
  linux-lts-trusty: 3.13.0-62.102~precise1 -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-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-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-62.102~precise1 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, 11. August 2015 21:03 UTC
  kernel-stable-master-bug:1483657
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 21:01 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 21:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 13. August 2015 16:56 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 13. August 2015 18:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 13. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 13. August 2015 18:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 13. August 2015 18:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 13. August 2015 18:01 UTC

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

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed => Fix Released

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

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

** Tags added: qa-testing-passed

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => 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/1483657

Title:
  linux: 3.13.0-62.102 -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:
  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:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Confirmed

Bug description:
  This bug is for tracking the 3.13.0-62.102 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, 11. August 2015 11:08 UTC
  kernel-stable-Prepare-package-end:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:02 UTC

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

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => Fix Released

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

Title:
  linux-ti-omap4: 3.2.0-1469.90 -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-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 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  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, 29. July 2015 14:00 UTC
  kernel-stable-master-bug:1478843
  kernel-stable-Certification-testing-end:Friday, 31. July 2015 09:01 UTC
  kernel-stable-Prepare-package-end:Friday, 31. July 2015 15:01 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 31. July 2015 15:01 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 05. August 2015 01:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 05. August 2015 02:02 UTC
  kernel-stable-Regression-testing-start:Wednesday, 05. August 2015 02:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Verification-testing-start:Wednesday, 05. August 2015 02:01 UTC
  kernel-stable-Regression-testing-end:Friday, 07. August 2015 16:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:50 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1479369/+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 1484980] Re: AVRCP support for Ubuntu Phone

2015-08-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bluez (Ubuntu)
   Status: New => Confirmed

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

Title:
  AVRCP support for Ubuntu Phone

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Hey!

  I bought a bluetooth headphone, but the volume, next and previous
  track buttons don't work with my Ubuntu Phone, because it doesn't
  support AVRCP. So please implement this feature. :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1484980/+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 1479369] Re: linux-ti-omap4: 3.2.0-1469.90 -proposed tracker

2015-08-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the  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, 29. July 2015 14:00 UTC
  kernel-stable-master-bug:1478843
  kernel-stable-Certification-testing-end:Friday, 31. July 2015 09:01 UTC
  kernel-stable-Prepare-package-end:Friday, 31. July 2015 15:01 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 31. July 2015 15:01 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 05. August 2015 01:01 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Wednesday, 05. August 2015 02:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 05. August 2015 02:02 UTC
  kernel-stable-Regression-testing-start:Wednesday, 05. August 2015 02:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Verification-testing-start:Wednesday, 05. August 2015 02:01 UTC
  kernel-stable-Regression-testing-end:Friday, 07. August 2015 16:01 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Friday, 14. August 2015 14:50 UTC
+ kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:50 UTC

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

Title:
  linux-ti-omap4: 3.2.0-1469.90 -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-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 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  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, 29. July 2015 14:00 UTC
  kernel-stable-master-bug:1478843
  kernel-stable-Certification-testing-end:Friday, 31. July 2015 09:01 UTC
  kernel-stable-Prepare-package-end:Friday, 31. July 2015 15:01 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 31. July 2015 15:01 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 05. August 2015 01:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 05. August 2015 02:02 UTC
  kernel-stable-Regression-testing-start:Wednesday, 05. August 2015 02:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Verification-testing-start:Wednesday, 05. August 2015 02:01 UTC
  kernel-stable-Regression-testing-end:Friday, 07. August 2015 16:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:50 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1479369/+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 1473043] Re: bluetoothd -n consuming 100% after device disconnects

2015-08-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bluez (Ubuntu)
   Status: New => Confirmed

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

Title:
  bluetoothd -n consuming 100% after device disconnects

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  On a regular basis after disconnecting a bluetooth device, usually my
  headset, the laptop starts to heat up and "/usr/sbin/bluetoothd -n"
  consumes 100% CPU. A temporary solution is to run "sudo service
  bluetooth restart".

  This is bluez 4.101-0ubuntu25 on 15.04 with all updates.

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

2015-08-14 Thread Brad Figg
The certification-testing task was set to Fix Released but neither the
certification-testing-passed or certification-testing-failed tag was
applied


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

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

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

** Tags added: qa-testing-passed

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

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

** Description changed:

  This bug is for tracking the 3.19.0-26.28 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, 11. August 2015 10:17 UTC
  kernel-stable-Prepare-package-end:Tuesday, 11. August 2015 23:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 11. August 2015 23:03 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:01 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Friday, 14. August 2015 14:50 UTC
+ kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:50 UTC
+ kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:50 UTC

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

Title:
  linux: 3.19.0-26.28 -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-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 Vivid:
  New

Bug description:
  This bug is for tracking the 3.19.0-26.28 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, 11. August 2015 10:17 UTC
  kernel-stable-Prepare-package-end:Tuesday, 11. August 2015 23:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 11. August 2015 23:03 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483630/+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 1483657] Certification completed but no status tags applied

2015-08-14 Thread Brad Figg
The certification-testing task was set to Fix Released but neither the
certification-testing-passed or certification-testing-failed tag was
applied


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

** Description changed:

  This bug is for tracking the 3.13.0-62.102 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, 11. August 2015 11:08 UTC
  kernel-stable-Prepare-package-end:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:02 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
+ kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
+ kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC

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

Title:
  linux: 3.13.0-62.102 -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-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 Trusty:
  Confirmed

Bug description:
  This bug is for tracking the 3.13.0-62.102 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, 11. August 2015 11:08 UTC
  kernel-stable-Prepare-package-end:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483657/+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 1483790] Re: linux-lts-utopic: 3.16.0-46.62~14.04.1 -proposed tracker

2015-08-14 Thread Brad Figg
The certification-testing task was set to Fix Released but neither the
certification-testing-passed or certification-testing-failed tag was
applied


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

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

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

** Tags added: qa-testing-passed

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

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

** Description changed:

  This bug is for tracking the 3.16.0-46.62~14.04.1 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, 11. August 2015 15:10 UTC
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 01:02 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 01:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:02 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
+ kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
+ kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC

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

Title:
  linux-lts-utopic: 3.16.0-46.62~14.04.1 -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-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-lts-utopic package in Ubuntu:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.16.0-46.62~14.04.1 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, 11. August 2015 15:10 UTC
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 01:02 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 01:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483790/+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 1483893] Re: linux-lts-trusty: 3.13.0-62.102~precise1 -proposed tracker

2015-08-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-62.102~precise1 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, 11. August 2015 21:03 UTC
  kernel-stable-master-bug:1483657
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 21:01 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 21:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 13. August 2015 16:56 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Thursday, 13. August 2015 18:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 13. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 13. August 2015 18:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 13. August 2015 18:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 13. August 2015 18:01 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
+ kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:51 UTC
+ kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
+ kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC

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

Title:
  linux-lts-trusty: 3.13.0-62.102~precise1 -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-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-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-62.102~precise1 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, 11. August 2015 21:03 UTC
  kernel-stable-master-bug:1483657
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 21:01 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 21:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 13. August 2015 16:56 UTC
  kernel-stable-Verification-testing-start:Thursday, 13. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 13. August 2015 18:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 13. August 2015 18:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 13. August 2015 18:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483893/+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 1483922] Re: linux-lts-vivid: 3.19.0-26.28~14.04.1 -proposed tracker

2015-08-14 Thread Brad Figg
The certification-testing task was set to Fix Released but neither the
certification-testing-passed or certification-testing-failed tag was
applied


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

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

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

** Tags added: qa-testing-passed

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

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

** Description changed:

  This bug is for tracking the 3.19.0-26.28~14.04.1 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, 11. August 2015 23:01 UTC
  kernel-stable-master-bug:1483630
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 13. August 2015 16:57 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 13. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 13. August 2015 18:02 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Friday, 14. August 2015 14:52 UTC
+ kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:52 UTC
+ kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:52 UTC

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

Title:
  linux-lts-vivid: 3.19.0-26.28~14.04.1 -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-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-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-vivid source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.19.0-26.28~14.04.1 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, 11. August 2015 23:01 UTC
  kernel-stable-master-bug:1483630
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 13. August 2015 16:57 UTC
  kernel-stable-Verification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 13. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:52 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:52 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:52 UTC
  kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

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

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/certification-testing
   Status: Incomplete => Invalid

** Description changed:

  This bug is for tracking the 3.19.0-26.28 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, 11. August 2015 10:17 UTC
  kernel-stable-Prepare-package-end:Tuesday, 11. August 2015 23:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 11. August 2015 23:03 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:50 UTC
+ kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

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

Title:
  linux: 3.19.0-26.28 -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-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 Vivid:
  New

Bug description:
  This bug is for tracking the 3.19.0-26.28 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, 11. August 2015 10:17 UTC
  kernel-stable-Prepare-package-end:Tuesday, 11. August 2015 23:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 11. August 2015 23:03 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:50 UTC
  kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

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

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/certification-testing
   Status: Incomplete => Invalid

** Description changed:

  This bug is for tracking the 3.13.0-62.102 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, 11. August 2015 11:08 UTC
  kernel-stable-Prepare-package-end:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC
+ kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

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

Title:
  linux: 3.13.0-62.102 -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-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 Trusty:
  Confirmed

Bug description:
  This bug is for tracking the 3.13.0-62.102 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, 11. August 2015 11:08 UTC
  kernel-stable-Prepare-package-end:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 11. August 2015 21:05 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483657/+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 1435040] Re: Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

2015-08-14 Thread John McAleely
** Changed in: canonical-devices-system-image
Milestone: ww34-2015 => ww40-2015

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

Title:
  Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  With my FORD Focus Car, pairing does not work. The bluetooth system in
  the car searches for devices and shows "Aquaris E4.5 Ubuntu Edition"
  and then prompts me to connect with a 4-digit pin code, but the Ubuntu
  phone doesn't react at all and after a while the car system says that
  it failed to connect.

  image: 20150310-3201c0a
  KRILIN01A-S15A_BQ_L100EN_2020_150312
  OS Build 20

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435040/+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 1484980] Re: AVRCP support for Ubuntu Phone

2015-08-14 Thread Simon Fels
** Tags added: bluetooth

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

Title:
  AVRCP support for Ubuntu Phone

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Hey!

  I bought a bluetooth headphone, but the volume, next and previous
  track buttons don't work with my Ubuntu Phone, because it doesn't
  support AVRCP. So please implement this feature. :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1484980/+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 1483922] Re: linux-lts-vivid: 3.19.0-26.28~14.04.1 -proposed tracker

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/certification-testing
   Status: Incomplete => Invalid

** Description changed:

  This bug is for tracking the 3.19.0-26.28~14.04.1 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, 11. August 2015 23:01 UTC
  kernel-stable-master-bug:1483630
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 13. August 2015 16:57 UTC
  kernel-stable-Verification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 13. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:52 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:52 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:52 UTC
+ kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

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

Title:
  linux-lts-vivid: 3.19.0-26.28~14.04.1 -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-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-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-vivid source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.19.0-26.28~14.04.1 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, 11. August 2015 23:01 UTC
  kernel-stable-master-bug:1483630
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 23:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 13. August 2015 16:57 UTC
  kernel-stable-Verification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 13. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 13. August 2015 18:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:52 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:52 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:52 UTC
  kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483922/+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 1483790] Re: linux-lts-utopic: 3.16.0-46.62~14.04.1 -proposed tracker

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/certification-testing
   Status: Incomplete => Invalid

** Description changed:

  This bug is for tracking the 3.16.0-46.62~14.04.1 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, 11. August 2015 15:10 UTC
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 01:02 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 01:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC
+ kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

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

Title:
  linux-lts-utopic: 3.16.0-46.62~14.04.1 -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-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-lts-utopic package in Ubuntu:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.16.0-46.62~14.04.1 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, 11. August 2015 15:10 UTC
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 01:02 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 01:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 12. August 2015 16:12 UTC
  kernel-stable-Verification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Certification-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-Security-signoff-start:Wednesday, 12. August 2015 18:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 12. August 2015 18:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Verification-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Regression-testing-end:Friday, 14. August 2015 14:51 UTC
  kernel-stable-Certification-testing-end:Friday, 14. August 2015 14:59 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483790/+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 1479445] Re: IN CAR: Signal Strength not shown in car display

2015-08-14 Thread John McAleely
Has this landed in the vivid-overlay ppa?

** Also affects: bluez (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: Fix Committed => In Progress

** Changed in: canonical-devices-system-image
Milestone: ww40-2015 => ww34-2015

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => John McAleely (john.mcaleely)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

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

Title:
  IN CAR: Signal Strength not shown in car display

Status in Canonical System Image:
  In Progress
Status in bluez package in Ubuntu:
  Fix Released
Status in bluez package in Ubuntu RTM:
  New

Bug description:
  STEPS:
  Requirement: DUT with active sim and car that supports Bluetooth phones 
(Skoda Superb 2013 in my case)

  1. Connect the DUT to the car
  2. Check the console display for the strength of signal

  EXPECTED:
  I expect the display to show a similar strength to that on the phone

  ACTUAL:
  The signal strength is always at 0% however the display does show the Network 
connected to so there is some sort of feedback via bluetooth that there is a 
connection.

  VERSIONS:
  current build number: 71
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-07-28 18:01:08
  version version: 71
  version ubuntu: 20150728
  version device: 20150709-8965e37
  version custom: 20150716-819-8-42

  MODIFICATIONS:
  Installation of silo19 for in car bt fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1479445/+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 1454892] Re: [Hyper-V] hv_netvsc: Use the xmit_more skb flag to optimize signaling the host

2015-08-14 Thread Joseph Salisbury
I think that is just showing temporary changes where in linux-lts-utopic
was marked as affecting Precise, Utopic, Vivid and Wily.  However, there
is no lts utopic kernel for those releases, there is only one for
trusty, and that was was marked as "Fix Commited".  So the fix is still
coming as expected.

** Changed in: linux-lts-utopic (Ubuntu)
   Status: New => Fix Committed

** Changed in: linux-lts-utopic (Ubuntu)
   Importance: Undecided => High

** Changed in: linux-lts-utopic (Ubuntu Trusty)
   Importance: Undecided => High

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

Title:
  [Hyper-V] hv_netvsc: Use the xmit_more skb flag to optimize signaling
  the host

Status in linux package in Ubuntu:
  Fix Released
Status in linux-lts-utopic package in Ubuntu:
  Fix Committed
Status in linux source package in Precise:
  Confirmed
Status in linux source package in Trusty:
  Confirmed
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Fix Released

Bug description:
  hv_netvsc: Use the xmit_more skb flag to optimize signaling the host
  Based on the information given to this driver (via the xmit_more skb flag),
  we can defer signaling the host if more packets are on the way. This will help
  make the host more efficient since it can potentially process a larger batch 
of
  packets. Implement this optimization.

  Upstream commit: https://git.kernel.org/cgit/linux/kernel/git/davem
  /net-next.git/commit/?id=82fa3c776e5abba7ed6e4b4f4983d14731c37d6a

  This commit may imply other commits previously requested, for example
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1452074

  Requested for all typical Hyper-V targets: 15.10, 15.04, 14.10, 14.04,
  14.04 HWE, 12.02, and 12.02 HWE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454892/+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 1485057] [NEW] "lsusb -v" as root freezes the kernel on Acer ES1-111

2015-08-14 Thread Roland Weber
Public bug reported:

reproducible: always

Steps to reproduce:
- open a terminal
- sudo bash
- lsusb -v

In a virtual terminal, the command prints the name of the first device
it finds, then the system freezes completely. In a terminal of the
desktop, I don't even get the name of the device, the system freezes
immediately. Either way, I have to power off the machine. There is no
kernel oops. Nothing is written to the log. The magic sysreq key yields
no response, although I have verified that it works before triggering
the freeze.

I've narrowed down the problem by calling "lsusb -v -s ". The
system freezes on both devices of bus 3 (003:001 and 003:002). For all
other devices, it prints the expected output and continues to work. When
calling lsusb as a regular user, I get "Couldn't open device, some
information will be missing", then the regular output, and the system
keeps running. Therefore I assume that the problem is somewhere in the
kernel, when the devices are accessed.

This is a regression. It used to work in 14.10, and fails to work since 15.04.
It also used to work in 14.04.2, and fails in 14.04.3.
It fails with mainline builds 4.2.0-rc6-unstable, 4.2.0-rc2-unstable, 
4.1.0-rc2-vivid. (yeah, I've been trying for a while :-)

Incidentally, the shutdown sequence also freezes early on with the
kernels that exhibit the problem; but I cannot be sure that the cause is
the same. I decided to first chase the USB freeze, because it was easier
to gather information about that.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-25-generic 3.19.0-25.26
ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
Uname: Linux 3.19.0-25-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rweber 1525 F pulseaudio
CurrentDesktop: XFCE
Date: Fri Aug 14 18:38:36 2015
HibernationDevice: RESUME=UUID=8a45266d-0232-428e-bb25-113d23caaf8a
InstallationDate: Installed on 2015-06-28 (46 days ago)
InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
MachineType: Acer Aspire ES1-111M
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=b8872e03-7295-4cbd-ac86-06b9be2f112f ro quiet splash 
crashkernel=384M-:128M vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-25-generic N/A
 linux-backports-modules-3.19.0-25-generic  N/A
 linux-firmware 1.143.3
SourcePackage: linux
UpgradeStatus: Upgraded to vivid on 2015-07-05 (39 days ago)
dmi.bios.date: 08/20/2014
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.08
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: R2
dmi.board.vendor: Acer
dmi.board.version: Type2 - A01 Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd08/20/2014:svnAcer:pnAspireES1-111M:pvrV1.08:rvnAcer:rnR2:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Aspire ES1-111M
dmi.product.version: V1.08
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug vivid

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

Title:
  "lsusb -v" as root freezes the kernel on Acer ES1-111

Status in linux package in Ubuntu:
  New

Bug description:
  reproducible: always

  Steps to reproduce:
  - open a terminal
  - sudo bash
  - lsusb -v

  In a virtual terminal, the command prints the name of the first device
  it finds, then the system freezes completely. In a terminal of the
  desktop, I don't even get the name of the device, the system freezes
  immediately. Either way, I have to power off the machine. There is no
  kernel oops. Nothing is written to the log. The magic sysreq key
  yields no response, although I have verified that it works before
  triggering the freeze.

  I've narrowed down the problem by calling "lsusb -v -s ". The
  system freezes on both devices of bus 3 (003:001 and 003:002). For all
  other devices, it prints the expected output and continues to work.
  When calling lsusb as a regular user, I get "Couldn't open device,
  some information will be missing", then the regular output, and the
  system keeps running. Therefore I assume that the problem is somewhere
  in the kernel, when the devices are accessed.

  This is a regression. It used to work in 14.10, and fails to work since 15.04.
  It also used to work in 14.04.2, and fails in 14.04.3.
  It fails with mainline builds 4.2.0-rc6-unstable, 4.2.0-rc2-unstable, 
4.1.0-rc2-vivid. (yeah, I've been trying for a while :-)

  Incidentally, the shutdown sequence also freezes early on with the
  kernels that exhibit the problem; but I cannot be sure that the cause
  is the same. I decided to 

[Kernel-packages] [Bug 1485057] Re: "lsusb -v" as root freezes the kernel on Acer ES1-111

2015-08-14 Thread Roland Weber
** Attachment added: "output of lsusb -t"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1485057/+attachment/865/+files/lsusb-t.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/1485057

Title:
  "lsusb -v" as root freezes the kernel on Acer ES1-111

Status in linux package in Ubuntu:
  New

Bug description:
  reproducible: always

  Steps to reproduce:
  - open a terminal
  - sudo bash
  - lsusb -v

  In a virtual terminal, the command prints the name of the first device
  it finds, then the system freezes completely. In a terminal of the
  desktop, I don't even get the name of the device, the system freezes
  immediately. Either way, I have to power off the machine. There is no
  kernel oops. Nothing is written to the log. The magic sysreq key
  yields no response, although I have verified that it works before
  triggering the freeze.

  I've narrowed down the problem by calling "lsusb -v -s ". The
  system freezes on both devices of bus 3 (003:001 and 003:002). For all
  other devices, it prints the expected output and continues to work.
  When calling lsusb as a regular user, I get "Couldn't open device,
  some information will be missing", then the regular output, and the
  system keeps running. Therefore I assume that the problem is somewhere
  in the kernel, when the devices are accessed.

  This is a regression. It used to work in 14.10, and fails to work since 15.04.
  It also used to work in 14.04.2, and fails in 14.04.3.
  It fails with mainline builds 4.2.0-rc6-unstable, 4.2.0-rc2-unstable, 
4.1.0-rc2-vivid. (yeah, I've been trying for a while :-)

  Incidentally, the shutdown sequence also freezes early on with the
  kernels that exhibit the problem; but I cannot be sure that the cause
  is the same. I decided to first chase the USB freeze, because it was
  easier to gather information about that.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-25-generic 3.19.0-25.26
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rweber 1525 F pulseaudio
  CurrentDesktop: XFCE
  Date: Fri Aug 14 18:38:36 2015
  HibernationDevice: RESUME=UUID=8a45266d-0232-428e-bb25-113d23caaf8a
  InstallationDate: Installed on 2015-06-28 (46 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Acer Aspire ES1-111M
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=b8872e03-7295-4cbd-ac86-06b9be2f112f ro quiet splash 
crashkernel=384M-:128M vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-25-generic N/A
   linux-backports-modules-3.19.0-25-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-07-05 (39 days ago)
  dmi.bios.date: 08/20/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: R2
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd08/20/2014:svnAcer:pnAspireES1-111M:pvrV1.08:rvnAcer:rnR2:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire ES1-111M
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1485057/+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 1477026] Re: CVE-2015-3290

2015-08-14 Thread John Johansen
only applies to kernels 3.13 and newer

** Changed in: linux (Ubuntu Precise)
   Status: Confirmed => Invalid

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

Title:
  CVE-2015-3290

Status in linux package in Ubuntu:
  Invalid
Status in linux-armadaxp package in Ubuntu:
  Invalid
Status in linux-ec2 package in Ubuntu:
  Invalid
Status in linux-flo package in Ubuntu:
  New
Status in linux-fsl-imx51 package in Ubuntu:
  Invalid
Status in linux-goldfish package in Ubuntu:
  New
Status in linux-lts-backport-maverick package in Ubuntu:
  New
Status in linux-lts-backport-natty package in Ubuntu:
  New
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in linux-lts-saucy package in Ubuntu:
  Invalid
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-lts-vivid package in Ubuntu:
  Invalid
Status in linux-mako package in Ubuntu:
  New
Status in linux-manta package in Ubuntu:
  New
Status in linux-mvl-dove package in Ubuntu:
  Invalid
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Invalid
Status in linux-armadaxp source package in Precise:
  Invalid
Status in linux-ec2 source package in Precise:
  Invalid
Status in linux-flo source package in Precise:
  Invalid
Status in linux-fsl-imx51 source package in Precise:
  Invalid
Status in linux-goldfish source package in Precise:
  Invalid
Status in linux-lts-backport-maverick source package in Precise:
  New
Status in linux-lts-backport-natty source package in Precise:
  New
Status in linux-lts-quantal source package in Precise:
  New
Status in linux-lts-raring source package in Precise:
  Invalid
Status in linux-lts-saucy source package in Precise:
  New
Status in linux-lts-trusty source package in Precise:
  Fix Released
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux-lts-vivid source package in Precise:
  Invalid
Status in linux-mako source package in Precise:
  Invalid
Status in linux-manta source package in Precise:
  Invalid
Status in linux-mvl-dove source package in Precise:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  Invalid
Status in linux source package in Trusty:
  Fix Released
Status in linux-armadaxp source package in Trusty:
  Invalid
Status in linux-ec2 source package in Trusty:
  Invalid
Status in linux-flo source package in Trusty:
  Invalid
Status in linux-fsl-imx51 source package in Trusty:
  Invalid
Status in linux-goldfish source package in Trusty:
  Invalid
Status in linux-lts-backport-maverick source package in Trusty:
  New
Status in linux-lts-backport-natty source package in Trusty:
  New
Status in linux-lts-quantal source package in Trusty:
  Invalid
Status in linux-lts-raring source package in Trusty:
  Invalid
Status in linux-lts-saucy source package in Trusty:
  Invalid
Status in linux-lts-trusty source package in Trusty:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  Fix Released
Status in linux-lts-vivid source package in Trusty:
  Fix Released
Status in linux-mako source package in Trusty:
  Invalid
Status in linux-manta source package in Trusty:
  Invalid
Status in linux-mvl-dove source package in Trusty:
  Invalid
Status in linux-ti-omap4 source package in Trusty:
  Invalid
Status in linux-lts-backport-maverick source package in Utopic:
  New
Status in linux-lts-backport-natty source package in Utopic:
  New
Status in linux source package in Vivid:
  Fix Released
Status in linux-armadaxp source package in Vivid:
  Invalid
Status in linux-ec2 source package in Vivid:
  Invalid
Status in linux-flo source package in Vivid:
  New
Status in linux-fsl-imx51 source package in Vivid:
  Invalid
Status in linux-goldfish source package in Vivid:
  New
Status in linux-lts-backport-maverick source package in Vivid:
  New
Status in linux-lts-backport-natty source package in Vivid:
  New
Status in linux-lts-quantal source package in Vivid:
  Invalid
Status in linux-lts-raring source package in Vivid:
  Invalid
Status in linux-lts-saucy source package in Vivid:
  Invalid
Status in linux-lts-trusty source package in Vivid:
  Invalid
Status in linux-lts-utopic source package in Vivid:
  Invalid
Status in linux-lts-vivid source package in Vivid:
  Invalid
Status in linux-mako source package in Vivid:
  New
Status in linux-manta source package in Vivid:
  New
Status in linux-mvl-dove source package in Vivid:
  Invalid
Status in linux-ti-omap4 source package in Vivid:
  Invalid
Status in linux source package in Wily:
  Invalid
Status in linux-armadaxp source package in Wily:
  Invalid
Status in linux-ec2 source package in Wily:
  Invalid
Status in linux-flo source package in Wily:
  New
Status in linux-fsl-imx51 source package in Wily:
  Invalid
Status in linux-goldf

[Kernel-packages] [Bug 1485057] Status changed to Confirmed

2015-08-14 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => 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/1485057

Title:
  "lsusb -v" as root freezes the kernel on Acer ES1-111

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  reproducible: always

  Steps to reproduce:
  - open a terminal
  - sudo bash
  - lsusb -v

  In a virtual terminal, the command prints the name of the first device
  it finds, then the system freezes completely. In a terminal of the
  desktop, I don't even get the name of the device, the system freezes
  immediately. Either way, I have to power off the machine. There is no
  kernel oops. Nothing is written to the log. The magic sysreq key
  yields no response, although I have verified that it works before
  triggering the freeze.

  I've narrowed down the problem by calling "lsusb -v -s ". The
  system freezes on both devices of bus 3 (003:001 and 003:002). For all
  other devices, it prints the expected output and continues to work.
  When calling lsusb as a regular user, I get "Couldn't open device,
  some information will be missing", then the regular output, and the
  system keeps running. Therefore I assume that the problem is somewhere
  in the kernel, when the devices are accessed.

  This is a regression. It used to work in 14.10, and fails to work since 15.04.
  It also used to work in 14.04.2, and fails in 14.04.3.
  It fails with mainline builds 4.2.0-rc6-unstable, 4.2.0-rc2-unstable, 
4.1.0-rc2-vivid. (yeah, I've been trying for a while :-)

  Incidentally, the shutdown sequence also freezes early on with the
  kernels that exhibit the problem; but I cannot be sure that the cause
  is the same. I decided to first chase the USB freeze, because it was
  easier to gather information about that.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-25-generic 3.19.0-25.26
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rweber 1525 F pulseaudio
  CurrentDesktop: XFCE
  Date: Fri Aug 14 18:38:36 2015
  HibernationDevice: RESUME=UUID=8a45266d-0232-428e-bb25-113d23caaf8a
  InstallationDate: Installed on 2015-06-28 (46 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Acer Aspire ES1-111M
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=b8872e03-7295-4cbd-ac86-06b9be2f112f ro quiet splash 
crashkernel=384M-:128M vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-25-generic N/A
   linux-backports-modules-3.19.0-25-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-07-05 (39 days ago)
  dmi.bios.date: 08/20/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: R2
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd08/20/2014:svnAcer:pnAspireES1-111M:pvrV1.08:rvnAcer:rnR2:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire ES1-111M
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1485057/+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 1475166] Re: Ubuntu 15.04 Install Error with Avago Controller

2015-08-14 Thread Adi Gangidi
Thanks a ton Boga! That hellps!

Bryan

Here is a difference between custom config of a Kernel version where bug
is NOT seen (3.18) and where it is seen (3.19)

https://www.diffchecker.com/kgudgvt3

There are bunch of config differences. Could any of these could have
cause the issue ?

One of the differences is related to SCSI below:

CONFIG_SCSI_DC390T=m  (it's there in 3.18 config but not 3.19)

Hope this helps in you giving a more concrete direction to us instead of
bisection.

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

Title:
  Ubuntu 15.04 Install Error with Avago Controller

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Hello Canonical Team

  We are running to an issue installing ubuntu PPC64LE 15.04 full blown
  image on our servers  (with RAID controller).  Installation hangs
  around 70% of progress.

  An important part of our configuration is Avago RAID controller:
  9361-8i Firmware version we used is 4.300.00-4429, and the package is
  24.10.0-0002.

  IMPORTANT: It has to be noted that with same hardware configuration
  14.10 full blown image installs fine.

  Dmesg logs are attached:

  Looking at dmesg logs point out that:
  LSI (avago) driver loads fine
  During further interaction with raid volume during the installation process, 
firmware errors are seen 
  [  196.991417] megasas: FW status 0x3

  [  196.999376] megasas: FW status 0x3

  [  197.007376] megasas: FW status 0x3
  Further down the  process I/O errors are thrown
  [  217.438664] Buffer I/O error on device sda2, logical block 22052864

  [  217.438671] Buffer I/O error on device sda2, logical block 22052865

  [  217.438678] Buffer I/O error on device sda2, logical block 22052866

  [  217.438686] Buffer I/O error on device sda2, logical block 22052867

  Full dmesg log is attached. Snippet is pasted below highlighting:

  It can be noted that there’s a Mellanox Connectx 3 pro card with some test 
Firmware on our setup. 
  We can Ignore any diagnostic messages from that card in dmesg logs for the 
purpose of this bug. 

  Thanks
  Adi Gangidi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1475166/+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 1475166] Re: Ubuntu 15.04 Install Error with Avago Controller

2015-08-14 Thread Bryan Quigley
** Changed in: linux (Ubuntu)
 Assignee: Chris J Arges (arges) => Bryan Quigley (bryanquigley)

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

Title:
  Ubuntu 15.04 Install Error with Avago Controller

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Hello Canonical Team

  We are running to an issue installing ubuntu PPC64LE 15.04 full blown
  image on our servers  (with RAID controller).  Installation hangs
  around 70% of progress.

  An important part of our configuration is Avago RAID controller:
  9361-8i Firmware version we used is 4.300.00-4429, and the package is
  24.10.0-0002.

  IMPORTANT: It has to be noted that with same hardware configuration
  14.10 full blown image installs fine.

  Dmesg logs are attached:

  Looking at dmesg logs point out that:
  LSI (avago) driver loads fine
  During further interaction with raid volume during the installation process, 
firmware errors are seen 
  [  196.991417] megasas: FW status 0x3

  [  196.999376] megasas: FW status 0x3

  [  197.007376] megasas: FW status 0x3
  Further down the  process I/O errors are thrown
  [  217.438664] Buffer I/O error on device sda2, logical block 22052864

  [  217.438671] Buffer I/O error on device sda2, logical block 22052865

  [  217.438678] Buffer I/O error on device sda2, logical block 22052866

  [  217.438686] Buffer I/O error on device sda2, logical block 22052867

  Full dmesg log is attached. Snippet is pasted below highlighting:

  It can be noted that there’s a Mellanox Connectx 3 pro card with some test 
Firmware on our setup. 
  We can Ignore any diagnostic messages from that card in dmesg logs for the 
purpose of this bug. 

  Thanks
  Adi Gangidi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1475166/+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 1481991] Re: 900 second pause on boot

2015-08-14 Thread Evan
Does needs-bisect tag mean there's some action you need from me?

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

Title:
  900 second pause on boot

Status in linux package in Ubuntu:
  Triaged

Bug description:
  When I boot from a 3.13.0.x kernel I get a very odd 900 second (15
  minute!) pause on boot (see attached dmesg log).  Once past the pause
  the system works normally and with no issues.  If I boot from a
  3.2.0.x kernel there is no pause.

  $  cat /etc/issue.net 
  Ubuntu 14.04.3 LTS

  $ uname -a
  Linux ubuntu 3.13.0-61-generic #100-Ubuntu SMP Wed Jul 29 11:22:15 UTC 2015 
i686 i686 i686 GNU/Linux

  I'm happy to provide any other information that would be useful.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/hwC1D1', 
'/dev/snd/hwC1D2', '/dev/snd/hwC1D3', '/dev/snd/pcmC1D3p', '/dev/snd/pcmC1D7p', 
'/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D9p', '/dev/snd/controlC0', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D2p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=
  MachineType: Hewlett-Packard HP Compaq dc5800 Microtower
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/md0 ro all_generic_ide
  ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.127.14
  RfKill:
   3: phy3: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-61-generic i686
  UpgradeStatus: Upgraded to trusty on 2015-06-27 (45 days ago)
  UserGroups: adm admin audio cdrom dialout dip floppy fuse libvirtd lpadmin 
plugdev sambashare tty video
  WpaSupplicantLog:
   
  _MarkForUpload: True
  dmi.bios.date: 08/01/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786F2 v01.51
  dmi.board.asset.tag: 2UA9340HZZ
  dmi.board.name: 2820h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: 2UA9340HZZ
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786F2v01.51:bd08/01/2008:svnHewlett-Packard:pnHPCompaqdc5800Microtower:pvr:rvnHewlett-Packard:rn2820h:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Compaq dc5800 Microtower
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481991/+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 1484531] Re: [i915 SKL] Add support for VGA output

2015-08-14 Thread Brad Figg
** Changed in: linux (Ubuntu Vivid)
   Status: Triaged => Fix Committed

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

Title:
  [i915 SKL] Add support for VGA output

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Triaged

Bug description:
  Current i915 driver (4.2) does not support VGA output on SKL. It needs
  a bunch of cherry-picks and some backports. Some are not applied
  upstream yet, but are being tested to meet OEM schedule..

   drm/i915/skl: Enable DDI-E
   drm/i915/skl: Adding DDI_E power well domain
   drm/i915: Adding break for one case
   drm/i915/skl: DDI-E and DDI-A shares 4 lanes.
   drm/i915: Enable HDMI on DDI-E
   drm/i915: eDP can be present on DDI-E
   drm/i915/skl: enable DDI-E hotplug
   drm/i915: Set alternate aux for DDI-E
   drm/i915: Set power domain for DDI-E
   drm/i915: Handle HPD when it has actually occurred
   drm/i915: abstract away platform specific parts from hpd handling
   drm/i915: simplify condition for digital port
   drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
   drm/i915: put back the indent in intel_hpd_irq_handler
   drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
   drm/i915: add for_each_hpd_pin to iterate over hotplug pins
   drm/i915: group all hotplug related fields into a new struct in dev_priv
   drm/i915: reduce indent in intel_hpd_irq_handler
   drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
   drm/i915: reduce indent in i9xx_hpd_irq_handler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1484531/+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 1484486] Re: [i915 gen8/gen9] Add workarounds to fix hang bugs etc

2015-08-14 Thread Brad Figg
** Changed in: linux (Ubuntu Vivid)
   Status: Triaged => Fix Committed

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

Title:
  [i915 gen8/gen9] Add workarounds to fix hang bugs etc

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Triaged

Bug description:
  4.3 will have a bunch of workarounds to fix silicon bugs and other
  bugfixes that need to be backported to both vivid and wily. Some are
  for gen8 chips which also allow cherry-picking the gen9 ones.

   drm/i915/skl WaDisableSbeCacheDispatchPortSharing
   drm/i915/skl: Don't expose the top most plane on gen9 display
   drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
   drm/i915:skl: Add WaEnableGapsTsvCreditFix
   drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
   drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround
   drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
   drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
   drm/i915: Enable WA batch buffers for Gen9
   drm/i915/gen9: Implement WaDisableKillLogic for gen 9
   drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
   drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
   drm/i915: Bail out early if WA batch is not available for given Gen
   drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround
   drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
   drm/i915/gen8: Re-order init pipe_control in lrc mode
   drm/i915/gen8: Add infrastructure to initialize WA batch buffers
   drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1484486/+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 1485080] [NEW] package linux-image-3.19.0-25-generic 3.19.0-25.26 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-08-14 Thread Richard BONNEAU
Public bug reported:

version :
Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4

lspci vnvn .log

00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
Subsystem: Dell Device [1028:0233]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series 
Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA 
controller])
Subsystem: Dell Device [1028:0233]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c  Data: 41b2
Capabilities: [d0] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: i915

00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller [8086:2a43] (rev 07)
Subsystem: Dell Device [1028:0233]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit 
Latency L0s <1us, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ 
Surprise+
Slot #0, PowerLimit 6.500W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- 
LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- 
Interlock-
Changed: MRL- PresDet- LinkState-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID , PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c  Data: 41d1
Capabilities: [90] Subsystem: Dell Device [1028:0233]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Virtual Channel
Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
Arb:Fixed+ WRR32- WRR64- WRR128-
Ctrl:   ArbSelect=Fixed
Status: InProgress-
VC0:Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc:   PortNumber=01 ComponentID=02 EltType=Config
Link0:  Desc:   TargetPort=00 TargetComponent=02 AssocRCRB- 
LinkType=MemMapped LinkValid+
Addr:   fed18000
Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express 
Port 2 [8086:2942] (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabi

[Kernel-packages] [Bug 1485080] Re: package linux-image-3.19.0-25-generic 3.19.0-25.26 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-08-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.19.0-25-generic 3.19.0-25.26 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

Status in linux package in Ubuntu:
  New

Bug description:
  version :
  Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4

  lspci vnvn .log

  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
Subsystem: Dell Device [1028:0233]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: agpgart-intel

  00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series 
Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA 
controller])
Subsystem: Dell Device [1028:0233]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c  Data: 41b2
Capabilities: [d0] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: i915

  00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller [8086:2a43] (rev 07)
Subsystem: Dell Device [1028:0233]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit 
Latency L0s <1us, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ 
Surprise+
Slot #0, PowerLimit 6.500W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- 
LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- 
Interlock-
Changed: MRL- PresDet- LinkState-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID , PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c  Data: 41d1
Capabilities: [90] Subsystem: Dell Device [1028:0233]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Virtual Channel
Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
Arb:Fixed+ WRR32- WRR64- WRR128-
Ctrl:   ArbSelect=Fixed
Status: InProgress-
VC0:Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc:   PortNumber=01 ComponentID=02 EltType=Config
Link0:  Desc:   TargetPort=00 TargetComponent=02 AssocRCRB- 
LinkType=MemMapped LinkValid+
Addr:   fed18000
Kernel driver in use: pcieport

  00:1c.1 

[Kernel-packages] [Bug 1485081] [NEW] linux: 3.2.0-90.128 -proposed tracker

2015-08-14 Thread Brad Figg
Public bug reported:

This bug is for tracking the 3.2.0-90.128 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, 14. August 2015 18:50 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Friday, 14. August 2015 18:50 UTC

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-lbm
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

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

** Affects: linux (Ubuntu Precise)
 Importance: Medium
 Status: New


** Tags: block-proposed-precise kernel-release-tracking-bug precise

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-precise

** Also affects: linux (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Tags added: precise

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-lbm
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-lbm
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-lbm
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 As

[Kernel-packages] [Bug 1481490] Re: Add sfc to nic-modules udeb

2015-08-14 Thread Leann Ogasawara
Sorry for the delayed response.  This fix is queued in our Trusty kernel
which will start undergoing the kernel SRU process on Mon Aug 17.  That
kernel will undergo a 3 week regression testing process before we'll
promote that kernel to the trusty-updates pocket, ie ETA is Sept 5.
However, once this kernel hits trusty-proposed next week we can engage
with the release team to respin d-i so that both are in sync and
available for testing from a end user's perspective.

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

Title:
  Add sfc to nic-modules udeb

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed

Bug description:
  == [Trusty][Vivid]SRU Justification ==

  It is being requested that we add the sfc driver to the nic-modules
  udeb to facilitate PXE booting nodes with Solarflare network adapters.

  == Fix ==
  Add the sfc driver to our nic-modules udeb.  This is being requested for
  Trusty and Vivid.  Note, this has already been applied to Wily master-next.

  == Testing ==
  I've done test builds of Wily, Vivid, and Trusty and can confirm the sfc 
driver is seeded into the nic-modules udeb:

  $ dpkg -c nic-modules-4.2.0-3-generic-di_4.2.0-3.3_amd64.udeb | grep "sfc.ko"
  -rw-r--r-- root/root495305 2015-08-04 22:17 
./lib/modules/4.2.0-3-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

  $ dpkg -c nic-modules-3.19.0-26-generic-di_3.19.0-26.27_amd64.udeb | grep 
"sfc.ko"
  -rw-r--r-- root/root464452 2015-08-04 22:21 
./lib/modules/3.19.0-26-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

  $ dpkg -c nic-modules-3.13.0-62-generic-di_3.13.0-62.101_amd64.udeb | grep 
"sfc.ko"
  -rw-r--r-- root/root436284 2015-08-04 22:22 
./lib/modules/3.13.0-62-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481490/+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 1485080] Status changed to Confirmed

2015-08-14 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => 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/1485080

Title:
  package linux-image-3.19.0-25-generic 3.19.0-25.26 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  version :
  Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4

  lspci vnvn .log

  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
Subsystem: Dell Device [1028:0233]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: agpgart-intel

  00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series 
Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA 
controller])
Subsystem: Dell Device [1028:0233]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c  Data: 41b2
Capabilities: [d0] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: i915

  00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller [8086:2a43] (rev 07)
Subsystem: Dell Device [1028:0233]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit 
Latency L0s <1us, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ 
Surprise+
Slot #0, PowerLimit 6.500W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- 
LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- 
Interlock-
Changed: MRL- PresDet- LinkState-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID , PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c  Data: 41d1
Capabilities: [90] Subsystem: Dell Device [1028:0233]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Virtual Channel
Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
Arb:Fixed+ WRR32- WRR64- WRR128-
Ctrl:   ArbSelect=Fixed
Status: InProgress-
VC0:Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc:   PortNumber=01 ComponentID=02 EltType=Config
Link0:  Desc:   TargetPort=00 TargetComponent=02 AssocRCRB- 
LinkType=MemMapped LinkValid+
Addr:   0

[Kernel-packages] [Bug 1485100] [NEW] Trusty update to 3.13.11-ckt25 stable release

2015-08-14 Thread Brad Figg
Public bug reported:

SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from Linus' tree or in a minimally
   backported form of that patch. The 3.13.11-ckt25 upstream stable
   patch set is now available. It should be included in the Ubuntu
   kernel as well.

   git://kernel.ubuntu.com/ubuntu/linux.git

TEST CASE: TBD

   The following patches are in the 3.13.11-ckt25 stable release:
Linux 3.13.11-ckt25
ipv6: Make MLD packets to only be processed locally
rds: rds_ib_device.refcount overflow
net: dsa: Test array index before use
net: dsa: Fix off-by-one in switch address parsing
net: graceful exit from netif_alloc_netdev_queues()
net: do not process device backlog during unregistration
bridge: mdb: zero out the local br_ip variable before use
bridge: mdb: start delete timer for temp static entries
ip_tunnel: fix ipv4 pmtu check to honor inner ip header df
genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD
drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL
drm/radeon: add a dpm quirk for Sapphire Radeon R9 270X 2GB GDDR5
st: null pointer dereference panic caused by use after kref_put by 
st_open
s390/process: fix sfpc inline assembly
ARC: make sure instruction_pointer() returns unsigned value
Btrfs: fix memory leak in the extent_same ioctl
USB: serial: Destroy serial_minors IDR on module exit
drivers: net: cpsw: fix crash while accessing second slave ethernet 
interface
tracing: Have branch tracer use recursive field of task struct
ARM: dts: mx23: fix iio-hwmon support
drm: add a check for x/y in drm_mode_setcrtc
s390/sclp: clear upper register halves in _sclp_print_early
usb: musb: host: rely on port_mode to call musb_start()
dm btree: silence lockdep lock inversion in dm_btree_del()
USB: cp210x: add ID for Aruba Networks controllers
USB: option: add 2020:4000 ID
dm btree remove: fix bug in redistribute3
iio: tmp006: Check channel info on write
ALSA: usb-audio: Add MIDI support for Steinberg MI2/MI4
iio: adc: at91_adc: allow to use full range of startup time
iio: DAC: ad5624r_spi: fix bit shift of output data value
iio: inv-mpu: Specify the expected format/precision for write 
channels
freeing unlinked file indefinitely delayed
9p: don't leave a half-initialized inode sitting around
hpfs: kstrdup() out of memory handling
ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage
ext4: replace open coded nofail allocation in ext4_free_blocks()
ext4: correctly migrate a file with a hole at the beginning
ext4: be more strict when migrating to non-extent based file
ext4: fix reservation release on invalidatepage for delalloc fs
Btrfs: fix fsync data loss after append write
Btrfs: fix race between caching kthread and returning inode to 
inode cache
Btrfs: use kmem_cache_free when freeing entry in inode cache
sg_start_req(): make sure that there's not too many elements in 
iovec
KEYS: ensure we free the assoc array edit if edit is valid

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

** Affects: linux (Ubuntu Trusty)
 Importance: Undecided
 Status: Fix Committed


** Tags: kernel-stable-tracking-bug

** Tags added: kernel-stable-tracking-bug

** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Description changed:

+ SRU Justification
  
- SRU Justification
+ Impact:
+    The upstream process for stable tree updates is quite similar
+    in scope to the Ubuntu SRU process, e.g., each patch has to
+    demonstrably fix a bug, and each patch is vetted by upstream
+    by originating either directly from Linus' tree or in a minimally
+    backported form of that patch. The 3.13.11-ckt25 upstream stable
+    patch set is now available. It should be included in the Ubuntu
+    kernel as well.
  
- Impact:
-The upstream process for stable tree updates is quite similar
-in scope to the Ubuntu SRU process, e.g., each patch has to
-demonstrably fix a bug, and each patch is vetted by upstream
-by originating either directly from Linus' tree or in a minimally
-backported form of that patch. The 3.13.11-ckt25 upstream stable
-patch set is now availab

[Kernel-packages] [Bug 1485102] [NEW] linux: 3.13.0-63.103 -proposed tracker

2015-08-14 Thread Brad Figg
Public bug reported:

This bug is for tracking the 3.13.0-63.103 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, 14. August 2015 19:58 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Friday, 14. August 2015 19:58 UTC

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

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

** Affects: linux (Ubuntu Trusty)
 Importance: Medium
 Status: New


** Tags: block-proposed-trusty kernel-release-tracking-bug trusty

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-trusty

** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Tags added: trusty

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-signed

[Kernel-packages] [Bug 1485080] Re: package linux-image-3.19.0-25-generic 3.19.0-25.26 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-08-14 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: hardware-error

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   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/1485080

Title:
  package linux-image-3.19.0-25-generic 3.19.0-25.26 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

Status in linux package in Ubuntu:
  Invalid

Bug description:
  version :
  Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4

  lspci vnvn .log

  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
Subsystem: Dell Device [1028:0233]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: agpgart-intel

  00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series 
Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA 
controller])
Subsystem: Dell Device [1028:0233]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c  Data: 41b2
Capabilities: [d0] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: i915

  00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller [8086:2a43] (rev 07)
Subsystem: Dell Device [1028:0233]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit 
Latency L0s <1us, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ 
Surprise+
Slot #0, PowerLimit 6.500W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- 
LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- 
Interlock-
Changed: MRL- PresDet- LinkState-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID , PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c  Data: 41d1
Capabilities: [90] Subsystem: Dell Device [1028:0233]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Virtual Channel

[Kernel-packages] [Bug 1479445] Re: IN CAR: Signal Strength not shown in car display

2015-08-14 Thread Michał Sawicz
I found this working in my car with rc-proposed, so it must've landed in
the overlay?

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

Title:
  IN CAR: Signal Strength not shown in car display

Status in Canonical System Image:
  In Progress
Status in bluez package in Ubuntu:
  Fix Released
Status in bluez package in Ubuntu RTM:
  New

Bug description:
  STEPS:
  Requirement: DUT with active sim and car that supports Bluetooth phones 
(Skoda Superb 2013 in my case)

  1. Connect the DUT to the car
  2. Check the console display for the strength of signal

  EXPECTED:
  I expect the display to show a similar strength to that on the phone

  ACTUAL:
  The signal strength is always at 0% however the display does show the Network 
connected to so there is some sort of feedback via bluetooth that there is a 
connection.

  VERSIONS:
  current build number: 71
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-07-28 18:01:08
  version version: 71
  version ubuntu: 20150728
  version device: 20150709-8965e37
  version custom: 20150716-819-8-42

  MODIFICATIONS:
  Installation of silo19 for in car bt fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1479445/+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 1485110] [NEW] Vivid update to 3.19.8-ckt5 stable release

2015-08-14 Thread Brad Figg
Public bug reported:

SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from Linus' tree or in a minimally
   backported form of that patch. The 3.19.8-ckt5 upstream stable
   patch set is now available. It should be included in the Ubuntu
   kernel as well.

   git://kernel.ubuntu.com/ubuntu/linux.git

TEST CASE: TBD

   The following patches are in the 3.19.8-ckt5 stable release:
Linux 3.19.8-ckt5
rds: rds_ib_device.refcount overflow
net: dsa: Test array index before use
perf hists browser: Take the --comm, --dsos, etc filters into 
account
perf symbols: Store if there is a filter in place
net: dsa: Fix off-by-one in switch address parsing
net: graceful exit from netif_alloc_netdev_queues()
net: do not process device backlog during unregistration
bridge: mdb: zero out the local br_ip variable before use
bridge: mdb: start delete timer for temp static entries
ip_tunnel: fix ipv4 pmtu check to honor inner ip header df
net: call rcu_read_lock early in process_backlog
ipv6: Make MLD packets to only be processed locally
dma-debug: skip debug_dma_assert_idle() when disabled
ARM: 8404/1: dma-mapping: fix off-by-one error in bitmap size check
genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD
drm/radeon/ci: silence a harmless PCC warning
drm/radeon: fix user ptr race condition
drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL
drm/radeon: add a dpm quirk for Sapphire Radeon R9 270X 2GB GDDR5
scsi: fix host max depth checking for the 'queue_depth' sysfs 
interface
st: null pointer dereference panic caused by use after kref_put by 
st_open
staging: vt6656: check ieee80211_bss_conf bssid not NULL
staging: vt6655: check ieee80211_bss_conf bssid not NULL
Btrfs: fix file corruption after cloning inline extents
s390/process: fix sfpc inline assembly
ARC: make sure instruction_pointer() returns unsigned value
ARM: dts: dra7x-evm: Prevent glitch on DCAN1 pinmux
can: c_can: Fix default pinmux glitch at init
can: rcar_can: fix IRQ check
Btrfs: fix list transaction->pending_ordered corruption
Btrfs: fix memory leak in the extent_same ioctl
KVM: VMX: fix vmwrite to invalid VMCS
USB: serial: Destroy serial_minors IDR on module exit
drivers: net: cpsw: fix crash while accessing second slave ethernet 
interface
tracing: Have branch tracer use recursive field of task struct
ARM: dts: mx23: fix iio-hwmon support
bio integrity: do not assume bio_integrity_pool exists if bioset 
exists
drm: add a check for x/y in drm_mode_setcrtc
drm/rockchip: use drm_gem_mmap helpers
s390/sclp: clear upper register halves in _sclp_print_early
usb: f_mass_storage: limit number of reported LUNs
usb: musb: host: rely on port_mode to call musb_start()
dm btree: silence lockdep lock inversion in dm_btree_del()
USB: cp210x: add ID for Aruba Networks controllers
USB: option: add 2020:4000 ID
crypto: omap-des - Fix unmapping of dma channels
ARC: Override toplevel default -O2 with -O3
kbuild: Allow arch Makefiles to override {cpp,ld,c}flags
dm thin: allocate the cell_sort_array dynamically
dm btree remove: fix bug in redistribute3
iio: tmp006: Check channel info on write
ALSA: usb-audio: Add MIDI support for Steinberg MI2/MI4
iio: light: tcs3414: Fix bug preventing to set integration time
iio: adc: at91_adc: allow to use full range of startup time
iio: DAC: ad5624r_spi: fix bit shift of output data value
iio: inv-mpu: Specify the expected format/precision for write 
channels
iio: twl4030-madc: Pass the IRQF_ONESHOT flag
iio: adc: rockchip_saradc: add missing MODULE_* data
drivers: clk: st: Fix flexgen lock init
ARM: 8393/1: smp: Fix suspicious RCU usage with ipi tracepoints
drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks
drivers: clk: st: Incorrect register offset used for lock_status
clk: qcom: Use parent rate when set rate to pixel RCG clock
freeing unlinked file indefinitely delayed
9p: don't leave a half-initialized inode sitting around
parisc: Fix some PTE/TLB race conditions and optimiz

[Kernel-packages] [Bug 1485113] [NEW] linux: 3.19.0-27.29 -proposed tracker

2015-08-14 Thread Brad Figg
Public bug reported:

This bug is for tracking the 3.19.0-27.29 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, 14. August 2015 20:50 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Friday, 14. August 2015 20:50 UTC

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

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

** Affects: linux (Ubuntu Vivid)
 Importance: Medium
 Status: New


** Tags: block-proposed-vivid kernel-release-tracking-bug vivid

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-vivid

** Also affects: linux (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Tags added: vivid

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-signed
 As

[Kernel-packages] [Bug 1484482] Re: [i915_bpo] Sync to 4.2-rc6

2015-08-14 Thread Brad Figg
** Changed in: linux (Ubuntu Vivid)
   Status: Triaged => Fix Committed

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

Title:
  [i915_bpo] Sync to 4.2-rc6

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Vivid:
  Fix Committed

Bug description:
  We need to add a few commits from upstream to i915_bpo and
  drm/drm_atomic* in order to be better in sync with it.

  6ea76f3cade4734 drm/atomic-helpers: Make encoder picking more robust
  3b8a684bd6cbc13 drm/atomic-helper: Add an atomice best_encoder callback
  27667f4744fc5a0 i915: temporary fix for DP MST docking station NULL pointer 
dereference
  2465ff6217f1b63 drm/atomic: Extract needs_modeset function
  9b5edbf7a462b7c drm/atomic: Clear crtc_state->active in 
drm_atomic_helper_set_config.
  57744aa7cfb5969 drm/atomic: add all affected planes in 
drm_atomic_helper_check_modeset
  e01e9f75a0c4e6c drm/atomic: add drm_atomic_add_affected_planes
  de28d0212a3ea7b drm/atomic: add commit_planes_on_crtc helper
  60f207a5b6d8f23 drm/atomic: fix out of bounds read in for_each_*_in_state 
helpers

  047fe6e6db9161e drm/i915: Allow parsing of variable size child device entries 
from VBT
  459485ad3513bce drm/i915: Fixup dp mst encoder selection
  5eb3e5a5e11d14f drm/i915: Declare the swizzling unknown for L-shaped 
configurations
  d0e30adc42d979e drm/i915: Mark PIN_USER binding as GLOBAL_BIND without the 
aliasing ppgtt
  ee0a227b7ac6e75 drm/i915: Replace WARN inside I915_READ64_2x32 with retry loop
  648a9bc5308d952 drm/i915: Use two 32bit reads for select 64bit REG_READ ioctls

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1484482/+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 1440949] Re: [Dell Inspiron 3543] Wireless key does not work on 14.04.2

2015-08-14 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1440949

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

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

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

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: linux-lts-utopic (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Vivid)
   Status: New => Fix Committed

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

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

Title:
  [Dell Inspiron 3543] Wireless key does not work on 14.04.2

Status in HWE Next:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in linux-lts-utopic package in Ubuntu:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed
Status in linux-lts-utopic source package in Vivid:
  New

Bug description:
  CID: 201408-15437 Dell Inspiron 3543

  The wireless key does not work on this system at all with14.04.2 (3.16 kernel)
  Maybe it's related to the udev -> systemd migration (similar to bug 1434442)

  ubuntu@201408-15437:~$ sudo showkey -k
  [sudo] password for ubuntu: 
  kb mode was ?UNKNOWN?
  [ if you are trying this under X, it might not work
  since the X server is also reading /dev/console ]

  press any key (program terminates 10s after last keypress)...
  keycode  28 release
  keycode 240 press
  keycode 240 release
  keycode  29 press
  ^Ccaught signal 2, cleaning up...
  ubuntu@201408-15437:~$

  nothing could be detected by "sudo showkey -s"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Apr  6 22:17:20 2015
  InstallationDate: Installed on 2015-04-03 (3 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1440949/+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 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

2015-08-14 Thread Francois D
Hum, now I've got other issues. The kernel 3.19 is very unstable for me.
My screen goes black all the times and I have to restart when it stays
like this for too long.

Back in the game and still interested to see it working on a different
kernel. I use 3.17.1

Thanks

Francois

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

Status in HWE Next:
  Triaged
Status in linux package in Ubuntu:
  Triaged
Status in linux-firmware package in Ubuntu:
  Triaged

Bug description:
  Card detail: Qualcomm Atheros Device [168c:003e] (rev 20)
  Subsystem: Bigfoot Networks, Inc. Device [1a56:1525]

  This is on a fully updated Ubuntu Server 14.04 installation, with the 
ubuntu-desktop environment installed. This happened in order to get the md raid 
drivers for raid0 on my system, as the desktop version doesn't support them.
  ---
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matanis2333 F pulseaudio
   /dev/snd/controlC0:  matanis2333 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6
  InstallationDate: Installed on 2014-10-16 (3 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  IwConfig:
   p2p1  no wireless extensions.

   lono wireless extensions.
  MachineType: Micro-Star International Co., Ltd. GT72 2QE
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed 
root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-37-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10D
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QE
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International Co., Ltd.

  Qualcomm Atheros Device [168c:003e] (rev 20)

  mainline commit d63955b33b3bee45d784ffdfafeb93076c765660

  [6.221281] ath10k_pci :02:00.0: pci irq msi interrupts 1 irq_mode 0 
reset_mode 0
  [6.417386] ath10k_pci :02:00.0: Direct firmware load for 
ath10k/cal-pci-:02:00.0.bin failed with error -2
  [6.417404] ath10k_pci :02:00.0: Direct firmware load for 
ath10k/QCA6174/hw2.1/board-pci-168c:003e:17aa:3044.bin failed with error -2
  [6.417407] ath10k_pci :02:00.0: failed to load spec board file, 
falling back to generic: -2
  [6.417416] ath10k_pci :02:00.0: Direct firmware load for 
ath10k/QCA6174/hw2.1/board.bin failed with error -2
  [6.417418] ath10k_pci :02:00.0: failed to fetch generic board data: -2
  [6.417420] ath10k_pci :02:00.0: failed to fetch board file: -2
  [6.417421] ath10k_pci :02:00.0: could not fetch firmware files (-2)
  [6.417423] ath10k_pci :02:00.0: could not probe fw (-2)

  failed to find it in https://github.com/kvalo/ath10k-firmware or
  https://github.com/sumdog/ath10k-firmware

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1383184/+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 1485102] Re: linux: 3.13.0-63.103 -proposed tracker

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux: 3.13.0-63.103 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  New
Status in Kernel SRU Workflow promote-to-proposed series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-63.103 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, 14. August 2015 19:58 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Friday, 14. August 2015 19:58 UTC

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

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux: 3.19.0-27.29 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  New
Status in Kernel SRU Workflow promote-to-proposed series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Vivid:
  New

Bug description:
  This bug is for tracking the 3.19.0-27.29 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, 14. August 2015 20:50 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Friday, 14. August 2015 20:50 UTC

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

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux: 3.2.0-90.128 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
Status in Kernel SRU Workflow prepare-package-lbm series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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-90.128 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, 14. August 2015 18:50 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Friday, 14. August 2015 18:50 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1485081/+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 1485127] [NEW] linux-lts-utopic: 3.16.0-47.63~14.04.1 -proposed tracker

2015-08-14 Thread Brad Figg
Public bug reported:

This bug is for tracking the 3.16.0-47.63~14.04.1 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, 14. August 2015 22:17 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Friday, 14. August 2015 22:17 UTC

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux-lts-utopic (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux-lts-utopic (Ubuntu Trusty)
 Importance: Medium
 Status: New


** Tags: block-proposed-trusty kernel-release-tracking-bug trusty

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-trusty

** Also affects: linux-lts-utopic (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Tags added: trusty

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided => Medium

** Changed in: kernel-sru

Re: [Kernel-packages] [Bug 1435040] Re: Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

2015-08-14 Thread Mark J Galea
Hi Simon

I have just received my Meizu phone and it's working seamlessly with my
Mazda Car entertainment system :)

Regards

mj

On 7 August 2015 at 19:21, Simon Fels  wrote:

> @Mark: You can. Follow https://wiki.ubuntu.com/DebuggingBluetooth to
> generate logs with debugging statements and then please attach them
> here. But please check those for any private data before or send them to
> me by private mail.
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1466839).
> https://bugs.launchpad.net/bugs/1435040
>
> Title:
>   Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth
>
> Status in Canonical System Image:
>   Confirmed
> Status in bluez package in Ubuntu:
>   Confirmed
> Status in ubuntu-system-settings package in Ubuntu:
>   Incomplete
>
> Bug description:
>   With my FORD Focus Car, pairing does not work. The bluetooth system in
>   the car searches for devices and shows "Aquaris E4.5 Ubuntu Edition"
>   and then prompts me to connect with a 4-digit pin code, but the Ubuntu
>   phone doesn't react at all and after a while the car system says that
>   it failed to connect.
>
>   image: 20150310-3201c0a
>   KRILIN01A-S15A_BQ_L100EN_2020_150312
>   OS Build 20
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435040/+subscriptions
>

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

Title:
  Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  With my FORD Focus Car, pairing does not work. The bluetooth system in
  the car searches for devices and shows "Aquaris E4.5 Ubuntu Edition"
  and then prompts me to connect with a 4-digit pin code, but the Ubuntu
  phone doesn't react at all and after a while the car system says that
  it failed to connect.

  image: 20150310-3201c0a
  KRILIN01A-S15A_BQ_L100EN_2020_150312
  OS Build 20

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435040/+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 1485127] Re: linux-lts-utopic: 3.16.0-47.63~14.04.1 -proposed tracker

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux-lts-utopic: 3.16.0-47.63~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  New
Status in Kernel SRU Workflow promote-to-proposed series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux-lts-utopic package in Ubuntu:
  New
Status in linux-lts-utopic source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.16.0-47.63~14.04.1 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, 14. August 2015 22:17 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Friday, 14. August 2015 22:17 UTC

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

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux: 3.2.0-90.128 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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-90.128 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, 14. August 2015 18:50 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Friday, 14. August 2015 18:50 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1485081/+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 1485164] [NEW] linux-armadaxp: -proposed tracker

2015-08-14 Thread Brad Figg
Public bug reported:

This bug is for tracking the  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:Saturday, 15. August 2015 03:03 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Saturday, 15. August 2015 03:03 UTC
kernel-stable-master-bug:1485081

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Status: Invalid

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Status: Invalid

** Affects: kernel-sru-workflow/upload-to-ppa
 Importance: Medium
 Status: Invalid

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)
 Status: New

** Affects: linux-armadaxp (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux-armadaxp (Ubuntu Precise)
 Importance: Medium
 Status: New


** Tags: armhf block-proposed-precise kernel-release-tracking-bug precise

** Tags added: kernel-release-tracking-bug

** Tags added: armhf

** Tags added: block-proposed-precise

** Also affects: linux-armadaxp (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Tags added: precise

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/upload-to-ppa
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

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

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) => Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: (u

[Kernel-packages] [Bug 1485164] Derivative package tracking bug

2015-08-14 Thread Brad Figg
This tracking bug was opened to be worked from linux-3.2.0-90.128 update
(bug 1485081)

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

Title:
  linux-armadaxp:  -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:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  New
Status in Kernel SRU Workflow promote-to-proposed series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux-armadaxp package in Ubuntu:
  New
Status in linux-armadaxp source package in Precise:
  New

Bug description:
  This bug is for tracking the  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:Saturday, 15. August 2015 03:03 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Saturday, 15. August 2015 03:03 UTC
  kernel-stable-master-bug:1485081

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

2015-08-14 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

Derivative packages from packages here can be worked on, the following tracking 
bugs were opened for them:
linux-ti-omap4 - bug 1485162
linux-armadaxp - bug 1485164

** Changed in: kernel-sru-workflow/prepare-package-lbm
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-lbm
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/package-testing
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.2.0-90.128 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, 14. August 2015 18:50 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Friday, 14. August 2015 18:50 UTC
+ kernel-stable-phase:CopyToProposed
+ kernel-stable-Prepare-package-end:Saturday, 15. August 2015 03:04 UTC
+ kernel-stable-Promote-to-proposed-start:Saturday, 15. August 2015 03:04 UTC
+ kernel-stable-phase-changed:Saturday, 15. August 2015 03:04 UTC

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

Title:
  linux: 3.2.0-90.128 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-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 promote-to-proposed series:
  Confirmed
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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-90.128 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, 14. August 2015 18:50 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Saturday, 15. August 2015 03:04 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 15. August 2015 03:04 UTC
  kernel-stable-phase-changed:Saturday, 15. August 2015 03:04 UTC

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

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux: 3.13.0-63.103 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-63.103 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, 14. August 2015 19:58 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Friday, 14. August 2015 19:58 UTC

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

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux: 3.19.0-27.29 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Vivid:
  New

Bug description:
  This bug is for tracking the 3.19.0-27.29 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, 14. August 2015 20:50 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Friday, 14. August 2015 20:50 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1485113/+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 1485162] Derivative package tracking bug

2015-08-14 Thread Brad Figg
This tracking bug was opened to be worked from linux-3.2.0-90.128 update
(bug 1485081)

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

Title:
  linux-ti-omap4:  -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:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  New
Status in Kernel SRU Workflow promote-to-proposed series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow upload-to-ppa series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux-ti-omap4 package in Ubuntu:
  New
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the  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:Saturday, 15. August 2015 03:01 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Saturday, 15. August 2015 03:01 UTC
  kernel-stable-master-bug:1485081

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

2015-08-14 Thread Brad Figg
Public bug reported:

This bug is for tracking the  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:Saturday, 15. August 2015 03:01 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Saturday, 15. August 2015 03:01 UTC
kernel-stable-master-bug:1485081

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Status: Invalid

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: ubuntu-armel-kernel (ubuntu-armel-kernel)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/upload-to-ppa
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: ubuntu-armel-kernel (ubuntu-armel-kernel)
 Status: New

** Affects: linux-ti-omap4 (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux-ti-omap4 (Ubuntu Precise)
 Importance: Medium
 Status: New


** Tags: armel block-proposed-precise kernel-release-tracking-bug precise

** Tags added: kernel-release-tracking-bug

** Tags added: armel

** Tags added: block-proposed-precise

** Also affects: linux-ti-omap4 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Tags added: precise

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/upload-to-ppa
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

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

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => ubuntu-armel-kernel (ubuntu-armel-kernel)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: (unassigned) => Ubuntu Stable Release Updates Team (ubuntu-sru

[Kernel-packages] [Bug 1485127] Re: linux-lts-utopic: 3.16.0-47.63~14.04.1 -proposed tracker

2015-08-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux-lts-utopic: 3.16.0-47.63~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
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:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux-lts-utopic package in Ubuntu:
  New
Status in linux-lts-utopic source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.16.0-47.63~14.04.1 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, 14. August 2015 22:17 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Friday, 14. August 2015 22:17 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1485127/+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 1465108] Re: [Dell Vostro 3458] System will start blinking after switch to virtual terminal

2015-08-14 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Dell Vostro 3458] System will start blinking after switch to virtual
  terminal

Status in linux package in Ubuntu:
  Expired

Bug description:
  On this I+N hybrid graphic system, when switching to Virtual Terminal
  with Ctrl + Alt + F1, the display will start blinking and

  Steps:
  1. Install 14.04.2 + update
  2. Switch to VT with Ctrl + Alt + F1
  3. Switch back with Ctrl + Alt + F7

  Expected result:
  Everything should work as expected.

  Actual result:
  It will start blinking, error message could be found in dmesg output, please 
find the attachment for the video.

  [ 3765.731436] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
  *ERROR* CPU pipe A FIFO underrun

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-20-generic 3.19.0-20.20
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1205 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1205 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Jun 14 22:48:50 2015
  HibernationDevice: RESUME=UUID=e9508693-344c-4086-8491-70a51cabd161
  InstallationDate: Installed on 2015-06-12 (2 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. Vostro 3458
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ed5bbf8c-21d8-4bca-ae2b-d803cc0fc1ad ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-20-generic N/A
   linux-backports-modules-3.19.0-20-generic  N/A
   linux-firmware 1.143.1
  RfKill:
   
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/07/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: X13
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrX13:bd01/07/2015:svnDellInc.:pnVostro3458:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Vostro 3458
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1465108/+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 1485173] [NEW] linux-lts-trusty: 3.13.0-63.103~precise1 -proposed tracker

2015-08-14 Thread Brad Figg
Public bug reported:

This bug is for tracking the 3.13.0-63.103~precise1 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:Saturday, 15. August 2015 05:03 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Saturday, 15. August 2015 05:03 UTC
kernel-stable-master-bug:1485102

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux-lts-trusty (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux-lts-trusty (Ubuntu Precise)
 Importance: Medium
 Status: New


** Tags: block-proposed-precise kernel-release-tracking-bug precise

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-precise

** Also affects: linux-lts-trusty (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Tags added: precise

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: U

[Kernel-packages] [Bug 1485102] Re: linux: 3.13.0-63.103 -proposed tracker

2015-08-14 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

Derivative packages from packages here can be worked on, the following tracking 
bugs were opened for them:
linux-keystone - bug 1485172

Backport packages from packages here can be worked on, the following tracking 
bugs were opened for them:
linux-lts-trusty (precise1) - bug 1485173

** Changed in: kernel-sru-workflow/prepare-package
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/package-testing
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.13.0-63.103 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, 14. August 2015 19:58 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Friday, 14. August 2015 19:58 UTC
+ kernel-stable-phase:CopyToProposed
+ kernel-stable-Prepare-package-end:Saturday, 15. August 2015 05:04 UTC
+ kernel-stable-Promote-to-proposed-start:Saturday, 15. August 2015 05:04 UTC
+ kernel-stable-phase-changed:Saturday, 15. August 2015 05:04 UTC

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

Title:
  linux: 3.13.0-63.103 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow package-testing series:
  Confirmed
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:
  Confirmed
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-63.103 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, 14. August 2015 19:58 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Saturday, 15. August 2015 05:04 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 15. August 2015 05:04 UTC
  kernel-stable-phase-changed:Saturday, 15. August 2015 05:04 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1485102/+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 1162781] Re: bluez package out of date, 5.23 is available in debian sid/jessie

2015-08-14 Thread Gizmo Chicken
Looks like BlueZ 5.33 is now in Wiley.  Great!  Thanks much!

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

Title:
  bluez package out of date, 5.23 is available in debian sid/jessie

Status in bluez package in Ubuntu:
  Triaged

Bug description:
  Looks like there have been a lot of improvements to bluez since the
  4.x series. Would be nice to get the latest release pulled in.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1162781/+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