All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] ath9k-devel Digest, Vol 79, Issue 6
       [not found] <mailman.1.1420714802.32497.ath9k-devel@lists.ath9k.org>
@ 2015-01-09  1:54 ` 杨铁军
  2015-01-09 10:01   ` Arend van Spriel
  0 siblings, 1 reply; 4+ messages in thread
From: 杨铁军 @ 2015-01-09  1:54 UTC (permalink / raw)
  To: ath9k-devel

Hi Arend,
  
 I had ATH9k hardware, my wireless device is WLE350NX, it is AR9580 chip.
  
 Please send me your code to test!
  
 I am new to LINUX.
  
  
 Regards,
  
 David Yang
   
  
  ------------------ Original ------------------
  From:  "ath9k-devel-request"<ath9k-devel-request@lists.ath9k.org>;
 Date:  Thu, Jan 8, 2015 07:00 PM
 To:  "ath9k-devel"<ath9k-devel@lists.ath9k.org>; 
 
 Subject:  ath9k-devel Digest, Vol 79, Issue 6

  
Send ath9k-devel mailing list submissions to
ath9k-devel at lists.ath9k.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.ath9k.org/mailman/listinfo/ath9k-devel
or, via email, send a message with subject or body 'help' to
ath9k-devel-request at lists.ath9k.org

You can reach the person managing the list at
ath9k-devel-owner at lists.ath9k.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ath9k-devel digest..."


Today's Topics:

   1. Re: [PATCH] ath: ath9k: use debugfs_create_devm_seqfile()
      helper for seq_file entries (Kalle Valo)
   2. Re: [PATCH] ath: ath9k: use debugfs_create_devm_seqfile()
      helper for seq_file entries (Sujith Manoharan)


----------------------------------------------------------------------

Message: 1
Date: Wed, 07 Jan 2015 20:05:00 +0200
From: Kalle Valo <kvalo@codeaurora.org>
Subject: Re: [ath9k-devel] [PATCH] ath: ath9k: use
debugfs_create_devm_seqfile() helper for seq_file entries
To: Arend van Spriel <arend@broadcom.com>
Cc: ath9k-devel at lists.ath9k.org, linux-wireless
<linux-wireless@vger.kernel.org>
Message-ID: <87bnmapiur.fsf@kamboji.qca.qualcomm.com>
Content-Type: text/plain; charset=us-ascii

Arend van Spriel <arend@broadcom.com> writes:

> Use the helper to get rid of the file operations per debugfs file. The
> device driver data contains struct ieee80211_hw pointer and the
> struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can
> be accessed in the seq_file read operation.
>
> Cc: ath9k-devel at lists.ath9k.org
> Signed-off-by: Arend van Spriel <arend@broadcom.com>
> ---
> Hi Kalle,
>
> This patch was reverted in the driver-core repository as I overlooked
> the use of driver data and caused ath9k driver to crash. I believe this
> revised patch properly uses it now although I have no ath9k hardware to
> test this. So I hope some ath9k developers out there can give this patch
> a run for its money. It compiles and no checkpatch or sparse warnings.
>
> The patch applies to the master branch of the wireless-drivers-next
> repository.

Can someone with ath9k hardware test this, please? I'm hesitant to apply
this without testing.

-- 
Kalle Valo


------------------------------

Message: 2
Date: Thu, 8 Jan 2015 08:49:00 +0530
From: Sujith Manoharan <sujith@msujith.org>
Subject: Re: [ath9k-devel] [PATCH] ath: ath9k: use
debugfs_create_devm_seqfile() helper for seq_file entries
To: Kalle Valo <kvalo@codeaurora.org>
Cc: Arend van Spriel <arend@broadcom.com>,
ath9k-devel at lists.ath9k.org, linux-wireless
<linux-wireless@vger.kernel.org>
Message-ID: <21677.63268.657151.679992@gargle.gargle.HOWL>
Content-Type: text/plain; charset=us-ascii

> Arend van Spriel <arend@broadcom.com> writes:
> 
> > Use the helper to get rid of the file operations per debugfs file. The
> > device driver data contains struct ieee80211_hw pointer and the
> > struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can
> > be accessed in the seq_file read operation.
> >
> > Cc: ath9k-devel at lists.ath9k.org
> > Signed-off-by: Arend van Spriel <arend@broadcom.com>

Thanks for the patch.

> Can someone with ath9k hardware test this, please? I'm hesitant to apply
> this without testing.

I tested it and there were no crashes.

Sujith


------------------------------

_______________________________________________
ath9k-devel mailing list
ath9k-devel at lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


