[Group.of.nepali.translators] [Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-04-20 Thread Frank Heimes
** Also affects: ubuntu-z-systems
   Importance: Undecided
   Status: New

** Tags added: reverse-proxy-bugzilla

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1916485

Title:
  test -x fails inside shell scripts in containers

Status in Ubuntu on IBM z Systems:
  New
Status in docker.io package in Ubuntu:
  New
Status in glibc package in Ubuntu:
  Opinion
Status in libseccomp package in Ubuntu:
  Fix Committed
Status in runc package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in docker.io source package in Xenial:
  New
Status in libseccomp source package in Xenial:
  New
Status in runc source package in Xenial:
  New
Status in systemd source package in Xenial:
  Invalid
Status in docker.io source package in Bionic:
  New
Status in libseccomp source package in Bionic:
  New
Status in runc source package in Bionic:
  Fix Released
Status in systemd source package in Bionic:
  Fix Released
Status in docker.io source package in Focal:
  New
Status in libseccomp source package in Focal:
  New
Status in runc source package in Focal:
  Fix Released
Status in systemd source package in Focal:
  Fix Released
Status in docker.io source package in Groovy:
  New
Status in libseccomp source package in Groovy:
  New
Status in runc source package in Groovy:
  Fix Released
Status in systemd source package in Groovy:
  Fix Released
Status in docker.io source package in Hirsute:
  New
Status in libseccomp source package in Hirsute:
  Fix Committed
Status in runc source package in Hirsute:
  Fix Released
Status in systemd source package in Hirsute:
  Fix Released
Status in systemd package in Debian:
  Fix Released

Bug description:
  (SRU template for systemd)

  [impact]

  bash (and some other shells) builtin test command -x operation fails

  [test case]

  on any affected host system, start nspawn container, e.g.:

  $ sudo apt install systemd-container
  $ wget 
https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64-root.tar.xz
  $ mkdir h
  $ cd h
  $ tar xvf ../hirsute-server-cloudimg-amd64-root.tar.xz
  $ sudo systemd-nspawn

  Then from a bash shell, verify if test -x works:

  root@h:~# ls -l /usr/bin/gpg
  -rwxr-xr-x 1 1000 1000 1083472 Jan 16 09:53 /usr/bin/gpg
  root@h:~# test -x /usr/bin/gpg || echo "fail"
  fail

  [regression potential]

  any regression would likely occur during a syscall, most likely
  faccessat2(), or during other syscalls.

  [scope]

  this is needed for b/f

  this is fixed upstream by commit
  bcf08acbffdee0d6360d3c31d268e73d0623e5dc which is in 247 and later, so
  this is fixed in h

  this was pulled into Debian at version 246.2 in commit
  e80c5e5371ab77792bae94e0f8c5e85a4237e6eb, so this is fixed in g

  in x, the entire systemd seccomp code is completely different and the
  patch doesn't apply, nor does it appear to be needed, as the problem
  doesn't reproduce in a h container under x.

  [other info]

  this needs fixing in libseccomp as well

  [original description]

  glibc regression causes test -x to fail inside scripts inside
  docker/podman, dash and bash are broken, mksh and zsh are fine:

  root@0df2ce5d7a46:/# test -x /usr/bin/gpg || echo Fail
  root@0df2ce5d7a46:/# dash -c "test -x /usr/bin/gpg || echo Fail"
  Fail
  root@0df2ce5d7a46:/# bash -c "test -x /usr/bin/gpg || echo Fail"
  Fail
  root@0df2ce5d7a46:/# mksh -c "test -x /usr/bin/gpg || echo Fail"
  root@0df2ce5d7a46:/# zsh -c "test -x /usr/bin/gpg || echo Fail"
  root@0df2ce5d7a46:/#

  root@0df2ce5d7a46:/# zsh -c "[ -x /usr/bin/gpg ] || echo Fail"
  root@0df2ce5d7a46:/# mksh -c "[ -x /usr/bin/gpg ] || echo Fail"
  root@0df2ce5d7a46:/# dash -c "[ -x /usr/bin/gpg ] || echo Fail"
  Fail
  root@0df2ce5d7a46:/# bash -c "[ -x /usr/bin/gpg ] || echo Fail"
  Fail

  The -f flag works, as does /usr/bin/test:
  # bash -c "test -f /usr/bin/gpg  || echo Fail"
  # bash -c "/usr/bin/test -x /usr/bin/gpg  || echo Fail"
  #

  [Original bug report]
  root@84b750e443f8:/# lsb_release -rd
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04
  root@84b750e443f8:/# dpkg -l gnupg apt
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version Architecture Description
  
+++-==-===--==
  ii  apt2.1.20  amd64commandline package manager
  ii  gnupg  2.2.20-1ubuntu2 all  GNU privacy guard - a free 
PGP replacement

  Hi,
  for 3 days our CI pipelines to recreate Docker images fails for the Hirsute 
images. From comparison this seems to be caused by apt 2.1.20.

  The build fails with:

  0E: gnupg, gnupg2 and 

[Group.of.nepali.translators] [Bug 1924766] Re: update-notifier does not handle ESM Apps in the apt-check script

2021-04-20 Thread Bryce Harrington
** Also affects: update-notifier (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: update-notifier (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: update-notifier (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: update-notifier (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: update-notifier (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: update-notifier (Ubuntu Xenial)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924766

Title:
  update-notifier does not handle ESM Apps in the apt-check script

Status in update-notifier package in Ubuntu:
  New
Status in update-notifier source package in Xenial:
  Triaged
Status in update-notifier source package in Bionic:
  New
Status in update-notifier source package in Focal:
  New
Status in update-notifier source package in Groovy:
  New
Status in update-notifier source package in Hirsute:
  New

Bug description:
  [Impact]
  When ESM Apps goes into production we want to be able to advertise it to our 
users through MOTD.
  Currently, update-notifier apt-check does not take into consideration the 
exclusive packages of ESM Apps, which is a problem.

  [Test case]

  To reproduce the issue, you can:

  1. Launch a xenial vm
  2. Install the latest version of uaclient from the stable ppa:
 https://launchpad.net/~ua-client/+archive/ubuntu/stable/
  3. Change the following line on `/etc/ubuntu-advantage/uaclient.conf` from
 
 contract_url: 'https://contracts.canonical.com'

 To:

 contract_url: 'https://contracts.staging.canonical.com'

  4. Attach a staging token to uaclient thorough:

  ua attach YOUR_STAGING_TOKEN

  5. Run /usr/lib/update-notifier/apt-check --human-readable
  6. Verify that no mention to ESM Apps is made and that update-notifier puts 
all of the ESM packages in the same bucket

  
  To verify that the error is fixed:

  1.Perform all the stages above until step 4
  2 Install the new update-notifier from this ppa:
https://launchpad.net/~lamoura/+archive/ubuntu/update-notifier-test-ppa
  3. Verify now that ESM Apps is reflected in the message

  [Where problems could occur]

  The changes in this package should only be seen when MOTD is getting a
  new message. If that script fails for some reason, it seems that MOTD
  will only not present the message, which is doesn't seem to be a
  system critical issue.

  [Discussion]

  With ESM Apps going to production soon, we have decided to update the
  messages delivered by update-notifier apt-check to address the package
  count of ESM Apps and the possibility of installing more upgrades if
  the user has ESM Apps disabled.

  We are also updating other parts of the messaging as well. First, we only 
display ESM Infra status
  on ESM distros. However, we will keep showing the ESM Infra package count on 
all of them.

  For ESM Apps, we are only performing the alerts (For example, that you
  might have x packages updates if ESM Apps is installed) if the user is
  on a LTS distro.

  Finally, we are also addressing this bug here:
  https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1883315

  Where we were incorrectly counting ESM packages even if the user did
  not have access to those services.

  == Changelog ==

+ data/apt-check
  - Make distinction of ESM Apps and ESM Infra when doing package count
  - Only count ESM packages if the user has access to the service (LP 
#1883315)
  - Only display ESM Infra alerts if the distro is ESM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1924766/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924632] Re: xenial/linux-aws: 4.4.0-1128.142 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


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

** Tags removed: kernel-release-tracking-bug-live

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924632

Title:
  xenial/linux-aws: 4.4.0-1128.142 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
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 promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-aws source package in Xenial:
  Fix Released

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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-aws
meta: linux-meta-aws
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
xenial/linux-aws/aws-kernel: bug 1924631
  variant: debs
  versions:
main: 4.4.0-1128.142
meta: 4.4.0.1128.133
source: 4.4.0-1128.142

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924632/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924636] Re: xenial/linux-kvm: 4.4.0-1093.102 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


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

** Tags removed: kernel-release-tracking-bug-live

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924636

Title:
  xenial/linux-kvm: 4.4.0-1093.102 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
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 promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-kvm source package in Xenial:
  Fix Released

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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-kvm
meta: linux-meta-kvm
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  variant: debs
  versions:
main: 4.4.0-1093.102
meta: 4.4.0.1093.91
source: 4.4.0-1093.102

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924636/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924638] Re: xenial/linux-raspi2: 4.4.0-1152.163 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


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

** Tags removed: kernel-release-tracking-bug-live

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924638

Title:
  xenial/linux-raspi2: 4.4.0-1152.163 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
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 promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-raspi2 source package in Xenial:
  Fix Released

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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
xenial/linux-raspi2/pi2-kernel: bug 1924637
  variant: debs
  versions:
main: 4.4.0-1152.163
meta: 4.4.0.1152.152
source: 4.4.0-1152.163

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924638/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924640] Re: xenial/linux-snapdragon: 4.4.0-1156.166 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


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

** Tags removed: kernel-release-tracking-bug-live

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924640

Title:
  xenial/linux-snapdragon: 4.4.0-1156.166 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
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 promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-snapdragon source package in Xenial:
  Fix Released

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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
xenial/linux-snapdragon/dragonboard-kernel: bug 1924639
  variant: debs
  versions:
main: 4.4.0-1156.166
meta: 4.4.0.1156.148
source: 4.4.0-1156.166

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924640/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924644] Re: xenial/linux: 4.4.0-210.242 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


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

** Tags removed: kernel-release-tracking-bug-live

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924644

Title:
  xenial/linux: 4.4.0-210.242 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow kernel-signoff 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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

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
  bugs-spammed: true
  built:
main: build#1
meta: build#1
signed: build#1
  packages:
main: linux
meta: linux-meta
signed: linux-signed
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:20 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
trusty/linux-aws: bug 1924641
trusty/linux-lts-xenial: bug 1924642
xenial/linux-aws: bug 1924632
xenial/linux-cascade: bug 1924634
xenial/linux-fips: bug 1924635
xenial/linux-kvm: bug 1924636
xenial/linux-raspi2: bug 1924638
xenial/linux-snapdragon: bug 1924640
xenial/linux/caracalla-kernel: bug 1924628
xenial/linux/pc-kernel: bug 1924629
xenial/linux/stlouis-kernel: bug 1924630
  variant: debs
  versions:
main: 4.4.0-210.242
meta: 4.4.0.210.216
signed: 4.4.0-210.242
source: 4.4.0-210.242

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924644/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924634] Re: xenial/linux-cascade: 4.4.0-1035.38 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


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

** Tags removed: kernel-release-tracking-bug-live

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924634

Title:
  xenial/linux-cascade: 4.4.0-1035.38 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
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:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux source package in Xenial:
  New

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
  built:
main: build#1
meta: build#1
signed: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-cascade
meta: linux-meta-cascade
signed: linux-signed-cascade
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 09:34 UTC
  promote:
  - meta
  - main
  - signed
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Invalid
  trackers:
xenial/linux-cascade/cascade-kernel: bug 1924633
  variant: debs
  versions:
main: 4.4.0-1035.38
meta: 4.4.0.1035.38
signed: 4.4.0-1035.38
source: 4.4.0-1035.38

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924634/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924635] Re: xenial/linux-fips: 4.4.0-1062.68 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
All tasks have been completed and the bug is being set to Fix Released


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

** Tags removed: kernel-release-tracking-bug-live

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924635

Title:
  xenial/linux-fips: 4.4.0-1062.68 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
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:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux source package in Xenial:
  New

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
  built:
main: build#1
meta: build#1
signed: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 09:34 UTC
  promote:
  - main
  - signed
  - meta
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Invalid
  variant: debs
  versions:
main: 4.4.0-1062.68
meta: 4.4.0.1062.64
signed: 4.4.0-1062.68
source: 4.4.0-1062.68

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924635/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924632] Re: xenial/linux-aws: 4.4.0-1128.142 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-security
   Status: In Progress => Fix Released

** Description changed:

  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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-aws
meta: linux-meta-aws
- phase: Promote to Security
- phase-changed: Tuesday, 20. April 2021 09:38 UTC
+ phase: Complete
+ phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
- reason:
-   promote-to-security: Ongoing -- packages not yet published
+ reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
xenial/linux-aws/aws-kernel: bug 1924631
  variant: debs
  versions:
main: 4.4.0-1128.142
meta: 4.4.0.1128.133
source: 4.4.0-1128.142

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924632

Title:
  xenial/linux-aws: 4.4.0-1128.142 -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 promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-aws source package in Xenial:
  Fix Released

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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-aws
meta: linux-meta-aws
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
xenial/linux-aws/aws-kernel: bug 1924631
  variant: debs
  versions:
main: 4.4.0-1128.142
meta: 4.4.0.1128.133
source: 4.4.0-1128.142

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924632/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924638] Re: xenial/linux-raspi2: 4.4.0-1152.163 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-security
   Status: In Progress => Fix Released

** Description changed:

  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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
- phase: Promote to Security
- phase-changed: Tuesday, 20. April 2021 09:39 UTC
+ phase: Complete
+ phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
- reason:
-   promote-to-security: Ongoing -- packages not yet published
+ reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
xenial/linux-raspi2/pi2-kernel: bug 1924637
  variant: debs
  versions:
main: 4.4.0-1152.163
meta: 4.4.0.1152.152
source: 4.4.0-1152.163

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924638

Title:
  xenial/linux-raspi2: 4.4.0-1152.163 -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 promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-raspi2 source package in Xenial:
  Fix Released

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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
xenial/linux-raspi2/pi2-kernel: bug 1924637
  variant: debs
  versions:
main: 4.4.0-1152.163
meta: 4.4.0.1152.152
source: 4.4.0-1152.163

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924638/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924636] Re: xenial/linux-kvm: 4.4.0-1093.102 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-security
   Status: In Progress => Fix Released

** Description changed:

  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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-kvm
meta: linux-meta-kvm
- phase: Promote to Security
- phase-changed: Tuesday, 20. April 2021 09:39 UTC
+ phase: Complete
+ phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
- reason:
-   promote-to-security: Ongoing -- packages not yet published
+ reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  variant: debs
  versions:
