All of lore.kernel.org
 help / color / mirror / Atom feed
From: GitHub <noreply at github.com>
To: tpm2@lists.01.org
Subject: [tpm2] [01org/tpm2-tools] 1c2027: add missing license header to files
Date: Wed, 30 Aug 2017 08:22:10 -0700	[thread overview]
Message-ID: <59a6d82210e33_1e34f3fcfafa7bc3c30578@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> (raw)

[-- Attachment #1: Type: text/plain, Size: 3920 bytes --]

  Branch: refs/heads/master
  Home:   https://github.com/01org/tpm2-tools
  Commit: 1c202719675193d062bd93292b748b166c95d4cc
      https://github.com/01org/tpm2-tools/commit/1c202719675193d062bd93292b748b166c95d4cc
  Author: William Roberts <william.c.roberts(a)intel.com>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
    M .ci/coveralls-upload.sh
    M .ci/travis-build-and-run-tests.sh
    M lib/files.c
    M lib/files.h
    M lib/log.c
    M lib/log.h
    M lib/pcr.c
    M lib/pcr.h
    M lib/tpm2_alg_util.c
    M lib/tpm2_alg_util.h
    M lib/tpm2_nv_util.c
    M lib/tpm2_nv_util.h
    M lib/tpm2_password_util.c
    M lib/tpm2_password_util.h
    M lib/tpm2_policy.c
    M lib/tpm2_policy.h
    M lib/tpm2_util.c
    M lib/tpm2_util.h
    M lib/tpm_hash.c
    M lib/tpm_hash.h
    M test/system/yaml_get.py

  Log Message:
  -----------
  add missing license header to files

Signed-off-by: William Roberts <william.c.roberts(a)intel.com>


  Commit: 534d72d82d248a382a4130459fa1b10acc27114d
      https://github.com/01org/tpm2-tools/commit/534d72d82d248a382a4130459fa1b10acc27114d
  Author: William Roberts <william.c.roberts(a)intel.com>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
    M test/system/test_algs.sh
    M test/system/test_algs_tpm2_encryptdecrypt.sh
    M test/system/test_algs_tpm2_getpubak.sh
    M test/system/test_algs_tpm2_getpubek.sh
    M test/system/test_algs_tpm2_hmac.sh
    M test/system/test_algs_tpm2_quote.sh
    M test/system/test_algs_tpm2_readpublic.sh
    M test/system/test_algs_tpm2_sign.sh
    M test/system/test_algs_tpm2_unseal.sh
    M test/system/test_algs_tpm2_verifysignature.sh
    M test/system/test_all.sh
    M test/system/test_smoking.sh
    M test/system/test_tpm2_activecredential.sh
    M test/system/test_tpm2_akparse.sh
    M test/system/test_tpm2_certify.sh
    M test/system/test_tpm2_create_all.sh
    M test/system/test_tpm2_createpolicy.sh
    M test/system/test_tpm2_createprimary_all.sh
    M test/system/test_tpm2_dictionarylockout.sh
    M test/system/test_tpm2_dump_capability.sh
    M test/system/test_tpm2_encryptdecrypt.sh
    M test/system/test_tpm2_evictcontrol.sh
    M test/system/test_tpm2_getmanufec.sh
    M test/system/test_tpm2_getpubak.sh
    M test/system/test_tpm2_getpubek.sh
    M test/system/test_tpm2_getrandom.sh
    M test/system/test_tpm2_getrandom_func.sh
    M test/system/test_tpm2_hash.sh
    M test/system/test_tpm2_hash_all.sh
    M test/system/test_tpm2_hmac.sh
    M test/system/test_tpm2_load.sh
    M test/system/test_tpm2_loadexternal.sh
    M test/system/test_tpm2_makecredential.sh
    M test/system/test_tpm2_nv.sh
    M test/system/test_tpm2_pcrevent.sh
    M test/system/test_tpm2_pcrextend.sh
    M test/system/test_tpm2_pcrlist.sh
    M test/system/test_tpm2_quote.sh
    M test/system/test_tpm2_rc_decode.sh
    M test/system/test_tpm2_readpublic.sh
    M test/system/test_tpm2_rsadecrypt.sh
    M test/system/test_tpm2_rsaencrypt.sh
    M test/system/test_tpm2_send_command.sh
    M test/system/test_tpm2_sign.sh
    M test/system/test_tpm2_startup.sh
    M test/system/test_tpm2_takeownership_all.sh
    M test/system/test_tpm2_unseal.sh
    M test/system/test_tpm2_verifysignature.sh

  Log Message:
  -----------
  test: fix shebang interpreter magic

The kernel checks the first two bytes of a file for certain
magic values. If they are a particular value, the kernel
invokes the path after the magic (ie the interpreter).

The shell scripts started with a comment block, so when
passed directly to an exec family of calls, they fail.

Fix this by putting the shebang magic at the begining,
before the license stanza.

Signed-off-by: William Roberts <william.c.roberts(a)intel.com>


Compare: https://github.com/01org/tpm2-tools/compare/c9b3d9a34aec...534d72d82d24

                 reply	other threads:[~2017-08-30 15:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=59a6d82210e33_1e34f3fcfafa7bc3c30578@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail \
    --to=tpm2@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.