~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to debian/config/m68k/config

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings, Bastian Blank, Ben Hutchings, Uwe Kleine-König
  • Date: 2012-03-04 15:32:20 UTC
  • mfrom: (43.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20120304153220-r171jd27k3dd3639
Tags: 3.2.9-1
* New upstream stable update:
  http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.8
  - [i386] i387: move TS_USEDFPU flag from thread_info to task_struct
  - [x86] additional refactoring of FPU/SSE state save and restore
  http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.9
  - vfs: fix d_inode_lookup() dentry ref leak
  - target: Allow control CDBs with data > 1 page
  - epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
  - epoll: ep_unregister_pollwait() can use the freed pwq->whead
  - epoll: limit paths (CVE-2011-1083)
  - cdrom: use copy_to_user() without the underscores

[ Bastian Blank ]
* [mips,mipsel] Also remove ext4 modules from installer.

[ Ben Hutchings ]
* Update debconf template translations:
  - Update Dutch (Willem Kuyn) (Closes: #658736)
  - Add Polish (Michał Kułach) (Closes: #658912)
* Bump ABI to 2
* fs: Introduce and enable security restrictions on links:
  - Do not follow symlinks in /tmp that are owned by other users
    (sysctl: fs.protected_symlinks)
  - Do not allow unprivileged users to create hard links to sensitive files
    (sysctl: fs.protected_hardlinks) (Closes: #609455)
    + This breaks the 'at' package in stable, which will be fixed shortly
      (see #597130)
  The precise restrictions are specified in Documentation/sysctl/fs.txt in
  the linux-doc-3.2 and linux-source-3.2 packages.
* iwlwifi: fix key removal (Closes: #651199)
* cgroups: Set CGROUP_PERF
* hid: Enable HID_HOLTEK, HID_PRIMAX, HID_SPEEDLINK, HID_WIIMOTE as modules,
  HID_ACRUX_FF
* media/rc: Enable RC_ATI_REMOTE as module
* gspca: Enable USB_GSPCA_TOPRO as module
* dvb-usb: Enable DVB_USB_PCTV452E, DVB_USB_MXL111SF as modules

[ Uwe Kleine-König ]
* [x86] Update rt featureset to 3.2.9-rt15

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
##
12
12
## file: drivers/block/Kconfig
13
13
##
14
 
CONFIG_BLK_DEV_RAM=y
15
 
CONFIG_BLK_DEV_RAM_COUNT=16
16
14
CONFIG_BLK_DEV_RAM_SIZE=4096
17
15
# CONFIG_CDROM_PKTCDVD is not set
18
16
 
101
99
##
102
100
CONFIG_NETDEVICES=y
103
101
# CONFIG_BONDING is not set
104
 
CONFIG_EQUALIZER=m
105
102
# CONFIG_NETPOLL_TRAP is not set
106
103
# CONFIG_TUN is not set
107
104
 
188
185
# CONFIG_CIFS is not set
189
186
 
190
187
##
191
 
## file: fs/cramfs/Kconfig
192
 
##
193
 
CONFIG_CRAMFS=m
194
 
 
195
 
##
196
188
## file: fs/efs/Kconfig
197
189
##
198
190
# CONFIG_EFS_FS is not set
200
192
##
201
193
## file: fs/ext2/Kconfig
202
194
##
203
 
CONFIG_EXT2_FS=y
 
195
# CONFIG_EXT2_FS is not set
204
196
 
205
197
##
206
198
## file: fs/ext3/Kconfig
207
199
##
208
 
CONFIG_EXT3_FS=y
 
200
# CONFIG_EXT3_FS is not set
 
201
 
 
202
##
 
203
## file: fs/ext4/Kconfig
 
204
##
 
205
CONFIG_EXT4_FS=y
 
206
CONFIG_EXT4_USE_FOR_EXT23=y
209
207
 
210
208
##
211
209
## file: fs/freevxfs/Kconfig