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 BB25AC433F5 for ; Thu, 14 Oct 2021 08:59:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A23F6115C for ; Thu, 14 Oct 2021 08:59:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230241AbhJNJBF (ORCPT ); Thu, 14 Oct 2021 05:01:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:48410 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230112AbhJNJAm (ORCPT ); Thu, 14 Oct 2021 05:00:42 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 03CF4610EA; Thu, 14 Oct 2021 08:58:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1634201918; bh=pbQLrLxcAZRoYN1Vz5nfVpkkPUBqZZxofu3//oPv/+o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RcTRixj2FVE3GHzJY+0CfRQ06bMwoNWFQ3rjnbkhP1JoQS/6h1KanWe35hKBs1zyc Cx9ThyoD162M9L0yd6gnV6+bG3pE9FRmzbdb2c5Oks9JBYakSXeV/ntPEL7vwJNUTO 5ClvvMOMtPFnxt0xvrYs2QEZzQIRoFeqlcP3Vuqg= Date: Thu, 14 Oct 2021 10:58:36 +0200 From: Greg KH To: Jim Cromie Cc: jbaron@akamai.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] dyndbg: fix spurious log-level change Message-ID: References: <20211013220726.1280565-1-jim.cromie@gmail.com> <20211013220726.1280565-2-jim.cromie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211013220726.1280565-2-jim.cromie@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 13, 2021 at 04:07:24PM -0600, Jim Cromie wrote: > HEAD~recent inadvertently altered a message's verbosity from 1 to 2, restore it. I do not understand this changelog text at all. And always wrap your changelog text at 72 columns, like your editor is asking you to. > > Signed-off-By: Jim Cromie Please put a proper "Fixes:" tag in here. thanks, greg k-h