aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: 8a9ceeabed557bdb02211638068acc46aa4a32f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
linux-2.6 (2.6.17-1) unstable; urgency=low

  [ Frederik Schüler ]
  * New upstream release.
  * [amd64] Use gcc 4.1.
  * [amd64] Drop amd64-generic flavor. We will use amd64-k8 for the
    installer.

  [ Martin Michlmayr ]
  * [mips] Update patches for 2.6.17.
  * [arm] Update configs.
  * [armeb] Update configs.

  [ Thiemo Seufer ]
  * [mips] Fix SWARM FPU detection.
  * [mips] Update configurations.

  [ Kyle McMartin ]
  * [hppa] Set PDC_CHASSIS_WARN to y.
  * [hppa] Update patchset (2.6.17-pa2) from parisc-linux.org.
  * [hppa] Change NR_CPUS to 8 from 32 on both SMP flavours.
  * [hppa] Set PARISC_PAGE_SIZE to 4K on all platforms.

  [ Bastian Blank ]
  * [s390] Use gcc 4.1.
  * [i386] Enable REGPARM.
  * [i386] Use gcc 4.1.
  * [powerpc] Disable prep.

  [ dann frazier ]
  * [ia64] Update configs
  * [ia64] Use gcc 4.1.

  [ maximilian attems ]
  * Add stable release 2.6.17.1:
    - xt_sctp: fix endless loop caused by 0 chunk length (CVE-2006-3085)

 -- Bastian Blank <waldi@debian.org>  Thu, 22 Jun 2006 12:13:15 +0200

linux-2.6 (2.6.16+2.6.17-rc3-0experimental.1) experimental; urgency=low

  [ Frederik Schüler ]
  * New upstream release candidate.
  * Switch HZ from 1000 to 250, following upstreams default.
  * Activate CONFIG_BCM43XX_DEBUG.

  [ maximilian attems ]
  * Disable broken and known unsecure LSM modules: CONFIG_SECURITY_SECLVL,
    CONFIG_SECURITY_ROOTPLUG. Upstream plans to remove them for 2.6.18

 -- Frederik Schüler <fs@debian.org>  Sun,  7 May 2006 17:06:29 +0200

linux-2.6.16 (2.6.16-15) unstable; urgency=low

  [ maximilian attems ]
  * Add stable release 2.6.16.18:
    - NETFILTER: SNMP NAT: fix memory corruption (CVE-2006-2444)
  * Add stable release 2.6.16.19:
    - NETFILTER: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)
  * Add stable release 2.6.16.20:
    - x86_64: Don't do syscall exit tracing twice
    - Altix: correct ioc4 port order
    - Input: psmouse - fix new device detection logic
    - PowerMac: force only suspend-to-disk to be valid
    - the latest consensus libata resume fix
    - Altix: correct ioc3 port order
    - Cpuset: might sleep checking zones allowed fix
    - ohci1394, sbp2: fix "scsi_add_device failed" with PL-3507 based devices
    - sbp2: backport read_capacity workaround for iPod
    - sbp2: fix check of return value of hpsb_allocate_and_register_addrspace
    - x86_64: x86_64 add crashdump trigger points
    - ipw2200: Filter unsupported channels out in ad-hoc mode
  * Add stable release 2.6.16.21:
    - check_process_timers: fix possible lockup
    - run_posix_cpu_timers: remove a bogus BUG_ON() (CVE-2006-2445)
    - xt_sctp: fix endless loop caused by 0 chunk length (CVE-2006-3085)
    - powerpc: Fix machine check problem on 32-bit kernels (CVE-2006-2448)

  [ Christian T. Steigies ]
  * [m68k] Add mac via patch from Finn Thain.
  * [m68k] Enable INPUT_EVDEV.

  [ Martin Michlmayr ]
  * [mips/b1-bcm91250a] Enable SMP.
  * [mips] Add a compile fix for the Maxine fb.
  * [mipsel] Add a patch that let's you enable serial console on DECstation.
  * [mipsel] Add a patch to get SCSI working on DECstation.
  * [mipsel] Handle memory-mapped RTC chips properly.
  * [mipsel] Add configs for r3k-kn02 and r4k-kn04 DECstation.
  * [arm] Allow RiscPC machines to boot an initrd (tagged list fix).
  * [arm/nslu2] Enable many modules.
  * [arm] Build loop support as a module.
  * [arm] Use the generic netfilter configuration.
  * [arm/footbridge] Enable sound.

  [ Kyle McMartin ]
  * [hppa] Pulled patch from cvs to fix build of kernel/ptrace.c which needs
    {read,write}_can_lock.
  * [hppa] Disable CONFIG_DETECT_SOFTLOCKUP to fix boot on pa8800 machines.

  [ Sven Luther ]
  * [powerpc,prep] Added a new ARCH=ppc PReP flavour, currently mostly a copy
    of the -powerpc one.
  * Upgraded mkvmlinuz dependency to mkvmlinuz 21.

  [ Bastian Blank ]
  * Update vserver patch to 2.0.2-rc21.
  * Bump build-dependency on kernel-package to 10.049.

  [ Jurij Smakov ]
  * Add dcache-memory-corruption.patch to fix the mremap(), occasionally
    triggered on sparc in the form of dpkg database corruption. Affects
    sparc64, mips and generic includes. Thanks to David Miller, original
    patch is included in 2.6.17.
    Ref: http://marc.theaimsgroup.com/?l=linux-sparc&m=114920963824047&w=2
  * Add sparc32-iotlb.patch to fix the DMA errors encountered with latest
    kernels on sparc32, in particularly HyperSparcs. Thanks to Bob Breuer.
    Ref: http://marc.theaimsgroup.com/?l=linux-sparc&m=115077649707675&w=2

 -- Bastian Blank <waldi@debian.org>  Wed, 21 Jun 2006 14:09:11 +0200

