Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: jdesfossez@efficios.com (Julien Desfossez)
Subject: [lttng-dev] [PATCH lttng-modules v5 2/5] Extract the FD sets in select and pselect6
Date: Mon, 25 Apr 2016 16:42:41 -0400	[thread overview]
Message-ID: <20160425204241.GC3399@sinkpad.home.lan> (raw)
In-Reply-To: <1461370612-15264-3-git-send-email-jdesfossez@efficios.com>

> +			if (inp) {
> +				tp_locvar->fds_in = kmalloc(
> +						tp_locvar->nr_ulong * sizeof(unsigned long),
> +						GFP_ATOMIC);

I replaced "GFP_ATOMIC" by "GFP_ATOMIC | GFP_NOWAIT" for every
allocation in this patch serie because ATOMIC does not imply NOWAIT.

Julien


  reply	other threads:[~2016-04-25 20:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-23  0:16 [lttng-dev] [PATCH lttng-modules v5 0/5] Extract payload from polling syscalls Julien Desfossez
2016-04-23  0:16 ` [lttng-dev] [PATCH lttng-modules v5 1/5] Add ctf_integer_bitfield_type Julien Desfossez
2016-04-23  0:16 ` [lttng-dev] [PATCH lttng-modules v5 2/5] Extract the FD sets in select and pselect6 Julien Desfossez
2016-04-25 20:42   ` Julien Desfossez [this message]
2016-04-29 18:13   ` Mathieu Desnoyers
2016-04-29 18:25     ` Mathieu Desnoyers
2016-04-23  0:16 ` [lttng-dev] [PATCH lttng-modules v5 3/5] Extract the FDs and flags from poll and ppoll Julien Desfossez
2016-04-29 18:31   ` Mathieu Desnoyers
2016-04-23  0:16 ` [lttng-dev] [PATCH lttng-modules v5 4/5] Extract the payload for epoll_ctl Julien Desfossez
2016-04-29 18:35   ` Mathieu Desnoyers
2016-04-23  0:16 ` [lttng-dev] [PATCH lttng-modules v5 5/5] Extract the payload of epoll_wait/epoll_pwait Julien Desfossez
2016-04-29 18:45   ` Mathieu Desnoyers

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=20160425204241.GC3399@sinkpad.home.lan \
    --to=jdesfossez@efficios.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox