forked from bingtangx/taobao-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redhat-kernel-changelog
12011 lines (11764 loc) · 979 KB
/
redhat-kernel-changelog
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
%changelog
* Tue Jun 12 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.23.1.el6]
- [net] bond: Make LRO flag follow slave settings (Neil Horman) [831176 794647]
* Wed May 30 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.22.1.el6]
- [net] ipv4/netfilter: TCP and raw fix for ip_route_me_harder (Jiri Benc) [824429 812108]
* Thu May 24 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.21.1.el6]
- [security] fix compile error in commoncap.c (Eric Paris) [806725 806726] {CVE-2012-2123}
- [security] fcaps: clear the same personality flags as suid when fcaps are used (Eric Paris) [806725 806726] {CVE-2012-2123}
- [net] rds: fix rds-ping inducing kernel panic (Jay Fenlason) [822757 803936] {CVE-2012-2372}
- [net] sock: validate data_len before allocating skb in sock_alloc_send_pskb() (Jason Wang) [816292 814504] {CVE-2012-2136}
- [virt] kvm: Fix buffer overflow in kvm_set_irq() (Avi Kivity) [816154 816155] {CVE-2012-2137}
- [drm] integer overflow in drm_mode_dirtyfb_ioctl() (Dave Airlie) [773249 773250] {CVE-2012-0044}
- [net] netfilter: Fix ip_route_me_harder triggering ip_rt_bug (Jiri Benc) [824429 812108]
- [net] netfilter/tproxy: do not assign timewait sockets to skb->sk (Jiri Benc) [824429 812108]
- [virt] xenpv: avoid paravirt __pmd in read_pmd_atomic (Andrew Jones) [823903 822697]
- [infiniband] mlx4: fix RoCE oops (Doug Ledford) [799946 749059]
- [mm] read_pmd_atomic: fix pmd_populate SMP race condition (Andrea Arcangeli) [822824 820762] {CVE-2012-2373}
- [infiniband] mlx4: check return code and bail on error (Doug Ledford) [799946 749059]
- [infiniband] mlx4: use locking when walking netdev list (Doug Ledford) [799946 749059]
- [mm] thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode (Andrea Arcangeli) [803808 800328] {CVE-2012-1179}
* Thu May 17 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.20.1.el6]
- [vhost] net: fix possible NULL pointer dereference of vq->bufs (Jason Wang) [814286 814288] {CVE-2012-2119}
- [net] macvtap: validate zerocopy vectors before building skb (Jason Wang) [814286 814288] {CVE-2012-2119}
- [net] macvtap: set SKBTX_DEV_ZEROCOPY only when skb is built successfully (Jason Wang) [814286 814288] {CVE-2012-2119}
- [net] macvtap: put zerocopy page when fail to get all requested user pages (Jason Wang) [814286 814288] {CVE-2012-2119}
- [net] macvtap: fix zerocopy offset calculation when building skb (Jason Wang) [814286 814288] {CVE-2012-2119}
- [net] bonding: remove entries for master_ip and vlan_ip and query devices instead (Andy Gospodarek) [816197 810299]
- [virt] KVM: lock slots_lock around device assignment (Alex Williamson) [814154 811653] {CVE-2012-2121}
- [virt] kvm: unmap pages from the iommu when slots are removed (Alex Williamson) [814154 811653] {CVE-2012-2121}
- [virt] xenfv: fix hangs when kdumping (Andrew Jones) [812953 811815]
- [s390x] zcrypt: Fix parameter checking for ZSECSENDCPRB ioctl (Hendrik Brueckner) [810125 808487]
- [drm] i915: suspend fbdev device around suspend/hibernate (Dave Airlie) [818503 746169]
- [fs] tmpfs: fix off-by-one in max_blocks checks (Eric Sandeen) [809399 783497]
- [net] bonding: Allow Bonding driver to disable/enable LRO on slaves (Neil Horman) [818504 772317]
- [virt] xen-blkfront: conditionally drop name and minor adjustments for emulated scsi devs (Laszlo Ersek) [818505 729586]
- [virt] xen-blk: plug device number leak on error path in xlblk_init (Laszlo Ersek) [818505 729586]
* Mon May 7 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.19.1.el6]
- [pci] Fix unbootable HP DL385G6 on 2.6.32-220 by properly disabling pcie aspm (Dave Wysochanski) [819614 769626]
* Wed May 2 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.18.1.el6]
- [netdrv] iwlwifi: add option to disable 5Ghz band (Stanislaw Gruszka) [816226 812259]
- [netdrv] iwlwifi: cancel scan before nulify ctx->vif (Stanislaw Gruszka) [816225 801730]
- [netdrv] iwlwifi: do not nulify ctx->vif on reset (Stanislaw Gruszka) [816225 801730]
- [net] mac80211: workaround crash at ieee80211_mgd_probe_ap_send (Stanislaw Gruszka) [814657 808095]
- [net] bonding: 802.3ad - fix agg_device_up (Veaceslav Falico) [817466 806081]
- [scsi] st: fix memory leak with 1MB tape I/O (David Milburn) [816271 811703]
* Thu Apr 26 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.17.1.el6]
- [scsi] fcoe: Do not switch context in vport_delete callback (Neil Horman) [809388 806119]
* Tue Apr 24 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.16.1.el6]
- Revert: [x86] Ivy Bridge kernel rdrand support (Jay Fenlason) [800268 696442]
* Sun Apr 22 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.15.1.el6]
- [net] SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up() (Steve Dickson) [811299 809928]
- [char] ipmi: Increase KCS timeouts (Matthew Garrett) [806906 803378]
- [kernel] sched: Fix ancient race in do_exit() (Frantisek Hrbata) [805457 784758]
- [scsi] sd: Unmap discard alignment needs to be converted to bytes (Mike Snitzer) [810322 805519]
- [scsi] sd: Fix VPD buffer allocations (Mike Snitzer) [810322 805519]
- [x86] Ivy Bridge kernel rdrand support (Jay Fenlason) [800268 696442]
- [scsi] fix system lock up from scsi error flood (Frantisek Hrbata) [809378 800555]
- [sound] ALSA: pcm midlevel code - add time check for (Jaroslav Kysela) [801329 798984]
- [pci] Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driver (hiro muneda) [807426 728852]
- [sound] ALSA: enable OSS emulation layer for PCM and mixer (Jaroslav Kysela) [812960 657291]
- [scsi] qla4xxx: Fixed BFS with sendtargets as boot index (Chad Dupuis) [803881 722297]
- [fs] nfs: Additional readdir cookie loop information (Steve Dickson) [811135 770250]
- [fs] NFS: Fix spurious readdir cookie loop messages (Steve Dickson) [811135 770250]
- [x86] powernow-k8: Fix indexing issue (Frank Arnold) [809391 781566]
- [x86] powernow-k8: Avoid Pstate MSR accesses on systems supporting CPB (Frank Arnold) [809391 781566]
- [redhat] spec: Add python-perf-debuginfo subpackage (Josh Boyer) [806859 806859]
* Fri Apr 13 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.14.1.el6]
- [net] fix vlan gro path (Jiri Pirko) [810454 720611]
- [virt] VMX: vmx_set_cr0 expects kvm->srcu locked (Marcelo Tosatti) [808206 807507] {CVE-2012-1601}
- [virt] KVM: Ensure all vcpus are consistent with in-kernel irqchip settings (Marcelo Tosatti) [808206 807507] {CVE-2012-1601}
- [scsi] fcoe: Move destroy_work to a private work queue (Neil Horman) [809388 806119]
- [fs] jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer (Eric Sandeen) [749727 748713] {CVE-2011-4086}
- [net] af_iucv: offer new getsockopt SO_MSGSIZE (Hendrik Brueckner) [804547 786997]
- [net] af_iucv: performance improvements for new HS transport (Hendrik Brueckner) [804548 786996]
- [s390x] af_iucv: remove IUCV-pathes completely (Hendrik Brueckner) [807158 786960]
- [x86] iommu/amd: Fix wrong shift direction (Don Dutile) [809376 781531]
- [x86] iommu/amd: Don't use MSI address range for DMA addresses (Don Dutile) [809374 781524]
- [fs] NFSv4: Further reduce the footprint of the idmapper (Steve Dickson) [802852 730045]
- [fs] NFSv4: Reduce the footprint of the idmapper (Steve Dickson) [802852 730045]
- [scsi] fcoe: Make fcoe_transport_destroy a synchronous operation (Neil Horman) [809372 771251]
- [net] ipv4: Constrain UFO fragment sizes to multiples of 8 bytes (Jiri Benc) [809104 797731]
- [net] ipv4: Don't use ufo handling on later transformed packets (Jiri Benc) [809104 797731]
- [net] udp: Add UFO to NETIF_F_GSO_SOFTWARE (Jiri Benc) [809104 797731]
- [fs] nfs: Try using machine credentials for RENEW calls (Sachin Prabhu) [806205 795441]
* Thu Mar 29 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.13.1.el6]
- Revert: [fs] NFSv4: include bitmap in nfsv4 get acl data (Sachin Prabhu) [753231 753232] {CVE-2011-4131}
* Fri Mar 23 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.12.1.el6]
- [net] net_sched: qdisc_alloc_handle() can be too slow (Jiri Pirko) [805458 785891]
- [fs] procfs: add hidepid= and gid= mount options (Jerome Marchand) [770651 770652]
- [fs] procfs: parse mount options (Jerome Marchand) [770651 770652]
- [fs] fuse: add O_DIRECT support (Josef Bacik) [800552 753798]
- [kernel] sysctl: restrict write access to dmesg_restrict (Phillip Lougher) [749248 749251]
- [block] dm io: fix discard support (Mike Snitzer) [799943 758404]
- [net] netlink: wrong size was calculated for vfinfo list blob (Andy Gospodarek) [790338 772136]
- [netdrv] mlx4_en: fix endianness with blue frame support (Steve Best) [789911 750166]
- [usb] Fix deadlock in hid_reset when Dell iDRAC is reset (Shyam Iyer) [797205 782374]
- [virt] vmxnet3: Cap the length of the pskb_may_pull on transmit (bz 790673) (Neil Horman) [801723 790673]
- [scsi] megaraid_sas: Fix instance access in megasas_reset_timer (Tomas Henzl) [790341 759318]
- [netdrv] macvtap: Fix the minor device number allocation (Steve Best) [796828 786518]
- [net] tcp: bind() fix autoselection to share ports (Flavio Leitner) [787764 784671]
- [fs] cifs: change oplock break slow work to very slow work (Jeff Layton) [789373 772874]
- [net] sunrpc: remove xpt_pool (J. Bruce Fields) [795338 753301]
- [net] Potential null skb->dev dereference (Flavio Leitner) [795335 769590]
- [net] pkt_sched: Fix sch_sfq vs tcf_bind_filter oops (Jiri Pirko) [786873 667925]
- [net] mac80211: cancel auth retries when deauthenticating (John Linville) [797241 754356]
* Wed Mar 21 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.11.1.el6]
- [netdrv] igb: reset PHY after recovering from PHY power down (Frantisek Hrbata) [789371 737714]
- [drm] Ivybridge force wake fixes (Dave Airlie) [790007 786272]
- [fs] xfs: fix inode lookup race (Dave Chinner) [804961 796277]
- [kernel] regset: Return -EFAULT, not -EIO, on host-side memory fault (Jerome Marchand) [799212 799213] {CVE-2012-1097}
- [kernel] regset: Prevent null pointer reference on readonly regsets (Jerome Marchand) [799212 799213] {CVE-2012-1097}
- [block] Fix io_context leak after failure of clone with CLONE_IO (Vivek Goyal) [796846 791125] {CVE-2012-0879}
- [block] Fix io_context leak after clone with CLONE_IO (Vivek Goyal) [796846 791125] {CVE-2012-0879}
- [fs] cifs: fix dentry refcount leak when opening a FIFO on lookup (Sachin Prabhu) [798298 781893] {CVE-2012-1090}
- [fs] NFSv4: include bitmap in nfsv4 get acl data (Sachin Prabhu) [753231 753232] {CVE-2011-4131}
- [mm] fix nrpages assertion (Josef Bacik) [797182 766861]
- [mm] Eliminate possible panic in page compaction code (Larry Woodman) [802430 755885]
- [mm] Prevent panic on 2-node x3850 X5 w/2 MAX5 memory drawers panics while running certification tests caused by page list corruption (Larry Woodman) [802430 755885]
- [sched] Fix cgroup movement of waking process (Larry Woodman) [795326 773517]
- [sched] Fix cgroup movement of forking process (Larry Woodman) [795326 773517]
- [sched] Fix cgroup movement of newly created process (Larry Woodman) [795326 773517]
- [sched] Fix ->min_vruntime calculation in dequeue_entity() (Larry Woodman) [795326 773517]
- [sched] cgroup: Fixup broken cgroup movement (Larry Woodman) [795326 773517]
- [kernel] Prevent system deadlock when moving tasks between cgroups (Larry Woodman) [789060 773522]
- [kernel] sched: fix {s,u}time values decrease (Stanislaw Gruszka) [789061 748559]
- [mm] mempolicy.c: refix mbind_range() vma issue (Motohiro Kosaki) [802379 727700]
- [mm] mempolicy.c: fix pgoff in mbind vma merge (Motohiro Kosaki) [802379 727700]
* Fri Mar 9 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.10.1.el6]
- [sched] Fix Kernel divide by zero panic in find_busiest_group() (Larry Woodman) [801718 785959]
* Wed Feb 29 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.9.1.el6]
- [x86] Fix c-state transitions when !NOHZ (Prarit Bhargava) [798572 767753]
- [x86] tsc: Skip TSC synchronization checks for tsc=reliable (Prarit Bhargava) [798572 767753]
* Wed Feb 15 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.8.1.el6]
- [fs] nfs: don't try to migrate pages with active requests (Jeff Layton) [790905 739811]
* Fri Feb 10 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.7.1.el6]
- [netdrv] tg3: Fix single-vector MSI-X code (John Feeney) [787162 703555]
- [mm] export remove_from_page_cache() to modules (Jerome Marchand) [772687 751419]
- [block] cfq-iosched: fix cfq_cic_link() race confition (Vivek Goyal) [786022 765673]
- [fs] cifs: lower default wsize when unix extensions are not used (Jeff Layton) [789058 773705]
- [net] svcrpc: fix double-free on shutdown of nfsd after changing pool mode (J. Bruce Fields) [787580 753030]
- [net] svcrpc: avoid memory-corruption on pool shutdown (J. Bruce Fields) [787580 753030]
- [net] svcrpc: destroy server sockets all at once (J. Bruce Fields) [787580 753030]
- [net] svcrpc: simplify svc_close_all (J. Bruce Fields) [787580 753030]
- [net] svcrpc: fix list-corrupting race on nfsd shutdown (J. Bruce Fields) [787580 753030]
- [fs] xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink() (Carlos Maiolino) [749161 694702] {CVE-2011-4077}
- [fs] xfs: Fix memory corruption in xfs_readlink (Carlos Maiolino) [749161 694702] {CVE-2011-4077}
- [x86] hpet: Disable per-cpu hpet timer if ARAT is supported (Prarit Bhargava) [772884 750201]
- [x86] Improve TSC calibration using a delayed workqueue (Prarit Bhargava) [772884 750201]
- [kernel] clocksource: Add clocksource_register_hz/khz interface (Prarit Bhargava) [772884 750201]
- [kernel] clocksource: Provide a generic mult/shift factor calculation (Prarit Bhargava) [772884 750201]
- [block] cfq-iosched: fix a kbuild regression (Vivek Goyal) [769208 705698]
- [block] cfq-iosched: rethink seeky detection for SSDs (Vivek Goyal) [769208 705698]
- [block] cfq-iosched: rework seeky detection (Vivek Goyal) [769208 705698]
- [block] cfq-iosched: don't regard requests with long distance as close (Vivek Goyal) [769208 705698]
* Thu Feb 09 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.6.1.el6]
- [scsi] qla2xxx: Module parameter to control use of async or sync port login (Chad Dupuis) [788003 769007]
* Thu Feb 02 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.5.1.el6]
- [net] igmp: Avoid zero delay when receiving odd mixture of IGMP queries (Jiri Pirko) [772870 772871] {CVE-2012-0207}
- [fs] xfs: validate acl count (Eric Sandeen) [773282 773283] {CVE-2012-0038}
- [fs] Fix sendfile write-side file position (Steven Whitehouse) [771870 770023]
- [virt] kvm: x86: fix missing checks in syscall emulation (Marcelo Tosatti) [773390 773391] {CVE-2012-0045}
- [virt] kvm: x86: extend "struct x86_emulate_ops" with "get_cpuid" (Marcelo Tosatti) [773390 773391] {CVE-2012-0045}
- [fs] nfs: when attempting to open a directory, fall back on normal lookup (Jeff Layton) [771981 755380]
- [kernel] crypto: ghash - Avoid null pointer dereference if no key is set (Jiri Benc) [749481 749482] {CVE-2011-4081}
- [fs] jbd2: validate sb->s_first in journal_get_superblock() (Eryu Guan) [753344 693981] {CVE-2011-4132}
- [net] fix unsafe pointer access in sendmmsg (Jiri Benc) [761668 760798] {CVE-2011-4594}
- [scsi] increase qla2xxx firmware ready time-out (Mark Goodwin) [781971 731917]
- [perf] powerpc: Handle events that raise an exception without overflowing (Steve Best) [767917 755737] {CVE-2011-4611}
- [sched] x86: Avoid unnecessary overflow in sched_clock (Prarit Bhargava) [781974 765720]
- [virt] x86: Prevent starting PIT timers in the absence of irqchip support (Marcelo Tosatti) [769634 769550] {CVE-2011-4622}
- [virt] vmxnet3: revert hw features change (Neil Horman) [761536 759613]
- [netdrv] qlge: fix size of external list for TX address descriptors (Steve Best) [783226 772237]
- [netdrv] e1000e: Avoid wrong check on TX hang (Dean Nelson) [768916 751087]
- [virt] KVM: Device assignment permission checks (Alex Williamson) [756092 756093] {CVE-2011-4347}
- [virt] KVM: Remove ability to assign a device without iommu support (Alex Williamson) [756092 756093] {CVE-2011-4347}
- [virt] kvm: device-assignment: revert Disable the option to skip iommu setup (Alex Williamson) [756092 756093] {CVE-2011-4347}
* Thu Jan 19 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.4.1.el6]
- [fs] Revert "proc: enable writing to /proc/pid/mem" (Johannes Weiner) [782649 782650] {CVE-2012-0056}
* Thu Jan 05 2012 Frantisek Hrbata <[email protected]> [2.6.32-220.3.1.el6]
- [kernel] Remove "WARNING: at kernel/sched.c:5915" (Larry Woodman) [768288 766051]
- [x86] kernel: Fix memory corruption in module load (Prarit Bhargava) [769595 767140]
- [kernel] Reset clocksource watchdog after sysrq-t (Prarit Bhargava) [755867 742890]
- [x86] AMD: Make tsc=reliable override boot time stability checks (Prarit Bhargava) [755867 742890]
* Tue Dec 13 2011 Frantisek Hrbata <[email protected]> [2.6.32-220.2.1.el6]
- [dm] fixing test for NULL pointer testing (Paolo Bonzini) [752379 752380] {CVE-2011-4127}
* Thu Dec 01 2011 Frantisek Hrbata <[email protected]> [2.6.32-220.1.1.el6]
- [dm] do not forward ioctls from logical volumes to the underlying device (Paolo Bonzini) [752379 752380] {CVE-2011-4127}
- [block] fail SCSI passthrough ioctls on partition devices (Paolo Bonzini) [752379 752380] {CVE-2011-4127}
- [block] add and use scsi_blk_cmd_ioctl (Paolo Bonzini) [752379 752380] {CVE-2011-4127}
- [x86] amd: Fix align_va_addr kernel parameter (Frank Arnold) [758028 753237]
- [md] RAID1: Do not call md_raid1_unplug_device while holding spinlock (Jonathan E Brassow) [755545 752528]
- [pci] intel-iommu: Default to non-coherent for domains unattached to iommus (Don Dutile) [757671 746484]
- [x86] initialize min_delta_ns in one_hpet_msi_clockevent() (Prarit Bhargava) [756426 728315]
- [x86] Update hpet_next_event() (Prarit Bhargava) [756426 728315]
- [kernel] sched: Use resched IPI to kick off the nohz idle balance (Vivek Goyal) [750459 717179]
- [drm] i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge (Prarit Bhargava) [758513 752163]
- [drm] i915: load a ring frequency scaling table (Prarit Bhargava) [758513 752163]
- [x86] cpufreq: expose a cpufreq_quick_get_max routine (Prarit Bhargava) [758513 752163]
- [sched] Cleanup/optimize clock updates (Larry Woodman) [751403 750237]
- [sched] fix skip_clock_update optimization (Larry Woodman) [751403 750237]
- [block] virtio-blk: Use ida to allocate disk index (Michael S. Tsirkin) [756427 692767]
- [virt] virtio_blk: Replace cryptic number with the macro (Michael S. Tsirkin) [756427 692767]
- [kernel] ida: simplified functions for id allocation (Michael S. Tsirkin) [756427 692767]
- [virt] revert virtio-blk: Use ida to allocate disk index (Aristeu Rozanski) [756427 692767]
* Tue Nov 08 2011 Aristeu Rozanski <[email protected]> [2.6.32-220.el6]
- [drm] i915: fix unmap race condition introduced with VT-d fix (Dave Airlie) [750583]
- [scsi] iscsi: revert lockless queuecommand dispatch (Rob Evers) [751426]
* Tue Nov 08 2011 Aristeu Rozanski <[email protected]> [2.6.32-219.el6]
- [kernel] KEYS: Fix a NULL pointer deref in the user-defined key type (David Howells) [751190] {CVE-2011-4110}
- [scsi] fc class: fix building of Fibre Channel DUP drivers in 6.2 (Mike Christie) [750268]
- [fs] nfs: don't call __mark_inode_dirty while holding i_lock (Steve Dickson) [747391]
- [netdrv] vxge: allow rebinding the driver with a different number of SR-IOV VFs (Michal Schmidt) [694742]
- [netdrv] vxge: fix crash of VF when unloading PF (Michal Schmidt) [694742]
- [ata] revert libata: remove SCSI host lock (David Milburn) [751426]
- [crypto] ansi_cprng: enforce key != seed in fips mode (Jarod Wilson) [751198]
- [net] mac80211: Fix reassociation processing within ESS roaming (John Linville) [750350]
- [net] nl80211: Allow association to change channels during reassociation (John Linville) [750350]
- [net] mac80211: let cfg80211 manage auth state (John Linville) [750350]
- [net] cfg80211: avoid sending spurious deauth to userspace (John Linville) [750350]
- [net] mac80211: recalculate idle later in MLME (John Linville) [750350]
- [net] mac80211: avoid spurious deauth frames/messages (John Linville) [750350]
- [net] cfg80211: Allow reassociation in associated state (John Linville) [750350]
- [net] cfg80211: remove warning in deauth case (John Linville) [750350]
- [net] netfilter: fix nf_conntrack refcount leak in l4proto->error() (Thomas Graf) [745472]
- [scsi] qla2xxx: Remove check for null fcport from host reset handler (Chad Dupuis) [744741]
- [scsi] qla2xxx: Perform implicit logout during rport tear-down (Chad Dupuis) [744741]
- [scsi] Revert "qla2xxx: Remove host_lock in queuecommand function" (Chad Dupuis) [744741]
- [drm] nv50/disp: shutdown display on suspend/hibernate (Ben Skeggs) [740857]
- [edac] Add sb_edac driver into the Red Hat Building system (Mauro Carvalho Chehab) [647700]
- [edac] Fix incorrect edac mode reporting in sb_edac (Mauro Carvalho Chehab) [647700]
- [edac] Add an experimental new driver to support Sandy Bridge CPU's (Mauro Carvalho Chehab) [647700]
* Sun Nov 06 2011 Aristeu Rozanski <[email protected]> [2.6.32-218.el6]
- [netdrv] benet: remove bogus "unlikely" on vlan check (Ivan Vecera) [736429] {CVE-2011-3347}
- [netdrv] be2net: non-member vlan pkts not received in promiscous mode (Ivan Vecera) [736429] {CVE-2011-3347}
- [netdrv] be2net: fix crash receiving non-member VLAN packets (Ivan Vecera) [736429] {CVE-2011-3347}
- [mm] fix race between mremap and removing migration entry (Andrea Arcangeli) [751084]
* Fri Nov 04 2011 Aristeu Rozanski <[email protected]> [2.6.32-217.el6]
- [fs] GFS2: rewrite fallocate code to write blocks directly (Benjamin Marzinski) [750208] {CVE-2011-4098}
- [netdrv] bnx2x: link fixes for 57810 (Andy Gospodarek) [749421]
- [netdrv] enic: fix accidental GRO off by default (Stefan Assmann) [749390]
- [scsi] qla2xxx: Correct inadvertent clearing of RISC_INTR status (Chad Dupuis) [748978]
- [debug] lockdep: double MAX_LOCKDEP_ENTRIES (Kyle McMartin) [748941]
- [x86] Add missing KERN_DEBUG to x86 module printk (Prarit Bhargava) [747837]
- [x86] Update module alternatives message (Prarit Bhargava) [745596]
- [x86] UV: KABI breakage in uv_blade_info (George Beshers) [745253]
- [net] vlan: fix panic when handling priority tagged frames (Andy Gospodarek) [714936] {CVE-2011-3593}
- [scsi] qla4xxx: Autologin persisted target entries update (Mike Christie) [747696]
- [mm] oom: fix integer overflow of points in oom_badness (Frantisek Hrbata) [741207] {CVE-2011-4097}
* Tue Nov 01 2011 Aristeu Rozanski <[email protected]> [2.6.32-216.el6]
- [scsi] lockless queuecommand dispatch fixup (Rob Evers) [749018]
- [scsi] iscsi class: export pid of process that created session (Mike Christie) [747696]
- [scsi] qla4xxx: Autologin persisted target entries (Mike Christie) [747696]
- [netdrv] iwlagn: enable 11n aggregation without checking traffic load (John Linville) [744361]
- [s390x] qdio: EQBS retry after CCQ 96 (Hendrik Brueckner) [747578]
- [s390x] dasd: fix UID readout for z/VM (Hendrik Brueckner) [746000]
- [x86] PCI: irq and pci_ids patch for Intel Panther Point DeviceIDs (Prarit Bhargava) [747638]
- [netdrv] Help 6.1 out of tree drivers cope with ABI breakage (Thomas Graf) [746570]
- [mm] shmem: let shared anonymous be nonlinear again (Larry Woodman) [690129]
- [fs] ext4: fix BUG_ON() in ext4_ext_insert_extent() (Lukas Czerner) [742091] {CVE-2011-3638}
- [ipc] mqueue: separate mqueue default value from maximum value (Motohiro Kosaki) [746606]
- [ipc] mqueue: don't use kmalloc with KMALLOC_MAX_SIZE (Motohiro Kosaki) [746606]
- [ipc] mqueue: revert bump up DFLT_*MAX (Motohiro Kosaki) [746606]
- [kernel] ipc/mqueue: Up the hard limit on message queues per namespace (Doug Ledford) [746606]
- [kernel] ipc/mqueue: update maximums for the mqueue subsystem (Doug Ledford) [746606]
- [kernel] ipc/mqueue: enforce hard limits (Doug Ledford) [746606]
- [kernel] ipc/mqueue: switch back to using non-max values on create (Doug Ledford) [746606 746898]
- [kernel] ipc/mqueue: cleanup definition names and locations (Doug Ledford) [746606]
- [kernel] Revert "Restore max mqueue message size to its previous RHEL 5 value" (Doug Ledford) [746606]
* Fri Oct 28 2011 Aristeu Rozanski <[email protected]> [2.6.32-215.el6]
- [virt] index of virtio disk is not decremented when removed (Mark Wu) [692767]
- [edac] i7core_edac: Initialize memory name with cpu, channel, bank (Mauro Carvalho Chehab) [712957]
- [kernel] perf: Optimize event scheduling locking (Steve Best) [744986]
- [drm] i915: set the right SDVO transcoder for CPT (Adam Jackson) [735122]
- [scsi] libfc: Prevent race that causes panic during FCoE port destroy (Neil Horman) [735959]
- [scsi] qla4xxx: Update driver version to 5.02.00-k8 (Mike Christie) [732622]
- [scsi] qla4xxx: updated device id check for BFS (Mike Christie) [732622]
- [scsi] qla4xxx: Fixed target discovery failed issue (Mike Christie) [732622]
- [scsi] qla4xxx: Fixed active session re-open issue (Mike Christie) [732622]
- [scsi] qla4xxx: Fixed device blocked issue on link up-down (Mike Christie) [732622]
- [scsi] qla4xxx: Fixed session destroy issue on link up-down (Mike Christie) [732622]
- [scsi] qla4xxx: Clear DDB map index on the basis of AEN (Mike Christie) [732622]
- [scsi] qla4xxx: Free Device Database (DDB) reserved by FW (Mike Christie) [732622]
- [scsi] qla4xxx: Fix getting BIDI CHAP for boot targets (Mike Christie) [732622]
- [scsi] qla4xxx: Fix exporting boot targets to sysfs (Mike Christie) [732622]
- [scsi] qla4xxx: Do not add duplicate CHAP entry in FLASH (Mike Christie) [732622]
- [scsi] qla4xxx: Fix bidirectional CHAP (Mike Christie) [732622]
- [scsi] qla4xxx: Add new FLT firmware region (Mike Christie) [732622]
- [scsi] qla4xxx: Update license (Mike Christie) [732622]
- [scsi] iscsi class: fix vlan configuration (Mike Christie) [732622]
- [scsi] qla4xxx: fix data alignment and use nl helpers (Mike Christie) [732622]
- [scsi] iscsi class: fix link local mispelling (Mike Christie) [732622]
- [scsi] qla4xxx: Added Get ACB support using BSG (Mike Christie) [732622]
- [scsi] qla4xxx: Added restore factory defaults support using BSG (Mike Christie) [732622]
- [scsi] qla4xxx: added support to update initiator iscsi port (Mike Christie) [732622]
- [scsi] scsi_transport_iscsi: Added support to update initiator iscsi port (Mike Christie) [732622]
- [scsi] qla4xxx: Added vendor specific sysfs attributes (Mike Christie) [732622]
- [scsi] qla4xxx: Add read/update NVRAM support for 40xx adapters using BSG (Mike Christie) [732622]
- [scsi] qla4xxx: Add get ACB state support using BSG (Mike Christie) [732622]
- [scsi] qla4xxx: Code cleanup for read/update flash using BSG (Mike Christie) [732622]
- [scsi] qla4xxx: Added support to update mtu (Mike Christie) [732622]
- [scsi] scsi_transport_iscsi: Added support to update mtu (Mike Christie) [732622]
- [scsi] libfc: improve flogi retries to avoid lport stuck (Mike Christie) [745667]
- [scsi] libfc: avoid exchanges collision during lport reset (Mike Christie) [745667]
- [scsi] libfc: fix checking FC_TYPE_BLS (Mike Christie) [745667]
- [scsi] libfc: revert fix deadlock bug in fc_exch_abort_locked (Mike Christie) [745667]
- [dm] log userspace: Allow for 'log device name' response in CTR msg exchange (Jonathan E Brassow) [746254]
- [dm] kcopyd: fix job_pool leak (Mike Snitzer) [748441]
- [netdrv] igb: Fix for Alt MAC Address feature on 82580 and later (Andy Gospodarek) [748503]
* Tue Oct 25 2011 Aristeu Rozanski <[email protected]> [2.6.32-214.el6]
- [dm] table: add immutable feature (Mike Snitzer) [747438]
- [mm] reduce overhead on paravirt functions (Larry Woodman) [743554]
* Mon Oct 24 2011 Aristeu Rozanski <[email protected]> [2.6.32-213.el6]
- [netdrv] Fixing use of netif_set_real_num_tx_queues in niu.c (Neil Horman) [742117]
- [netdrv] Fixing use of netif_set_real_num_tx_queues in myri10ge.c (Neil Horman) [742117]
- [netdrv] Fixing use of netif_set_real_num_tx_queues in igb_main.c (Neil Horman) [742117]
- [netdrv] Fixing use of netif_set_real_num_tx_queues in cxgb4_main.c (Neil Horman) [742117]
- [netdrv] Fixing use of netif_set_real_num_tx_queues in cxgb3_main.c (Neil Horman) [742117]
- [netdrv] Fixing use of netif_set_real_num_tx_queues in bnx2.c (Neil Horman) [742117]
- [ppc] kabi: add symbol 'paca' to ppc KABI (Jiri Olsa) [737466]
- [fs] proc: fix oops on invalid /proc/pid/maps access (Johannes Weiner) [746613] {CVE-2011-3637}
- [nfs] fix pNFS hang and oops on umounts (Steve Dickson) [746861]
- [scsi] qla4xxx: export address/port of connection (Mike Christie) [728156]
- [netdrv] Fix pktgen to not oops on unsupported drivers (Neil Horman) [678794]
- [kernel] tracing: Update the comm field in the right variable in update_max_tr (Jiri Olsa) [736955]
- [kernel] kabi: Add missing compat_alloc_user_space symbol to kABI (Jiri Olsa) [747047]
- [kernel] fix taskstats io infoleak (Jerome Marchand) [716848] {CVE-2011-2494}
- [x86] ACPI, APEI, HEST: Detect duplicated hardware error source ID (Don Zickus) [737189]
- [netdrv] Add latest cxgb3 firmware (Neil Horman) [742011]
* Fri Oct 21 2011 Aristeu Rozanski <[email protected]> [2.6.32-212.el6]
- [net] bridge: fix use after free in __br_deliver() (Amerigo Wang) [730756] {CVE-2011-2942}
- [scsi] Update lpfc version for 8.3.5.45.4p driver release (Rob Evers) [746668]
- [scsi] Fix crash when cfg_fcp_eq_count is zero (Rob Evers) [746668]
- [scsi] Fix kernel crash during boot with SLI4 card installed (Rob Evers) [746668]
- [scsi] Properly clean up EQ and CQ child lists to prevent kernel crash (Rob Evers) [746668]
- [kabi] add missing symbols for Emulex be2net driver (Jiri Olsa) [745712]
- [netdrv] netxen-firmware: Install the 4.0.579 firmware (Kyle McMartin) [741776]
- [perf] symbols: Treat all memory maps without dso file as loaded (Jiri Olsa) [726582]
- [debug] increase MAX_STACK_TRACE_ENTRIES (Kyle McMartin) [645777]
- [fs] cifs: add fallback in is_path_accessible for old servers (Jeff Layton) [692709] {CVE-2011-3363}
- [tpm] Zero buffer after copying to userspace (Jiri Benc) [732633] {CVE-2011-1161 CVE-2011-1162}
- [pci] intel-iommu: IOTLB hang workaround (Dave Airlie) [728476]
- [drm] i915: Fix hang on Ironlake mobile GPU with VT-d (Dave Airlie) [728476]
- [drm] i915: Remove early exit on i915_gpu_idle (Dave Airlie) [728476]
- [drm] nv50/bios: fixup mpll programming from the init table parser (Ben Skeggs) [744992]
- [drm] nv50/vram: fix incorrect detection of bank count on newer chipsets (Ben Skeggs) [744992]
- [drm] radeon: fix llano output setup + memory corruption (Dave Airlie) [747292]
- [drm] radeon caicos enablement fixes (Dave Airlie) [747291]
- [pci] Disable SRIOV on powerpc (Prarit Bhargava) [742089]
- [pci] Add pci=nosriov to disable SRIOV (Prarit Bhargava) [742089]
- [x86] apic: ack all pending irqs when crashed/on kexec (Takao Indoh) [704142]
* Tue Oct 18 2011 Aristeu Rozanski <[email protected]> [2.6.32-211.el6]
- [scsi] libsas: fix warnings when checking sata/stp protocol (David Milburn) [695950]
- [scsi] libsas: disable scanning lun > 0 on ata devices (David Milburn) [695950]
- [scsi] libsas: Allow expander T-T attachments (David Milburn) [695950]
- [usb] xhci: Make xHCI driver endian-safe (Don Zickus) [745967]
- [infiniband] RDMA/cxgb3: Don't post zero-byte read if endpoint is going away (Neil Horman) [717379]
- [scsi] isci: atapi support (David Milburn) [743692]
- [x86] amd: Move BSP code to cpu_dev helper (Larry Woodman) [739456]
- [x86] Add a BSP cpu_dev helper (Larry Woodman) [739456]
- [x86] amd: Avoid cache aliasing penalties on AMD family 15h (Larry Woodman) [739456]
- [net] ipv6: fix NULL dereference in udp6_ufo_fragment() (Jason Wang) [740465]
- [netdrv] cxgb4: Updating NIC driver firmware (Neil Horman) [717806]
- [netdrv] cxgb3: Fix NULL pointer dereference in t3_l2t_get (Neil Horman) [729737]
- [netdrv] bnx2x: remaining fixes from upstream 3.1 (Michal Schmidt) [743917]
- [netdrv] e1000e: fix WoL on 82578DM and 82567V3 (Andy Gospodarek) [699042]
- [netdrv] tg3: Use netif_set_real_num_tx_queues() (Jiri Pirko) [740477]
- [netdrv] bnx2x: critical fixes (Veaceslav Falico) [745211]
- [netdrv] bonding: properly stop queuing work when requested (Andy Gospodarek) [736904]
- [netdrv] tg3: negate USE_PHYLIB flag check (Jiri Pirko) [746006]
- [x86] Add new cpu capabilities to /proc/cpuinfo (Prarit Bhargava) [745799]
- [kabi] add missing multipath symbols for s390x (Aristeu Rozanski) [714992]
- [perf] sched: Fix script command documentation (Jiri Olsa) [726589]
- [pm] hibernate: Fix memory corruption related to swap (Stanislaw Gruszka) [701857]
- [scsi] hpsa: add heartbeat sysfs host attribute (Tomas Henzl) [730027]
- [scsi] Revert megaraid_sas: Driver only report tape drive, JBOD and logic drives (Tomas Henzl) [736667]
- [fs] GFS2: Fix ->page_mkwrite() races (Steven Whitehouse) [725091]
- [scsi] scsi_transport_fc: Fix deadlock during fc_remove_host (Mike Christie) [714320]
- [kernel] workqueue: Fix workqueue deadlock during destroy_workqueue (Mike Christie) [714320]
- [sched] Avoid expensive initial update_cfs_load() (Larry Woodman) [741569 742414]
- [sched] Simplify update_cfs_shares parameters (Larry Woodman) [741569 742414]
- [sched] Fix/remove redundant cfs_rq checks (Larry Woodman) [741569 742414]
- [sched] Fix sign under-flows in wake_affine (Larry Woodman) [741569 742414]
- [sched] Update effective_load() to use global share weights (Larry Woodman) [741569 742414]
- [sched] Fix interactivity bug by charging unaccounted run-time on entity re-weight (Larry Woodman) [741569 742414]
- [sched] Move periodic share updates to entity_tick() (Larry Woodman) [741569 742414]
- [sched] Fix UP build breakage (Larry Woodman) [741569 742414]
- [sched] Update tg->shares after cpu.shares write (Larry Woodman) [741569 742414]
* Sun Oct 16 2011 Aristeu Rozanski <[email protected]> [2.6.32-210.el6]
- [drm] i915: fix IVB cursor support (Adam Jackson) [741780]
- [drm] i915: always set FDI composite sync bit (Adam Jackson) [745564]
- [netdrv] bnx2i: Fixed the endian on TTT for NOP out transmission (Mike Christie) [745676]
- [scsi] megaraid_sas: Add driver workaround for PERC5/1068 kdump kernel panic (Tomas Henzl) [723218]
- [ata] AHCI: Add new Panther Point RAID DeviceID (Prarit Bhargava) [745484]
- [scsi] isci: export phy events via ->lldd_control_phy() (David Milburn) [743654]
- [scsi] isci: The port state should be set to stopping on the last phy (David Milburn) [743654]
- [scsi] isci: fix decode of DONE_CRC_ERR TC completion status (David Milburn) [743654]
- [scsi] isci: SATA/STP I/O is only returned in the normal path to libsas (David Milburn) [743654]
- [scsi] isci: fix support for large smp requests (David Milburn) [743654]
- [scsi] isci: fix missed unlock in apc_agent_timeout() (David Milburn) [743654]
- [scsi] isci: fix event-get pointer increment (David Milburn) [743654]
- [scsi] isci: add version number (David Milburn) [743654]
- [scsi] isci: dynamic interrupt coalescing (David Milburn) [743654]
- [scsi] isci: fix sata response handling (David Milburn) [743654]
- [scsi] isci: Leave requests alone if already terminating (David Milburn) [743654]
- [fs] jbd: Fix forever sleeping process in do_get_write_access() (Harshula Jayasuriya) [744979]
- [fs] jbd2: Fix forever sleeping process in do_get_write_access() (Harshula Jayasuriya) [744979]
- [net] ipv6: fix refcnt problem related to POSTDAD state (Weiping Pan) [709280 731608]
- [x86] paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardless of lazy_mmu mode (Igor Mammedov) [632802]
- [s390x] qdio: 2nd stage retry on SIGA-W busy conditions (Hendrik Brueckner) [732708]
- [s390x] kernel: NSS creation with initrd fails (Hendrik Brueckner) [730780]
- [s390x] qeth: wrong number of output queues for HiperSockets (Hendrik Brueckner) [730701]
- [s390x] qeth: l3 ipv6 vlan not working on shared OSA chpid (Hendrik Brueckner) [727850]
- [x86] Intel pci: Provide option to enable 64-bit IOMMU pass through mode (George Beshers) [696420]
- [x86] intel-iommu: Remove Host Bridge devices from identity mapping (George Beshers) [696420]
- [x86] intel-iommu: Add domain check in domain_remove_one_dev_info (George Beshers) [696420]
- [x86] intel-iommu: Use coherent DMA mask when requested (George Beshers) [696420]
- [x86] intel-iommu: Dont cache iova above 32bit (George Beshers) [696420]
- [x86] intel-iommu: Speed up processing of the identity_mapping function (George Beshers) [696420]
- [x86] intel-iommu: Check for identity mapping candidate using system dma mask (George Beshers) [696420]
- [scsi] tcm_fc: Fix to activate non-offload path for FCoE target (Andy Grover) [638007]
* Wed Oct 12 2011 Aristeu Rozanski <[email protected]> [2.6.32-209.el6]
- [pci] edd: Treat "XPRS" host bus type the same as "PCI" (Mike Christie) [742059]
- [scsi] be2iscsi: Move driver Version (Mike Christie) [738163 738934]
- [scsi] be2iscsi: memset wrb for ring create (Mike Christie) [738163 738934]
- [scsi] be2iscsi: Fix for case where task->sc was cleanedup earlier (Mike Christie) [738163 738934]
- [scsi] be2iscsi: Fix for wrong dmsg setting in wrb (Mike Christie) [738163 738934]
- [scsi] be2iscsi: Fix for kdump failure (Mike Christie) [738163 738934]
- [sched] wait_for_completion_interruptible_timeout() should return signed long (J. Bruce Fields) [738379]
* Tue Oct 11 2011 Aristeu Rozanski <[email protected]> [2.6.32-208.el6]
- [net] fix net_dev_xmit tracepoint use of freed skb (Jiri Pirko) [705253]
- [block] kabi: symbols missing for FusionIO iomemory-vsl driver (Jiri Olsa) [735227]
- [netdrv] kabi: symbols missing for Emulex be2net driver (Jiri Olsa) [735229]
- [virt] xen: use maximum reservation to limit amount of usable RAM (Igor Mammedov) [743590]
- [usb] additional regression fix for device removal (Don Zickus) [744154]
- [usb] fix regression occurring during device removal (Don Zickus) [744154]
- [usb] Lower USB storage settling delay to something more reasonable (Don Zickus) [743959]
* Mon Oct 10 2011 Aristeu Rozanski <[email protected]> [2.6.32-207.el6]
- [netdrv] bna: Multiple Definition and Interface Setup Fix (Ivan Vecera) [743347]
- [netdrv] bna: Driver Version changed to 3.0.2.2 (Ivan Vecera) [743347]
- [netdrv] bna: Add Callback to Fix RXQ Stop (Ivan Vecera) [743347]
- [netdrv] bna: PLL Init Fix and Add Stats Attributes (Ivan Vecera) [743347]
- [netdrv] bna: Brocade 1860 HW Enablement (Ivan Vecera) [743347]
- [netdrv] bna: Implement FW Download for New HW (Ivan Vecera) [743347]
- [netdrv] bna: Capability Map and MFG Block Changes for New HW (Ivan Vecera) [743347]
- [netdrv] bna: PCI Probe Conf Lock Fix (Ivan Vecera) [743347]
- [netdrv] bna: Eliminate Small Race Condition Window in RX Path (Ivan Vecera) [743347]
- [netdrv] bna: Set Ring Param Fix (Ivan Vecera) [743347]
- [netdrv] bna: Semaphore Lock Fix (Ivan Vecera) [743347]
- [netdrv] bna: make function tables cont (Ivan Vecera) [743347]
- [netdrv] bna: Driver Version changed to 3.0.2.1 (Ivan Vecera) [743347]
- [netdrv] bna: SKB PCI UNMAP Fix (Ivan Vecera) [743347]
- [netdrv] bna: TX Queue Depth Fix (Ivan Vecera) [743347]
- [netdrv] bna: MBOX IRQ Flag Check after Locking (Ivan Vecera) [743347]
- [netdrv] bna: Async Mode Tx Rx Init Fix (Ivan Vecera) [743347]
- [netdrv] bna: Ethtool Enhancements and Fix (Ivan Vecera) [743347]
- [netdrv] bna: Initialization and Locking Fix (Ivan Vecera) [743347]
- [netdrv] bna: Formatting and Code Cleanup (Ivan Vecera) [743347]
- [netdrv] bna: TX Path and RX Path Changes (Ivan Vecera) [743347]
- [netdrv] bna: Interrupt Polling and NAPI Init Changes (Ivan Vecera) [743347]
- [netdrv] bna: PCI Probe Fix (Ivan Vecera) [743347]
- [netdrv] bna: Naming Change and Minor Macro Fix (Ivan Vecera) [743347]
- [netdrv] bna: off by one in bfa_msgq_rspq_pi_update() (Ivan Vecera) [743347]
- [netdrv] bna: unlock on error path in pnad_pci_probe() (Ivan Vecera) [743347]
- [scsi] libfc: fix deadlock bug in fc_exch_abort_locked (Mike Christie) [740096]
- [scsi] bnx2fc: Bumped version to 1.0.8 (Mike Christie) [740096]
- [scsi] bnx2fc: Return error statistics of remote peer (Mike Christie) [740096]
- [scsi] fcoe/libfcoe: Move common code for fcoe_get_lesb to fcoe_transport (Mike Christie) [740096]
- [scsi] bnx2fc: call ctlr_link_up only when the interface is enabled (Mike Christie) [740096]
- [scsi] bnx2fc: Add driver documentation (Mike Christie) [740096]
- [scsi] bnx2fc: Bumped version to 1.0.7 (Mike Christie) [740096]
- [scsi] bnx2fc: Handle bnx2fc_map_sg failure (Mike Christie) [740096]
- [scsi] bnx2fc: Replace scsi_dma_map() with dma_map_sg() (Mike Christie) [740096]
- [x86] acpi: Prevent acpiphp from deadlocking on PCI-to-PCI bridge remove (Prarit Bhargava) [732706]
- [x86] UV2: add missing kABI bits (George Beshers) [741432]
- [ppc] pci: Check devices status property when scanning OF tree (Steve Best) [738450]
- [drm] radeon/kms: reject video mode that would go over bandwidth limit on RN50 (Jerome Glisse) [729976]
- [fs] deal with races in /proc/*/syscall, stack, personality (Johannes Weiner) [692039]
- [fs] proc: enable writing to /proc/pid/mem (Johannes Weiner) [692039]
- [fs] proc: make check_mem_permission() return an mm_struct on success (Johannes Weiner) [692039]
- [fs] proc: hold cred_guard_mutex in check_mem_permission() (Johannes Weiner) [692039]
- [fs] proc: disable mem_write after exec (Johannes Weiner) [692039]
- [mm] implement access_remote_vm (Johannes Weiner) [692039]
- [mm] factor out main logic of access_process_vm (Johannes Weiner) [692039]
- [mm] use mm_struct to resolve gate vma's in __get_user_pages (Johannes Weiner) [692039]
- [mm] rename in_gate_area_no_task to in_gate_area_no_mm (Johannes Weiner) [692039]
- [mm] make in_gate_area take an mm_struct instead of a task_struct (Johannes Weiner) [692039]
- [mm] make get_gate_vma take an mm_struct instead of a task_struct (Johannes Weiner) [692039]
- [x86] mark associated mm when running a task in 32 bit compatibility mode (Johannes Weiner) [692039]
- [x86] add context tag to mark mm when running a task in 32-bit compatibility mode (Johannes Weiner) [692039]
- [fs] auxv: require the target to be tracable (or yourself) (Johannes Weiner) [692039]
- [fs] close race in /proc/*/environ (Johannes Weiner) [692039]
- [fs] report errors in /proc/*/*map* sanely (Johannes Weiner) [692039]
- [fs] pagemap: close races with suid execve (Johannes Weiner) [692039]
- [fs] make sessionid permissions in /proc/*/task/* match those in /proc/* (Johannes Weiner) [692039] {CVE-2011-1020}
* Tue Oct 04 2011 Aristeu Rozanski <[email protected]> [2.6.32-206.el6]
- [ppc] ibmveth: Fix leak when recycling skb and hypervisor returns error (Steve Best) [740548]
- [fs] nfs: Do not allow multiple mounts on same mountpoint when using -o noac (Sachin Prabhu) [584768]
- [scsi] megaraid: fix FastPath and update to v5.40 (Tomas Henzl) [726225]
- [acpi] APEI: set enable bit for OSC call (Matthew Garrett) [734509]
- [block] Whitelist symbols for dm-switch multipathing driver (Shyam Iyer) [714992]
- [x86] Missing "unregister_cpu_notifier" in powernow-k8.c (Prarit Bhargava) [741302]
- [virt] xen-netfront: fix MTU reset after migration (Paolo Bonzini) [733651]
* Mon Oct 03 2011 Aristeu Rozanski <[email protected]> [2.6.32-205.el6]
- [mm] add extra free kbytes tunable (Rik van Riel) [696395]
- [build] Makefile: include RHEL_RELEASE in version.h (Aristeu Rozanski)
- [ppc] Fix bogus it_blocksize in VIO iommu code (Steve Best) [738449]
- [ppc] hvcs: Ensure page aligned partner info buffer (Steve Best) [739749]
- [virt] KVM: Enable RDRAND feature support for KVM (Don Dugger) [721131]
- [virt] x86, cpu: Add CPU flags for F16C and RDRND (Don Dugger) [721131]
- [mm] zram: prevent accessing an unallocated table when init fails early (Jerome Marchand) [732707]
- [mm] zram: fix zram locking (Jerome Marchand) [732707]
- [ppc] eeh: Display eeh error location for bus and device (Steve Best) [707843]
- [ppc] pseries/eeh: Handle functional reset on non-PCIe device (Steve Best) [707843]
- [ppc] pseries/eeh: Propagate needs_freset flag to device at PE (Steve Best) [707843]
- [ppc] eeh: Add support for ibm, configure-pe RTAS call (Steve Best) [707843]
- [scsi] isci: initial sgpio write support (David Milburn) [735318]
- [scsi] isci: fix sgpio register definitions (David Milburn) [735318]
- [scsi] libsas: sgpio write support (David Milburn) [735318]
- [drm] i915: set GFX_MODE to pre-Ivybridge default value even on Ivybridge (Adam Jackson) [695793]
* Mon Oct 03 2011 Kyle McMartin <[email protected]> [2.6.32-204.el6]
- [netdrv] firmware: add bnx2x FW 7.0.23 (Michal Schmidt) [733693]
- [netdrv] bnx2x: Add new PHY BCM54616 (Michal Schmidt) [733888]
- [netdrv] bnx2x: fixes from upstream 3.1-rc (Michal Schmidt) [733693]
- [netdrv] bnx2x: driver-side changes for firmware 7.0.23 (Michal Schmidt) [733693]
- [netdrv] bnx2x: add missing DCB callbacks (Michal Schmidt) [733693]
- [scsi] scan: don't fail scans when host is in recovery (Mike Christie) [713682]
- [usb] don't let errors prevent system sleep (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] don't let the hub driver prevent system sleep (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] xhci: Reject double add of active endpoints (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] Free bandwidth when usb_disable_device is called (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] disable endpoints after unbinding interfaces, not before (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] xhci: Don't warn about zeroed bMaxBurst descriptor field (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] xHCI 1.0: Force Stopped Event(FSE) (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] xHCI 1.0: introduce Incompatible Device Error (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] xhci: Add reset on resume quirk for asrock p67 host (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] xhci: Always set urb->status to zero for isoc endpoints (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] Fix up URB error codes to reflect implementation (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] config: use proper endian access for wMaxPacketSize (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] xhci: fix OS want to own HC (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] xhci: Don't submit commands or URBs to halted hosts (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] usbcore: warm reset USB3 port in SS.Inactive state (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] Refine USB3.0 device suspend and resume (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] fix system suspend with USB3.0 device connected to USB3.0 hub (Don Zickus) [732457 732909 735048 735050 735263]
- [usb] Clear "warm" port reset change (Don Zickus) [732457 732909 735048 735050 735263]
- [netdrv] b43: allocate receive buffers big enough for max frame len + offset (RuiRui Yang) [738205] {CVE-2011-3359}
- [netdrv] tg3: call netif_carrier_off to initialize operstate value (John Feeney) [727330]
- [fs] fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message (RuiRui Yang) [736765] {CVE-2011-3353}
- [fs] cifs: fix possible memory corruption in CIFSFindNext (Jeff Layton) [730354] {CVE-2011-3191}
- [fs] nfsd4: fix open downgrade, again (J. Bruce Fields) [729176]
- [fs] jbd[2]: Use WRITE_SYNC_PLUG in journal_commit_transaction (Jeff Moyer) [720918]
- [fs] mbcache: Limit the maximum number of cache entries (Eric Sandeen) [731585]
- [netdrv] netxen: Add firmware version 4.0.557[579]. (Chad Dupuis) [741776]
- [netdrv] netxen: Add pcie workaround (Chad Dupuis) [741774]
- [netdrv] netxen: add vlan LRO support (Chad Dupuis) [741774]
- [netdrv] netxen: add fw version compatibility check (Chad Dupuis) [741774]
- [netdrv] netxen: drivers/net: Remove casts of void * (Chad Dupuis) [741774]
- [netdrv] netxen: fix race in skb->len access (Chad Dupuis) [741774]
- [netdrv] netxen: drivers/net: Remove unnecessary semicolons (Chad Dupuis) [741774]
- [netdrv] netxen: ethtool: cosmetic: Use ethtool ethtool_cmd_speed API (Chad Dupuis) [741774]
- [netdrv] netxen: ethtool: Use full 32 bit speed range in ethtool's set_settings (Chad Dupuis) [741774]
* Tue Sep 27 2011 Kyle McMartin <[email protected]> [2.6.32-203.el6]
- [fs] xfs: avoid direct I/O write vs buffered I/O race (Dave Chinner) [732976]
- [fs] xfs: don't serialise adjacent concurrent direct IO appending writes (Dave Chinner) [732976]
- [fs] xfs: don't serialise direct IO reads on page cache checks (Dave Chinner) [732976]
- [fs] gfs2: Ignore buffers with wrong state during fsync (Abhijith Das) [740066]
- [fs] GFS2: balance pages on gfs2_fallocate. (Benjamin Marzinski) [737989]
- [fs] xfs: avoid synchronous transactions when deleting attr blocks (Dave Chinner) [740312]
- [fs] GFS2: large file delete/unlink is slow (Robert S Peterson) [739987]
- [fs] ext4: optimize ext4_check_dir_entry() (Eric Sandeen) [714007]
- [fs] Fix do_lookup false negative. (David Howells) [693841]
- [netdrv] tg3: Fix VLAN creation problem (John Feeney) [731268 732769]
- [netdrv] ixgbe: fix improper check of dma address for NULL (Neil Horman) [683611]
- [netdrv] e1000: don't enable dma receives until after dma address has been setup (Dean Nelson) [703357]
- [net] sctp: deal with multiple COOKIE_ECHO chunks (Max Matveev) [729220]
* Wed Sep 21 2011 Aristeu Rozanski <[email protected]> [2.6.32-202.el6]
- [net] br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. (Herbert Xu) [738110]
* Tue Sep 20 2011 Aristeu Rozanski <[email protected]> [2.6.32-201.el6]
- [x86] Add rh_kabi.c and protect struct alt_instr under KABI (Prarit Bhargava) [737753]
- [x86] Fix module alt_instr KABI breakage (Prarit Bhargava) [737753]
* Mon Sep 19 2011 Aristeu Rozanski <[email protected]> [2.6.32-200.el6]
- [build] Makefile: update RHEL_MINOR to 2 (Aristeu Rozanski)
- [scsi] scsi_lib: pause between error retries (Rob Evers) [736812]
- [kernel] perf tools: do not look at ./config for configuration (Jiri Benc) [730204] {CVE-2011-2905}
- [scsi] Fix out of spec CD-ROM problem with media change (Rob Evers) [703366]
- [netdrv] bna: Driver Version changed to 3.0.2.0 (Ivan Vecera) [701486]
- [netdrv] bna: Remove Obsolete Files (Ivan Vecera) [701486]
- [netdrv] bna: Remove Unused Code (Ivan Vecera) [701486]
- [netdrv] bna: ENET and Tx Rx Redesign Enablement (Ivan Vecera) [701486]
- [netdrv] bna: Add New HW Defs (Ivan Vecera) [701486]
- [netdrv] bna: Tx and Rx Redesign (Ivan Vecera) [701486]
- [netdrv] bna: Introduce ENET as New Driver and FW Interface (Ivan Vecera) [701486]
- [netdrv] bna: MSGQ Implementation (Ivan Vecera) [701486]
- [netdrv] bna: Remove Obsolete File bfi_ctreg.h (Ivan Vecera) [701486]
- [netdrv] bna: Consolidated HW Registers for Supported HWs (Ivan Vecera) [701486]
- [netdrv] bna: Remove get_regs Ethtool Support (Ivan Vecera) [701486]
- [netdrv] bna: HW Interface Init Update (Ivan Vecera) [701486]
- [netdrv] bna: Remove Unnecessary CNA Check (Ivan Vecera) [701486]
- [netdrv] bna: Header File Consolidation (Ivan Vecera) [701486]
- [netdrv] bna: HW Error Counter Fix (Ivan Vecera) [701486]
- [netdrv] bna: Add HW Semaphore Unlock Logic (Ivan Vecera) [701486]
- [netdrv] bna: IOC Event Name Change (Ivan Vecera) [701486]
- [netdrv] bna: Mboxq Flush When IOC Disabled (Ivan Vecera) [701486]
- [netdrv] bna: Minor IRQ Index and Definition Change (Ivan Vecera) [701486]
- [netdrv] bna: State Machine Fault Handling Cleanup (Ivan Vecera) [701486]
- [netdrv] bna: IOC Event Notification Enhancement (Ivan Vecera) [701486]
- [netdrv] bna: CheckPatch Cleanup (Ivan Vecera) [701486]
- [netdrv] bna: Print Driver Version (Ivan Vecera) [701486]
- [netdrv] bna: use netdev_alloc_skb_ip_align() (Ivan Vecera) [701486]
- [netdrv] bna: ethtool: cosmetic: Use ethtool ethtool_cmd_speed API (Ivan Vecera) [701486]
- [netdrv] bna: ethtool: Use full 32 bit speed range in ethtool's set_settings (Ivan Vecera) [701486]
- [net] bna: fix compile warning of bfa_ioc_smem_pgoff defined but not used (Ivan Vecera) [701486]
- [netdrv] bna: Fix set-but-unused variables. (Ivan Vecera) [701486]
- [netdrv] bna: use device model DMA API (Ivan Vecera) [701486]
- [netdrv] bna: Remove unnecessary memset(,0,) (Ivan Vecera) [701486]
* Mon Sep 19 2011 Aristeu Rozanski <[email protected]> [2.6.32-199.el6]
- [scsi] libfcoe: fix compilation when fcoe.ko is not used (Mike Christie) [727304]
- [scsi] bnx2fc: Bumped version to 1.0.6 (Mike Christie) [727304]
- [scsi] bnx2fc: Fix FW assert during RSCN stress tests (Mike Christie) [727304]
- [scsi] bnx2fc: Fix panic caused because of incorrect errror handling in create() (Mike Christie) [727304]
- [scsi] bnx2fc: Avoid calling bnx2fc_if_destroy with unnecessary locks (Mike Christie) [727304]
- [scsi] bnx2fc: Validate vlan id in NETDEV_UNREGISTER handler (Mike Christie) [727304]
- [scsi] bnx2fc: No abort issued for REC when it times out (Mike Christie) [727304]
- [scsi] bnx2fc: Send solicitation only after vlan discovery is complete (Mike Christie) [727304]
- [scsi] bnx2fc: Reset max receive frame size during link up (Mike Christie) [727304]
- [scsi] bnx2fc: Do not use HBA_DBG macro when lport is not available (Mike Christie) [727304]
- [scsi] bnx2fc: increase cleanup wait time (Mike Christie) [727304]
- [scsi] bnx2fc: Bump version to 1.0.5 (Mike Christie) [727304]
- [scsi] bnx2fc: Prevent creating of NPIV port with duplicate WWN (Mike Christie) [727304]
- [scsi] bnx2fc: Obtain WWNN/WWPN from the shared memory (Mike Christie) [727304]
- [scsi] fcoe: Move common functions to fcoe_transport library (Mike Christie) [727304]
- [scsi] bnx2fc: Drop incoming ABTS (Mike Christie) [727304]
- [scsi] bnx2fc: code cleanup in bnx2fc_offload_session (Mike Christie) [727304]
- [scsi] bnx2fc: Fix NULL pointer deref during arm_cq (Mike Christie) [727304]
- [scsi] bnx2fc: Do not reuse the fcoe connection id immediately (Mike Christie) [727304]
- [scsi] bnx2fc: Clear DESTROY_CMPL flag after firmware destroy (Mike Christie) [727304]
- [scsi] bnx2fc: Handle NETDEV_UNREGISTER for vlan devices (Mike Christie) [727304]
- [scsi] bnx2fc: Reorganize cleanup code between interface_cleanup and if_destroy (Mike Christie) [727304]
- [scsi] bnx2fc: Change function names of bnx2fc_netdev_setup/bnx2fc_netdev_cleanup (Mike Christie) [727304]
- [scsi] bnx2fc: Do not attempt destroying NPIV port twice (Mike Christie) [727304]
- [scsi] bnx2fc: Remove erroneous kref_get on IO request (Mike Christie) [727304]
- [scsi] bnx2fc: Enable bsg_request support for bnx2fc (Mike Christie) [727304]
- [scsi] bnx2fc: Bug fixes in percpu_thread_create/destroy (Mike Christie) [727304]
- [scsi] bnx2fc: Reset the max receive frame size (Mike Christie) [727304]
- [netdrv] cnic: Wait for all Context IDs to be deleted before sending FCOE_DESTROY_FUNC (Mike Christie) [727304]
- [netdrv] cnic: Fix Context ID space calculation (Mike Christie) [727304]
- [netdrv] cnic: Return proper error code if we fail to send netlink message (Mike Christie) [727304]
- [netdrv] cnic: Fix ring setup/shutdown code (Mike Christie) [727304]
- [netdrv] cnic: Fix port_mode setting (Mike Christie) [727304]
- [netdrv] cnic: Replace get_random_bytes() with random32() (Mike Christie) [727304]
- [scsi] cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840 (Mike Christie) [727304]
- [netdrv] cnic: Add VLAN ID as a parameter during netevent upcall (Mike Christie) [727304]
- [x86] mm: Fix pgd_lock deadlock (Andrew Jones) [691310]
- [mm] pdpte registers are not flushed when PGD entry is changed in x86 PAE mode (Andrew Jones) [691310]
- [mm] Revert "fix pgd_lock deadlock" (Andrew Jones) [691310]
- [scsi] libfc: fix referencing to fc_fcp_pkt from the frame pointer via fr_fsp() (Mike Christie) [734961]
- [scsi] libfc: block SCSI eh thread for blocked rports (Mike Christie) [734961]
- [scsi] libfc: fix fc_eh_host_reset (Mike Christie) [734961]
- [scsi] fcoe: Fix deadlock between fip's recv_work and rtnl (Mike Christie) [734961]
- [scsi] fcoe: add fip retry to avoid missing critical keep alive (Mike Christie) [734961]
- [scsi] libfc: fix warn on in lport retry (Mike Christie) [734961]
- [scsi] libfc: Remove the reference to FCP packet from scsi_cmnd in case of error (Mike Christie) [734961]
- [scsi] libfc: cleanup sending SRR request (Mike Christie) [734961]
- [scsi] libfc: two minor changes in comments (Mike Christie) [734961]
- [scsi] libfc, fcoe: ignore rx frame with wrong xid info (Mike Christie) [734961]
- [scsi] libfc: release exchg cache (Mike Christie) [734961]
- [scsi] libfc: use FC_MAX_ERROR_CNT (Mike Christie) [734961]
- [scsi] fcoe: remove unused ptype field in fcoe_rcv_info (Mike Christie) [734961]
- [scsi] fcoe: Rearrange fcoe port and NPIV port cleanup (Mike Christie) [734961]
- [x86] intel_idle: Fix mismerge (Matthew Garrett) [733730]
- [x86] x2apic: enable the bios request for x2apic optout (Prarit Bhargava) [696902]
- [x86] ACPI: fix ioremap failure regression (Stanislaw Gruszka) [731546]
* Fri Sep 16 2011 Kyle McMartin <[email protected]> [2.6.32-198.el6]
- [fs] corrupted GUID partition tables can cause kernel oops (Jerome Marchand) [695982] {CVE-2011-1577}
- [x86] perf: Fix Intel fixed counters base initialization (Don Zickus) [736284] {CVE-2011-2521}
- [netdrv] iwlagn: use 6000g2b uCode for 130 series devices (Stanislaw Gruszka) [737185]
- [block] Missing portions of DM/MD RAID1 plugging patch (Jonathan E Brassow) [735124]
- [net] Compute protocol sequence numbers and fragment IDs using MD5. (Jiri Pirko) [732665] {CVE-2011-3188}
- [crypto] Move md5_transform to lib/md5.c (Jiri Pirko) [732665] {CVE-2011-3188}
* Mon Sep 12 2011 Aristeu Rozanski <[email protected]> [2.6.32-197.el6]
- [block] blktrace: fix handling of requests with SYNC and META flags (Mike Snitzer) [726437]
- [block] blktrace: add FLUSH/FUA support (Mike Snitzer) [726437]
- [kernel] Restore max mqueue message size to its previous RHEL 5 value (Doug Ledford) [730632]
* Wed Sep 07 2011 Aristeu Rozanski <[email protected]> [2.6.32-196.el6]
- [scsi] qla4xxx: updated device id check for BFS (Chad Dupuis) [732622]
- [fs] nfsd4: return nfserr_symlink on v4 OPEN of non-regular file (J. Bruce Fields) [697659]
- [netdrv] bnx2: Fix some late breaking bnx2 bugs (Neil Horman) [728328]
- [netdrv] e1000: save skb counts in TX to avoid cache misses (Dean Nelson) [690780]
- [netdrv] bonding: reset queue mapping prior to transmission (Neil Horman) [726688]
- [netdrv] e1000e: update to upstream version 1.4.4 (Andy Gospodarek) [730607]
- [netdrv] bonding: add missing xmit_hash_policy=layer2+3 info (Weiping Pan) [706018]
- [net] vlan: do not transfer real_num_tx_queues (Weiping Pan) [735015]
- [mm] thp: tail page refcounting fix (Andrea Arcangeli) [732986]
- [virt] xen: x86_32: do not enable iterrupts when returning from exception in interrupt context (Igor Mammedov) [713399]
- [mm] oom: task->mm == NULL doesn't mean the memory was freed (Frantisek Hrbata) [734732]
- [scsi] scsi_dh_rdac: Associate HBA and storage in rdac_controller to support partitions in storage (Mike Snitzer) [733763]
- [scsi] scsi_dh_rdac: Use WWID from C8 page instead of Subsystem id from C4 page to identify storage (Mike Snitzer) [733763]
- [scsi] lpfc: Update lpfc version for 8.3.5.45.3p driver release (Rob Evers) [733500]
- [scsi] lpfc: Fix compiler warning due to uninitialized local variable (Rob Evers) [733500]
- [scsi] lpfc: Fix bus reset handler fails with bad failure code (Rob Evers) [733500]
- [scsi] lpfc: Fix proper error code return value for management API (Rob Evers) [733500]
- [scsi] lpfc: Fixed ctlreg write bug (Rob Evers) [733500]
- [scsi] lpfc: Fix default adapter name for the OCe15100 (Rob Evers) [733500]
- [scsi] lpfc: Fix cable pull failure on interface type 2 SLI-4 adapters (Rob Evers) [733500]
- [scsi] lpfc: Fixed not able to perform firmware reset through sysfs board_mode attribute (Rob Evers) [733500]
- [scsi] lpfc: Fixed SLI4 device firmware reset with SR-IOV virtual functions (Rob Evers) [733500]
- [scsi] lpfc: Fixed not recovering SLI port in handling error attention with RN bit set (Rob Evers) [733500]
- [scsi] lpfc: Fix two crashes when unsolicted ELS ECHO_CMD is received (Rob Evers) [733500]
- [scsi] lpfc: Fix direct connect does not come up for SLI4 FC ports (Rob Evers) [733500]
- [scsi] lpfc: Fixed long wait when firmware reset to a SLI port without required privilege (Rob Evers) [733500]
- [scsi] lpfc: Fix request firmware support for little endian systems (Rob Evers) [733500]
* Sun Sep 04 2011 Aristeu Rozanski <[email protected]> [2.6.32-195.el6]
- [drm] radeon/kms: set a default max_pixel_clock (Dave Airlie) [729545]
- [pci] pciehp: change wait time for valid configuration access (Myron Stowe) [727720]
- [pci] ACPI: Report ASPM support to BIOS if not disabled from command line (Myron Stowe) [732501]
- [ppc] pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge() (Steve Best) [734192]
- [ppc] pci: Add missing hookup to pci_slot (Steve Best) [734192]
- [ppc] pci: Add missing call to header fixup (Steve Best) [734192]
- [virt] xen events: implement mask_ack (Andrew Jones) [733672]
- [virt] Revert "[virt] xen/events: change to using fasteoi" (Andrew Jones) [733672]
- [scsi] be2iscsi: Add pci_disable device (Mike Christie) [688076]
- [scsi] be2iscsi: Adding a shutdown Routine (Mike Christie) [688076]
- [net] ipv6: make fragment identifications less predictable (Jiri Pirko) [723433] {CVE-2011-2699}
- [fs] Ecryptfs: Add mount option to check uid of device being mounted = expect uid (Eric Sandeen) [731176] {CVE-2011-1833}
* Thu Sep 01 2011 Aristeu Rozanski <[email protected]> [2.6.32-194.el6]
- [md] raid5: fix FUA request handling in ops_run_io() (Mike Snitzer) [733527]
- [md] raid5: fix errant REQ_FUA that should be BIO_FUA (Mike Snitzer) [733527]
- [perf] report: Use properly build_id kernel binaries (Jiri Olsa) [691343]
- [ppc] pseries/xics: Use cpu_possible_mask rather than cpu_all_mask (Steve Best) [732357]
- [drm] i915: Post-3.0 updates from drm-intel-fixes (Adam Jackson) [720702]
- [scsi] bfa: Update the driver version to 3.0.2.2 (Rob Evers) [725913]
- [scsi] bfa: Add support to store driver configuration in flash (Rob Evers) [725913]
- [scsi] bfa: Add support to collect fabric stats (Rob Evers) [725913]
- [scsi] bfa: Added support to configure QOS and collect stats (Rob Evers) [725913]
- [scsi] bfa: Add support to configure trunking on Brocade adapter ports (Rob Evers) [725913]
- [scsi] bfa: Add support to configure and query flash boot partition (Rob Evers) [725913]
- [scsi] bfa: Added support to collect and reset fcport stats (Rob Evers) [725913]
- [scsi] bfa: Add support for IO profiling (Rob Evers) [725913]
- [scsi] bfa: Extend BSG to support more user commands (Rob Evers) [725913]
- [scsi] bfa: Check supported speed based on port mode (Rob Evers) [725913]
- [scsi] bfa: Update RME interrupt handling (Rob Evers) [725913]
- [scsi] bfa: BSG return value fix to be compatible with kernel convention (Rob Evers) [725913]
- [scsi] bfa: Add FC-transport based Asynchronous Event Notification support (Rob Evers) [725913]
- [scsi] bfa: Move debugfs initialization before bfa init (Rob Evers) [701485]
- [scsi] bfa: Update the driver version to 3.0.2.1 (Rob Evers) [701485]
- [scsi] bfa: Driver and BSG enhancements (Rob Evers) [701485]
- [scsi] bfa: Added support to query PHY (Rob Evers) [701485]
- [scsi] bfa: Added HBA diagnostics support (Rob Evers) [701485]
- [scsi] bfa: Added support for flash configuration (Rob Evers) [701485]
- [scsi] bfa: Added support to obtain SFP info (Rob Evers) [701485]
- [scsi] bfa: Added support for CEE info and stats query (Rob Evers) [701485]
- [scsi] bfa: Extend BSG interface (Rob Evers) [701485]
- [scsi] bfa: FCS bug fixes (Rob Evers) [701485]
- [scsi] bfa: DMA memory allocation enhancement (Rob Evers) [701485]
- [scsi] bfa: Brocade-1860 Fabric Adapter vHBA support (Rob Evers) [701485]
- [scsi] bfa: Brocade-1860 Fabric Adapter PLL init fixes (Rob Evers) [701485]
- [scsi] bfa: Added Fabric Assigned Address(FAA) support (Rob Evers) [701485]
- [scsi] bfa: IOC bug fixes (Rob Evers) [701485]
- [scsi] bfa: Enable ASIC block configuration and query (Rob Evers) [701485]
- [scsi] bfa: Update the driver version to 3.0.2.0 (Rob Evers) [701485]
- [scsi] bfa: Add BSG interface to support ELS, CT and vendor commands (Rob Evers) [701485]
- [scsi] bfa: Driver initialization and model description fix (Rob Evers) [701485]
- [scsi] bfa: Enhancement for fcpim and IO tag handling (Rob Evers) [701485]
- [scsi] bfa: FC credit recovery and misc bug fixes (Rob Evers) [701485]
- [scsi] bfa: Brocade-1860 Fabric Adapter 16Gbs support and flash controller fixes (Rob Evers) [701485]
- [scsi] bfa: IOC and PLL init changes for Brocade-1860 Fabric Adapter (Rob Evers) [701485]
- [scsi] bfa: Changes to support vport disable and enable operations (Rob Evers) [701485]
- [scsi] bfa: Brocade-1860 Fabric Adapter Hardware Enablement (Rob Evers) [701485]
- [scsi] bfa: Add pbc port disable check and fix LPS message name (Rob Evers) [701485]
- [scsi] bfa: Introduce IOC event notification mechanism (Rob Evers) [701485]
- [scsi] bfa: Introduced generic address len pair to represent DMA memory chunk (Rob Evers) [701485]
* Fri Aug 26 2011 Aristeu Rozanski <[email protected]> [2.6.32-193.el6]
- [pci] remove quirk for pre-production systems with Intel 82576 NIC (Prarit Bhargava) [729677]
- [x86] efi: Revert new_memmap code (Matthew Garrett) [723274]
- [infiniband] mlx4: add new module parameters (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: Avoid duplicate devices from LUN scan (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: Fix integer -> pointer cast warnings (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: try to use larger FMR sizes to cover our mappings (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: add support for indirect tables that don't fit in SRP_CMD (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: rework mapping engine to use multiple FMR entries (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: allow sg_tablesize to be set for each target (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: move IB CM setup completion into its own function (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: always avoid non-zero offsets into an FMR (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: Test only once whether iu allocation succeeded (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IPoIB: Add GRO support (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IPoIB: Remove LRO support (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: consolidate hot-path variables into cache lines (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: stop sharing the host lock with SCSI (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] Touch up a merge issue, fixes compilation (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: reduce lock coverage of command completion (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: reduce local coverage for command submission and EH (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: don't move active requests to their own list (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: allow lockless work posting (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: consolidate state change code (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/srp: allow task management without a previous request (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] rds/ib: use system_wq instead of rds_ib_fmr_wq (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [net] rds: Makefile: Remove deprecated items (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] Manual backport of alloc_netdev_mqs (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] Fix a merge issue (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: Restoring RX buffer pointer in case of failure (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4: Sensing link type at device initialization (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4: Fixing bad size of event queue buffer (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: Fix loss of promiscuity (Doug Ledford) [612992 688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: Removing HW info from ethtool -i report (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: updated driver version to 1.5.4.1 (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: Using blue flame support (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_core: reserve UARs for userspace consumers (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_core: maintain available field in bitmap allocator (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4: Add blue flame support for kernel consumers (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: Reporting HW revision in ethtool -i (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4: Wake on LAN support (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: using new mlx4 interrupt scheme (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4: Changing interrupt scheme (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: bringing link up when registering netdevice (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: optimize adaptive moderation algorithm for better latency (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: moderation parameters are not reseted (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_en: going out of range of TX rings when reporting stats (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/mlx4: Handle protocol field in multicast table (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_core, ib, en: Fix driver when sizeof phys_addr_t > sizeof long (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/mlx4: Handle -ENOMEM in forward_trap() (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4_core: Avoid vunmap() of invalid pointer if allocation fails (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/mlx4: Don't call dma_free_coherent() with irqs disabled (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] mlx4: Call alloc_etherdev to allocate RX and TX queues (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/nes: Add a check for strict_strtoul() (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/ipath: Use pci_dev->revision, again (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB: Increase DMA max_segment_size on Mellanox hardware (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/nes: Don't print success message at level KERN_ERR (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/ipath: Don't reset disabled devices (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/nes: Don't generate async events for unregistered devices (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/amso1100: Fix compile warnings (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/nes: Fix incorrect SFP+ link status detection on driver init (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/nes: Fix SFP+ link down detection issue with switch port disable (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE events (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/nes: Fix bonding on iw_nes (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA: Use vzalloc() to replace vmalloc()+memset(0) (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/nes: Fix string continuation line (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/mthca: Handle -ENOMEM in forward_trap() (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/ipath: Use printf extension pR for struct resource (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA: Check for NULL mode in .devnode methods (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/cma: Save PID of ID's owner (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/cma: Add support for netlink statistics export (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/cma: Pass QP type into rdma_create_id() (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA: Update exported headers list (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/cma: Export enum cma_state in <rdma/rdma_cm.h> (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB: Add devnode methods to cm_class and umad_class (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP required (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/uverbs: Add devnode method to set path/mode (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/ucma: Add .nodename/.mode to tell userspace where to create device node (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA: Add netlink infrastructure (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] Backports to fix compile of changes that upstream made but relied on changes that don't exist in rhel6 (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA: Add error handling to ib_core_init() (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/iwcm: Get rid of enum iw_cm_event_status (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/cma: Add an ID_REUSEADDR option (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/cma: Fix handling of IPv6 addressing in cma_use_port (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/mad: Improve an error message so error code is included (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific one (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH state (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA: Update missed conversion of flush_scheduled_work() (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA/ucma: Copy iWARP route information on queries (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] RDMA: Update workqueue usage (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [infiniband] infiniband: remove dev_base_lock use (Doug Ledford) [688944 690152 698275 698279 698283 700277 707092 710159]
- [virt] vmalloc: eagerly clear ptes on vunmap (Igor Mammedov) [730503]
* Tue Aug 23 2011 Aristeu Rozanski <[email protected]> [2.6.32-192.el6]
- [build] spec: add more drivers to initrd (Andy Gospodarek) [714883]
- [target] add to tech-preview.txt and call mark_tech_preview (Andy Grover) [638007]
- [x86] ucode-amd: Don't warn when no ucode is available for a CPU revision (Anton Arapov) [731409]
- [scsi] isci: remove core/scic_sds_port_configuration_agent.c (David Milburn) [730136]
- [scsi] qla4xxx: export iface name (Mike Christie) [730599]
- [s390x] config: switch on CONFIG_DEBUG_PAGEALLOC on s390x-debug kernel (Hendrik Brueckner) [702405]
- [char] tpm: Fix uninitialized usage of data buffer (Stanislaw Gruszka) [684675] {CVE-2011-1160}
- [ata] libata: remove SCSI host lock (David Milburn) [732062]
- [scsi] scsi_dh_rdac: decide on whether to send mode select or not (Tomas Henzl) [683613]
- [scsi] scsi_dh_rdac: Detect the different RDAC operating modes (Tomas Henzl) [683613]
- [scsi] scsi_dh_rdac: Add definitions for different RDAC operating modes (Tomas Henzl) [683613]
- [target] modify rhel config for tcm (Andy Grover) [638007]
- [target] backport to old queuecommand interface (Andy Grover) [638007]
- [target] fixup file backstore for vfs_fsync_range api change (Andy Grover) [638007]
- [target] fixes for iblock backport (Andy Grover) [638007]
- [scsi] add ACA_TAG definition to scsi/scsi_tcq.h (Andy Grover) [638007]
- [scsi] Add missing SPC-4 CDB and MAINTENANCE_[IN, OUT] service action definitions (Andy Grover) [638007]
- [target] Fix UTS_RELEASE build errors (Andy Grover) [638007]
- [scsi] tcm_fc: Fixing reference counting problem which was causing ft_sess to be deleted (Andy Grover) [638007]
- [scsi] Add FCoE Target support (Andy Grover) [638007]
- [block] cfq-iosched: Reduce linked group count upon group destruction (Vivek Goyal) [726099]
- [kdump] x86: Fix crashkernel=auto to take into account memory needed by filtering utility (Vivek Goyal) [730077]
* Wed Aug 17 2011 Kyle McMartin <[email protected]> [2.6.32-191.el6]
- [drm] radeon: post-3.0 fixes (Jerome Glisse) [730838]
- [netdrv] netxen-firmware: rename firmware files (Andy Gospodarek) [693743]
- [netdrv] netxen_nic: Fix common misspellings (Tony Camuso) [693740]
- [netdrv] netxen_nic: Add support for VLAN RX HW acceleration (Tony Camuso) [693740]
- [netdrv] netxen_nic: Fix ethtool->set_flags not intended -EINVAL return value (Tony Camuso) [693740]
- [netdrv] netxen_nic: Support for GbE port settings (Tony Camuso) [693740]
- [netdrv] netxen_nic: Notify firmware of Flex 10 interface down (Tony Camuso) [693740]
- [netdrv] netxen-firmware: Update firmware to version 4.0.544 or greater (Tony Camuso) [693743]
- [fs] autofs: fix some further kabi inconsistencies (Ian Kent) [704941]
- [fs] kabi - add back do_add_mount() (Ian Kent) [704941]
- [fs] kabi - rename follow_down_one() to follow_down() (Ian Kent) [704941]
- [fs] VFS: Fix automount for negative autofs dentries (Ian Kent) [704941]
- [fs] VFS: Fix vfsmount overput on simultaneous automount (Ian Kent) [704941]
- [fs] autofs4 - reinstate last used update on access (Ian Kent) [704941]
- [fs] tidy up around finish_automount() (Ian Kent) [704941]
- [fs] don't drop newmnt on error in do_add_mount() (Ian Kent) [704941]
- [fs] Take the completion of automount into new helper (Ian Kent) [704941]
- [fs] autofs4: Merge the remaining dentry ops tables (Ian Kent) [704941]
- [fs] Unexport do_add_mount() and add in follow_automount(), not ->d_automount() (Ian Kent) [704941]
- [fs] vfs - Remove a further kludge from __do_follow_link() (Ian Kent) [704941]
- [fs] autofs4 - bump version (Ian Kent) [704941]
- [fs] autofs4 - add v4 pseudo direct mount support (Ian Kent) [704941]
- [fs] autofs4 - fix wait validation (Ian Kent) [704941]
- [fs] autofs4: cleanup autofs4_free_ino() (Ian Kent) [704941]
- [fs] autofs4: cleanup dentry operations (Ian Kent) [704941]
- [fs] autofs4: cleanup inode operations (Ian Kent) [704941]
- [fs] autofs4: removed unused code (Ian Kent) [704941]
- [fs] autofs4: add d_manage() dentry operation (Ian Kent) [704941]
- [fs] autofs4: add d_automount() dentry operation (Ian Kent) [704941]
- [fs] CIFS: Use d_automount() rather than abusing follow_link() [ver #2] (Ian Kent) [704941]
- [fs] NFS: Use d_automount() rather than abusing follow_link() (Ian Kent) [704941]
- [fs] VFS: Add an AT_NO_AUTOMOUNT flag to suppress terminal automount [ver #2] (Ian Kent) [704941]
- [fs] Add a dentry op to allow processes to be held during pathwalk transit (Ian Kent) [704941]
- [fs] VFS: Add a dentry op to handle automounting rather than abusing follow_link() (Ian Kent) [704941]
- [fs] dcache remove d_mounted (Ian Kent) [704941]
- [fs] Sanitize autofs_dev_ioctl_ismountpoint() (Ian Kent) [704941]
- [fs] autofs4 - rename dentry to expiring in autofs4_lookup_expiring() (Ian Kent) [704941]
- [fs] autofs4 - rename dentry to active in autofs4_lookup_active() (Ian Kent) [704941]
- [fs] autofs4 - eliminate d_unhashed in path walk checks (Ian Kent) [704941]
- [fs] autofs4 - cleanup active and expire lookup (Ian Kent) [704941]
- [fs] autofs4 - rename unhashed to active in autofs4_lookup() (Ian Kent) [704941]
- [fs] autofs4 - use autofs_info for pending flag (Ian Kent) [704941]
- [fs] autofs4 - use helper for need mount check (Ian Kent) [704941]
- [fs] autofs4 - use helpers for expiring list (Ian Kent) [704941]
- [fs] autofs4 - use helpers for active list handling (Ian Kent) [704941]
- [md] Using poll /proc/mdstat can monitor the events of adding a spare disks (Doug Ledford) [729696]
- [md] raid5: get rid of duplicated call to bio_data_dir() (Doug Ledford) [729696]
- [md] raid5: use kmem_cache_zalloc() (Doug Ledford) [729696]
- [md] raid10: share pages between read and write bio's during recovery (Doug Ledford) [729696]
- [md] raid10: factor out common bio handling code (Doug Ledford) [729696]
- [md] raid10: get rid of duplicated conditional expression (Doug Ledford) [729696]
- [md] raid5: remove unusual use of bio_iovec_idx() (Doug Ledford) [729696]
- [md] raid5: fix raid5_set_bi_hw_segments (Doug Ledford) [729696]
- [md] bitmap: remove unused fields from struct bitmap (Doug Ledford) [729696]
- [md] bitmap: use proper accessor macro (Doug Ledford) [729696]
- [md] check ->hot_remove_disk when removing disk (Doug Ledford) [729696]
- [md] use is_power_of_2 macro (Doug Ledford) [729696]
- [md] allow resync_start to be set while an array is active (Doug Ledford) [729696]
- [md] raid10: reformat some loops with less indenting (Doug Ledford) [729696]
- [md] raid10: remove unused variable (Doug Ledford) [729696]
- [md] raid10: make more use of 'slot' in raid10d (Doug Ledford) [729696]
- [md] raid10: some tidying up in fix_read_error (Doug Ledford) [729696]