-
v3.2.32 This is the 3.2.32 stable release
-
v3.7-rc1 Linux 3.7-rc1
-
v3.6.2 This is the 3.6.2 stable release
-
v3.5.7 This is the 3.5.7 stable release
-
u3.5.7 u3.5.7
-
v3.4.14 This is the 3.4.14 stable release
-
v3.0.46 This is the 3.0.46 stable release
-
for-linus-merge-3.7 The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d: Linux 3.6-rc4 (2012-09-01 10:39:58 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-next for you to fetch changes up to 552aad02a283ee88406b102b4d6455eef7127196: 9P: Fix race between p9_write_work() and p9_fd_request() (2012-09-17 14:54:11 -0500) ---------------------------------------------------------------- Jeff Layton (1): 9p: don't use __getname/__putname for uname/aname Jim Meyering (1): fs/9p: avoid debug OOPS when reading a long symlink Simon Derr (5): net/9p: Check errno validity 9P: Fix race in p9_read_work() 9P: fix test at the end of p9_write_work() 9P: Fix race in p9_write_work() 9P: Fix race between p9_write_work() and p9_fd_request() fs/9p/v9fs.c | 30 +++++++++++++++++++----------- fs/9p/vfs_inode.c | 8 ++++---- net/9p/client.c | 18 ++++++++++++++++-- net/9p/trans_fd.c | 38 ++++++++++++++++++++------------------ 4 files changed, 59 insertions(+), 35 deletions(-) Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
-
v3.2.31 This is the 3.2.31 stable release
-
v2.6.32.60 This is the 2.6.32.60 stable release
-
v3.6.1 This is the 3.6.1 stable release
-
v3.5.6 This is the 3.5.6 stable release
-
v3.4.13 This is the 3.4.13 stable release
-
v3.0.45 This is the 3.0.45 stable release
-
v3.5.5 This is the 3.5.5 stable release
-
v3.4.12 This is the 3.4.12 stable release
-
v3.0.44 This is the 3.0.44 stable release
-
for-3.7 PCI changes for the 3.7 merge window: Host bridge hotplug - Protect acpi_pci_drivers and acpi_pci_roots (Taku Izumi) - Clear host bridge resource info to avoid issue when releasing (Yinghai Lu) - Notify acpi_pci_drivers when hot-plugging host bridges (Jiang Liu) - Use standard list ops for acpi_pci_drivers (Jiang Liu) Device hotplug - Use pci_get_domain_bus_and_slot() to close hotplug races (Jiang Liu) - Remove fakephp driver (Bjorn Helgaas) - Fix VGA ref count in hotplug remove path (Yinghai Lu) - Allow acpiphp to handle PCIe ports without native hotplug (Jiang Liu) - Implement resume regardless of pciehp_force param (Oliver Neukum) - Make pci_fixup_irqs() work after init (Thierry Reding) Miscellaneous - Add pci_pcie_type(dev) and remove pci_dev.pcie_type (Yijing Wang) - Factor out PCI Express Capability accessors (Jiang Liu) - Add pcibios_window_alignment() so powerpc EEH can use generic resource assignment (Gavin Shan) - Make pci_error_handlers const (Stephen Hemminger) - Cleanup drivers/pci/remove.c (Bjorn Helgaas) - Improve Vendor-Specific Extended Capability support (Bjorn Helgaas) - Use standard list ops for bus->devices (Bjorn Helgaas) - Avoid kmalloc in pci_get_subsys() and pci_get_class() (Feng Tang) - Reassign invalid bus number ranges (Intel DP43BF workaround) (Yinghai Lu)