Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1574898

Re: [PATCH 1/6] lockdep: allow to disable reclaim lockup detection

From Matthew Wilcox <willy@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/6] lockdep: allow to disable reclaim lockup detection
Date 2017-02-06 16:30 +0100
Message-ID <t7ToS-6Gk-3@gated-at.bofh.it> (permalink)
References <t7S9r-5XR-11@gated-at.bofh.it> <t7Sj8-61m-17@gated-at.bofh.it> <t7SsO-64V-19@gated-at.bofh.it> <t7SCu-68H-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Feb 06, 2017 at 03:34:50PM +0100, Michal Hocko wrote:
> This part is not needed for the patch, strictly speaking but I wanted to
> make the code more future proof.

Understood.  I took an extra bit myself for marking the radix tree as
being used for an IDR (so the radix tree now uses 4 bits).  I see you
already split out the address space GFP mask from the other flags :-)
I would prefer not to do that with the radix tree, but I understand
your desire for more GFP bits.  I'm not entirely sure that an implicit
gfpmask makes a lot of sense for the radix tree, but it'd be a big effort
to change all the callers.  Anyway, I'm going to update your line here
for my current tree and add the build bug so we'll know if we ever hit
any problems.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6 v4] scope GFP_NOFS api Michal Hocko <mhocko@kernel.org> - 2017-02-06 15:10 +0100
  [PATCH 1/6] lockdep: allow to disable reclaim lockup detection Michal Hocko <mhocko@kernel.org> - 2017-02-06 15:20 +0100
    Re: [PATCH 1/6] lockdep: allow to disable reclaim lockup detection Matthew Wilcox <willy@infradead.org> - 2017-02-06 15:30 +0100
      Re: [PATCH 1/6] lockdep: allow to disable reclaim lockup detection Michal Hocko <mhocko@kernel.org> - 2017-02-06 15:40 +0100
        Re: [PATCH 1/6] lockdep: allow to disable reclaim lockup detection Matthew Wilcox <willy@infradead.org> - 2017-02-06 16:30 +0100
          Re: [PATCH 1/6] lockdep: allow to disable reclaim lockup detection Michal Hocko <mhocko@kernel.org> - 2017-02-06 16:40 +0100

csiph-web