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 Feb 2008 14:25:02 -0800
From:	<gregkh@...e.de>
To:	James.Bottomley@...senPartnership.com, greg@...ah.com,
	gregkh@...e.de, linux-kernel@...r.kernel.org,
	linux-parisc@...r.kernel.org
Subject: patch pci-remove-parisc-consumer-of-the-pci-global_list.patch added to gregkh-2.6 tree


This is a note to let you know that I've just added the patch titled

     Subject: PCI: remove parisc consumer of the pci global_list

to my gregkh-2.6 tree.  Its filename is

     pci-remove-parisc-consumer-of-the-pci-global_list.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From James.Bottomley@...senPartnership.com  Wed Feb 20 14:22:51 2008
From: James Bottomley <James.Bottomley@...senPartnership.com>
Date: Wed, 20 Feb 2008 15:14:24 -0600
Subject: PCI: remove parisc consumer of the pci global_list
To: Greg KH <greg@...ah.com>
Cc: Parisc List <linux-parisc@...r.kernel.org>, linux-kernel <linux-kernel@...r.kernel.org>
Message-ID: <1203542065.3109.42.camel@...alhost.localdomain>

Remove the parisc usage of the global_list, as it's not needed anymore.

Signed-off-by: James Bottomley <James.Bottomley@...senPartnership.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>

---
 drivers/parisc/dino.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/parisc/dino.c
+++ b/drivers/parisc/dino.c
@@ -496,7 +496,6 @@ dino_card_setup(struct pci_bus *bus, voi
 		list_for_each_safe(ln, tmp_ln, &bus->devices) {
 			struct pci_dev *dev = pci_dev_b(ln);
 
-			list_del(&dev->global_list);
 			list_del(&dev->bus_list);
 		}
 			


Patches currently in gregkh-2.6 which might be from James.Bottomley@...senPartnership.com are

pci/pci-remove-parisc-consumer-of-the-pci-global_list.patch
--
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