From patchwork Sun Feb 20 11:50:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Borislav Petkov X-Patchwork-Id: 12752691 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1342FC433EF for ; Sun, 20 Feb 2022 11:50:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231159AbiBTLui (ORCPT ); Sun, 20 Feb 2022 06:50:38 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:33472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229924AbiBTLuf (ORCPT ); Sun, 20 Feb 2022 06:50:35 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 047FC4B87C; Sun, 20 Feb 2022 03:50:14 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 3A0C421991; Sun, 20 Feb 2022 11:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1645357813; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/im0JN/3aSOtHyIEyKZQNZI+WTUe+HXYcr39tkRxEuA=; b=Yz22vOy5MOK2W9S4Ke7hKUGtQTCu/Ef7Jeec4+jUj7wxhwoi/LIrI4meQvHI4RnJTwwxNF P1N1Zq5ny+qSQp5uYdD9PesARoj5jDI9mo+14ltGKOdZJ9g2UkK/HLtoNoqIicsq1bnXox tRWOxkAoHxSZPko04rqc/l99+zx1Kdk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1645357813; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/im0JN/3aSOtHyIEyKZQNZI+WTUe+HXYcr39tkRxEuA=; b=p8T+v/ingDVNtGfAfzemg94ORYPlmALoNfKZ/nljPX0n0pm5DllWlKr63vRjXkCE44OccB 5VgfJo4ekIs+vyAg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 2550D12FC5; Sun, 20 Feb 2022 11:50:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id NPb+CPUqEmLTHgAAMHmgww (envelope-from ); Sun, 20 Feb 2022 11:50:13 +0000 Date: Sun, 20 Feb 2022 12:50:15 +0100 From: Borislav Petkov To: Linus Torvalds Cc: linux-edac , lkml Subject: [GIT PULL] EDAC fix for 5.17 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org Hi Linus, please pull a fix for a long-standing, hard-to-catch issue in the EDAC weird struct allocation code, for 5.17. Thx. --- The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07: Linux 5.17-rc4 (2022-02-13 12:13:30 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_urgent_for_v5.17_rc5 for you to fetch changes up to f8efca92ae509c25e0a4bd5d0a86decea4f0c41e: EDAC: Fix calculation of returned address and next offset in edac_align_ptr() (2022-02-15 15:54:46 +0100) ---------------------------------------------------------------- - Fix a long-standing struct alignment bug in the EDAC struct allocation code ---------------------------------------------------------------- Eliav Farber (1): EDAC: Fix calculation of returned address and next offset in edac_align_ptr() drivers/edac/edac_mc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)