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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 20 Apr 2011 22:58:30 +0800
From:	li jianyun <jianyunff@...il.com>
To:	Greg KH <greg@...ah.com>
Cc:	James.Bottomley@...e.de, linux-scsi@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org
Subject: Re: [PATCH] Add Marvell UMI driver

Hi Grep KH
      thanks for your remind,I am a beginner,and don't know how to
send patch to kernel.
I will update the Signed-off-by. Do I need update the subject to
"[PATCH][RESEND] Add Marvell UMI driver" when I resend this patch?
     thanks for your patient.


2011/4/20 Greg KH <greg@...ah.com>:
> On Wed, Apr 20, 2011 at 10:02:19PM +0800, Li Jianyun wrote:
>>
>>       The Marvell Universal Message Interface (UMI) defines a messaging
>> interface between host and Marvell products. It considers situations of
>> limited system resource and optimized system performance.
>>       UMI driver translates host request to message and sends message to
>> FW via UMI, FW receives message and processes it, then sends response to
>> UMI driver.
>>       FW generates an interrupt when it needs to send information or
>> responseto UMI driver.
>>
>> Signed-off-by: Jianyun Li <jianyunff@...il.com>
>
> Why not sign off using your marvell.com email address?
>
>> +++ b/drivers/scsi/mvumi.c
>> @@ -0,0 +1,2245 @@
>> +/*
>> + * Marvell UMI driver
>> + *
>> + * Copyright 2011 Marvell. <jyli@...vell.com>
>> + *
>> + * This file is licensed under GPLv2.
>> + *
>> + * This program is free software; you can redistribute it and/or
>> + * modify it under the terms of the GNU General Public License as
>> + * published by the Free Software Foundation; version 2 of the
>> + * License.
>> + *
>> + * This program is distributed in the hope that it will be useful,
>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
>> + * General Public License for more details.
>> + *
>> + * You should have received a copy of the GNU General Public License
>> + * along with this program; if not, write to the Free Software
>> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
>> + * USA
>
> Unless you are willing to track the office location of the FSF for the
> next 40 years, and send patches updating it here, just drop this
> paragraph, it's pointless, as the person _did_ get a copy with the
> kernel.
>
> thanks,
>
> greg k-h
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