[Kernel-packages] [Bug 1882624] Re: nested kvm doesn't not work

2020-06-09 Thread Rakesh Ginjupalli
It doesn't occur on Xenial.

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

Title:
  nested kvm doesn't not work

Status in linux-azure package in Ubuntu:
  New

Bug description:
  Create VM on Azure using Canonical UbuntuServer 14.04.5-LTS latest
  using size Standard E4s v3

  Enable private-ppa canonical-kernel-esm

  Install kernel linux-azure, reboot VM, kernel version
  4.15.0-1084-azure

  Install qemu-kvm, download
  https://eosgnestedstorage.blob.core.windows.net/images/nested-
  ubuntu-4.15.0-23-generic.qcow2

  Launch nested VM using command qemu-system-x86_64 -smp 2 -m 2048 -hda
  /mnt/resource/nested.qcow2 -display none -device e1000,netdev=user.0
  -netdev user,id=user.0,hostfwd=tcp::60022-:22 -enable-kvm -daemonize

  Expected ssh -p 60022 nesteduser@localhost will ask password to login

  We can't connect to it, see below call trace in dmesg
 qemu-kvm version doesn't change after kernel upgraded. 
   
 2.0.0+dfsg-2ubuntu1.46
  [   53.420589] hv_balloon: Max. dynamic memory size: 32768 MB
  [   60.928772] L1TF CPU bug present and SMT on, data leak possible. See 
CVE-2018-3646 and 
https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for 
details.
  [   60.940895] kvm: SMP vm created on host with unstable TSC; guest TSC will 
not be reliable
  [   60.967454] BUG: unable to handle kernel paging request at 56b8
  [   60.971140] IP: vmx_vcpu_run+0x3ed/0xbc0 [kvm_intel]
  [   60.971140] PGD 0 P4D 0
  [   60.971140] Oops:  [#1] SMP PTI
  [   60.971140] Modules linked in: nf_conntrack_ipv4 nf_defrag_ipv4 xt_owner 
iptable_security xt_conntrack nf_conntrack libcrc32c ip_tables x_tables udf 
crc_itu_t dm_crypt joydev hid_generic kvm_intel kvm irqbypass hid_hyperv hid 
hyperv_keyboard hv_balloon serio_raw crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd glue_helper cryptd 
hyperv_fb cfbfillrect pata_acpi cfbimgblt cfbcopyarea hv_netvsc hv_utils
  [   60.971140] CPU: 2 PID: 1903 Comm: qemu-system-x86 Not tainted 
4.15.0-1084-azure #94~14.04.1-Ubuntu
  [   60.971140] Hardware name: Microsoft Corporation Virtual Machine/Virtual 
Machine, BIOS 090007  06/02/2017
  [   60.971140] RIP: 0010:vmx_vcpu_run+0x3ed/0xbc0 [kvm_intel]
  [   60.971140] RSP: 0018:a44847a53cc0 EFLAGS: 00010002
  [   60.971140] RAX:  RBX:  RCX: 

  [   61.020070] RDX: 6c14 RSI:  RDI: 

  [   61.020070] RBP: a44847a53d10 R08:  R09: 

  [   61.020070] R10:  R11:  R12: 

  [   61.020070] R13:  R14:  R15: 

  [   61.020070] FS:  7f753bba4700() GS:8fefdd68() 
knlGS:
  [   61.020070] CS:  0010 DS:  ES:  CR0: 80050033
  [   61.020070] CR2: 56b8 CR3: 000888c42005 CR4: 
003726e0
  [   61.020070] Call Trace:
  [   61.020070]  vcpu_enter_guest+0x909/0x12a0 [kvm]
  [   61.020070]  kvm_arch_vcpu_ioctl_run+0x2d8/0x3f0 [kvm]
  [   61.020070]  kvm_vcpu_ioctl+0x2a8/0x630 [kvm]
  [   61.020070]  ? dequeue_signal+0x3e/0x160
  [   61.020070]  ? do_sigtimedwait+0xbd/0x210
  [   61.020070]  ? copy_siginfo_to_user+0x12e/0x2d0
  [   61.020070]  do_vfs_ioctl+0x9b/0x5f0
  [   61.020070]  ? SyS_futex+0x71/0x150
  [   61.020070]  SyS_ioctl+0x79/0x90
  [   61.020070]  ? _copy_to_user+0x26/0x40
  [   61.020070]  do_syscall_64+0x80/0x1e0
  [   61.020070]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
  [   61.020070] RIP: 0033:0x7f7545f34ea7
  [   61.020070] RSP: 002b:7f753bba3bd8 EFLAGS: 0246 ORIG_RAX: 
0010
  [   61.020070] RAX: ffda RBX: 7f754bbed000 RCX: 
7f7545f34ea7
  [   61.020070] RDX:  RSI: ae80 RDI: 
000c
  [   61.020070] RBP: 55c68fd7f160 R08:  R09: 
0002
  [   61.020070] R10: 0008 R11: 0246 R12: 

  [   61.020070] R13:  R14: 7f753bba49c0 R15: 
55c68ee809a0
  [   61.020070] Code: 31 ed 45 31 f6 45 31 ff 0f 20 d0 48 89 81 e0 02 00 00 31 
c0 31 db 31 c9 31 d2 31 f6 31 ff 31 ed 5d 5a f6 05 0c c0 01 00 10 74 1b <48> 8b 
81 b8 56 00 00 48 8b 40 40 48 8b 80 08 08 00 00 f6 c4 01
  [   61.020070] RIP: vmx_vcpu_run+0x3ed/0xbc0 [kvm_intel] RSP: a44847a53cc0
  [   61.020070] CR2: 56b8
  [   61.020070] ---[ end trace ab52be3a09d557f5 ]---

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : 

[Kernel-packages] [Bug 1882624] [NEW] nested kvm doesn't not work

2020-06-08 Thread Rakesh Ginjupalli
Public bug reported:

Create VM on Azure using Canonical UbuntuServer 14.04.5-LTS latest using
size Standard E4s v3

Enable private-ppa canonical-kernel-esm

Install kernel linux-azure, reboot VM, kernel version 4.15.0-1084-azure

Install qemu-kvm, download
https://eosgnestedstorage.blob.core.windows.net/images/nested-
ubuntu-4.15.0-23-generic.qcow2

Launch nested VM using command qemu-system-x86_64 -smp 2 -m 2048 -hda
/mnt/resource/nested.qcow2 -display none -device e1000,netdev=user.0
-netdev user,id=user.0,hostfwd=tcp::60022-:22 -enable-kvm -daemonize

Expected ssh -p 60022 nesteduser@localhost will ask password to login

We can't connect to it, see below call trace in dmesg
   qemu-kvm version doesn't change after kernel upgraded.   
 
   2.0.0+dfsg-2ubuntu1.46
[   53.420589] hv_balloon: Max. dynamic memory size: 32768 MB
[   60.928772] L1TF CPU bug present and SMT on, data leak possible. See 
CVE-2018-3646 and 
https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for 
details.
[   60.940895] kvm: SMP vm created on host with unstable TSC; guest TSC will 
not be reliable
[   60.967454] BUG: unable to handle kernel paging request at 56b8
[   60.971140] IP: vmx_vcpu_run+0x3ed/0xbc0 [kvm_intel]
[   60.971140] PGD 0 P4D 0
[   60.971140] Oops:  [#1] SMP PTI
[   60.971140] Modules linked in: nf_conntrack_ipv4 nf_defrag_ipv4 xt_owner 
iptable_security xt_conntrack nf_conntrack libcrc32c ip_tables x_tables udf 
crc_itu_t dm_crypt joydev hid_generic kvm_intel kvm irqbypass hid_hyperv hid 
hyperv_keyboard hv_balloon serio_raw crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd glue_helper cryptd 
hyperv_fb cfbfillrect pata_acpi cfbimgblt cfbcopyarea hv_netvsc hv_utils
[   60.971140] CPU: 2 PID: 1903 Comm: qemu-system-x86 Not tainted 
4.15.0-1084-azure #94~14.04.1-Ubuntu
[   60.971140] Hardware name: Microsoft Corporation Virtual Machine/Virtual 
Machine, BIOS 090007  06/02/2017
[   60.971140] RIP: 0010:vmx_vcpu_run+0x3ed/0xbc0 [kvm_intel]
[   60.971140] RSP: 0018:a44847a53cc0 EFLAGS: 00010002
[   60.971140] RAX:  RBX:  RCX: 
[   61.020070] RDX: 6c14 RSI:  RDI: 
[   61.020070] RBP: a44847a53d10 R08:  R09: 
[   61.020070] R10:  R11:  R12: 
[   61.020070] R13:  R14:  R15: 
[   61.020070] FS:  7f753bba4700() GS:8fefdd68() 
knlGS:
[   61.020070] CS:  0010 DS:  ES:  CR0: 80050033
[   61.020070] CR2: 56b8 CR3: 000888c42005 CR4: 003726e0
[   61.020070] Call Trace:
[   61.020070]  vcpu_enter_guest+0x909/0x12a0 [kvm]
[   61.020070]  kvm_arch_vcpu_ioctl_run+0x2d8/0x3f0 [kvm]
[   61.020070]  kvm_vcpu_ioctl+0x2a8/0x630 [kvm]
[   61.020070]  ? dequeue_signal+0x3e/0x160
[   61.020070]  ? do_sigtimedwait+0xbd/0x210
[   61.020070]  ? copy_siginfo_to_user+0x12e/0x2d0
[   61.020070]  do_vfs_ioctl+0x9b/0x5f0
[   61.020070]  ? SyS_futex+0x71/0x150
[   61.020070]  SyS_ioctl+0x79/0x90
[   61.020070]  ? _copy_to_user+0x26/0x40
[   61.020070]  do_syscall_64+0x80/0x1e0
[   61.020070]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[   61.020070] RIP: 0033:0x7f7545f34ea7
[   61.020070] RSP: 002b:7f753bba3bd8 EFLAGS: 0246 ORIG_RAX: 
0010
[   61.020070] RAX: ffda RBX: 7f754bbed000 RCX: 7f7545f34ea7
[   61.020070] RDX:  RSI: ae80 RDI: 000c
[   61.020070] RBP: 55c68fd7f160 R08:  R09: 0002
[   61.020070] R10: 0008 R11: 0246 R12: 
[   61.020070] R13:  R14: 7f753bba49c0 R15: 55c68ee809a0
[   61.020070] Code: 31 ed 45 31 f6 45 31 ff 0f 20 d0 48 89 81 e0 02 00 00 31 
c0 31 db 31 c9 31 d2 31 f6 31 ff 31 ed 5d 5a f6 05 0c c0 01 00 10 74 1b <48> 8b 
81 b8 56 00 00 48 8b 40 40 48 8b 80 08 08 00 00 f6 c4 01
[   61.020070] RIP: vmx_vcpu_run+0x3ed/0xbc0 [kvm_intel] RSP: a44847a53cc0
[   61.020070] CR2: 56b8
[   61.020070] ---[ end trace ab52be3a09d557f5 ]---

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

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

Title:
  nested kvm doesn't not work

Status in linux-azure package in Ubuntu:
  New

Bug description:
  Create VM on Azure using Canonical UbuntuServer 14.04.5-LTS latest
  using size Standard E4s v3

  Enable private-ppa canonical-kernel-esm

  Install kernel linux-azure, reboot VM, kernel version
  4.15.0-1084-azure

  Install qemu-kvm, download
  https://eosgnestedstorage.blob.core.windows.net/images/nested-
  ubuntu-4.15.0-23-generic.qcow2

  Launch nested VM 

[Kernel-packages] [Bug 1882623] [NEW] VM enter into hung status after triggering a crash

2020-06-08 Thread Rakesh Ginjupalli
Public bug reported:

Create VM on Azure using Canonical UbuntuServer 14.04.5-LTS latest using
size Standard DS2 v2

Install kexec-tools kdump-tools makedumpfile, configure boot kernel
parameter crashkernel=512M

Run sed -i 's/USE_KDUMP=0/USE_KDUMP=1/g' /etc/default/kdump-tools and
sed -i 's/LOAD_KEXEC=true/LOAD_KEXEC=false/g' /etc/default/kexec

Reboot VM, make sure crash kernel memory reserved successfully

Trigger a crash by run echo 1 > /proc/sys/kernel/sysrq, then echo c >
/proc/sysrq-trigger, VM will reboot automatically and after reboot,
check crash dump is generated under /var/crash

Install linux-azure kernel

Enable private-ppa canonical-kernel-esm

Install kernel linux-azure, reboot VM, kernel version 4.15.0-1084-azure

Trigger a crash by run echo 1 > /proc/sys/kernel/sysrq, then echo c >
/proc/sysrq-trigger, VM entered into a hung status.

Attach whole serial console
[   65.452007] INFO: rcu_sched detected stalls on CPUs/tasks:
[   65.456004]  1-...!: (0 ticks this GP) idle=488/0/0 softirq=1/1 fqs=0
[   65.456004]  (detected by 0, t=15002 jiffies, g=707, c=706, q=8457)
[   65.456004] rcu_sched kthread starved for 15002 jiffies! g707 c706 f0x0 
RCU_GP_WAIT_FQS(3) ->state=0x402 ->cpu=1
[  360.020026] INFO: rcu_sched detected stalls on CPUs/tasks:
[  360.024015]  1-...!: (10 GPs behind) idle=b34/0/0 softirq=1/1 fqs=1
[  360.024015]  (detected by 0, t=15002 jiffies, g=717, c=716, q=6429)
[  360.024015] rcu_sched kthread starved for 15000 jiffies! g717 c716 f0x0 
RCU_GP_WAIT_FQS(3) ->state=0x402 ->cpu=1
[  420.048010] INFO: rcu_sched detected stalls on CPUs/tasks:
[  420.052006]  1-...!: (0 ticks this GP) idle=f94/0/0 softirq=1/1 fqs=0
[  420.052006]  (detected by 0, t=15002 jiffies, g=718, c=717, q=6429)
[  420.052006] rcu_sched kthread starved for 15002 jiffies! g718 c717 f0x0 
RCU_GP_WAIT_FQS(3) ->state=0x402 ->cpu=1

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

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

Title:
  VM enter into hung status after triggering a crash

Status in linux-azure package in Ubuntu:
  New

Bug description:
  Create VM on Azure using Canonical UbuntuServer 14.04.5-LTS latest
  using size Standard DS2 v2

  Install kexec-tools kdump-tools makedumpfile, configure boot kernel
  parameter crashkernel=512M

  Run sed -i 's/USE_KDUMP=0/USE_KDUMP=1/g' /etc/default/kdump-tools and
  sed -i 's/LOAD_KEXEC=true/LOAD_KEXEC=false/g' /etc/default/kexec

  Reboot VM, make sure crash kernel memory reserved successfully

  Trigger a crash by run echo 1 > /proc/sys/kernel/sysrq, then echo c >
  /proc/sysrq-trigger, VM will reboot automatically and after reboot,
  check crash dump is generated under /var/crash

  Install linux-azure kernel

  Enable private-ppa canonical-kernel-esm

  Install kernel linux-azure, reboot VM, kernel version
  4.15.0-1084-azure

  Trigger a crash by run echo 1 > /proc/sys/kernel/sysrq, then echo c >
  /proc/sysrq-trigger, VM entered into a hung status.

  Attach whole serial console
  [   65.452007] INFO: rcu_sched detected stalls on CPUs/tasks:
  [   65.456004]  1-...!: (0 ticks this GP) idle=488/0/0 softirq=1/1 fqs=0
  [   65.456004]  (detected by 0, t=15002 jiffies, g=707, c=706, q=8457)
  [   65.456004] rcu_sched kthread starved for 15002 jiffies! g707 c706 f0x0 
RCU_GP_WAIT_FQS(3) ->state=0x402 ->cpu=1
  [  360.020026] INFO: rcu_sched detected stalls on CPUs/tasks:
  [  360.024015]  1-...!: (10 GPs behind) idle=b34/0/0 softirq=1/1 fqs=1
  [  360.024015]  (detected by 0, t=15002 jiffies, g=717, c=716, q=6429)
  [  360.024015] rcu_sched kthread starved for 15000 jiffies! g717 c716 f0x0 
RCU_GP_WAIT_FQS(3) ->state=0x402 ->cpu=1
  [  420.048010] INFO: rcu_sched detected stalls on CPUs/tasks:
  [  420.052006]  1-...!: (0 ticks this GP) idle=f94/0/0 softirq=1/1 fqs=0
  [  420.052006]  (detected by 0, t=15002 jiffies, g=718, c=717, q=6429)
  [  420.052006] rcu_sched kthread starved for 15002 jiffies! g718 c717 f0x0 
RCU_GP_WAIT_FQS(3) ->state=0x402 ->cpu=1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1882623/+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 1856202] Re: trusty/linux-azure: 4.15.0-1066.71~14.04.1 -proposed tracker

2019-12-20 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Released

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

Title:
  trusty/linux-azure: 4.15.0-1066.71~14.04.1 -proposed tracker

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

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1856203
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Holding before Promote to Updates
  phase-changed: Friday, 20. December 2019 18:42 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-updates: Holding -- cycle not ready to release
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1856202/+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 1856203] Re: xenial/linux-azure: 4.15.0-1066.71 -proposed tracker

2019-12-20 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Committed

** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Fix Committed => Fix Released

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

Title:
  xenial/linux-azure: 4.15.0-1066.71 -proposed tracker

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

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: '1856749'
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Signoff
  phase-changed: Friday, 20. December 2019 01:13 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-updates: Holding -- stakeholder signoff not verified
security-signoff: Stalled -- waiting for signoff
stakeholder-signoff: Stalled -- waiting for signoff
  trackers:
trusty/linux-azure: bug 1856202
xenial/linux-azure/azure-kernel: bug 1856199
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1856203/+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 1854770] Re: bionic/linux-azure: 5.0.0-1028.30~18.04.1 -proposed tracker

2019-12-20 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Released

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

Title:
  bionic/linux-azure: 5.0.0-1028.30~18.04.1 -proposed tracker

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

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1854771
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Signoff
  phase-changed: Friday, 20. December 2019 02:12 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-updates: Holding -- stakeholder signoff not verified
security-signoff: Stalled -- waiting for signoff
stakeholder-signoff: Stalled -- waiting for signoff
  trackers:
bionic/linux-azure/azure-kernel: bug 1854769
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1854770/+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 1854749] Re: eoan/linux-azure: 5.3.0-1009.10 -proposed tracker

2019-12-20 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Released

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

Title:
  eoan/linux-azure: 5.3.0-1009.10 -proposed tracker

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

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: '1856807'
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Friday, 06. December 2019 22:26 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
security-signoff: Stalled -- waiting for signoff
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-azure-5.3: bug 1854747
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1854749/+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 1852281] Re: trusty/linux-azure: 4.15.0-1064.69~14.04.1 -proposed tracker

