Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-24 Thread Shea Levy
Hi Zong, Zong Li writes: > 2018-03-24 20:59 GMT+08:00 Shea Levy : >> Hi Palmer, Zong, >> >> Palmer Dabbelt writes: >> >>> On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: These patches resolve the some issues of

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-24 Thread Shea Levy
Hi Zong, Zong Li writes: > 2018-03-24 20:59 GMT+08:00 Shea Levy : >> Hi Palmer, Zong, >> >> Palmer Dabbelt writes: >> >>> On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: These patches resolve the some issues of loadable module. - symbol out of ranges -

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-24 Thread Zong Li
2018-03-24 20:59 GMT+08:00 Shea Levy : > Hi Palmer, Zong, > > Palmer Dabbelt writes: > >> On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: >>> These patches resolve the some issues of loadable module. >>> - symbol out of ranges >>> -

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-24 Thread Zong Li
2018-03-24 20:59 GMT+08:00 Shea Levy : > Hi Palmer, Zong, > > Palmer Dabbelt writes: > >> On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: >>> These patches resolve the some issues of loadable module. >>> - symbol out of ranges >>> - unknown relocation types >>> >>> The

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-24 Thread Shea Levy
Hi Palmer, Zong, Palmer Dabbelt writes: > On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: >> These patches resolve the some issues of loadable module. >> - symbol out of ranges >> - unknown relocation types >> >> The reference of external variable and

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-24 Thread Shea Levy
Hi Palmer, Zong, Palmer Dabbelt writes: > On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: >> These patches resolve the some issues of loadable module. >> - symbol out of ranges >> - unknown relocation types >> >> The reference of external variable and function symbols >>

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-20 Thread Zong Li
2018-03-21 1:11 GMT+08:00 Palmer Dabbelt : > On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: >> >> These patches resolve the some issues of loadable module. >> - symbol out of ranges >> - unknown relocation types >> >> The reference of external variable

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-20 Thread Zong Li
2018-03-21 1:11 GMT+08:00 Palmer Dabbelt : > On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: >> >> These patches resolve the some issues of loadable module. >> - symbol out of ranges >> - unknown relocation types >> >> The reference of external variable and function symbols

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-20 Thread Palmer Dabbelt
On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: These patches resolve the some issues of loadable module. - symbol out of ranges - unknown relocation types The reference of external variable and function symbols cannot exceed 32-bit offset ranges in kernel module. The

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-20 Thread Palmer Dabbelt
On Thu, 15 Mar 2018 01:50:40 PDT (-0700), z...@andestech.com wrote: These patches resolve the some issues of loadable module. - symbol out of ranges - unknown relocation types The reference of external variable and function symbols cannot exceed 32-bit offset ranges in kernel module. The

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-15 Thread Zong Li
2018-03-15 16:50 GMT+08:00 Zong Li : > These patches resolve the some issues of loadable module. > - symbol out of ranges > - unknown relocation types > > The reference of external variable and function symbols > cannot exceed 32-bit offset ranges in kernel module. > The

Re: [PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-15 Thread Zong Li
2018-03-15 16:50 GMT+08:00 Zong Li : > These patches resolve the some issues of loadable module. > - symbol out of ranges > - unknown relocation types > > The reference of external variable and function symbols > cannot exceed 32-bit offset ranges in kernel module. > The module only can work

[PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-15 Thread Zong Li
These patches resolve the some issues of loadable module. - symbol out of ranges - unknown relocation types The reference of external variable and function symbols cannot exceed 32-bit offset ranges in kernel module. The module only can work on the 32-bit OS or the 64-bit OS with sv32 virtual

[PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit

2018-03-15 Thread Zong Li
These patches resolve the some issues of loadable module. - symbol out of ranges - unknown relocation types The reference of external variable and function symbols cannot exceed 32-bit offset ranges in kernel module. The module only can work on the 32-bit OS or the 64-bit OS with sv32 virtual