main: 4.4.0-1093.102
meta: 4.4.0.1093.91
source: 4.4.0-1093.102

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924636

Title:
  xenial/linux-kvm: 4.4.0-1093.102 -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 promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-kvm source package in Xenial:
  Fix Released

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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-kvm
meta: linux-meta-kvm
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  variant: debs
  versions:
main: 4.4.0-1093.102
meta: 4.4.0.1093.91
source: 4.4.0-1093.102

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924636/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924640] Re: xenial/linux-snapdragon: 4.4.0-1156.166 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-security
   Status: In Progress => Fix Released

** Description changed:

  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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
- phase: Promote to Security
- phase-changed: Tuesday, 20. April 2021 09:39 UTC
+ phase: Complete
+ phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
- reason:
-   promote-to-security: Ongoing -- packages not yet published
+ reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
xenial/linux-snapdragon/dragonboard-kernel: bug 1924639
  variant: debs
  versions:
main: 4.4.0-1156.166
meta: 4.4.0.1156.148
source: 4.4.0-1156.166

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924640

Title:
  xenial/linux-snapdragon: 4.4.0-1156.166 -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 promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-snapdragon source package in Xenial:
  Fix Released

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
  built:
main: build#1
meta: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:21 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
xenial/linux-snapdragon/dragonboard-kernel: bug 1924639
  variant: debs
  versions:
main: 4.4.0-1156.166
meta: 4.4.0.1156.148
source: 4.4.0-1156.166

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924640/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924644] Re: xenial/linux: 4.4.0-210.242 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-security
   Status: In Progress => Fix Released

** Description changed:

  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
  bugs-spammed: true
  built:
main: build#1
meta: build#1
signed: build#1
  packages:
main: linux
meta: linux-meta
signed: linux-signed
- phase: Promote to Security
- phase-changed: Tuesday, 20. April 2021 09:37 UTC
+ phase: Complete
+ phase-changed: Tuesday, 20. April 2021 10:20 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
- reason:
-   promote-to-security: Ongoing -- packages not yet published
+ reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
trusty/linux-aws: bug 1924641
trusty/linux-lts-xenial: bug 1924642
xenial/linux-aws: bug 1924632
xenial/linux-cascade: bug 1924634
xenial/linux-fips: bug 1924635
xenial/linux-kvm: bug 1924636
xenial/linux-raspi2: bug 1924638
xenial/linux-snapdragon: bug 1924640
xenial/linux/caracalla-kernel: bug 1924628
xenial/linux/pc-kernel: bug 1924629
xenial/linux/stlouis-kernel: bug 1924630
  variant: debs
  versions:
main: 4.4.0-210.242
meta: 4.4.0.210.216
signed: 4.4.0-210.242
source: 4.4.0-210.242

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924644

Title:
  xenial/linux: 4.4.0-210.242 -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 kernel-signoff 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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

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
  bugs-spammed: true
  built:
main: build#1
meta: build#1
signed: build#1
  packages:
main: linux
meta: linux-meta
signed: linux-signed
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 10:20 UTC
  promote: []
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
trusty/linux-aws: bug 1924641
trusty/linux-lts-xenial: bug 1924642
xenial/linux-aws: bug 1924632
xenial/linux-cascade: bug 1924634
xenial/linux-fips: bug 1924635
xenial/linux-kvm: bug 1924636
xenial/linux-raspi2: bug 1924638
xenial/linux-snapdragon: bug 1924640
xenial/linux/caracalla-kernel: bug 1924628
xenial/linux/pc-kernel: bug 1924629
xenial/linux/stlouis-kernel: bug 1924630
  variant: debs
  versions:
main: 4.4.0-210.242
meta: 4.4.0.210.216
signed: 4.4.0-210.242
source: 4.4.0-210.242

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924644/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924634] Re: xenial/linux-cascade: 4.4.0-1035.38 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-updates
   Status: In Progress => Fix Released

** Description changed:

  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
  built:
main: build#1
meta: build#1
signed: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-cascade
meta: linux-meta-cascade
signed: linux-signed-cascade
- phase: Promote to Updates
- phase-changed: Tuesday, 20. April 2021 08:39 UTC
+ phase: Complete
+ phase-changed: Tuesday, 20. April 2021 09:34 UTC
  promote:
  - meta
  - main
  - signed
  proposed-announcement-sent: true
  proposed-testing-requested: true
- reason:
-   promote-to-updates: Ongoing -- packages not yet published
+ reason: {}
  synthetic:
:promote-to-as-proposed: Invalid
  trackers:
xenial/linux-cascade/cascade-kernel: bug 1924633
  variant: debs
  versions:
main: 4.4.0-1035.38
meta: 4.4.0.1035.38
signed: 4.4.0-1035.38
source: 4.4.0-1035.38

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924634

Title:
  xenial/linux-cascade: 4.4.0-1035.38 -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:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux source package in Xenial:
  New

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
  built:
main: build#1
meta: build#1
signed: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-cascade
meta: linux-meta-cascade
signed: linux-signed-cascade
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 09:34 UTC
  promote:
  - meta
  - main
  - signed
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Invalid
  trackers:
xenial/linux-cascade/cascade-kernel: bug 1924633
  variant: debs
  versions:
main: 4.4.0-1035.38
meta: 4.4.0.1035.38
signed: 4.4.0-1035.38
source: 4.4.0-1035.38

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924634/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924635] Re: xenial/linux-fips: 4.4.0-1062.68 -proposed tracker

2021-04-20 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-updates
   Status: In Progress => Fix Released

** Description changed:

  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
  built:
main: build#1
meta: build#1
signed: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
- phase: Promote to Updates
- phase-changed: Tuesday, 20. April 2021 08:39 UTC
+ phase: Complete
+ phase-changed: Tuesday, 20. April 2021 09:34 UTC
  promote:
  - main
  - signed
  - meta
  proposed-announcement-sent: true
  proposed-testing-requested: true
- reason:
-   promote-to-updates: Ongoing -- packages not yet published
+ reason: {}
  synthetic:
:promote-to-as-proposed: Invalid
  variant: debs
  versions:
main: 4.4.0-1062.68
meta: 4.4.0.1062.64
signed: 4.4.0-1062.68
source: 4.4.0-1062.68

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924635

Title:
  xenial/linux-fips: 4.4.0-1062.68 -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:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux source package in Xenial:
  New

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
  built:
main: build#1
meta: build#1
signed: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
  phase: Complete
  phase-changed: Tuesday, 20. April 2021 09:34 UTC
  promote:
  - main
  - signed
  - meta
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason: {}
  synthetic:
:promote-to-as-proposed: Invalid
  variant: debs
  versions:
main: 4.4.0-1062.68
meta: 4.4.0.1062.64
signed: 4.4.0-1062.68
source: 4.4.0-1062.68

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924635/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924611] Re: setting extended attribute may cause memory leak

2021-04-20 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oem-5.6 - 5.6.0-1055.59