2019-12-05 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Released

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

Title:
  trusty/linux-azure: 4.15.0-1064.69~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-signing-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow stakeholder-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Trusty:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1852282
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Ready for Promote to Updates
  phase-changed: Thursday, 05. December 2019 18:52 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-updates: Pending -- ready to copy
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1852281/+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 1854771] Re: disco/linux-azure: 5.0.0-1028.30 -proposed tracker

2019-12-05 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Released

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

Title:
  disco/linux-azure: 5.0.0-1028.30 -proposed tracker

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

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1854788
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Thursday, 05. December 2019 12:52 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-azure: bug 1854770
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1854771/+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 1852282] Re: xenial/linux-azure: 4.15.0-1064.69 -proposed tracker

2019-12-05 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Released

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

Title:
  xenial/linux-azure: 4.15.0-1064.69 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow stakeholder-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Xenial:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1854027
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Ready for Promote to Updates
  phase-changed: Thursday, 05. December 2019 18:46 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-updates: Pending -- ready to copy
  trackers:
trusty/linux-azure: bug 1852281
xenial/linux-azure-edge: bug 1852280
xenial/linux-azure/azure-kernel: bug 1852279
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1852282/+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 1852225] Re: eoan/linux-azure: 5.3.0-1008.9 -proposed tracker

2019-12-05 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Released

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

Title:
  eoan/linux-azure: 5.3.0-1008.9 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lrm 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:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow stakeholder-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Eoan:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1852232
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Ready for Promote to Updates
  phase-changed: Thursday, 05. December 2019 18:36 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-updates: Pending -- ready to copy
  trackers:
bionic/linux-azure-5.3: bug 1852224
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1852225/+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 1853901] Re: disco/linux-azure: 5.0.0-1027.29 -proposed tracker

2019-12-04 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Released

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

Title:
  disco/linux-azure: 5.0.0-1027.29 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow stakeholder-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure source package in Disco:
  Confirmed

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1852253
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Ready for Promote to Updates
  phase-changed: Wednesday, 04. December 2019 23:31 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-updates: Pending -- ready to copy
  trackers:
bionic/linux-azure: bug 1853900
  variant: debs

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1853901/+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 1853900] Re: bionic/linux-azure: 5.0.0-1027.29~18.04.1 -proposed tracker

2019-12-02 Thread Rakesh Ginjupalli
** Changed in: kernel-sru-workflow/stakeholder-signoff
   Status: Confirmed => Fix Released

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

Title:
  bionic/linux-azure: 5.0.0-1027.29~18.04.1 -proposed tracker

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

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1853901
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Holding before Promote to Updates
  phase-changed: Monday, 02. December 2019 22:50 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-updates: Holding -- package in development blackout
  trackers:
bionic/linux-azure/azure-kernel: bug 1853899
  variant: debs

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