- hwrng-fix-intel-probe-error-unwind.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     hwrng: fix intel probe error unwind

has been removed from the -mm tree.  Its filename is

     hwrng-fix-intel-probe-error-unwind.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: hwrng: fix intel probe error unwind
From: Michael Buesch <mb@xxxxxxxxx>

The intel hwrng leaks an iomapped resource, if hwrng_register() failes.
This fixes it.

Signed-off-by: Michael Buesch <mb@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/char/hw_random/intel-rng.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/hw_random/intel-rng.c~hwrng-fix-intel-probe-error-unwind drivers/char/hw_random/intel-rng.c
--- a/drivers/char/hw_random/intel-rng.c~hwrng-fix-intel-probe-error-unwind
+++ a/drivers/char/hw_random/intel-rng.c
@@ -164,7 +164,7 @@ static int __init mod_init(void)
 	if (err) {
 		printk(KERN_ERR PFX "RNG registering failed (%d)\n",
 		       err);
-		goto out;
+		goto err_unmap;
 	}
 out:
 	return err;
_

Patches currently in -mm which might be from mb@xxxxxxxxx are

origin.patch
omap-rng-build-fix.patch
git-netdev-all.patch
git-wireless-bcm43xx-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux