[Group.of.nepali.translators] [Bug 1758471] [NEW] apparmor: fix bad __initdata tagging on, apparmor_initialized

2018-03-23 Thread John Johansen
Public bug reported:

When building the Xenial kernel we get the following warning

WARNING: vmlinux.o(.text+0x393a60): Section mismatch in reference from
the function param_set_aauint() to the variable
.init.data:apparmor_initialized

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

** Affects: linux (Ubuntu Xenial)
 Importance: Undecided
 Assignee: John Johansen (jjohansen)
 Status: Confirmed

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

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

Title:
  apparmor: fix bad __initdata tagging on, apparmor_initialized

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Confirmed

Bug description:
  When building the Xenial kernel we get the following warning

  WARNING: vmlinux.o(.text+0x393a60): Section mismatch in reference from
  the function param_set_aauint() to the variable
  .init.data:apparmor_initialized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1758471/+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 1758411] Re: [SRU] Revert fix for bug 1752838 regression

2018-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 2:12.0.0-0ubuntu1.3

---
neutron (2:12.0.0-0ubuntu1.3) bionic; urgency=medium

  * d/neutron-openvswitch-agent.neutron-ovs-cleanup.service.in:
Revert changes made for LP:#1752838 due to regression (LP: #1758411).

 -- Corey Bryant   Fri, 23 Mar 2018 14:41:23
-0400

** Changed in: neutron (Ubuntu Bionic)
   Status: Triaged => 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/1758411

Title:
  [SRU] Revert fix for bug 1752838 regression

Status in Ubuntu Cloud Archive:
  Fix Committed
Status in Ubuntu Cloud Archive mitaka series:
  Triaged
Status in Ubuntu Cloud Archive newton series:
  Fix Committed
Status in Ubuntu Cloud Archive ocata series:
  Fix Committed
Status in Ubuntu Cloud Archive pike series:
  Triaged
Status in Ubuntu Cloud Archive queens series:
  Fix Committed
Status in neutron package in Ubuntu:
  Fix Released
Status in neutron source package in Xenial:
  Fix Committed
Status in neutron source package in Artful:
  Fix Committed
Status in neutron source package in Bionic:
  Fix Released

Bug description:
  [Impact]

  The fix for the following bug was found to cause a regression/race
  with neutron-ovs-cleanup and neutron-openvswitch-agent where
  ports/flows get deleted and do not get restored.

  https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1752838

  [Test Case]
  * Deploy OpenStack Mitaka with one compute, one gateway and gre overlay
  * Create instance on gre overlay network
  * Add FIP to instance
  * Start a ping to FIP
  * juju ssh nova-compute/0
  * Check 'ovs-ofctl dump-flows br-tun' and observe table=20 egress flows for 
qdhcp and qrouter
  * systemctl restart openvswitch-switch
  * Check that flows re-added to br-tun (this takes a few seconds for 
neutron-openvswitch-agent to re-add them)
  * Check that ping still running

  [Regression Potential]

  There should be none as long as the code is reverted to what it was
  before the SRU for 1752838.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1758411/+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 1752838] Re: [SRU] neutron-ovs-cleanup runs earlier than ovsdb-server when there are many port

2018-03-23 Thread Corey Bryant
Change Status back to New.

** Changed in: cloud-archive/ocata
   Status: Fix Released => Triaged

** Changed in: cloud-archive/newton
   Status: Fix Released => Triaged

** Changed in: cloud-archive/queens
   Status: Fix Released => Triaged

** Changed in: cloud-archive/pike
   Status: Fix Released => Triaged

** Changed in: neutron (Ubuntu Xenial)
   Status: Fix Released => Triaged

** Changed in: neutron (Ubuntu Artful)
   Status: Fix Released => Triaged

** Changed in: neutron (Ubuntu Bionic)
   Status: Fix Released => Triaged

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

Title:
  [SRU] neutron-ovs-cleanup runs earlier than ovsdb-server when there
  are many port

Status in Ubuntu Cloud Archive:
  Triaged
Status in Ubuntu Cloud Archive newton series:
  Triaged
Status in Ubuntu Cloud Archive ocata series:
  Triaged
Status in Ubuntu Cloud Archive pike series:
  Triaged
Status in Ubuntu Cloud Archive queens series:
  Triaged
Status in neutron package in Ubuntu:
  Triaged
Status in neutron source package in Xenial:
  Triaged
Status in neutron source package in Artful:
  Triaged
Status in neutron source package in Bionic:
  Triaged

Bug description:
  [Impact]

  In code, Basically all ubuntu version could be affected.
  I'm trying to do test them

  neutron-ovs-cleanup service runs earlier than ovsdb-server sometimes.

  then, neutron-ovs-cleanup service's status remains failed
  with below error msg

  "ProcessExecutionError: Exit code: 1; Stdin: ; Stdout: ; Stderr: ovs-
  vsctl: unix:/var/run/openvswitch/db.sock: database connection failed
  (No such file or directory)"

  that is fine for booting.

  but.

  If someday upgrade pkgs related to neutron, it runs neutron-ovs-
  cleanup again because it is not in active status.

  eventually, neutron-ovs-cleanup deletes all ports on running compute
  nodes.

  related logs here https://paste.ubuntu.com/p/QkkwP2vPDv/

  [Test Case]

  1. deploy openstack env
  2. run below scripts to add many ports
  #!/bin/bash

  juju ssh nova-compute/0 '
  sudo modprobe dummy
  for i in {1..1000}
  do
    echo $i
    sudo ip link add dummy$i type dummy;sudo ip link set name t-test$i dev 
dummy$i;sudo ovs-vsctl add-port br-int t-test$i
  done
  '
  3. systemctl list-units --failed
  - check if there is failed neutron-ovs-cleanup service

  [Regression]
  Changes dependency on 
debian/neutron-openvswitch-agent.neutron-ovs-cleanup.service.in
  need to reboot if this patch is affected. If this symptom is not affected 
your env. no need to reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1752838/+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 1754356] Re: xdg-user-dirs-update does not take care of $HOME

2018-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package xdg-user-dirs - 0.17-1ubuntu1

---
xdg-user-dirs (0.17-1ubuntu1) bionic; urgency=low

  * Merge with Debian. Remaining change:
- Add launchpad_translation_export.patch:
  + update translations from Launchpad
  * Fixes xdg-user-dirs-update not respecting $HOME (LP: #1754356), thanks
Trevinho.

xdg-user-dirs (0.17-1) unstable; urgency=medium

  * New upstream release (LP: #1754356)
  * Update Vcs fields for migration to https://salsa.debian.org/

xdg-user-dirs (0.16-1) unstable; urgency=medium

  * New upstream release
  * Drop 01_add-autostart-file.patch: Applied in new release
  * Update Vcs fields for conversion to git
  * Add debian/gbp.conf
  * Bump Standards-Version to 4.1.2
  * Bump debhelper compat to 11

 -- Iain Lane   Fri, 23 Mar 2018 15:58:57 +

** Changed in: xdg-user-dirs (Ubuntu)
   Status: In Progress => 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/1754356

Title:
  xdg-user-dirs-update does not take care of $HOME

Status in xdg-user-dirs package in Ubuntu:
  Fix Released
Status in xdg-user-dirs source package in Xenial:
  In Progress

Bug description:
  [ Impact ]

  When setting an user dir to a folder that is subfolder of $HOME (and
  when $HOME does not match the /etc/passwd defined home for the user),
  the ~/.config/user-dirs.dirs is wrongly generated.

  [ Test case ]

   1) env HOME=/tmp/temp-home xdg-user-dirs-update
   2) find /tmp/temp-home/
   3) should list generated XDG user directories
   4) /tmp/temp-home/.config/user-dirs.dirs should mention them

  Launching something like:
   - env HOME=/tmp/temp-home ./xdg-user-dirs-update --set DOWNLOADS 
"/tmp/temp-home/sub/folder/of/it/Downloads"

  Should modify /tmp/temp-home/.config/user-dirs.dirs so that it contains:
XDG_DOWNLOADS_DIR="$HOME/sub/folder/of/it/Downloads"

  [ Regression potential ]

  Xdg folders could be generated in wrong locations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-user-dirs/+bug/1754356/+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 1758411] [NEW] [SRU] Revert fix for bug 1752838 regression

2018-03-23 Thread Corey Bryant
Public bug reported:

[Impact]

The fix for the following bug was found to cause a regression/race with
neutron-ovs-cleanup and neutron-openvswitch-agent where ports/flows get
deleted and do not get restored.

https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1752838

[Test Case]
* Deploy OpenStack Mitaka with one compute, one gateway and gre overlay
* Create instance on gre overlay network
* Add FIP to instance
* Start a ping to FIP
* juju ssh nova-compute/0
* Check 'ovs-ofctl dump-flows br-tun' and observe table=20 egress flows for 
qdhcp and qrouter
* systemctl restart openvswitch-switch
* Check that flows re-added to br-tun
* Check that ping still running

[Regression Potential]

There should be none as long as the code is reverted to what it was
before the SRU for 1752838.

** Affects: cloud-archive
 Importance: Critical
 Status: Triaged

** Affects: cloud-archive/mitaka
 Importance: Critical
 Status: Triaged

** Affects: cloud-archive/newton
 Importance: Critical
 Status: Triaged

** Affects: cloud-archive/ocata
 Importance: Critical
 Status: Triaged

** Affects: cloud-archive/pike
 Importance: Critical
 Status: Triaged

** Affects: cloud-archive/queens
 Importance: Critical
 Status: Triaged

** Affects: neutron (Ubuntu)
 Importance: Critical
 Status: Triaged

** Affects: neutron (Ubuntu Xenial)
 Importance: Critical
 Status: Triaged

** Affects: neutron (Ubuntu Artful)
 Importance: Critical
 Status: Triaged

** Affects: neutron (Ubuntu Bionic)
 Importance: Critical
 Status: Triaged

** Also affects: neutron (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: neutron (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: neutron (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Changed in: neutron (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: neutron (Ubuntu Artful)
   Status: New => Triaged

** Changed in: neutron (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: neutron (Ubuntu Xenial)
   Importance: Undecided => Critical

** Changed in: neutron (Ubuntu Artful)
   Importance: Undecided => Critical

** Changed in: neutron (Ubuntu Bionic)
   Importance: Undecided => Critical

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/newton
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/ocata
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/queens
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/pike
   Importance: Undecided
   Status: New

** Changed in: cloud-archive/newton
   Status: New => Triaged

** Changed in: cloud-archive/ocata
   Status: New => Triaged

** Changed in: cloud-archive/pike
   Status: New => Triaged

** Changed in: cloud-archive/queens
   Status: New => Triaged

** Changed in: cloud-archive/queens
   Importance: Undecided => Critical

** Changed in: cloud-archive/pike
   Importance: Undecided => Critical

** Changed in: cloud-archive/ocata
   Importance: Undecided => Critical

** Changed in: cloud-archive/newton
   Importance: Undecided => Critical

** Also affects: cloud-archive/mitaka
   Importance: Undecided
   Status: New

** Changed in: cloud-archive/mitaka
   Importance: Undecided => Critical

** Changed in: cloud-archive/mitaka
   Status: New => Triaged

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

Title:
  [SRU] Revert fix for bug 1752838 regression

Status in Ubuntu Cloud Archive:
  Triaged
Status in Ubuntu Cloud Archive mitaka series:
  Triaged
Status in Ubuntu Cloud Archive newton series:
  Triaged
Status in Ubuntu Cloud Archive ocata series:
  Triaged
Status in Ubuntu Cloud Archive pike series:
  Triaged
Status in Ubuntu Cloud Archive queens series:
  Triaged
Status in neutron package in Ubuntu:
  Triaged
Status in neutron source package in Xenial:
  Triaged
Status in neutron source package in Artful:
  Triaged
Status in neutron source package in Bionic:
  Triaged

Bug description:
  [Impact]

  The fix for the following bug was found to cause a regression/race
  with neutron-ovs-cleanup and neutron-openvswitch-agent where
  ports/flows get deleted and do not get restored.

  https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1752838

  [Test Case]
  * Deploy OpenStack Mitaka with one compute, one gateway and gre overlay
  * Create instance on gre overlay network
  * Add FIP to instance
  * Start a ping to FIP
  * juju ssh nova-compute/0
  * Check 'ovs-ofctl dump-flows br-tun' and observe table=20 egress flows for 
qdhcp and qrouter
  * systemctl restart openvswitch-switch
  * Check that flows re-added to br-tun
  * Check 

[Group.of.nepali.translators] [Bug 1755509] Re: Xenial update to 4.4.115 stable release

2018-03-23 Thread Kleber Sacilotto de Souza
** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

Title:
  Xenial update to 4.4.115 stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  New

Bug description:
  SRU Justification

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

     git://git.kernel.org/

  TEST CASE: TBD

     The following patches from the 4.4.115 stable release shall be
     applied:

 * loop: fix concurrent lo_open/lo_release
 * bpf: fix branch pruning logic
 * x86: bpf_jit: small optimization in emit_bpf_tail_call()
 * bpf: fix bpf_tail_call() x64 JIT
 * bpf: introduce BPF_JIT_ALWAYS_ON config
 * bpf: arsh is not supported in 32 bit alu thus reject it
 * bpf: avoid false sharing of map refcount with max_entries
 * bpf: fix divides by zero
 * bpf: fix 32-bit divide by zero
 * bpf: reject stores into ctx via st and xadd
 * x86/pti: Make unpoison of pgd for trusted boot work for real
 * kaiser: fix intel_bts perf crashes
 * ALSA: seq: Make ioctls race-free
 * crypto: aesni - handle zero length dst buffer
 * crypto: af_alg - whitelist mask and type
 * power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
 * gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
 * gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
 * mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
 * igb: Free IRQs when device is hotplugged
 * KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
 * KVM: x86: Don't re-execute instruction when not passing CR2 value
 * KVM: X86: Fix operand/address-size during instruction decoding
 * KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race
 * KVM: x86: ioapic: Clear Remote IRR when entry is switched to 
edge-triggered
 * KVM: x86: ioapic: Preserve read-only values in the redirection table
 * ACPI / bus: Leave modalias empty for devices which are not present
 * cpufreq: Add Loongson machine dependencies
 * bcache: check return value of register_shrinker
 * drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode
 * drm/amdkfd: Fix SDMA ring buffer size calculation
 * drm/amdkfd: Fix SDMA oversubsription handling
 * openvswitch: fix the incorrect flow action alloc size
 * mac80211: fix the update of path metric for RANN frame
 * btrfs: fix deadlock when writing out space cache
 * KVM: VMX: Fix rflags cache during vCPU reset
 * xen-netfront: remove warning when unloading module
 * nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)
 * nfsd: Ensure we check stateid validity in the seqid operation checks
 * grace: replace BUG_ON by WARN_ONCE in exit_net hook
 * nfsd: check for use of the closed special stateid
 * lockd: fix "list_add double add" caused by legacy signal interface
 * hwmon: (pmbus) Use 64bit math for DIRECT format values
 * net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit
 * quota: Check for register_shrinker() failure.
 * SUNRPC: Allow connect to return EHOSTUNREACH
 * kmemleak: add scheduling point to kmemleak_scan()
 * drm/omap: Fix error handling path in 'omap_dmm_probe()'
 * xfs: ubsan fixes
 * scsi: aacraid: Prevent crash in case of free interrupt during scsi EH 
path
 * scsi: ufs: ufshcd: fix potential NULL pointer dereference in 
ufshcd_config_vreg
 * media: usbtv: add a new usbid
 * usb: gadget: don't dereference g until after it has been null checked
 * staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID
 * usb: option: Add support for FS040U modem
 * USB: serial: pl2303: new device id for Chilitag
 * USB: cdc-acm: Do not log urb submission errors on disconnect
 * CDC-ACM: apply quirk for card reader
 * USB: serial: io_edgeport: fix possible sleep-in-atomic
 * usbip: prevent bind loops on devices attached to vhci_hcd
 * usbip: list: don't list devices attached to vhci_hcd
 * USB: serial: simple: add Motorola Tetra driver
 * usb: f_fs: Prevent gadget unbind if it is already unbound
 * usb: uas: unconditionally bring back host after reset
 * selinux: general protection fault in sock_has_perm
 * serial: imx: Only wakeup via RTSDEN bit if the 

[Group.of.nepali.translators] [Bug 1756121] Re: Xenial update to 4.4.116 stable release

2018-03-23 Thread Kleber Sacilotto de Souza
** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

Title:
  Xenial update to 4.4.116 stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  New

Bug description:
  
  SRU Justification

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

 git://git.kernel.org/

  TEST CASE: TBD

 The following patches from the 4.4.116 stable release shall be
 applied:

 * Linux 4.4.116
 * ftrace: Remove incorrect setting of glob search field
 * mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user 
copy
 * ovl: fix failure to fsync lower dir
 * ACPI: sbshc: remove raw pointer from printk() message
 * nvme: Fix managing degraded controllers
 * btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
 * pktcdvd: Fix pkt_setup_dev() error path
 * EDAC, octeon: Fix an uninitialized variable warning
 * xtensa: fix futex_atomic_cmpxchg_inatomic
 * alpha: fix reboot on Avanti platform
 * alpha: fix crash if pthread_create races with signal delivery
 * signal/sh: Ensure si_signo is initialized in do_divide_error
 * signal/openrisc: Fix do_unaligned_access to send the proper signal
 * Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" 
version
 * Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
 * Bluetooth: btsdio: Do not bind to non-removable BCM43341
 * HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
 * kernel/async.c: revert "async: simplify lowest_in_progress()"
 * media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
 * media: ts2020: avoid integer overflows on 32 bit machines
 * watchdog: imx2_wdt: restore previous timeout after suspend+resume
 * KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
 * arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
 * crypto: caam - fix endless loop when DECO acquire fails
 * media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
 * media: v4l2-compat-ioctl32.c: don't copy back the result for certain 
errors
 * media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
 * media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
 * media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha
 * media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
 * media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
 * media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
 * media: v4l2-compat-ioctl32.c: avoid sizeof(type)
 * media: v4l2-compat-ioctl32.c: move 'helper' functions to 
__get/put_v4l2_format32
 * media: v4l2-compat-ioctl32.c: fix the indentation
 * media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
 * vb2: V4L2_BUF_FLAG_DONE is set after DQBUF
 * media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
 * nsfs: mark dentry with DCACHE_RCUACCESS
 * crypto: poly1305 - remove ->setkey() method
 * crypto: cryptd - pass through absence of ->setkey()
 * crypto: hash - introduce crypto_hash_alg_has_setkey()
 * ahci: Add Intel Cannon Lake PCH-H PCI ID
 * ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
 * ahci: Annotate PCI ids for mobile Intel chipsets as such
 * kernfs: fix regression in kernfs_fop_write caused by wrong type
 * NFS: reject request for id_legacy key without auxdata
 * NFS: commit direct writes even if they fail partially
 * NFS: Add a cond_resched() to nfs_commit_release_pages()
 * nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
 * ubi: block: Fix locking for idr_alloc/idr_remove
 * mtd: nand: sunxi: Fix ECC strength choice
 * mtd: nand: Fix nand_do_read_oob() return value
 * mtd: nand: brcmnand: Disable prefetch by default
 * mtd: cfi: convert inline functions to macros
 * media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
 * media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
 * dccp: CVE-2017-8824: use-after-free in DCCP code
 * sched/rt: Up the root domain ref count when passing it around via IPIs
 * sched/rt: Use container_of() to get root domain in 
rto_push_irq_work_func()
 * usb: gadget: uvc: Missing files for 

[Group.of.nepali.translators] [Bug 1742759] Re: boot failure on AMD Raven + WestonXT

2018-03-23 Thread Timo Aaltonen
** Changed in: amd
   Status: Confirmed => 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/1742759

Title:
  boot failure on AMD Raven + WestonXT

Status in amd:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Invalid
Status in linux-oem source package in Xenial:
  Fix Released
Status in linux source package in Artful:
  Fix Released
Status in linux-oem source package in Artful:
  Invalid

Bug description:
  This issue has been fixed with with patch:

  https://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-
  next-4.16=052c299080cd6859f82a8154a7a673fafabe644c

  drm/amdgpu: add atpx quirk handling (v2)
  Add quirks for handling PX/HG systems.  In this case, add
  a quirk for a weston dGPU that only seems to properly power
  down using ATPX power control rather than HG (_PR3).

  v2: append a new weston XT

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1742759/+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 1756240] Re: Unable to build lttng-module with Artful kernel

2018-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package lttng-modules - 2.10.5-1ubuntu1

---
lttng-modules (2.10.5-1ubuntu1) bionic; urgency=medium

  * Fix builds for 4.13.0-38 kernel (LP: #1756240)
- Update definition of kvm_mmio() to match the new kernel

 -- Khalid Elmously   Fri, 23 Mar 2018
10:20:08 -0400

** Changed in: lttng-modules (Ubuntu Bionic)
   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/1756240

Title:
  Unable to build lttng-module with Artful kernel

Status in linux package in Ubuntu:
  Invalid
Status in lttng-modules package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Invalid
Status in lttng-modules source package in Xenial:
  In Progress
Status in linux source package in Artful:
  Invalid
Status in lttng-modules source package in Artful:
  In Progress
Status in linux source package in Bionic:
  Invalid
Status in lttng-modules source package in Bionic:
  Fix Released

Bug description:
  [Impact]

   * The 4.13.0-38 artful kernel included a change (backported from
  4.15) that modifies the definition of kvm_mmio(). This breaks the
  lttng-modules-dkms package because it is using the old (<4.15)
  definition.

   * lttng-modules-dkms already has a list of kernel version
  "exceptions" with which it uses the >=4.15 definition. Proposed
  solution is to add the Ubuntu kernel range 4.13.0-38 up to
  4.14.255-255 to that list of exceptions.

  
  [Test Case]

   * Tested by first successfully building lttng-modules-dkms on
  4.13.0-37, then reproducing the problem described here on 4.13.0-38,
  then applying the code-change and confirming that I can successfully
  build on both 4.13.0-37 and 4.13.0-38 after that.

  [Regression Potential]

   * Low-regression potential. Could prevent lttng-modules-dkms from
  being built for specific kernel versions, but this is unlikely as the
  change was tested to confirm that it works as expected on 4.13.0-37
  and 4.13.0-38 - and should work fine for other Ubuntu kernels as well.




  The lttng module failed to build with the proposed Artful kernel
  (4.13.0-38), it works with 4.13.0-37

  Please find the build log here: http://paste.ubuntu.com/p/ybwnBJB9yj/

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-38-generic 4.13.0-38.43
  ProcVersionSignature: User Name 4.13.0-38.43-generic 4.13.16
  Uname: Linux 4.13.0-38-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Mar 16 04:13 seq
   crw-rw 1 root audio 116, 33 Mar 16 04:13 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDmesg:

  Date: Fri Mar 16 04:17:14 2018
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  MachineType: Intel Corporation S1200RP
  PciMultimedia:

  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 mgadrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-38-generic 
root=UUID=b0d2ae4e-12dd-423e-acea-272ee8b2a893 ro
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-38-generic N/A
   linux-backports-modules-4.13.0-38-generic  N/A
   linux-firmware 1.169.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/01/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: S1200RP.86B.03.02.0003.070120151022
  dmi.board.asset.tag: 
  dmi.board.name: S1200RP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G62254-407
  dmi.chassis.asset.tag: 
  dmi.chassis.type: 17
  dmi.chassis.vendor: ..
  dmi.chassis.version: ..
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrS1200RP.86B.03.02.0003.070120151022:bd07/01/2015:svnIntelCorporation:pnS1200RP:pvr:rvnIntelCorporation:rnS1200RP:rvrG62254-407:cvn..:ct17:cvr..:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: S1200RP
  dmi.product.version: 
  dmi.sys.vendor: Intel Corporation

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

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

[Group.of.nepali.translators] [Bug 1624569] Re: thunder: chip errata w/ multiple CQEs for a TSO packet

2018-03-23 Thread dann frazier
** Changed in: linux (Ubuntu)
   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/1624569

Title:
  thunder: chip errata w/ multiple CQEs for a TSO packet

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  With small segment sizes, it is possible for the driver to free an SKB before 
transmitting it, potentially resulting in a crash.

  [Test Case]
  The test case for this is to use a small MTU (200) and mount an NFS exported 
directory. Create several (~4) 1M files w/ dd, then copy them locally. However, 
I have not been able to trigger the crash myself.

  [Regression Risk]
  Fix is upstream, so regressions will have upstream support. Fix is limited to 
a driver that is only applicable to the Cavium Thunder-X SoC, so risk is 
negligible to other platforms.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1624569/+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 1623627] Re: thunder: faulty TSO padding

2018-03-23 Thread dann frazier
** Changed in: linux (Ubuntu)
   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/1623627

Title:
  thunder: faulty TSO padding

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  Certain packet sizes will trigger spurious TCP retransmissions on Cavium 
Thunder-X systems when TSO is enabled (the default). This can result in excess 
traffic and additional latency.

  [Test Case]
  Connect 2 systems to a 10G switch:
   - 1 ThunderX node (the client)
   - 1 "other" node - doesn't have to be ThunderX (the server)
  On the server, run the "receiver" command from the attached tcptest tarball:
$ ./receiver
  Also on the server, run tcpdump to capture the traffic:
$ sudo tcpdump -i  -w tcpdump.out
  On the client, run the "sender" command from the tcptest tarball, with a 1461 
packet size:
$ ./sender  1461 1461
  Kill the tcpdump process, and open it in wireshark.

  On failure, you'll see several "[TCP Spurious Retransmission]" packets
  - on success you should see none.

  [Regression Risk]
  Fix is upstream, so regressions will have upstream support. Fix is limited to 
a driver that is only applicable to the Cavium Thunder-X SoC, so risk is 
negligible to other platforms.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1623627/+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 1753779] Re: [SRU] Please accept pyxs to supported releases

2018-03-23 Thread Łukasz Zemczak
** Changed in: pyxs (Ubuntu)
   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/1753779

Title:
  [SRU] Please accept pyxs to supported releases

Status in pyxs package in Ubuntu:
  Fix Released
Status in pyxs source package in Xenial:
  Fix Committed
Status in pyxs source package in Artful:
  Fix Committed

Bug description:
  [Impact]

   * Pyxs needs to be back-ported since it is a dependency of rax-nova-
  agent that package needs to be backported, too.

  [Test Case]

   * Install the package.

  [Regression Potential]

   * This is a leaf package and have no relations to existing packages
  in the release.

  [Other Info]
   
   * -

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyxs/+bug/1753779/+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 1745081] Re: Add support for Realtek WiFi device [10ec:b822]

2018-03-23 Thread Hui Wang
** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
   Add support for Realtek WiFi device [10ec:b822]

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem package in Ubuntu:
  Invalid
Status in linux-oem source package in Xenial:
  Fix Committed

Bug description:
  05:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 
[10ec:b822]
Subsystem: Lenovo Device [17aa:b023]
Flags: fast devsel, IRQ 255
I/O ports at c000 [disabled] [size=256]
Memory at f200 (64-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [148] Device Serial Number 00-e0-4c-ff-fe-b8-22-01
Capabilities: [158] Latency Tolerance Reporting
Capabilities: [160] L1 PM Substates

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1745081/+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 1755954] Re: external mic not work on Dell OptiPlex 7460 AIO

2018-03-23 Thread Hui Wang
** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  external mic not work on Dell OptiPlex 7460 AIO

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Invalid
Status in linux-oem source package in Xenial:
  Fix Committed
Status in linux source package in Artful:
  New
Status in linux-oem source package in Artful:
  Invalid

Bug description:
  == SRU Justification ==
  We have a OEM bug #1727951, in this bug, The Dell OptiPlex 7460 AIO can't
  detect external mic and can't record sound via external mic. After applying
  the fixup of ALC274_FIXUP_DELL_AIO_LINEOUT_VERB, the problem can be fixed.

  == Fix ==
  40e2c4e5("iALSA: hda/realtek - Add headset mode support for Dell laptop")

  == Regression Potential ==
  very low, since this patch only applies to specific Dell machines which have 
subsystem id: 1028084b and 1028084e.

  
  == Test Case ==
  plug the headset and record the sound on this machine, we can see the
  external mic in the sound-setting and can record sound through this mic.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1755954/+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