Re: [PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-11 Thread kernel test robot
rnel.org/r/20231009141908.1767241-1-arnd%40kernel.org patch subject: [PATCH 01/10] appletalk: remove localtalk and ppp support config: x86_64-randconfig-002-20231011 (https://download.01.org/0day-ci/archive/20231011/202310111736.4mh6cf5c-...@intel.com/config) compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0 repro

Re: [PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-11 Thread Rodolfo Zitellini
> Il giorno 10 ott 2023, alle ore 10:15, Arnd Bergmann ha > scritto: > > On Tue, Oct 10, 2023, at 09:10, Rodolfo Zitellini wrote: >>> Il giorno 9 ott 2023, alle ore 19:29, Arnd Bergmann ha >>> scritto: >>> On Mon, Oct 9, 2023, at 18:49, Rodolfo Zitellini wrote: >>> I can see a few ways this

Re: [PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-10 Thread kernel test robot
rnel.org/r/20231009141908.1767241-1-arnd%40kernel.org patch subject: [PATCH 01/10] appletalk: remove localtalk and ppp support config: nios2-randconfig-001-20231010 (https://download.01.org/0day-ci/archive/20231010/202310101724.irnaop3r-...@intel.com/config) compiler: nios2-linux-gcc (GCC) 13.2.0 reproduce (thi

Re: [PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-10 Thread Arnd Bergmann
On Tue, Oct 10, 2023, at 09:10, Rodolfo Zitellini wrote: >> Il giorno 9 ott 2023, alle ore 19:29, Arnd Bergmann ha >> scritto: >> On Mon, Oct 9, 2023, at 18:49, Rodolfo Zitellini wrote: >> I can see a few ways this could work out: >> >> - add a custom callback pointer to struct atalk_iface to >>

Re: [PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-10 Thread Rodolfo Zitellini
> Il giorno 9 ott 2023, alle ore 19:29, Arnd Bergmann ha > scritto: > > On Mon, Oct 9, 2023, at 18:49, Rodolfo Zitellini wrote: >>> From: Arnd Bergmann >>> >>> The last localtalk driver is gone now, and ppp support was never fully >>> merged, so clean up the appletalk code by removing the o

Re: [PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-09 Thread Jakub Kicinski
On Mon, 9 Oct 2023 16:18:59 +0200 Arnd Bergmann wrote: > The last localtalk driver is gone now, and ppp support was never fully > merged, so clean up the appletalk code by removing the obvious dead > code paths. > > Notably, this removes one of the two callers of the old .ndo_do_ioctl() > callbac

Re: [PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-09 Thread Stephen Hemminger
On Mon, 9 Oct 2023 18:49:43 +0200 Rodolfo Zitellini wrote: > Hi! > I’ve been working on a new LocalTalk interface driver for the last couple > months, do you think it would be possible to at least postpone the removal of > LT a bit? > > It is a driver for an open source device called TashTalk

Re: [PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-09 Thread Arnd Bergmann
On Mon, Oct 9, 2023, at 18:49, Rodolfo Zitellini wrote: >> From: Arnd Bergmann >> >> The last localtalk driver is gone now, and ppp support was never fully >> merged, so clean up the appletalk code by removing the obvious dead >> code paths. >> >> Notably, this removes one of the two callers of

Re: [PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-09 Thread Rodolfo Zitellini
> From: Arnd Bergmann > > The last localtalk driver is gone now, and ppp support was never fully > merged, so clean up the appletalk code by removing the obvious dead > code paths. > > Notably, this removes one of the two callers of the old .ndo_do_ioctl() > callback that was abused for gettin

[PATCH 01/10] appletalk: remove localtalk and ppp support

2023-10-09 Thread Arnd Bergmann
From: Arnd Bergmann The last localtalk driver is gone now, and ppp support was never fully merged, so clean up the appletalk code by removing the obvious dead code paths. Notably, this removes one of the two callers of the old .ndo_do_ioctl() callback that was abused for getting device addresses