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


Groups > linux.kernel > #1303024

Re: [PATCH v7 1/3] x86: Add classes to exception tables

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Borislav Petkov <bp@alien8.de>
Newsgroups linux.kernel
Subject Re: [PATCH v7 1/3] x86: Add classes to exception tables
Date Wed, 06 Jan 2016 20:50:01 +0100
Message-ID <qO2fL-5vA-1@gated-at.bofh.it> (permalink)
References <qNnvY-2lN-11@gated-at.bofh.it> <qNnvY-2lN-9@gated-at.bofh.it> <qNVxD-16O-1@gated-at.bofh.it> <qO0xl-4lZ-7@gated-at.bofh.it> <qO0GZ-4Es-1@gated-at.bofh.it> <qO0H2-4Es-33@gated-at.bofh.it>
X-Original-To Andy Lutomirski <luto@amacapital.net>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1452109345; bh=ftLLwcHPiboobZ89ivefORZI+K5Z+hA3aZTDwqJQfHI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=hQzvXQUnI5PGgcF6QJ/rNHbeUN/chMPYAk1f+G IiyGEyq5jjG7LQo0FSsVkleTTyhpPRTR+KAK2GP6pMBdpJyolNWWnLCpOeoG0oMO4AP yJ28AE9GPlNHGaAme9G88a2C0cE4grRAspTF/tdmK/vPM6EuKMWvv4XF+AC7oHqzyc=
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1452109345; bh=ftLLwcHPiboobZ89ivefORZI+K5Z+hA3aZTDwqJQfHI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=hQzvXQUnI5PGgcF6QJ/rNHbeUN/chMPYAk1f+G IiyGEyq5jjG7LQo0FSsVkleTTyhpPRTR+KAK2GP6pMBdpJyolNWWnLCpOeoG0oMO4AP yJ28AE9GPlNHGaAme9G88a2C0cE4grRAspTF/tdmK/vPM6EuKMWvv4XF+AC7oHqzyc=
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
User-Agent Mutt/1.5.24 (2015-08-30)
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 20
Organization linux.* mail to news gateway
X-Original-Cc Tony Luck <tony.luck@intel.com>, Ingo Molnar <mingo@kernel.org>, Andrew Morton <akpm@linux-foundation.org>, Andy Lutomirski <luto@kernel.org>, Dan Williams <dan.j.williams@intel.com>, Robert <elliott@hpe.com>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, "linux-mm@kvack.org" <linux-mm@kvack.org>, linux-nvdimm <linux-nvdimm@ml01.01.org>, X86 ML <x86@kernel.org>
X-Original-Date Wed, 6 Jan 2016 20:42:22 +0100
X-Original-Message-ID <20160106194222.GC16647@pd.tnic>
X-Original-References <cover.1451952351.git.tony.luck@intel.com> <b5dc7a1ee68f48dc61c10959b2209851f6eb6aab.1451952351.git.tony.luck@intel.com> <20160106123346.GC19507@pd.tnic> <CALCETrVXD5YB_1UzR4LnSOCgV+ZzhDi9JRZrcxhMAjbvSzO6MQ@mail.gmail.com> <20160106175948.GA16647@pd.tnic> <CALCETrXsC9eiQ8yF555-8G88pYEms4bDsS060e24FoadAOK+kw@mail.gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1303024

Show key headers only | View raw


On Wed, Jan 06, 2016 at 10:07:19AM -0800, Andy Lutomirski wrote:
> Agreed.  I just think that your current fixup_ex_handler
> implementation needs adjustment if you do it that way.

Right, and as you just mentioned on IRC, there's also sortextable.c
which needs adjusting. So I'll go stare at that code first to try to
figure out what exactly is being done there...

Thanks.

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH v7 1/3] x86: Add classes to exception tables Tony Luck <tony.luck@intel.com> - 2016-01-05 01:20 +0100
  Re: [PATCH v7 1/3] x86: Add classes to exception tables Borislav Petkov <bp@alien8.de> - 2016-01-06 13:40 +0100
    Re: [PATCH v7 1/3] x86: Add classes to exception tables "Luck, Tony" <tony.luck@intel.com> - 2016-01-06 18:40 +0100
      Re: [PATCH v7 1/3] x86: Add classes to exception tables Linus Torvalds <torvalds@linux-foundation.org> - 2016-01-06 18:50 +0100
    Re: [PATCH v7 1/3] x86: Add classes to exception tables Andy Lutomirski <luto@amacapital.net> - 2016-01-06 19:00 +0100
      Re: [PATCH v7 1/3] x86: Add classes to exception tables Borislav Petkov <bp@alien8.de> - 2016-01-06 19:10 +0100
        Re: [PATCH v7 1/3] x86: Add classes to exception tables Andy Lutomirski <luto@amacapital.net> - 2016-01-06 19:10 +0100
          Re: [PATCH v7 1/3] x86: Add classes to exception tables Borislav Petkov <bp@alien8.de> - 2016-01-06 20:50 +0100
            Re: [PATCH v7 1/3] x86: Add classes to exception tables Borislav Petkov <bp@alien8.de> - 2016-01-07 13:20 +0100
              Re: [PATCH v7 1/3] x86: Add classes to exception tables "Luck, Tony" <tony.luck@intel.com> - 2016-01-07 19:30 +0100
              Re: [PATCH v7 1/3] x86: Add classes to exception tables "Luck, Tony" <tony.luck@intel.com> - 2016-01-08 02:50 +0100
                Re: [PATCH v7 1/3] x86: Add classes to exception tables Borislav Petkov <bp@alien8.de> - 2016-01-08 11:40 +0100
                RE: [PATCH v7 1/3] x86: Add classes to exception tables "Luck, Tony" <tony.luck@intel.com> - 2016-01-08 17:30 +0100
                Re: [PATCH v7 1/3] x86: Add classes to exception tables Borislav Petkov <bp@alien8.de> - 2016-01-08 18:30 +0100
                Re: [PATCH v7 1/3] x86: Add classes to exception tables Brian Gerst <brgerst@gmail.com> - 2016-01-08 23:30 +0100
              Re: [PATCH v7 1/3] x86: Add classes to exception tables "Luck, Tony" <tony.luck@intel.com> - 2016-01-08 06:40 +0100
                Re: [PATCH v7 1/3] x86: Add classes to exception tables Borislav Petkov <bp@alien8.de> - 2016-01-08 11:50 +0100
  Re: [PATCH v7 1/3] x86: Add classes to exception tables Borislav Petkov <bp@alien8.de> - 2016-01-06 13:40 +0100

csiph-web