linux-2.6 (2.6.16-14) unstable; urgency=low

  [ Bastian Blank ]
  * Add stable release 2.6.16.16:
    - fs/locks.c: Fix lease_init (CVE-2006-1860)
  * Make i386 xen images recommend libc6-xen.
  * Update vserver patch to 2.0.2-rc20.
  * Update xen patch to changeset 9687.

  [ Christian T. Steigies ]
  * [m68k] Add generic m68k ide fix.
  * [m68k] Add cross-compile instructions.
  * [m68k] Enable INPUT_EVDEV for yaird.
  * [m68k] sun3 general compile and scsi fixes, enable sun3 SCSI again.

  [ dann frazier ]
  * cs4281 - Fix the check of timeout in probe to deal with variable HZ.
    (closes: #361197)

  [ Norbert Tretkowski ]
  * [alpha] Readded patch to support prctl syscall, got lost when upgrading
    to 2.6.16.

  [ Frederik Schüler ]
  * Add stable release 2.6.16.17:
    - SCTP: Validate the parameter length in HB-ACK chunk (CVE-2006-1857)
    - SCTP: Respect the real chunk length when walking parameters
      (CVE-2006-1858)
    - ptrace_attach: fix possible deadlock schenario with irqs
    - Fix ptrace_attach()/ptrace_traceme()/de_thread() race
    - page migration: Fix fallback behavior for dirty pages
    - add migratepage address space op to shmem
    - Remove cond_resched in gather_stats()
    - VIA quirk fixup, additional PCI IDs
    - PCI quirk: VIA IRQ fixup should only run for VIA southbridges
    - Fix udev device creation
    - limit request_fn recursion
    - PCI: correctly allocate return buffers for osc calls
    - selinux: check for failed kmalloc in security_sid_to_context()
    - TG3: ethtool always report port is TP.
    - Netfilter: do_add_counters race, possible oops or info leak
      (CVE-2006-0039)
    - scx200_acb: Fix resource name use after free
    - smbus unhiding kills thermal management
    - fs/compat.c: fix 'if (a |= b )' typo
    - smbfs: Fix slab corruption in samba error path
    - fs/locks.c: Fix sys_flock() race
    - USB: ub oops in block_uevent
    - via-rhine: zero pad short packets on Rhine I ethernet cards
    - md: Avoid oops when attempting to fix read errors on raid10

 -- Bastian Blank <waldi@debian.org>  Mon, 22 May 2006 14:56:11 +0200

linux-2.6 (2.6.16-13) unstable; urgency=low

  [ Frederik Schüler ]
  * Add stable release 2.6.16.14:
    - smbfs chroot issue (CVE-2006-1864)

  [ Bastian Blank ]
  * Don't make headers packages depend on images.
  * Bump abiname to 2. (closes: #366291)
  * Update vserver patch to 2.0.2-rc19.
  * Update xen patch to changeset 9668.
  * Remove abi fixes.
  * Add stable release 2.6.16.15:
    - SCTP: Allow spillover of receive buffer to avoid deadlock. (CVE-2006-2275)
    - SCTP: Fix panic's when receiving fragmented SCTP control chunks. (CVE-2006-2272)
    - SCTP: Fix state table entries for chunks received in CLOSED state. (CVE-2006-2271)
    - SCTP: Prevent possible infinite recursion with multiple bundled DATA. (CVE-2006-2274)
  * Switch HZ from 1000 to 250.

  [ Christian T. Steigies ]
  * [m68k] Add patches that allow building images for atari
  * [m68k] Enable atyfb driver for atari

 -- Bastian Blank <waldi@debian.org>  Wed, 10 May 2006 18:58:44 +0200

linux-2.6 (2.6.16-12) unstable; urgency=low

  [ Bastian Blank ]
  * Add stable release 2.6.16.12:
    - dm snapshot: fix kcopyd destructor
    - x86_64: Pass -32 to the assembler when compiling the 32bit vsyscall pages
    - for_each_possible_cpu
    - Simplify proc/devices and fix early termination regression
    - sonypi: correct detection of new ICH7-based laptops
    - MIPS: Fix tx49_blast_icache32_page_indexed.
    - NET: e1000: Update truesize with the length of the packet for packet split
    - i386: fix broken FP exception handling
    - tipar oops fix
    - USB: fix array overrun in drivers/usb/serial/option.c
    - Altix snsc: duplicate kobject fix
    - Alpha: strncpy() fix
    - LSM: add missing hook to do_compat_readv_writev()
    - Fix reiserfs deadlock
    - make vm86 call audit_syscall_exit
    - fix saa7129 support in saa7127 module for pvr350 tv out
    - dm flush queue EINTR
    - get_dvb_firmware: download nxt2002 firmware from new driver location
    - cxusb-bluebird: bug-fix: power down corrupts frontend
    - x86_64: Fix a race in the free_iommu path.
    - MIPS: Use "R" constraint for cache_op.
    - MIPS: R2 build fixes for gcc < 3.4.
    - cs5535_gpio.c: call cdev_del() during module_exit to unmap kobject references and other cleanups
    - MIPS: Fix branch emulation for floating-point exceptions.
    - x86/PAE: Fix pte_clear for the >4GB RAM case
  * Add stable release 2.6.16.13:
    - NETFILTER: SCTP conntrack: fix infinite loop (CVE-2006-1527)
  * Remove merged patches.
  * Rediff xen patch.
  * Bump build-dependency on kernel-package to 10.047.

  [ Martin Michlmayr ]
  * [arm] Enable cramfs for ixp4xx and rpc.

 -- Bastian Blank <waldi@debian.org>  Thu,  4 May 2006 11:37:26 +0200

linux-2.6 (2.6.16-11) unstable; urgency=low

  * Update vserver patch to 2.0.2-rc18.
    - Limit ccaps to root inside a guest (CVE-2006-2110)
  * Conflict with known broken grub versions. (closes: #361308)
  * Enable s390 vserver image.
  * Enable xen and xen-vserver images.
  * Use localversion for kernel-package images. (closes: #365505)

 -- Bastian Blank <waldi@debian.org>  Mon,  1 May 2006 16:38:45 +0200

linux-2.6 (2.6.16-10) unstable; urgency=low

  [ Norbert Tretkowski ]
  * [alpha] Added backport of for_each_possible_cpu() to fix alpha build.
    (closes: #364206)
  * Add stable release 2.6.16.10:
    - IPC: access to unmapped vmalloc area in grow_ary()
    - Add more prevent_tail_call()
    - alim15x3: ULI M-1573 south Bridge support
    - apm: fix Armada laptops again
    - fbdev: Fix return error of fb_write
    - Fix file lookup without ref
    - m41t00: fix bitmasks when writing to chip
    - Open IPMI BT overflow
    - x86: be careful about tailcall breakage for sys_open[at] too
    - x86: don't allow tail-calls in sys_ftruncate[64]()
    - IPV6: XFRM: Fix decoding session with preceding extension header(s).
    - IPV6: XFRM: Don't use old copy of pointer after pskb_may_pull().
    - IPV6: Ensure to have hop-by-hop options in our header of &sk_buff.
    - selinux: Fix MLS compatibility off-by-one bug
    - PPC: fix oops in alsa powermac driver
    - MTD_NAND_SHARPSL and MTD_NAND_NANDSIM should be tristate's
    - i2c-i801: Fix resume when PEC is used
    - Fix hotplug race during device registration
    - Fix truesize underflow
    - efficeon-agp: Add missing memory mask
    - 3ware 9000 disable local irqs during kmap_atomic
    - 3ware: kmap_atomic() fix

  [ maximilian attems ]
  * Add stable release 2.6.16.11:
    -  Don't allow a backslash in a path component (CVE-2006-1863)

 -- Bastian Blank <waldi@debian.org>  Tue, 25 Apr 2006 13:56:19 +0200

linux-2.6 (2.6.16-9) unstable; urgency=low

  [ maximilian attems ]
  * Add stable release 2.6.16.8:
    - ip_route_input panic fix (CVE-2006-1525)
  * Add stable release 2.6.16.9:
    - i386/x86-64: Fix x87 information leak between processes (CVE-2006-1056)

  [ Bastian Blank ]
  * Update vserver patch to 2.0.2-rc17.

 -- Bastian Blank <waldi@debian.org>  Thu, 20 Apr 2006 15:37:28 +0200

linux-2.6 (2.6.16-8) unstable; urgency=low

  * Fix ABI-breakage introduced in -7. (closes: #363032)
  * Add stable release 2.6.16.6:
    - ext3: Fix missed mutex unlock
    - RLIMIT_CPU: fix handling of a zero limit
    - alpha: SMP boot fixes
    - m32r: security fix of {get, put}_user macros
    - m32r: Fix cpu_possible_map and cpu_present_map initialization for SMP kernel
    - shmat: stop mprotect from giving write permission to a readonly attachment (CVE-2006-1524)
    - powerpc: fix incorrect SA_ONSTACK behaviour for 64-bit processes
    - MPBL0010 driver sysfs permissions wide open
    - cciss: bug fix for crash when running hpacucli
    - fuse: fix oops in fuse_send_readpages()
    - Fix utime(2) in the case that no times parameter was passed in.
    - Fix buddy list race that could lead to page lru list corruptions
    - NETFILTER: Fix fragmentation issues with bridge netfilter
    - USB: remove __init from usb_console_setup
    - Fix suspend with traced tasks
    - isd200: limit to BLK_DEV_IDE
    - edac_752x needs CONFIG_HOTPLUG
    - fix non-leader exec under ptrace
    - sky2: bad memory reference on dual port cards
    - atm: clip causes unregister hang
    - powerpc: iSeries needs slb_initialize to be called
    - Fix block device symlink name
    - Incorrect signature sent on SMB Read
  * Add stable release 2.6.16.7:
    - fix MADV_REMOVE vulnerability (CVE-2006-1524 for real this time)

 -- Bastian Blank <waldi@debian.org>  Tue, 18 Apr 2006 16:22:31 +0200

linux-2.6 (2.6.16-7) unstable; urgency=low

  [ Frederik Schüler ]
  * Add stable release 2.6.16.3:
    - Keys: Fix oops when adding key to non-keyring (CVE-2006-1522)

  [ Bastian Blank ]
  * Add stable release 2.6.16.4:
    - RCU signal handling (CVE-2006-1523)

  [ Sven Luther ]
  * [powerpc] Transitioned mkvmlinuz support patch to the 2.6.16 ARCH=powerpc
    tree. PReP is broken in 2.6.16 though.

  [ maximilian attems ]
  * Add stable release 2.6.16.5:
   - x86_64: Clean up execve
   - x86_64: When user could have changed RIP always force IRET (CVE-2006-0744)
  * Disable CONFIG_SECCOMP (adds useless overhead on context-switch) -
    thanks to fs for checking abi.

  [ Christian T. Steigies ]
  * [m68k] update m68k patch and config to 2.6.16, temporarily disable atari

 -- Bastian Blank <waldi@debian.org>  Sat, 15 Apr 2006 13:56:05 +0200

linux-2.6 (2.6.16-6) unstable; urgency=medium

  [ Bastian Blank ]
  * Provide version infos in support package and don't longer rely on the
    changelog.
  * [amd64/i386] Enable cpu hotplug support.

  [ maximilian attems ]
  * Add stable release 2.6.16.2:
    - PCMCIA_SPECTRUM must select FW_LOADER
    - drivers/net/wireless/ipw2200.c: fix an array overun
    - AIRO{,_CS} <-> CRYPTO fixes
    - tlclk: fix handling of device major
    - fbcon: Fix big-endian bogosity in slow_imageblit()
    - Fix NULL pointer dereference in node_read_numastat()
    - USB: EHCI full speed ISO bugfixes
    - Mark longhaul driver as broken.
    - fib_trie.c node freeing fix
    - USB: Fix irda-usb use after use
    - sysfs: zero terminate sysfs write buffers (CVE-2006-1055)
    - USB: usbcore: usb_set_configuration oops (NULL ptr dereference)
    - pcmcia: permit single-character-identifiers
    - hostap: Fix EAPOL frame encryption
    - wrong error path in dup_fd() leading to oopses in RCU
    - {ip, nf}_conntrack_netlink: fix expectation notifier unregistration
    - isicom must select FW_LOADER
    - knfsd: Correct reserved reply space for read requests.
    - Fix module refcount leak in __set_personality()
    - sbp2: fix spinlock recursion
    - powerpc: make ISA floppies work again
    - opti9x - Fix compile without CONFIG_PNP
    - Add default entry for CTL Travel Master U553W
    - Fix the p4-clockmod N60 errata workaround.
    - kdump proc vmcore size oveflow fix

 -- Bastian Blank <waldi@debian.org>  Mon, 10 Apr 2006 16:09:51 +0200

linux-2.6 (2.6.16-5) unstable; urgency=low

  [ Bastian Blank ]
  * Provide real dependency packages for module building.
    - Add linux-headers-$version-$abiname-all and
      linux-headers-$version-$abiname-all-$arch.
  * Rename support package to linux-support-$version-$abiname.
  * Fix module package output.
  * Include .kernelrelease in headers packages. (closes: #359813)
  * Disable Cumana partition support completely. (closes: #359207)
  * Update vserver patch to 2.0.2-rc15.

  [ dann frazier ]
  * [ia64] initramfs-tools works now, no longer restrict initramfs-generators

 -- Bastian Blank <waldi@debian.org>  Mon,  3 Apr 2006 14:00:08 +0200

linux-2.6 (2.6.16-4) unstable; urgency=medium

  [ Martin Michlmayr ]
  * [arm/armeb] Update nslu2 config.
  * Add stable release 2.6.16.1:
    - Fix speedstep-smi assembly bug in speedstep_smi_ownership
    - DMI: fix DMI onboard device discovery
    - cciss: fix use-after-free in cciss_init_one
    - DM: Fix bug: BIO_RW_BARRIER requests to md/raid1 hang.
    - fix scheduler deadlock
    - proc: fix duplicate line in /proc/devices
    - rtc.h broke strace(1) builds
    - dm: bio split bvec fix
    - v9fs: assign dentry ops to negative dentries
    - i810fb_cursor(): use GFP_ATOMIC
    - NET: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.
    - XFS writeout fix
    - sysfs: fix a kobject leak in sysfs_add_link on the error path
    - get_cpu_sysdev() signedness fix
    - firmware: fix BUG: in fw_realloc_buffer
    - sysfs: sysfs_remove_dir() needs to invalidate the dentry
    - TCP: Do not use inet->id of global tcp_socket when sending RST (CVE-2006-1242)
    - 2.6.xx: sata_mv: another critical fix
    - Kconfig: VIDEO_DECODER must select FW_LOADER
    - V4L/DVB (3324): Fix Samsung tuner frequency ranges
    - sata_mv: fix irq port status usage

 -- Bastian Blank <waldi@debian.org>  Tue, 28 Mar 2006 17:19:10 +0200

linux-2.6 (2.6.16-3) unstable; urgency=low

  [ Frederik Schüler ]
  * [amd64] Add asm-i386 to the linux-headers packages.

  [ Jonas Smedegaard ]
  * Tighten yaird dependency to at least 0.0.12-8 (supporting Linux
    2.6.16 uppercase hex in Kconfig and new IDE sysfs naming, and VIA
    IDE on powerpc).

  [ Martin Michlmayr ]
  * [arm/armeb] Enable CONFIG_NFSD on NSLU2 again.  Closes: #358709.
  * [arm/footbridge] CONFIG_NE2K_PCI should be a module, not built-in.
  * [arm/footbridge] Enable CONFIG_BLK_DEV_IDECD=m since the CATS can
    have a CD-ROM drive.
  * [mips/sb1*] Use ttyS rather than duart as the name for the serial
    console since the latter causes problems with debian-installer.

  [ Bastian Blank ]
  * Update vserver patch to 2.0.2-rc14.
    - Fix sendfile. (closes: #358391, #358752)

 -- Bastian Blank <waldi@debian.org>  Mon, 27 Mar 2006 16:08:20 +0200

linux-2.6 (2.6.16-2) unstable; urgency=low

  [ dann frazier ]
  * [ia64] Set unconfigured options:
      CONFIG_PNP_DEBUG=n and CONFIG_NET_SB1000=m
  * [hppa] Update config for 2.6.16

  [ Martin Michlmayr ]
  * [mips/mipsel] Put something in the generic config file because diff
    will otherwise remove the empty file, causing the build to fail.
  * [mipsel/r5k-cobalt] Set CONFIG_PACKET=y.
  * [arm] Set CONFIG_MACLIST=y for ixp4xx because nas100d needs it.

  [ Frederik Schüler ]
  * Add Maximilian Attems to uploaders list.

 -- Martin Michlmayr <tbm@cyrius.com>  Wed, 22 Mar 2006 15:15:14 +0000

linux-2.6 (2.6.16-1) unstable; urgency=low

  [ Bastian Blank ]
  * New upstream release.
  * Default to initramfs-tools 0.55 or higher on s390.

  [ maximilian attems ]
  * Default to initramfs-tools on arm and armeb.

  [ Martin Michlmayr ]
  * [mips/mipsel] Add an image for the Broadcom BCM91480B evaluation board
    (aka "BigSur").
  * [arm, armeb] Enable the netconsole module.
  * [mipsel/cobalt] Enable the netconsole module.
  * [mips] SB1: Fix interrupt disable hazard (Ralf Baechle).
  * [mips] SB1: Support for 1480 ethernet (Broadcom).
  * [mips] SB1: Support for NAPI (Tom Rix).
  * [mips] SB1: DUART support (Broadcom).
  * [mips] Work around bad code generation for <asm/io.h> (Ralf Baechle).
  * [mips] Fix VINO drivers when using a 64-bit kernel (Mikael Nousiainen).
  * [arm/armeb] Update configs for 2.6.16.
  * [mips/mipsel] Update configs for 2.6.16.
  * [arm/armeb] Enable the SMB module on NSLU2.
  * [mipsel] Enable parallel port modules for Cobalt since there are PCI
    cards that can be used in a Qube.
  * [mipsel] Enable the JFS module on Cobalt.

  [ dann frazier ]
  * [ia64] use yaird on ia64 until #357414 is fixed
  * [ia64] Update configs for 2.6.16

 -- Bastian Blank <waldi@debian.org>  Tue, 21 Mar 2006 16:12:16 +0100

linux-2.6 (2.6.15+2.6.16-rc5-0experimental.1) experimental; urgency=low

  [ Frederik Schüler ]
  * New upstream release candidate.

  [ Martin Michlmayr ]
  * Add initial mips/mipsel 2.6 kernels.
  * Important changes compared to the 2.4 kernels:
    - Drop the XXS1500 flavour since there's little interest in it.
    - Drop the LASAT flavour since these machines never went into
      production.
    - Drop the IP22 R5K (Indy, Indigo2) flavour since the IP22 R4K
      image now also works on machines with a R5K CPU.
    - Add an image for SGI IP32 (O2).
    - Rename the sb1-swarm-bn flavour to sb1-bcm91250a.
    - Enable PCI network (and other) modules on Cobalt.  Closes: #315895.
  * Add various MIPS related patches:
    - Fix iomap compilation on machines without COW.
    - Improve gettimeofday on MIPS.
    - Fix an oops on IP22 zerilog (serial console).
    - Improve IDE probing so it won't take so long on Cobalt.
    - Probe for IDE disks on SWARM.
    - Test whether there's a scache (fixes Cobalt crash).
    - Add Tulip fixes for Cobalt.
  * Fix a typo in the description of the linux-doc-* package,
    thanks Justin Pryzby.  Closes: #343424.
  * [arm] Enable nfs and nfsd modules.
  * [arm/footbride] Suggest nwutil (Netwinder utilities).

 -- Frederik Schüler <fs@debian.org>  Thu,  9 Mar 2006 14:13:17 +0000

linux-2.6 (2.6.15+2.6.16-rc4-0experimental.1) experimental; urgency=low

  [ Frederik Schüler ]
  * New upstream release.
  * Activate CONFIG_DVB_AV7110_OSD on alpha amd64 and ia64.
    Closes: #353292
  * Globally enable NAPI on all network card drivers which support it.

  [ maximilian attems ]
  * Drop fdutils from i386 and amd64 Suggests.
  * Swap lilo and grub Suggests for i386 and amd64.

  [ Jurij Smakov ]
  * Make sure that LOCALVERSION environment variable is not
    passed to a shell while invoking make-kpkg, since it
    appends it to the version string, breaking the build.
    Closes: #349472
  * [sparc32] Re-enable the building of sparc32 images.
  * [sparc64] Re-add (partial) sparc64-atyf-xl-gr.patch, since it
    was only partially applied upstream, so the problem (garbled
    screen output on SunBlade 100) is still present. Thanks to
    Luis Ortiz for pointing it out.
  * Bump the build-dep on kernel-package to 10.035, which fixes
    the problem with building documentation packages.

  [ Martin Michlmayr ]
  * [sparc] Add sys_newfstatat -> sys_fstatat64 fix from git.
  * [arm] Update configs for 2.6.16-rc3.
  * [armeb] Update configs for 2.6.16-rc3.
  * [arm/armeb] Fix compilation error on NSLU2 due to recent flash
    changes.
  * [arm/armeb] Fix a compilation error in the IXP4xx beeper support
    (Alessandro Zummo).

  [ Norbert Tretkowski ]
  * [alpha] Update arch/alpha/config* for 2.6.16-rc3.

 -- Bastian Blank <waldi@debian.org>  Fri, 24 Feb 2006 16:02:11 +0000

linux-2.6 (2.6.15-8) unstable; urgency=high

  [ maximilian attems ]
  * Add stable Release 2.6.15.5:
    - Fix deadlock in br_stp_disable_bridge
    - Fix a severe bug
    - i386: Move phys_proc_id/early intel workaround to correct function
    - ramfs: update dir mtime and ctime
    - sys_mbind sanity checking
    - Fix s390 build failure.
    - Revert skb_copy_datagram_iovec() recursion elimination.
    - s390: add #ifdef __KERNEL__ to asm-s390/setup.h
    - netfilter missing symbol has_bridge_parent
    - hugetlbfs mmap ENOMEM failure
    - IB/mthca: max_inline_data handling tweaks
    - it87: Fix oops on removal
    - hwmon it87: Probe i2c 0x2d only
    - reiserfs: disable automatic enabling of reiserfs inode attributes
    - Fix snd-usb-audio in 32-bit compat environment
    - dm: missing bdput/thaw_bdev at removal
    - dm: free minor after unlink gendisk
    - gbefb: IP32 gbefb depth change fix
    - shmdt cannot detach not-alined shm segment cleanly.
    - Address autoconfiguration does not work after device down/up cycle
    - gbefb: Set default of FB_GBE_MEM to 4 MB
    - XFS ftruncate() bug could expose stale data (CVE-2006-0554)
    - sys_signal: initialize ->sa_mask
    - do_sigaction: cleanup ->sa_mask manipulation
    - fix zap_thread's ptrace related problems
    - fix deadlock in ext2
    - cfi: init wait queue in chip struct
    - sd: fix memory corruption with broken mode page headers
    - sbp2: fix another deadlock after disconnection
    - skge: speed setting
    - skge: fix NAPI/irq race
    - skge: genesis phy initialization fix
    - skge: fix SMP race
    - x86_64: Check for bad elf entry address (CVE-2006-0741)
    - alsa: fix bogus snd_device_free() in opl3-oss.c
    - ppc32: Put cache flush routines back into .relocate_code section
    - sys32_signal() forgets to initialize ->sa_mask
    - Normal user can panic NFS client with direct I/O (CVE-2006-0555)
  * Deactivate merged duplicates: s390-klibc-buildfix.patch,
    powerpc-relocate_code.patch.
  * Add stable Release 2.6.15.6:
    - Don't reset rskq_defer_accept in reqsk_queue_alloc
    - fs/nfs/direct.c compile fix
    - mempolicy.c compile fix, make sure BITS_PER_BYTE is defined
    - [IA64] die_if_kernel() can return (CVE-2006-0742)

  [ Sven Luther ]
  * [powerpc] Disabled CONFIG_IEEE1394_SBP2_PHYS_DMA, which was broken on
    powerpc64, as it used the long deprecated bus_to_virt symbol.
    (Closes: #330225)
  * [powerpc] Fixed gettimeofday breakage causing clock drift.

 -- Bastian Blank <waldi@debian.org>  Mon,  6 Mar 2006 11:06:28 +0100

linux-2.6 (2.6.15-7) unstable; urgency=low

  [ Norbert Tretkowski ]
  * [alpha] Disabled CONFIG_ALPHA_LEGACY_START_ADDRESS for -alpha-generic and
    -alpha-smp flavours, and introduced a new -alpha-legacy flavour for MILO
    based machines, which has CONFIG_ALPHA_LEGACY_START_ADDRESS enabled.
    (closes: #352186)
  * [alpha] Added new patch to support prctl syscall. (closes: #349765)
  * [i386] Renamed kernel-image-2.6-486 to kernel-image-2.6-386, it's meant for
    transition only, and kernel-image-2.6-386 is the package name in sarge.

  [ Jurij Smakov ]
  * Bump build-dependency on kernel-package to 10.035, which is fixed
    to build the documentation packages again.
    Closes: #352000, #348332

  [ Frederik Schüler ]
  * Activate CONFIG_DVB_AV7110_OSD on alpha amd64 and ia64.
    Closes: #353292
  * Deactivate CONFIG_FB_ATY_XL_INIT on all architectures: it is broken and
    already removed in 2.6.16-rc.
    Closes: #353310

  [ Christian T. Steigies ]
  * [m68k] build in cirrusfb driver

 -- Bastian Blank <waldi@debian.org>  Tue, 21 Feb 2006 17:35:21 +0000

linux-2.6 (2.6.15-6) unstable; urgency=low

  [ Bastian Blank ]
  * Moved the mkvmlinuz support patch modification to a -1 version of the
    patch.

  [ maximilian attems ]
  * Add stable treee 2.6.15.4
    - PCMCIA=m, HOSTAP_CS=y is not a legal configuration
    - Input: iforce - do not return ENOMEM upon successful allocation
    - x86_64: Let impossible CPUs point to reference per cpu data
    - x86_64: Clear more state when ignoring empty node in SRAT parsing
    - x86_64: Dont record local apic ids when they are disabled in MADT
    - Fix keyctl usage of strnlen_user()
    - Kill compat_sys_clock_settime sign extension stub.
    - Input: grip - fix crash when accessing device
    - Input: db9 - fix possible crash with Saturn gamepads
    - Input: iforce - fix detection of USB devices
    - Fixed hardware RX checksum handling
    - SCSI: turn off ordered flush barriers
    - Input: mousedev - fix memory leak
    - seclvl settime fix
    - fix regression in xfs_buf_rele
    - md: remove slashes from disk names when creation dev names in sysfs
    - d_instantiate_unique / NFS inode leakage
    - dm-crypt: zero key before freeing it
    - bridge: netfilter races on device removal
    - bridge: fix RCU race on device removal
    - SELinux: fix size-128 slab leak
    - __cmpxchg() must really always be inlined
    - emu10k1 - Fix the confliction of 'Front' control
    - Input: sidewinder - fix an oops
  * Deactivate merged alpha-cmpxchg-inline.patch, sparc64-clock-settime.patch.

  [ Christian T. Steigies ]
  * [m68k] Add fix for m68k/buddha IDE and m68k/mac SCSI driver
  * [m68k] Patch by Peter Krummrich to stop flickering pixels with PicassoII
  * [m68k] make Amiga keyboard usable again, patch by Roman Zippel
  * [m68k] prevent wd33c93 SCSI driver from crashing the kernel, patch by Roman Zippel
  * [m68k] remove SBCs from VME descriptions (closes: #351924)

 -- Frederik Schüler <fs@debian.org>  Fri, 10 Feb 2006 15:33:21 +0000

linux-2.6 (2.6.15-5) unstable; urgency=low

  [ Martin Michlmayr ]
  * Add a fix for the input support for the ixp4xx beeper driver from
    2.6.16-rc2.
  * Add stable tree 2.6.15.3:
    - Fix extra dst release when ip_options_echo fails (CVE-2006-0454)

  [ Sven Luther ]
  * [powerpc] Removed -o root -g root option to mkvmlinuz support patch.
    (Closes: #351412)

 -- Sven Luther <luther@debian.org>  Tue,  7 Feb 2006 19:23:14 +0000

linux-2.6 (2.6.15-4) unstable; urgency=low

  [ Jurij Smakov ]
  * [sparc64] Add sparc64-clock-settime.patch to fix the incorrect
    handling of the clock_settime syscall arguments, which resulted
    in a hang when trying to set the date using 'date -s'. Patch
    by David Miller is applied upstream. Thanks to Ludovic Courtes
    and Frans Pop for reporting and testing.
    Ref: http://marc.theaimsgroup.com/?t=113861017400002&r=1&w=2

  [ Christian T. Steigies ]
  * [m68k] update m68k patch and config to 2.6.15
  * [m68k] SCSI drivers need to be built in until ramdisk generator tools
    supports loading scsi modules
  * [m68k] ISCSI and IDE-TAPE don't compile, disabled
  * [m68k] set CC_OPTIMIZE_FOR_SIZE=n
  * [m68k] added vmeints patch which fixes building for vme

  [ maximilian attems ]
  * Use initramfs-tools for ia64 - fixed klibc.
  * Add stable tree 2.6.15.2:
    - Fix double decrement of mqueue_mnt->mnt_count in sys_mq_open
    - (CVE-2005-3356)
    - Mask off GFP flags before swiotlb_alloc_coherent
    - usb-audio: don't use empty packets at start of playback
    - Make second arg to skb_reserved() signed.
    - Input: HID - fix an oops in PID initialization code
    - Fix oops in ufs_fill_super at mount time
    - Kill blk_attempt_remerge()
    - Fix i2o_scsi oops on abort
    - Fix mkiss locking bug
    - Fix timekeeping on sparc64 ultra-IIe machines
    - Someone broke reiserfs v3 mount options and this fixes it
  * Deactivate sparc64-jumping-time.patch, amd64-pppd-fix.patch incl in aboves.
  * Add s390-klibc-buildfix.patch, regression due to header file changes.

  [ Steve Langasek ]
  * [alpha] set __attribute__((always_inline)) on __cmpxchg(), to avoid
    wrong optimizations with -Os (Closes: #347556).

  [ Martin Michlmayr ]
  * Add input support for the ixp4xx beeper driver (Alessandro Zummo).
  * [arm] Add NSLU2 specific portion of ixp4xx beeper driver (Alessandro Zummo).
  * [arm/nslu2] Build PPP as a module.
  * [arm/nslu2] Enable wireless.
  * [arm/nslu2] Enable most USB modules.
  * [arm/nslu2] Enable ALSA and USB sound modules.
  * [arm/nslu2] Set 4 MB as the size of the initrd in the kernel cmd line.
  * [arm/footbridge] Set CONFIG_BLK_DEV_RAM_SIZE to 8192.
  * [armeb] Add support for big-endian ARM.
  * [armeb/nslu2] Use the nslu2 config from arm.

  [ Frederik Schüler ]
  * [amd64] Add amd64-pppd-fix.patch to fix kernel panic when using pppd.
    (Closes: #347711)
  * Add 64bit-vidiocswin-ioctl-fix.patch to fix VIDIOCSWIN ioctl on 64bit
    kernel 32bit userland setups. (Closes: #349338)

  [ Sven Luther ]
  * [powerpc] Adapted apus config file to be more modular and in sync with the
    other powerpc configs. Scsi drivers are disabled as they don't build
    cleanly though (need some esp stuff).
  * [powerpc] Default to initramfs-tools as initramfs generator, as klibc
    build is fixed now.

  [ Bastian Blank ]
  * [powerpc] Fix dependencies of image packages.

 -- maximilian attems <maks@sternwelten.at>  Wed,  1 Feb 2006 11:34:20 +0100

linux-2.6 (2.6.15-3) unstable; urgency=low

  [ Martin Michlmayr ]
  * [arm] Update configs for 2.6.15; closes: #347998.
  * [arm] Activate tmpfs.
  * [arm] Allow modules to be unloaded.
  * [arm] Enable CONFIG_INPUT_EVDEV since yaird needs this module in
    order to generate initrds.
  * [arm/footbridge] Activate IDEPCI so SL82C105 will really be
    compiled in.
  * [arm/footbridge] Activate the right network drivers (Tulip and
    NE2K).
  * [arm/footbridge] Enable more framebuffer drivers.
  * debian/patches/arm-fix-dc21285.patch: Fix compilation of DC21285
    flash driver.
  * [arm/footbridge] Enable MTD and the DC21285 flash driver.
  * [arm/footbridge] Enable RAID and LVM modules.
  * [arm/footbridge] Enable USB modules.
  * [arm/nslu2] Add an image for Network Storage Link for USB 2.0 Disk
    Drives.
  * debian/patches/arm-memory-h-page-shift.patch: Fix error "PAGE_SHIFT
    undeclared" (Rod Whitby).
  * debian/patches/mtdpart-redboot-fis-byteswap.patch: recognise a foreign
    endian RedBoot partition table (John Bowler).
  * debian/patches/maclist.patch: Add support for the maclist interface
    (John Bowler).
  * debian/patches/arm-nslu2-maclist.patch: Add NSLU2 maclist support
    (John Bowler).
  * [arm/nslu2] Activate maclist.

  [ maximilian attems ]
  * Add stable tree 2.6.15.1:
    - arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies
    - moxa serial: add proper capability check
    - fix /sys/class/net/<if>/wireless without dev->get_wireless_stats
    - Don't match tcp/udp source/destination port for IP fragments
    - Fix sys_fstat64() entry in 64-bit syscall table.
    - UFS: inode->i_sem is not released in error path
    - netlink oops fix due to incorrect error code
    - Fix onboard video on SPARC Blade 100 for 2.6.{13,14,15}
    - Fix DoS in netlink_rcv_skb() (CVE-2006-0035)
    - fix workqueue oops during cpu offline
    - Fix crash in ip_nat_pptp (CVE-2006-0036)
    - Fix another crash in ip_nat_pptp (CVE-2006-0037)
    - ppc32: Re-add embed_config.c to ml300/ep405
    - Fix ptrace/strace
    - vgacon: fix doublescan mode
    - BRIDGE: Fix faulty check in br_stp_recalculate_bridge_id()
    - skge: handle out of memory on ring changes
  * Drop merged patch:
    - sparc64-atyfb-xl-gr-final.patch

  [ Simon Horman ]
  * Fix booting on PReP machines
    (Closes: #348040)
    powerpc-relocate_code.patch

 -- Simon Horman <horms@verge.net.au>  Tue, 17 Jan 2006 18:01:17 +0900

linux-2.6 (2.6.15-2) unstable; urgency=low

  [ maximilian attems ]
  * Default to initramfs-tools as initramfs generator for amd64, hppa, i386,
    alpha and sparc. More archs will be added once klibc matures.
    (Closes: #346141, #343147, #341524, #346305)
  * Backport alsa patch for opl3 - Fix the unreleased resources.
    (Closes: #346273)
  * Readd buslogic-pci-id-table.patch.

  [ dann frazier ]
  * [ia64] Update config for 2.6.15.

  [ Frederik Schüler ]
  * Make CONFIG_IPW2100 a per-architecture option and deactivate it on all
    architectures but i386. (Closes: #344515)

  [ Sven Luther ]
  * Removed spurious file from powerpc-apus patch. (Closes: #346159)

  [ Norbert Tretkowski ]
  * Backport the generic irq framework for alpha. (closes: #339080)

  [ Bastian Blank ]
  * Remove pre-sarge conflict with hotplug.
  * Fix hppa diff to apply.
  * Make the latest packages depend on the corect version of the real images.
    (closes: #346366)

 -- Bastian Blank <waldi@debian.org>  Tue, 10 Jan 2006 16:54:21 +0100

linux-2.6 (2.6.15-1) unstable; urgency=low

  [ Sven Luther ]
  * New upstream release.
  * [powerpc] Now use ARCH=powerpc for 64bit powerpc flavours, 32bit still
    stays with ARCH=ppc for now.
  * [powerpc] Readded PReP Motorola PowerStack II Utah IDE interrupt
    (Closes: #345424)
  * [powerpc] Fixed apus patch.
  * Added make-kpkg --arch option support to gencontrol.py.
  * Added debian/bin/kconfig.ml to process config file snipplet, so we can
    preserve the pre 2.6.15 ordering of config file snipplets. Upto 2.6.15
    the kernel Kconfig magic apparently kept the later occuring config options,
    but it seems that this is no more the case. Instead of catting the config
    files together, not use the kconfig.ml script to read in the files from
    more generic to more specific, and keep only the more specific.

  [ Bastian Blank ]
  * [s390] Update configs.

  [ Kyle McMartin ]
  * [hppa] Snag latest hppa.diff from cvs.parisc-linux.org.
  * [hppa] Update configs for 2.6.15.
  * [hppa] Change parisc kernel names to something less ambiguous.

  [ dann frazier ]
  * [ia64] Update ia64 configs

  [ maximilian attems ]
  * Drop modular-ide.patch, nacked by ide upstream.  Prevents udev to load
    ide-generic and those successfull boots with initramfs-tools.
  * Disable CONFIG_USB_BANDWIDTH, causes major trouble for alsa usb cards.

  [ Norbert Tretkowski ]
  * [alpha] Removed conflict with initramfs-tools, thanks vorlon for finding
    the klibc bug!

  [ Jonas Smedegaard ]
  * Adjust short description of transitional package kernel-image-2.6-
    486 to mention 2.6 (not 2.6.12).
  * Clean duplicate Kconfig options.

  [ Frederik Schüler ]
  * Add updated version of drivers-scsi-megaraid_splitup.patch.
  * Deactivate CONFIG_IDE_TASK_IOCTL on alpha and ia64 and make it a global
    option.
  * Make CONFIG_VIDEO_SAA7134 a global option.
  * New option CONFIG_CC_OPTIMIZE_FOR_SIZE set per-arch.
  * Rename i386 368 flavour to 486.
  * Add myself to uploaders.
  * Readdition of qla2xxx drivers, as firmware license has been fixed.
  * Make CONFIG_PACKET, PACKET_MM and UNIX builtin on all architectures:
    statically linked has better performance then modules due to TLB issue.
  * clean up debian-patches dir: remove all obsolete patches:
    - alpha-compile-fix.patch: obsolete
    - amd64-int3-fix.patch: fixed since 2.6.12
    - net-ipconntrack-nat-fix.patch: merged upstream after 2.6.14 release
    - net-nf_queue-oops.patch: merged upstream after 2.6.14 release
    - qla2xxx-removed.patch: obsolete
  * Drop M386 support remains from the i386 386 flavour: built with M486 
    from now on.

  [ Martin Michlmayr ]
  * [arm] Don't define "compiler" since GCC 4.x is the default now anyway.
  * [arm] Add descriptions for "class" and "longclass".
  * [arm] Compile CONFIG_BLK_DEV_SL82C105 support into the kernel on
    Footbridge.
  * [arm] Compile ext3 support into the kernel on Footbridge.
  * [arm] Turn on CONFIG_SERIAL_8250 support on Footbridge.

  [ Jurij Smakov ]
  * [sparc] Correct the patch for the atyfb framebuffer driver
    (sparc64-atyfb-xl-gr.patch) to finally fix the console and X
    image defects on Blade 100/150. The new patch is named
    sparc64-atyfb-xl-gr-final.patch to avoid the confusion.
    Thanks to Luis F. Ortiz for fixing the patch and Luigi Gangitano
    for testing it out.
  * Drop tty-locking-fixes9.patch, which was preventing the oops during
    shutdown on some sparc machines with serial console. Proper fix has
    been incorporated upstream.
  
  [ Simon Horman ]
  * Enable MKISS globally (closes: #340215)
  * Add recommends libc6-i686 to 686 and k7 image packages
    (closes: #278729)
  * Enable OBSOLETE_OSS_USB_DRIVER and USB_AUDIO
    as alsa snd-usb-audio still isn't quite there.
    I expect this to be re-disabled at some stage,
    possibly soon if it proves to be a source of bugs.
    (closes: #340388)

 -- Sven Luther <luther@debian.org>  Tue,  3 Jan 2006 06:48:07 +0000

linux-2.6 (2.6.14-7) unstable; urgency=low

  [ maximilian attems ]
  * Add stable tree 2.6.14.5 fixes:
    - setting ACLs on readonly mounted NFS filesystems (CVE-2005-3623)
    - Fix bridge-nf ipv6 length check
    - Perform SA switchover immediately.
    - Input: fix an OOPS in HID driver
    - Fix hardware checksum modification
    - kernel/params.c: fix sysfs access with CONFIG_MODULES=n
    - Fix RTNLGRP definitions in rtnetlink.h
    - Fix CTA_PROTO_NUM attribute size in ctnetlink
    - Fix unbalanced read_unlock_bh in ctnetlink
    - Fix NAT init order
    - Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE
    - dpt_i2o fix for deadlock condition
    - SCSI: fix transfer direction in sd (kernel panic when ejecting iPod)
    - SCSI: fix transfer direction in scsi_lib and st
    - Fix hardware rx csum errors
    - Fix route lifetime.
    - apci: fix NULL deref in video/lcd/brightness
  * Disable CONFIG_USB_BANDWIDTH, causes major trouble on alsa usb cards.
    (Closes: #344939)

 -- maximilian attems <maks@sternwelten.at>  Tue, 27 Dec 2005 20:50:28 +0100

linux-2.6 (2.6.14-6) unstable; urgency=low

  [ Kyle McMartin ]
  * Change parisc kernel names to something less ambiguous.

  [ maximilian attems ]
  * Drop modular-ide.patch, nacked by ide upstream.  Prevents udev to load
    ide-generic and those successfull boots with initramfs-tools.
  * Add stable tree 2.6.14.4 with the following fixes:
    - drivers/scsi/dpt_i2o.c: fix a user-after-free
    - drivers/message/i2o/pci.c: fix a use-after-free
    - drivers/infiniband/core/mad.c: fix a use-after-free
    - DVB: BUDGET CI card depends on STV0297 demodulator
    - setkeys needs root
    - Fix listxattr() for generic security attributes
    - AGPGART: Fix serverworks TLB flush.
    - Fix crash when ptrace poking hugepage areas
    - I8K: fix /proc reporting of blank service tags
    - i82365: release all resources if no devices are found
    - bonding: fix feature consolidation
    - libata: locking rewrite (== fix)
    - cciss: bug fix for BIG_PASS_THRU
    - ALSA: nm256: reset workaround for Latitude CSx
    - cciss: bug fix for hpacucli
    - V4L/DVB: Fix analog NTSC for Thomson DTT 761X hybrid tuner
    - BRIDGE: recompute features when adding a new device
    - 32bit integer overflow in invalidate_inode_pages2()
    - USB: Adapt microtek driver to new scsi features
    - ide-floppy: software eject not working with LS-120 drive
    - Add try_to_freeze to kauditd
    - V4L/DVB (3135) Fix tuner init for Pinnacle PCTV Stereo
    - NETLINK: Fix processing of fib_lookup netlink messages
    - ACPI: fix HP nx8220 boot hang regression

  [ Norbert Tretkowski ]
  * [alpha] Removed conflict with initramfs-tools, thanks vorlon for finding
    the klibc bug!

  [ Frederik Schüler ]
  * Add updated drivers-scsi-megaraid_splitup.patch. (Closes: #317258)
  * Add ppc64-thermal-overtemp.patch to fix a thermal control bug in G5
    machines. (Closes: #343980)
  * Unpatch the following patches which are included in 2.6.14.4:
    - setkeys-needs-root-1.patch
    - setkeys-needs-root-2.patch
    - mm-invalidate_inode_pages2-overflow.patch
    - net-bonding-consolidation-fix.patch

 -- Frederik Schüler <fs@debian.org>  Tue, 20 Dec 2005 18:50:41 +0000

linux-2.6 (2.6.14-5) unstable; urgency=low

  [ dann frazier ]
  * ia64-new-assembler-fix.patch
    Fix ia64 builds with newer assembler (Closes: #341257)

  [ Sven Luther ]
  * [powerpc] incremented ramdisk size to 24576 from 8192, needed by the
    graphical installer, maybe we can bring this to 16384 later.

  [ Simon Horman ]
  * Add recommends libc6-i686 to 686 and k7 image packages
    (closes: #278729)
  * Enable OBSOLETE_OSS_USB_DRIVER and USB_AUDIO
    as alsa snd-usb-audio still isn't quite there.
    I expect this to be re-disabled at some stage,
    possibly soon if it proves to be a source of bugs.
    (closes: #340388)

  [ dann frazier ]
  * buslogic-pci-id-table.patch
    add a pci device id table to fix initramfs-tools discovery.
    (closes #342057)
  * fix feature consolidation in bonding driver.  (closes #340068)

 -- dann frazier <dannf@debian.org>  Thu,  8 Dec 2005 10:59:31 -0700

linux-2.6 (2.6.14-4) unstable; urgency=low

  [ dann frazier ]
  * setkeys-needs-root-1.patch, setkeys-needs-root-2.patch:
    [SECURITY] Require root privilege to write the current
    function key string entry of other user's terminals.
    See CVE-2005-3257 (Closes: #334113)

  [ Simon Horman ]
  * Enable MKISS globally (closes: #340215)
  * mm-invalidate_inode_pages2-overflow.patch
    [SECURITY] 32bit integer overflow in invalidate_inode_pages2() (local DoS)
  * ctnetlink-check-if-protoinfo-is-present.patch
    [SECURITY] ctnetlink: check if protoinfo is present (local DoS)
  * ctnetlink-fix-oops-when-no-icmp-id-info-in-message.patch
    [SECURITY] ctnetlink: Fix oops when no ICMP ID info in message (local DoS)

  [ Sven Luther ]
  * Re-added powerpc/apus patch, now that Roman Zippel merged it in.
  * Let's create asm-(ppc|ppc64) -> asm-powerpc symlink farm.  (Closes: #340571)

  [ maximilian attems ]
  * Add 2.6.14.3 patch - features changelog:
    - isdn/hardware/eicon/os_4bri.c: correct the xdiLoadFile() signature
    - x86_64/i386: Compute correct MTRR mask on early Noconas
    - PPTP helper: Fix endianness bug in GRE key / CallID NAT
    - nf_queue: Fix Ooops when no queue handler registered
    - ctnetlink: check if protoinfo is present
    - ip_conntrack: fix ftp/irc/tftp helpers on ports >= 32768
    - VFS: Fix memory leak with file leases
    - hwmon: Fix lm78 VID conversion
    - hwmon: Fix missing it87 fan div init
    - ppc64 memory model depends on NUMA
    - Generic HDLC WAN drivers - disable netif_carrier_off()
    - ctnetlink: Fix oops when no ICMP ID info in message
    - Don't auto-reap traced children
    - packet writing oops fix
    - PPTP helper: fix PNS-PAC expectation call id
    - NAT: Fix module refcount dropping too far
    - Fix soft lockup with ALSA rtc-timer
    - Fix calculation of AH length during filling ancillary data.
    - ip_conntrack TCP: Accept SYN+PUSH like SYN
    - refcount leak of proto when ctnetlink dumping tuple
    - Fix memory management error during setting up new advapi sockopts.
    - Fix sending extension headers before and including routing header.
    - hwmon: Fix missing boundary check when setting W83627THF in0 limits
  * Remove ctnetlink-check-if-protoinfo-is-present.patch,
    net-nf_queue-oops.patch - already included in 2.6.14.3.

  [ Frederik Schüler ]
  * Make CONFIG_PACKET, PACKET_MM and UNIX builtin on all architectures:
    statically linked has better performance then modules due to TLB issue.
  * Add myself to uploaders.

 -- Frederik Schüler <fs@debian.org>  Sat, 26 Nov 2005 13:18:41 +0100

linux-2.6 (2.6.14-3) unstable; urgency=low

  [ Norbert Tretkowski ]
  * [alpha] Switch to gcc 4.0.
  * [alpha] Conflict with initramfs-tools, klibc is broken on alpha.
  * [alpha] Enabled CONFIG_KOBJECT_UEVENT in arch/alphaconfig to fix trouble
    with latest udev, thanks to Uwe Schindler for reporting. (closes: #338911)
  * Bumped ABI revision:
    + ABI changes on sparc and alpha because of compiler switch.
    + 2.6.14.1 changes ABI of procfs.

  [ Sven Luther ]
  * Set default TCP congestion algorithm to NewReno + BIC (Closes: #337089)

  [ maximilian attems ]
  * Reenable CONFIG_SOFTWARE_SUSPEND on i386 and ppc, resume=/dev/<other device>
    must be set by boot loader. (Closes: #267600)
  * Set CONFIG_USB_SUSPEND on i386. Usefull for suspend to ram and apm suspend.
  * Add 2.6.14.1 patch:
    - Al Viro: CVE-2005-2709 sysctl unregistration oops
  * Add 2.6.14.2 patch:
    - airo.c/airo_cs.c: correct prototypes
    - fix XFS_QUOTA for modular XFS (closes: #337072)
    - USB: always export interface information for modalias
    - NET: Fix zero-size datagram reception
    - fix alpha breakage
    - Oops on suspend after on-the-fly switch to anticipatory i/o scheduler
    - ipvs: fix connection leak if expire_nodest_conn=1
    - Fix ptrace self-attach rule
    - fix signal->live leak in copy_process()
    - fix de_thread() vs send_group_sigqueue() race
    - prism54 : Fix frame length
    - tcp: BIC max increment too large
  * Remove alpha compile fix as contained in 2.6.14.2
  * Readd CONFIG_XFS_QUOTA=y.
  * Disable ACPI cutoff year on i386, was set to 2001.
    No need for acpi=force on boot.

  [ Jurij Smakov ]
  * Fix the install-image script to correctly include all the necessary
    stuff in scripts. (Closes: #336424)
  * Enable CONFIG_SND_ALI5451 on sparc.
  * Switch sparc to gcc-4.0. Thanks to Norbert for making sure it successfully
    builds a working kernel now.
  * Apply patch to fix ATI framebuffer output corruption on SunBlade 100
    (sparc64-atyfb-xl-gr.patch). Thanks to Luigi Gangitano. (Closes: #321200)
  * Disable CONFIG_PARPORT_PC_FIFO on sparc, since it causes a hang whenever
    something is sent to the parallel port device. Thanks to Attilla
    (boera at rdslink.ro) for pointing that out.

  [ Simon Horman ]
  * [386, AMD64] Set CONFIG_FRAMEBUFFER_CONSOLE=y instead of m.
    As vesadb now built into the kernel, after finally dropping the
    debian-specific patch to make it modular, make fbcons builtin too, else
    all sorts of weird stuff happens which is hard for the inird builders to
    automatically compenste for. (Closes: #336450)
  * Redisable CONFIG_SOFTWARE_SUSPEND on ppc/miboot as it required
    CONFIG_PM to compile.
  * [NETFILTER] nf_queue: Fix Ooops when no queue handler registered
    This is a regression introduced in 2.6.14.
    net-nf_queue-oops.patch. (Closes: #337713)
  * Make manuals with defconfig, as is required for kernel-package 10.008

  [ dann frazier ]
  * net-ipconntrack-nat-fix.patch - fix compilation of
    ip_conntrack_helper_pptp.c when NAT is disabled. (Closes: #336431)

  [ Christian T. Steigies ]
  * update m68k.diff to 2.6.14
  * add m68k-*vme* patches
  * disable macsonic driver until the dma patch is fixed
  * disable IEEE80211 drivers for all of m68k

  [ Frederik Schüler ]
  * activate CONFIG_SECURITY_NETWORK to fix SElinux operation.
    (Closes: #338543)

 -- Norbert Tretkowski <nobse@debian.org>  Mon, 14 Nov 2005 10:23:05 +0100

linux-2.6 (2.6.14-2) unstable; urgency=low

  [ Simon Horman ]
  * [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
    This fix, included as part of the 2.6.13.4 patch in
    2.6.13+2.6.14-rc4-0experimental.1 is CVE-2005-3181
  * Fix genearation of .extraversion, again (closes: #333842)
  * Add missing kernel-arch and kernel-header-dirs to defines
    so headers get included. (closes: #336521)
    N.B: I only filled in arches where other's hadn't done so alread.
         Please fix if its wrong.
  * Allow powerpc64 to compile with AUDIT enabled but
    AUDITSYSCALL disabled. powerpc64-audit_sysctl-build.patch

  [ dann frazier ]
  * Update hppa.diff to 2.6.14-pa0

  [ Norbert Tretkowski ]
  * [alpha] New patch to include compiler.h in barrier.h, barrier() is used in
    non-SMP case.
  * [alpha] Added kernel-header-dirs and kernel-arch to debian/arch/alpha/defines
    to include asm-alpha in linux-headers package.
  * Added myself to Uploaders.

  [ Frederik Schüler ]
  * [amd64] use DISCONTIGMEM instead of SPARSEMEM on amd64-k8-smp flavour to
    fix bootup kernel panic.
  * [amd64] include asm-x86_64 in linux-headers package.
  * Deactivate AUDITSYSCALL globally, it slows down the kernel and is not
    needed for selinux at all.

 -- Simon Horman <horms@debian.org>  Tue,  1 Nov 2005 15:27:40 +0900

linux-2.6 (2.6.14-1) unstable; urgency=low

  [ Sven Luther ]
  * New upstream release.

  [ Norbert Tretkowski ]
  * [alpha] Update arch/alpha/config* for 2.6.14.

  [ Simon Horman ]
  * Fix misformatting of long description of
    linux-patch-debian-linux-patch-debian-X.Y.Z.
    templates/control.main.in
    (closes: #335088)
  * Make sure version is seeded in apply and unapply scripts.
    Actually changed in some earlier, post 2.6.12, release,
    but the changelog seems to be missing.
    (closes: #324583)

  [ dann frazier ]
  * [ia64] Disable the CONFIG_IA64_SGI_SN_XP module.  This forces
    CONFIG_GENERIC_ALLOCATOR and CONFIG_IA64_UNCACHED_ALLOCATOR to y, which
    appears to break on zx1 systems.

 -- Simon Horman <horms@debian.org>  Fri, 28 Oct 2005 16:26:03 +0900

linux-2.6 (2.6.13+2.6.14-rc5-0experimental.1) experimental; urgency=low

  [ Sven Luther ]
  * Upgraded to 2.6.14-rc5.

  [ Jonas Smedegaard ]
  * Quote variables in debian/rules.real and postinstall (making it
    safer to run with weird characters in path of build environment).

  [ Bastian Blank ]
  * Add some missing files from scripts to headers packages.
  * Add new patch powerpc-build-links.patch: Emit relative symlinks in
    arch/ppc{,64}/include.
  * Include arch/*/include into headers package.

 -- Sven Luther <luther@debian.org>  Tue, 25 Oct 2005 03:56:11 +0000

linux-2.6 (2.6.13+2.6.14-rc4-0experimental.1) experimental; urgency=low

  [ Sven Luther ]
  * Upgraded to 2.6.14-rc4.

  [ Simon Horman ]
  * Fix genearation of .extraversion (closes: #333842)

  [ dann frazier ]
  * Enhance the linux-source description to explain the types of patches
    Debian adds to it.  (closes: #258043)
  * Correct linux-patch-debian description.  It replaces the
    kernel-patch-debian packages, not the kernel-source packages.

  [ Jonas Smedegaard ]
  * Fix building from within a very long dir (all patches was applied at
    once - exhausting shell commandline, now applied one by one).
  * Add Simon Horman, Sven Luther and myself as Uploaders.

  [ Bastian Blank ]
  * Use list of revisions in patch scripts.
  * Use correct names for tarball and scripts.

  [ Jurij Smakov ]
  * [i386] Set the CONFIG_HPET_EMULATE_RTC option to make the clock
    work properly on certain Dell machines. This required setting the
    CONFIG_RTC option to 'y' instead of 'm'. (closes: #309909)
    [i386] Enable VIDEO_CX88 and VIDEO_CX88_DVB (both set to 'm') by
    popular demand. (closes: #330916)

  [ Norbert Tretkowski ]
  * [alpha] Update arch/alpha/config for 2.6.13.

  [ Kyle McMartin ]
  * [hppa] Oops. Fix linux-headers not including asm-parisc by adding
    headers_dirs = parisc to Makefile.inc.

  [ maximilian attems ]
  * Set CONFIG_FB_VESA=y for i386 and amd64 configs. (closes: #333003)

  [ Sven Luther ]
  * [powerpc] Fixed apus build, now use mkvmlinuz too to generate the vmlinuz
    kernel.
  * Fixed control.image.in to depend on :
      initramfs-tools | yaird | linux-ramdisk-tool
    where linux-ramdisk-tools is the virtual package provided by all
    initrd/initramfs generating tools.

  [ Frederik Schüler ]
  * deactivate FB_RIVA on all architectures.
  * deactivate BLK_DEV_IDESCSI on all architectures.
  * Added patch-2.6.13.4:
    - [SECURITY] key: plug request_key_auth memleak 
      See CAN-2005-3119
    - [SECURITY] Fix drm 'debug' sysfs permissions
      See CAN-2005-3179
    - [SECURITY] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
    - [SPARC64] Fix userland FPU state corruption.
    - BIC coding bug in Linux 2.6.13
    - [SECURITY] orinoco: Information leakage due to incorrect padding 
      See CAN-2005-3180
    - ieee1394/sbp2: fixes for hot-unplug and module unloading

  [ Christian T. Steigies ]
  * disable CONFIG_EXT2_FS_XIP for m68k like on all(?) other arches
  * deactivate OKTAGON_SCSI for amiga/m68k until it can be compiled again
  * deactivate CONFIG_KEYBOARD_HIL_OLD, CONFIG_KEYBOARD_HIL, CONFIG_MOUSE_HIL,
    CONFIG_HIL_MLC, and CONFIG_HP_SDC for hp/m68k
  * update m68k.diff for 2.6.13
  * split out patches that do not intefere with other arches to
    patches-debian/m68k-*

 -- Bastian Blank <waldi@debian.org>  Fri, 21 Oct 2005 12:17:47 +0000

linux-2.6 (2.6.13-1) experimental; urgency=low

  * New upstream release "git booost":
    - new arch xtensa
    - kexec/kdump
    - execute-in-place
    - inotify (closes: #304387)
    - time-sharing cfq I/O scheduler
    - manual driver binding
    - voluntary preemption
    - user-space I/O initiation for InfiniBand
    - new speedy DES (crypto) implementation
    - uml "almost-skas" mode support
    - 250 HZ default (closes: #320366)
    - fixes all over (alsa, archs, ide, input, ntfs, scsi, swsusp, usb, ..)
    - orinoco driver updates (closes: #291684)
    - md, dm updates (closes: #317787)

  [ Frederik Schüler ]
  * [amd64] Added class and longclass descriptions for amd64 flavours.
  * [amd64] add amd64-tlb-flush-sigsegv-fix.patch: disable tlb flush
    filtering on smp systems to workaround processor errata.
  * backport kernel-api-documentation-generation-fix.diff from git to fix
    documentation build.
  * Added patch-2.6.13.1:
    - raw_sendmsg DoS (CAN-2005-2492)
    - 32bit sendmsg() flaw (CAN-2005-2490)
    - Reassembly trim not clearing CHECKSUM_HW
    - Use SA_SHIRQ in sparc specific code.
    - Fix boundary check in standard multi-block cipher processors
    - 2.6.13 breaks libpcap (and tcpdump)
    - x86: pci_assign_unassigned_resources() update
    - Fix PCI ROM mapping
    - aacraid: 2.6.13 aacraid bad BUG_ON fix
    - Kconfig: saa7134-dvb must select tda1004x

  [ Simon Horman ]
  * Disable BSDv3 accounting on hppa and alpha, it was already
    disabled on all other architectures. Also unify BSD accounting
    config into top level config, rather than per flavour configs.
  * [SECURITY] The seq_file memory leak fix included in 2.6.12-6
    as part of upstream's 2.6.12.6 patchset is now CAN-2005-2800.

  [ Jurij Smakov, Simon Horman ]
  * Ensure that only one kernel-manual/linux-manual package can
    be installed at a time to avoid file conflicts. (closes: #320042)

  [ Bastian Blank ]
  * Move audit, preempt and security settings to core config file.
  * Fix powerpc configuration.
  * Add debian version information to kernel version string.
  * Drop coreutils | fileutils dependencies.
  * Drop modular-vesafb patch. (closes: #222374, #289810)

  [ Christian T. Steigies ]
  * update m68k.diff for linux-2.6.13
  * add m68k-42_dma.patch and m68k-sonic.patch that will be in upstream 2.6.14
    (which makes sun3 build fail, needs fixing)

  [ maximilian attems ]
  * Drop drivers-add-scsi_changer.patch (merged)
  * Drop drivers-ide-dma-blacklist-toshiba.patch (merged)
  * Drop drivers-ide-__devinit.patch (merged)
  * Added patch-2.6.13.2:
    - USB: ftdi_sio: custom baud rate fix
    - Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
    - Fix MPOL_F_VERIFY
    - jfs: jfs_delete_inode must call clear_inode
    - Fix DHCP + MASQUERADE problem
    - Sun HME: enable and map PCI ROM properly
    - Sun GEM ethernet: enable and map PCI ROM properly
    - hpt366: write the full 4 bytes of ROM address, not just low 1 byte
    - forcedeth: Initialize link settings in every nv_open()
    - Lost sockfd_put() in routing_ioctl()
    - lost fput in 32bit ioctl on x86-64
  * Added patch-2.6.13.3:
    - Fix fs/exec.c:788 (de_thread()) BUG_ON
    - Don't over-clamp window in tcp_clamp_window()
    - fix IPv6 per-socket multicast filtering in exact-match case
    - yenta oops fix
    - ipvs: ip_vs_ftp breaks connections using persistence
    - uml - Fix x86_64 page leak
    - skge: set mac address oops with bonding
    - tcp: set default congestion control correctly for incoming connections

  [ Sven Luther ]
  * [powerpc] Added hotplug support to the mv643xx_eth driver :
      powerpc-mv643xx-hotplug-support.patch
    thanks go to Nicolas Det for providing the patch.
  * [powerpc] Modified a couple of configuration options for the powerpc64
    flavour, fixes and enhances Apple G5 support (Closes: #323724, #328324)
  * [powerpc] Added powerpc-miboot flavour to use exclusively with oldworld
    powermac miboot floppies for debian-installer.
  * [powerpc] Checked upgraded version of the apus patches, separated them in
    a part which is safe to apply, and one which needs checking, and is thus
    not applied yet.

  [ Kyle McMartin ]
  * [hppa] Update hppa.diff to 2.6.13-pa4.
  * [hppa] Add space register fix to pacache.S to hppa.diff.

  [ dann frazier ]
  * Add a note to README.Debian that explains where users can find the .config
    files used to generate the linux-image packages.  Closes: #316809
  * [ia64] Workaround #325070 until upstream works out an acceptable solution.
    This bug breaks module loading on non-SMP ia64 kernels.  The workaround
    is to temporarily use an SMP config for the non-SMP kernels.  (Note that
    John Wright is running benchmarks to determine the overhead of running
    an SMP kernel on UP systems to help decide if this should be a
    permanent change).
  * [ia64] Update arch/ia64/config for 2.6.13

 -- Simon Horman <horms@debian.org>  Thu,  6 Oct 2005 15:45:21 +0900

linux-2.6 (2.6.12-6) unstable; urgency=high

  [ Andres Salomon, Bastian Blank ]
  * Change ATM and Classical-IP-over-ATM to be modular, instead of being
    statically included. (closes: #323143)

  [ Sven Luther ]
  * [powerpc] powerpc-pmac-sound-check.patch: Added pmac-sound sanity check.
  * [powerpc] powerpc-apus.patch:
    Added preliminary apus patch to package, not applied to kernel tree yet.

  [ Simon Horman ]
  * Unset CC_OPTIMIZE_FOR_SIZE in i386 config,
    it breaks iproute's (and other netlink users) ability
    to set routes. (closes: #322723)
  * Added 2.6.12.6
    - [SECURITY: CAN-2005-2555] Restrict socket policy loading to
      CAP_NET_ADMIN.
    - [SECURITY] Fix DST leak in icmp_push_reply().  Possible remote
      DoS?
    - [SECURITY] NPTL signal delivery deadlock fix; possible local
      DoS.
    - fix gl_skb/skb type error in genelink driver in usbnet
    - [SECURITY] fix a memory leak in devices seq_file implementation;
      local DoS.
    - [SECURITY] Fix SKB leak in ip6_input_finish(); local DoS.

  [ Andres Salomon ]
  * [hppa] enable discontiguous memory support for 32bit hppa images, so
    they build.

 -- Andres Salomon <dilinger@debian.org>  Tue, 06 Sep 2005 10:14:35 -0400

linux-2.6 (2.6.12-5) unstable; urgency=low

  * Change ARM to use GCC 3.3 to avoid FTBFS errors with GCC 4
   (dann frazier)

  * Remove spurious double quote character from ia64 package descriptions.
    (dann frazier)

  * Add transitional meta packages (kernel-image-2.6-*) for ia64.
    (dann frazier)

  * Change fuzz factor to 1, stricter patch appliance. (Maximilian Attems)

  * Enabled CONFIG_THERM_PM72 on powerpc64 flavour. (Sven Luther)

 -- Bastian Blank <waldi@debian.org>  Tue, 16 Aug 2005 21:43:31 +0200

linux-2.6 (2.6.12-4) unstable; urgency=low

  * Supply correct subarch values for the powerpc images.

 -- Bastian Blank <waldi@debian.org>  Mon, 15 Aug 2005 21:06:18 +0200

linux-2.6 (2.6.12-3) unstable; urgency=low

  * Added reference to old kernel-* package names to make
    transition a little more obvious to end users.
    A Dan Jacobson special. (Simon Horman) Closes: #321167

  * By the time this makes it into the archive, it will
    be handling kernel-image-2.6-* packages. (Simon Horman)
    Closes: #321867

  * Link palinfo statically on ia64. (dann frazier) (Closes: #321885)

  * [hppa] :
    - Add hppa arch specific patch.
    - Build-Depend on binutils-hppa64 and gcc-4.0-hppa64.
    (Kyle McMartin)

  * Fix permissions in source tarball. (Bastian Blank) (Closes: #322409)

  * Enable the CONFIG_IP_ADVANCED_ROUTER and related options on
    sparc64 to sync with other architectures. (Jurij Smakov)
    Closes: #321236

  * Include all executables as well as *.sh and *.pl files found in
    scripts directory in the headers package. (Bastian Blank)
    Closes: #322612, #322680, #322765

  * Include m68k headers into the arch-common headers package on
    powerpc and make sure that all the directories are linked to
    properly from the flavour-specific headers packages. (Jurij Smakov)
    Closes: #322610

  * [powerpc] Enabled the powerpc64 flavour, now that we have a real biarch
    toolchain in sid. Many thanks go to GOTO Masanori and Matthias Klose as
    well as any other who worked on the biarch toolchain to make this happen.

  * Added 2.6.12.5 (Simon Horman)
    - Fix BUG() is triggered by a call to set_mempolicy() with a negativ
      first argument.
    - [amd64] Fix a SRAT handling on systems with dual cores.
    - [amd64] SMP timing problem
    - [security] Zlib fixes See CAN-2005-2458, CAN-2005-2459
      http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html
      http://bugs.gentoo.org/show_bug.cgi
    - Add zlib deflateBound()
    - [security] Fix error during session join. See CAN-2005-2098
    - [security] Fix keyring destructor. See CAN-2005-2099
    - Module per-cpu alignment cannot always be met
      http://www.ussg.iu.edu/hypermail/linux/kernel/0409.0/0768.html
    Closes: #323039

 -- Bastian Blank <waldi@debian.org>  Mon, 15 Aug 2005 16:42:05 +0200

linux-2.6 (2.6.12-2) unstable; urgency=low

  * The Kernel Team offers its condolences to the family of Jens Schmalzing
    (jensen@debian), who died Saturday, July 30, 2005 in a tragic accident in
    Munich.  Jens was a member of the Kernel Team, and was instrumental in
    taking the powerpc kernel package to 2.6, as well as maintaining MOL
    and its kernel modules.

  * Add @longclass@ variable to control file autogeneration. (Andres Salomon)

  * Bump build-depends on kernel-package to a fixed version (>= 9.005).
    (Jurij Smakov, Sven Luther) (closes: #319657, #320422, #321625)

  * Change default ramdisk size for sparc to 16,384K to accomodate a fatter
    d-i initrd for netboot installs.
    (Joshua Kwan)

  * Don't build-depend on console-tools on s390. (Bastian Blank)

  * Add ARM support. (Vincent Sanders)

  * Add ia64 descriptions. (dann frazier)

  * Strip down the scripts dir in the headers packages. (Bastian Blank)

  * Add m68k support. (Christian T. Steigies)

  * Added 2.6.12.4 (Frederik Schüler)
    - Fix powernow oops on dual-core athlon
    - Fix early vlan adding leads to not functional device
    - sys_get_thread_area does not clear the returned argument
    - bio_clone fix
    - Fix possible overflow of sock->sk_policy (CAN-2005-2456)
      (closes: #321401)
    - Wait until all references to ip_conntrack_untracked are dropped on
      unload
    - Fix potential memory corruption in NAT code (aka memory NAT)
    - Fix deadlock in ip6_queue
    - Fix signedness issues in net/core/filter.c
    - x86_64 memleak from malicious 32bit elf program
    - rocket.c: Fix ldisc ref count handling
    - kbuild: build TAGS problem with O=

  * Enable CONFIG_6PACK=m for all archs (Andres Salomon)
    (closes: #319646)

  * Overhaul the generation of the control file. Now it is handled
    by debian/bin/gencontrol.py. The debian/control target in rules
    also fails now, since we don't want the control file generated
    during build. Arch-specific Depends and suggests are now generated
    correctly. (Bastian Blank) (Closes: #319896)

  * [powerpc] Fixed typo which made asm-ppc and asm-ppc64 not being included
    in the header package. (Sven Luther) (Closes: #320817)

  * Added list of flavours built to common header package. (Sven Luther)

 -- Bastian Blank <waldi@debian.org>  Tue, 09 Aug 2005 11:12:40 +0200
 
linux-2.6 (2.6.12-1) unstable; urgency=low

  * New upstream release:
    - "git rocks"
    - address space randomization
    - conversion of ide driver code to the device model
    - restored Philips webcam driver
    - new Broadcom bcm5706 gigabit driver
    - new resource limits for the audio community
    - Multipath device mapper
    - Intel HD Audio alsa driver
    - fixes + arch updates..
    - readdition of tg3 driver, as firmware license has been fixed

  * Dropped the following patches:
    - patch-2.6.11.*.patch (merged)
    - powerpc-ppc64-ibmvscsi.patch (Christoph didn't like it, and it failed
      to build anyways) (Sven Luther)
    - doc-post_halloween.patch (unless someone can come up w/ a valid
      reason for carrying around rapidly bitrotting documentation...)
      (Andres Salomon)
    - sparc32-hypersparc-srmmu.patch (dropped until sparc32 is working
      again, and we can figure out whether it's necessary)
    - fix-alpha-ext3-oops.patch (no longer needed, fixed by compiler)
    - x86-i486_emu.patch (buggy and insecure 80486 instruction emulation
      for 80386; we're no longer supporting this) (closes: #250468)
    - amd64-outs.patch (according to
      http://www.ussg.iu.edu/hypermail/linux/kernel/0502.3/1095.html, this
      is unnecessary for us) (Andres Salomon)
    - sparc64-rtc-mostek.patch (merged)
    - sparc64-compat-nanoseconds.patch (merged) 
    - sparc64-sunsu-init-2.6.11.patch (merged)
    - sunsab-uart-update-timeout.patch (merged)
    - alpha-read-trylock.patch (different version got merged)
    - powerpc-prep-motorola-irq-fix.patch (merged)
    - drivers-media-video-saa7134-update.patch (merged)
    - drivers-media-video-saa7134-update-2.patch (merged)
    - drivers-media-video-pll-lib.patch (merged)
    - drivers-media-video-pll-lib-2.patch (merged)
    - drivers-media-video-tuner-update-1.patch (merged)
    - drivers-media-video-tuner-update-2.patch (merged)
    - drivers-media-video-v4l-mpeg-support.patch (merged)
    - drivers-media-video-mt352-update.patch (merged)
    - arch-ppc64-hugepage-aio-panic.patch (merged)
    - drivers-input-serio-nmouse.patch (merged)
    - sparc64-sb1500-clock-2.6.patch (merged)
    - docbook-allow-preprocessor-directives-... (merged)
    - docbook-fix-function-parameter-descriptin-in-fbmem.patch (merged)
    - docbook-move-kernel-doc-comment-next-to-function.patch (merged)
    - powerpc-therm-adt746x-new-i2c-fix.patch (merged)
    - powerpc-mv643xx-enet.patch (merged)
    - powerpc-mv643xx-eth-pegasos.patch (merged)
    - powerpc-pmac-agp-sleep.patch (merged)
    - drivers-input-serio-8042-resume.patch (merged)
  
  * Premiere of the common-source kernel package
    (Jurij Smakov, Andres Salomon)
    - build all architectures out of kernel source package
    - rename source and binary packages
    - create a common config for different architectures, and management
      tools to allow for easier modification of config options
    - drop default configs, autogenerate them instead; requires
      kernel-package >= 9.002.

  * Add 2.6.12.1 (Maximilian Attems)
    - Clean up subthread exec (CAN-2005-1913)
    - ia64 ptrace + sigrestore_context (CAN-2005-1761)

  * Add 2.6.12.2 (Frederik Schüler)
    - Fix two socket hashing bugs.
    -  ACPI: Make sure we call acpi_register_gsi() even for default PCI
       interrupt assignment
    - Add "memory" clobbers to the x86 inline asm of strncmp and friends
    - e1000: fix spinlock bug
    - fix remap_pte_range BUG
    - Fix typo in drivers/pci/pci-driver.c

  * Add 2.6.12.3 (Joshua Kwan)
    - Fix semaphore handling in __unregister_chrdev
    - Fix TT mode in UML.
    - Check for a null return in tty_ldisc_ref.
    - v4l: cx88 hue offset fix
    - Fix 8139cp breakage that occurs with tpm driver.
    - Fix the 6pack driver in SMP environments.
    - Switch to spinlocks in the shaper driver.
    - ppc32: stop misusing NTP's time_offset value
    - netfilter: go back to dropping conntrack references manually
    - ACPI: don't accept 0 as a PCI IRQ.

  * Enable CONFIG_SCSI_INITIO. (Maximilian Attems) (closes: #318121)

  * [powerpc] :
    - Added powerpc-mkvmlinuz-support patch which allows, together with
      kernel-package 9.0002 to add mkvmlinuz support to hand built packages.
    - Removed powerpc-ppc64-ibmvscsi.patch, FTBFS, and Christoph doesn't like
      it and thinks it is not needed.
    - Disabled swim3 on powerpc-smp, FTBFS.
    - Disabled software-suspend on powerpc-smp, FTBFS, amd64/i386 only smp code.
    - Rediffed and readded the G4 L2 hardware flush assist patch from Jacob Pan.
    (Sven Luther)
    
  * [sparc]
    - Drop sparc32 flavour for now. sparc32 kernel is currently in the
      category "too buggy for us to support". In spite of numerous efforts
      I still see occasional random filesystem corruptions in my tests.
      That does NOT mean that we are dropping sparc32 support, we will
      work with upstream trying to solve these problems for the next
      kernel release. Those interested in helping/testing are encouraged
      to subscribe to debian-sparc mailing list.
      (Jurij Smakov)

  * [alpha]
    - Renamed resulting binary packages for alpha, kernel-image-x.y.z-generic
      wasn't a generic kernel, it was a generic kernel for alpha machines, so
      we're now using linux-image-x.y.z-alpha-generic (and of course, the same
      change for the smp kernel-image). This change was postponed after the
      sarge release. (closes: #260003)
    (Norbert Tretkowski)

  * [amd64]
    - Now using the default compiler (gcc-4.0), thus we get rid of the 
      annoying MAKEFLAGS="CC=gcc-3.4" make-kpkg... invocation for third-party 
      modules.
      This release lacks 64bit kernels for i386 userland; support will be
      added in a later release as soon as the toolchain has stabilized again.
      (Frederik Schüler)

 -- Andres Salomon <dilinger@debian.org>  Wed, 20 Jul 2005 17:16:04 -0400