public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* restore splice and sendfile support on kernfs
@ 2021-01-20 20:46 Christoph Hellwig
  2021-01-20 20:46 ` [PATCH 1/3] kernfs: implement ->read_iter Christoph Hellwig
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Christoph Hellwig @ 2021-01-20 20:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Tejun Heo; +Cc: Siddharth Gupta, linux-kernel

Hi Greg and Tejun,

this fixes a regression in Linux 5.10 that stopped sendfile and splice
from working on kernfs/sysfs files.

Diffstt:
 file.c |   65 ++++++++++++++++++++++++-----------------------------------------
 1 file changed, 24 insertions(+), 41 deletions(-)

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

end of thread, other threads:[~2021-01-21 17:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-20 20:46 restore splice and sendfile support on kernfs Christoph Hellwig
2021-01-20 20:46 ` [PATCH 1/3] kernfs: implement ->read_iter Christoph Hellwig
2021-01-20 20:46 ` [PATCH 2/3] kernfs: implement ->write_iter Christoph Hellwig
2021-01-20 20:46 ` [PATCH 3/3] kernfs: wire up ->splice_read and ->splice_write Christoph Hellwig
2021-01-21 17:30 ` restore splice and sendfile support on kernfs Greg Kroah-Hartman
2021-01-21 17:41 ` Robert Karszniewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox