]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Dec 2016 19:12:25 +0000 (11:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Dec 2016 19:12:25 +0000 (11:12 -0800)
Pull trivial updates from Jiri Kosina.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial:
  NTB: correct ntb_spad_count comment typo
  misc: ibmasm: fix typo in error message
  Remove references to dead make variable LINUX_INCLUDE
  Remove last traces of ikconfig.h
  treewide: Fix printk() message errors
  Documentation/device-mapper: s/getsize/getsz/

1  2 
Documentation/device-mapper/dm-crypt.txt
drivers/acpi/Kconfig
drivers/firmware/efi/libstub/Makefile
drivers/net/ethernet/qlogic/qed/qed_int.c
drivers/net/ethernet/qlogic/qed/qed_sp_commands.c
drivers/net/wireless/ath/wil6210/txrx.c
drivers/usb/dwc3/gadget.c

index 6f15fcea9566f3fe09374e4413aeee9654f373c2,5e87b362ab0ecfd1abfe5729b583bcf5c2e40403..ff1f87bf26e8ad10e7327ecd74a87cb3a6e64058
@@@ -102,15 -85,9 +102,15 @@@ https://gitlab.com/cryptsetup/cryptsetu
  [[
  #!/bin/sh
  # Create a crypt device using dmsetup
- dmsetup create crypt1 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 babebabebabebabebabebabebabebabe 0 $1 0"
+ dmsetup create crypt1 --table "0 `blockdev --getsz $1` crypt aes-cbc-essiv:sha256 babebabebabebabebabebabebabebabe 0 $1 0"
  ]]
  
 +[[
 +#!/bin/sh
 +# Create a crypt device using dmsetup when encryption key is stored in keyring service
 +dmsetup create crypt2 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 :32:logon:my_prefix:my_key 0 $1 0"
 +]]
 +
  [[
  #!/bin/sh
  # Create a crypt device using cryptsetup and LUKS header with default cipher
Simple merge
Simple merge
Simple merge