~ubuntu-branches/ubuntu/maverick/linux-mvl-dove/maverick-security

« back to all changes in this revision

Viewing changes to debian.master/changelog

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Ubuntu: 2.6.32-39.86
  • Date: 2012-02-20 13:02:46 UTC
  • Revision ID: package-import@ubuntu.com-20120220130246-9u73mcammo3xo9iv
Tags: 2.6.32-423.42
* Release Tracking Bug
  - LP: #932240

[ Paolo Pisati ]

* Rebased to 2.6.32-39.86

[ Ubuntu: 2.6.32-39.86 ]

* Release Tracking Bug
  - LP: #931647
* ext4: fix undefined behavior in ext4_fill_flex_info()
  - LP: #922315
* ALSA: snd-usb-us122l: Delete calls to preempt_disable
  - LP: #922315
* ALSA: ice1724 - Check for ac97 to avoid kernel oops
  - LP: #922315
* ALSA: hda - Return the error from get_wcaps_type() for invalid NIDs
  - LP: #922315
* HID: bump maximum global item tag report size to 96 bytes
  - LP: #724831, #922315
* UBI: fix use-after-free on error path
  - LP: #922315
* PCI: Fix PCI_EXP_TYPE_RC_EC value
  - LP: #922315
* PCI: msi: Disable msi interrupts when we initialize a pci device
  - LP: #922315
* xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.
  - LP: #922315
* ima: free duplicate measurement memory
  - LP: #922315
* PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USB
  - LP: #922315
* x86: Fix mmap random address range
  - LP: #922315
* UBI: fix nameless volumes handling
  - LP: #922315
* i2c: Fix error value returned by several bus drivers
  - LP: #922315
* V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()
  - LP: #922315
* svcrpc: fix double-free on shutdown of nfsd after changing pool mode
  - LP: #922315
* svcrpc: destroy server sockets all at once
  - LP: #922315
* nfsd: Fix oops when parsing a 0 length export
  - LP: #922315
* USB: cdc-wdm: fix misuse of logical operation in place of bitop
  - LP: #922315
* fix cputime overflow in uptime_proc_show
  - LP: #922315
* USB: Fix 'bad dma' problem on WDM device disconnect
  - LP: #922315
* block: add and use scsi_blk_cmd_ioctl
  - LP: #922315
* kernel.h: add printk_ratelimited and pr_<level>_rl
  - LP: #922315
* ALSA: HDA: Fix internal microphone on Dell Studio 16 XPS 1645
  - LP: #795823, #922315
* sym53c8xx: Fix NULL pointer dereference in slave_destroy
  - LP: #922315
* score: fix off-by-one index into syscall table
  - LP: #922315
* kprobes: initialize before using a hlist
  - LP: #922315
* Linux 2.6.32.55
  - LP: #922315
* eCryptfs: Sanitize write counts of /dev/ecryptfs
  - LP: #926321
* ecryptfs: Improve metadata read failure logging
  - LP: #926321
* eCryptfs: Make truncate path killable
  - LP: #926321
* crypto: sha512 - make it work, undo percpu message schedule
  - LP: #926321
* crypto: sha512 - reduce stack usage to safe number
  - LP: #926321
* block: fail SCSI passthrough ioctls on partition devices
  - LP: #926321
* dm: do not forward ioctls from logical volumes to the underlying device
  - LP: #926321
* USB: ftdi_sio: fix TIOCSSERIAL baud_base handling
  - LP: #926321
* USB: ftdi_sio: add PID for TI XDS100v2 / BeagleBone A3
  - LP: #926321
* USB: serial: ftdi additional IDs
  - LP: #926321
* USB: ftdi_sio: Add more identifiers
  - LP: #926321
* USB: cdc-wdm: updating desc->length must be protected by spin_lock
  - LP: #926321
* usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method.
  - LP: #926321
* USB: usbsevseg: fix max length
  - LP: #926321
* hwmon: (f71805f) Fix clamping of temperature limits
  - LP: #926321
* hwmon: (sht15) fix bad error code
  - LP: #926321
* USB: serial: CP210x: Added USB-ID for the Link Instruments MSO-19
  - LP: #926321
* USB: cp210x: do not map baud rates to B0
  - LP: #926321
* USB: ftdi_sio: fix initial baud rate
  - LP: #926321
* Linux 2.6.32.56
  - LP: #926321
* drm: Fix authentication kernel crash
  - LP: #931415
* Linux 2.6.32.56+drm33.22
  - LP: #931415

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
linux (2.6.32-39.86) lucid-proposed; urgency=low
 
2
 
 
3
  [Brad Figg]
 
4
 
 
5
  * Release Tracking Bug
 
6
    - LP: #931647
 
7
 
 
8
  [ Upstream Kernel Changes ]
 
9
 
 
10
  * ext4: fix undefined behavior in ext4_fill_flex_info()
 
11
    - LP: #922315
 
12
  * ALSA: snd-usb-us122l: Delete calls to preempt_disable
 
13
    - LP: #922315
 
14
  * ALSA: ice1724 - Check for ac97 to avoid kernel oops
 
15
    - LP: #922315
 
16
  * ALSA: hda - Return the error from get_wcaps_type() for invalid NIDs
 
17
    - LP: #922315
 
18
  * HID: bump maximum global item tag report size to 96 bytes
 
19
    - LP: #724831, #922315
 
20
  * UBI: fix use-after-free on error path
 
21
    - LP: #922315
 
22
  * PCI: Fix PCI_EXP_TYPE_RC_EC value
 
23
    - LP: #922315
 
24
  * PCI: msi: Disable msi interrupts when we initialize a pci device
 
25
    - LP: #922315
 
26
  * xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.
 
27
    - LP: #922315
 
28
  * ima: free duplicate measurement memory
 
29
    - LP: #922315
 
30
  * PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USB
 
31
    - LP: #922315
 
32
  * x86: Fix mmap random address range
 
33
    - LP: #922315
 
34
  * UBI: fix nameless volumes handling
 
35
    - LP: #922315
 
36
  * i2c: Fix error value returned by several bus drivers
 
37
    - LP: #922315
 
38
  * V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()
 
39
    - LP: #922315
 
40
  * svcrpc: fix double-free on shutdown of nfsd after changing pool mode
 
41
    - LP: #922315
 
42
  * svcrpc: destroy server sockets all at once
 
43
    - LP: #922315
 
44
  * nfsd: Fix oops when parsing a 0 length export
 
45
    - LP: #922315
 
46
  * USB: cdc-wdm: fix misuse of logical operation in place of bitop
 
47
    - LP: #922315
 
48
  * fix cputime overflow in uptime_proc_show
 
49
    - LP: #922315
 
50
  * USB: Fix 'bad dma' problem on WDM device disconnect
 
51
    - LP: #922315
 
52
  * block: add and use scsi_blk_cmd_ioctl
 
53
    - LP: #922315
 
54
  * kernel.h: add printk_ratelimited and pr_<level>_rl
 
55
    - LP: #922315
 
56
  * ALSA: HDA: Fix internal microphone on Dell Studio 16 XPS 1645
 
57
    - LP: #795823, #922315
 
58
  * sym53c8xx: Fix NULL pointer dereference in slave_destroy
 
59
    - LP: #922315
 
60
  * score: fix off-by-one index into syscall table
 
61
    - LP: #922315
 
62
  * kprobes: initialize before using a hlist
 
63
    - LP: #922315
 
64
  * Linux 2.6.32.55
 
65
    - LP: #922315
 
66
  * eCryptfs: Sanitize write counts of /dev/ecryptfs
 
67
    - LP: #926321
 
68
  * ecryptfs: Improve metadata read failure logging
 
69
    - LP: #926321
 
70
  * eCryptfs: Make truncate path killable
 
71
    - LP: #926321
 
72
  * crypto: sha512 - make it work, undo percpu message schedule
 
73
    - LP: #926321
 
74
  * crypto: sha512 - reduce stack usage to safe number
 
75
    - LP: #926321
 
76
  * block: fail SCSI passthrough ioctls on partition devices
 
77
    - LP: #926321
 
78
  * dm: do not forward ioctls from logical volumes to the underlying device
 
79
    - LP: #926321
 
80
  * USB: ftdi_sio: fix TIOCSSERIAL baud_base handling
 
81
    - LP: #926321
 
82
  * USB: ftdi_sio: add PID for TI XDS100v2 / BeagleBone A3
 
83
    - LP: #926321
 
84
  * USB: serial: ftdi additional IDs
 
85
    - LP: #926321
 
86
  * USB: ftdi_sio: Add more identifiers
 
87
    - LP: #926321
 
88
  * USB: cdc-wdm: updating desc->length must be protected by spin_lock
 
89
    - LP: #926321
 
90
  * usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method.
 
91
    - LP: #926321
 
92
  * USB: usbsevseg: fix max length
 
93
    - LP: #926321
 
94
  * hwmon: (f71805f) Fix clamping of temperature limits
 
95
    - LP: #926321
 
96
  * hwmon: (sht15) fix bad error code
 
97
    - LP: #926321
 
98
  * USB: serial: CP210x: Added USB-ID for the Link Instruments MSO-19
 
99
    - LP: #926321
 
100
  * USB: cp210x: do not map baud rates to B0
 
101
    - LP: #926321
 
102
  * USB: ftdi_sio: fix initial baud rate
 
103
    - LP: #926321
 
104
  * Linux 2.6.32.56
 
105
    - LP: #926321
 
106
  * drm: Fix authentication kernel crash
 
107
    - LP: #931415
 
108
  * Linux 2.6.32.56+drm33.22
 
109
    - LP: #931415
 
110
 
 
111
 -- Brad Figg <brad.figg@canonical.com>  Mon, 13 Feb 2012 12:03:58 -0800
 
112
 
 
113
linux (2.6.32-38.85) lucid-proposed; urgency=low
 
114
 
 
115
  [Herton R. Krzesinski]
 
116
 
 
117
  * Release Tracking Bug
 
118
    - LP: #921562
 
119
 
 
120
  [ Upstream Kernel Changes ]
 
121
 
 
122
  * Revert "ARM: 7220/1: mmc: mmci: Fixup error handling for dma"
 
123
    - LP: #921113
 
124
 
 
125
 -- Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>  Wed, 25 Jan 2012 11:32:53 -0200
 
126
 
 
127
linux (2.6.32-38.84) lucid-proposed; urgency=low
 
128
 
 
129
  [Brad Figg]
 
130
 
 
131
  * Release Tracking Bug
 
132
    - LP: #920685
 
133
 
 
134
  [ Upstream Kernel Changes ]
 
135
 
 
136
  * KVM: x86: Prevent starting PIT timers in the absence of irqchip support
 
137
    - LP: #911303
 
138
    - CVE-2011-4622
 
139
  * cfq-iosched: fix cfq_cic_link() race confition
 
140
    - LP: #913463
 
141
  * SCSI: mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in
 
142
    interrupt context
 
143
    - LP: #913463
 
144
  * MXC PWM: should active during DOZE/WAIT/DBG mode
 
145
    - LP: #913463
 
146
  * vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL
 
147
    - LP: #913463
 
148
  * ARM:imx:fix pwm period value
 
149
    - LP: #913463
 
150
  * ARM: 7220/1: mmc: mmci: Fixup error handling for dma
 
151
    - LP: #913463
 
152
  * watchdog: hpwdt: Changes to handle NX secure bit in 32bit path
 
153
    - LP: #913463
 
154
  * hung_task: fix false positive during vfork
 
155
    - LP: #913463
 
156
  * ath9k: Fix kernel panic in AR2427 in AP mode
 
157
    - LP: #913463
 
158
  * Linux 2.6.32.53
 
159
    - LP: #913463
 
160
  * MAINTAINERS: stable: Update address
 
161
    - LP: #915900
 
162
  * Documentation: Update stable address
 
163
    - LP: #915900
 
164
  * firmware: Fix an oops on reading fw_priv->fw in sysfs loading file
 
165
    - LP: #915900
 
166
  * offb: Fix setting of the pseudo-palette for >8bpp
 
167
    - LP: #915900
 
168
  * offb: Fix bug in calculating requested vram size
 
169
    - LP: #915900
 
170
  * asix: new device id
 
171
    - LP: #915900
 
172
  * reiserfs: Fix quota mount option parsing
 
173
    - LP: #915900
 
174
  * reiserfs: Force inode evictions before umount to avoid crash
 
175
    - LP: #915900
 
176
  * USB: update documentation for usbmon
 
177
    - LP: #915900
 
178
  * drivers/usb/class/cdc-acm.c: clear dangling pointer
 
179
    - LP: #915900
 
180
  * USB: isight: fix kernel bug when loading firmware
 
181
    - LP: #915900
 
182
  * usb: usb-storage doesn't support dynamic id currently, the patch
 
183
    disables the feature to fix an oops
 
184
    - LP: #915900
 
185
  * USB: add quirk for another camera
 
186
    - LP: #915900
 
187
  * USB: omninet: fix write_room
 
188
    - LP: #915900
 
189
  * USB: Add USB-ID for Multiplex RC serial adapter to cp210x.c
 
190
    - LP: #915900
 
191
  * asix: fix infinite loop in rx_fixup()
 
192
    - LP: #915900
 
193
  * PM / Sleep: Fix race between CPU hotplug and freezer
 
194
    - LP: #915900
 
195
  * SCSI: scsi_dh: check queuedata pointer before proceeding further
 
196
    - LP: #915900
 
197
  * xfs: validate acl count
 
198
    - LP: #915900
 
199
  * xfs: fix acl count validation in xfs_acl_from_disk()
 
200
    - LP: #915900
 
201
  * Linux 2.6.32.54
 
202
    - LP: #915900
 
203
 
 
204
 -- Brad Figg <brad.figg@canonical.com>  Mon, 23 Jan 2012 14:15:38 -0800
 
205
 
1
206
linux (2.6.32-38.83) lucid-proposed; urgency=low
2
207
 
3
208
  [Herton R. Krzesinski]