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=-4.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 9DCBDC4338F for ; Sun, 22 Aug 2021 13:26:01 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 6CF9760F45 for ; Sun, 22 Aug 2021 13:26:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6CF9760F45 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iMlx1W/EBQc8SN8uP289VnP4p0zfiFfUbmmll+bqeWk=; b=l8ep9MxuhUA9XM sss755XkFy7Lqgk76qUZSTl8VfXKl8+si+S54XFj4X0ASOuAloUTn+4vvG3a1Xfc4M2VpEi+VvLf7 YCIgt4KbXIa/OTs7lftwCuxBJDIftyNAGVI0884Jr4yfyUSWqgzuuMS5Ng4uzr0PGYAwVjg5hX9tQ BjSREWs1G4CePFr8daE/tvortS45UnPY6s+O6pt61j73uep++CJU9PM01vfLh1gD4unLEqp3Et9H1 wkvMk4iBqWWW/QCjYw2/1OUNT91JeMbazIcj1yJHqIoIer/ROk0Q2drYSiIRWrHTpCqqw1Ld7Xo3K NFZc0PDhxD3sgsxjVSPA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mHnS2-00E5nT-Gs; Sun, 22 Aug 2021 13:23:50 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mHnRv-00E5le-MH for linux-arm-kernel@lists.infradead.org; Sun, 22 Aug 2021 13:23:47 +0000 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-Disposition: inline In-Reply-To: <095645cd-ce53-a803-cb99-522545a409b8@vt.edu> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210822_062343_791821_61503D6E X-CRM114-Status: UNSURE ( 8.24 ) X-CRM114-Notice: Please train this message. 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 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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