linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Restore the kernel v5.13 text attribute write behavior
@ 2021-07-29  4:41 Bart Van Assche
  2021-07-29  4:41 ` [PATCH v2 1/3] configfs: " Bart Van Assche
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Bart Van Assche @ 2021-07-29  4:41 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Joel Becker, linux-kernel, Bart Van Assche

Hi Christoph,

This patch series restores the v5.13 text attribute write behavior and also
adds unit tests for configfs. Please consider these patches for inclusion in
the Linux kernel.

Thanks,

Bart.

Changes compared to v1:
- Instead of making the text attribute write behavior POSIX compliant, restore
  the v5.13 behavior.
- Added more unit tests.

Bart Van Assche (3):
  configfs: Restore the kernel v5.13 text attribute write behavior
  kunit: Add support for suite initialization and cleanup
  configfs: Add unit tests

 fs/configfs/Kconfig         |   8 +
 fs/configfs/Makefile        |   2 +
 fs/configfs/configfs-test.c | 427 ++++++++++++++++++++++++++++++++++++
 fs/configfs/file.c          |  18 +-
 include/kunit/test.h        |   4 +
 lib/kunit/test.c            |  14 ++
 6 files changed, 461 insertions(+), 12 deletions(-)
 create mode 100644 fs/configfs/configfs-test.c


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-07-29 20:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29  4:41 [PATCH v2 0/3] Restore the kernel v5.13 text attribute write behavior Bart Van Assche
2021-07-29  4:41 ` [PATCH v2 1/3] configfs: " Bart Van Assche
2021-07-29  4:41 ` [PATCH v2 2/3] kunit: Add support for suite initialization and cleanup Bart Van Assche
2021-07-29  5:55   ` Greg KH
2021-07-29 16:52     ` Bart Van Assche
2021-07-29 16:55       ` Shuah Khan
2021-07-29 17:16         ` Bart Van Assche
2021-07-29 18:42           ` Shuah Khan
2021-07-29 19:22             ` Bart Van Assche
2021-07-29 20:42               ` Shuah Khan
2021-07-29  4:41 ` [PATCH v2 3/3] configfs: Add unit tests Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).