[LTP] [PATCH COMMITTED] syscalls/writev07: add note with known kernel fixes for this test
Jan Stancek
jstancek@redhat.com
Mon Oct 23 08:15:08 CEST 2023
Signed-off-by: Jan Stancek <jstancek@redhat.com>
---
testcases/kernel/syscalls/writev/writev07.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/testcases/kernel/syscalls/writev/writev07.c b/testcases/kernel/syscalls/writev/writev07.c
index b725f08db0da..99734025c9bf 100644
--- a/testcases/kernel/syscalls/writev/writev07.c
+++ b/testcases/kernel/syscalls/writev/writev07.c
@@ -18,6 +18,10 @@
*
* See: [RFC] writev() semantics with invalid iovec in the middle
* https://marc.info/?l=linux-kernel&m=147388891614289&w=2
+ *
+ * This is also regression test for kernel commits:
+ * 20c64ec83a9f ("iomap: fix a regression for partial write errors")
+ * 3ac974796e5d ("iomap: fix short copy in iomap_write_iter()")
*/
#include <errno.h>
--
2.31.1
More information about the ltp
mailing list