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


Groups > linux.kernel > #1230588 > unrolled thread

Re: [PATCH 07/11] x86/mm: Remove pgd_list use from vmalloc_sync_all()

Started byLinus Torvalds <torvalds@linux-foundation.org>
First post2015-09-22 20:00 +0200
Last post2015-09-22 20:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 07/11] x86/mm: Remove pgd_list use from vmalloc_sync_all() Linus Torvalds <torvalds@linux-foundation.org> - 2015-09-22 20:00 +0200

#1230588 — Re: [PATCH 07/11] x86/mm: Remove pgd_list use from vmalloc_sync_all()

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2015-09-22 20:00 +0200
SubjectRe: [PATCH 07/11] x86/mm: Remove pgd_list use from vmalloc_sync_all()
Message-ID<qbA1e-46k-73@gated-at.bofh.it>
On Mon, Sep 21, 2015 at 11:23 PM, Ingo Molnar <mingo@kernel.org> wrote:
> +
> +               for_each_process(g) {
> +                       struct task_struct *p;
> +                       struct mm_struct *mm;
> +
> +                       p = find_lock_task_mm(g);
> +                       if (!p)
> +                               continue;
...
> +                       task_unlock(p);

You know the drill by now..

                Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web