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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id A20E9C3DA4A for ; Mon, 5 Aug 2024 18:34:04 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 175266B008C; Mon, 5 Aug 2024 14:34:04 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 125D46B0092; Mon, 5 Aug 2024 14:34:04 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id F2F266B0093; Mon, 5 Aug 2024 14:34:03 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0011.hostedemail.com [216.40.44.11]) by kanga.kvack.org (Postfix) with ESMTP id D48686B008C for ; Mon, 5 Aug 2024 14:34:03 -0400 (EDT) Received: from smtpin01.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay07.hostedemail.com (Postfix) with ESMTP id 0FECA1604AF for ; Mon, 5 Aug 2024 18:34:03 +0000 (UTC) X-FDA: 82419041166.01.FB68C0A Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf28.hostedemail.com (Postfix) with ESMTP id 5EAB3C0008 for ; Mon, 5 Aug 2024 18:34:00 +0000 (UTC) Authentication-Results: imf28.hostedemail.com; dkim=pass header.d=linuxfoundation.org header.s=korg header.b=s15ayPDC; spf=pass (imf28.hostedemail.com: domain of gregkh@linuxfoundation.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org; dmarc=pass (policy=none) header.from=linuxfoundation.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1722882779; h=from:from:sender: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: in-reply-to:in-reply-to:references:references:dkim-signature; bh=m3OnVAYNuOCuP7BMaSRpTES7D/UVH+YVsQJLnXhEyrI=; b=XElQ7EvkT4z3Mr9JNEJ1crC6fGKBKJDV5abyvyqYj04Nna7UBRmCe+eYXwxarM8KRYYDMo 6594QfxSHBEiyO6C5RobTjdM6v5MhVMaYN3U0VkF5kBc6OCSTb5IoqP+QoQER5NfLjRV5B 3Kdk6tgWNniAZ6JQ2XQpkewu/sKhQIs= ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1722882779; a=rsa-sha256; cv=none; b=eE6pVQiSD9DXfKPL+cnYYWqbzvBCFFG9XcjIHAzDdEf6EUFsZvP+G2+mdgBHuZ3jW5JIYE TepF8r4S5sDBXt0ZJtoa/STwUg+NfmRFq7dcMz/HczRCw8SLTykgi+UOigKZQiqVHpwLRc fe3yOnkBGb3wEYEW8gWVdhv01YWUGCQ= ARC-Authentication-Results: i=1; imf28.hostedemail.com; dkim=pass header.d=linuxfoundation.org header.s=korg header.b=s15ayPDC; spf=pass (imf28.hostedemail.com: domain of gregkh@linuxfoundation.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org; dmarc=pass (policy=none) header.from=linuxfoundation.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 2435060C55; Mon, 5 Aug 2024 18:33:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FD40C32782; Mon, 5 Aug 2024 18:33:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1722882838; bh=DdWRiHzipkVrkpObHK9CyGrVfzm4MWuYbZ6TMtgqTOk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s15ayPDCsnzx05XmrSpy5fG4SEHlyhps5yZSXdSkFfmwYJesV0g8ZdWUXZsWJYnum X989B7XAy4CcfrUqc1bInKkhuSwGi7IpSSvEi+jXqci4DVMrvnhjFjVdX6m+NDTD0Y DJMZCIGhFMyNRxGJtenqVZ/g8eE90MsjAHB5JHTc= Date: Mon, 5 Aug 2024 20:33:56 +0200 From: Greg Kroah-Hartman To: JaeJoon Jung Cc: Linus Torvalds , Sasha Levin , "Liam R . Howlett" , Matthew Wilcox , linux-kernel@vger.kernel.org, linux-mm@kvack.org, maple-tree@lists.infradead.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v2 1/2] lib/htree: Add locking interface to new Hash Tree Message-ID: <2024080532-camera-desktop-92bf@gregkh> References: <20240805100109.14367-1-rgbi3307@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240805100109.14367-1-rgbi3307@gmail.com> X-Rspamd-Queue-Id: 5EAB3C0008 X-Stat-Signature: 93gwetc4zgsbjbmct4bo7tbffo35fcqs X-Rspamd-Server: rspam09 X-Rspam-User: X-HE-Tag: 1722882840-45525 X-HE-Meta: U2FsdGVkX19HD4SD40m5+RfuPtBEvrgi7Y1U17CNUYiGOrqeL3s7iV0FXX/BNm/8uGqQgiEcSCbjDojYa08plZKuwMZoHvuqIkSyvI/uzY1gU4L3JDTjTYtmVGr3Q3YkLN8xyWfOv4jSjLU/bbBZCWROgf6NC8Fwc4IcqBRhDqPUwXh77U38fZMMQOimnFA9r5Yr8/luWoaX70CxmbhzySxg1RkwxJjHb8rsm9BTen8bce23ZRmzmYtmSJkFSKzhc78xvBIeuvGjWOLiWbXxMXIu9zsTWAtqejY5jdwSmae5g2nprfAglJVdWL3W6ncPbdtJj2yylmb6eke6Tl3jsaw3vDNg1+cRF5AcOAmg/K1HOTQvXg+uYUiA6dYDNc36GpkKZU2bQbcRq71MJq/a+BB080S2ioBVuChpIII1U8iayeW94noelTwJl46YxRcQcfTXjtQqE5JwhsQH/642eR3nvCYReISJFCs2d9e+vtIRTXLXK0eXc6n6HHSlEaOlQzz2UZp4/sckF3heLZDGdagJRj6plCgqC7NgTMwD8esAFydfHev2M3rWmpd9PsdhM5jcb+5402UeMN60ybtgzR3aJ8PQDeokaErUrb2zY1MLOKIios5mhC+OTISAtAVPXZe7aF6L36lbzYPREk+FtRxT9HWvVJvjRYyN8cMC+PnC7JU+ElxM2HDL7FCX8Zy/Ob5GTQlnYCa1je2ioILvMmZ1CYLljk6685vHsUsU2fS1YBlUHBObgUgk02q5TdDZ6C9hWEvX2k+SV64jf6Z4OtB45Yb6duxTjL7k8cBmDebhxhkMa9fDM/eWcvhOQ2aIY3Hj1UUF3LCHQ3CywGeKgwbbEbPp5MVRPaB67xLT+Mgp/J3bqgtxo0R6HVUeTy1GlKBao66zefIDwM3qfxl7uo3KDWw16qN0O+D09anV/ThvH5q6DhqCS9B3lSTbB7i79eFzrB3KnIYLE9Tlgu2 wC6ilrig AvGerEQ/JpzUYH7jbNtwj9z22ONt2vfoqL5eyqnEA8+rpqx5AOEGEgMLeDBUd3Z3zL4CdVD/JP69MYlPJ0Ddn8joXXPgq7fQT45jeKrNdb94a/ngLpLvGffoy7BWWgnpOQ/h4g20hq4L3X+wAZZS9l9N9Xr/evCfq7IB1eOaRbGIw3ahtQiv2xMnFpiCz+ibKMgHXyq4iGe3BajYeo0q5ZKtI7DMPqIxLX2Zf5py7HdRyKs2JRY8ZfVswL5bBhggTsoLo7EeBeXQCtguEKkZZOQGWvQFx/Dk2cpQYqhmQOIhZVbr5a9/Q5VCHJ79H8O39awYBTwnz15UCNxt19FfQwdG9bw== X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: List-Subscribe: List-Unsubscribe: On Mon, Aug 05, 2024 at 07:01:09PM +0900, JaeJoon Jung wrote: > Implementation of new Hash Tree [PATCH v2] > ------------------------------------------ > Add spinlock.h and rcupdate.h in the include/linux/htree.h > Add htree_root structue to interface locking. > htree_root.ht_lock is spinlock_t to run spin_lock. > htree_root.ht_first is __rcu type to access rcu API. > Access the kernel standard API using macros. > > full source: > ------------ > https://github.com/kernel-bz/htree.git > > Manual(PDF): > ------------ > https://github.com/kernel-bz/htree/blob/main/docs/htree-20240802.pdf > > Signed-off-by: JaeJoon Jung > --- > include/linux/htree.h | 117 ++++++++++++++++++++++++++- > lib/htree-test.c | 182 ++++++++++++++++++++++-------------------- > lib/htree.c | 29 ++++++- > 3 files changed, 238 insertions(+), 90 deletions(-) Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - You did not specify a description of why the patch is needed, or possibly, any description at all, in the email body. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what is needed in order to properly describe the change. - You did not write a descriptive Subject: for the patch, allowing Greg, and everyone else, to know what this patch is all about. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what a proper Subject: line should look like. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot