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 0098CC433F5 for ; Sat, 9 Oct 2021 11:56:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DEEC2610A4 for ; Sat, 9 Oct 2021 11:56:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233126AbhJIL57 (ORCPT ); Sat, 9 Oct 2021 07:57:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233092AbhJIL56 (ORCPT ); Sat, 9 Oct 2021 07:57:58 -0400 Received: from mail-io1-xd2a.google.com (mail-io1-xd2a.google.com [IPv6:2607:f8b0:4864:20::d2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 042F3C061570; Sat, 9 Oct 2021 04:56:02 -0700 (PDT) Received: by mail-io1-xd2a.google.com with SMTP id s17so8618856ioa.13; Sat, 09 Oct 2021 04:56:01 -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=lf0J2x7cTW0V681xpgg+rg8P9M4v9XHUGE8oX+4G+6VamTNNYgqWDxw1Q/+d7b+AfO lHGZEdxk4DZI/+gCVnuUddsvxv4jQILk8aL9TcP00zQqaXwQZRjU1Jc9pMNBXuY15rhS ayRZCAumwL9XqHAGqkQhRq5OXoCmkvRP8X1XHPvpKvNfAFOXEHAmsahqgOHwLH42Qecw JumiPUdJbhiD2WNjUOP9cj7JuuGeX87d2ySVUVu27nUD24Uv1xn/P7VO6zEhhHjKHvuO 8yVIdCgMECQXNi3dMNP342ZS32EH6A2EszcLTXtEIosV4Wb9zdV+r5Og7+6cadg2znwX ovrQ== 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=dZnGf2qwE0U2yuGL8FC/8qWMkqO4ekpUUPG339INNr27J8EQUI8eYFDjcWOOi+vAf+ V0EQEM10JrzaIHa7eFcVJETbwBxz7pU70vLYG4dEBR6nTsEfVwz/E5K8/jEY34Gr/Wuf mBQf9Gsmoa8DGpog9BClj2UVI8PUexhazFO16Yw1OtskQsUfyyNkJwiumkxDR9RVPax3 v4oMsrbQBo8LbxSmRQeGt+1U8jnuzPxtkR5cxkFtGcvp2gEfYAPr+2HY/hRZURZixS5R k4YgJLFc8M3/vGOJUiH+yWBsAPhq6QCvwtDFJUcKJFdYmc4TClfLWRZEpXozQ1odCYCz uFsw== X-Gm-Message-State: AOAM531pPnKPAm/zWrvHVDvJvwaW1Aa03RG8aRhBX7guYsFaK23K2gdP ugLq/AEwHrqQKIYlYpGKDNniSpiZhRWFh3mJCng= X-Google-Smtp-Source: ABdhPJzuxuEDEz7txpTLGoHI/LOWbtAev5KmP1m23NGfeBFzi3m5QJyaCH0g71DVhbJSbK5HiUOB48H8hXaOgdJNw9A= X-Received: by 2002:a5e:a501:: with SMTP id 1mr11144744iog.187.1633780561458; Sat, 09 Oct 2021 04:56:01 -0700 (PDT) MIME-Version: 1.0 References: <20211009115031.18392-1-alistair@alistair23.me> <20211009115031.18392-4-alistair@alistair23.me> In-Reply-To: <20211009115031.18392-4-alistair@alistair23.me> From: Alistair Francis Date: Sat, 9 Oct 2021 21:55:35 +1000 Message-ID: Subject: Re: [PATCH 3/7] capsules: symmetric_encryption/aes: Reduce 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 6B905C433FE for ; Sat, 9 Oct 2021 11:59: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 378E160EE9 for ; Sat, 9 Oct 2021 11:59:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 378E160EE9 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=zR6E1W1NWf9Smo /Bx5orsf5T7sqV30qNHHthc/LX8xMu1bZ78cCvp7OYIZE8FyBkGoBoRK7NZS80obmP+aCOj34+j9/ FZOB/9DK/4yvdMkZ6LBOGstbv4s/88KBnFl5C3Xl0SZKYkBBNIkNXaDVDdXFIZM5UQ3UJnu9q2WjK wbdLz8+AHafp60TvWB9QBRr8tNwTZDPERhcMTSiEBYk6e9qu60i59EzW2camficqe0ASLvF0oUXEO hFd27+rl9PpcyiiPKNoq7c/zaq4GYFNVTigjZW/rVuRurOgw/SYjmGdaTGpTsRkP7Z9YYaCOXpVfP DEfqBAmYEX/aZ85+NepQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mZAyv-005Yrq-Uq; Sat, 09 Oct 2021 11:57:38 +0000 Received: from mail-io1-xd30.google.com ([2607:f8b0:4864:20::d30]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mZAxP-005YCU-0S for linux-arm-kernel@lists.infradead.org; Sat, 09 Oct 2021 11:56:04 +0000 Received: by mail-io1-xd30.google.com with SMTP id q205so13781638iod.8 for ; Sat, 09 Oct 2021 04:56:02 -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=lf0J2x7cTW0V681xpgg+rg8P9M4v9XHUGE8oX+4G+6VamTNNYgqWDxw1Q/+d7b+AfO lHGZEdxk4DZI/+gCVnuUddsvxv4jQILk8aL9TcP00zQqaXwQZRjU1Jc9pMNBXuY15rhS ayRZCAumwL9XqHAGqkQhRq5OXoCmkvRP8X1XHPvpKvNfAFOXEHAmsahqgOHwLH42Qecw JumiPUdJbhiD2WNjUOP9cj7JuuGeX87d2ySVUVu27nUD24Uv1xn/P7VO6zEhhHjKHvuO 8yVIdCgMECQXNi3dMNP342ZS32EH6A2EszcLTXtEIosV4Wb9zdV+r5Og7+6cadg2znwX ovrQ== 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=hvG1Wg2LceQY1DCpt5Mi1RJwHZXbcqaQq4HyRnhy7uIGmrrBzuYz+hu1hFDX8IIYgB mUJQ0ijtZYb54B/6imf83iCO9V6iEQQBCHuot5eB2EfNYtqzhk6GW2YrWFRDIL4Wv06g z1TM5KNouJQ8TLAg2HplmTJffILhItP60d9R5dpkRGYd/W8Yz4HT2JhnYb6es5+kYW/K /6ksDoPjlgnGFXY5bVWgDpkZCRAyFO6DxUPLhHFD2Lxs94eYrEq/Ac35rP0jk+zoEW7c bcxpoHs0UDyd1Y7Usku1opRkCDfKJA1xzJoT9Hz7aU9gmdrPmqA0gPqMW/bMZ+90jG8U 9WIg== X-Gm-Message-State: AOAM532Hu1HhQPiOb/mtsiVUXKUEuFZe8zRX0ImI5GUNcl5IQtY/4SLg dwfPsabmXG5V3inntvJBNVo4u+oer3pNbTXQLEc= X-Google-Smtp-Source: ABdhPJzuxuEDEz7txpTLGoHI/LOWbtAev5KmP1m23NGfeBFzi3m5QJyaCH0g71DVhbJSbK5HiUOB48H8hXaOgdJNw9A= X-Received: by 2002:a5e:a501:: with SMTP id 1mr11144744iog.187.1633780561458; Sat, 09 Oct 2021 04:56:01 -0700 (PDT) MIME-Version: 1.0 References: <20211009115031.18392-1-alistair@alistair23.me> <20211009115031.18392-4-alistair@alistair23.me> In-Reply-To: <20211009115031.18392-4-alistair@alistair23.me> From: Alistair Francis Date: Sat, 9 Oct 2021 21:55:35 +1000 Message-ID: Subject: Re: [PATCH 3/7] capsules: symmetric_encryption/aes: Reduce 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_045603_107441_C549EAD0 X-CRM114-Status: UNSURE ( 8.55 ) 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