End of ath9k-devel Digest, Vol 79, Issue 6
******************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20150109/f06322d8/attachment.htm 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ath9k-devel] ath9k-devel Digest, Vol 79, Issue 6
  2015-01-09  1:54 ` [ath9k-devel] ath9k-devel Digest, Vol 79, Issue 6 杨铁军
@ 2015-01-09 10:01   ` Arend van Spriel
  2015-01-10  2:00     ` 杨铁军
  0 siblings, 1 reply; 4+ messages in thread
From: Arend van Spriel @ 2015-01-09 10:01 UTC (permalink / raw)
  To: ath9k-devel

On 01/09/15 02:54, ??? wrote:
> Hi Arend,
> I had ATH9k hardware, my wireless device is WLE350NX, it is AR9580 chip.
> Please send me your code to test!
> I am new to LINUX.

Ok. The patch can be found on patchwork [1]. That page contains download 
links to get the patch. _mbox_ link can be used with 'git am' command. 
_patch_ link can be used with 'patch' command.

Regards,
Arend

[1] https://patchwork.kernel.org/patch/5544621/

> Regards,
> David Yang
> ------------------ Original ------------------
> *From: * "ath9k-devel-request"<ath9k-devel-request@lists.ath9k.org>;
> *Date: * Thu, Jan 8, 2015 07:00 PM
> *To: * "ath9k-devel"<ath9k-devel@lists.ath9k.org>;
> *Subject: * ath9k-devel Digest, Vol 79, Issue 6
> Send ath9k-devel mailing list submissions to
> ath9k-devel at lists.ath9k.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
> or, via email, send a message with subject or body 'help' to
> ath9k-devel-request at lists.ath9k.org
>
> You can reach the person managing the list at
> ath9k-devel-owner at lists.ath9k.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ath9k-devel digest..."
>
>
> Today's Topics:
>
> 1. Re: [PATCH] ath: ath9k: use debugfs_create_devm_seqfile()
> helper for seq_file entries (Kalle Valo)
> 2. Re: [PATCH] ath: ath9k: use debugfs_create_devm_seqfile()
> helper for seq_file entries (Sujith Manoharan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 07 Jan 2015 20:05:00 +0200
> From: Kalle Valo <kvalo@codeaurora.org>
> Subject: Re: [ath9k-devel] [PATCH] ath: ath9k: use
> debugfs_create_devm_seqfile() helper for seq_file entries
> To: Arend van Spriel <arend@broadcom.com>
> Cc: ath9k-devel at lists.ath9k.org, linux-wireless
> <linux-wireless@vger.kernel.org>
> Message-ID: <87bnmapiur.fsf@kamboji.qca.qualcomm.com>
> Content-Type: text/plain; charset=us-ascii
>
> Arend van Spriel <arend@broadcom.com> writes:
>
>  > Use the helper to get rid of the file operations per debugfs file. The
>  > device driver data contains struct ieee80211_hw pointer and the
>  > struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can
>  > be accessed in the seq_file read operation.
>  >
>  > Cc: ath9k-devel at lists.ath9k.org
>  > Signed-off-by: Arend van Spriel <arend@broadcom.com>
>  > ---
>  > Hi Kalle,
>  >
>  > This patch was reverted in the driver-core repository as I overlooked
>  > the use of driver data and caused ath9k driver to crash. I believe this
>  > revised patch properly uses it now although I have no ath9k hardware to
>  > test this. So I hope some ath9k developers out there can give this patch
>  > a run for its money. It compiles and no checkpatch or sparse warnings.
>  >
>  > The patch applies to the master branch of the wireless-drivers-next
>  > repository.
>
> Can someone with ath9k hardware test this, please? I'm hesitant to apply
> this without testing.
>
> --
> Kalle Valo
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 8 Jan 2015 08:49:00 +0530
> From: Sujith Manoharan <sujith@msujith.org>
> Subject: Re: [ath9k-devel] [PATCH] ath: ath9k: use
> debugfs_create_devm_seqfile() helper for seq_file entries
> To: Kalle Valo <kvalo@codeaurora.org>
> Cc: Arend van Spriel <arend@broadcom.com>,
> ath9k-devel at lists.ath9k.org, linux-wireless
> <linux-wireless@vger.kernel.org>
> Message-ID: <21677.63268.657151.679992@gargle.gargle.HOWL>
> Content-Type: text/plain; charset=us-ascii
>
>  > Arend van Spriel <arend@broadcom.com> writes:
>  >
>  > > Use the helper to get rid of the file operations per debugfs file. The
>  > > device driver data contains struct ieee80211_hw pointer and the
>  > > struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can
>  > > be accessed in the seq_file read operation.
>  > >
>  > > Cc: ath9k-devel at lists.ath9k.org
>  > > Signed-off-by: Arend van Spriel <arend@broadcom.com>
>
> Thanks for the patch.
>
>  > Can someone with ath9k hardware test this, please? I'm hesitant to apply
>  > this without testing.
>
> I tested it and there were no crashes.
>
> Sujith
>
>
> ------------------------------
>
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>
>
> End of ath9k-devel Digest, Vol 79, Issue 6
> ******************************************

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ath9k-devel] ath9k-devel Digest, Vol 79, Issue 6
  2015-01-09 10:01   ` Arend van Spriel
