[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 08/17] livepatch/tests: Make sure all .livepatch.funcs sections are read-only
On Tue, Sep 12, 2017 at 08:49:55AM -0600, Jan Beulich wrote: > >>> On 12.09.17 at 02:37, <konrad@xxxxxxxxxx> wrote: > > --- a/xen/test/livepatch/Makefile > > +++ b/xen/test/livepatch/Makefile > > @@ -54,6 +54,7 @@ xen_hello_world.o: config.h livepatch_depends.h > > $(LIVEPATCH): xen_hello_world_func.o xen_hello_world.o > > $(LD) $(LDFLAGS) $(build_id_linker) -r -o $(LIVEPATCH) $^ > > $(OBJCOPY) --strip-debug --strip-symbol=$(NOTE_SYMBOL) $@ > > + $(OBJCOPY) --set-section-flags .livepatch.funcs=alloc,readonly $@ > > Why multiple objcopy invocations? <scratches his head> I honestly have no idea. I converted it over to be \ and then have --set-section-flags on the same column as --strip-debug. > > Jan > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |