linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lucas De Marchi <lucas.de.marchi@gmail.com>
To: Marc-Antoine Perennou <Marc-Antoine@perennou.com>
Cc: linux-modules <linux-modules@vger.kernel.org>
Subject: Re: [PATCH] insmod: fix wron fallthrough of -f
Date: Fri, 20 Nov 2015 19:34:47 -0200	[thread overview]
Message-ID: <CAKi4VA+OqbUn1+jc3CC5cy3fb182GRut14jZ6OzMjyUh95KKBQ@mail.gmail.com> (raw)
In-Reply-To: <1448054594-1748-1-git-send-email-Marc-Antoine@Perennou.com>

Hi,

On Fri, Nov 20, 2015 at 7:23 PM, Marc-Antoine Perennou
<Marc-Antoine@perennou.com> wrote:
> Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
> ---
>  tools/insmod.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tools/insmod.c b/tools/insmod.c
> index 045fd2c..c422971 100644
> --- a/tools/insmod.c
> +++ b/tools/insmod.c
> @@ -81,6 +81,8 @@ static int do_insmod(int argc, char *argv[])
>                 switch (c) {
>                 case 'p':
>                 case 's':
> +                       /* ignored, for compatibility only */
> +                       break;
>                 case 'f':
>                         flags |= KMOD_PROBE_FORCE_MODVERSION;
>                         flags |= KMOD_PROBE_FORCE_VERMAGIC;
> --

Applied, thanks.

Lucas De Marchi

      reply	other threads:[~2015-11-20 21:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-20 21:23 [PATCH] insmod: fix wron fallthrough of -f Marc-Antoine Perennou
2015-11-20 21:34 ` Lucas De Marchi [this message]

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=CAKi4VA+OqbUn1+jc3CC5cy3fb182GRut14jZ6OzMjyUh95KKBQ@mail.gmail.com \
    --to=lucas.de.marchi@gmail.com \
    --cc=Marc-Antoine@perennou.com \
    --cc=linux-modules@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).