Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wip 10114 giant #2963

Merged
2 commits merged into from Nov 19, 2014
Merged

Wip 10114 giant #2963

2 commits merged into from Nov 19, 2014

Commits on Nov 18, 2014

  1. Add annotation to all assembly files to turn off stack-execute bit

    See discussion in http://tracker.ceph.com/issues/10114
    
    Building with these changes allows output from readelf like this:
    
     $ readelf -lW src/.libs/librados.so.2 | grep GNU_STACK
      GNU_STACK      0x000000 0x0000000000000000 0x0000000000000000 0x000000
    0x000000 RW  0x8
    
    (note the absence of 'X' in 'RW')
    
    Fixes: #10114
    Signed-off-by: Dan Mick <dan.mick@redhat.com>
    (cherry picked from commit 06a245a)
    dmick committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    1bba388 View commit details
    Browse the repository at this point in the history
  2. erasure-code isa-l: remove duplicated lines (fix warning)

    06a245a added a section def to assembly files; I added it twice to
    this file.  There's no damage, but a compiler warning (on machines with
    yasm installed)
    
    Signed-off-by: Dan Mick <dan.mick@redhat.com>
    (cherry picked from commit 10f6ef1)
    dmick committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    46bd344 View commit details
    Browse the repository at this point in the history