@ 2015-01-10  2:00     ` 杨铁军
  2015-01-10 11:50       ` Arend van Spriel
  0 siblings, 1 reply; 4+ messages in thread
From: 杨铁军 @ 2015-01-10  2:00 UTC (permalink / raw)
  To: ath9k-devel

Hi Arend
  
 My development environment is LINUX 2.26.31 Kernel, and I could not use new version kernel (The whole project work in Kernel 2.26.31, and the 2.26.31 is provided by my device manufactuer, I had no power to update to new kernel). Could you give a suggestion how to test your patch in LINUX 2.26.31? I am new to LINUX.
  
  
  Thanks,
  
 David
  
  ------------------ Original ------------------
  From:  "Arend van Spriel"<arend@broadcom.com>;
 Date:  Fri, Jan 9, 2015 06:01 PM
 To:  "???"<ytj@nethdv.com>; 
 Cc:  "ath9k-devel"<ath9k-devel@lists.ath9k.org>; 
 Subject:  Re: ath9k-devel Digest, Vol 79, Issue 6

  
On 01/09/15 02:54, ??? wrote:
> Hi Arend,
> I had ATH9k hardware, my wireless device is WLE350NX, it is AR9580 chip.
> Please send me your code to test!
> I am new to LINUX.

Ok. The patch can be found on patchwork [1]. That page contains download 
links to get the patch. _mbox_ link can be used with 'git am' command. 
_patch_ link can be used with 'patch' command.

Regards,
Arend

[1] https://patchwork.kernel.org/patch/5544621/

> Regards,
> David Yang
> ------------------ Original ------------------
> *From: * "ath9k-devel-request"<ath9k-devel-request@lists.ath9k.org>;
> *Date: * Thu, Jan 8, 2015 07:00 PM
> *To: * "ath9k-devel"<ath9k-devel@lists.ath9k.org>;
> *Subject: * ath9k-devel Digest, Vol 79, Issue 6
> Send ath9k-devel mailing list submissions to
> ath9k-devel at lists.ath9k.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
> or, via email, send a message with subject or body 'help' to
> ath9k-devel-request at lists.ath9k.org
>
> You can reach the person managing the list at
> ath9k-devel-owner at lists.ath9k.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ath9k-devel digest..."
>
>
> Today's Topics:
>
> 1. Re: [PATCH] ath: ath9k: use debugfs_create_devm_seqfile()
> helper for seq_file entries (Kalle Valo)
> 2. Re: [PATCH] ath: ath9k: use debugfs_create_devm_seqfile()
> helper for seq_file entries (Sujith Manoharan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 07 Jan 2015 20:05:00 +0200
> From: Kalle Valo <kvalo@codeaurora.org>
> Subject: Re: [ath9k-devel] [PATCH] ath: ath9k: use
> debugfs_create_devm_seqfile() helper for seq_file entries
> To: Arend van Spriel <arend@broadcom.com>
> Cc: ath9k-devel at lists.ath9k.org, linux-wireless
> <linux-wireless@vger.kernel.org>
> Message-ID: <87bnmapiur.fsf@kamboji.qca.qualcomm.com>
> Content-Type: text/plain; charset=us-ascii
>
> Arend van Spriel <arend@broadcom.com> writes:
>
>  > Use the helper to get rid of the file operations per debugfs file. The
>  > device driver data contains struct ieee80211_hw pointer and the
>  > struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can
>  > be accessed in the seq_file read operation.
>  >
>  > Cc: ath9k-devel at lists.ath9k.org
>  > Signed-off-by: Arend van Spriel <arend@broadcom.com>
>  > ---
>  > Hi Kalle,
>  >
>  > This patch was reverted in the driver-core repository as I overlooked
>  > the use of driver data and caused ath9k driver to crash. I believe this
>  > revised patch properly uses it now although I have no ath9k hardware to
>  > test this. So I hope some ath9k developers out there can give this patch
>  > a run for its money. It compiles and no checkpatch or sparse warnings.
>  >
>  > The patch applies to the master branch of the wireless-drivers-next
>  > repository.
>
> Can someone with ath9k hardware test this, please? I'm hesitant to apply
> this without testing.
>
> --
> Kalle Valo
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 8 Jan 2015 08:49:00 +0530
> From: Sujith Manoharan <sujith@msujith.org>
> Subject: Re: [ath9k-devel] [PATCH] ath: ath9k: use
> debugfs_create_devm_seqfile() helper for seq_file entries
> To: Kalle Valo <kvalo@codeaurora.org>
> Cc: Arend van Spriel <arend@broadcom.com>,
> ath9k-devel at lists.ath9k.org, linux-wireless
> <linux-wireless@vger.kernel.org>
> Message-ID: <21677.63268.657151.679992@gargle.gargle.HOWL>
> Content-Type: text/plain; charset=us-ascii
>
>  > Arend van Spriel <arend@broadcom.com> writes:
>  >
>  > > Use the helper to get rid of the file operations per debugfs file. The
>  > > device driver data contains struct ieee80211_hw pointer and the
>  > > struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can
>  > > be accessed in the seq_file read operation.
>  > >
>  > > Cc: ath9k-devel at lists.ath9k.org
>  > > Signed-off-by: Arend van Spriel <arend@broadcom.com>
>
> Thanks for the patch.
>
>  > Can someone with ath9k hardware test this, please? I'm hesitant to apply
>  > this without testing.
>
> I tested it and there were no crashes.
>
> Sujith
>
>
> ------------------------------
>
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>
>
> End of ath9k-devel Digest, Vol 79, Issue 6
> ******************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20150110/0c3b31a8/attachment.htm 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ath9k-devel] ath9k-devel Digest, Vol 79, Issue 6
  2015-01-10  2:00     ` 杨铁军
@ 2015-01-10 11:50       ` Arend van Spriel
  0 siblings, 0 replies; 4+ messages in thread
