/[packages]/cauldron/kernel-tmb/current/SOURCES/kernel-tmb.patchlist
ViewVC logotype

Annotation of /cauldron/kernel-tmb/current/SOURCES/kernel-tmb.patchlist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 411430 - (hide annotations) (download)
Sat Apr 27 11:19:25 2013 UTC (10 years, 11 months ago) by tmb
File size: 4908 byte(s)
- update to 3.8.10
- drop merged / obsolete patches:
  * AA01-AA20: 3.8.6+ stable fixes (merged)
  * DP01: disable-aspm-link check for ath5k (obsolete)
- add patches:
  * AA01: aio: fix possible invalid memory access when DEBUG is enabled
  * AA02: TTY: do not update atime/mtime on read/write (CVE-2013-0160)
  * AA03: TTY: fix atime/mtime regression
  * BD01: block: fix max discard sectors limit
  * DG01: drm/radeon: don't use get_engine_clock() on APUs
    (mga #8077, fdo #62493)
  * DG02: drm/radeon: add some new SI PCI ids
  * DG03: drm/radeon: add new richland pci ids
  * DI10-DI12: intel_idle: add Haswell support
- make EFI_VARS builtin on x86_64
- set DEFAULT_NLS to utf8


1 tmb 411430 *** kernel-tmb-3.8.10-1.mga3 ***
2 tmb 61100
3     ### Git Queue
4    
5     ### Stable Queue
6 tmb 411430 AA01_stable-aio-fix-possible-invalid-memory-access-when-debug-is-enabled.patch
7     AA02_stable-tty-do-not-update-atime-mtime-on-read-write.patch
8     AA03_stable-tty-fix-atime-mtime-regression.patch
9 tmb 61100
10     ### see mdv bugzilla #18989
11     AI01_x86-pci-toshiba-equium-a60-assign-busses.patch
12    
13     ### fix kernel error message to tell user when desktop586 kernel is used.
14     AI10_i386-fix-error-message-when-cpu-is-not-i686.patch
15    
16 tmb 94546 ### fix "out of vmalloc space"
17     AX05_x86-increase-default-minimum-vmalloc-area-by-64MB-to-192MB.patch
18    
19 tmb 411430 # discard fix
20     BD01_block-fix-max-discard-sectors-limit.patch
21    
22 tmb 232861 # disable floppy autoloading
23     BF01_block-floppy-disable-pnp-modalias.patch
24    
25 tmb 61100 ### Con Kolivas -ck patchset (BFS Sceduler + desktop optimizations)
26 tmb 408960 CK01_patch-3.8-ck1.patch
27 tmb 61100
28     ### Tecra M4/M6 and Satellite R20 have broken piix_suspend
29     DA52_ata-piix-blacklist-toshiba-piix-suspend.patch
30    
31     ### make megaraid_mbox show correct sysfsname
32     DB25_megaraid_mbox_sysfsname_fix.patch
33    
34 tmb 134369 ### module aliases for old ieee1394 stack
35 tmb 90160 DF01_firewire-ieee1394-module-aliases.patch
36 tmb 75092
37 tmb 411430 # gpu fixes
38     DG01_drm-radeon-dont-use-get_engine_clock-on-APUs.patch
39     DG02_drm-radeon-add-some-new-SI-PCI-ids.patch
40     DG03_drm-radeon-add-new-richland-pci-ids.patch
41    
42 tmb 408960 # Wellsburg
43     DI01_i2c-busses-i2c-i801-Add-Device-IDs-for-Intel-Wellsburg-PCH.patch
44    
45 tmb 411430 # Haswell
46     DI10_idle-intel_idle-stop-using-driver_data-for-static-flags.patch
47     DI11_idle-intel_idle-support-Haswell.patch
48     DI12_idle-intel_idle-additional-Haswell-CPU-id.patch
49    
50 tmb 90160 ### module aliases for old dm-raid45
51     DM01_dm-raid-aliases.patch
52    
53 tmb 408960 # Wellsburg
54     DM10_mfd-lpc_ich-Add-Device-IDs-for-Intel-Wellsburg-PCH.patch
55 tmb 224401
56 tmb 312036 # add alx driver
57     DN01_net-ethernet-atheros-alx-add-new-QCA-ethernet-driver-which-supercedes-atl.patch
58     DN02_net-ethernet-atheros-alx-remove-atl1c-devices.patch
59 tmb 408960 DN03_net-ethernet-atheros-alx-3.7-buildfix.patch
60     DN04_net-ethernet-alx-drop-devinit-exit.patch
61 tmb 312036
62 tmb 408960 # asix updates: TTL 3.9
63     DN10_net-usb-asix-init-ASIX-AX88772B-MAC-from-EEPROM.patch
64     DN11_net-usb-asix-handle-packets-crossing-URB-boundaries.patch
65     DN12_net-usb-asix-ax88772_unbind-can-be-static.patch
66     DN13_net-usb-asix_devices-Add-USBNET-HG20F9-ethernet-dongle.patch
67     DN14_net-usb-ax88179_178a-ASIX-AX88179_178A-USB-3.0_2.0-to-gigabit-ethernet-adapter-driver.patch
68    
69 tmb 78708 ### shuttle-wmi support
70     DP10_platform-x86-add-shuttle-wmi-driver.patch
71    
72 tmb 61100 ### Sound fixes & addons
73     DS03_sound-bluetooth-SCO-support.patch
74    
75 tmb 408960 # Wellsburg
76     DS10_sound-pci-hda-hda_intel-Add-Device-IDs-for-Intel-Wellsburg-PCH.patch
77 tmb 311880
78     ### overlayfs support synced with opensuse
79     FO01_fs-ovl01-vfs-add-i_op-dentry_open.patch
80     FO02_fs-ovl02-vfs-export-do_splice_direct-to-modules.patch
81     FO03_fs-ovl03-vfs-introduce-clone_private_mount.patch
82     FO04_fs-ovl04-overlay-filesystem.patch
83     FO05_fs-ovl05-overlayfs-add-statfs-support.patch
84     FO06_fs-ovl06-overlayfs-implement-show_options.patch
85     FO07_fs-ovl07-overlay-overlay-filesystem-documentation.patch
86     FO08_fs-ovl08-fs-limit-filesystem-stacking-depth.patch
87     FO09_fs-ovl09-overlayfs-fix-possible-leak-in-ovl_new_inode.patch
88     FO10_fs-ovl10-overlayfs-create-new-inode-in-ovl_link.patch
89     FO11_fs-ovl11-vfs-export-__inode_permission-to-modules.patch
90     FO12_fs-ovl12-ovl-switch-to-__inode_permission.patch
91     FO13_fs-ovl13-overlayfs-copy-up-i_uid-i_gid-from-the-underlying-in.patch
92 tmb 292370
93 tmb 408960 # Reiser4
94     # https://reiser4.wiki.kernel.org/
95     FR01_reiser4-for-3.8.5.patch
96    
97 tmb 61100 ### TuxOnIce / Suspend2 support
98     ### from http://www.tuxonice.net/
99 tmb 408960 KP01_tuxonice-for-linux-3.8.6-2013-02-24.patch
100 tmb 61100
101     ### adds the 3rdparty drivers framework
102     MB01_3rdparty-1.0.tar
103     MB02_3rd-3rdparty-merge.patch
104    
105 tmb 408960 ### ndiswrapper 1.58
106     MB10_3rd-ndiswrapper-1.58.patch
107 tmb 61100 MB11_3rd-ndiswrapper-Kconfig.patch
108     MB12_3rd-ndiswrapper-Makefile-build-fix.patch
109    
110     ### Fujitsu Siemens Tablet button driver
111     ### http://fjbtndrv.wiki.sourceforge.net/
112     MC40_fsc_btns-2.1.0.tar
113     MC41_fsc_btns-Kconfig-Makefile.patch
114    
115     ### DazukoFS support (#24333)
116     MC50_3rd-dazukofs-3.1.3.tar
117     MC51_3rd-dazukofs-add-Kconfig-Makefile.patch
118     MC52_3rd-dazukofs-2.6.35-buildfix.patch
119    
120     ### Via high speed serial support
121     MC80_viahss-0.92.tar
122     MC81_viahss_config.patch
123     MC82_3rd-viahss-module-license.patch
124     MC83_3rd-viahss-fix-pci_get_device.patch
125    
126     ### video4linux vloopback support
127     MC90_3rd-vloopback.tar
128     MC91_3rd-vloopback-Kconfig-Makefile.patch
129     MC92_3rd-vloopback-2.6.33-buildfix.patch
130     MC93_3rd-vloopback-include-slab.h.patch
131     MC94_3rd-vloopback-2.6.37-buildfix.patch
132    
133     ### adds sco-flowcontrol support to bluetooth, needed for
134     ### bluetooth-alsa
135     NB01_bluetooth-sco-flowcontrol.patch
136    
137     ### netfilter logging support, used by Interactive Firewall
138     NI10_net-netfilter-IFWLOG.patch
139     NI11_net-netfilter-IFWLOG-mdv.patch
140     NI12_net-netfilter-IFWLOG-2.6.35-buildfix.patch
141     NI13_net-netfilter-IFWLOG-2.6.37-buildfix.patch
142 tmb 311880 NI14_net-ipv4-netfilter-ipt_IFWLOG-3.6-buildfix.patch
143 tmb 61100
144     ### netfilter port-scan detection, used by Interactive Firewall
145     NI15_net-netfilter-psd.patch
146     NI16_net-netfilter-psd-mdv.patch
147     NI17_net-netfilter-psd-2.6.35-buildfix.patch

  ViewVC Help
Powered by ViewVC 1.1.30