~ubuntu-branches/ubuntu/dapper/linux-source-2.6.15/dapper-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader, Stefan Bader, Upstream Kernel Changes
  • Date: 2009-03-16 17:26:53 UTC
  • mfrom: (41.1.8 dapper-security)
  • Revision ID: james.westby@ubuntu.com-20090316172653-tfjmtzutjafofqct
Tags: 2.6.15-54.76
[ Stefan Bader ]

* Fixing up powerpc specific syscalls
  - CVE-2009-0029

[ Upstream Kernel Changes ]

* NFS: Remove the buggy lock-if-signalled case from do_setlk()
  - CVE-2008-4307
* sctp: Avoid memory overflow while FWD-TSN chunk is received with bad
  stream ID
  - CVE-2009-0065
* net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2
  - CVE-2009-0676
* sparc: Fix mremap address range validation.
  - CVE-2008-6107
* copy_process: fix CLONE_PARENT && parent_exec_id interaction
  - CVE-2009-0028
* dell_rbu: use scnprintf() instead of less secure sprintf()
  - CVE-2009-0322
* drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic
  - CVE-2009-0675
* x86_64: Implement is_compat_task the right way
  - CVE-2009-0834
* x86-64: syscall-audit: fix 32/64 syscall hole
  - CVE-2009-0834
* x86-64: seccomp: fix 32/64 syscall hole
  - CVE-2009-0835
* shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM
  - CVE-2009-0859
* udf: Fix oops when invalid character in
  filename occurs
  - LP: #321606
* Convert all system calls to return a long
  - CVE-2009-0029
* Rename old_readdir to sys_old_readdir
  - CVE-2009-0029
* Remove __attribute__((weak)) from sys_pipe/sys_pipe2
  - CVE-2009-0029
* Make sys_syslog a conditional system call
  - CVE-2009-0029
* System call wrapper infrastructure
  - CVE-2009-0029
* powerpc: Enable syscall wrappers for 64-bit
  - CVE-2009-0029
* s390: enable system call wrappers
  - CVE-2009-0029
* System call wrapper special cases
  - CVE-2009-0029
* Bump ABI
* System call wrappers part 01
  - CVE-2009-0029
* System call wrappers part 02
  - CVE-2009-0029
* System call wrappers part 03
  - CVE-2009-0029
* System call wrappers part 04
  - CVE-2009-0029
* System call wrappers part 05
  - CVE-2009-0029
* System call wrappers part 06
  - CVE-2009-0029
* System call wrappers part 07
  - CVE-2009-0029
* System call wrappers part 08
  - CVE-2009-0029
* System call wrappers part 09
  - CVE-2009-0029
* System call wrappers part 10
  - CVE-2009-0029
* System call wrappers part 11
  - CVE-2009-0029
* System call wrappers part 12
  - CVE-2009-0029
* System call wrappers part 13
  - CVE-2009-0029
* System call wrappers part 14
  - CVE-2009-0029
* System call wrappers part 15
  - CVE-2009-0029
* System call wrappers part 16
  - CVE-2009-0029
* System call wrappers part 17
  - CVE-2009-0029
* System call wrappers part 18
  - CVE-2009-0029
* System call wrappers part 19
  - CVE-2009-0029
* System call wrappers part 20
  - CVE-2009-0029
* System call wrappers part 21
  - CVE-2009-0029
* System call wrappers part 22
  - CVE-2009-0029
* System call wrappers part 23
  - CVE-2009-0029
* System call wrappers part 24
  - CVE-2009-0029
* System call wrappers part 25
  - CVE-2009-0029
* System call wrappers part 26
  - CVE-2009-0029
* System call wrappers part 27
  - CVE-2009-0029
* System call wrappers part 28
  - CVE-2009-0029
* System call wrappers part 29
  - CVE-2009-0029
* System call wrappers part 32
  - CVE-2009-0029
* System call wrappers part 33
  - CVE-2009-0029
* s390 specific system call wrappers
  - CVE-2009-0029
* sparc: Enable syscall wrappers for 64-bit (CVE-2009-0029)
  - CVE-2009-0029
* syscall define: fix uml compile bug
  - CVE-2009-0029
* Fixing up the syscall wrappers to match the Dapper (2.6.15) kernel
  - CVE-2009-0029

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
linux-source-2.6.15 (2.6.15-54.76) dapper-security; urgency=low
 
2
 
 
3
  [ Stefan Bader ]
 
4
 
 
5
  * Fixing up powerpc specific syscalls
 
6
    - CVE-2009-0029
 
7
 
 
8
  [ Upstream Kernel Changes ]
 
9
 
 
10
  * NFS: Remove the buggy lock-if-signalled case from do_setlk()
 
11
    - CVE-2008-4307
 
12
  * sctp: Avoid memory overflow while FWD-TSN chunk is received with bad
 
13
    stream ID
 
14
    - CVE-2009-0065
 
15
  * net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2
 
16
    - CVE-2009-0676
 
