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 8722EC433EF for ; Thu, 4 Nov 2021 06:23: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 4DD56611C9 for ; Thu, 4 Nov 2021 06:23:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4DD56611C9 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=dCthzMzidIVJ3G4OIhk+zut3no8/hQht6XwsSda1ORU=; b=y9JSp2cotM4oXG LoCjGZYPV+fwPDwyTNEbsQBgPXF/loYT2SE7nusftYTpgP2jT8jWIO0ggF/VKOPBeCHgRgbedE57a 8WB0pZ4OqnRHQGcirVybks/DkvJuxylHsqf/FtoMGdhJDbv5MdIOFEm9Oo2Mrd0iEbM6eQNK7PXvf oH24eTEGDwwJOl6gAe5PBLWeFfuoQxxDuNGRcTvTh2abmMjCDAv7y+aVXLaJI7ur51qQpCVd4ZBzu Cez57PzoMML4z0MG4n4yF+d/4bMngtpyAhAGf1UbEDTPuvwRhMkMd0Vvju2SNrELuZjKqdmc+M9JC Xfm+Kbk7eCaahQY8OWEQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1miW8A-0080dQ-7M; Thu, 04 Nov 2021 06:21:46 +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 1miW87-0080cT-AJ for linux-arm-kernel@lists.infradead.org; Thu, 04 Nov 2021 06:21:44 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0DBB8611C9; Thu, 4 Nov 2021 06:21:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1636006902; bh=ljBsjz769VaC8m46dh4BZTBTEtz9FbGD82T8llITUBA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZGSbvuoY2r6O26Ti7ZN30Eh46Veu4QakqFeD/trTenjvGZYwKsBnQrRNYs/BrMA2f wUtlqouVUp2zwfhwDt1WP9LhSyueF4kfeFHsKwUF2v1BX1qAY5S7sWC4d4dLc57nuK +eCGykLPo1FjuFJ/WtlloQwTKMs4aC1+fXRoFLSY= Date: Thu, 4 Nov 2021 07:21:37 +0100 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 v5] include: linux: Reorganize timekeeping and ktime headers Message-ID: References: <095645cd-ce53-a803-cb99-522545a409b8@vt.edu> <1c156aca-d0ad-e7e8-2238-5c3d904d171c@vt.edu> <327f5c2f-b996-8aa1-cbbf-3354e01ee1f3@vt.edu> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211103_232143_400589_9906D86E X-CRM114-Status: GOOD ( 14.79 ) 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 Wed, Nov 03, 2021 at 03:33:52PM -0400, Carlos Bilbao wrote: > Hello everyone, > > Some time ago I sent a small patch to avoid implicit function declaration. > In particular, timekeeping.h was using ktime_to_ns(), a static function defined > in a header it does no include, ktime.h. Some maintainers saw this as an > opportunity to reorganize ktime, and so I did and tested for all architectures. > Now, this patch has fallen into the "limbo of patches", so the original problem > remains unsolved. Please, either take a look at this or check the original > patch for the header dependencies. Please just resend after 5.16-rc1 is out, there's nothing we can do with this at this point in time. thanks, 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE2C1C433EF for ; Thu, 4 Nov 2021 06:21:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB83C611CB for ; Thu, 4 Nov 2021 06:21:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230213AbhKDGYV (ORCPT ); Thu, 4 Nov 2021 02:24:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:49816 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230084AbhKDGYT (ORCPT ); Thu, 4 Nov 2021 02:24:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0DBB8611C9; Thu, 4 Nov 2021 06:21:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1636006902; bh=ljBsjz769VaC8m46dh4BZTBTEtz9FbGD82T8llITUBA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZGSbvuoY2r6O26Ti7ZN30Eh46Veu4QakqFeD/trTenjvGZYwKsBnQrRNYs/BrMA2f wUtlqouVUp2zwfhwDt1WP9LhSyueF4kfeFHsKwUF2v1BX1qAY5S7sWC4d4dLc57nuK +eCGykLPo1FjuFJ/WtlloQwTKMs4aC1+fXRoFLSY= Date: Thu, 4 Nov 2021 07:21:37 +0100 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 v5] include: linux: Reorganize timekeeping and ktime headers Message-ID: References: <095645cd-ce53-a803-cb99-522545a409b8@vt.edu> <1c156aca-d0ad-e7e8-2238-5c3d904d171c@vt.edu> <327f5c2f-b996-8aa1-cbbf-3354e01ee1f3@vt.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 03, 2021 at 03:33:52PM -0400, Carlos Bilbao wrote: > Hello everyone, > > Some time ago I sent a small patch to avoid implicit function declaration. > In particular, timekeeping.h was using ktime_to_ns(), a static function defined > in a header it does no include, ktime.h. Some maintainers saw this as an > opportunity to reorganize ktime, and so I did and tested for all architectures. > Now, this patch has fallen into the "limbo of patches", so the original problem > remains unsolved. Please, either take a look at this or check the original > patch for the header dependencies. Please just resend after 5.16-rc1 is out, there's nothing we can do with this at this point in time. thanks, greg k-h