Bug#1077678: Switch from circ_buf to kfifo

2024-09-17 Thread Arnaud Rebillout
On Wed, 21 Aug 2024 10:55:07 +0200 Sergio Vavassori wrote: > This is the commit with the change: > https://github.com/torvalds/linux/commit/1788cf6a91d9fa9aa61fc2917afe192c23d67f6a There's a proposed fix upstream: https://github.com/myriadrf/xtrx_linux_pcie_drv/pull/20 -- Arnaud Rebillout /

Bug#1077678: Switch from circ_buf to kfifo

2024-08-21 Thread Sergio Vavassori
Dear Maintainer, It seems that since kernel 6.10 circ_buf xmit structure has been removed in favor of kfifo inside tty_port in the struct uart_state (linux/serial_core.h): This is the commit with the change: https://github.com/torvalds/linux/commit/1788cf6a91d9fa9aa61fc2917afe192c23d67f6a Regard