search for: ndctl

Displaying 10 results from an estimated 10 matches for "ndctl".

2018 Sep 06
2
[RFC] UAPI: Check headers by compiling all together as C++
...mbers UAPI: bcache: Fix use of embedded flexible array UAPI: coda: Move kernel internals out of public view coda: Move internal defs out of include/linux/ UAPI: netfilter: Fix symbol collision issues UAPI: nilfs2: Fix use of undefined byteswapping functions UAPI: ndctl: Fix g++-unsupported initialisation in headers UAPI: ndctl: Remove use of PAGE_SIZE UAPI: Check headers build for C++ Makefile | 1 fs/coda/cache.c | 2 fs/coda/cnode.c...
2019 Jun 14
2
dev_pagemap related cleanups
On Thu, Jun 13, 2019 at 11:27:39AM -0700, Dan Williams wrote: > It also turns out the nvdimm unit tests crash with this signature on > that branch where base v5.2-rc3 passes: How do you run that test?
2018 Sep 05
9
[RFC] UAPI: Check headers by compiling all together as C++
...UAPI: bcache: Fix use of embedded flexible array UAPI: coda: Don't use internal kernel structs in UAPI UAPI: netfilter: Fix symbol collision issues UAPI: nilfs2: Fix use of undefined byteswapping functions UAPI: sound: Fix use of u32 and co. in UAPI headers UAPI: ndctl: Fix g++-unsupported initialisation in headers UAPI: ndctl: Remove use of PAGE_SIZE UAPI: Check headers build for C++ Makefile | 1 include/linux/ndctl.h | 22 ++++ include/uapi/drm/i810_drm.h...
2018 Sep 05
9
[RFC] UAPI: Check headers by compiling all together as C++
...UAPI: bcache: Fix use of embedded flexible array UAPI: coda: Don't use internal kernel structs in UAPI UAPI: netfilter: Fix symbol collision issues UAPI: nilfs2: Fix use of undefined byteswapping functions UAPI: sound: Fix use of u32 and co. in UAPI headers UAPI: ndctl: Fix g++-unsupported initialisation in headers UAPI: ndctl: Remove use of PAGE_SIZE UAPI: Check headers build for C++ Makefile | 1 include/linux/ndctl.h | 22 ++++ include/uapi/drm/i810_drm.h...
2019 Jun 15
0
dev_pagemap related cleanups
...at 11:27:39AM -0700, Dan Williams wrote: > > It also turns out the nvdimm unit tests crash with this signature on > > that branch where base v5.2-rc3 passes: > > How do you run that test? This is the unit test suite that gets kicked off by running "make check" from the ndctl source repository. In this case it requires the nfit_test set of modules to create a fake nvdimm environment. The setup instructions are in the README, but feel free to send me branches and I can kick off a test. One of these we'll get around to making it automated for patch submissions to the...
2019 Jun 15
1
dev_pagemap related cleanups
...wrote: > > > It also turns out the nvdimm unit tests crash with this signature on > > > that branch where base v5.2-rc3 passes: > > > > How do you run that test? > > This is the unit test suite that gets kicked off by running "make > check" from the ndctl source repository. In this case it requires the > nfit_test set of modules to create a fake nvdimm environment. > > The setup instructions are in the README, but feel free to send me > branches and I can kick off a test. One of these we'll get around to > making it automated for...
2020 Aug 17
2
C8 - Register with Red Hat
On Mon, 17 Aug 2020 16:37:20 -0500 Gregory P. Ennis wrote: > "This system is not registered to Red Hat Subscription Management. You can use > subscription-manager to register." It sounds like you have something installed that doesn't need to be or shouldn't be installed. Under what circumstances does that message appear? I haven't seen it on any of my C8 systems,
2020 Aug 17
3
C8 - Register with Red Hat
...x86_64 2.9.5-10.el8 @AppStream 63 k libreport-rhel x86_64 2.9.5-10.el8 @AppStream 39 k libtimezonemap x86_64 0.4.5.1-3.el8 @AppStream 6.7 M metacity x86_64 3.28.0-1.el8 @AppStream 5.4 M ndctl x86_64 67-2.el8 @BaseOS 305 k ndctl-libs x86_64 67-2.el8 @BaseOS 184 k platform-python-coverage x86_64 4.5.1-7.el8 @AppStream 943 k python3-abrt x86_64 2.10....
2017 May 04
0
[PATCH v1] ACPI: Switch to use generic UUID API
...; if (!nfit_wq) > diff --git a/drivers/acpi/nfit/nfit.h b/drivers/acpi/nfit/nfit.h > index 58fb7d68e04a..2f233b28709f 100644 > --- a/drivers/acpi/nfit/nfit.h > +++ b/drivers/acpi/nfit/nfit.h > @@ -18,7 +18,6 @@ > #include <linux/libnvdimm.h> > #include <linux/ndctl.h> > #include <linux/types.h> > -#include <linux/uuid.h> > #include <linux/acpi.h> > #include <acpi/acuuid.h> > > @@ -237,7 +236,7 @@ static inline struct acpi_nfit_desc *to_acpi_desc( > return container_of(nd_desc, struct acpi_nfit_desc, n...
2017 May 04
12
[PATCH v1] ACPI: Switch to use generic UUID API
..._singlethread_workqueue("nfit"); if (!nfit_wq) diff --git a/drivers/acpi/nfit/nfit.h b/drivers/acpi/nfit/nfit.h index 58fb7d68e04a..2f233b28709f 100644 --- a/drivers/acpi/nfit/nfit.h +++ b/drivers/acpi/nfit/nfit.h @@ -18,7 +18,6 @@ #include <linux/libnvdimm.h> #include <linux/ndctl.h> #include <linux/types.h> -#include <linux/uuid.h> #include <linux/acpi.h> #include <acpi/acuuid.h> @@ -237,7 +236,7 @@ static inline struct acpi_nfit_desc *to_acpi_desc( return container_of(nd_desc, struct acpi_nfit_desc, nd_desc); } -const u8 *to_nfit_uuid(e...