linux/arch/x86/kernel/cpu/sgx
Linus Torvalds ab29622157 whack-a-mole: cropped up open-coded file_inode() uses...
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQQqUNBr3gm4hGXdBJlZ7Krx/gZQ6wUCYzxj0gAKCRBZ7Krx/gZQ
 66/1AQC/KfIAINNOPxozsZaxOaOKo0ouVJ7sJV4ZGsPKpU69gwD/UodJZCtyZ52h
 wwkmfzTDjAgGt1QCKj96zk2XFqg4swE=
 =u0pv
 -----END PGP SIGNATURE-----

Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull file_inode() updates from Al Vrio:
 "whack-a-mole: cropped up open-coded file_inode() uses..."

* tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  orangefs: use ->f_mapping
  _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mapping
  dma_buf: no need to bother with file_inode()->i_mapping
  nfs_finish_open(): don't open-code file_inode()
  bprm_fill_uid(): don't open-code file_inode()
  sgx: use ->f_mapping...
  exfat_iterate(): don't open-code file_inode(file)
  ibmvmc: don't open-code file_inode()
2022-10-06 17:22:11 -07:00
..
driver.c
driver.h
encl.c whack-a-mole: cropped up open-coded file_inode() uses... 2022-10-06 17:22:11 -07:00
encl.h x86/sgx: Improve comments for sgx_encl_lookup/alloc_backing() 2022-08-15 11:51:49 +02:00
encls.h x86/sgx: Add wrapper for SGX2 EAUG function 2022-07-07 10:13:01 -07:00
ioctl.c x86/sgx: Free up EPC pages directly to support large page ranges 2022-07-07 10:13:03 -07:00
main.c x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxd 2022-09-08 13:27:44 -07:00
Makefile
sgx.h x86/sgx: Free up EPC pages directly to support large page ranges 2022-07-07 10:13:03 -07:00
virt.c