From patchwork Wed Oct 23 07:30:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Borislav Petkov X-Patchwork-Id: 11205825 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D44351390 for ; Wed, 23 Oct 2019 07:30:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BBC572064A for ; Wed, 23 Oct 2019 07:30:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389636AbfJWHau (ORCPT ); Wed, 23 Oct 2019 03:30:50 -0400 Received: from mx2.suse.de ([195.135.220.15]:59128 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389351AbfJWHau (ORCPT ); Wed, 23 Oct 2019 03:30:50 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 9FF37B16C; Wed, 23 Oct 2019 07:30:48 +0000 (UTC) Date: Wed, 23 Oct 2019 09:30:47 +0200 From: Borislav Petkov To: Linus Torvalds Cc: linux-edac , lkml Subject: [GIT PULL] EDAC fix for 5.4 Message-ID: <20191023073047.GD12272@zn.tnic> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-edac-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org Hi Linus, please pull, thx. --- The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_urgent_for_5.4 for you to fetch changes up to 1e72e673b9d102ff2e8333e74b3308d012ddf75b: EDAC/ghes: Fix Use after free in ghes_edac remove path (2019-10-17 11:27:05 +0200) ---------------------------------------------------------------- Fix ghes_edac UAF case triggered by KASAN and DEBUG_TEST_DRIVER_REMOVE. Future pending rework of the ghes_edac instances registration will do away with the single memory controller per system model and that ugly hackery there. This is a minimal fix for stable@, courtesy of James Morse. ---------------------------------------------------------------- James Morse (1): EDAC/ghes: Fix Use after free in ghes_edac remove path drivers/edac/ghes_edac.c | 4 ++++ 1 file changed, 4 insertions(+)