linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6sub1 00/11] arm64: split linear and kernel mappings
Date: Fri, 19 Feb 2016 14:25:52 +0000	[thread overview]
Message-ID: <20160219142551.GA12864@e104818-lin.cambridge.arm.com> (raw)
In-Reply-To: <CAKv+Gu8aKDtev2LdGMy9a485Z8S7TYgsbXky6wR6e3F+j2nkUQ@mail.gmail.com>

On Fri, Feb 19, 2016 at 09:05:25AM +0100, Ard Biesheuvel wrote:
> On 18 February 2016 at 20:38, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> > On 18 February 2016 at 19:27, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> >> On 18 February 2016 at 19:25, Catalin Marinas <catalin.marinas@arm.com> wrote:
> >>> On Tue, Feb 16, 2016 at 01:52:31PM +0100, Ard Biesheuvel wrote:
> >>>> Ard Biesheuvel (11):
> >>>>   of/fdt: make memblock minimum physical address arch configurable
> >>>>   of/fdt: factor out assignment of initrd_start/initrd_end
> >>>>   arm64: prevent potential circular header dependencies in asm/bug.h
> >>>>   arm64: add support for ioremap() block mappings
> >>>>   arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
> >>>>   arm64: pgtable: implement static [pte|pmd|pud]_offset variants
> >>>>   arm64: decouple early fixmap init from linear mapping
> >>>>   arm64: kvm: deal with kernel symbols outside of linear mapping
> >>>>   arm64: move kernel image to base of vmalloc area
> >>>>   arm64: defer __va translation of initrd_start and initrd_end
> >>>>   arm64: allow kernel Image to be loaded anywhere in physical memory
> >>>
> >>> I queued this patches (again) for 4.6. I'll wait a few days with the
> >>> rest of KASLR until these get a bit more coverage in -next.
> >>>
> >
> > I rebased the remaining patches onto for-next/core, and pushed it here:
> > https://git.linaro.org/people/ard.biesheuvel/linux-arm.git/shortlog/refs/heads/arm64-kaslr-v6
> >
> > I need to check if everything still works, and if it does, I will send
> > them out as v6sub2
> > Note that I have included the arm64 extable patch plus its generic
> > dependency, and the kallsyms patches as well. We can decide later how
> > to proceed with those, but for now, I included them for completeness.
> 
> OK, as it turns out, my arm64/extable patch conflicts with the UAO
> patches that are now in for-next/core, not textually, but those
> patches add additional absolute extable entries that need to be
> updated to relative as well.

I noticed this as well while testing KASLR.

> So it appears that akpm will need to drop that patch anyway, as he
> won't be able to carry an updated version since he does not have the
> UAO patches. That means it probably makes even more sense to take
> those through the arm64 tree as well (minus the x86 one, which has a
> conflict now as well). In fact, perhaps it makes sense to only take
> the base patch and the arm64 patch, and I can send the remaining ones
> to the various maintainers (or akpm) for v4.7

Or we make BUILDTIME_EXTABLE_SORT depend on !RANDOMIZE_BASE until we
sort out the extable patches.

-- 
Catalin

  reply	other threads:[~2016-02-19 14:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16 12:52 [PATCH v6sub1 00/11] arm64: split linear and kernel mappings Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 01/11] of/fdt: make memblock minimum physical address arch configurable Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 02/11] of/fdt: factor out assignment of initrd_start/initrd_end Ard Biesheuvel
2016-02-16 17:28   ` Rob Herring
2016-02-16 12:52 ` [PATCH v6sub1 03/11] arm64: prevent potential circular header dependencies in asm/bug.h Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 04/11] arm64: add support for ioremap() block mappings Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 05/11] arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 06/11] arm64: pgtable: implement static [pte|pmd|pud]_offset variants Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 07/11] arm64: decouple early fixmap init from linear mapping Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 08/11] arm64: kvm: deal with kernel symbols outside of " Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 09/11] arm64: move kernel image to base of vmalloc area Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 10/11] arm64: defer __va translation of initrd_start and initrd_end Ard Biesheuvel
2016-02-16 12:52 ` [PATCH v6sub1 11/11] arm64: allow kernel Image to be loaded anywhere in physical memory Ard Biesheuvel
2016-02-18 18:25 ` [PATCH v6sub1 00/11] arm64: split linear and kernel mappings Catalin Marinas
2016-02-18 18:27   ` Ard Biesheuvel
2016-02-18 19:38     ` Ard Biesheuvel
2016-02-19  8:05       ` Ard Biesheuvel
2016-02-19 14:25         ` Catalin Marinas [this message]
2016-02-19 14:27           ` Ard Biesheuvel
2016-02-19 14:29             ` Ard Biesheuvel
2016-02-19 14:37               ` Catalin Marinas
2016-02-19 14:40                 ` Ard Biesheuvel
2016-02-19 14:57                   ` Catalin Marinas
2016-02-19 17:34                   ` Catalin Marinas
2016-02-19 17:38                     ` Ard Biesheuvel
2016-02-19 17:43                       ` Catalin Marinas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160219142551.GA12864@e104818-lin.cambridge.arm.com \
    --to=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).