~ubuntu-branches/ubuntu/gutsy/linux-source-2.6.22/gutsy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Ben Collins, Amit Kucheria, Ben Collins, Chuck Short, Eric Piel, Ryan Lortie, Upstream Kernel Changes
  • Date: 2007-07-28 12:30:53 UTC
  • Revision ID: james.westby@ubuntu.com-20070728123053-65ubtugy8uizrtqh
Tags: 2.6.22-9.19
[Amit Kucheria]

* Fix for FTBFS bug 123178
* Fix for FTBFS bug 123178
* Add devices to USB quirks to prevent USB autosuspend
* More devices added to USB quirks
  - LP: #85488
* Support for ENE CB-712/4 SD card reader
* Reorder quirk list based on Vendor/Product ID

[Ben Collins]

* ubuntu: Enable HOTPLUG_CPU in sparc64-smp config.
* ubuntu: Add xen to amd64 custom builds
* ubuntu: Update real-time kernel to -rt4
* rt: Patch from Alessio Igor Bogani <abogani@texware.it> for RT-8

[Chuck Short]

* IDE: add MHV2080BH to NCQ blacklist
* XEN: update to 2.6.22 final and amd64 support.
* NET: Add more pci-ids to zd1211rw
* IDE: add new PCI ID
* USB: fix oops in ftdi_sio

[Eric Piel]

* ACPI: Allow custom DSDT tables to be loaded from initramfs

[Ryan Lortie]

* Macbook calibration loop fix
  - LP: #54621

[Upstream Kernel Changes]

* NETFILTER: {ip, nf}_conntrack_sctp: fix remotely triggerable NULL ptr
  dereference (CVE-2007-2876)
* Linux 2.6.22.1
* [SPARC64]: Use KERN_ERR in sun4v IRQ printk()'s.
* [SPARC64]: Add LDOM virtual channel driver and VIO device layer.
* [SPARC64]: Add Sun LDOM virtual network driver.
* [SPARC64]: Add Sun LDOM virtual disk driver.
* [SPARC64]: Create proper obppath sysfs files for VIO bus devices.
* [SPARC64] LDC: Do limited polled retry on setting RX queue head.
* [SUNVNET]: Validate RX descriptor size field.
* [SPARC64]: Add missing symbol exports for LDOM infrastructure.
* [SPARC64]: Temporary workaround for LDC INO double-delivery.
* [SPARC64]: Create 'devspec' nodes for vio devices.
* [SPARC64]: vdev->type can be NULL, handle this in devspec_show().
* [SPARC64]: Assorted LDC bug cures.
* [SPARC64]: Add domain-services nodes to VIO device tree.
* [SPARC64]: Export powerd facilities for external entities.
* [SPARC64]: Initial domain-services driver.
* [SPARC64]: Use more mearningful names for IRQ registry.
* [SPARC64]: Abstract out mdesc accesses for better MD update handling.
* [SPARC64]: Fix MD property lifetime bugs.
* [SPARC64]: Fix setting of variables in LDOM guest.
* [SPARC64]: Initial LDOM cpu hotplug support.
* [SPARC64]: Unconditionally register vio_bus_type.
* [SPARC64]: Fix build regressions added by dr-cpu changes.
* [SPARC64]: mdesc.c needs linux/mm.h
* [SPARC64]: SMP build fixes.
* [SPARC64]: More sensible udelay implementation.
* [SPARC64]: Process dr-cpu events in a kthread instead of workqueue.
* [SPARC64]: Add ->set_affinity IRQ handlers.
* [SPARC64]: Fix leak when DR added cpu does not bootup.
* [SPARC64]: Clear cpu_{core,sibling}_map[] in
  smp_fill_in_sib_core_maps()
* [SPARC64]: Give more accurate errors in dr_cpu_configure().
* [SERIAL]: Fix console write locking in sparc drivers.
* [TIMER]: Fix clockevent notifications on 64-bit.
* [SPARC64]: dr-cpu unconfigure support.
* [SPARC64]: Fix UP build.
* [SPARC64]: SMP build fix.
* [SPARC64]: Fix race between MD update and dr-cpu add.
* [SERIAL] SUNHV: Fix jerky console on LDOM guests.
* [SPARC64]: Kill explicit %gl register reference.
* [SPARC64]: Add basic infrastructure for MD add/remove notification.
* [SPARC64]: Simplify VDC device probing.
* [SPARC64]: Simplify VNET probing.
* [SPARC64]: Massively simplify VIO device layer and support hot
  add/remove.
* [SPARC64]: Handle LDC resets properly in domain-services driver.
* [SPARC64]: Handle reset events in vio_link_state_change().
* [SPARC64]: Fix reset handling in VNET driver.
* [SPARC64]: Set vio->desc_buf to NULL after freeing.
* [SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.
* [SPARC64]: Fix device type matching in VIO's devspec_show().
* Add empty <asm-parisc/vga.h>
* Add dummy isa_(bus|virt)_to_(virt|bus) inlines
* Clean up sti_flush
* Do not allow STI_CONSOLE to be modular
* Use compat_sys_getdents

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
linux-source-2.6.22 (2.6.22-9.19) gutsy; urgency=low
 
2
 
 
3
  [Amit Kucheria]
 
4
 
 
5
  * Fix for FTBFS bug 123178
 
6
  * Fix for FTBFS bug 123178
 
7
  * Add devices to USB quirks to prevent USB autosuspend
 
8
  * More devices added to USB quirks
 
9
    - LP: #85488
 
10
  * Support for ENE CB-712/4 SD card reader
 
11
  * Reorder quirk list based on Vendor/Product ID
 
12
 
 
13
  [Ben Collins]
 
14
 
 
15
  * ubuntu: Enable HOTPLUG_CPU in sparc64-smp config.
 
16
  * ubuntu: Add xen to amd64 custom builds
 
17
  * ubuntu: Update real-time kernel to -rt4
 
18
  * rt: Patch from Alessio Igor Bogani <abogani@texware.it> for RT-8
 
19
 
 
20
  [Chuck Short]
 
21
 
 
22
  * IDE: add MHV2080BH to NCQ blacklist
 
23
  * XEN: update to 2.6.22 final and amd64 support.
 
24
  * NET: Add more pci-ids to zd1211rw
 
25
  * IDE: add new PCI ID
 
26
  * USB: fix oops in ftdi_sio
 
27
 
 
28
  [Eric Piel]
 
29
 
 
30
  * ACPI: Allow custom DSDT tables to be loaded from initramfs
 
31
 
 
32
  [Ryan Lortie]
 
33
 
 
34
  * Macbook calibration loop fix
 
35
    - LP: #54621
 
36
 
 
37
  [Upstream Kernel Changes]
 
38
 
 
39
  * NETFILTER: {ip, nf}_conntrack_sctp: fix remotely triggerable NULL ptr
 
40
    dereference (CVE-2007-2876)
 
41
  * Linux 2.6.22.1
 
42
  * [SPARC64]: Use KERN_ERR in sun4v IRQ printk()'s.
 
43
  * [SPARC64]: Add LDOM virtual channel driver and VIO device layer.
 
44
  * [SPARC64]: Add Sun LDOM virtual network driver.
 
45
  * [SPARC64]: Add Sun LDOM virtual disk driver.
 
46
  * [SPARC64]: Create proper obppath sysfs files for VIO bus devices.
 
47
  * [SPARC64] LDC: Do limited polled retry on setting RX queue head.
 
48
  * [SUNVNET]: Validate RX descriptor size field.
 
49
  * [SPARC64]: Add missing symbol exports for LDOM infrastructure.
 
50
  * [SPARC64]: Temporary workaround for LDC INO double-delivery.
 
51
  * [SPARC64]: Create 'devspec' nodes for vio devices.
 
52
  * [SPARC64]: vdev->type can be NULL, handle this in devspec_show().
 
53
  * [SPARC64]: Assorted LDC bug cures.
 
54
  * [SPARC64]: Add domain-services nodes to VIO device tree.
 
55
  * [SPARC64]: Export powerd facilities for external entities.
 
56
  * [SPARC64]: Initial domain-services driver.
 
57
  * [SPARC64]: Use more mearningful names for IRQ registry.
 
58
  * [SPARC64]: Abstract out mdesc accesses for better MD update handling.
 
59
  * [SPARC64]: Fix MD property lifetime bugs.
 
60
  * [SPARC64]: Fix setting of variables in LDOM guest.
 
61
  * [SPARC64]: Initial LDOM cpu hotplug support.
 
62
  * [SPARC64]: Unconditionally register vio_bus_type.
 
63
  * [SPARC64]: Fix build regressions added by dr-cpu changes.
 
64
  * [SPARC64]: mdesc.c needs linux/mm.h
 
65
  * [SPARC64]: SMP build fixes.
 
66
  * [SPARC64]: More sensible udelay implementation.
 
67
  * [SPARC64]: Process dr-cpu events in a kthread instead of workqueue.
 
68
  * [SPARC64]: Add ->set_affinity IRQ handlers.
 
69
  * [SPARC64]: Fix leak when DR added cpu does not bootup.
 
70
  * [SPARC64]: Clear cpu_{core,sibling}_map[] in
 
71
    smp_fill_in_sib_core_maps()
 
72
  * [SPARC64]: Give more accurate errors in dr_cpu_configure().
 
73
  * [SERIAL]: Fix console write locking in sparc drivers.
 
74
  * [TIMER]: Fix clockevent notifications on 64-bit.
 
75
  * [SPARC64]: dr-cpu unconfigure support.
 
76
  * [SPARC64]: Fix UP build.
 
77
  * [SPARC64]: SMP build fix.
 
78
  * [SPARC64]: Fix race between MD update and dr-cpu add.
 
79
  * [SERIAL] SUNHV: Fix jerky console on LDOM guests.
 
80
  * [SPARC64]: Kill explicit %gl register reference.
 
81
  * [SPARC64]: Add basic infrastructure for MD add/remove notification.
 
82
  * [SPARC64]: Simplify VDC device probing.
 
83
  * [SPARC64]: Simplify VNET probing.
 
84
  * [SPARC64]: Massively simplify VIO device layer and support hot
 
85
    add/remove.
 
86
  * [SPARC64]: Handle LDC resets properly in domain-services driver.
 
87
  * [SPARC64]: Handle reset events in vio_link_state_change().
 
88
  * [SPARC64]: Fix reset handling in VNET driver.
 
89
  * [SPARC64]: Set vio->desc_buf to NULL after freeing.
 
90
  * [SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.
 
91
  * [SPARC64]: Fix device type matching in VIO's devspec_show().
 
92
  * Add empty <asm-parisc/vga.h>
 
93
  * Add dummy isa_(bus|virt)_to_(virt|bus) inlines
 
94
  * Clean up sti_flush
 
95
  * Do not allow STI_CONSOLE to be modular
 
96
  * Use compat_sys_getdents
 
97
 
 
98
 -- Ben Collins <bcollins@ubuntu.com>  Sat, 28 Jul 2007 12:30:53 -0400
 
99
 
1
100
linux-source-2.6.22 (2.6.22-8.18) gutsy; urgency=low
2
101
 
3
102
  [Ben Collins]