13 Nov, 2019

1 commit

  • Remove SG_NONE and a related misleading comment. Update documentation.

    This patch does not affect behaviour as zero initialization is redundant.

    Cc: Jonathan Corbet
    Cc: Bartlomiej Zolnierkiewicz
    Cc: Jens Axboe
    Cc: Viresh Kumar
    Cc: Oliver Neukum
    Cc: Alan Stern
    Cc: Greg Kroah-Hartman
    Cc: usb-storage@lists.one-eyed-alien.net
    Link: https://lore.kernel.org/r/b4779b7a6563f6bd8d259ee457871c1c463c420e.1572656814.git.fthain@telegraphics.com.au
    Signed-off-by: Finn Thain
    Signed-off-by: Martin K. Petersen

    Finn Thain
     

21 May, 2019

1 commit

  • Add SPDX license identifiers to all files which:

    - Have no license information of any form

    - Have MODULE_LICENCE("GPL*") inside which was used in the initial
    scan/conversion to ignore the file

    These files fall under the project license, GPL v2 only. The resulting SPDX
    license identifier is:

    GPL-2.0-only

    Signed-off-by: Thomas Gleixner
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

20 Mar, 2019

1 commit


19 Dec, 2018

1 commit

  • Most SCSI drivers want to enable "clustering", that is merging of
    segments so that they might span more than a single page. Remove the
    ENABLE_CLUSTERING define, and require drivers to explicitly set
    DISABLE_CLUSTERING to disable this feature.

    Signed-off-by: Christoph Hellwig
    Signed-off-by: Martin K. Petersen

    Christoph Hellwig
     

18 Oct, 2018

1 commit


31 Jul, 2018

1 commit

  • tscam(), atp870_init(), atp880_init() and atp885_init() are never
    called in atomic context.
    They call mdelay() to busily wait, which is not necessary.
    mdelay() can be replaced with msleep().

    This is found by a static analysis tool named DCNS written by myself.

    Signed-off-by: Jia-Ju Bai
    Signed-off-by: Martin K. Petersen

    Jia-Ju Bai
     

02 Mar, 2018

1 commit

  • On 64 bit CPUs there is a memory corruption bug on probe(). It should
    be a u32 pointer instead of an unsigned long pointer or we write past
    the end of the setupdata[] array.

    Signed-off-by: Dan Carpenter
    Reviewed-by: Hannes Reinecke
    Signed-off-by: Martin K. Petersen

    Dan Carpenter
     

26 Nov, 2015

33 commits