mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() Patch series "relayfs: misc changes", v5. The series mostly focuses on the error counters which helps every user debug their own kernel module. This patch (of 5): prev_padding represents the unused space of certain subbuffer. If the content of a call of relay_write() exceeds the limit of the remainder of this subbuffer, it will skip storing in the rest space and record the start point as buf->prev_padding in relay_switch_subbuf(). Since the buf is a per-cpu big buffer, the point of prev_padding as a global value for the whole buffer instead of a single subbuffer (whose padding info is stored in buf->padding[]) seems meaningless from the real use cases, so we don't bother to record it any more. Link: https://lkml.kernel.org/r/20250612061201.34272-1-kerneljasonxing@gmail.com Link: https://lkml.kernel.org/r/20250612061201.34272-2-kerneljasonxing@gmail.com Signed-off-by: Jason Xing <kernelxing@tencent.com> Reviewed-by: Yushan Zhou <katrinzhou@tencent.com> Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Cc: Jens Axboe <axboe@kernel.dk> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
||
---|---|---|
.. | ||
Makefile | ||
t7xx_cldma.c | ||
t7xx_cldma.h | ||
t7xx_dpmaif.c | ||
t7xx_dpmaif.h | ||
t7xx_hif_cldma.c | ||
t7xx_hif_cldma.h | ||
t7xx_hif_dpmaif.c | ||
t7xx_hif_dpmaif.h | ||
t7xx_hif_dpmaif_rx.c | ||
t7xx_hif_dpmaif_rx.h | ||
t7xx_hif_dpmaif_tx.c | ||
t7xx_hif_dpmaif_tx.h | ||
t7xx_mhccif.c | ||
t7xx_mhccif.h | ||
t7xx_modem_ops.c | ||
t7xx_modem_ops.h | ||
t7xx_netdev.c | ||
t7xx_netdev.h | ||
t7xx_pci.c | ||
t7xx_pci.h | ||
t7xx_pcie_mac.c | ||
t7xx_pcie_mac.h | ||
t7xx_port.h | ||
t7xx_port_ctrl_msg.c | ||
t7xx_port_proxy.c | ||
t7xx_port_proxy.h | ||
t7xx_port_trace.c | ||
t7xx_port_wwan.c | ||
t7xx_reg.h | ||
t7xx_state_monitor.c | ||
t7xx_state_monitor.h |