diff options
author | Dan Williams <dan.j.williams@intel.com> | 2020-06-19 14:18:51 -0700 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2020-06-19 14:18:51 -0700 |
commit | 9df24eaef86f5d5cb38c77eaa1cfa3eec09ebfe8 (patch) | |
tree | a9ad193f02275dedf11683b787fa0864cccf746d /lib | |
parent | 543094e19c82b5d171e139d09a1a3ea0a7361117 (diff) | |
parent | d35f18b554be015b6fa89fad6447c6fce8e6ad66 (diff) | |
download | linux-9df24eaef86f5d5cb38c77eaa1cfa3eec09ebfe8.tar.bz2 |
Merge branch 'for-5.8/papr_scm' into libnvdimm-for-next
Include the papr_scm health retrieval feature for v5.8-rc2. The
functionality was initially posted well in advance of the merge window,
but review comments and a late build-bot warning kept them out of the
v5.8-rc1 libnvdimm pull request.
Vaibhav notes:
These patches are tied to specific features that were committed to
customers in upcoming distros releases (RHEL and SLES) whose time-lines
are tied to 5.8 kernel release.
Being able to track the health of an nvdimm is critical for our
customers that are running workloads leveraging papr-scm nvdimms.
Missing the 5.8 kernel would mean missing the distro timelines and
shifting forward the availability of this feature in distro kernels by
at least 6 months.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/seq_buf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/seq_buf.c b/lib/seq_buf.c index 4e865d42ab03..707453f5d58e 100644 --- a/lib/seq_buf.c +++ b/lib/seq_buf.c @@ -91,6 +91,7 @@ int seq_buf_printf(struct seq_buf *s, const char *fmt, ...) return ret; } +EXPORT_SYMBOL_GPL(seq_buf_printf); #ifdef CONFIG_BINARY_PRINTF /** |