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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92A4EC3F6B0 for ; Fri, 29 Jul 2022 08:37:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234660AbiG2IhS (ORCPT ); Fri, 29 Jul 2022 04:37:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235011AbiG2IhQ (ORCPT ); Fri, 29 Jul 2022 04:37:16 -0400 Received: from mail-yb1-xb31.google.com (mail-yb1-xb31.google.com [IPv6:2607:f8b0:4864:20::b31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68F6B8246D for ; Fri, 29 Jul 2022 01:37:14 -0700 (PDT) Received: by mail-yb1-xb31.google.com with SMTP id 123so7075886ybv.7 for ; Fri, 29 Jul 2022 01:37:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jBtukp+iT13bXS1x4ppbbvLuYQYsK1bKT1T8ZuQYnuU=; b=i22YIsoLhKb/wfkY6xp7KMmlRGqwFcE/LUkGQHT3XnBPKXflWCLwDnGhe3Y2v4aBGb 1bUjxWV41SVHBYhWtYuWL7UwmcyfYGERtfCq+CIffVBUqZMKfwET2uQrvA9ZVJBGytX+ j/oDivxugVZ2IhpyVx4ou8gTGgTwu7zrhtVng= 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=jBtukp+iT13bXS1x4ppbbvLuYQYsK1bKT1T8ZuQYnuU=; b=ULPvgmTpLFEbw5lOTzJ2MJk8sT+TuSmKxL5txspu+r2L20076LWbsIJ1S43P43ym/Y HR6kOwwLMEN3rIZinavNxxkCL94Lc1xVh/VdYtAGIOl0479Q93XoY8W4CCUWMj33hY6g GJAxBdtnBiaEN1ha6wGjuOseRMAXHLJNLPbxrP9eBD8ylKVSf5L0CGmy4XhxEl5O3gux D7V5zD6QA5MgTHoeTrjsx/bnLx1fsko1yN28nw+P5Zl0Nh/Zoa/3K/UJtCi3iM/7My5H Pu9w0XLNEZKZ8N5wEae5+bnMdMXiUvTXHjauv/SurtxHe6b67dddvHL5vrJDFyiHLDUA vOxA== X-Gm-Message-State: ACgBeo02IxUhn7D7K59QTNNN5hLhGUgJGwiO8dlL5VHJ+7dlDiCdnTSV MvKDCwSTw9Zv34FI75fTTv5t7fUroQ+u5bDcJ0AfIg== X-Google-Smtp-Source: AA6agR4Fodc9JOFrHAphSV1LJgvVUjnQBZ8rGzgsx/oQkn3dAk23lZ2WjEVH2IM56ojvT4WwwhovvzIy+j9G9/w1IU0= X-Received: by 2002:a25:8888:0:b0:671:787e:8b3c with SMTP id d8-20020a258888000000b00671787e8b3cmr1820668ybl.478.1659083833529; Fri, 29 Jul 2022 01:37:13 -0700 (PDT) MIME-Version: 1.0 References: <20220729020508.4147751-1-dlunev@chromium.org> <20220729120216.v3.1.I6b7934b96fff0d5ea22531e57c0a11f0ccd1acd8@changeid> In-Reply-To: From: Daniil Lunev Date: Fri, 29 Jul 2022 18:37:02 +1000 Message-ID: Subject: Re: [PATCH v3 1/2] ufs: add function to check CRYPTO capability To: Greg Kroah-Hartman Cc: Adrian Hunter , Bart Van Assche , Alim Akhtar , Andy Gross , Avri Altman , Bean Huo , Bjorn Andersson , Daejun Park , Eric Biggers , "James E.J. Bottomley" , Konrad Dybcio , "Martin K. Petersen" , Matthias Brugger , Mike Snitzer , Stanley Chu , Ulf Hansson , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-scsi@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org > This is not a valid changelog text, sorry. Please read the > documentation for how to write a valid one. Sorry for that. Though the latest patchset is v4 and that one doesn't contain this patch since Eric Biggers pointed out the crypto information can be obtained from device's queue sysfs node. But I will try to be better further on. > Something went wrong with your patch, there is no --- line, so git will > apply it with the diffstat, right? > > Did you hand-edit this? Hm, I don't recall hand editing it, but the possibility of pilot error is always there. I am still getting used to the upstream tooling and processes. Sorry for the inconvenience, but as I mentioned, this patch is dropped in v4 version (and sorry for high traffic of changes on this patchset) Thanks, Daniil 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 16C94C19F29 for ; Fri, 29 Jul 2022 08:55:57 +0000 (UTC) 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=psePvY1Mp2ZnFmJ97QHdvSRlatVvd2DaIio4u8Mv+Ak=; b=hMYkfhuEHUcTJ6 2a4Y0LlibgTg9+K379Sco1E++yjezrJBz2POPnqYpwvzFxjUTBewf4tHINAPHZlULAF7A/VNlslsN Ndz7xie8+93AVSAwxeJdi7kubtwtYtetsvEL+uF3QKJACf167XZL6DdpcWn1wc3dalMa3t4Q+tlwu jGuMCbleF8rCvaFjY4AwyequW2AR0NtreJXADLyJnCMfC6kVHfZS8lhI1mx9Snga8kzrlznUECnH0 MEfC9rZKHMh3U83c5zzM8C/CQ0k1nHgq+2R7Sx5RJs963JTYs98XgIgNzp3GNrNT6odkwjwjUZcJG CjtuhcnndL5EoFcEqnyw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oHLlZ-003WbT-Ck; Fri, 29 Jul 2022 08:54:42 +0000 Received: from mail-yb1-xb29.google.com ([2607:f8b0:4864:20::b29]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oHLUi-003MFf-Ja for linux-arm-kernel@lists.infradead.org; Fri, 29 Jul 2022 08:37:19 +0000 Received: by mail-yb1-xb29.google.com with SMTP id 204so5911726yba.1 for ; Fri, 29 Jul 2022 01:37:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jBtukp+iT13bXS1x4ppbbvLuYQYsK1bKT1T8ZuQYnuU=; b=i22YIsoLhKb/wfkY6xp7KMmlRGqwFcE/LUkGQHT3XnBPKXflWCLwDnGhe3Y2v4aBGb 1bUjxWV41SVHBYhWtYuWL7UwmcyfYGERtfCq+CIffVBUqZMKfwET2uQrvA9ZVJBGytX+ j/oDivxugVZ2IhpyVx4ou8gTGgTwu7zrhtVng= 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=jBtukp+iT13bXS1x4ppbbvLuYQYsK1bKT1T8ZuQYnuU=; b=tV1tvoSOgFhny4rKyLV6z2Gg8+50xAaMPjuq1i+yCu7P89UU05ToY8IOlLiWm8xxLm tyVWhkHW77w2l7tHFwTv0VLpO7HsPoCWAv1kd/PNPoNHyf+4J2OJqFccjP9cbcvPnZ4g j4JJNy2dUlz8FBQmZIqKTXezrPKq/+Tza3D+IBG1dpefN3y8T+JIFzv1PRwu7xJJ8mKz 3+YTxmMeLxipGAXij47wCqhfbIncxleAco6U/RxPkFya6OoMgYCq91B4GXO7+ekssUpl BS78rFPbD/qqpHW4emylD2+O3O5KpSXm312dhzUUGPp0D4+qmwfEfzV1o2Z6CS6SjqWs ZvTg== X-Gm-Message-State: ACgBeo3SW4QNAkS29GtWgzPQ6QcLPuJCWY+avA8bl1MMf/IUWn0/+g0T MLa7Cz7wygXBOrfcDL14ExnUxfZumqM/bexVXARZmw== X-Google-Smtp-Source: AA6agR4Fodc9JOFrHAphSV1LJgvVUjnQBZ8rGzgsx/oQkn3dAk23lZ2WjEVH2IM56ojvT4WwwhovvzIy+j9G9/w1IU0= X-Received: by 2002:a25:8888:0:b0:671:787e:8b3c with SMTP id d8-20020a258888000000b00671787e8b3cmr1820668ybl.478.1659083833529; Fri, 29 Jul 2022 01:37:13 -0700 (PDT) MIME-Version: 1.0 References: <20220729020508.4147751-1-dlunev@chromium.org> <20220729120216.v3.1.I6b7934b96fff0d5ea22531e57c0a11f0ccd1acd8@changeid> In-Reply-To: From: Daniil Lunev Date: Fri, 29 Jul 2022 18:37:02 +1000 Message-ID: Subject: Re: [PATCH v3 1/2] ufs: add function to check CRYPTO capability To: Greg Kroah-Hartman Cc: Adrian Hunter , Bart Van Assche , Alim Akhtar , Andy Gross , Avri Altman , Bean Huo , Bjorn Andersson , Daejun Park , Eric Biggers , "James E.J. Bottomley" , Konrad Dybcio , "Martin K. Petersen" , Matthias Brugger , Mike Snitzer , Stanley Chu , Ulf Hansson , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-scsi@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220729_013716_691383_DDE0D7CF X-CRM114-Status: GOOD ( 13.92 ) 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 > This is not a valid changelog text, sorry. Please read the > documentation for how to write a valid one. Sorry for that. Though the latest patchset is v4 and that one doesn't contain this patch since Eric Biggers pointed out the crypto information can be obtained from device's queue sysfs node. But I will try to be better further on. > Something went wrong with your patch, there is no --- line, so git will > apply it with the diffstat, right? > > Did you hand-edit this? Hm, I don't recall hand editing it, but the possibility of pilot error is always there. I am still getting used to the upstream tooling and processes. Sorry for the inconvenience, but as I mentioned, this patch is dropped in v4 version (and sorry for high traffic of changes on this patchset) Thanks, Daniil _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel