* RE: VIM1's wifi doesn't work after update to Linux 6.1
@ 2022-12-09 10:57 Christian Hewitt
2022-12-12 12:57 ` Zhang Ning
0 siblings, 1 reply; 9+ messages in thread
From: Christian Hewitt @ 2022-12-09 10:57 UTC (permalink / raw)
To: linux-amlogic, Martin Blumenstingl, Zhang Ning
[snip]
Hello Zhang,
I’ve test-booted a VIM1 using my current amlogic-6.1.y branch (based on rc8) and I don’t see an issue with WiFi:
http://ix.io/4i7M
Here’s the kernel source and defconfig:
https://github.com/chewitt/linux/commits/amlogic-6.1.y
https://github.com/chewitt/LibreELEC.tv/blob/amlogic/projects/Amlogic/linux/linux.aarch64.conf
In the LE image I have wlan0 and connman is listing services:
VIM1:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 16:A7:79:93:BE:EB
inet addr:192.168.20.12 Bcast:192.168.20.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1036 errors:0 dropped:0 overruns:0 frame:0
TX packets:308 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:252473 (246.5 KiB) TX bytes:134189 (131.0 KiB)
Interrupt:32
...
wlan0 Link encap:Ethernet HWaddr CC:B8:A8:B5:9F:86
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
VIM1:~ # connmanctl services
*AO Wired ethernet_16a77993beeb_cable
*A CIRCOLOCO wifi_ccb8a8b59f86_434952434f4c4f434f_managed_psk
I’ve pushed an updated VIM1 image with that kernel here:
https://chewitt.libreelec.tv/testing/LibreELEC-AMLGX.arm-10.85.0-khadas-vim.img.gz
There are a couple of patches that tweak SDIO speeds in my tree, but none of them are new.
As it looks like you have some of my patches already; perhaps bisect my full patchset against default 6.1-rc8 to see if there’s a ‘fixing’ change?
Christian
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VIM1's wifi doesn't work after update to Linux 6.1
2022-12-09 10:57 VIM1's wifi doesn't work after update to Linux 6.1 Christian Hewitt
@ 2022-12-12 12:57 ` Zhang Ning
2022-12-12 13:41 ` Christian Hewitt
0 siblings, 1 reply; 9+ messages in thread
From: Zhang Ning @ 2022-12-12 12:57 UTC (permalink / raw)
To: Christian Hewitt; +Cc: linux-amlogic, Martin Blumenstingl
On Fri, Dec 09, 2022 at 02:57:40PM +0400, Christian Hewitt wrote:
> [snip]
>
> Hello Zhang,
>
> I’ve test-booted a VIM1 using my current amlogic-6.1.y branch (based on rc8) and I don’t see an issue with WiFi:
>
> http://ix.io/4i7M
>
> Here’s the kernel source and defconfig:
>
> https://github.com/chewitt/linux/commits/amlogic-6.1.y
> https://github.com/chewitt/LibreELEC.tv/blob/amlogic/projects/Amlogic/linux/linux.aarch64.conf
I native build kernel from debian's kernel repo: https://salsa.debian.org/kernel-team/linux/
with some Amlogic patches: https://salsa.debian.org/zhangn1985/linux/-/tree/master/debian/patches/features/arm64/meson
all follow debian's kernel config.
>
> In the LE image I have wlan0 and connman is listing services:
>
> VIM1:~ # ifconfig
> eth0 Link encap:Ethernet HWaddr 16:A7:79:93:BE:EB
> inet addr:192.168.20.12 Bcast:192.168.20.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:1036 errors:0 dropped:0 overruns:0 frame:0
> TX packets:308 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:252473 (246.5 KiB) TX bytes:134189 (131.0 KiB)
> Interrupt:32
> ...
>
> wlan0 Link encap:Ethernet HWaddr CC:B8:A8:B5:9F:86
> UP BROADCAST MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
I'm happy to see WIFI works.
WIFI on my VIM1, it can connect to AP and get IP address.
but after a while, 1sec~5min, ssh thru wifi is stucked, timeout logs
print to uart console.
could you try to connect to AP and use wifi?
>
> VIM1:~ # connmanctl services
> *AO Wired ethernet_16a77993beeb_cable
> *A CIRCOLOCO wifi_ccb8a8b59f86_434952434f4c4f434f_managed_psk
>
> I’ve pushed an updated VIM1 image with that kernel here:
>
> https://chewitt.libreelec.tv/testing/LibreELEC-AMLGX.arm-10.85.0-khadas-vim.img.gz
>
> There are a couple of patches that tweak SDIO speeds in my tree, but none of them are new.
>
> As it looks like you have some of my patches already; perhaps bisect my full patchset against default 6.1-rc8 to see if there’s a ‘fixing’ change?
>
> Christian
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VIM1's wifi doesn't work after update to Linux 6.1
2022-12-12 12:57 ` Zhang Ning
@ 2022-12-12 13:41 ` Christian Hewitt
0 siblings, 0 replies; 9+ messages in thread
From: Christian Hewitt @ 2022-12-12 13:41 UTC (permalink / raw)
To: Zhang Ning; +Cc: linux-amlogic, Martin Blumenstingl
> On 12 Dec 2022, at 4:57 pm, Zhang Ning <zhangn1985@outlook.com> wrote:
>
> On Fri, Dec 09, 2022 at 02:57:40PM +0400, Christian Hewitt wrote:
>> [snip]
>>
>> Hello Zhang,
>>
>> I’ve test-booted a VIM1 using my current amlogic-6.1.y branch (based on rc8) and I don’t see an issue with WiFi:
>>
>> http://ix.io/4i7M
>>
>> Here’s the kernel source and defconfig:
>>
>> https://github.com/chewitt/linux/commits/amlogic-6.1.y
>> https://github.com/chewitt/LibreELEC.tv/blob/amlogic/projects/Amlogic/linux/linux.aarch64.conf
>
> I native build kernel from debian's kernel repo: https://salsa.debian.org/kernel-team/linux/
> with some Amlogic patches: https://salsa.debian.org/zhangn1985/linux/-/tree/master/debian/patches/features/arm64/meson
> all follow debian's kernel config.
>
>>
>> In the LE image I have wlan0 and connman is listing services:
>>
>> VIM1:~ # ifconfig
>> eth0 Link encap:Ethernet HWaddr 16:A7:79:93:BE:EB
>> inet addr:192.168.20.12 Bcast:192.168.20.255 Mask:255.255.255.0
>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> RX packets:1036 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:308 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:1000
>> RX bytes:252473 (246.5 KiB) TX bytes:134189 (131.0 KiB)
>> Interrupt:32
>> ...
>>
>> wlan0 Link encap:Ethernet HWaddr CC:B8:A8:B5:9F:86
>> UP BROADCAST MULTICAST MTU:1500 Metric:1
>> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:1000
>> RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
>
> I'm happy to see WIFI works.
>
> WIFI on my VIM1, it can connect to AP and get IP address.
> but after a while, 1sec~5min, ssh thru wifi is stucked, timeout logs
> print to uart console.
>
> could you try to connect to AP and use wifi?
On the 6.1-rc8 image I was using it connected once, then on a reboot I had no wlan0
interface and this was logged:
[ 13.789321] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout
I’ve since updated to an image using 6.1 final and got the interface back. I’m not
sure I can explain the disappearance but it’s been fine since and I’ve had a movie
playing now for ~20 mins. Normally if I’m going to see a WiFi issue things fail to
play or connect.
VIM1:~ # dmesg | grep brcmfmac
[ 10.228356] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[ 10.257752] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[ 10.357510] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.clm_blob failed with error -2
[ 10.510738] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[ 10.511472] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 8 2016 15:31:47 version 7.46.57.4.ap.r4 (A1 Station/P2P) FWID 01-3621395e es6.c5.n4.a3
I occasionally see this logged, but I assume this is normal/not-harmful:
[ 201.574811] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0x5, action 0x4
[ 204.223895] meson-gx-mmc d0070000.mmc: unaligned sg len 312 blksize 512, disabling descriptor DMA for transfer
Christian
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VIM1's wifi doesn't work after update to Linux 6.1
2022-12-08 13:02 Zhang Ning
2022-12-08 21:40 ` Martin Blumenstingl
@ 2022-12-18 2:00 ` Zhang Ning
1 sibling, 0 replies; 9+ messages in thread
From: Zhang Ning @ 2022-12-18 2:00 UTC (permalink / raw)
To: linux-amlogic
My VIM3 also meet same problem.
On Thu, Dec 08, 2022 at 09:02:00PM +0800, Zhang Ning wrote:
> Hi,
>
> After update khadas VIM1's kernel to 6.1-rc7, WIFI stop working, with
> below log:
>
> [ 363.591315] INFO: task kworker/0:2:157 blocked for more than 120 seconds.
> [ 363.598130] Tainted: G C 6.1.0-0-arm64 #1 Debian 6.1~rc7-2~exp1
> [ 363.605870] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
> [ 363.613682] task:kworker/0:2 state:D stack:0 pid:157 ppid:2 flags:0x00000008
> [ 363.621938] Workqueue: events sdio_irq_work
> [ 363.625989] Call trace:
> [ 363.628294] __switch_to+0xe4/0x160
> [ 363.631812] __schedule+0x340/0x970
> [ 363.635300] schedule+0x58/0xf0
> [ 363.638351] __mmc_claim_host+0x104/0x290
> [ 363.642371] sdio_irq_work+0x2c/0x90
> [ 363.645861] process_one_work+0x1f4/0x460
> [ 363.649879] worker_thread+0x188/0x4d0
> [ 363.653547] kthread+0xe0/0xe4
> [ 363.656523] ret_from_fork+0x10/0x20
> [ 363.661253] INFO: task ksdioirqd/mmc2:408 blocked for more than 121 seconds.
> [ 363.668216] Tainted: G C 6.1.0-0-arm64 #1 Debian 6.1~rc7-2~exp1
> [ 363.674977] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
> [ 363.682750] task:ksdioirqd/mmc2 state:D stack:0 pid:408 ppid:2 flags:0x00000008
> [ 363.690961] Call trace:
> [ 363.693272] __switch_to+0xe4/0x160
> [ 363.696715] __schedule+0x340/0x970
> [ 363.700154] schedule+0x58/0xf0
> [ 363.703285] __mmc_claim_host+0x104/0x290
> [ 363.707243] sdio_irq_thread+0x84/0x204
> [ 363.711000] kthread+0xe0/0xe4
> [ 363.714056] ret_from_fork+0x10/0x20
>
> I searched linux-wireless and linux-amlogic maillist no similar issue
> reported.
>
> I applied "WIP-arm64-dts-meson-set-p212-p23x-q20x-SDIO-to-100MH.patch"
> to VIM1's kernel 6.1.0-rc7, is it related?
>
> thanks.
> Ning.
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VIM1's wifi doesn't work after update to Linux 6.1
[not found] ` <Y5KAxhvFzvoNYL2j@orangepipc>
@ 2022-12-09 0:45 ` Zhang Ning
0 siblings, 0 replies; 9+ messages in thread
From: Zhang Ning @ 2022-12-09 0:45 UTC (permalink / raw)
To: Martin Blumenstingl, nick; +Cc: linux-amlogic
I find a issue in linux-wireless:
https://www.spinics.net/lists/linux-wireless/msg229742.html
same timeout, but it says brcm firmware crash.
but I don't see any firmware crash log, (I don't know whether crash log
would goto linux console)
@Nick, do you have time to try this issue in your side, and is it
possible to ask your supplier for newer firmware?
BR.
Ning.
On Fri, Dec 09, 2022 at 08:26:51AM +0800, Zhang Ning wrote:
> On Thu, Dec 08, 2022 at 10:40:26PM +0100, Martin Blumenstingl wrote:
> > Hello Ning,
> >
> > On Thu, Dec 8, 2022 at 2:02 PM Zhang Ning <zhangn1985@outlook.com> wrote:
> > > After update khadas VIM1's kernel to 6.1-rc7, WIFI stop working, with
> > > below log:
> > [...]
> > That's unfortunate. Have you tried reverting commit 066ecde6d826b4
> > "mmc: meson-gx: add SDIO interrupt support"? I'm not saying that
> > reverting that patch is the correct way to fix this issue. It's one of
> > the few recent driver changes though, so at least it's a starting
> > point.
> >
> > > I applied "WIP-arm64-dts-meson-set-p212-p23x-q20x-SDIO-to-100MH.patch"
> > > to VIM1's kernel 6.1.0-rc7, is it related?
> > Have you tried without that patch as well?
>
> I have tried revert 066ecde6d826b4, and remove SDIO-to-100MH.patch,
> rebuild meson_gx_mmc and dtb, replace original, this issue still
> happens.
>
> BR.
> Ning.
> >
> >
> > Best regards,
> > Martin
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VIM1's wifi doesn't work after update to Linux 6.1
2022-12-08 21:40 ` Martin Blumenstingl
2022-12-08 23:32 ` Zhang Ning
@ 2022-12-09 0:26 ` Zhang Ning
[not found] ` <Y5KAxhvFzvoNYL2j@orangepipc>
2 siblings, 0 replies; 9+ messages in thread
From: Zhang Ning @ 2022-12-09 0:26 UTC (permalink / raw)
To: Martin Blumenstingl; +Cc: linux-amlogic
On Thu, Dec 08, 2022 at 10:40:26PM +0100, Martin Blumenstingl wrote:
> Hello Ning,
>
> On Thu, Dec 8, 2022 at 2:02 PM Zhang Ning <zhangn1985@outlook.com> wrote:
> > After update khadas VIM1's kernel to 6.1-rc7, WIFI stop working, with
> > below log:
> [...]
> That's unfortunate. Have you tried reverting commit 066ecde6d826b4
> "mmc: meson-gx: add SDIO interrupt support"? I'm not saying that
> reverting that patch is the correct way to fix this issue. It's one of
> the few recent driver changes though, so at least it's a starting
> point.
>
> > I applied "WIP-arm64-dts-meson-set-p212-p23x-q20x-SDIO-to-100MH.patch"
> > to VIM1's kernel 6.1.0-rc7, is it related?
> Have you tried without that patch as well?
I have tried revert 066ecde6d826b4, and remove SDIO-to-100MH.patch,
rebuild meson_gx_mmc and dtb, replace original, this issue still
happens.
BR.
Ning.
>
>
> Best regards,
> Martin
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VIM1's wifi doesn't work after update to Linux 6.1
2022-12-08 21:40 ` Martin Blumenstingl
@ 2022-12-08 23:32 ` Zhang Ning
2022-12-09 0:26 ` Zhang Ning
[not found] ` <Y5KAxhvFzvoNYL2j@orangepipc>
2 siblings, 0 replies; 9+ messages in thread
From: Zhang Ning @ 2022-12-08 23:32 UTC (permalink / raw)
To: Martin Blumenstingl; +Cc: linux-amlogic
On Thu, Dec 08, 2022 at 10:40:26PM +0100, Martin Blumenstingl wrote:
> Hello Ning,
>
> On Thu, Dec 8, 2022 at 2:02 PM Zhang Ning <zhangn1985@outlook.com> wrote:
> > After update khadas VIM1's kernel to 6.1-rc7, WIFI stop working, with
> > below log:
> [...]
> That's unfortunate. Have you tried reverting commit 066ecde6d826b4
> "mmc: meson-gx: add SDIO interrupt support"? I'm not saying that
yes, I will try revert this patch.
> reverting that patch is the correct way to fix this issue. It's one of
> the few recent driver changes though, so at least it's a starting
> point.
>
> > I applied "WIP-arm64-dts-meson-set-p212-p23x-q20x-SDIO-to-100MH.patch"
> > to VIM1's kernel 6.1.0-rc7, is it related?
> Have you tried without that patch as well?
>
just tried without this patch, still timeout.
>
> Best regards,
> Martin
thank you.
Ning.
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VIM1's wifi doesn't work after update to Linux 6.1
2022-12-08 13:02 Zhang Ning
@ 2022-12-08 21:40 ` Martin Blumenstingl
2022-12-08 23:32 ` Zhang Ning
` (2 more replies)
2022-12-18 2:00 ` Zhang Ning
1 sibling, 3 replies; 9+ messages in thread
From: Martin Blumenstingl @ 2022-12-08 21:40 UTC (permalink / raw)
To: Zhang Ning; +Cc: linux-amlogic
Hello Ning,
On Thu, Dec 8, 2022 at 2:02 PM Zhang Ning <zhangn1985@outlook.com> wrote:
> After update khadas VIM1's kernel to 6.1-rc7, WIFI stop working, with
> below log:
[...]
That's unfortunate. Have you tried reverting commit 066ecde6d826b4
"mmc: meson-gx: add SDIO interrupt support"? I'm not saying that
reverting that patch is the correct way to fix this issue. It's one of
the few recent driver changes though, so at least it's a starting
point.
> I applied "WIP-arm64-dts-meson-set-p212-p23x-q20x-SDIO-to-100MH.patch"
> to VIM1's kernel 6.1.0-rc7, is it related?
Have you tried without that patch as well?
Best regards,
Martin
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 9+ messages in thread
* VIM1's wifi doesn't work after update to Linux 6.1
@ 2022-12-08 13:02 Zhang Ning
2022-12-08 21:40 ` Martin Blumenstingl
2022-12-18 2:00 ` Zhang Ning
0 siblings, 2 replies; 9+ messages in thread
From: Zhang Ning @ 2022-12-08 13:02 UTC (permalink / raw)
To: linux-amlogic
Hi,
After update khadas VIM1's kernel to 6.1-rc7, WIFI stop working, with
below log:
[ 363.591315] INFO: task kworker/0:2:157 blocked for more than 120 seconds.
[ 363.598130] Tainted: G C 6.1.0-0-arm64 #1 Debian 6.1~rc7-2~exp1
[ 363.605870] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 363.613682] task:kworker/0:2 state:D stack:0 pid:157 ppid:2 flags:0x00000008
[ 363.621938] Workqueue: events sdio_irq_work
[ 363.625989] Call trace:
[ 363.628294] __switch_to+0xe4/0x160
[ 363.631812] __schedule+0x340/0x970
[ 363.635300] schedule+0x58/0xf0
[ 363.638351] __mmc_claim_host+0x104/0x290
[ 363.642371] sdio_irq_work+0x2c/0x90
[ 363.645861] process_one_work+0x1f4/0x460
[ 363.649879] worker_thread+0x188/0x4d0
[ 363.653547] kthread+0xe0/0xe4
[ 363.656523] ret_from_fork+0x10/0x20
[ 363.661253] INFO: task ksdioirqd/mmc2:408 blocked for more than 121 seconds.
[ 363.668216] Tainted: G C 6.1.0-0-arm64 #1 Debian 6.1~rc7-2~exp1
[ 363.674977] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 363.682750] task:ksdioirqd/mmc2 state:D stack:0 pid:408 ppid:2 flags:0x00000008
[ 363.690961] Call trace:
[ 363.693272] __switch_to+0xe4/0x160
[ 363.696715] __schedule+0x340/0x970
[ 363.700154] schedule+0x58/0xf0
[ 363.703285] __mmc_claim_host+0x104/0x290
[ 363.707243] sdio_irq_thread+0x84/0x204
[ 363.711000] kthread+0xe0/0xe4
[ 363.714056] ret_from_fork+0x10/0x20
I searched linux-wireless and linux-amlogic maillist no similar issue
reported.
I applied "WIP-arm64-dts-meson-set-p212-p23x-q20x-SDIO-to-100MH.patch"
to VIM1's kernel 6.1.0-rc7, is it related?
thanks.
Ning.
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-01-05 20:37 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-09 10:57 VIM1's wifi doesn't work after update to Linux 6.1 Christian Hewitt
2022-12-12 12:57 ` Zhang Ning
2022-12-12 13:41 ` Christian Hewitt
-- strict thread matches above, loose matches on Subject: below --
2022-12-08 13:02 Zhang Ning
2022-12-08 21:40 ` Martin Blumenstingl
2022-12-08 23:32 ` Zhang Ning
2022-12-09 0:26 ` Zhang Ning
[not found] ` <Y5KAxhvFzvoNYL2j@orangepipc>
2022-12-09 0:45 ` Zhang Ning
2022-12-18 2:00 ` Zhang Ning
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®