[PATCH] um: Remove obsolete pcap driver

2024-03-28 Thread anton . ivanov
From: Anton Ivanov Remove the pcap driver in UML. It is obsolete. It does not build on recent systems due to changes in libpcap and its dependencies. The vector driver's raw transport in UML provides identical functionality. Signed-off-by: Anton Ivanov --- arch/um/drivers/Kconfig | 20 --

Re: [PATCH] um: Remove obsolete pcap driver

2024-03-28 Thread Johannes Berg
On Thu, 2024-03-28 at 13:24 +, anton.iva...@cambridgegreys.com wrote: > From: Anton Ivanov > > Remove the pcap driver in UML. It is obsolete. It does not build on > recent systems due to changes in libpcap and its dependencies. > > The vector driver's raw transport in UML provides identical