From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 30F7D176AB3; Fri, 26 Jul 2024 08:52:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721983930; cv=none; b=HilBgAMqscVyeK208l1uWfTbHM8Qb8YcKudt0DDVdHyxem/X16ZsnX9CtYBtO4VghHCWNOc7BNu7WtReyAb9uOdSPSsqd0HEuqJ0muApQzEvfu72nBnbBJEkI9k8bbwNgO+wSb5V9rnZRMfcVyOdus6xrRsh32izIJBMMvoQl/k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721983930; c=relaxed/simple; bh=x9Q3f7TMlV009Dj8p5KmSZQbGiGv8Hng0TFWaEJwdsw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=U+5Gvg3dj5YNBcKfEPUt71Ht8HFNCRh5HY9Q14QdnM3fOjTluIK6lLW9Yugo1haypLtgQ2gMfcW/nQbi6ALBhKb87W6ctevQBk5541vQCYgljb59J5D1lNavIrjhqEzS/fQRK2Loin/PGBqR7m6iUDLkoxgV2cW3LRd3KZO6444= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=DEagb6SV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="DEagb6SV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9BC32C32782; Fri, 26 Jul 2024 08:52:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721983929; bh=x9Q3f7TMlV009Dj8p5KmSZQbGiGv8Hng0TFWaEJwdsw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DEagb6SVsWRjCgxah+mjFUSOD3rnDpflXKlNNZ4SlWJk/dVooNkzO+g8/6Tc05U2I Ohwkq9mfYmcP61yuITuDzdZzKVgXyXUMXuAXs3/g+hngMSM3nuW+rXx7sgyrRhmREj GgFaW8P+IipwI1uibs4V95By59902lznZWWFvNQ0= Date: Fri, 26 Jul 2024 10:52:05 +0200 From: Greg Kroah-Hartman To: Jari Ruusu Cc: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" Subject: Re: [PATCH 5.10 00/59] 5.10.223-rc1 review Message-ID: <2024072635-dose-ferment-53c8@gregkh> References: <2024072633-easel-erasure-18fa@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Jul 26, 2024 at 08:21:47AM +0000, Jari Ruusu wrote: > On Friday, July 26th, 2024 at 10:49, Greg Kroah-Hartman wrote: > > On Fri, Jul 26, 2024 at 07:25:21AM +0000, Jari Ruusu wrote: > > > Fixes: upstream fd7eea27a3ae "Compiler Attributes: Add __uninitialized macro" > > > Signed-off-by: Jari Ruusu jariruusu@protonmail.com > > > > Please submit this in a format in which we can apply it, thanks! > > Protonmail seems to involuntarily inject mime-poop to outgoing mails. > Sorry about that. For the time being, the best I can do is to re-send > the patch as gzipped attachment. For obvious reasons, we can't take that either :( Also the "Fixes:" tag is not in the correct format, please fix that up at the very least. thanks, greg k-h