17
  * sparc: Fix mremap address range validation.
 
18
    - CVE-2008-6107
 
19
  * copy_process: fix CLONE_PARENT && parent_exec_id interaction
 
20
    - CVE-2009-0028
 
21
  * dell_rbu: use scnprintf() instead of less secure sprintf()
 
22
    - CVE-2009-0322
 
23
  * drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic
 
24
    - CVE-2009-0675
 
25
  * x86_64: Implement is_compat_task the right way
 
26
    - CVE-2009-0834
 
27
  * x86-64: syscall-audit: fix 32/64 syscall hole
 
28
    - CVE-2009-0834
 
29
  * x86-64: seccomp: fix 32/64 syscall hole
 
30
    - CVE-2009-0835
 
31
  * shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM
 
32
    - CVE-2009-0859
 
33
  * udf: Fix oops when invalid character in
 
34
    filename occurs
 
35
    - LP: #321606
 
36
  * Convert all system calls to return a long
 
37
    - CVE-2009-0029
 
38
  * Rename old_readdir to sys_old_readdir
 
39
    - CVE-2009-0029
 
40
  * Remove __attribute__((weak)) from sys_pipe/sys_pipe2
 
41
    - CVE-2009-0029
 
42
  * Make sys_syslog a conditional system call
 
43
    - CVE-2009-0029
 
44
  * System call wrapper infrastructure
 
45
    - CVE-2009-0029
 
46
  * powerpc: Enable syscall wrappers for 64-bit
 
47
    - CVE-2009-0029
 
48
  * s390: enable system call wrappers
 
49
    - CVE-2009-0029
 
50
  * System call wrapper special cases
 
51
    - CVE-2009-0029
 
52
  * Bump ABI
 
53
  * System call wrappers part 01
 
54
    - CVE-2009-0029
 
55
  * System call wrappers part 02
 
56
    - CVE-2009-0029
 
57
  * System call wrappers part 03
 
58
    - CVE-2009-0029
 
59
  * System call wrappers part 04
 
60
    - CVE-2009-0029
 
61
  * System call wrappers part 05
 
62
    - CVE-2009-0029
 
63
  * System call wrappers part 06
 
64
    - CVE-2009-0029
 
65
  * System call wrappers part 07
 
66
    - CVE-2009-0029
 
67
  * System call wrappers part 08
 
68
    - CVE-2009-0029
 
69
  * System call wrappers part 09
 
70
    - CVE-2009-0029
 
71
  * System call wrappers part 10
 
72
    - CVE-2009-0029
 
73
  * System call wrappers part 11
 
74
    - CVE-2009-0029
 
75
  * System call wrappers part 12
 
76
    - CVE-2009-0029
 
77
  * System call wrappers part 13
 
78
    - CVE-2009-0029
 
79
  * System call wrappers part 14
 
80
    - CVE-2009-0029
 
81
  * System call wrappers part 15
 
82
    - CVE-2009-0029
 
83
  * System call wrappers part 16
 
84
    - CVE-2009-0029
 
85
  * System call wrappers part 17
 
86
    - CVE-2009-0029
 
87
  * System call wrappers part 18
 
88
    - CVE-2009-0029
 
89
  * System call wrappers part 19
 
90
    - CVE-2009-0029
 
91
  * System call wrappers part 20
 
92
    - CVE-2009-0029
 
93
  * System call wrappers part 21
 
94
    - CVE-2009-0029
 
95
  * System call wrappers part 22
 
96
    - CVE-2009-0029
 
97
  * System call wrappers part 23
 
98
    - CVE-2009-0029
 
99
  * System call wrappers part 24
 
100
    - CVE-2009-0029
 
101
  * System call wrappers part 25
 
102
    - CVE-2009-0029
 
103
  * System call wrappers part 26
 
104
    - CVE-2009-0029
 
105
  * System call wrappers part 27
 
106
    - CVE-2009-0029
 
107
  * System call wrappers part 28
 
108
    - CVE-2009-0029
 
109
  * System call wrappers part 29
 
110
    - CVE-2009-0029
 
111
  * System call wrappers part 32
 
112
    - CVE-2009-0029
 
113
  * System call wrappers part 33
 
114
    - CVE-2009-0029
 
115
  * s390 specific system call wrappers
 
116
    - CVE-2009-0029
 
117
  * sparc: Enable syscall wrappers for 64-bit (CVE-2009-0029)
 
118
    - CVE-2009-0029
 
119
  * syscall define: fix uml compile bug
 
120
    - CVE-2009-0029
 
121
  * Fixing up the syscall wrappers to match the Dapper (2.6.15) kernel
 
122
    - CVE-2009-0029
 
123
 
 
124
 -- Stefan Bader <stefan.bader@canonical.com>  Mon, 16 Mar 2009 17:26:53 +0100
 
125
 
1
126
linux-source-2.6.15 (2.6.15-53.75) dapper-security; urgency=low
2
127
 
3
128
  [Upstream Kernel Changes]