On Mon, Oct 1, 2018 at 10:58 AM, Mark Salyzyn <salyzyn@xxxxxxxxxxx> wrote:I am "forming an opinion"(tm) that ARM is not interested in any work on 32 bit arm architectures. They have no manpower that they are willing to devote to this.
Last sent 23 Nov 2016.So I feel like this has gone around a few times w/o much comment from
The following 23 patches are rebased and resent, and represent a
rewrite of the arm and arm64 vDSO into C, adding support for arch32
(32-bit user space hosted 64-bit kernels) and into a common library
that other (arm, or non-arm) architectures may utilize.
the arm/arm64 maintainers. I'm not sure if there's a reason?
I worry part of the issue is the scope of this patch set is a littleOriginal was submitted by ARM author as a complete patch series. Failed, so I took it over and have broken them up into 5 logical groups of adjustments to divide and conquer.
unwieldy (covering two architectures + generic code) might leave
maintainers thinking/hoping someone else should review it.
It seems the patchset is already somewhat broken up into separate
sets, so I might recommend picking just one area and focus on
upstreaming that first. Maybe the in-arch cleanups for arm and then
arm64 and then maybe do the move to lib?