Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1384747

Re: [PATCH 0/5] x86, boot: clean up KASLR code (step 2)

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 0/5] x86, boot: clean up KASLR code (step 2)
Date Fri, 22 Apr 2016 09:50:01 +0200
Message-ID <rqE0F-6O2-7@gated-at.bofh.it> (permalink)
References <rq7o5-5F5-3@gated-at.bofh.it>
X-Original-To Kees Cook <keescook@chromium.org>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Hq46U/t8EkptypL5ZDMaSuhooBbXANBwwfqUshQ2i+w=; b=p5+29nVShDupIrWMsJyM1JU/GqZAkmMbOjaZJGm9OlRJluFDruSBvbSgvgbPmZc567 WfgpDPGxK2wKdzOL7HenC/8NfslphZBws3Xr3uu1QUHIU4hPRo3rSw/fpvRbJnPZ8dT+ 2E4NnudC7UoRzbelVX6QxDuDHGq5RiWzl59hkQvC/pAEClF7uq01J+WVyN+Mphinmw5V CMtQFDZf0ebr8+8ByIWdA2z5H1BDe5FctaeA3X4hF4pvD+QgY1EqjqwNNEqMplJg+cEd s77UscvTo/2PBZqzWg/1W/3QLHYhC4prAmfobYHkjm4dzPBRBz/WFzU5Gvzs2HFdtp/o 7rvg==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=Hq46U/t8EkptypL5ZDMaSuhooBbXANBwwfqUshQ2i+w=; b=kCWDe9arCtYVQYP0OONDvwUNHQm8i9pK9Toa8BcSdb0k4GmsK+wlLk4KhuuduqLcbn vD3HOHg5DrhmkOKEsWy5YdNMxQL4ny3VV/JLtne6wwKnVueERS95cIhKSw4SHnrNe2+/ 9iTjoJldhjjS38+oVlhxNVpde+K8maYOBJCeAWWR40nZUOzqVsHwZD/ERd8/tO6pUOXP U54rxbXEjsFTQDxKPyd/F6TlM47F+SJGEeoG9pEVbFRJu777P0KvxGk3hltMByRdUi6C 4+qvRuzZ/3nxMz4FEsN0XiKrFsNpTDdo32utBpZakKsmvafZdRjVreHnbPepJg0nQgHt kPbQ==
X-Gm-Message-State AOPr4FXK3riNyc2cHvlmhaenduxsY5yr0gvmKrEFx1srEjjZRzmPuuVDd4IqwqGyyucw5g==
X-Received by 10.28.54.208 with SMTP id y77mr2066940wmh.17.1461311003199; Fri, 22 Apr 2016 00:43:23 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.23 (2014-03-12)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 11
Organization linux.* mail to news gateway
X-Original-Cc Yinghai Lu <yinghai@kernel.org>, Baoquan He <bhe@redhat.com>, Ingo Molnar <mingo@redhat.com>, x86@kernel.org, Andrew Morton <akpm@linux-foundation.org>, Andrey Ryabinin <aryabinin@virtuozzo.com>, Dmitry Vyukov <dvyukov@google.com>, "H.J. Lu" <hjl.tools@gmail.com>, Josh Poimboeuf <jpoimboe@redhat.com>, Borislav Petkov <bp@suse.de>, Andy Lutomirski <luto@kernel.org>, linux-kernel@vger.kernel.org
X-Original-Date Fri, 22 Apr 2016 09:43:20 +0200
X-Original-Message-ID <20160422074320.GB7352@gmail.com>
X-Original-References <1461185746-8017-1-git-send-email-keescook@chromium.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1384747

Show key headers only | View raw


Another small request, I've been doing this to the previous patches:

  sed -i 's/x86, KASLR: /x86\/KASLR: /g'
  sed -i 's/x86, boot: /x86\/boot: /g'

Could you please apply the regular x86/subsys title format for future patches?

Thanks!

	Ingo

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] x86, boot: clean up KASLR code (step 2) Kees Cook <keescook@chromium.org> - 2016-04-20 23:00 +0200
  [PATCH 4/5] x86, boot: Make memcpy handle overlaps Kees Cook <keescook@chromium.org> - 2016-04-20 23:00 +0200
    Re: [PATCH 4/5] x86, boot: Make memcpy handle overlaps Ingo Molnar <mingo@kernel.org> - 2016-04-22 10:00 +0200
    Re: [PATCH 4/5] x86, boot: Make memcpy handle overlaps Ingo Molnar <mingo@kernel.org> - 2016-04-22 10:00 +0200
      Re: [PATCH 4/5] x86, boot: Make memcpy handle overlaps Kees Cook <keescook@chromium.org> - 2016-04-23 00:20 +0200
    [tip:x86/boot] x86/boot: Make memcpy() handle overlaps tip-bot for Kees Cook <tipbot@zytor.com> - 2016-04-22 11:50 +0200
      Re: [tip:x86/boot] x86/boot: Make memcpy() handle overlaps Lasse Collin <lasse.collin@tukaani.org> - 2016-04-22 23:10 +0200
        Re: [tip:x86/boot] x86/boot: Make memcpy() handle overlaps Kees Cook <keescook@chromium.org> - 2016-04-23 00:10 +0200
  [PATCH 1/5] x86, KASLR: Update description for decompressor worst case size Kees Cook <keescook@chromium.org> - 2016-04-20 23:00 +0200
    Re: [PATCH 1/5] x86, KASLR: Update description for decompressor  worst case size Borislav Petkov <bp@suse.de> - 2016-04-21 16:50 +0200
      Re: [PATCH 1/5] x86, KASLR: Update description for decompressor worst  case size Kees Cook <keescook@chromium.org> - 2016-04-21 22:10 +0200
        Re: [PATCH 1/5] x86, KASLR: Update description for decompressor  worst case size Baoquan He <bhe@redhat.com> - 2016-04-22 05:20 +0200
    Re: [PATCH 1/5] x86, KASLR: Update description for decompressor  worst case size Ingo Molnar <mingo@kernel.org> - 2016-04-22 09:50 +0200
    [tip:x86/boot] x86/KASLR: Update description for decompressor worst  case size tip-bot for Baoquan He <tipbot@zytor.com> - 2016-04-22 11:50 +0200
  Re: [PATCH 0/5] x86, boot: clean up KASLR code (step 2) Ingo Molnar <mingo@kernel.org> - 2016-04-22 09:50 +0200
    Re: [PATCH 0/5] x86, boot: clean up KASLR code (step 2) Kees Cook <keescook@chromium.org> - 2016-04-22 17:40 +0200

csiph-web