Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391277
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Jessica Yu <jeyu@redhat.com> |
| Newsgroups | linux.kernel |
| Subject | Re: klp: make object/func-walking helpers more robust |
| Date | Fri, 29 Apr 2016 18:30:02 +0200 |
| Message-ID | <rtjsK-HD-7@gated-at.bofh.it> (permalink) |
| References | <rsVgL-4Ob-33@gated-at.bofh.it> |
| X-Original-To | Miroslav Benes <mbenes@suse.cz> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii; format=flowed |
| Content-Disposition | inline |
| X-Os | Linux eisen.io 3.16.0-4-amd64 x86_64 |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| X-Scanned-By | MIMEDefang 2.68 on 10.5.11.23 |
| X-Greylist | Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Fri, 29 Apr 2016 16:26:52 +0000 (UTC) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 20 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | jpoimboe@redhat.com, jikos@kernel.org, pmladek@suse.com, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Fri, 29 Apr 2016 12:26:49 -0400 |
| X-Original-Message-ID | <20160429162649.GB30409@packer-debian-8-amd64.digitalocean.com> |
| X-Original-References | <1461854048-31473-1-git-send-email-mbenes@suse.cz> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1391277 |
Show key headers only | View raw
+++ Miroslav Benes [28/04/16 16:34 +0200]: >Current object-walking helper checks the presence of obj->funcs to >determine the end of objs array in klp_object structure. This is >somewhat fragile because one can easily forget about funcs definition >during livepatch creation. In such a case the livepatch module is >successfully loaded and all objects after the incorrect one are omitted. >This is very confusing. Let's make the helper more robust and check also >for the other external member, name. Thus the helper correctly stops on >an empty item of the array. We need to have a check for obj->funcs in >klp_init_object() to make it work. > >The same applies to a func-walking helper. > >As a benefit we'll check for new_func member definition during the >livepatch initialization. There is no such check anywhere in the code >now. > >Signed-off-by: Miroslav Benes <mbenes@suse.cz> Acked-by: Jessica Yu <jeyu@redhat.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] klp: make object/func-walking helpers more robust Miroslav Benes <mbenes@suse.cz> - 2016-04-28 16:40 +0200
Re: klp: make object/func-walking helpers more robust Jessica Yu <jeyu@redhat.com> - 2016-04-28 20:30 +0200
Re: klp: make object/func-walking helpers more robust Josh Poimboeuf <jpoimboe@redhat.com> - 2016-04-28 23:20 +0200
Re: klp: make object/func-walking helpers more robust Miroslav Benes <mbenes@suse.cz> - 2016-04-29 09:50 +0200
Re: klp: make object/func-walking helpers more robust Jessica Yu <jeyu@redhat.com> - 2016-04-29 18:20 +0200
Re: klp: make object/func-walking helpers more robust Jiri Kosina <jikos@kernel.org> - 2016-04-29 10:40 +0200
Re: klp: make object/func-walking helpers more robust Jessica Yu <jeyu@redhat.com> - 2016-04-29 18:30 +0200
Re: [PATCH] klp: make object/func-walking helpers more robust Josh Poimboeuf <jpoimboe@redhat.com> - 2016-04-29 18:30 +0200
Re: [PATCH] klp: make object/func-walking helpers more robust Jiri Kosina <jikos@kernel.org> - 2016-04-30 00:10 +0200
csiph-web