From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751970AbeCNSCq (ORCPT ); Wed, 14 Mar 2018 14:02:46 -0400 Received: from mail.skyhub.de ([5.9.137.197]:37206 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbeCNSCp (ORCPT ); Wed, 14 Mar 2018 14:02:45 -0400 Date: Wed, 14 Mar 2018 19:02:09 +0100 From: Borislav Petkov To: "Maciej S. Szmigiero" Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 4/9] x86/microcode/AMD: automatically compute the PATCH_MAX_SIZE macro Message-ID: <20180314180209.GH16605@pd.tnic> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 13, 2018 at 10:06:48PM +0100, Maciej S. Szmigiero wrote: > +/* Maximum of all the above families */ > +#define PATCH_MAX_SIZE SIMPLE_MAX3(F1XH_MPB_MAX_SIZE, F14H_MPB_MAX_SIZE, \ Nope, it should be #define PATCH_MAX_SIZE (max_t(unsigned int, FXXH... -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.