[Kernel-packages] [Bug 1955070] Re: Impish update: upstream stable patchset 2021-12-16

2022-01-31 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.13.0-28.31

---
linux (5.13.0-28.31) impish; urgency=medium

  * amd_sfh: Null pointer dereference on early device init causes early panic
and fails to boot (LP: #1956519)
- HID: amd_sfh: Fix potential NULL pointer dereference

  * impish: ddebs build take too long and times out (LP: #1957810)
- [Packaging] enforce xz compression for ddebs

  * audio mute/ mic mute are not working on a HP machine (LP: #1955691)
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook

  * rtw88_8821ce causes freeze (LP: #1927808)
- rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE

  * alsa/sdw: fix the  audio sdw codec parsing logic in the acpi table
(LP: #1955686)
- ALSA: hda: intel-sdw-acpi: harden detection of controller
- ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2

  * icmp_redirect from selftests fails on F/kvm (unary operator expected)
(LP: #1938964)
- selftests: icmp_redirect: pass xfail=0 to log_test()

  * Impish update: upstream stable patchset 2021-12-17 (LP: #1955180)
- arm64: zynqmp: Do not duplicate flash partition label property
- arm64: zynqmp: Fix serial compatible string
- ARM: dts: sunxi: Fix OPPs node name
- arm64: dts: allwinner: h5: Fix GPU thermal zone node name
- arm64: dts: allwinner: a100: Fix thermal zone node name
- staging: wfx: ensure IRQ is ready before enabling it
- ARM: dts: NSP: Fix mpcore, mmc node names
- scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
- arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
- arm64: dts: hisilicon: fix arm,sp805 compatible string
- RDMA/bnxt_re: Check if the vlan is valid before reporting
- bus: ti-sysc: Add quirk handling for reinit on context lost
- bus: ti-sysc: Use context lost quirk for otg
- usb: musb: tusb6010: check return value after calling
  platform_get_resource()
- usb: typec: tipd: Remove WARN_ON in tps6598x_block_read
- ARM: dts: ux500: Skomer regulator fixes
- staging: rtl8723bs: remove possible deadlock when disconnect (v2)
- ARM: BCM53016: Specify switch ports for Meraki MR32
- arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency
- arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property
- arm64: dts: freescale: fix arm,sp805 compatible string
- ASoC: SOF: Intel: hda-dai: fix potential locking issue
- clk: imx: imx6ul: Move csi_sel mux to correct base register
- ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect
- scsi: advansys: Fix kernel pointer leak
- ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336
  codec
- firmware_loader: fix pre-allocated buf built-in firmware use
- ARM: dts: omap: fix gpmc,mux-add-data type
- usb: host: ohci-tmio: check return value after calling
  platform_get_resource()
- ARM: dts: ls1021a: move thermal-zones node out of soc/
- ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash
- ALSA: ISA: not for M68K
- tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
- MIPS: sni: Fix the build
- scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()
- scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()
- scsi: target: Fix ordered tag handling
- scsi: target: Fix alua_tg_pt_gps_count tracking
- iio: imu: st_lsm6dsx: Avoid potential array overflow in 
st_lsm6dsx_set_odr()
- powerpc/5200: dts: fix memory node unit name
- ARM: dts: qcom: fix memory and mdio nodes naming for RB3011
- ALSA: gus: fix null pointer dereference on pointer block
- powerpc/dcr: Use cmplwi instead of 3-argument cmpli
- powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TEST
- sh: check return code of request_irq
- maple: fix wrong return value of maple_bus_init().
- f2fs: fix up f2fs_lookup tracepoints
- f2fs: fix to use WHINT_MODE
- sh: fix kconfig unmet dependency warning for FRAME_POINTER
- sh: math-emu: drop unused functions
- sh: define __BIG_ENDIAN for math-emu
- f2fs: compress: disallow disabling compress on non-empty compressed file
- f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
- clk: ingenic: Fix bugs with divided dividers
- clk/ast2600: Fix soc revision for AHB
- clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk
- mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set
- sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()
- perf/x86/vlbr: Add c->flags to vlbr event constraints
- blkcg: Remove extra blkcg_bio_issue_init
- tracing/histogram: Do not copy the fixed-size char array field over the
  field size
- perf bpf: Avoid memory leak from perf_env__insert_btf()
- perf bench futex: Fix memory leak of perf_cpu_map__new()
- perf tests: Remove bash construct from 

[Kernel-packages] [Bug 1955070] Re: Impish update: upstream stable patchset 2021-12-16

2022-01-20 Thread Stefan Metzmacher
Why is this commit not included here?

commit f95dc207b93da9c88ddbb7741ec3730c6657b88e
Author: Jens Axboe 
AuthorDate: Tue Aug 31 13:57:32 2021 -0600
Commit: Jens Axboe 
CommitDate: Wed Sep 1 12:35:30 2021 -0600

io-wq: split bounded and unbounded work into separate lists

We've got a few issues that all boil down to the fact that we have one
list of pending work items, yet two different types of workers to
serve them. This causes some oddities around workers switching type and
even hashed work vs regular work on the same bounded list.

Just separate them out cleanly, similarly to how we already do
accounting of what is running. That provides a clean separation and
removes some corner cases that can cause stalls when handling IO
that is punted to io-wq.

Fixes: ecc53c48c13d ("io-wq: check max_worker limits if a worker 
transitions bound state")
Signed-off-by: Jens Axboe 


I guess because it was added before v5.15 final, but it's critical to have,
see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/195

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

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

Title:
  Impish update: upstream stable patchset 2021-12-16

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Impish:
  Incomplete

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 following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2021-12-16

  Ported from the following upstream stable releases:
  v5.10.81, v5.14.21, v5.15.4

     from git://git.kernel.org/

 Note: upstream stable v5.14 has now reached EOL, as of
  v5.14.21.

  fortify: Explicitly disable Clang support
  block: Add a helper to validate the block size
  loop: Use blk_validate_block_size() to validate block size
  bootconfig: init: Fix memblock leak in xbc_make_cmdline()
  net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings
  parisc/entry: fix trace test in syscall exit path
  PCI/MSI: Destroy sysfs before freeing entries
  PCI/MSI: Deal with devices lying about their MSI mask capability
  PCI: Add MSI masking quirk for Nvidia ION AHCI
  erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()
  erofs: fix unsafe pagevec reuse of hooked pclusters
  perf/core: Avoid put_page() when GUP fails
  thermal: Fix NULL pointer dereferences in of_thermal_ functions
  selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage
  KVM: Fix steal time asm constraints
  Bluetooth: btusb: Add 0x0b05:0x190e Realtek 8761BU (ASUS BT500) device.
  Bluetooth: btusb: Add support for TP-Link UB500 Adapter
  string: uninline memcpy_and_pad
  btrfs: introduce btrfs_is_data_reloc_root
  btrfs: zoned: add a dedicated data relocation block group
  btrfs: zoned: only allow one process to add pages to a relocation inode
  btrfs: zoned: use regular writes for relocation
  btrfs: check for relocation inodes on zoned btrfs in should_nocow
  btrfs: zoned: allow preallocation for relocation inodes
  UBUNTU: upstream stable to v5.10.81, v5.14.21, v5.15.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1955070/+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 1955070] Re: Impish update: upstream stable patchset 2021-12-16

2022-01-04 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Impish)
   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/1955070

Title:
  Impish update: upstream stable patchset 2021-12-16

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

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 following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2021-12-16

  Ported from the following upstream stable releases:
  v5.10.81, v5.14.21, v5.15.4

     from git://git.kernel.org/

 Note: upstream stable v5.14 has now reached EOL, as of
  v5.14.21.

  fortify: Explicitly disable Clang support
  block: Add a helper to validate the block size
  loop: Use blk_validate_block_size() to validate block size
  bootconfig: init: Fix memblock leak in xbc_make_cmdline()
  net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings
  parisc/entry: fix trace test in syscall exit path
  PCI/MSI: Destroy sysfs before freeing entries
  PCI/MSI: Deal with devices lying about their MSI mask capability
  PCI: Add MSI masking quirk for Nvidia ION AHCI
  erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()
  erofs: fix unsafe pagevec reuse of hooked pclusters
  perf/core: Avoid put_page() when GUP fails
  thermal: Fix NULL pointer dereferences in of_thermal_ functions
  selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage
  KVM: Fix steal time asm constraints
  Bluetooth: btusb: Add 0x0b05:0x190e Realtek 8761BU (ASUS BT500) device.
  Bluetooth: btusb: Add support for TP-Link UB500 Adapter
  string: uninline memcpy_and_pad
  btrfs: introduce btrfs_is_data_reloc_root
  btrfs: zoned: add a dedicated data relocation block group
  btrfs: zoned: only allow one process to add pages to a relocation inode
  btrfs: zoned: use regular writes for relocation
  btrfs: check for relocation inodes on zoned btrfs in should_nocow
  btrfs: zoned: allow preallocation for relocation inodes
  UBUNTU: upstream stable to v5.10.81, v5.14.21, v5.15.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1955070/+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