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 X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08F6EC4338F for ; Sun, 22 Aug 2021 13:23:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C520161245 for ; Sun, 22 Aug 2021 13:23:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231932AbhHVNYW (ORCPT ); Sun, 22 Aug 2021 09:24:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:47878 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230495AbhHVNYV (ORCPT ); Sun, 22 Aug 2021 09:24:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 926E960725; Sun, 22 Aug 2021 13:23:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1629638620; bh=ycRxLFCmeNIdGPh7gBfzYLg1ElW0LcstWZ9u8bLTpqc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yeh1YHjJR+B99G3iR40bCpgW0JhQtDxqvbow0/lux+hCYIWearhAFzYSB3jO9LNez 42mN+H8zFqxLr6ZGrsIUS0eePpwHm6ggNmJcW3dM+PyZu2549uYIf49PZXZObj1xwr pTefrTURqRB7h1A6z3JQ+OiDLhtZP01VeK82kAQc= Date: Sun, 22 Aug 2021 15:23:35 +0200 From: Greg KH To: Carlos Bilbao Cc: Linux Kernel Mailing List , Catalin Marinas , Thomas Gleixner , Matthew Wilcox , Arnd Bergmann , kbuild test robot , Linux ARM Subject: Re: [PATCH v4.1] include: linux: Reorganize timekeeping and ktime headers Message-ID: References: <095645cd-ce53-a803-cb99-522545a409b8@vt.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <095645cd-ce53-a803-cb99-522545a409b8@vt.edu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 22, 2021 at 09:15:50AM -0400, Carlos Bilbao wrote: > - v4: 4.0 Fix kernel test robot warnings for ia64 and x86. > 4.1 Fix kernel test robot warnings for m68k and powerpc. Please just use whole numbers for patch versions, there's no need for .X for this type of thing as our tools do not know how to catch that, and it makes no sense. Just keep bumping the number please. greg k-h