[Kernel-packages] [Bug 1917918] Re: SRU: Add FUA support for XFS

2021-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-141.145

---
linux (4.15.0-141.145) bionic; urgency=medium

  * bionic/linux: 4.15.0-141.145 -proposed tracker (LP: #1919536)

  * binary assembly failures with CONFIG_MODVERSIONS present (LP: #1919315)
- [Packaging] quiet (nomially) benign errors in BUILD script

  * selftests: bpf verifier fails after sanitize_ptr_alu fixes (LP: #1920995)
- bpf: Simplify alu_limit masking for pointer arithmetic
- bpf: Add sanity check for upper ptr_limit
- bpf, selftests: Fix up some test_verifier cases for unprivileged

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * CVE-2018-13095
- xfs: More robust inode extent count validation

  * i40e PF reset due to incorrect MDD event (LP: #1772675)
- i40e: change behavior on PF in response to MDD event

  * Bionic update: upstream stable patchset 2021-03-09 (LP: #1918330)
- ACPI: sysfs: Prefer "compatible" modalias
- ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming
- wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
- net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
- drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs
- drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
- KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in
  intel_arch_events[]
- KVM: x86: get smi pending status correctly
- xen: Fix XenStore initialisation for XS_LOCAL
- leds: trigger: fix potential deadlock with libata
- mt7601u: fix kernel crash unplugging the device
- mt7601u: fix rx buffer refcounting
- xen-blkfront: allow discard-* nodes to be optional
- ARM: imx: build suspend-imx6.S with arm instruction set
- netfilter: nft_dynset: add timeout extension to template
- xfrm: Fix oops in xfrm_replay_advance_bmp
- RDMA/cxgb4: Fix the reported max_recv_sge value
- iwlwifi: pcie: use jiffies for memory read spin time limit
- iwlwifi: pcie: reschedule in long-running memory reads
- mac80211: pause TX while changing interface type
- can: dev: prevent potential information leak in can_fill_info()
- x86/entry/64/compat: Preserve r8-r11 in int $0x80
- x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int 
$0x80"
- iommu/vt-d: Gracefully handle DMAR units with no supported address widths
- iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built
- NFC: fix resource leak when target index is invalid
- NFC: fix possible resource leak
- team: protect features update by RCU to avoid deadlock
- tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
- kernel: kexec: remove the lock operation of system_transition_mutex
- PM: hibernate: flush swap writer after marking
- pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()
- net/mlx5: Fix memory leak on flow table creation error flow
- rxrpc: Fix memory leak in rxrpc_lookup_local
- net: dsa: bcm_sf2: put device node before return
- ibmvnic: Ensure that CRQ entry read are correctly ordered
- ACPI: thermal: Do not call acpi_thermal_check() directly
- net_sched: gen_estimator: support large ewma log
- phy: cpcap-usb: Fix warning for missing regulator_disable
- x86: __always_inline __{rd,wr}msr()
- scsi: scsi_transport_srp: Don't block target in failfast state
- scsi: libfc: Avoid invoking response handler twice if ep is already
  completed
- mac80211: fix fast-rx encryption check
- scsi: ibmvfc: Set default timeout to avoid crash during migration
- objtool: Don't fail on missing symbol table
- kthread: Extract KTHREAD_IS_PER_CPU
- workqueue: Restrict affinity change to rescuer
- USB: serial: cp210x: add pid/vid for WSDA-200-USB
- USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000
- USB: serial: option: Adding support for Cinterion MV31
- arm64: dts: ls1046a: fix dcfg address range
- net: lapb: Copy the skb before sending a packet
- elfcore: fix building with clang
- USB: gadget: legacy: fix an error code in eth_bind()
- USB: usblp: don't call usb_set_interface if there's a single alt
- usb: dwc2: Fix endpoint direction check in ep_from_windex
- ovl: fix dentry leak in ovl_get_redirect
- mac80211: fix station rate table updates on assoc
- kretprobe: Avoid re-registration of the same kretprobe earlier
- xhci: fix bounce buffer usage for non-sg list case
- cifs: report error instead of invalid when revalidating a dentry fails
- smb3: Fix out-of-bounds bug in SMB2_negotiate()
- mmc: core: Limit retries when analyse of SDIO tuples fails
- nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs
- ARM: footbridge: fix dc21285 PCI configuration accessors
- mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
- mm: hugetlb: fix 

[Kernel-packages] [Bug 1917918] Re: SRU: Add FUA support for XFS

2021-04-06 Thread Tim Gardner
Testing by Microsoft indicates acceptable performance gains with no
regression.

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

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

Title:
  SRU: Add FUA support for XFS

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

Bug description:
  SRU justification:

  [Impact]

  This 4 patch set adds backported support for Forced Unit Access (FUA)
  on XFS file systems to the 18.04 (Bionic) GA (4.15) kernel. FUA on XFS
  was added upstream in 4.18.

  FUA on XFS is important for SQL server work loads.

  [Test Plan]
  SQLIOSIM (a package from Microsoft) was used to test performance 
improvements. Tests were run with an XFS file system mounted on a persistent 
memory block device (PMEM) partition. Performance metrics were found to exhibit 
satisfactory improvement gains from the GA kernel.

  [Where problems could occur]

  Well, these are patches to file system code. They _could_ cause
  widespread corruption. However, multiple test passes with sqliosim
  exhibited no issues.

  [Other Info]

  See attached sqliosim.cfg.ini configuration file for test run
  parameters.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1917918/+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 1917918] Re: SRU: Add FUA support for XFS

2021-03-25 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-
bionic' to 'verification-done-bionic'. If the problem still exists,
change the tag 'verification-needed-bionic' to 'verification-failed-
bionic'.

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-bionic

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

Title:
  SRU: Add FUA support for XFS

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

Bug description:
  SRU justification:

  [Impact]

  This 4 patch set adds backported support for Forced Unit Access (FUA)
  on XFS file systems to the 18.04 (Bionic) GA (4.15) kernel. FUA on XFS
  was added upstream in 4.18.

  FUA on XFS is important for SQL server work loads.

  [Test Plan]
  SQLIOSIM (a package from Microsoft) was used to test performance 
improvements. Tests were run with an XFS file system mounted on a persistent 
memory block device (PMEM) partition. Performance metrics were found to exhibit 
satisfactory improvement gains from the GA kernel.

  [Where problems could occur]

  Well, these are patches to file system code. They _could_ cause
  widespread corruption. However, multiple test passes with sqliosim
  exhibited no issues.

  [Other Info]

  See attached sqliosim.cfg.ini configuration file for test run
  parameters.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1917918/+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 1917918] Re: SRU: Add FUA support for XFS

2021-03-10 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Bionic)
   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/1917918

Title:
  SRU: Add FUA support for XFS

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

Bug description:
  SRU justification:

  [Impact]

  This 4 patch set adds backported support for Forced Unit Access (FUA)
  on XFS file systems to the 18.04 (Bionic) GA (4.15) kernel. FUA on XFS
  was added upstream in 4.18.

  FUA on XFS is important for SQL server work loads.

  [Test Plan]
  SQLIOSIM (a package from Microsoft) was used to test performance 
improvements. Tests were run with an XFS file system mounted on a persistent 
memory block device (PMEM) partition. Performance metrics were found to exhibit 
satisfactory improvement gains from the GA kernel.

  [Where problems could occur]

  Well, these are patches to file system code. They _could_ cause
  widespread corruption. However, multiple test passes with sqliosim
  exhibited no issues.

  [Other Info]

  See attached sqliosim.cfg.ini configuration file for test run
  parameters.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1917918/+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 1917918] Re: SRU: Add FUA support for XFS

2021-03-08 Thread Stefan Bader
** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1917918

Title:
  SRU: Add FUA support for XFS

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  In Progress

Bug description:
  SRU justification:

  [Impact]

  This 4 patch set adds backported support for Forced Unit Access (FUA)
  on XFS file systems to the 18.04 (Bionic) GA (4.15) kernel. FUA on XFS
  was added upstream in 4.18.

  FUA on XFS is important for SQL server work loads.

  [Test Plan]
  SQLIOSIM (a package from Microsoft) was used to test performance 
improvements. Tests were run with an XFS file system mounted on a persistent 
memory block device (PMEM) partition. Performance metrics were found to exhibit 
satisfactory improvement gains from the GA kernel.

  [Where problems could occur]

  Well, these are patches to file system code. They _could_ cause
  widespread corruption. However, multiple test passes with sqliosim
  exhibited no issues.

  [Other Info]

  See attached sqliosim.cfg.ini configuration file for test run
  parameters.

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