Skip to content
Snippets Groups Projects
Select Git revision
  • 0f0836b7eb1b9d14862ee40c7856227a3ead70db
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

kernel

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Pull livepatching updates from Jiri Kosina:
    
     - RO/NX attribute fixes for patch module relocations from Josh
       Poimboeuf.  As part of this effort, module.c has been cleaned up as
       well and livepatching is piggy-backing on this cleanup.  Rusty is OK
       with this whole lot going through livepatching tree.
    
     - symbol disambiguation support from Chris J Arges.  That series is
       also
    
    Reviewed-by: default avatarMiroslav Benes <mbenes@suse.cz>
    
       but this came in only after I've alredy pushed out.  Didn't want to
       rebase because of that, hence I am mentioning it here.
    
     - symbol lookup fix from Miroslav Benes
    
    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching:
      livepatch: Cleanup module page permission changes
      module: keep percpu symbols in module's symtab
      module: clean up RO/NX handling.
      module: use a structure to encapsulate layout.
      gcov: use within_module() helper.
      module: Use the same logic for setting and unsetting RO/NX
      livepatch: function,sympos scheme in livepatch sysfs directory
      livepatch: add sympos as disambiguator field to klp_reloc
      livepatch: add old_sympos as disambiguator field to klp_func
    0f0836b7
    History