[Kernel-packages] [Bug 1976248] Re: Revert PPC get_user workaround

2024-07-30 Thread Brian Murray
Ubuntu 22.10 (Kinetic Kudu) has reached end of life, so this bug will
not be fixed for that specific release.

** Changed in: zfs-linux (Ubuntu Kinetic)
   Status: Fix Committed => Won't Fix

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

Title:
  Revert PPC get_user workaround

Status in linux package in Ubuntu:
  Fix Released
Status in zfs-linux package in Ubuntu:
  Fix Committed
Status in linux source package in Impish:
  Fix Released
Status in zfs-linux source package in Impish:
  Won't Fix
Status in linux source package in Jammy:
  Fix Released
Status in zfs-linux source package in Jammy:
  New
Status in linux source package in Kinetic:
  Won't Fix
Status in zfs-linux source package in Kinetic:
  Won't Fix

Bug description:
  [Impact]

   * A change of kernel symbol license allows to drop a PPC specific
  workaround in zfs-dkms to use the regular (better) code paths.

   * See details in:

  https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009242

  [Test Plan]

   * linux: apply
  
https://github.com/torvalds/linux/commit/d9e5c3e9e75162f845880535957b7fd0b4637d23

   * zfs-dkms: revert https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

   * Build on kernel with zfs module on ppc

   * Ensure that zfs.ko successfully loads and works

   * Test that root on zfs installations work on ppc (however, Ubuntu
  currently doesn't provide an installation method to achieve this, so
  this bit of verification might be hard to complete)

  [Where problems could occur]

   * linux: the patch only changes the symbol licensing and the
  potential tainteness status of the kernel, without any observable user
  or kernel space impacts

   * zfs-dkms: The PPC workaround patch is known to be buggy, and the
  new arch-independent codepath may now use optimized codepaths inside
  kernel resulting in a different behavior as observed by user-space
  (operation successful, EFAULT not returned) matching the behavior of
  all other architectures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976248/+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 1976248] Re: Revert PPC get_user workaround

2023-12-05 Thread Dimitri John Ledkov
** Changed in: zfs-linux (Ubuntu Jammy)
   Importance: Undecided => High

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

Title:
  Revert PPC get_user workaround

Status in linux package in Ubuntu:
  Fix Released
Status in zfs-linux package in Ubuntu:
  Fix Committed
Status in linux source package in Impish:
  Fix Released
Status in zfs-linux source package in Impish:
  Won't Fix
Status in linux source package in Jammy:
  Fix Released
Status in zfs-linux source package in Jammy:
  New
Status in linux source package in Kinetic:
  Won't Fix
Status in zfs-linux source package in Kinetic:
  Fix Committed

Bug description:
  [Impact]

   * A change of kernel symbol license allows to drop a PPC specific
  workaround in zfs-dkms to use the regular (better) code paths.

   * See details in:

  https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009242

  [Test Plan]

   * linux: apply
  
https://github.com/torvalds/linux/commit/d9e5c3e9e75162f845880535957b7fd0b4637d23

   * zfs-dkms: revert https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

   * Build on kernel with zfs module on ppc

   * Ensure that zfs.ko successfully loads and works

   * Test that root on zfs installations work on ppc (however, Ubuntu
  currently doesn't provide an installation method to achieve this, so
  this bit of verification might be hard to complete)

  [Where problems could occur]

   * linux: the patch only changes the symbol licensing and the
  potential tainteness status of the kernel, without any observable user
  or kernel space impacts

   * zfs-dkms: The PPC workaround patch is known to be buggy, and the
  new arch-independent codepath may now use optimized codepaths inside
  kernel resulting in a different behavior as observed by user-space
  (operation successful, EFAULT not returned) matching the behavior of
  all other architectures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976248/+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 1976248] Re: Revert PPC get_user workaround

2023-12-05 Thread Dimitri John Ledkov
** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

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

** Changed in: zfs-linux (Ubuntu Impish)
   Status: New => Won't Fix

** Changed in: zfs-linux (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

** Changed in: zfs-linux (Ubuntu Jammy)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

Title:
  Revert PPC get_user workaround

Status in linux package in Ubuntu:
  Fix Released
Status in zfs-linux package in Ubuntu:
  Fix Committed
Status in linux source package in Impish:
  Fix Released
Status in zfs-linux source package in Impish:
  Won't Fix
Status in linux source package in Jammy:
  Fix Released
Status in zfs-linux source package in Jammy:
  New
Status in linux source package in Kinetic:
  Won't Fix
Status in zfs-linux source package in Kinetic:
  Fix Committed

Bug description:
  [Impact]

   * A change of kernel symbol license allows to drop a PPC specific
  workaround in zfs-dkms to use the regular (better) code paths.

   * See details in:

  https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009242

  [Test Plan]

   * linux: apply
  
https://github.com/torvalds/linux/commit/d9e5c3e9e75162f845880535957b7fd0b4637d23

   * zfs-dkms: revert https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

   * Build on kernel with zfs module on ppc

   * Ensure that zfs.ko successfully loads and works

   * Test that root on zfs installations work on ppc (however, Ubuntu
  currently doesn't provide an installation method to achieve this, so
  this bit of verification might be hard to complete)

  [Where problems could occur]

   * linux: the patch only changes the symbol licensing and the
  potential tainteness status of the kernel, without any observable user
  or kernel space impacts

   * zfs-dkms: The PPC workaround patch is known to be buggy, and the
  new arch-independent codepath may now use optimized codepaths inside
  kernel resulting in a different behavior as observed by user-space
  (operation successful, EFAULT not returned) matching the behavior of
  all other architectures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976248/+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 1976248] Re: Revert PPC get_user workaround

2022-09-29 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-
gkeop-5.15/5.15.0-1003.5~20.04.2 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-focal' to
'verification-done-focal'. If the problem still exists, change the tag
'verification-needed-focal' to 'verification-failed-focal'.

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!

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

Title:
  Revert PPC get_user workaround

Status in linux package in Ubuntu:
  Fix Committed
Status in zfs-linux package in Ubuntu:
  Fix Committed
Status in linux source package in Impish:
  Fix Committed
Status in zfs-linux source package in Impish:
  New
Status in linux source package in Jammy:
  Fix Released
Status in zfs-linux source package in Jammy:
  New
Status in linux source package in Kinetic:
  Fix Committed
Status in zfs-linux source package in Kinetic:
  Fix Committed

Bug description:
  [Impact]

   * A change of kernel symbol license allows to drop a PPC specific
  workaround in zfs-dkms to use the regular (better) code paths.

   * See details in:

  https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009242

  [Test Plan]

   * linux: apply
  
https://github.com/torvalds/linux/commit/d9e5c3e9e75162f845880535957b7fd0b4637d23

   * zfs-dkms: revert https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

   * Build on kernel with zfs module on ppc

   * Ensure that zfs.ko successfully loads and works

   * Test that root on zfs installations work on ppc (however, Ubuntu
  currently doesn't provide an installation method to achieve this, so
  this bit of verification might be hard to complete)

  [Where problems could occur]

   * linux: the patch only changes the symbol licensing and the
  potential tainteness status of the kernel, without any observable user
  or kernel space impacts

   * zfs-dkms: The PPC workaround patch is known to be buggy, and the
  new arch-independent codepath may now use optimized codepaths inside
  kernel resulting in a different behavior as observed by user-space
  (operation successful, EFAULT not returned) matching the behavior of
  all other architectures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976248/+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 1976248] Re: Revert PPC get_user workaround

2022-07-11 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.15.0-41.44

