From: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
To: Masahiro Yamada
<yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
Andrew Morton
<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
Ian Abbott <abbotti-GUHe90Wt2aFaa/9Udqfwiw@public.gmane.org>,
Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
linux-cachefs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rodrigo Vivi
<rodrigo.vivi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
David Airlie <airlied-cv59FeDIM0c@public.gmane.org>,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Yoshinori Sato
<ysato-Rn4VEauK+AKRv+LV9MX5uooqe+aC9MnS@public.gmane.org>,
Tariq Toukan <tariqt-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
Rich Felker <dalias-8zAoT0mYgF4@public.gmane.org>,
Jani Nikula <jani.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
"J. Bruce Fields"
<bfields-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>,
David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
intel-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
Yishai Hadas <yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
Joonas Lahtinen
<joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Subject: Re: [PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
Date: Sun, 8 Oct 2017 21:52:33 +0300 [thread overview]
Message-ID: <20171008185233.GF25829@mtr-leonro.local> (raw)
In-Reply-To: <1507479013-5207-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 2655 bytes --]
On Mon, Oct 09, 2017 at 01:10:01AM +0900, Masahiro Yamada wrote:
<...>
>
> By splitting out the radix_tree_root definition,
> we can reduce the header file dependency.
>
> Reducing the header dependency will help for speeding the kernel
> build, suppressing unnecessary recompile of objects during
> git-bisect'ing, etc.
If we judge by the diffstat of this series, there won't be any
visible change in anything mentioned above.
<...>
>
> Masahiro Yamada (12):
> radix-tree: replace <linux/spinlock.h> with <linux/spinlock_types.h>
> radix-tree: split struct radix_tree_root to <linux/radix-tree-root.h>
> irqdomain: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> writeback: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> iocontext.h: replace <linux/radix-tree.h> with
> <linux/radix-tree-root.h>
> fs: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> blkcg: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> fscache: include <linux-radix-tree.h>
> sh: intc: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> net/mlx4: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> net/mlx5: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> drm/i915: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
>
> drivers/gpu/drm/i915/i915_gem.c | 1 +
> drivers/gpu/drm/i915/i915_gem_context.c | 1 +
> drivers/gpu/drm/i915/i915_gem_context.h | 2 +-
> drivers/gpu/drm/i915/i915_gem_execbuffer.c | 1 +
> drivers/gpu/drm/i915/i915_gem_object.h | 1 +
> drivers/net/ethernet/mellanox/mlx4/cq.c | 1 +
> drivers/net/ethernet/mellanox/mlx4/mlx4.h | 2 +-
> drivers/net/ethernet/mellanox/mlx4/qp.c | 1 +
> drivers/net/ethernet/mellanox/mlx4/srq.c | 1 +
> drivers/sh/intc/internals.h | 2 +-
> include/linux/backing-dev-defs.h | 2 +-
> include/linux/blk-cgroup.h | 2 +-
> include/linux/fs.h | 2 +-
> include/linux/fscache.h | 1 +
> include/linux/iocontext.h | 2 +-
> include/linux/irqdomain.h | 2 +-
> include/linux/mlx4/device.h | 2 +-
> include/linux/mlx4/qp.h | 1 +
> include/linux/mlx5/driver.h | 2 +-
> include/linux/mlx5/qp.h | 1 +
> include/linux/radix-tree-root.h | 24 ++++++++++++++++++++++++
> include/linux/radix-tree.h | 8 ++------
> 22 files changed, 46 insertions(+), 16 deletions(-)
> create mode 100644 include/linux/radix-tree-root.h
>
> --
> 2.7.4
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Leon Romanovsky <leonro@mellanox.com>
To: Masahiro Yamada
<yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
Andrew Morton
<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
Ian Abbott <abbotti-GUHe90Wt2aFaa/9Udqfwiw@public.gmane.org>,
Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
linux-cachefs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rodrigo Vivi
<rodrigo.vivi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
David Airlie <airlied-cv59FeDIM0c@public.gmane.org>,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Yoshinori Sato
<ysato-Rn4VEauK+AKRv+LV9MX5uooqe+aC9MnS@public.gmane.org>,
Tariq Toukan <tariqt-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
Rich Felker <dalias-8zAoT0mYgF4@public.gmane.org>,
Jani Nikula <jani.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
"J. Bruce Fields"
<bfields-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>,
David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
intel-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
Yishai Hadas <yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
Joonas Lahtinen
<joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Subject: Re: [PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
Date: Sun, 08 Oct 2017 18:52:33 +0000 [thread overview]
Message-ID: <20171008185233.GF25829@mtr-leonro.local> (raw)
In-Reply-To: <1507479013-5207-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 2655 bytes --]
On Mon, Oct 09, 2017 at 01:10:01AM +0900, Masahiro Yamada wrote:
<...>
>
> By splitting out the radix_tree_root definition,
> we can reduce the header file dependency.
>
> Reducing the header dependency will help for speeding the kernel
> build, suppressing unnecessary recompile of objects during
> git-bisect'ing, etc.
If we judge by the diffstat of this series, there won't be any
visible change in anything mentioned above.
<...>
>
> Masahiro Yamada (12):
> radix-tree: replace <linux/spinlock.h> with <linux/spinlock_types.h>
> radix-tree: split struct radix_tree_root to <linux/radix-tree-root.h>
> irqdomain: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> writeback: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> iocontext.h: replace <linux/radix-tree.h> with
> <linux/radix-tree-root.h>
> fs: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> blkcg: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> fscache: include <linux-radix-tree.h>
> sh: intc: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> net/mlx4: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> net/mlx5: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> drm/i915: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
>
> drivers/gpu/drm/i915/i915_gem.c | 1 +
> drivers/gpu/drm/i915/i915_gem_context.c | 1 +
> drivers/gpu/drm/i915/i915_gem_context.h | 2 +-
> drivers/gpu/drm/i915/i915_gem_execbuffer.c | 1 +
> drivers/gpu/drm/i915/i915_gem_object.h | 1 +
> drivers/net/ethernet/mellanox/mlx4/cq.c | 1 +
> drivers/net/ethernet/mellanox/mlx4/mlx4.h | 2 +-
> drivers/net/ethernet/mellanox/mlx4/qp.c | 1 +
> drivers/net/ethernet/mellanox/mlx4/srq.c | 1 +
> drivers/sh/intc/internals.h | 2 +-
> include/linux/backing-dev-defs.h | 2 +-
> include/linux/blk-cgroup.h | 2 +-
> include/linux/fs.h | 2 +-
> include/linux/fscache.h | 1 +
> include/linux/iocontext.h | 2 +-
> include/linux/irqdomain.h | 2 +-
> include/linux/mlx4/device.h | 2 +-
> include/linux/mlx4/qp.h | 1 +
> include/linux/mlx5/driver.h | 2 +-
> include/linux/mlx5/qp.h | 1 +
> include/linux/radix-tree-root.h | 24 ++++++++++++++++++++++++
> include/linux/radix-tree.h | 8 ++------
> 22 files changed, 46 insertions(+), 16 deletions(-)
> create mode 100644 include/linux/radix-tree-root.h
>
> --
> 2.7.4
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Leon Romanovsky <leonro@mellanox.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
Andrew Morton <akpm@linux-foundation.org>,
Ian Abbott <abbotti@mev.co.uk>, Ingo Molnar <mingo@kernel.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
linux-cachefs@redhat.com, linux-sh@vger.kernel.org,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
dri-devel@lists.freedesktop.org, David Airlie <airlied@linux.ie>,
linux-rdma@vger.kernel.org,
Yoshinori Sato <ysato@users.sourceforge.jp>,
Tariq Toukan <tariqt@mellanox.com>, Rich Felker <dalias@libc.org>,
Jani Nikula <jani.nikula@linux.intel.com>,
"J. Bruce Fields" <bfields@fieldses.org>,
David Howells <dhowells@redhat.com>,
intel-gfx@lists.freedesktop.org,
Yishai Hadas <yishaih@mellanox.com>,
Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
Matan Barak <matanb@mellanox.com>,
netdev@vger.kernel.org, Saeed Mahameed <saeedm@mellanox.com>,
Jeff Layton <jlayton@poochiereds.net>,
linux-fsdevel@vger.kernel.org,
Marc Zyngier <marc.zyngier@arm.com>
Subject: Re: [PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
Date: Sun, 8 Oct 2017 21:52:33 +0300 [thread overview]
Message-ID: <20171008185233.GF25829@mtr-leonro.local> (raw)
In-Reply-To: <1507479013-5207-1-git-send-email-yamada.masahiro@socionext.com>
[-- Attachment #1: Type: text/plain, Size: 2655 bytes --]
On Mon, Oct 09, 2017 at 01:10:01AM +0900, Masahiro Yamada wrote:
<...>
>
> By splitting out the radix_tree_root definition,
> we can reduce the header file dependency.
>
> Reducing the header dependency will help for speeding the kernel
> build, suppressing unnecessary recompile of objects during
> git-bisect'ing, etc.
If we judge by the diffstat of this series, there won't be any
visible change in anything mentioned above.
<...>
>
> Masahiro Yamada (12):
> radix-tree: replace <linux/spinlock.h> with <linux/spinlock_types.h>
> radix-tree: split struct radix_tree_root to <linux/radix-tree-root.h>
> irqdomain: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> writeback: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> iocontext.h: replace <linux/radix-tree.h> with
> <linux/radix-tree-root.h>
> fs: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> blkcg: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> fscache: include <linux-radix-tree.h>
> sh: intc: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> net/mlx4: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> net/mlx5: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> drm/i915: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
>
> drivers/gpu/drm/i915/i915_gem.c | 1 +
> drivers/gpu/drm/i915/i915_gem_context.c | 1 +
> drivers/gpu/drm/i915/i915_gem_context.h | 2 +-
> drivers/gpu/drm/i915/i915_gem_execbuffer.c | 1 +
> drivers/gpu/drm/i915/i915_gem_object.h | 1 +
> drivers/net/ethernet/mellanox/mlx4/cq.c | 1 +
> drivers/net/ethernet/mellanox/mlx4/mlx4.h | 2 +-
> drivers/net/ethernet/mellanox/mlx4/qp.c | 1 +
> drivers/net/ethernet/mellanox/mlx4/srq.c | 1 +
> drivers/sh/intc/internals.h | 2 +-
> include/linux/backing-dev-defs.h | 2 +-
> include/linux/blk-cgroup.h | 2 +-
> include/linux/fs.h | 2 +-
> include/linux/fscache.h | 1 +
> include/linux/iocontext.h | 2 +-
> include/linux/irqdomain.h | 2 +-
> include/linux/mlx4/device.h | 2 +-
> include/linux/mlx4/qp.h | 1 +
> include/linux/mlx5/driver.h | 2 +-
> include/linux/mlx5/qp.h | 1 +
> include/linux/radix-tree-root.h | 24 ++++++++++++++++++++++++
> include/linux/radix-tree.h | 8 ++------
> 22 files changed, 46 insertions(+), 16 deletions(-)
> create mode 100644 include/linux/radix-tree-root.h
>
> --
> 2.7.4
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
To: Masahiro Yamada
<yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
Andrew Morton
<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
Ian Abbott <abbotti-GUHe90Wt2aFaa/9Udqfwiw@public.gmane.org>,
Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
linux-cachefs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rodrigo Vivi
<rodrigo.vivi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
David Airlie <airlied-cv59FeDIM0c@public.gmane.org>,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Yoshinori Sato
<ysato-Rn4VEauK+AKRv+LV9MX5uooqe+aC9MnS@public.gmane.org>,
Tariq Toukan <tariqt-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
Rich Felker <dalias-8zAoT0mYgF4@public.gmane.org>,
Jani Nikula <jani.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
"J. Bruce Fields"
<bfields-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>,
David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
intel-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
Yishai Hadas <yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
Joonas Lahtinen
<joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
Subject: Re: [PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
Date: Sun, 8 Oct 2017 21:52:33 +0300 [thread overview]
Message-ID: <20171008185233.GF25829@mtr-leonro.local> (raw)
In-Reply-To: <1507479013-5207-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 2655 bytes --]
On Mon, Oct 09, 2017 at 01:10:01AM +0900, Masahiro Yamada wrote:
<...>
>
> By splitting out the radix_tree_root definition,
> we can reduce the header file dependency.
>
> Reducing the header dependency will help for speeding the kernel
> build, suppressing unnecessary recompile of objects during
> git-bisect'ing, etc.
If we judge by the diffstat of this series, there won't be any
visible change in anything mentioned above.
<...>
>
> Masahiro Yamada (12):
> radix-tree: replace <linux/spinlock.h> with <linux/spinlock_types.h>
> radix-tree: split struct radix_tree_root to <linux/radix-tree-root.h>
> irqdomain: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> writeback: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> iocontext.h: replace <linux/radix-tree.h> with
> <linux/radix-tree-root.h>
> fs: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> blkcg: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> fscache: include <linux-radix-tree.h>
> sh: intc: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> net/mlx4: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> net/mlx5: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
> drm/i915: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
>
> drivers/gpu/drm/i915/i915_gem.c | 1 +
> drivers/gpu/drm/i915/i915_gem_context.c | 1 +
> drivers/gpu/drm/i915/i915_gem_context.h | 2 +-
> drivers/gpu/drm/i915/i915_gem_execbuffer.c | 1 +
> drivers/gpu/drm/i915/i915_gem_object.h | 1 +
> drivers/net/ethernet/mellanox/mlx4/cq.c | 1 +
> drivers/net/ethernet/mellanox/mlx4/mlx4.h | 2 +-
> drivers/net/ethernet/mellanox/mlx4/qp.c | 1 +
> drivers/net/ethernet/mellanox/mlx4/srq.c | 1 +
> drivers/sh/intc/internals.h | 2 +-
> include/linux/backing-dev-defs.h | 2 +-
> include/linux/blk-cgroup.h | 2 +-
> include/linux/fs.h | 2 +-
> include/linux/fscache.h | 1 +
> include/linux/iocontext.h | 2 +-
> include/linux/irqdomain.h | 2 +-
> include/linux/mlx4/device.h | 2 +-
> include/linux/mlx4/qp.h | 1 +
> include/linux/mlx5/driver.h | 2 +-
> include/linux/mlx5/qp.h | 1 +
> include/linux/radix-tree-root.h | 24 ++++++++++++++++++++++++
> include/linux/radix-tree.h | 8 ++------
> 22 files changed, 46 insertions(+), 16 deletions(-)
> create mode 100644 include/linux/radix-tree-root.h
>
> --
> 2.7.4
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2017-10-08 18:52 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-08 16:10 [PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h> Masahiro Yamada
2017-10-08 16:10 ` Masahiro Yamada
2017-10-08 16:10 ` Masahiro Yamada
2017-10-08 16:10 ` Masahiro Yamada
2017-10-08 16:10 ` [PATCH 01/12] radix-tree: replace <linux/spinlock.h> with <linux/spinlock_types.h> Masahiro Yamada
2017-10-08 16:10 ` [PATCH 02/12] radix-tree: split struct radix_tree_root to <linux/radix-tree-root.h> Masahiro Yamada
2017-10-08 16:10 ` [PATCH 03/12] irqdomain: replace <linux/radix-tree.h> with <linux/radix-tree-root.h> Masahiro Yamada
2017-10-08 16:10 ` [PATCH 04/12] writeback: " Masahiro Yamada
2017-10-08 16:10 ` [PATCH 05/12] iocontext.h: " Masahiro Yamada
2017-10-08 16:10 ` [PATCH 06/12] fs: " Masahiro Yamada
2017-10-08 16:10 ` [PATCH 07/12] blkcg: " Masahiro Yamada
2017-10-08 16:10 ` [PATCH 08/12] fscache: include <linux-radix-tree.h> Masahiro Yamada
2017-10-08 16:10 ` [PATCH 09/12] sh: intc: replace <linux/radix-tree.h> with <linux/radix-tree-root.h> Masahiro Yamada
2017-10-08 16:10 ` Masahiro Yamada
2017-10-08 16:10 ` [PATCH 10/12] net/mlx4: " Masahiro Yamada
2017-10-08 17:00 ` David Miller
2017-10-08 17:29 ` Masahiro Yamada
2017-10-08 17:32 ` Joe Perches
[not found] ` <1507483942.11434.4.camel-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2017-10-09 5:55 ` Masahiro Yamada
2017-10-09 5:55 ` Masahiro Yamada
2017-10-09 12:02 ` Masahiro Yamada
2017-10-08 18:55 ` Leon Romanovsky
2017-10-09 5:56 ` Masahiro Yamada
[not found] ` <CAK7LNARAhAaO+YjqXyBbi=-udCu8zzGnLMsoVNdkSXtXPuMKsA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-10-09 6:10 ` Leon Romanovsky
2017-10-09 6:10 ` Leon Romanovsky
2017-10-08 16:10 ` [PATCH 11/12] net/mlx5: " Masahiro Yamada
2017-10-08 17:00 ` David Miller
2017-10-08 16:10 ` [PATCH 12/12] drm/i915: " Masahiro Yamada
[not found] ` <1507479013-5207-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2017-10-08 18:52 ` Leon Romanovsky [this message]
2017-10-08 18:52 ` [PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h> Leon Romanovsky
2017-10-08 18:52 ` Leon Romanovsky
2017-10-08 18:52 ` Leon Romanovsky
2017-10-09 5:58 ` Masahiro Yamada
2017-10-09 5:58 ` Masahiro Yamada
2017-10-09 5:58 ` Masahiro Yamada
2017-10-09 5:58 ` Masahiro Yamada
2017-10-09 6:05 ` Leon Romanovsky
2017-10-09 6:05 ` Leon Romanovsky
2017-10-09 6:05 ` Leon Romanovsky
2017-10-09 6:05 ` Leon Romanovsky
2017-10-10 12:18 ` Matthew Wilcox
2017-10-10 12:18 ` Matthew Wilcox
2017-10-10 12:18 ` Matthew Wilcox
2017-10-10 12:18 ` Matthew Wilcox
2017-10-10 12:56 ` Masahiro Yamada
2017-10-10 12:56 ` Masahiro Yamada
2017-10-10 12:56 ` Masahiro Yamada
2017-10-10 13:20 ` Matthew Wilcox
2017-10-10 13:20 ` Matthew Wilcox
2017-10-10 13:20 ` Matthew Wilcox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171008185233.GF25829@mtr-leonro.local \
--to=leonro-vpraknaxozvwk0htik3j/w@public.gmane.org \
--cc=abbotti-GUHe90Wt2aFaa/9Udqfwiw@public.gmane.org \
--cc=airlied-cv59FeDIM0c@public.gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=bfields-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org \
--cc=dalias-8zAoT0mYgF4@public.gmane.org \
--cc=dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=intel-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=jani.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=linux-cachefs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=rodrigo.vivi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=tariqt-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org \
--cc=yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=ysato-Rn4VEauK+AKRv+LV9MX5uooqe+aC9MnS@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.