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:	Tue, 30 Apr 2013 18:59:13 +0200
From:	Alexander Graf <agraf@...e.de>
To:	Robert Richter <rric@...nel.org>
Cc:	Jeff Garzik <jgarzik@...ox.com>, linux-ide@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Robert Richter <robert.richter@...xeda.com>,
	Rob Herring <rob.herring@...xeda.com>, stable@...r.kernel.org
Subject: Re: [PATCH] sata_highbank: Rename proc_name to the module name

On 04/30/2013 06:57 PM, Robert Richter wrote:
> From: Robert Richter<robert.richter@...xeda.com>
>
> mkinitrd looks at /sys/class/scsi_host/host$hostnum/proc_name to find
> the module name of a disk driver. Current name is "highbank-ahci" but
> the module is "sata_highbank". Rename it to match the module name.
>
> Cc: Rob Herring<rob.herring@...xeda.com>
> Cc: Alexander Graf<agraf@...e.de>
> Cc:<stable@...r.kernel.org>  v3.7..
> Signed-off-by: Robert Richter<robert.richter@...xeda.com>

Acked-by: Alexander Graf <agraf@...e.de>


Alex

> ---
>   drivers/ata/sata_highbank.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c
> index 5dba77c..b1a664a 100644
> --- a/drivers/ata/sata_highbank.c
> +++ b/drivers/ata/sata_highbank.c
> @@ -251,7 +251,7 @@ static const struct ata_port_info ahci_highbank_port_info = {
>   };
>
>   static struct scsi_host_template ahci_highbank_platform_sht = {
> -	AHCI_SHT("highbank-ahci"),
> +	AHCI_SHT("sata_highbank"),
>   };
>
>   static const struct of_device_id ahci_of_match[] = {

--
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