lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20171227152001.GB20967@kroah.com> Date: Wed, 27 Dec 2017 16:20:01 +0100 From: Greg KH <gregkh@...uxfoundation.org> To: Stanislav Nijnikov <stanislav.nijnikov@....com> Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org, alex.lemberg@....com Subject: Re: [PATCH v2 1/9] ufs: sysfs: device descriptor On Wed, Dec 27, 2017 at 05:13:39PM +0200, Stanislav Nijnikov wrote: > diff --git a/drivers/scsi/ufs/ufs-sysfs.c b/drivers/scsi/ufs/ufs-sysfs.c > new file mode 100644 > index 0000000..63a8e68 > --- /dev/null > +++ b/drivers/scsi/ufs/ufs-sysfs.c > @@ -0,0 +1,158 @@ > +#include <linux/err.h> > +#include <linux/string.h> > + > +#include "ufs.h" > +#include "ufs-sysfs.h" No SPDX license information or copyright info for this file? That's brave :( > diff --git a/drivers/scsi/ufs/ufs-sysfs.h b/drivers/scsi/ufs/ufs-sysfs.h > new file mode 100644 > index 0000000..369ba21 > --- /dev/null > +++ b/drivers/scsi/ufs/ufs-sysfs.h > @@ -0,0 +1,10 @@ > +#ifndef __UFS_SYSFS_H__ > +#define __UFS_SYSFS_H__ Same comment here. thanks, greg k-h
Powered by blists - more mailing lists