From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D696CC433EF for ; Sat, 9 Oct 2021 11:57:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B9C7F60F70 for ; Sat, 9 Oct 2021 11:57:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233092AbhJIL7M (ORCPT ); Sat, 9 Oct 2021 07:59:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232846AbhJIL7M (ORCPT ); Sat, 9 Oct 2021 07:59:12 -0400 Received: from mail-io1-xd2b.google.com (mail-io1-xd2b.google.com [IPv6:2607:f8b0:4864:20::d2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F030C061570; Sat, 9 Oct 2021 04:57:15 -0700 (PDT) Received: by mail-io1-xd2b.google.com with SMTP id r134so2632008iod.11; Sat, 09 Oct 2021 04:57:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=b6PCq4Gkwis4c8eZUmnooNUV0Fha5o7at5yue5VuXyw=; b=fLkwbZhg2oiOnoYuSZpq0qa6f2oN3xEGRYGP/buE8l3dxeDp5hb0njNy/tVjxxjmGT YsNvvbJ1IGgcPu4Hf1y9HdoZPPdL5ZNH1R3PlBJFKLyt466rdfI29qWDGnX3S0NU0djw pH4Ilnj1alWs635XglmbROXVGIqJiAnI+Uh+vCiMF4fR8rjPUbCiobCSe6+BNL500rzW c4q3PI5UTaAPeAOKJp+szft9o0j0ZI2gW1bK+Uaw3UbmP9V9N4scUWKUIDbMFjzhH3iH x+nGNas4MP33mCbUwVvrJIdaHpm5JFnLOJsLC7SUpUWeTuZasp6+ZiBXWIF+Gep3PW4c RL6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=b6PCq4Gkwis4c8eZUmnooNUV0Fha5o7at5yue5VuXyw=; b=XsznwLk/PU96CfK3t96LY6SKgeMg0XDPChAlouR6+uJVSKmaOk9MMvMPraG4PpONXQ /1C/xMXQK0hw59eXdc8OHjAK54gOcV1rhwNHMuJVj4CVP0SuonbkpY13rniMV3SWlSYQ aOPnDLspR6E/RuHzjVw1mHsDf4FBdneK3935JkTdSS4TQlxDgNTdofsK60QGFRmRml5v WXzSULw2wnrDk9SKlyh+FRxx8Z2SIt7M+hx3TyeJ/MRFPet1mgDGW1iKCShURaQjYCgU X/DUzllfpfCkdrBWnQhFEgywfjZnbznLWVkC5ZtWUl6Y0GH94PEjQF5GPiE6D9CYa3kQ yDVA== X-Gm-Message-State: AOAM530grnI0GFYjF30uvHcMF3iIsASewtM7sKbLvYCb5h3RGtb1rcG+ 0aRI0eHrXpPaURnEYjXQd7iRR8xoAgFr2sc1kVA= X-Google-Smtp-Source: ABdhPJzmSyqKU/YcdHWZExJXMvHzqYHsLnCWw9ApzCbbCsVUgoCpXARsNWldWo7W1pCgwU9mHWKjai5fbpyX2fBmXxk= X-Received: by 2002:a05:6602:2e88:: with SMTP id m8mr5018798iow.91.1633780634902; Sat, 09 Oct 2021 04:57:14 -0700 (PDT) MIME-Version: 1.0 References: <20211009115031.18392-1-alistair@alistair23.me> <20211009115031.18392-8-alistair@alistair23.me> In-Reply-To: <20211009115031.18392-8-alistair@alistair23.me> From: Alistair Francis Date: Sat, 9 Oct 2021 21:56:49 +1000 Message-ID: Subject: Re: [PATCH 5/7] capsules: hmac: Continue reducing code size To: Alistair Francis Cc: Lee Jones , Rob Herring , lgirdwood@gmail.com, Mark Brown , Sascha Hauer , Shawn Guo , Sascha Hauer , dl-linux-imx , amitk@kernel.org, rui.zhang@intel.com, devicetree , Linux Kernel Mailing List , linux-hwmon@vger.kernel.org, linux-arm-kernel , linux-pm@vger.kernel.org, Alistair Francis Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org On Sat, Oct 9, 2021 at 9:51 PM Alistair Francis wrote: > > From: Alistair Francis > > Signed-off-by: Alistair Francis Sorry, I wrongly copied this patch. Just ignore this patch Alistair From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23F7BC433F5 for ; Sat, 9 Oct 2021 12:01:59 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D6C8E60EE9 for ; Sat, 9 Oct 2021 12:01:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D6C8E60EE9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MKkt6PKjsDEeQWKzyODqw7dI4tZFUC1+Q6/uW21OqE4=; b=Kvz3mn8QY6jW7x PvFiVZvK8FT1Y/GqLGqJLgGGTh1oWX9psPtsj3rf0swueBCz4nXieFNQ67h/IIq7wDUAuFIIHIYJZ Pk5ploMmgL5y1w78p1Tfk8+UgNzzc9PNVkccski9g3xS5frpQLz/ZRKcDk4V7S9cIP0EWu/u5lw7x 62VcaJieT48EKdOgnxEBgbhcw+H/MdXxqQvw2zFU/tC9iuOHXcwHlMSwhIBgsP+5CRHZEMukg8dTj 1rNlw5n1SARwYTBZGvBABSCxktAh9lSD26mnhp5+gQQdcMi5zXS7cdlnC0mtW0YwbpTEuYHTdByK1 hAfBkHs265gIwmJ8WyOA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mZB0u-005Zda-3E; Sat, 09 Oct 2021 11:59:40 +0000 Received: from mail-io1-xd31.google.com ([2607:f8b0:4864:20::d31]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mZAyZ-005Yiu-OU for linux-arm-kernel@lists.infradead.org; Sat, 09 Oct 2021 11:57:17 +0000 Received: by mail-io1-xd31.google.com with SMTP id y67so1834969iof.10 for ; Sat, 09 Oct 2021 04:57:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=b6PCq4Gkwis4c8eZUmnooNUV0Fha5o7at5yue5VuXyw=; b=fLkwbZhg2oiOnoYuSZpq0qa6f2oN3xEGRYGP/buE8l3dxeDp5hb0njNy/tVjxxjmGT YsNvvbJ1IGgcPu4Hf1y9HdoZPPdL5ZNH1R3PlBJFKLyt466rdfI29qWDGnX3S0NU0djw pH4Ilnj1alWs635XglmbROXVGIqJiAnI+Uh+vCiMF4fR8rjPUbCiobCSe6+BNL500rzW c4q3PI5UTaAPeAOKJp+szft9o0j0ZI2gW1bK+Uaw3UbmP9V9N4scUWKUIDbMFjzhH3iH x+nGNas4MP33mCbUwVvrJIdaHpm5JFnLOJsLC7SUpUWeTuZasp6+ZiBXWIF+Gep3PW4c RL6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=b6PCq4Gkwis4c8eZUmnooNUV0Fha5o7at5yue5VuXyw=; b=8KZmkJx84USt7IZ4jxzqaaGirc0M+GZOknMDA4WSOx3xxPzin1e3DjqXliLcTLjRyi 3RnY/h/rPTww0ylapifJs5yQLdARd1mIqgBH1Alw7LPjf0iGmjRRqYwceuzYRNbV3KL+ 7gbC9EmtAXjRVxd70a11H+pP50KD87nWZP4zgOn50CEGWe6kbjoswTcghdXMjmv4Ckol dQIgDlnClrTE5+SwhgWAf4WmhTiLuLwYVy72qubZ2RI6ikc8+UPwGvCMTyr5AwyqAi/V 1jI24VJMbh4vHocP9jlPKuoEthJGBaqOL3TXSNvxe1J+CKimUFZLJcYlPy5+KifWSwiV eIMQ== X-Gm-Message-State: AOAM531JOYiurkqJ+XF9t+1+ZmuuAmx8xvUYsBWiCw2/3AgIS1s1I3tj 1l/7FNSetopUkQb/M6xI0SXkwcwtNtumUItU//o= X-Google-Smtp-Source: ABdhPJzmSyqKU/YcdHWZExJXMvHzqYHsLnCWw9ApzCbbCsVUgoCpXARsNWldWo7W1pCgwU9mHWKjai5fbpyX2fBmXxk= X-Received: by 2002:a05:6602:2e88:: with SMTP id m8mr5018798iow.91.1633780634902; Sat, 09 Oct 2021 04:57:14 -0700 (PDT) MIME-Version: 1.0 References: <20211009115031.18392-1-alistair@alistair23.me> <20211009115031.18392-8-alistair@alistair23.me> In-Reply-To: <20211009115031.18392-8-alistair@alistair23.me> From: Alistair Francis Date: Sat, 9 Oct 2021 21:56:49 +1000 Message-ID: Subject: Re: [PATCH 5/7] capsules: hmac: Continue reducing code size To: Alistair Francis Cc: Lee Jones , Rob Herring , lgirdwood@gmail.com, Mark Brown , Sascha Hauer , Shawn Guo , Sascha Hauer , dl-linux-imx , amitk@kernel.org, rui.zhang@intel.com, devicetree , Linux Kernel Mailing List , linux-hwmon@vger.kernel.org, linux-arm-kernel , linux-pm@vger.kernel.org, Alistair Francis X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211009_045715_815337_FEC2225C X-CRM114-Status: UNSURE ( 8.64 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Oct 9, 2021 at 9:51 PM Alistair Francis wrote: > > From: Alistair Francis > > Signed-off-by: Alistair Francis Sorry, I wrongly copied this patch. Just ignore this patch Alistair _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel