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 20105C61D9D for ; Sat, 25 Nov 2023 07:32:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231743AbjKYHc2 (ORCPT ); Sat, 25 Nov 2023 02:32:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230196AbjKYHcX (ORCPT ); Sat, 25 Nov 2023 02:32:23 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4408710E2 for ; Fri, 24 Nov 2023 23:32:30 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49A24C433C9; Sat, 25 Nov 2023 07:32:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700897549; bh=rwChtd2K3J2OWFVntCNJt5iOvMrw3NNz5tNPNfg9tF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P9s5B+yagysmsj8Lq8PJMbAt/SHovHA1hIsdKFXR4FYrUAUNRdqf+5fnaHJfsF9rU 5Fv3+2GDoS7GGkpQYjXF097C7QAB84WaRt38i9cs3Fw+3fzXjDufBNLVZxEJWVIU43 FQ+9QJtR87oSChuPW/1Vp3Is/D4cjk1fGIEmUCOA= Date: Sat, 25 Nov 2023 06:53:05 +0000 From: Greg KH To: Luka Panio Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kees Cook , Tony Luck , "Guilherme G . Piccoli" , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org, Conor Dooley Subject: Re: [PATCH v10 1/2] Add a compatible for Xiaomi Pad 6. Message-ID: <2023112529-fetch-unwritten-bdbd@gregkh> References: <20231124212732.731419-1-lukapanio@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231124212732.731419-1-lukapanio@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 24, 2023 at 10:27:31PM +0100, Luka Panio wrote: > Acked-by: Conor Dooley > Signed-off-by: Luka Panio > > --- > v2: > Update commit message What commit message? I know I can't take patches without any changelog text, maybe other maintainers are more loose? thanks, greg k-h