[Kernel-packages] [Bug 1842059] Re: shiftfs: mark kmem_cache as reclaimable

2019-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.0.0-32.34

---
linux (5.0.0-32.34) disco; urgency=medium

  * disco/linux: 5.0.0-32.34 -proposed tracker (LP: #1846097)

  * CVE-2019-14814 // CVE-2019-14815 // CVE-2019-14816
- mwifiex: Fix three heap overflow at parsing element in 
cfg80211_ap_settings

  * CVE-2019-15505
- media: technisat-usb2: break out of loop at end of buffer

  * CVE-2019-2181
- binder: check for overflow when alloc for security context

  * Support Hi1620 zip hw accelerator (LP: #1845355)
- [Config] Enable HiSilicon QM/ZIP as modules
- crypto: hisilicon - add queue management driver for HiSilicon QM module
- crypto: hisilicon - add hardware SGL support
- crypto: hisilicon - add HiSilicon ZIP accelerator support
- crypto: hisilicon - add SRIOV support for ZIP
- Documentation: Add debugfs doc for hisi_zip
- crypto: hisilicon - add debugfs for ZIP and QM
- MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver
- crypto: hisilicon - fix kbuild warnings
- crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
- crypto: hisilicon - init curr_sgl_dma to fix compile warning
- crypto: hisilicon - add missing single_release
- crypto: hisilicon - fix error handle in hisi_zip_create_req_q
- crypto: hisilicon - Fix warning on printing %p with dma_addr_t
- crypto: hisilicon - Fix return value check in hisi_zip_acompress()
- crypto: hisilicon - avoid unused function warning

  * xfrm interface: several kernel panic (LP: #1836261)
- xfrm interface: fix memory leak on creation
- xfrm interface: avoid corruption on changelink
- xfrm interface: ifname may be wrong in logs
- xfrm interface: fix list corruption for x-netns
- xfrm interface: fix management of phydev

  * shiftfs: drop entries from cache on unlink (LP: #1841977)
- SAUCE: shiftfs: fix buggy unlink logic

  * shiftfs: mark kmem_cache as reclaimable (LP: #1842059)
- SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT

  *  Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas
adapters(SAS3.5 onwards) (LP: #1838751)
- PCI: Restore Resizable BAR size bits correctly for 1MB BARs

  * No sound inputs from the external microphone and headset on a Dell machine
(LP: #1842265)
- ALSA: hda - Expand pin_match function to match upcoming new tbls
- ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family

  * Add -fcf-protection=none when using retpoline flags (LP: #1843291)
- SAUCE: kbuild: add -fcf-protection=none when using retpoline flags

  * Disco update: upstream stable patchset 2019-09-25 (LP: #1845390)
- bridge/mdb: remove wrong use of NLM_F_MULTI
- cdc_ether: fix rndis support for Mediatek based smartphones
- ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'
- isdn/capi: check message length in capi_write()
- ixgbe: Fix secpath usage for IPsec TX offload.
- net: Fix null de-reference of device refcount
- net: gso: Fix skb_segment splat when splitting gso_size mangled skb having
  linear-headed frag_list
- net: phylink: Fix flow control resolution
- net: sched: fix reordering issues
- sch_hhf: ensure quantum and hhf_non_hh_weight are non-zero
- sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'
- sctp: use transport pf_retrans in sctp_do_8_2_transport_strike
- tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR
- tipc: add NULL pointer check before calling kfree_rcu
- tun: fix use-after-free when register netdev failed
- gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and 
blacklist
- gpio: fix line flag validation in linehandle_create
- Btrfs: fix assertion failure during fsync and use of stale transaction
- ixgbe: Prevent u8 wrapping of ITR value to something less than 10us
- genirq: Prevent NULL pointer dereference in resend_irqs()
- KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it
  as target for memset()
- KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl
- KVM: x86: work around leak of uninitialized stack contents
- KVM: nVMX: handle page fault in vmread
- x86/purgatory: Change compiler flags from -mcmodel=kernel to 
-mcmodel=large
  to fix kexec relocation errors
- powerpc: Add barrier_nospec to raw_copy_in_user()
- drm/meson: Add support for XBGR & ABGR formats
- clk: rockchip: Don't yell about bad mmc phases when getting
- mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issue
- PCI: Always allow probing with driver_override
- gpio: fix line flag validation in lineevent_create
- ubifs: Correctly use tnc_next() in search_dh_cookie()
- driver core: Fix use-after-free and double free on glue directory
- crypto: talitos - check AES key size
- crypto: talitos - fix CTR alg blocksize
- crypto: talitos - 

[Kernel-packages] [Bug 1842059] Re: shiftfs: mark kmem_cache as reclaimable

2019-10-05 Thread Christian Brauner
** Changed in: linux (Ubuntu Disco)
 Assignee: (unassigned) => Christian Brauner (cbrauner)

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

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

Title:
  shiftfs: mark kmem_cache as reclaimable

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Disco:
  Fix Committed

Bug description:
  SRU Justification

  Impact: Shiftfs does not mark it's slab cache as reclaimable. While
  this is not a big deal it is not nice to the kernel in general. The
  shiftfs cache is not so important that it can't be reclaimed.

  Regression Potential: Limited to shiftfs. This patch has been tested
  for multiple days and has not caused any regressions.

  Test Case:
  Open a lot of files in shiftfs to get them into the cache and then cause 
memory pressure via e.g. stress-ng and see if the shiftfs cache shrinks.

  Target Kernels: All LTS kernels with shiftfs support.

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

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


[Kernel-packages] [Bug 1842059] Re: shiftfs: mark kmem_cache as reclaimable

2019-10-04 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
disco' to 'verification-done-disco'. If the problem still exists, change
the tag 'verification-needed-disco' to 'verification-failed-disco'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-disco

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

Title:
  shiftfs: mark kmem_cache as reclaimable

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Disco:
  Fix Committed

Bug description:
  SRU Justification

  Impact: Shiftfs does not mark it's slab cache as reclaimable. While
  this is not a big deal it is not nice to the kernel in general. The
  shiftfs cache is not so important that it can't be reclaimed.

  Regression Potential: Limited to shiftfs. This patch has been tested
  for multiple days and has not caused any regressions.

  Test Case:
  Open a lot of files in shiftfs to get them into the cache and then cause 
memory pressure via e.g. stress-ng and see if the shiftfs cache shrinks.

  Target Kernels: All LTS kernels with shiftfs support.

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

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


[Kernel-packages] [Bug 1842059] Re: shiftfs: mark kmem_cache as reclaimable

2019-09-27 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Disco)
   Status: New => Fix Committed

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

Title:
  shiftfs: mark kmem_cache as reclaimable

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Disco:
  Fix Committed

Bug description:
  SRU Justification

  Impact: Shiftfs does not mark it's slab cache as reclaimable. While
  this is not a big deal it is not nice to the kernel in general. The
  shiftfs cache is not so important that it can't be reclaimed.

  Regression Potential: Limited to shiftfs. This patch has been tested
  for multiple days and has not caused any regressions.

  Test Case:
  Open a lot of files in shiftfs to get them into the cache and then cause 
memory pressure via e.g. stress-ng and see if the shiftfs cache shrinks.

  Target Kernels: All LTS kernels with shiftfs support.

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

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


[Kernel-packages] [Bug 1842059] Re: shiftfs: mark kmem_cache as reclaimable

2019-09-25 Thread Stefan Bader
** Changed in: linux (Ubuntu Disco)
   Importance: Undecided => Medium

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

Title:
  shiftfs: mark kmem_cache as reclaimable

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Disco:
  New

Bug description:
  SRU Justification

  Impact: Shiftfs does not mark it's slab cache as reclaimable. While
  this is not a big deal it is not nice to the kernel in general. The
  shiftfs cache is not so important that it can't be reclaimed.

  Regression Potential: Limited to shiftfs. This patch has been tested
  for multiple days and has not caused any regressions.

  Test Case:
  Open a lot of files in shiftfs to get them into the cache and then cause 
memory pressure via e.g. stress-ng and see if the shiftfs cache shrinks.

  Target Kernels: All LTS kernels with shiftfs support.

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

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


[Kernel-packages] [Bug 1842059] Re: shiftfs: mark kmem_cache as reclaimable

2019-09-11 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.3.0-10.11

---
linux (5.3.0-10.11) eoan; urgency=medium

  * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232)

  * No sound inputs from the external microphone and headset on a Dell machine
(LP: #1842265)
- SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls
- SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family

  * Horizontal corrupted line at top of screen caused by framebuffer compression
(LP: #1840236)
- SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake

  * Add bpftool to linux-tools-common (LP: #1774815)
- [Debian] package bpftool in linux-tools-common

  * Miscellaneous Ubuntu changes
- update dkms package versions

  [ Upstream Kernel Changes ]

  * Rebase to v5.3-rc8

 -- Paolo Pisati   Mon, 09 Sep 2019 10:00:41
+0200

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

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

Title:
  shiftfs: mark kmem_cache as reclaimable

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Disco:
  New

Bug description:
  SRU Justification

  Impact: Shiftfs does not mark it's slab cache as reclaimable. While
  this is not a big deal it is not nice to the kernel in general. The
  shiftfs cache is not so important that it can't be reclaimed.

  Regression Potential: Limited to shiftfs. This patch has been tested
  for multiple days and has not caused any regressions.

  Test Case:
  Open a lot of files in shiftfs to get them into the cache and then cause 
memory pressure via e.g. stress-ng and see if the shiftfs cache shrinks.

  Target Kernels: All LTS kernels with shiftfs support.

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

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


[Kernel-packages] [Bug 1842059] Re: shiftfs: mark kmem_cache as reclaimable

2019-08-30 Thread Seth Forshee
** Also affects: linux (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  shiftfs: mark kmem_cache as reclaimable

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Disco:
  New

Bug description:
  SRU Justification

  Impact: Shiftfs does not mark it's slab cache as reclaimable. While
  this is not a big deal it is not nice to the kernel in general. The
  shiftfs cache is not so important that it can't be reclaimed.

  Regression Potential: Limited to shiftfs. This patch has been tested
  for multiple days and has not caused any regressions.

  Test Case:
  Open a lot of files in shiftfs to get them into the cache and then cause 
memory pressure via e.g. stress-ng and see if the shiftfs cache shrinks.

  Target Kernels: All LTS kernels with shiftfs support.

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

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