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=-12.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 96B7FC433E6 for ; Wed, 27 Jan 2021 08:58:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4CD2A20756 for ; Wed, 27 Jan 2021 08:58:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233638AbhA0I5v (ORCPT ); Wed, 27 Jan 2021 03:57:51 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:36666 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232901AbhA0Iv2 (ORCPT ); Wed, 27 Jan 2021 03:51:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611737401; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZKX1UCx3ZNXEFtloLyNV1dAqkIOruWYHKq9kXw8w0Wk=; b=Ctw5qBFgb4TQg+qkWxI4F/XefGPJD8WOp7sauKJOp0xBFTR81GyK/G1eJ8mt9TS8ox4myk APQbTDypbLPJe4fXpGuD7RX2+bv+mNVHe5xELj7oobKkdb3g35Nffem9r0iXscKOOhbJMV F5ZoAeDiCvlMNyofjI1XLIeaLxPMDTk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-106-PdZiYRXNML-Ra9KKEtWSEQ-1; Wed, 27 Jan 2021 03:49:57 -0500 X-MC-Unique: PdZiYRXNML-Ra9KKEtWSEQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4A2C6802B40; Wed, 27 Jan 2021 08:49:56 +0000 (UTC) Received: from [10.36.114.237] (ovpn-114-237.ams2.redhat.com [10.36.114.237]) by smtp.corp.redhat.com (Postfix) with ESMTP id 56F2260C05; Wed, 27 Jan 2021 08:49:53 +0000 (UTC) Subject: Re: [PATCH v1] csky: use free_initmem_default() in free_initmem() To: Guo Ren , Mike Rapoport Cc: Linux Kernel Mailing List , Linux-MM , linux-csky@vger.kernel.org, Andrew Morton , Oscar Salvador , Michal Hocko , Wei Yang References: <20210126181420.19223-1-david@redhat.com> <20210126182648.GR6332@kernel.org> From: David Hildenbrand Organization: Red Hat GmbH Message-ID: Date: Wed, 27 Jan 2021 09:49:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Precedence: bulk List-ID: X-Mailing-List: linux-csky@vger.kernel.org On 27.01.21 08:52, Guo Ren wrote: > Thx Mike, > Thanks for triggering a build/test! I'd be curious if there is an easy way to trigger this myself (I assume, fork csky buildroot on gitlab, reroute CSKY kernel repo, adjust CSKY_LINUX_NEXT_VERSION); if so, it would be worth documenting - thanks! Thanks Mike for the valuable links :) For now I was only relying on cross-compilers as shipped by Fedora, now I can upgrade my cross-build environment :) > It's under test: > https://gitlab.com/c-sky/buildroot/-/pipelines/247353584 > > kernel: > https://github.com/c-sky/csky-linux/commit/9d986b01feb991ded3fb8c1f8153a0c80ea84b9c > -- Thanks, David / dhildenb