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


Groups > linux.kernel > #1393238

Re: [RFC PATCH v2 15/18] livepatch: move patching functions into patch.c

From Petr Mladek <pmladek@suse.com>
Newsgroups linux.kernel
Subject Re: [RFC PATCH v2 15/18] livepatch: move patching functions into patch.c
Date 2016-05-03 11:40 +0200
Message-ID <ruEYa-5FG-11@gated-at.bofh.it> (permalink)
References <rt12N-1W5-3@gated-at.bofh.it> <rt12N-1W5-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu 2016-04-28 15:44:46, Josh Poimboeuf wrote:
> Move functions related to the actual patching of functions and objects
> into a new patch.c file.
> 
> diff --git a/kernel/livepatch/patch.c b/kernel/livepatch/patch.c
> new file mode 100644
> index 0000000..782fbb5
> --- /dev/null
> +++ b/kernel/livepatch/patch.c
> @@ -0,0 +1,213 @@
> +/*
> + * patch.c - livepatch patching functions
> + *
> + * Copyright (C) 2014 Seth Jennings <sjenning@redhat.com>
> + * Copyright (C) 2014 SUSE
> + * Copyright (C) 2015 Josh Poimboeuf <jpoimboe@redhat.com
                                                         ^^^^^^

Missing '>' ;-)

Best Regards,
Petr

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


Thread

[RFC PATCH v2 15/18] livepatch: move patching functions into patch.c Josh Poimboeuf <jpoimboe@redhat.com> - 2016-04-28 22:50 +0200
  Re: [RFC PATCH v2 15/18] livepatch: move patching functions into  patch.c Petr Mladek <pmladek@suse.com> - 2016-05-03 11:40 +0200

csiph-web