The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911: Linux 6.16-rc6 (2025-07-13 14:25:58 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-6.17-ofs1 for you to fetch changes up to 2138e89cb066b40386b1d9ddd61253347d356474: fs/orangefs: Allow 2 more characters in do_c_string() (2025-07-22 12:39:29 -0400) ---------------------------------------------------------------- orangefs: fixes for string handling in debugfs and sysfs Change scnprintf to sysfs_emit in sysfs code. Change sprintf to scnprintf in debugfs code. Refactor debugfs mask-to-string code for readability and slightly improved functionality. ---------------------------------------------------------------- Amir Mohammad Jahangirzad (1): fs/orangefs: use snprintf() instead of sprintf() Dan Carpenter (1): fs/orangefs: Allow 2 more characters in do_c_string() Shankari Anand (1): fs: orangefs: replace scnprintf() with sysfs_emit() fs/orangefs/orangefs-debugfs.c | 8 ++++---- fs/orangefs/orangefs-sysfs.c | 28 ++++++++++------------------ 2 files changed, 14 insertions(+), 22 deletions(-)