]> Git Repo - linux.git/commit - drivers/scsi/scsi.c
scsi: Do not display buffer pointers in scsi_log_send()
authorHannes Reinecke <[email protected]>
Thu, 8 Jan 2015 06:43:49 +0000 (07:43 +0100)
committerChristoph Hellwig <[email protected]>
Fri, 9 Jan 2015 14:44:32 +0000 (15:44 +0100)
commita4a6afb477a9e724a6ff7204e4199f0c2cd97d6a
treee39e98a108671423f094f61c7071f04753aaf61d
parent2dd951ecd511756f405ae9324db87bb0159f6225
scsi: Do not display buffer pointers in scsi_log_send()

scsi_log_send() would display buffer pointer for higher logging levels.
This is not only of questionable value but also exposes kernel pointer to
userspace, which is discouraged in some setups. So drop this message
altogether.

Tested-by: Robert Elliott <[email protected]>
Reviewed-by: Robert Elliott <[email protected]>
Signed-off-by: Hannes Reinecke <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
drivers/scsi/scsi.c
This page took 0.055872 seconds and 4 git commands to generate.