search for: yunqiang

Displaying 18 results from an estimated 18 matches for "yunqiang".

Did you mean: yueqiang
2014 Sep 08
2
[PATCH] add mips64 support
On 09/08/2014 05:57 AM, Dejan Latinovic wrote: >> From: H. Peter Anvin [hpa at zytor.com] >> Sent: Friday, September 05, 2014 7:13 PM >> To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems >> Subject: Re: [klibc] [PATCH] add mips64 support > >> Why copy the files rather than share them? > > Hi Peter, > here is new version of add-mips64-support-arch-mips32.patch, > with used existing mips32 assembler files. > &...
2015 Sep 05
3
[PATCH] mips/setjmp.S don't save and restore float point registers
Klibc FTBFS with '-mno-odd-spreg' on mips32(el) platforms, As it try to save/restore odd-number FPR. Indeed no other architectures save/restore FPR at all. It shouldn't be needed. --- usr/klibc/arch/mips/setjmp.S | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/usr/klibc/arch/mips/setjmp.S b/usr/klibc/arch/mips/setjmp.S index 68eed19..21e4115 100644 ---
2014 Sep 05
2
[PATCH] add mips64 support
On 09/04/2014 07:57 AM, Dejan Latinovic wrote: > Description: All files are copied over from klibc/arch/mips, > and used witout any changes and aditional adaptation. Why copy the files rather than share them? -hpa
2014 Dec 15
0
[PATCH] add mips64 support
Hello, Any updates on mips64 support for klibc? Can I do anything to help merging mips64 changes? ________________________________________ From: H. Peter Anvin [hpa at zytor.com] Sent: Monday, September 08, 2014 8:45 PM To: Dejan Latinovic; YunQiang Su; klibc at zytor.com Subject: Re: [klibc] [PATCH] add mips64 support On 09/08/2014 05:57 AM, Dejan Latinovic wrote: >> From: H. Peter Anvin [hpa at zytor.com] >> Sent: Friday, September 05, 2014 7:13 PM >> To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems...
2013 Oct 31
0
Processed (with 2 errors): notfound 706747 in 3.2p1.4-28.1, tagging 706747, fixed 676134 in 3.8.5-2, found 725433 in 2.0.19-2 ...
...No longer marked as found in versions flite/1.4-release-7. > notfixed 723311 1.4-release-7 Bug #723311 {Done: Samuel Thibault <sthibault at debian.org>} [flite] flite link with -L/usr/lib No longer marked as fixed in versions 1.4-release-7. > notfound 723233 0.10-12.2 Bug #723233 {Done: YunQiang Su <wzssyqa at gmail.com>} [baycomepp] baycomepp link with -L/usr/lib No longer marked as found in versions baycomepp/0.10-12.2. > notfixed 723233 723233 Bug #723233 {Done: YunQiang Su <wzssyqa at gmail.com>} [baycomepp] baycomepp link with -L/usr/lib There is no source info for the...
2015 Sep 09
0
[PATCH] mips/setjmp.S don't save and restore float point registers
Any idea about it? It may be a serious problem, as some distributions are using FPXX by default. On Sat, Sep 5, 2015 at 9:39 PM, YunQiang Su <wzssyqa at gmail.com> wrote: > Klibc FTBFS with '-mno-odd-spreg' on mips32(el) platforms, > As it try to save/restore odd-number FPR. > > Indeed no other architectures save/restore FPR at all. > It shouldn't be needed. > --- > usr/klibc/arch/mips/setjmp.S...
2012 Jan 06
1
rsyslog server cannot get the logs
I have an rsyslog server which is running Debian Stable, and its version of rsyslog is 4.6.4-2. All of my Debian Stable server can send log to it now. and run both nc $IP $PORT <<< "HELLO" and echo "HELLO" | nc $IP $PORT on client, I can get log on the server. While for my CentOS 5.7 server, nc $IP $PORT <<< "HELLO" works well, but echo
2014 Mar 11
0
[PATCH] add mips64 support
On 03/10/2014 11:21 PM, YunQiang Su wrote: > From: Dejan Latinovic <Dejan.Latinovic at imgtec.com> Description goes here? I think it would be helpful to break this up into a few patches with descriptions. > + unsigned long __f20; > + unsigned long __f21; > + unsigned long __f22; > + unsigned long __f23; &gt...
2014 Sep 04
0
[PATCH] add mips64 support
> From: H. Peter Anvin [hpa at zytor.com] > Sent: Wednesday, August 27, 2014 5:34 AM > To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems > Subject: Re: [klibc] [PATCH] add mips64 support > Please don't submit a single monolithic patch. Instead break it down > into reasonable subchunks, each with a description. This is the same > procedure as for submitting patches to the L...
2014 Sep 08
0
[PATCH] add mips64 support
> From: H. Peter Anvin [hpa at zytor.com] > Sent: Friday, September 05, 2014 7:13 PM > To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems > Subject: Re: [klibc] [PATCH] add mips64 support > Why copy the files rather than share them? Hi Peter, here is new version of add-mips64-support-arch-mips32.patch, with used existing mips32 assembler files. Is this solution more acceptable? ----...
2014 Aug 27
2
[PATCH] add mips64 support
On 07/14/2014 05:24 AM, Dejan Latinovic wrote: > > > Hello, > I apologize for a late response. > > > I have crated a new version of patch with mips64 support for klibc. > > > Here are some changes: > - archsetjmp.h has been reduced. > - Symbolic register names are fixed (asm.h). > - Some not needed parts were removed. > - crt0.S is fixed to work
2013 Sep 17
1
Bug#723238: blktap link with -L/usr/lib
Package: blktap Version: 2.0.90-2 X-Debbugs-CC: wzssyqa at gmail.com This package has one or more -L/usr/lib in its build system, which will make it ftbfs if there is libraries under /usr/lib, while is not the default architecture, mips* for example. On mips* systems, /usr/lib is defined as place to hold O32 libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64. Beside the way, on the
2013 Sep 17
1
Bug#723239: blktap-dkms link with -L/usr/lib
Package: blktap-dkms Version: 2.0.91-2 X-Debbugs-CC: wzssyqa at gmail.com This package has one or more -L/usr/lib in its build system, which will make it ftbfs if there is libraries under /usr/lib, while is not the default architecture, mips* for example. On mips* systems, /usr/lib is defined as place to hold O32 libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64. Beside the way, on
2015 Jan 24
1
[PATCH] add mips64 support
On 12/15/2014 05:56 AM, Dejan Latinovic wrote: > > Hello, > > Any updates on mips64 support for klibc? > > Can I do anything to help merging > mips64 changes? > Sorry, my personal life exploded in late August, and I have bee chronically behind ever since. Is this the only patch needed? From: Dejan Latinovic <Dejan.Latinovic at imgtec.com> Subject: [PATCH]
2014 Apr 09
3
[PATCH] add mips64 support
On 03/11/2014 09:38 AM, H. Peter Anvin wrote: > On 03/10/2014 11:21 PM, YunQiang Su wrote: >> From: Dejan Latinovic <Dejan.Latinovic at imgtec.com> > > Description goes here? I think it would be helpful to break this up > into a few patches with descriptions. > >> + unsigned long __f20; >> + unsigned long __f21; >> + unsigned long __...
2014 Mar 11
4
[PATCH] add mips64 support
From: Dejan Latinovic <Dejan.Latinovic at imgtec.com> --- usr/include/arch/mips64/klibc/archconfig.h | 3 + usr/include/arch/mips64/klibc/archsetjmp.h | 39 ++++++ usr/include/arch/mips64/machine/asm.h | 76 ++++++++++ usr/include/fcntl.h | 2 +- usr/include/sys/md.h | 1 + usr/include/sys/resource.h | 4 +-
2017 Dec 31
4
[PATCH klibc 0/4] Fixes from Debian and Ubuntu
...r Ubuntu packages of klibc. Ben. Ben Hutchings (1): [klibc] run-init: Add dry-run mode Jay Vosburgh (1): [klibc] ipconfig: Use separate sockets for DHCP from multiple interfaces Mathieu Trudel-Lapierre (1): [klibc] ipconfig: Set broadcast when sending DHCPREQUEST and DHCPDISCOVER YunQiang Su (1): [klibc] mips: setjmp.S: don't save and restore floating-point registers usr/kinit/ipconfig/dhcp_proto.c | 8 ++++++- usr/kinit/ipconfig/main.c | 53 ++++++++++++++++++++++++----------------- usr/kinit/ipconfig/netdev.h | 1 + usr/kinit/ipconfig/packet.c | 39 ++++...
2018 Mar 02
5
[PATCH 0/5] Various MIPS fixes
Hi, I noticed that klibc started crashing on 64-bit MIPS and in my quest to fix the bug I got a bit carried away and fixed a few other things as well. Here are various miscellaneous MIPS patches, although the first patch is the important one. Thanks, James *** BLURB HERE *** James Cowgill (5): mips64: compile with -mno-abicalls mips: use -Ttext-segment when linking shared library