---
linux (5.15.0-41.44) jammy; urgency=medium

  * jammy/linux: 5.15.0-41.44 -proposed tracker (LP: #1979448)

  * Fix can't boot up after change to vmd  (LP: #1976587)
- PCI: vmd: Assign VMD IRQ domain before enumeration
- PCI: vmd: Revert 2565e5b69c44 ("PCI: vmd: Do not disable MSI-X remapping 
if
  interrupt remapping is enabled by IOMMU.")

  * [SRU][Jammy/OEM-5.17][PATCH 0/1] Fix calltrace in mac80211 (LP: #1978297)
- mac80211: fix struct ieee80211_tx_info size

  * [SRU][Jammy][PATCH 0/1] Fix amd display corruption on s2idle resume
(LP: #1978244)
- drm/amd/display: Don't reinitialize DMCUB on s0ix resume

  * pl2303 serial adapter not recognized (LP: #1967493)
- USB: serial: pl2303: fix type detection for odd device

  * Remove SAUCE patches from test_vxlan_under_vrf.sh in net of
ubuntu_kernel_selftests (LP: #1975691)
- Revert "UBUNTU: SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on
  xfail"
- Revert "UBUNTU: SAUCE: selftests: net: Make test for VXLAN underlay in 
non-
  default VRF an expected failure"

  * Fix hp_wmi_read_int() reporting error (0x05) (LP: #1979051)
- platform/x86: hp-wmi: Fix hp_wmi_read_int() reporting error (0x05)

  * Request to back port vmci patches to Ubuntu kernel (LP: #1978145)
- VMCI: dma dg: whitespace formatting change for vmci register defines
- VMCI: dma dg: add MMIO access to registers
- VMCI: dma dg: detect DMA datagram capability
- VMCI: dma dg: set OS page size
- VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
- VMCI: dma dg: allocate send and receive buffers for DMA datagrams
- VMCI: dma dg: add support for DMA datagrams sends
- VMCI: dma dg: add support for DMA datagrams receive
- VMCI: Fix some error handling paths in vmci_guest_probe_device()
- VMCI: Release notification_bitmap in error path
- VMCI: Check exclusive_vectors when freeing interrupt 1
- VMCI: Add support for ARM64
- [Config] Update policies for VMWARE_VMCI and VMWARE_VMCI_VSOCKETS

  * [UBUNTU 20.04] rcu stalls with many storage key guests (LP: #1975582)
- s390/gmap: voluntarily schedule during key setting
- s390/mm: use non-quiescing sske for KVM switch to keyed guest

  * [SRU][OEM-5.14/OEM-5.17/Jammy][PATCH 0/1] Fix i915 calltrace on new ADL BIOS
(LP: #1976214)
- drm/i915: update new TMDS clock setting defined by VBT

  * Revert PPC get_user workaround (LP: #1976248)
- powerpc: Export mmu_feature_keys[] as non-GPL

  * Jammy update: v5.15.39 upstream stable release (LP: #1978240)
- MIPS: Fix CP0 counter erratum detection for R4k CPUs
- parisc: Merge model and model name into one line in /proc/cpuinfo
- ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers
- ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes
- mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC
- mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits
- mmc: core: Set HS clock speed before sending HS CMD13
- gpiolib: of: fix bounds check for 'gpio-reserved-ranges'
- x86/fpu: Prevent FPU state corruption
- KVM: x86/svm: Account for family 17h event renumberings in
  amd_pmc_perf_hw_id
- iommu/vt-d: Calculate mask for non-aligned flushes
- iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range()
- drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT
- drm/amdgpu: do not use passthrough mode in Xen dom0
- RISC-V: relocate DTB if it's outside memory region
- Revert "SUNRPC: attempt AF_LOCAL connect on setup"
- timekeeping: Mark NMI safe time accessors as notrace
- firewire: fix potential uaf in outbound_phy_packet_callback()
- firewire: remove check of list iterator against head past the loop body
- firewire: core: extend card->lock in fw_core_handle_bus_reset
- net: stmmac: disable Split Header (SPH) for Intel platforms
- genirq: Synchronize interrupt thread startup
- ASoC: da7219: Fix change notifications for tone generator frequency
- ASoC: wm8958: Fix change notifications for DSP controls
- ASoC: meson: Fix event generation for AUI ACODEC mux
- ASoC: meson: Fix event generation for G12A tohdmi mux
- ASoC: meson: Fix event generation for AUI CODEC mux
- s390/dasd: fix data corruption for ESE devices
- s390/dasd: prevent double format of tracks for ESE devices
- s390/dasd: Fix read for ESE with blksize < 4k
- s390/dasd: Fix read inconsistency for ESE DASD devices
- can: grcan: grcan_close(): fix deadlock
- can: isotp: remove re-binding of bound socket
- can: grcan: use ofdev->dev when allocating DMA memory
- can: grcan: grcan_probe(): fix broken system id check for errata 
workaround
  needs
- can: grcan: only use the NAPI poll budget for RX
- nfc: replace improper check device_is_registered() in net

[Kernel-packages] [Bug 1976248] Re: Revert PPC get_user workaround

2022-05-31 Thread Stefan Bader
** Also affects: linux (Ubuntu Kinetic)
   Importance: Undecided
   Status: In Progress

** Also affects: zfs-linux (Ubuntu Kinetic)
   Importance: Undecided
   Status: New

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

** Also affects: zfs-linux (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

** Also affects: zfs-linux (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Impish)
   Status: New => In Progress

** Changed in: linux (Ubuntu Impish)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: linux (Ubuntu Jammy)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Kinetic)
   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/1976248

Title:
  Revert PPC get_user workaround

Status in linux package in Ubuntu:
  In Progress
Status in zfs-linux package in Ubuntu:
  New
Status in linux source package in Impish:
  In Progress
Status in zfs-linux source package in Impish:
  New
Status in linux source package in Jammy:
  In Progress
Status in zfs-linux source package in Jammy:
  New
Status in linux source package in Kinetic:
  In Progress
Status in zfs-linux source package in Kinetic:
  New

Bug description:
  [Impact]

   * A change of kernel symbol license allows to drop a PPC specific
  workaround in zfs-dkms to use the regular (better) code paths.

   * See details in:

  https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009242

  [Test Plan]

   * linux: apply
  
https://github.com/torvalds/linux/commit/d9e5c3e9e75162f845880535957b7fd0b4637d23

   * zfs-dkms: revert https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

   * Build on kernel with zfs module on ppc

   * Ensure that zfs.ko successfully loads and works

   * Test that root on zfs installations work on ppc (however, Ubuntu
  currently doesn't provide an installation method to achieve this, so
  this bit of verification might be hard to complete)

  [Where problems could occur]

   * linux: the patch only changes the symbol licensing and the
  potential tainteness status of the kernel, without any observable user
  or kernel space impacts

   * zfs-dkms: The PPC workaround patch is known to be buggy, and the
  new arch-independent codepath may now use optimized codepaths inside
  kernel resulting in a different behavior as observed by user-space
  (operation successful, EFAULT not returned) matching the behavior of
  all other architectures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976248/+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 1976248] Re: Revert PPC get_user workaround

2022-05-30 Thread Dimitri John Ledkov
** Changed in: linux (Ubuntu)
   Status: Incomplete => In Progress

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

Title:
  Revert PPC get_user workaround

Status in linux package in Ubuntu:
  In Progress
Status in zfs-linux package in Ubuntu:
  New

Bug description:
  [Impact]

   * A change of kernel symbol license allows to drop a PPC specific
  workaround in zfs-dkms to use the regular (better) code paths.

   * See details in:

  https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009242

  [Test Plan]

   * linux: apply
  
https://github.com/torvalds/linux/commit/d9e5c3e9e75162f845880535957b7fd0b4637d23

   * zfs-dkms: revert https://git.launchpad.net/ubuntu/+source/zfs-
  linux/tree/debian/patches/4900-ppc-get-user-workaround.patch

   * Build on kernel with zfs module on ppc

   * Ensure that zfs.ko successfully loads and works

   * Test that root on zfs installations work on ppc (however, Ubuntu
  currently doesn't provide an installation method to achieve this, so
  this bit of verification might be hard to complete)

  [Where problems could occur]

   * linux: the patch only changes the symbol licensing and the
  potential tainteness status of the kernel, without any observable user
  or kernel space impacts

   * zfs-dkms: The PPC workaround patch is known to be buggy, and the
  new arch-independent codepath may now use optimized codepaths inside
  kernel resulting in a different behavior as observed by user-space
  (operation successful, EFAULT not returned) matching the behavior of
  all other architectures.

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