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:	Mon, 2 Dec 2013 15:50:57 -0500
From:	Josh Boyer <jwboyer@...oraproject.org>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	"Linux-Kernel@...r. Kernel. Org" <linux-kernel@...r.kernel.org>,
	"stable@...r.kernel.org" <stable@...r.kernel.org>,
	Alistair Popple <alistair@...ple.id.au>,
	Tejun Heo <tj@...nel.org>
Subject: Re: [PATCH 3.12 056/212] ahci: add support for IBM Akebono platform device

On Mon, Dec 2, 2013 at 2:14 PM, Greg Kroah-Hartman
<gregkh@...uxfoundation.org> wrote:
> 3.12-stable review patch.  If anyone has any objections, please let me know.
>
> ------------------
>
> From: Alistair Popple <alistair@...ple.id.au>
>
> commit 2435dcb98cfe13c246aa27df393e22bc24bbcd20 upstream.
>
> The new IBM Akebono board has a PPC476GTR SoC with an AHCI compliant
> SATA controller. This patch adds a compatible property for the new SoC
> to the AHCI platform driver.
>
> Signed-off-by: Alistair Popple <alistair@...ple.id.au>
> Signed-off-by: Tejun Heo <tj@...nel.org>
> Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

This one is a little funny.  There's really nothing wrong with the
patch itself, nor adding it to 3.12.y, but it seems pretty pointless.
The support for the Akebono board hasn't even landed in 3.13-rcX yet,
and I really doubt it's going to show up in 3.12.y.  Seems kind of
superfluous.

josh

>
> ---
>  drivers/ata/ahci_platform.c |    1 +
>  1 file changed, 1 insertion(+)
>
> --- a/drivers/ata/ahci_platform.c
> +++ b/drivers/ata/ahci_platform.c
> @@ -328,6 +328,7 @@ static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ah
>  static const struct of_device_id ahci_of_match[] = {
>         { .compatible = "snps,spear-ahci", },
>         { .compatible = "snps,exynos5440-ahci", },
> +       { .compatible = "ibm,476gtr-ahci", },
>         {},
>  };
>  MODULE_DEVICE_TABLE(of, ahci_of_match);
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe stable" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
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