From: Arend van Spriel @ 2015-01-10 11:50 UTC (permalink / raw)
  To: ath9k-devel

On 01/10/15 03:00, ??? wrote:
> Hi Arend
> My development environment is LINUX 2.26.31 Kernel, and I could not use
> new version kernel (The whole project work in Kernel 2.26.31, and the
> 2.26.31 is provided by my device manufactuer, I had no power to update
> to new kernel). Could you give a suggestion how to test your patch in
> LINUX 2.26.31? I am new to LINUX.

I see. Well, you could grab this backports package [1] and apply the 
patch there. There is a twiki [2] containing info how to build, etc.

Regards,
Arend

[1] 
http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.19-rc1/backports-3.19-rc1-1.tar.xz
[2] https://backports.wiki.kernel.org/

> Thanks,
> David
> ------------------ Original ------------------
> *From: * "Arend van Spriel"<arend@broadcom.com>;
> *Date: * Fri, Jan 9, 2015 06:01 PM
> *To: * "???"<ytj@nethdv.com>;
> *Cc: * "ath9k-devel"<ath9k-devel@lists.ath9k.org>;
> *Subject: * Re: ath9k-devel Digest, Vol 79, Issue 6
> On 01/09/15 02:54, ??? wrote:
>  > Hi Arend,
>  > I had ATH9k hardware, my wireless device is WLE350NX, it is AR9580 chip.
>  > Please send me your code to test!
>  > I am new to LINUX.
>
> Ok. The patch can be found on patchwork [1]. That page contains download
> links to get the patch. _mbox_ link can be used with 'git am' command.
> _patch_ link can be used with 'patch' command.
>
> Regards,
> Arend
>
> [1] https://patchwork.kernel.org/patch/5544621/
>
>  > Regards,
>  > David Yang
>  > ------------------ Original ------------------
>  > *From: * "ath9k-devel-request"<ath9k-devel-request@lists.ath9k.org>;
>  > *Date: * Thu, Jan 8, 2015 07:00 PM
>  > *To: * "ath9k-devel"<ath9k-devel@lists.ath9k.org>;
>  > *Subject: * ath9k-devel Digest, Vol 79, Issue 6
>  > Send ath9k-devel mailing list submissions to
>  > ath9k-devel at lists.ath9k.org
>  >
>  > To subscribe or unsubscribe via the World Wide Web, visit
>  > https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>  > or, via email, send a message with subject or body 'help' to
>  > ath9k-devel-request at lists.ath9k.org
>  >
>  > You can reach the person managing the list at
>  > ath9k-devel-owner at lists.ath9k.org
>  >
>  > When replying, please edit your Subject line so it is more specific
>  > than "Re: Contents of ath9k-devel digest..."
>  >
>  >
>  > Today's Topics:
>  >
>  > 1. Re: [PATCH] ath: ath9k: use debugfs_create_devm_seqfile()
>  > helper for seq_file entries (Kalle Valo)
>  > 2. Re: [PATCH] ath: ath9k: use debugfs_create_devm_seqfile()
>  > helper for seq_file entries (Sujith Manoharan)
>  >
>  >
>  > ----------------------------------------------------------------------
>  >
>  > Message: 1
>  > Date: Wed, 07 Jan 2015 20:05:00 +0200
>  > From: Kalle Valo <kvalo@codeaurora.org>
>  > Subject: Re: [ath9k-devel] [PATCH] ath: ath9k: use
>  > debugfs_create_devm_seqfile() helper for seq_file entries
>  > To: Arend van Spriel <arend@broadcom.com>
>  > Cc: ath9k-devel at lists.ath9k.org, linux-wireless
>  > <linux-wireless@vger.kernel.org>
>  > Message-ID: <87bnmapiur.fsf@kamboji.qca.qualcomm.com>
>  > Content-Type: text/plain; charset=us-ascii
>  >
>  > Arend van Spriel <arend@broadcom.com> writes:
>  >
>  > > Use the helper to get rid of the file operations per debugfs file. The
>  > > device driver data contains struct ieee80211_hw pointer and the
>  > > struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can
>  > > be accessed in the seq_file read operation.
>  > >
>  > > Cc: ath9k-devel at lists.ath9k.org
>  > > Signed-off-by: Arend van Spriel <arend@broadcom.com>
>  > > ---
>  > > Hi Kalle,
>  > >
>  > > This patch was reverted in the driver-core repository as I overlooked
>  > > the use of driver data and caused ath9k driver to crash. I believe this
>  > > revised patch properly uses it now although I have no ath9k hardware to
>  > > test this. So I hope some ath9k developers out there can give this
> patch
>  > > a run for its money. It compiles and no checkpatch or sparse warnings.
>  > >
>  > > The patch applies to the master branch of the wireless-drivers-next
>  > > repository.
>  >
>  > Can someone with ath9k hardware test this, please? I'm hesitant to apply
>  > this without testing.
>  >
>  > --
>  > Kalle Valo
>  >
>  >
>  > ------------------------------
>  >
>  > Message: 2
>  > Date: Thu, 8 Jan 2015 08:49:00 +0530
>  > From: Sujith Manoharan <sujith@msujith.org>
>  > Subject: Re: [ath9k-devel] [PATCH] ath: ath9k: use
>  > debugfs_create_devm_seqfile() helper for seq_file entries
>  > To: Kalle Valo <kvalo@codeaurora.org>
>  > Cc: Arend van Spriel <arend@broadcom.com>,
>  > ath9k-devel at lists.ath9k.org, linux-wireless
>  > <linux-wireless@vger.kernel.org>
>  > Message-ID: <21677.63268.657151.679992@gargle.gargle.HOWL>
>  > Content-Type: text/plain; charset=us-ascii
>  >
>  > > Arend van Spriel <arend@broadcom.com> writes:
>  > >
>  > > > Use the helper to get rid of the file operations per debugfs
> file. The
>  > > > device driver data contains struct ieee80211_hw pointer and the
>  > > > struct ath9k_softc pointer is assigned to ieee80211_hw::priv so
> it can
>  > > > be accessed in the seq_file read operation.
>  > > >
>  > > > Cc: ath9k-devel at lists.ath9k.org
>  > > > Signed-off-by: Arend van Spriel <arend@broadcom.com>
>  >
>  > Thanks for the patch.
>  >
>  > > Can someone with ath9k hardware test this, please? I'm hesitant to
> apply
>  > > this without testing.
>  >
>  > I tested it and there were no crashes.
>  >
>  > Sujith
>  >
>  >
>  > ------------------------------
>  >
>  > _______________________________________________
>  > ath9k-devel mailing list
>  > ath9k-devel at lists.ath9k.org
>  > https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>  >
>  >
>  > End of ath9k-devel Digest, Vol 79, Issue 6
>  > ******************************************

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-10 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1420714802.32497.ath9k-devel@lists.ath9k.org>
2015-01-09  1:54 ` [ath9k-devel] ath9k-devel Digest, Vol 79, Issue 6 杨铁军
2015-01-09 10:01   ` Arend van Spriel
2015-01-10  2:00     ` 杨铁军
2015-01-10 11:50       ` Arend van Spriel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.