---
linux-oem-5.6 (5.6.0-1055.59) focal; urgency=medium

  * focal/linux-oem-5.6: 5.6.0-1055.59 -proposed tracker (LP: #1924646)

  * setting extended attribute may cause memory leak (LP: #1924611)
- SAUCE: vfs_setxattr: free converted value if xattr_permission returns 
error

 -- Stefan Bader   Fri, 16 Apr 2021 10:28:23
+0200

** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924611

Title:
  setting extended attribute may cause memory leak

Status in linux package in Ubuntu:
  Invalid
Status in linux-gke-5.3 package in Ubuntu:
  Invalid
Status in linux-hwe package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux-raspi2-5.3 package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Fix Released
Status in linux-gke-5.3 source package in Xenial:
  Invalid
Status in linux-hwe source package in Xenial:
  Invalid
Status in linux-oem-5.6 source package in Xenial:
  Invalid
Status in linux-raspi2-5.3 source package in Xenial:
  Invalid
Status in linux source package in Bionic:
  Invalid
Status in linux-gke-5.3 source package in Bionic:
  Fix Released
Status in linux-hwe source package in Bionic:
  Fix Released
Status in linux-oem-5.6 source package in Bionic:
  Invalid
Status in linux-raspi2-5.3 source package in Bionic:
  Fix Released
Status in linux source package in Focal:
  Invalid
Status in linux-gke-5.3 source package in Focal:
  Invalid
Status in linux-hwe source package in Focal:
  Invalid
Status in linux-oem-5.6 source package in Focal:
  Fix Released
Status in linux-raspi2-5.3 source package in Focal:
  Invalid

Bug description:
  [Impact]
  A memory leak may happen when an error happens when setting extended 
attributes.

  [Fix]
  The issue was introduced by an improper backport, so the fix is specific to 
Ubuntu, so a SAUCE patch.

  [Test case]
  Test setting attribute under a user namespace.

  [Regression potential]
  A double free bug might be introduced. Or setting extended attributes might 
fail.

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1924635] Re: xenial/linux-fips: 4.4.0-1062.68 -proposed tracker

2021-04-20 Thread Stefan Bader
Boot tests ran for amd64 and other tests (which includes boot) for
ppc64el.

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

** Changed in: kernel-sru-workflow/regression-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Stefan Bader 
(smb)

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924635

Title:
  xenial/linux-fips: 4.4.0-1062.68 -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 verification-testing series:
  Fix Released
Status in linux source package in Xenial:
  New

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
  built:
main: build#1
meta: build#1
signed: build#1
  kernel-stable-master-bug: 1924644
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
  phase: Ready for Promote to Updates
  phase-changed: Tuesday, 20. April 2021 07:28 UTC
  promote:
  - main
  - signed
  - meta
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
promote-to-updates: Pending -- ready to copy
  synthetic:
:promote-to-as-proposed: Invalid
  variant: debs
  versions:
main: 4.4.0-1062.68
meta: 4.4.0.1062.64
signed: 4.4.0-1062.68
source: 4.4.0-1062.68

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1924635/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1823444] Re: [SRU] The Japanese Era name will be changed on May 1, 2019

2021-04-20 Thread Bug Watch Updater
** Changed in: mozc
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1823444

Title:
  [SRU] The Japanese Era name will be changed on May 1, 2019

Status in Mozc:
  Fix Released
Status in mozc package in Ubuntu:
  Fix Released
Status in mozc source package in Xenial:
  Fix Released
Status in mozc source package in Bionic:
  Fix Released
Status in mozc source package in Cosmic:
  Fix Released
Status in mozc source package in Disco:
  Fix Released
Status in mozc source package in Eoan:
  Fix Released

Bug description:
  [Impact]

New Japaenese era 'Reiwa' is expected to start on 1 May 2019.

  https://japan.kantei.go.jp/98_abe/statement/201904/_1.html

Mozc has A.D. to Japanese Era converter.

* "AD 2018"(2018ねん) => "Heisei 30th"(平成三十年)

Please support new era too as like following.

* "AD 2018"(2018ねん) => "Heisei 30th"(平成三十年)
* "AD 2019"(2019ねん) => "Heisei 31th"(平成三十一年)
* "AD 2019"(2019ねん) => "Reiwa 1st"(令和元年)

  [Test Case]

* Enable Japanese InputMethod and Mozc.

  * Start "System Settings"
  * Open "Regiaon and Language" menu
  * Select "Japanese (Mozc)" from "Input Sources"
  * Restart GUI session

* Startup gedit.

* Input following strings and confirm popping up new era by space
  key.

  * "れいわ" => "令和"
  * "れいわ" => "㋿" (*1)
  * "2018ねん" => "平成三十年"
  * "2018ねん" => "平成三十年"
  * "2019ねん" => "平成三十一年"
  * "2019ねん" => "令和元年"
  * "2020ねん" => "令和二年"

* *1: Current fonts-noto-cjk package has no glyph of U+32FF.

  [Regression Potential]

* There's basically no regression potential.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mozc/+bug/1823444/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp