forked from pmem/ndctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git clean -xdf tar zcvf ../ndctl_80.orig.tar.gz --exclude=.git . debuild -uc -us cp ndctl.spec ../ndctl_80-1.spec cp ndctl.rpmlintrc /osc/home\:alvistack/pmem-ndctl-80/ cp ../ndctl*80*.{gz,xz,spec,dsc} /osc/home\:alvistack/pmem-ndctl-80/ rm -rf ../*ndctl*80*.* ../*daxctl*80*.* ../*libcxl*80*.* See pmem#267 Revert pmem@9873123 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
- Loading branch information
Showing
22 changed files
with
669 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
*.substvars | ||
*debhelper* | ||
.debhelper | ||
files | ||
tmp | ||
daxctl | ||
libcxl-dev | ||
libcxl1 | ||
libdaxctl-dev | ||
libdaxctl1 | ||
libndctl-dev | ||
libndctl6 | ||
ndctl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ACTION=="add", SUBSYSTEM=="dax",\ | ||
RUN+="/usr/bin/daxctl -C $env{DEVNAME}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ndctl (100:80-1) UNRELEASED; urgency=medium | ||
|
||
* https://github.com/pmem/ndctl/releases/tag/v80 | ||
|
||
-- Wong Hoi Sing Edison <[email protected]> Fri, 11 Oct 2024 14:08:08 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
Source: ndctl | ||
Maintainer: Ubuntu Developers <[email protected]> | ||
XSBC-Original-Maintainer: Adam Borowski <[email protected]> | ||
Section: libs | ||
Priority: optional | ||
Standards-Version: 4.5.0 | ||
Build-Depends: debhelper-compat (= 10), | ||
debhelper, | ||
pkg-config, | ||
libkmod-dev, | ||
libudev-dev, | ||
uuid-dev, | ||
libjson-c-dev, | ||
bash-completion, | ||
libkeyutils-dev, | ||
libiniparser-dev, | ||
meson, | ||
cmake, | ||
Rules-Requires-Root: no | ||
Homepage: https://github.com/pmem/ndctl/tags | ||
Vcs-Git: https://github.com/kilobyte/ndctl -b debian | ||
Vcs-Browser: https://github.com/kilobyte/ndctl/tree/debian | ||
|
||
Package: ndctl | ||
Section: misc | ||
Architecture: linux-any | ||
Multi-Arch: foreign | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Pre-Depends: ${misc:Pre-Depends} | ||
# RPM-world's name for cxl tools | ||
Provides: cxl-cli | ||
Description: Utility for managing the nvdimm subsystem | ||
The nvdimm subsystem defines a kernel device model and control message | ||
interface for platform NVDIMM resources like those defined by the ACPI 6+ NFIT | ||
(NVDIMM Firmware Interface Table). | ||
. | ||
This package contains a utility for managing the nvdimm (non-volatile memory | ||
device) subsystem in the Linux kernel. | ||
|
||
Package: libndctl6 | ||
Architecture: linux-any | ||
Multi-Arch: same | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Utility library for managing the libnvdimm subsystem | ||
The nvdimm subsystem defines a kernel device model and control message | ||
interface for platform NVDIMM resources like those defined by the ACPI 6+ NFIT | ||
(NVDIMM Firmware Interface Table). | ||
. | ||
This package contains a utility library for managing the libnvdimm | ||
(non-volatile memory device) sub-system in the Linux kernel. | ||
|
||
Package: libndctl-dev | ||
Section: libdevel | ||
Architecture: linux-any | ||
Multi-Arch: same | ||
Depends: libndctl6 (= ${binary:Version}), ${misc:Depends} | ||
Description: Development files for libndctl | ||
Header files and development library for compiling C programs to link | ||
with the libndctl library and manage the libnvdimm sub-system in the | ||
Linux kernel. | ||
|
||
Package: daxctl | ||
Section: misc | ||
Architecture: linux-any | ||
Multi-Arch: foreign | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Utility for managing the device DAX subsystem | ||
"DAX" are file system extensions to bypass the page cache and block layer to | ||
mmap persistent memory, from a PMEM block device, directly into a process | ||
address space. | ||
. | ||
This package contains a utility for managing the device DAX subsystem in the | ||
Linux kernel. | ||
|
||
Package: libdaxctl1 | ||
Architecture: linux-any | ||
Multi-Arch: same | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Utility library for managing the device DAX subsystem | ||
"DAX" are file system extensions to bypass the page cache and block layer to | ||
mmap persistent memory, from a PMEM block device, directly into a process | ||
address space. | ||
. | ||
This package contains a utility library used by applications to manage the | ||
device DAX subsystem in the Linux kernel. | ||
|
||
Package: libdaxctl-dev | ||
Section: libdevel | ||
Architecture: linux-any | ||
Multi-Arch: same | ||
Depends: libdaxctl1 (= ${binary:Version}), ${misc:Depends} | ||
Description: Development files for libdaxctl | ||
Header files and development library for compiling C programs to link | ||
with the libdaxctl library and manage the device DAX subsystem in the | ||
Linux kernel. | ||
|
||
Package: libcxl1 | ||
Architecture: linux-any | ||
Multi-Arch: same | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: utility library for managing Compute Express Link devices | ||
CXL (Compute Express Link) is a family of PCIe-based protocols that can be | ||
used to connect high-speed I/O and memory devices. This library includes | ||
code to enumerate/query/configure such devices. | ||
|
||
Package: libcxl-dev | ||
Section: libdevel | ||
Architecture: linux-any | ||
Multi-Arch: same | ||
Depends: libcxl1 (= ${binary:Version}), ${misc:Depends} | ||
Description: Development files for libcxl | ||
Header files and development library for compiling C programs to link | ||
with the libcxl library and manage the Compute Express Link subsystem in | ||
the Linux kernel. |
Oops, something went wrong.