linux/Documentation/translations/zh_CN
Xie He f8ae7bbec7 net: x25_asy: Delete the x25_asy driver
This driver transports LAPB (X.25 link layer) frames over TTY links.

I can safely say that this driver has no actual user because it was
not working at all until:
commit 8fdcabeac3 ("drivers/net/wan/x25_asy: Fix to make it work")

The code in its current state still has problems:

1.
The uses of "struct x25_asy" in x25_asy_unesc (when receiving) and in
x25_asy_write_wakeup (when sending) are not protected by locks against
x25_asy_change_mtu's changing of the transmitting/receiving buffers.
Also, all "netif_running" checks in this driver are not protected by
locks against the ndo_stop function.

2.
The driver stops all TTY read/write when the netif is down.
I think this is not right because this may cause the last outgoing frame
before the netif goes down to be incompletely transmitted, and the first
incoming frame after the netif goes up to be incompletely received.

And there may also be other problems.

I was planning to fix these problems but after recent discussions about
deleting other old networking code, I think we may just delete this
driver, too.

Signed-off-by: Xie He <xie.he.0141@gmail.com>
Acked-by: Martin Schiller <ms@dev.tdt.de>
Link: https://lore.kernel.org/r/20201105073434.429307-1-xie.he.0141@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-11-07 14:13:44 -08:00
..
admin-guide wimax: move out to staging 2020-10-29 19:27:45 +01:00
arm docs: dt: convert booting-without-of.txt to ReST format 2020-06-26 11:33:26 -06:00
arm64 A handful of late-arriving documentation fixes. 2020-10-23 17:13:53 -07:00
filesystems docs: filesystems: replace to_dev() with kobj_to_dev() 2020-09-09 11:35:51 -06:00
process net: x25_asy: Delete the x25_asy driver 2020-11-07 14:13:44 -08:00
video4linux media updates for v5.8-rc1 2020-06-03 20:59:38 -07:00
disclaimer-zh_CN.rst docs/zh_CN: correct the disclaimer file 2019-04-02 09:53:57 -06:00
gpio.txt docs: gpio: add sysfs interface to the admin-guide 2019-07-15 11:03:03 -03:00
index.rst doc: zh_CN: index files in arm64 subdirectory 2020-09-28 15:22:21 -06:00
io_ordering.txt docs: fix pointers to io-mapping.rst and io_ordering.rst files 2020-03-11 14:15:20 -06:00
IRQ.txt docs: add IRQ documentation at the core-api book 2020-05-15 12:00:56 -06:00
oops-tracing.txt docs: admin-guide: add kdump documentation into it 2019-07-15 11:03:01 -03:00
SecurityBugs
sparse.txt Remove references to dead website. 2019-07-19 12:22:04 -07:00