1. 05 May, 2018 1 commit
    • Gilad Ben-Yossef's avatar
      crypto: ccree - enable support for hardware keys · a794d8d8
      Gilad Ben-Yossef authored
      Enable CryptoCell support for hardware keys.
      
      Hardware keys are regular AES keys loaded into CryptoCell internal memory
      via firmware, often from secure boot ROM or hardware fuses at boot time.
      
      As such, they can be used for enc/dec purposes like any other key but
      cannot (read: extremely hard to) be extracted since since they are not
      available anywhere in RAM during runtime.
      
      The mechanism has some similarities to s390 secure keys although the keys
      are not wrapped or sealed, but simply loaded offline. The interface was
      therefore modeled based on the s390 secure keys support.
      Signed-off-by: default avatarGilad Ben-Yossef <gilad@benyossef.com>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      a794d8d8
  2. 28 Apr, 2018 11 commits
  3. 20 Apr, 2018 26 commits
  4. 16 Apr, 2018 2 commits
    • Linus Torvalds's avatar
      Linux 4.17-rc1 · 60cc43fc
      Linus Torvalds authored
      60cc43fc
    • Linus Torvalds's avatar
      Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux · e37563bb
      Linus Torvalds authored
      Pull more btrfs updates from David Sterba:
       "We have queued a few more fixes (error handling, log replay,
        softlockup) and the rest is SPDX updates that touche almost all files
        so the diffstat is long"
      
      * tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
        btrfs: Only check first key for committed tree blocks
        btrfs: add SPDX header to Kconfig
        btrfs: replace GPL boilerplate by SPDX -- sources
        btrfs: replace GPL boilerplate by SPDX -- headers
        Btrfs: fix loss of prealloc extents past i_size after fsync log replay
        Btrfs: clean up resources during umount after trans is aborted
        btrfs: Fix possible softlock on single core machines
        Btrfs: bail out on error during replay_dir_deletes
        Btrfs: fix NULL pointer dereference in log_dir_items
      e37563bb