From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Rapoport Subject: Re: [PATCH v2 0/6] memblock: cleanup memblock_free interface Date: Thu, 30 Sep 2021 15:10:46 -0700 Message-ID: References: <20210930185031.18648-1-rppt@kernel.org> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633039847; bh=IwzBemW+hy1M1ewr7atFO0cSMjKx7nF1iOUj3EQWXE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMFkm4a+fgdg4zYaCkaWnSOTeOZ8uAbKkitUxM0+m4BBfXT2b5oLMM7rDTLawyLAE NhhBOznSRQz5yRbiTNsvbV6E0IU3T5qz407KpFRCdUtW5hyDqK4d2pDAOMg4JRadt6 KWrjYIXEm0KrNBVtP+JPzhB2VrG3+5vrqbM5hiSfUBy+07gwCIoejO0uW/sH7DYI6V pgwC0QydyQR/hM9nqnvQyR6gIiVBVoszYMQd2xY8yoPecdNAhtt2AC8GtVh+C0O4VI bPLArmwwdAbQbiLreQFVTZM6xuVy7lVHSRkS66W+8O7Twsm9hTlzsCUC2ioP79rEse MlAOzYU2R7N3A== Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: Linux Kernel Mailing List , Andrew Morton , Christophe Leroy , Juergen Gross , Mike Rapoport , Shahab Vahedi , devicetree , iommu , kasan-dev , KVM list , alpha , Linux ARM , linux-efi , "open list:BROADCOM NVRAM DRIVER" , Linux-MM , linux-riscv , linux-s390 , Linux-sh list On Thu, Sep 30, 2021 at 02:20:33PM -0700, Linus Torvalds wrote: > On Thu, Sep 30, 2021 at 11:50 AM Mike Rapoport wrote: > > > > The first patch is a cleanup of numa_distance allocation in arch_numa I've > > spotted during the conversion. > > The second patch is a fix for Xen memory freeing on some of the error > > paths. > > Well, at least patch 2 looks like something that should go into 5.15 > and be marked for stable. > > Patch 1 looks like a trivial local cleanup, and could go in > immediately. Patch 4 might be in that same category. > > The rest look like "next merge window" to me, since they are spread > out and neither bugfixes nor tiny localized cleanups (iow renaming > functions, global resulting search-and-replace things). > > So my gut feel is that two (maybe three) of these patches should go in > asap, with three (maybe four) be left for 5.16. > > IOW, not trat this as a single series. > > Hmm? Yes, why not :) I'd keep patch 4 for the next merge window, does not look urgent to me. Andrew, can you please take care of this or you'd prefer me resending everything separately? > Linus -- Sincerely yours, Mike. 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 448F7C433EF for ; Thu, 30 Sep 2021 22:10:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2067B619F8 for ; Thu, 30 Sep 2021 22:10:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345212AbhI3WMb (ORCPT ); Thu, 30 Sep 2021 18:12:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:33016 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230093AbhI3WMb (ORCPT ); Thu, 30 Sep 2021 18:12:31 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 965D361390; Thu, 30 Sep 2021 22:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633039847; bh=IwzBemW+hy1M1ewr7atFO0cSMjKx7nF1iOUj3EQWXE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMFkm4a+fgdg4zYaCkaWnSOTeOZ8uAbKkitUxM0+m4BBfXT2b5oLMM7rDTLawyLAE NhhBOznSRQz5yRbiTNsvbV6E0IU3T5qz407KpFRCdUtW5hyDqK4d2pDAOMg4JRadt6 KWrjYIXEm0KrNBVtP+JPzhB2VrG3+5vrqbM5hiSfUBy+07gwCIoejO0uW/sH7DYI6V pgwC0QydyQR/hM9nqnvQyR6gIiVBVoszYMQd2xY8yoPecdNAhtt2AC8GtVh+C0O4VI bPLArmwwdAbQbiLreQFVTZM6xuVy7lVHSRkS66W+8O7Twsm9hTlzsCUC2ioP79rEse MlAOzYU2R7N3A== Date: Thu, 30 Sep 2021 15:10:46 -0700 From: Mike Rapoport To: Linus Torvalds Cc: Linux Kernel Mailing List , Andrew Morton , Christophe Leroy , Juergen Gross , Mike Rapoport , Shahab Vahedi , devicetree , iommu , kasan-dev , KVM list , alpha , Linux ARM , linux-efi , "open list:BROADCOM NVRAM DRIVER" , Linux-MM , linux-riscv , linux-s390 , Linux-sh list , "open list:SYNOPSYS ARC ARCHITECTURE" , linux-um , linux-usb@vger.kernel.org, linuxppc-dev , linux-sparc , xen-devel@lists.xenproject.org Subject: Re: [PATCH v2 0/6] memblock: cleanup memblock_free interface Message-ID: References: <20210930185031.18648-1-rppt@kernel.org> 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-efi@vger.kernel.org On Thu, Sep 30, 2021 at 02:20:33PM -0700, Linus Torvalds wrote: > On Thu, Sep 30, 2021 at 11:50 AM Mike Rapoport wrote: > > > > The first patch is a cleanup of numa_distance allocation in arch_numa I've > > spotted during the conversion. > > The second patch is a fix for Xen memory freeing on some of the error > > paths. > > Well, at least patch 2 looks like something that should go into 5.15 > and be marked for stable. > > Patch 1 looks like a trivial local cleanup, and could go in > immediately. Patch 4 might be in that same category. > > The rest look like "next merge window" to me, since they are spread > out and neither bugfixes nor tiny localized cleanups (iow renaming > functions, global resulting search-and-replace things). > > So my gut feel is that two (maybe three) of these patches should go in > asap, with three (maybe four) be left for 5.16. > > IOW, not trat this as a single series. > > Hmm? Yes, why not :) I'd keep patch 4 for the next merge window, does not look urgent to me. Andrew, can you please take care of this or you'd prefer me resending everything separately? > Linus -- Sincerely yours, Mike. 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 96648C433F5 for ; Thu, 30 Sep 2021 22:10:52 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 4809861A4F for ; Thu, 30 Sep 2021 22:10:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4809861A4F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 19DB761465; Thu, 30 Sep 2021 22:10:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wq_xW9dReMCA; Thu, 30 Sep 2021 22:10:51 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp3.osuosl.org (Postfix) with ESMTPS id EA8D8613FD; Thu, 30 Sep 2021 22:10:50 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 9D270C000F; Thu, 30 Sep 2021 22:10:50 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 060F6C000D for ; Thu, 30 Sep 2021 22:10:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id E7BF54030A for ; Thu, 30 Sep 2021 22:10:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=kernel.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ltw3CLsNm_DW for ; Thu, 30 Sep 2021 22:10:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp4.osuosl.org (Postfix) with ESMTPS id 76C9240302 for ; Thu, 30 Sep 2021 22:10:48 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 965D361390; Thu, 30 Sep 2021 22:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633039847; bh=IwzBemW+hy1M1ewr7atFO0cSMjKx7nF1iOUj3EQWXE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMFkm4a+fgdg4zYaCkaWnSOTeOZ8uAbKkitUxM0+m4BBfXT2b5oLMM7rDTLawyLAE NhhBOznSRQz5yRbiTNsvbV6E0IU3T5qz407KpFRCdUtW5hyDqK4d2pDAOMg4JRadt6 KWrjYIXEm0KrNBVtP+JPzhB2VrG3+5vrqbM5hiSfUBy+07gwCIoejO0uW/sH7DYI6V pgwC0QydyQR/hM9nqnvQyR6gIiVBVoszYMQd2xY8yoPecdNAhtt2AC8GtVh+C0O4VI bPLArmwwdAbQbiLreQFVTZM6xuVy7lVHSRkS66W+8O7Twsm9hTlzsCUC2ioP79rEse MlAOzYU2R7N3A== Date: Thu, 30 Sep 2021 15:10:46 -0700 From: Mike Rapoport To: Linus Torvalds Subject: Re: [PATCH v2 0/6] memblock: cleanup memblock_free interface Message-ID: References: <20210930185031.18648-1-rppt@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Cc: linux-efi , KVM list , Linux-sh list , Linux Kernel Mailing List , Linux-MM , kasan-dev , linux-sparc , linux-riscv , linux-s390 , Christophe Leroy , Mike Rapoport , xen-devel@lists.xenproject.org, "open list:SYNOPSYS ARC ARCHITECTURE" , devicetree , linux-um , Shahab Vahedi , Linux ARM , Juergen Gross , linux-usb@vger.kernel.org, "open list:BROADCOM NVRAM DRIVER" , iommu , alpha , Andrew Morton , linuxppc-dev X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Thu, Sep 30, 2021 at 02:20:33PM -0700, Linus Torvalds wrote: > On Thu, Sep 30, 2021 at 11:50 AM Mike Rapoport wrote: > > > > The first patch is a cleanup of numa_distance allocation in arch_numa I've > > spotted during the conversion. > > The second patch is a fix for Xen memory freeing on some of the error > > paths. > > Well, at least patch 2 looks like something that should go into 5.15 > and be marked for stable. > > Patch 1 looks like a trivial local cleanup, and could go in > immediately. Patch 4 might be in that same category. > > The rest look like "next merge window" to me, since they are spread > out and neither bugfixes nor tiny localized cleanups (iow renaming > functions, global resulting search-and-replace things). > > So my gut feel is that two (maybe three) of these patches should go in > asap, with three (maybe four) be left for 5.16. > > IOW, not trat this as a single series. > > Hmm? Yes, why not :) I'd keep patch 4 for the next merge window, does not look urgent to me. Andrew, can you please take care of this or you'd prefer me resending everything separately? > Linus -- Sincerely yours, Mike. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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 E802DC433F5 for ; Thu, 30 Sep 2021 22:11:26 +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 8DEB861882 for ; Thu, 30 Sep 2021 22:11:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8DEB861882 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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=pLIb13I19D4EZj5yO+DndzfcCRj26v6aK67LRgu1LVk=; b=KHH9Z2TNe4jalF /AHMPwTWF4XH4u8hM9DzwDQVPO2H1BkymBU8mrDn+lGyw5H0cR6J9lmU924NeQHzZhmxmM/FeBMVW U1QRrmYdahOSqzmKcUKDBH8SmHZmKbU0+QxwiseXJqEQSt9X3OLctqPvQAVMv6oUuNL+0tk8B+GfL 3h+eHuNLimnu/NjOBjfWgKl7bunnvsypfBxHcqxmvUNfIkYuyky2n9EwxUroKBLz/Tb0ZP8B8XVgn w/pMUNK7505UVdoc/T1upFdkEEeeZ3nsOdmQrmfLgz1zUxbKdDMEu0cY6x7Stu9dHwZ9eifRUeI8Y 0DIGzK8wwLUvVbqzY+HQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mW4Gb-00G5Nm-1g; Thu, 30 Sep 2021 22:11:01 +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 1mW4GO-00G5Lb-8Z; Thu, 30 Sep 2021 22:10:49 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 965D361390; Thu, 30 Sep 2021 22:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633039847; bh=IwzBemW+hy1M1ewr7atFO0cSMjKx7nF1iOUj3EQWXE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMFkm4a+fgdg4zYaCkaWnSOTeOZ8uAbKkitUxM0+m4BBfXT2b5oLMM7rDTLawyLAE NhhBOznSRQz5yRbiTNsvbV6E0IU3T5qz407KpFRCdUtW5hyDqK4d2pDAOMg4JRadt6 KWrjYIXEm0KrNBVtP+JPzhB2VrG3+5vrqbM5hiSfUBy+07gwCIoejO0uW/sH7DYI6V pgwC0QydyQR/hM9nqnvQyR6gIiVBVoszYMQd2xY8yoPecdNAhtt2AC8GtVh+C0O4VI bPLArmwwdAbQbiLreQFVTZM6xuVy7lVHSRkS66W+8O7Twsm9hTlzsCUC2ioP79rEse MlAOzYU2R7N3A== Date: Thu, 30 Sep 2021 15:10:46 -0700 From: Mike Rapoport To: Linus Torvalds Cc: Linux Kernel Mailing List , Andrew Morton , Christophe Leroy , Juergen Gross , Mike Rapoport , Shahab Vahedi , devicetree , iommu , kasan-dev , KVM list , alpha , Linux ARM , linux-efi , "open list:BROADCOM NVRAM DRIVER" , Linux-MM , linux-riscv , linux-s390 , Linux-sh list , "open list:SYNOPSYS ARC ARCHITECTURE" , linux-um , linux-usb@vger.kernel.org, linuxppc-dev , linux-sparc , xen-devel@lists.xenproject.org Subject: Re: [PATCH v2 0/6] memblock: cleanup memblock_free interface Message-ID: References: <20210930185031.18648-1-rppt@kernel.org> 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-20210930_151048_365927_E4F84AFC X-CRM114-Status: GOOD ( 18.33 ) X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Thu, Sep 30, 2021 at 02:20:33PM -0700, Linus Torvalds wrote: > On Thu, Sep 30, 2021 at 11:50 AM Mike Rapoport wrote: > > > > The first patch is a cleanup of numa_distance allocation in arch_numa I've > > spotted during the conversion. > > The second patch is a fix for Xen memory freeing on some of the error > > paths. > > Well, at least patch 2 looks like something that should go into 5.15 > and be marked for stable. > > Patch 1 looks like a trivial local cleanup, and could go in > immediately. Patch 4 might be in that same category. > > The rest look like "next merge window" to me, since they are spread > out and neither bugfixes nor tiny localized cleanups (iow renaming > functions, global resulting search-and-replace things). > > So my gut feel is that two (maybe three) of these patches should go in > asap, with three (maybe four) be left for 5.16. > > IOW, not trat this as a single series. > > Hmm? Yes, why not :) I'd keep patch 4 for the next merge window, does not look urgent to me. Andrew, can you please take care of this or you'd prefer me resending everything separately? > Linus -- Sincerely yours, Mike. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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 3E176C433EF for ; Thu, 30 Sep 2021 22:11:03 +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 0410161882 for ; Thu, 30 Sep 2021 22:11:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0410161882 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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=prvvbt22Qo51cgHlBO5ELTJi9hcdn7PxaKKyCTNN2I0=; b=D2BOxF7Pp7k1j/ iJjZr+k9kDrZI0bkovCieJPzEg9tN7dOVS+6khEB18wjH3gwkFoMjET6KK0g5xG1Dr3yAmIqRJm0J 0cdfBpttDDwtGfoIgaFbX9gnMoTfxlDbu0odbi+yvJ4arrK1Wyps8NEg/giAMH6bsC9Aq7K6PuDDs W0K9spToCvJgBzlAW/ELNAQINbFFRY77bBKS01deRJqGZ0TLPfeLWVFPA19Odc+xi1TLdEjX1xcaj gt1cXW1spr26/1iIGO6Uw8zE3GV08/CeHw93rr/7/2guVVzJxCT+9B7KdsbxLiFihSPOrCU8UmLtj jLz3Tv7lexhsGF/hBjGg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mW4Gc-00G5Nw-F7; Thu, 30 Sep 2021 22:11:02 +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 1mW4GO-00G5Lb-8Z; Thu, 30 Sep 2021 22:10:49 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 965D361390; Thu, 30 Sep 2021 22:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633039847; bh=IwzBemW+hy1M1ewr7atFO0cSMjKx7nF1iOUj3EQWXE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMFkm4a+fgdg4zYaCkaWnSOTeOZ8uAbKkitUxM0+m4BBfXT2b5oLMM7rDTLawyLAE NhhBOznSRQz5yRbiTNsvbV6E0IU3T5qz407KpFRCdUtW5hyDqK4d2pDAOMg4JRadt6 KWrjYIXEm0KrNBVtP+JPzhB2VrG3+5vrqbM5hiSfUBy+07gwCIoejO0uW/sH7DYI6V pgwC0QydyQR/hM9nqnvQyR6gIiVBVoszYMQd2xY8yoPecdNAhtt2AC8GtVh+C0O4VI bPLArmwwdAbQbiLreQFVTZM6xuVy7lVHSRkS66W+8O7Twsm9hTlzsCUC2ioP79rEse MlAOzYU2R7N3A== Date: Thu, 30 Sep 2021 15:10:46 -0700 From: Mike Rapoport To: Linus Torvalds Cc: Linux Kernel Mailing List , Andrew Morton , Christophe Leroy , Juergen Gross , Mike Rapoport , Shahab Vahedi , devicetree , iommu , kasan-dev , KVM list , alpha , Linux ARM , linux-efi , "open list:BROADCOM NVRAM DRIVER" , Linux-MM , linux-riscv , linux-s390 , Linux-sh list , "open list:SYNOPSYS ARC ARCHITECTURE" , linux-um , linux-usb@vger.kernel.org, linuxppc-dev , linux-sparc , xen-devel@lists.xenproject.org Subject: Re: [PATCH v2 0/6] memblock: cleanup memblock_free interface Message-ID: References: <20210930185031.18648-1-rppt@kernel.org> 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-20210930_151048_365927_E4F84AFC X-CRM114-Status: GOOD ( 18.33 ) X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org On Thu, Sep 30, 2021 at 02:20:33PM -0700, Linus Torvalds wrote: > On Thu, Sep 30, 2021 at 11:50 AM Mike Rapoport wrote: > > > > The first patch is a cleanup of numa_distance allocation in arch_numa I've > > spotted during the conversion. > > The second patch is a fix for Xen memory freeing on some of the error > > paths. > > Well, at least patch 2 looks like something that should go into 5.15 > and be marked for stable. > > Patch 1 looks like a trivial local cleanup, and could go in > immediately. Patch 4 might be in that same category. > > The rest look like "next merge window" to me, since they are spread > out and neither bugfixes nor tiny localized cleanups (iow renaming > functions, global resulting search-and-replace things). > > So my gut feel is that two (maybe three) of these patches should go in > asap, with three (maybe four) be left for 5.16. > > IOW, not trat this as a single series. > > Hmm? Yes, why not :) I'd keep patch 4 for the next merge window, does not look urgent to me. Andrew, can you please take care of this or you'd prefer me resending everything separately? > Linus -- Sincerely yours, Mike. _______________________________________________ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 30 Sep 2021 15:10:46 -0700 From: Mike Rapoport Subject: Re: [PATCH v2 0/6] memblock: cleanup memblock_free interface Message-ID: References: <20210930185031.18648-1-rppt@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: Linus Torvalds Cc: Linux Kernel Mailing List , Andrew Morton , Christophe Leroy , Juergen Gross , Mike Rapoport , Shahab Vahedi , devicetree , iommu , kasan-dev , KVM list , alpha , Linux ARM , linux-efi , "open list:BROADCOM NVRAM DRIVER" , Linux-MM , linux-riscv , linux-s390 , Linux-sh list , "open list:SYNOPSYS ARC ARCHITECTURE" , linux-um , linux-usb@vger.kernel.org, linuxppc-dev , linux-sparc , xen-devel@lists.xenproject.org On Thu, Sep 30, 2021 at 02:20:33PM -0700, Linus Torvalds wrote: > On Thu, Sep 30, 2021 at 11:50 AM Mike Rapoport wrote: > > > > The first patch is a cleanup of numa_distance allocation in arch_numa I've > > spotted during the conversion. > > The second patch is a fix for Xen memory freeing on some of the error > > paths. > > Well, at least patch 2 looks like something that should go into 5.15 > and be marked for stable. > > Patch 1 looks like a trivial local cleanup, and could go in > immediately. Patch 4 might be in that same category. > > The rest look like "next merge window" to me, since they are spread > out and neither bugfixes nor tiny localized cleanups (iow renaming > functions, global resulting search-and-replace things). > > So my gut feel is that two (maybe three) of these patches should go in > asap, with three (maybe four) be left for 5.16. > > IOW, not trat this as a single series. > > Hmm? Yes, why not :) I'd keep patch 4 for the next merge window, does not look urgent to me. Andrew, can you please take care of this or you'd prefer me resending everything separately? > Linus -- Sincerely yours, Mike. _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um 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 81984C433EF for ; Thu, 30 Sep 2021 22:11:35 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 BF2DF60F4B for ; Thu, 30 Sep 2021 22:11:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BF2DF60F4B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HL6sJ6xMqz3bW7 for ; Fri, 1 Oct 2021 08:11:32 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=VMFkm4a+; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=rppt@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=VMFkm4a+; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HL6rW0X0jz2xrm for ; Fri, 1 Oct 2021 08:10:50 +1000 (AEST) Received: by mail.kernel.org (Postfix) with ESMTPSA id 965D361390; Thu, 30 Sep 2021 22:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633039847; bh=IwzBemW+hy1M1ewr7atFO0cSMjKx7nF1iOUj3EQWXE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMFkm4a+fgdg4zYaCkaWnSOTeOZ8uAbKkitUxM0+m4BBfXT2b5oLMM7rDTLawyLAE NhhBOznSRQz5yRbiTNsvbV6E0IU3T5qz407KpFRCdUtW5hyDqK4d2pDAOMg4JRadt6 KWrjYIXEm0KrNBVtP+JPzhB2VrG3+5vrqbM5hiSfUBy+07gwCIoejO0uW/sH7DYI6V pgwC0QydyQR/hM9nqnvQyR6gIiVBVoszYMQd2xY8yoPecdNAhtt2AC8GtVh+C0O4VI bPLArmwwdAbQbiLreQFVTZM6xuVy7lVHSRkS66W+8O7Twsm9hTlzsCUC2ioP79rEse MlAOzYU2R7N3A== Date: Thu, 30 Sep 2021 15:10:46 -0700 From: Mike Rapoport To: Linus Torvalds Subject: Re: [PATCH v2 0/6] memblock: cleanup memblock_free interface Message-ID: References: <20210930185031.18648-1-rppt@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-efi , KVM list , Linux-sh list , Linux Kernel Mailing List , Linux-MM , kasan-dev , linux-sparc , linux-riscv , linux-s390 , Mike Rapoport , xen-devel@lists.xenproject.org, "open list:SYNOPSYS ARC ARCHITECTURE" , devicetree , linux-um , Shahab Vahedi , Linux ARM , Juergen Gross , linux-usb@vger.kernel.org, "open list:BROADCOM NVRAM DRIVER" , iommu , alpha , Andrew Morton , linuxppc-dev Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, Sep 30, 2021 at 02:20:33PM -0700, Linus Torvalds wrote: > On Thu, Sep 30, 2021 at 11:50 AM Mike Rapoport wrote: > > > > The first patch is a cleanup of numa_distance allocation in arch_numa I've > > spotted during the conversion. > > The second patch is a fix for Xen memory freeing on some of the error > > paths. > > Well, at least patch 2 looks like something that should go into 5.15 > and be marked for stable. > > Patch 1 looks like a trivial local cleanup, and could go in > immediately. Patch 4 might be in that same category. > > The rest look like "next merge window" to me, since they are spread > out and neither bugfixes nor tiny localized cleanups (iow renaming > functions, global resulting search-and-replace things). > > So my gut feel is that two (maybe three) of these patches should go in > asap, with three (maybe four) be left for 5.16. > > IOW, not trat this as a single series. > > Hmm? Yes, why not :) I'd keep patch 4 for the next merge window, does not look urgent to me. Andrew, can you please take care of this or you'd prefer me resending everything separately? > Linus -- Sincerely yours, Mike. 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 B6334C433F5 for ; Thu, 30 Sep 2021 22:13:06 +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 64F7F61882 for ; Thu, 30 Sep 2021 22:13:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 64F7F61882 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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=XaU2jnw1rarxJDulpOjNtAzLQE48OrgT8ilaIt/aTW8=; b=Aij2XRMpLIdV+m 5wdFC6Vn/17VAW9RKg+xu/QnZ/z9o9SnC/TpfmQt2mY9vdFDrspQ6VRyDWFLiKmGCZ5p+nB/y63JY wnD3OpmNZYL/TR093XZj1Zco3cgKBw0ZMC6fNdEG6o05BNMgIwua3HHqcuHUpYqMXcmkUvznI3C5o sk2OSTpLy/XhkBS86XCscl6xerkcdLV+AkderQ571wo8AUulAxV7SrCpoFmXoaB3/qQCL6+sBnHSI 32EMmka4hEekeSPSMy/Jju91rnxe7zF5fW2YNmLBopi0U10GFLjvFgQkwALrRLaw/ik2gaKlhJp6E 1r7MEt1tIQClwawWJ17A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mW4GS-00G5Ma-2i; Thu, 30 Sep 2021 22:10:52 +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 1mW4GO-00G5Lb-8Z; Thu, 30 Sep 2021 22:10:49 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 965D361390; Thu, 30 Sep 2021 22:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633039847; bh=IwzBemW+hy1M1ewr7atFO0cSMjKx7nF1iOUj3EQWXE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMFkm4a+fgdg4zYaCkaWnSOTeOZ8uAbKkitUxM0+m4BBfXT2b5oLMM7rDTLawyLAE NhhBOznSRQz5yRbiTNsvbV6E0IU3T5qz407KpFRCdUtW5hyDqK4d2pDAOMg4JRadt6 KWrjYIXEm0KrNBVtP+JPzhB2VrG3+5vrqbM5hiSfUBy+07gwCIoejO0uW/sH7DYI6V pgwC0QydyQR/hM9nqnvQyR6gIiVBVoszYMQd2xY8yoPecdNAhtt2AC8GtVh+C0O4VI bPLArmwwdAbQbiLreQFVTZM6xuVy7lVHSRkS66W+8O7Twsm9hTlzsCUC2ioP79rEse MlAOzYU2R7N3A== Date: Thu, 30 Sep 2021 15:10:46 -0700 From: Mike Rapoport To: Linus Torvalds Cc: Linux Kernel Mailing List , Andrew Morton , Christophe Leroy , Juergen Gross , Mike Rapoport , Shahab Vahedi , devicetree , iommu , kasan-dev , KVM list , alpha , Linux ARM , linux-efi , "open list:BROADCOM NVRAM DRIVER" , Linux-MM , linux-riscv , linux-s390 , Linux-sh list , "open list:SYNOPSYS ARC ARCHITECTURE" , linux-um , linux-usb@vger.kernel.org, linuxppc-dev , linux-sparc , xen-devel@lists.xenproject.org Subject: Re: [PATCH v2 0/6] memblock: cleanup memblock_free interface Message-ID: References: <20210930185031.18648-1-rppt@kernel.org> 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-20210930_151048_365927_E4F84AFC X-CRM114-Status: GOOD ( 18.33 ) 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 Thu, Sep 30, 2021 at 02:20:33PM -0700, Linus Torvalds wrote: > On Thu, Sep 30, 2021 at 11:50 AM Mike Rapoport wrote: > > > > The first patch is a cleanup of numa_distance allocation in arch_numa I've > > spotted during the conversion. > > The second patch is a fix for Xen memory freeing on some of the error > > paths. > > Well, at least patch 2 looks like something that should go into 5.15 > and be marked for stable. > > Patch 1 looks like a trivial local cleanup, and could go in > immediately. Patch 4 might be in that same category. > > The rest look like "next merge window" to me, since they are spread > out and neither bugfixes nor tiny localized cleanups (iow renaming > functions, global resulting search-and-replace things). > > So my gut feel is that two (maybe three) of these patches should go in > asap, with three (maybe four) be left for 5.16. > > IOW, not trat this as a single series. > > Hmm? Yes, why not :) I'd keep patch 4 for the next merge window, does not look urgent to me. Andrew, can you please take care of this or you'd prefer me resending everything separately? > Linus -- Sincerely yours, Mike. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel