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 66D9CE732C8 for ; Thu, 28 Sep 2023 12:23:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231542AbjI1MX6 (ORCPT ); Thu, 28 Sep 2023 08:23:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231206AbjI1MX5 (ORCPT ); Thu, 28 Sep 2023 08:23:57 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B73D5193; Thu, 28 Sep 2023 05:23:54 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBC5EC433C8; Thu, 28 Sep 2023 12:23:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695903834; bh=92GqEjcHHhcC9aZp0W6/CZRTL9qlQhm0KTV043dHYEw=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=XTDkH57PssUlUSv0Jvyc9SagCGzcvMhOd4sBi8/QI9pAZAkZL9pATSA8bz+eSBJqG Uq8Nt392fjdttgOX2VLl8WesPHwtMj+6fto7C7j0lma6SMc6RTT/1Piq4K0c4F2cjL t70KI5J5u5sIvmT0HnKLOfoXJupZadpM+v3CcxJoTrJ+w88it+lFS4KqVZyRxyOpOk Gxcvklo4ZteTiJT6phKWH1fT+sWg3BDdkE0XjX8hPtQwNlvx1mMN/TXgWlTwkhY8+H 2JDFfoGaxBK1qmcln+umq9NCP+faplkR088tMcQHWTcN5N8pSgqwaYG9LouGPqudWg phcVgA2T5s2dQ== Message-ID: Subject: Re: [PATCH 11/87] drivers/tty: convert to new inode {a,m}time accessors From: Jeff Layton To: Greg KH Cc: Alexander Viro , Christian Brauner , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Date: Thu, 28 Sep 2023 08:23:52 -0400 In-Reply-To: <2023092858-paparazzi-budding-6c35@gregkh> References: <20230928110300.32891-1-jlayton@kernel.org> <20230928110413.33032-1-jlayton@kernel.org> <20230928110413.33032-10-jlayton@kernel.org> <2023092858-paparazzi-budding-6c35@gregkh> Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, 2023-09-28 at 14:13 +0200, Greg KH wrote: > On Thu, Sep 28, 2023 at 07:02:20AM -0400, Jeff Layton wrote: > > Signed-off-by: Jeff Layton >=20 > As much difficulty muti-subsystem patches are, we do need a changelog > entry please. Maybe some maintainers are nicer, but I can't ack a patch > without any text here at all, sorry. >=20 Ahh yes -- my bad. I'll add a boilerplate commit log for all of the "convert to new inode {a,m}time accessors" patches. Thanks, --=20 Jeff Layton