[PATCH] default-distrovars.inc: Remove seccomp for ARC

2021-06-24 Thread Alexey Brodkin
libseccomp needs too be ported to ARC first Signed-off-by: Alexey Brodkin Cc: Khem Raj --- meta/conf/distro/include/default-distrovars.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc in

Re: [question] De-registration does not remove port

2021-06-24 Thread Greg KH
On Thu, Jun 24, 2021 at 06:33:01PM +0530, Saubhik Mukherjee wrote: > On 6/23/21 12:44 PM, Greg KH wrote: > > On Wed, Jun 23, 2021 at 11:42:36AM +0530, Saubhik Mukherjee wrote: > > > In drivers/tty/serial/arc_uart.c, arc_serial_remove always returns 0, > > > instead of calling uart_remove_one_port t

Re: [question] De-registration does not remove port

2021-06-24 Thread Saubhik Mukherjee
On 6/23/21 12:44 PM, Greg KH wrote: On Wed, Jun 23, 2021 at 11:42:36AM +0530, Saubhik Mukherjee wrote: In drivers/tty/serial/arc_uart.c, arc_serial_remove always returns 0, instead of calling uart_remove_one_port to remove uart port from serial core. The comment says "This will be never be calle