All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: "Matthew Wilcox (Oracle)" <willy@infradead.org>, brouer@redhat.com
Cc: arnd@kernel.org, grygorii.strashko@ti.com,
	netdev@vger.kernel.org, ilias.apalodimas@linaro.org,
	linux-kernel@vger.kernel.org,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	linux-mips@vger.kernel.org, mhocko@kernel.org,
	linux-mm@kvack.org, mgorman@suse.de, mcroce@linux.microsoft.com,
	linux-snps-arc@lists.infradead.org,
	linuxppc-dev@lists.ozlabs.org, hch@lst.de,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/2] Change struct page layout for page_pool
Date: Tue, 20 Apr 2021 14:03:18 +1000	[thread overview]
Message-ID: <874kg1d2m1.fsf@mpe.ellerman.id.au> (raw)
In-Reply-To: <20210416230724.2519198-1-willy@infradead.org>

"Matthew Wilcox (Oracle)" <willy@infradead.org> writes:
> The first patch here fixes two bugs on ppc32, and mips32.  It fixes one
> bug on arc and arm32 (in certain configurations).  It probably makes
> sense to get it in ASAP through the networking tree.  I'd like to see
> testing on those four architectures if possible?

Sorry I don't have easy access to any hardware that fits the bill. At
some point I'll be able to go to the office and setup a machine that (I
think) can test these paths, but I don't have an ETA on that.

You and others seem to have done lots of analysis on this though, so I
think you should merge the fixes without waiting on ppc32 testing.

cheers


>
> The second patch enables new functionality.  It is much less urgent.
> I'd really like to see Mel & Michal's thoughts on it.
>
> I have only compile-tested these patches.
>
> Matthew Wilcox (Oracle) (2):
>   mm: Fix struct page layout on 32-bit systems
>   mm: Indicate pfmemalloc pages in compound_head
>
>  include/linux/mm.h       | 12 +++++++-----
>  include/linux/mm_types.h |  9 ++++-----
>  include/net/page_pool.h  | 12 +++++++++++-
>  net/core/page_pool.c     | 12 +++++++-----
>  4 files changed, 29 insertions(+), 16 deletions(-)
>
> -- 
> 2.30.2

WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <mpe@ellerman.id.au>
To: "Matthew Wilcox (Oracle)" <willy@infradead.org>, brouer@redhat.com
Cc: arnd@kernel.org, grygorii.strashko@ti.com,
	netdev@vger.kernel.org, ilias.apalodimas@linaro.org,
	linux-kernel@vger.kernel.org,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	linux-mips@vger.kernel.org, mhocko@kernel.org,
	linux-mm@kvack.org, mgorman@suse.de, mcroce@linux.microsoft.com,
	linux-snps-arc@lists.infradead.org,
	linuxppc-dev@lists.ozlabs.org, hch@lst.de,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/2] Change struct page layout for page_pool
Date: Tue, 20 Apr 2021 14:03:18 +1000	[thread overview]
Message-ID: <874kg1d2m1.fsf@mpe.ellerman.id.au> (raw)
In-Reply-To: <20210416230724.2519198-1-willy@infradead.org>

"Matthew Wilcox (Oracle)" <willy@infradead.org> writes:
> The first patch here fixes two bugs on ppc32, and mips32.  It fixes one
> bug on arc and arm32 (in certain configurations).  It probably makes
> sense to get it in ASAP through the networking tree.  I'd like to see
> testing on those four architectures if possible?

Sorry I don't have easy access to any hardware that fits the bill. At
some point I'll be able to go to the office and setup a machine that (I
think) can test these paths, but I don't have an ETA on that.

You and others seem to have done lots of analysis on this though, so I
think you should merge the fixes without waiting on ppc32 testing.

cheers


>
> The second patch enables new functionality.  It is much less urgent.
> I'd really like to see Mel & Michal's thoughts on it.
>
> I have only compile-tested these patches.
>
> Matthew Wilcox (Oracle) (2):
>   mm: Fix struct page layout on 32-bit systems
>   mm: Indicate pfmemalloc pages in compound_head
>
>  include/linux/mm.h       | 12 +++++++-----
>  include/linux/mm_types.h |  9 ++++-----
>  include/net/page_pool.h  | 12 +++++++++++-
>  net/core/page_pool.c     | 12 +++++++-----
>  4 files changed, 29 insertions(+), 16 deletions(-)
>
> -- 
> 2.30.2

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <mpe@ellerman.id.au>
To: "Matthew Wilcox (Oracle)" <willy@infradead.org>, brouer@redhat.com
Cc: arnd@kernel.org, grygorii.strashko@ti.com,
	linux-snps-arc@lists.infradead.org, netdev@vger.kernel.org,
	ilias.apalodimas@linaro.org, linux-kernel@vger.kernel.org,
	"Matthew Wilcox \(Oracle\)" <willy@infradead.org>,
	linux-mips@vger.kernel.org, linux-mm@kvack.org, mgorman@suse.de,
	mcroce@linux.microsoft.com, mhocko@kernel.org,
	linuxppc-dev@lists.ozlabs.org, hch@lst.de,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/2] Change struct page layout for page_pool
Date: Tue, 20 Apr 2021 14:03:18 +1000	[thread overview]
Message-ID: <874kg1d2m1.fsf@mpe.ellerman.id.au> (raw)
In-Reply-To: <20210416230724.2519198-1-willy@infradead.org>

"Matthew Wilcox (Oracle)" <willy@infradead.org> writes:
> The first patch here fixes two bugs on ppc32, and mips32.  It fixes one
> bug on arc and arm32 (in certain configurations).  It probably makes
> sense to get it in ASAP through the networking tree.  I'd like to see
> testing on those four architectures if possible?

Sorry I don't have easy access to any hardware that fits the bill. At
some point I'll be able to go to the office and setup a machine that (I
think) can test these paths, but I don't have an ETA on that.

You and others seem to have done lots of analysis on this though, so I
think you should merge the fixes without waiting on ppc32 testing.

cheers


>
> The second patch enables new functionality.  It is much less urgent.
> I'd really like to see Mel & Michal's thoughts on it.
>
> I have only compile-tested these patches.
>
> Matthew Wilcox (Oracle) (2):
>   mm: Fix struct page layout on 32-bit systems
>   mm: Indicate pfmemalloc pages in compound_head
>
>  include/linux/mm.h       | 12 +++++++-----
>  include/linux/mm_types.h |  9 ++++-----
>  include/net/page_pool.h  | 12 +++++++++++-
>  net/core/page_pool.c     | 12 +++++++-----
>  4 files changed, 29 insertions(+), 16 deletions(-)
>
> -- 
> 2.30.2

WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <mpe@ellerman.id.au>
To: "Matthew Wilcox (Oracle)" <willy@infradead.org>, brouer@redhat.com
Cc: arnd@kernel.org, grygorii.strashko@ti.com,
	netdev@vger.kernel.org, ilias.apalodimas@linaro.org,
	linux-kernel@vger.kernel.org,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	linux-mips@vger.kernel.org, mhocko@kernel.org,
	linux-mm@kvack.org, mgorman@suse.de, mcroce@linux.microsoft.com,
	linux-snps-arc@lists.infradead.org,
	linuxppc-dev@lists.ozlabs.org, hch@lst.de,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/2] Change struct page layout for page_pool
Date: Tue, 20 Apr 2021 14:03:18 +1000	[thread overview]
Message-ID: <874kg1d2m1.fsf@mpe.ellerman.id.au> (raw)
In-Reply-To: <20210416230724.2519198-1-willy@infradead.org>

"Matthew Wilcox (Oracle)" <willy@infradead.org> writes:
> The first patch here fixes two bugs on ppc32, and mips32.  It fixes one
> bug on arc and arm32 (in certain configurations).  It probably makes
> sense to get it in ASAP through the networking tree.  I'd like to see
> testing on those four architectures if possible?

Sorry I don't have easy access to any hardware that fits the bill. At
some point I'll be able to go to the office and setup a machine that (I
think) can test these paths, but I don't have an ETA on that.

You and others seem to have done lots of analysis on this though, so I
think you should merge the fixes without waiting on ppc32 testing.

cheers


>
> The second patch enables new functionality.  It is much less urgent.
> I'd really like to see Mel & Michal's thoughts on it.
>
> I have only compile-tested these patches.
>
> Matthew Wilcox (Oracle) (2):
>   mm: Fix struct page layout on 32-bit systems
>   mm: Indicate pfmemalloc pages in compound_head
>
>  include/linux/mm.h       | 12 +++++++-----
>  include/linux/mm_types.h |  9 ++++-----
>  include/net/page_pool.h  | 12 +++++++++++-
>  net/core/page_pool.c     | 12 +++++++-----
>  4 files changed, 29 insertions(+), 16 deletions(-)
>
> -- 
> 2.30.2

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-04-20  4:03 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16 23:07 [PATCH 0/2] Change struct page layout for page_pool Matthew Wilcox (Oracle)
2021-04-16 23:07 ` Matthew Wilcox (Oracle)
2021-04-16 23:07 ` Matthew Wilcox (Oracle)
2021-04-16 23:07 ` Matthew Wilcox (Oracle)
2021-04-16 23:07 ` [PATCH 1/2] mm: Fix struct page layout on 32-bit systems Matthew Wilcox (Oracle)
2021-04-16 23:07   ` Matthew Wilcox (Oracle)
2021-04-16 23:07   ` Matthew Wilcox (Oracle)
2021-04-16 23:07   ` Matthew Wilcox (Oracle)
2021-04-17  1:08   ` kernel test robot
2021-04-17  1:08     ` kernel test robot
2021-04-17  1:08     ` kernel test robot
2021-04-17  1:08     ` kernel test robot
2021-04-17  2:45   ` Matthew Wilcox
2021-04-17  2:45     ` Matthew Wilcox
2021-04-17  2:45     ` Matthew Wilcox
2021-04-17  2:45     ` Matthew Wilcox
2021-04-17 18:32     ` Ilias Apalodimas
2021-04-17 18:32       ` Ilias Apalodimas
2021-04-17 18:32       ` Ilias Apalodimas
2021-04-17 18:32       ` Ilias Apalodimas
2021-04-17 20:22       ` Matthew Wilcox
2021-04-17 20:22         ` Matthew Wilcox
2021-04-17 20:22         ` Matthew Wilcox
2021-04-17 20:22         ` Matthew Wilcox
2021-04-18 11:21         ` Ilias Apalodimas
2021-04-18 11:21           ` Ilias Apalodimas
2021-04-18 11:21           ` Ilias Apalodimas
2021-04-18 11:21           ` Ilias Apalodimas
2021-04-17 21:18     ` David Laight
2021-04-17 21:18       ` David Laight
2021-04-17 21:18       ` David Laight
2021-04-17 21:18       ` David Laight
2021-04-17 22:45       ` Matthew Wilcox
2021-04-17 22:45         ` Matthew Wilcox
2021-04-17 22:45         ` Matthew Wilcox
2021-04-17 22:45         ` Matthew Wilcox
2021-04-20  2:48     ` Vineet Gupta
2021-04-20  2:48       ` Vineet Gupta
2021-04-20  2:48       ` Vineet Gupta
2021-04-20  2:48       ` Vineet Gupta
2021-04-20  3:10       ` Matthew Wilcox
2021-04-20  3:10         ` Matthew Wilcox
2021-04-20  3:10         ` Matthew Wilcox
2021-04-20  3:10         ` Matthew Wilcox
2021-04-20  7:07         ` Arnd Bergmann
2021-04-20  7:07           ` Arnd Bergmann
2021-04-20  7:07           ` Arnd Bergmann
2021-04-20  7:07           ` Arnd Bergmann
2021-04-20 21:14           ` Vineet Gupta
2021-04-20 21:14             ` Vineet Gupta
2021-04-20 21:14             ` Vineet Gupta
2021-04-20 21:14             ` Vineet Gupta
2021-04-20 21:20             ` Arnd Bergmann
2021-04-20 21:20               ` Arnd Bergmann
2021-04-20 21:20               ` Arnd Bergmann
2021-04-20 21:20               ` Arnd Bergmann
2021-04-21  5:50               ` hch
2021-04-21  5:50                 ` hch
2021-04-21  5:50                 ` hch
2021-04-21  5:50                 ` hch
2021-04-21  8:43               ` David Laight
2021-04-21  8:43                 ` David Laight
2021-04-21  8:43                 ` David Laight
2021-04-21  8:43                 ` David Laight
2021-04-21  8:58                 ` Arnd Bergmann
2021-04-21  8:58                   ` Arnd Bergmann
2021-04-21  8:58                   ` Arnd Bergmann
2021-04-21  8:58                   ` Arnd Bergmann
2021-04-20  7:39     ` Geert Uytterhoeven
2021-04-20  7:39       ` Geert Uytterhoeven
2021-04-20  7:39       ` Geert Uytterhoeven
2021-04-20  7:39       ` Geert Uytterhoeven
2021-04-20  8:39       ` David Laight
2021-04-20  8:39         ` David Laight
2021-04-20  8:39         ` David Laight
2021-04-20  8:39         ` David Laight
2021-04-20 11:32       ` Matthew Wilcox
2021-04-20 11:32         ` Matthew Wilcox
2021-04-20 11:32         ` Matthew Wilcox
2021-04-20 11:32         ` Matthew Wilcox
2021-04-17  7:34   ` Jesper Dangaard Brouer
2021-04-17  7:34     ` Jesper Dangaard Brouer
2021-04-17  7:34     ` Jesper Dangaard Brouer
2021-04-17  7:34     ` Jesper Dangaard Brouer
2021-04-20  7:21   ` Rasmus Villemoes
2021-04-20  7:21     ` Rasmus Villemoes
2021-04-20  7:21     ` Rasmus Villemoes
2021-04-20  7:21     ` Rasmus Villemoes
2021-04-16 23:07 ` [PATCH 2/2] mm: Indicate pfmemalloc pages in compound_head Matthew Wilcox (Oracle)
2021-04-16 23:07   ` Matthew Wilcox (Oracle)
2021-04-16 23:07   ` Matthew Wilcox (Oracle)
2021-04-16 23:07   ` Matthew Wilcox (Oracle)
2021-04-17 21:13   ` David Laight
2021-04-17 21:13     ` David Laight
2021-04-17 21:13     ` David Laight
2021-04-17 21:13     ` David Laight
2021-04-17 21:28     ` Matthew Wilcox
2021-04-17 21:28       ` Matthew Wilcox
2021-04-17 21:28       ` Matthew Wilcox
2021-04-17 21:28       ` Matthew Wilcox
2021-04-20  4:03 ` Michael Ellerman [this message]
2021-04-20  4:03   ` [PATCH 0/2] Change struct page layout for page_pool Michael Ellerman
2021-04-20  4:03   ` Michael Ellerman
2021-04-20  4:03   ` Michael Ellerman

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=874kg1d2m1.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=arnd@kernel.org \
    --cc=brouer@redhat.com \
    --cc=grygorii.strashko@ti.com \
    --cc=hch@lst.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mcroce@linux.microsoft.com \
    --cc=mgorman@suse.de \
    --cc=mhocko@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=willy@infradead.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.