From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754716AbeARAYN (ORCPT ); Wed, 17 Jan 2018 19:24:13 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:47090 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754087AbeARAYM (ORCPT ); Wed, 17 Jan 2018 19:24:12 -0500 X-Google-Smtp-Source: ACJfBotqAZMz670ZjtgEZqQGVV1yd3aHKG71X8XuCsq9Tq1jHlNIQ8iORCVgv0MGPy6TrkUNWJHcnQ== Date: Thu, 18 Jan 2018 01:24:08 +0100 From: Ingo Molnar To: Linus Torvalds Cc: Linux Kernel Mailing List , Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , Borislav Petkov , Andrew Morton Subject: Re: [GIT PULL] x86 fixes Message-ID: <20180118002407.mojl3q2iv4p44yyi@gmail.com> References: <20180117154134.bgocrlokyobeyfyu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Linus Torvalds wrote: > On Wed, Jan 17, 2018 at 7:41 AM, Ingo Molnar wrote: > > > > - A kdump fix > > > > out-of-topic modifications in x86-urgent-for-linus: > > ----------------------------------------------------- > > include/linux/crash_core.h # 9f15b9120f56: kdump: Write the correct add > > kernel/crash_core.c # 9f15b9120f56: kdump: Write the correct add > > This came through Andrew too. It all merged fine since there were no > other modifications, but it's a bit odd how this was in the x86 tree, > and even if that part makes sense it's a sign of lack of communication > at some point. > > Oh well. Not a big deal. I just thought I'd mention it. Hm, I don't think Andrew Cc:-ed me when he sent it to you, so I didn't notice the duplication. The bug was introduced via the 5-level paging changes in the x86 tree, so I assumed the fix would go via the x86 tree as well. Andrew was Cc:-ed to the -tip commit. Thanks, Ingo