forked from pool/numactl
This commit is contained in:
parent
6ff588d334
commit
a5c136fa1a
@ -1,3 +1,67 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 19 12:25:29 UTC 2021 - trenn@suse.de
|
||||
|
||||
- Update to version 5.14-rc1.441.gf0eb870a8422:
|
||||
* Documentation: Fix intiramfs script name
|
||||
* Kbuild: lto: fix module versionings mismatch in GNU make 3.X
|
||||
* kbuild: do not suppress Kconfig prompts for silent build
|
||||
* scripts/setlocalversion: fix a bug when LOCALVERSION is empty
|
||||
* Revert "mm/slub: use stackdepot to save stack trace in objects"
|
||||
* ARM: dts: versatile: Fix up interrupt controller node names
|
||||
* ARM: multi_v7_defconfig: Make NOP_USB_XCEIV driver built-in
|
||||
* ARM: configs: Update u8500_defconfig
|
||||
* ARM: configs: Update Vexpress defconfig
|
||||
* ARM: configs: Update Versatile defconfig
|
||||
* ARM: configs: Update RealView defconfig
|
||||
* ARM: configs: Update Integrator defconfig
|
||||
* arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/
|
||||
* xfs: detect misaligned rtinherit directory extent size hints
|
||||
* xfs: fix an integer overflow error in xfs_growfs_rt
|
||||
* xfs: improve FSGROWFSRT precondition checking
|
||||
* xfs: don't expose misaligned extszinherit hints to userspace
|
||||
* xfs: correct the narrative around misaligned rtinherit/extszinherit dirs
|
||||
* xfs: reset child dir '..' entry when unlinking child
|
||||
* xfs: check for sparse inode clusters that cross new EOAG when shrinking
|
||||
* iomap: Don't create iomap_page objects in iomap_page_mkwrite_actor
|
||||
* iomap: Don't create iomap_page objects for inline files
|
||||
* iomap: Permit pages without an iop to enter writeback
|
||||
* iomap: remove the length variable in iomap_seek_hole
|
||||
* iomap: remove the length variable in iomap_seek_data
|
||||
* firmware: arm_scmi: Fix range check for the maximum number of pending messages
|
||||
* firmware: arm_scmi: Avoid padding in sensor message structure
|
||||
* firmware: arm_scmi: Fix kernel doc warnings about return values
|
||||
* firmware: arm_scpi: Fix kernel doc warnings
|
||||
* firmware: arm_scmi: Fix kernel doc warnings
|
||||
* ARM: shmobile: defconfig: Restore graphical consoles
|
||||
* scsi: ufs: core: Add missing host_lock in ufshcd_vops_setup_xfer_req()
|
||||
* scsi: mpi3mr: Fix W=1 compilation warnings
|
||||
* scsi: pm8001: Clean up kernel-doc and comments
|
||||
* scsi: zfcp: Report port fc_security as unknown early during remote cable pull
|
||||
* scsi: core: Fix bad pointer dereference when ehandler kthread is invalid
|
||||
* scsi: fas216: Fix a build error
|
||||
* scsi: core: Fix the documentation of the scsi_execute() time parameter
|
||||
* firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflow
|
||||
* firmware: arm_ffa: Fix the comment style
|
||||
* firmware: arm_ffa: Simplify probe function
|
||||
* firmware: arm_ffa: Ensure drivers provide a probe function
|
||||
* firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
|
||||
* firmware: arm_scmi: Ensure drivers provide a probe function
|
||||
* firmware: arm_scmi: Simplify device probe function on the bus
|
||||
* dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitions
|
||||
* clk: renesas: r9a07g044: Add P2 Clock support
|
||||
* clk: renesas: r9a07g044: Fix P1 Clock
|
||||
* clk: renesas: r9a07g044: Rename divider table
|
||||
* clk: renesas: rzg2l: Add multi clock PM support
|
||||
* arm64: tegra: Enable SMMU support for USB on Tegra194
|
||||
* arm64: tegra: Enable audio IOMMU support on Tegra194
|
||||
* ARM: dts: aspeed: everest: PSU #3 address change
|
||||
* ARM: dts: everest: Add phase corrections for eMMC
|
||||
* ARM: dts: tacoma: Add phase corrections for eMMC
|
||||
* ARM: dts: aspeed: Update e3c246d4i vuart properties
|
||||
* ARM: dts: aspeed: Fix AST2600 machines line names
|
||||
* dt-bindings: arm-smmu: Fix json-schema syntax
|
||||
* memory: tegra: Add compile-test stub for tegra_mc_probe_device()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 09 07:01:40 UTC 2021 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: numactl
|
||||
version: 2.0.14.17.g498385e
|
||||
mtime: 1624029976
|
||||
commit: 498385e3aaf265d6e9786e0a391196cd82ab3260
|
||||
version: 5.14-rc1.441.gf0eb870a8422
|
||||
mtime: 1626632845
|
||||
commit: f0eb870a84224c9bfde0dc547927e8df1be4267c
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: numactl
|
||||
Version: 2.0.14.17.g498385e
|
||||
Version: 5.14-rc1.441.gf0eb870a8422
|
||||
Release: 0
|
||||
Summary: NUMA Policy Control
|
||||
License: GPL-2.0-only
|
||||
Group: System/Management
|
||||
URL: https://github.com/numactl/numactl/releases
|
||||
Source0: https://github.com/numactl/numactl/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source2: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE -- Avoid segfault when no node can be found in sysfs
|
||||
Patch1: 0001-Fixed-segfault-when-no-node-could-be-found-in-sysfs-.patch
|
||||
|
Loading…
Reference in New Issue
Block a user