Commit Graph

4040 Commits

Author SHA1 Message Date
Arnaud Patard 11a2983b69 disable some options on iop, ixp to make it fit in the flash. Most gain is from
disabling ftrace

svn path=/dists/trunk/linux/; revision=19201
2012-06-24 22:14:45 +00:00
Ben Hutchings f5a7e1900a linux-image, README.Debian: Suggest debian-kernel-handbook package
svn path=/dists/sid/linux/; revision=19200
2012-06-24 22:09:43 +00:00
Ben Hutchings ba801fdb42 wacom: Try to fix regressions in 3.2.18-1
svn path=/dists/sid/linux/; revision=19197
2012-06-24 21:13:18 +00:00
Ben Hutchings 6beea61250 udeb: Add missing dependencies for various modules (see #678587)
- [armel/kirkwood] fb-modules depends on kernel-image
- [ia64] nic-usb-modules depends on kernel-image, nic-shared-modules,
  usb-modules
- [ia64] sata-modules depends on kernel-image, scsi-core-modules
- [ia64] scsi-modules depends on scsi-core-modules
- [ia64,powerpc,ppc64] pcmcia-modules depends on kernel-image
- [powerpc,ppc64] nic-pcmcia-modules depends on kernel-image,
  nic-shared-modules, pcmcia-modules
- [powerpc,ppc64,x86] scsi-modules depends on ata-modules
- [x86] nic-extra-modules depends on i2c-modules

These are the dependencies assumed by kernel-wedge gen-deps (which
adds per-arch Depends to the default) but not included by kernel-wedge
gen-control (which makes per-arch Depends override the default).

For all the release architectures, the two sub-commands should now
agree, whether or not #678587 is fixed.

svn path=/dists/sid/linux/; revision=19196
2012-06-24 19:31:27 +00:00
Ben Hutchings 7d1ba06906 [i386] Disable incomplete lguest support
svn path=/dists/sid/linux/; revision=19195
2012-06-24 16:14:45 +00:00
Ben Hutchings a21b0afd1f tracing/mm: Move include of trace/events/kmem.h out of header into slab.c
svn path=/dists/sid/linux/; revision=19186
2012-06-23 22:29:25 +00:00
Ben Hutchings 6eb32a96cc [powerpc] Enable PPC_DISABLE_WERROR
svn path=/dists/sid/linux/; revision=19185
2012-06-23 19:24:30 +00:00
Ben Hutchings 221e81adfe [i386] cpufreq/gx: Fix the compile error
svn path=/dists/sid/linux/; revision=19184
2012-06-23 19:19:24 +00:00
Ben Hutchings 7cd8a087b6 Prepare to release linux (3.2.21-1).
svn path=/dists/sid/linux/; revision=19182
2012-06-22 22:47:24 +00:00
Ben Hutchings f67df5fade [x86] udeb: Fix dependencies for nic-wireless-modules
svn path=/dists/sid/linux/; revision=19181
2012-06-22 22:39:21 +00:00
Ben Hutchings 97e487b666 input: Add Synaptics USB device driver (Closes: #678071)
svn path=/dists/sid/linux/; revision=19178
2012-06-21 03:35:31 +00:00
Ben Hutchings e9d62d3fbf [x86] staging: zsmalloc: Finish conversion to a separate module (Closes: #677273)
svn path=/dists/trunk/linux/; revision=19174
2012-06-20 01:36:04 +00:00
Ben Hutchings 224cfbedcc Update to 3.2.21
svn path=/dists/sid/linux/; revision=19173
2012-06-20 00:57:10 +00:00
Ben Hutchings ddfcdb3b8c input: Enable MOUSE_SYNAPTICS_USB (Closes: #678071)
svn path=/dists/trunk/linux/; revision=19170
2012-06-19 04:38:54 +00:00
Ben Hutchings 19cdad64a9 Note in the changelog which flavour is used for Dreamplug and iConnect
svn path=/dists/sid/linux/; revision=19169
2012-06-19 03:49:26 +00:00
Arnaud Patard 3636096fe2 - Add support for dreamplug and iconnect (kirkwood) systems.
svn path=/dists/sid/linux/; revision=19167
2012-06-18 22:31:05 +00:00
Ben Hutchings 1f377f7c3b [x32] Build a linux-libc-dev package
svn path=/dists/trunk/linux/; revision=19166
2012-06-18 14:50:18 +00:00
Ben Hutchings e82a500c44 Bump ABI to 3; drop patches needed to avoid earlier ABI changes
svn path=/dists/sid/linux/; revision=19165
2012-06-18 05:16:18 +00:00
Ben Hutchings 650c4637a3 CPU sysdev removal from 3.3 and x86 CPU auto-loading from 3.4
* cpu: Convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
* [x86] Add driver auto probing for x86 features
  - crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
    (Closes: #568008)
  - intel-idle: convert to x86_cpu_id auto probing
  - HWMON: Convert coretemp to x86 cpuid autoprobing
  - HWMON: Convert via-cputemp to x86 cpuid autoprobing
  - cpufreq: Add support for x86 cpuinfo auto loading (Closes: #664813)
* [x86] ACPI: Load acpi-cpufreq from processor driver automatically

svn path=/dists/sid/linux/; revision=19164
2012-06-18 05:14:25 +00:00
Ben Hutchings aec4f5775d [rt] Update to 3.4.2-rt10 (no functional change)
svn path=/dists/trunk/linux/; revision=19163
2012-06-17 19:52:06 +00:00
Ben Hutchings 57e93f5d03 Update to 3.4.3
svn path=/dists/trunk/linux/; revision=19162
2012-06-17 19:06:39 +00:00
Ben Hutchings 305049c3a4 Update current changelog entry for the name change
svn path=/dists/trunk/linux/; revision=19161
2012-06-17 18:44:24 +00:00
Ben Hutchings 2a7ca38f68 [rt] bump version to 3.2.20-rt32
svn path=/dists/sid/linux/; revision=19149
2012-06-15 02:54:49 +00:00
Bastian Blank 5a0ab9759f Support build-arch and build-indep make targets
* debian/rules, debian/rules.real:
  Support build-indep, rename build to build-arch.
* debian/bin/gencontrol.py, debian/lib/python/debian_linux/gencontrol.py:
  Add build-arch and build-indep.
* debian/changelog: Update.

svn path=/dists/sid/linux/; revision=19148
2012-06-14 14:39:30 +00:00
Aurelien Jarno 1b8de128ea * [ppc64]: add udebs, based on powerpc/powerpc64.
svn path=/dists/sid/linux/; revision=19146
2012-06-13 22:51:45 +00:00
Ben Hutchings 157024aa14 ethtool: allow ETHTOOL_GSSET_INFO for users
svn path=/dists/sid/linux/; revision=19144
2012-06-13 02:38:58 +00:00
Aurelien Jarno a6746fd61b * [mips,mipsel] udeb: Remove rivafb and nvidiafb.
svn path=/dists/sid/linux/; revision=19136
2012-06-12 12:47:05 +00:00
Ben Hutchings eada43b6ef [arm,m68k,sh4] udeb: Build ipv6-modules
svn path=/dists/sid/linux/; revision=19135
2012-06-12 06:00:23 +00:00
Ben Hutchings e6c9dfedf7 [ia64,powerpc] udeb: Add crc-itu-t to crc-modules (fixes FTBFS)
Fix firewire-core-modules to depend on crc-modules.
Remove the overrides for firewire-core-modules on amd64 and i386.

svn path=/dists/sid/linux/; revision=19132
2012-06-12 05:37:18 +00:00
Ben Hutchings f9d7178138 Merge changes from sid up to 3.2.20-1
svn path=/dists/trunk/linux/; revision=19128
2012-06-11 05:21:50 +00:00
Ben Hutchings 39d70141e7 Merge changes from sid branch of linux/linux-2.6 up to r19072
svn path=/dists/trunk/linux/; revision=19127
2012-06-11 05:06:55 +00:00
Ben Hutchings 08e199bbde Delete a merge conflict marker
svn path=/dists/trunk/linux-2.6/; revision=19126
2012-06-11 04:47:30 +00:00
Ben Hutchings c216062874 Prepare to release linux (3.2.20-1).
svn path=/dists/sid/linux/; revision=19123
2012-06-11 04:07:03 +00:00
Ben Hutchings 412108cbfe KVM: Fix buffer overflow in kvm_set_irq() (CVE-2012-2137)
svn path=/dists/sid/linux/; revision=19122
2012-06-11 01:45:24 +00:00
Ben Hutchings d6260419d9 Fix CVE-2012-2119 and other critical bugs in macvtap zerocopy
svn path=/dists/sid/linux/; revision=19121
2012-06-11 01:40:02 +00:00
Ben Hutchings e86e382c75 net: sock: validate data_len before allocating skb in sock_alloc_send_pskb() (CVE-2012-2136)
svn path=/dists/sid/linux/; revision=19120
2012-06-11 01:14:36 +00:00
Ben Hutchings 423985846c Summarise the upstream stable update
svn path=/dists/sid/linux/; revision=19119
2012-06-11 00:50:22 +00:00
Ben Hutchings 05124b51aa media/dvb: Enable DVB_DDBRIDGE as module (Closes: #676952)
svn path=/dists/sid/linux/; revision=19118
2012-06-11 00:05:38 +00:00
Ben Hutchings 148d3c9049 [x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177)
svn path=/dists/sid/linux/; revision=19117
2012-06-10 23:54:15 +00:00
Ben Hutchings 0be791d98b Update to 3.2.20
svn path=/dists/sid/linux/; revision=19116
2012-06-10 15:30:24 +00:00
Ben Hutchings d5fa98077e linux-source: Add single patch for each featureset
svn path=/dists/sid/linux/; revision=19114
2012-06-10 02:14:51 +00:00
Ben Hutchings d4d5cf7274 Update to 3.4.2
svn path=/dists/trunk/linux-2.6/; revision=19113
2012-06-10 00:33:40 +00:00
Bastian Blank 1ecc86b9f2 * debian/changelog: Update.
* debian/config/s390/defines, debian/config/s390x/defines:
  Enable debug info.

svn path=/dists/sid/linux/; revision=19109
2012-06-09 19:20:56 +00:00
Ben Hutchings 0e35c2dc25 Removing nvidiafb also closes #609615
svn path=/dists/sid/linux/; revision=19104
2012-06-09 17:43:22 +00:00
Ben Hutchings 14245447ed Drop the team driver backport
It requires some more intrusive changes to VLAN management which I
don't want to try backporting right now.

svn path=/dists/sid/linux/; revision=19102
2012-06-09 02:17:54 +00:00
Ben Hutchings 7a82146572 [i386] thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE (Closes: #676360)
svn path=/dists/sid/linux/; revision=19101
2012-06-09 00:10:28 +00:00
Ben Hutchings 034b7a318c Move more changelog items under source package format change
svn path=/dists/sid/linux/; revision=19100
2012-06-08 13:16:33 +00:00
Ben Hutchings 5007f191ed Use xz compression for upstream and Debian tarballs
svn path=/dists/sid/linux/; revision=19099
2012-06-08 12:34:48 +00:00
Ben Hutchings 59bbce5f61 Convert source package format to 3.0 (quilt)
svn path=/dists/sid/linux/; revision=19098
2012-06-08 12:33:39 +00:00
Ben Hutchings ee3b09b195 [x86] Enable BATTERY_SBS as module (Closes: #662902)
svn path=/dists/trunk/linux-2.6/; revision=19097
2012-06-08 04:22:09 +00:00
Ben Hutchings 1f51066386 NFSv4: Reduce the footprint of the idmapper (Closes: #657078)
svn path=/dists/sid/linux/; revision=19096
2012-06-07 13:57:50 +00:00
Ben Hutchings de6102258b proc: Backport hidepid mount option from Linux 3.4 (Closes: #669028)
svn path=/dists/sid/linux/; revision=19095
2012-06-07 06:59:12 +00:00
Ben Hutchings dbf716c798 net: Backport team driver from Linux 3.5-rc1
svn path=/dists/sid/linux/; revision=19094
2012-06-07 06:09:25 +00:00
Ben Hutchings 8c75fa4cd3 [ia64] Export <asm/cmpxchg.h> to userland (fixes FTBFS)
svn path=/dists/trunk/linux-2.6/; revision=19089
2012-06-07 03:49:10 +00:00
Ben Hutchings 5ba1dec55d udeb: Build-Depend on kernel-wedge >= 2.84
This allows us to list modules as required even if they are built-in
in some configurations.  (Which I already did by mistake with 'hid' in
3.2.19-1.)

svn path=/dists/sid/linux/; revision=19088
2012-06-06 12:15:57 +00:00
Maximilian Attems 4fdfda844f prepare to release 3.4.1-1~experimental.1
svn path=/dists/trunk/linux-2.6/; revision=19087
2012-06-06 08:26:55 +00:00
Ben Hutchings 478d361442 [rt] Update to 3.4-rt8 and reenable
svn path=/dists/trunk/linux-2.6/; revision=19085
2012-06-04 21:20:09 +00:00
Ben Hutchings d866f5e288 aufs: Update to aufs3.4-20120521 and reenable it
svn path=/dists/trunk/linux-2.6/; revision=19083
2012-06-04 20:55:13 +00:00
Ben Hutchings 68ea00a33a Merge changes from sid up to 3.2.19-1
svn path=/dists/trunk/linux-2.6/; revision=19082
2012-06-04 20:35:59 +00:00
Ben Hutchings ec4ad54673 Update to 3.4.1
svn path=/dists/trunk/linux-2.6/; revision=19081
2012-06-04 20:11:45 +00:00
Ben Hutchings 499ac43db3 Convert patch system to quilt, except for the 'orig' patch series
svn path=/dists/sid/linux/; revision=19077
2012-06-03 23:29:42 +00:00
Ben Hutchings c7e1baf199 test-patches: Recognise the rt featureset automatically
Also update the example featureset and flavour names.

svn path=/dists/sid/linux/; revision=19074
2012-06-03 22:20:59 +00:00
Ben Hutchings 751cd05a5f linux-patch-debian: Remove
It is no longer necessary for GPL compliance and does not work with our
current patch management.

svn path=/dists/sid/linux/; revision=19068
2012-06-03 19:50:07 +00:00
Ben Hutchings d9e88d6a69 Rename linux-2.6 to linux
svn path=/dists/sid/linux/; revision=19065
2012-06-03 15:55:11 +00:00
Ben Hutchings e2cd0c9fa2 README.source: Update description of patch system to match current usage
svn path=/dists/sid/linux-2.6/; revision=19063
2012-06-03 15:30:52 +00:00
Ben Hutchings cf5327ce3c linux-image: Change package name for bugs to src:linux-2.6 (Closes: #644198)
svn path=/dists/sid/linux-2.6/; revision=19062
2012-06-03 15:22:33 +00:00
Ben Hutchings 79a0587a7e Build-Depend on kmod or module-init-tools, not just the latter
svn path=/dists/sid/linux-2.6/; revision=19061
2012-06-03 00:59:30 +00:00
Ben Hutchings a629615aaa [mipsel/loongson2f] linux-image: Recommend libc6-loongson2f (Closes: #629410)
svn path=/dists/sid/linux-2.6/; revision=19060
2012-06-02 23:13:17 +00:00
Ben Hutchings b36a3d5857 udeb: Add udf-modules containing UDF filesystem module (Closes: #613972)
svn path=/dists/sid/linux-2.6/; revision=19059
2012-06-02 22:28:25 +00:00
Ben Hutchings 07300ab0ef DFSG: video: Remove nvidiafb and rivafb (Closes: #383481)
These drivers include apparently obfuscated code.  The nouveau driver
supports all the same hardware, aside from RIVA 128 (NV3).

svn path=/dists/sid/linux-2.6/; revision=19057
2012-06-02 20:21:18 +00:00
Ben Hutchings 1e9083ce67 Prepare to release linux-2.6 (3.2.19-1).
svn path=/dists/sid/linux-2.6/; revision=19054
2012-06-01 15:11:07 +00:00
Ben Hutchings 041284f401 [SCSI] fix scsi_wait_scan (Closes: #647436)
svn path=/dists/sid/linux-2.6/; revision=19051
2012-06-01 03:47:59 +00:00
Ben Hutchings 303c65230f Add a bunch of security patches
svn path=/dists/sid/linux-2.6/; revision=19050
2012-06-01 03:47:24 +00:00
Ben Hutchings 3aecedc123 AppArmor: compatibility patch for v5 interface (Closes: #661151)
svn path=/dists/sid/linux-2.6/; revision=19048
2012-05-31 03:19:00 +00:00
Ben Hutchings 681f694b3a Update to 3.2.19
Drop patches included in it.
Defer an ABI change in mmc for now.
For the PREEMPT_RT featureset, revert one conflicting change in 3.2.19.

svn path=/dists/sid/linux-2.6/; revision=19047
2012-05-31 03:08:09 +00:00
Ben Hutchings ca018e7e12 [x86] drm/i915:: Disable FBC on SandyBridge (Closes: #675022)
svn path=/dists/sid/linux-2.6/; revision=19046
2012-05-30 13:46:01 +00:00
Ben Hutchings bf73f974c9 [x86] ata_piix: defer disks to the Hyper-V drivers by default
svn path=/dists/sid/linux-2.6/; revision=19045
2012-05-30 12:49:00 +00:00
Ben Hutchings c2c3e14c9a [x86] udeb: Add hyperv-modules containing Hyper-V paravirtualised drivers
svn path=/dists/sid/linux-2.6/; revision=19044
2012-05-30 12:48:01 +00:00
Ben Hutchings ec8c372709 net/sched: Add codel and fq_codel from Linux 3.5-rc1
svn path=/dists/sid/linux-2.6/; revision=19042
2012-05-28 01:50:18 +00:00
Ben Hutchings 6c0c49dd57 Explicitly disable NET_CALXEDA_XGMAC; this is only useful on specific SoCs
svn path=/dists/trunk/linux-2.6/; revision=19040
2012-05-28 00:28:29 +00:00
Ben Hutchings f27223075d Add credit for be2net backport
svn path=/dists/sid/linux-2.6/; revision=19039
2012-05-27 21:32:18 +00:00
Ben Hutchings 809bdf1189 DFSG: Remove the new vs6624 driver, which contains non-free firmware
svn path=/dists/trunk/linux-2.6/; revision=19038
2012-05-27 00:56:58 +00:00
Ben Hutchings edfac0ea4d be2net: Backport most changes up to Linux 3.5-rc1 (Closes: #673391)
svn path=/dists/sid/linux-2.6/; revision=19037
2012-05-27 00:21:22 +00:00
Maximilian Attems c0fae80724 topconfig enable ATH6KL plus set new variables for wireless drivers
svn path=/dists/trunk/linux-2.6/; revision=19036
2012-05-25 14:02:43 +00:00
Maximilian Attems f0e8169bdf topconfig enable NET_TEAM options
svn path=/dists/trunk/linux-2.6/; revision=19035
2012-05-25 14:02:26 +00:00
Maximilian Attems c0f91af65e topconfig enable NET_CALXEDA_XGMAC
svn path=/dists/trunk/linux-2.6/; revision=19034
2012-05-25 14:02:15 +00:00
Maximilian Attems 6478f45694 topconfig enable SCSI_VIRTIO
svn path=/dists/trunk/linux-2.6/; revision=19033
2012-05-24 07:31:00 +00:00
Maximilian Attems 6dc0748e2b topconfig enable SCSI_UFSHCD driver
svn path=/dists/trunk/linux-2.6/; revision=19032
2012-05-24 07:30:57 +00:00
Maximilian Attems c499d5d35a topconfig enable new net scheduler
svn path=/dists/trunk/linux-2.6/; revision=19031
2012-05-24 07:30:53 +00:00
Maximilian Attems c30b450aa7 topconfig enable new (> 3.2) iptables options
svn path=/dists/trunk/linux-2.6/; revision=19030
2012-05-24 07:30:44 +00:00
Ben Hutchings 8e79053920 Merge changes from sid up to 3.2.18-1
svn path=/dists/trunk/linux-2.6/; revision=19029
2012-05-22 02:59:56 +00:00
Maximilian Attems b9a564473b Enable NF_CONNTRACK_TIMEOUT and NF_CT_NETLINK_TIMEOUT.
svn path=/dists/trunk/linux-2.6/; revision=19027
2012-05-21 14:50:09 +00:00
Maximilian Attems d248e36522 enable DM_VERITY
while at it explicitly disable some dm debug stuff.

svn path=/dists/trunk/linux-2.6/; revision=19026
2012-05-21 14:50:06 +00:00
Ben Hutchings 0a8ca792e1 Prepare to release linux-2.6 (3.2.18-1).
svn path=/dists/sid/linux-2.6/; revision=19023
2012-05-21 12:28:20 +00:00
Ben Hutchings 978dc23547 Update to 3.4
Drop the '.0'; everything in wheezy and beyond should cope with
2-component versions.

svn path=/dists/trunk/linux-2.6/; revision=19021
2012-05-21 12:06:54 +00:00
Ben Hutchings dbff313c1c ACPI battery: only refresh the sysfs files when pertinent information changes (Closes: #670958)
svn path=/dists/sid/linux-2.6/; revision=19019
2012-05-21 01:40:25 +00:00
Ben Hutchings 214e4a8ace rt2800usb: Add support for Ralink RT5392/RF5372 chipset (Closes: #673186)
Backported by Jonathan Nieder.

svn path=/dists/sid/linux-2.6/; revision=19018
2012-05-21 01:35:02 +00:00
Ben Hutchings 9eec2e85da Note that 3.2.18 fixes #672891
svn path=/dists/sid/linux-2.6/; revision=19017
2012-05-21 01:22:31 +00:00
Ben Hutchings 44aa667c12 Add KVM fixes requested and queued for 3.2.19
svn path=/dists/sid/linux-2.6/; revision=19016
2012-05-21 01:12:54 +00:00
Ben Hutchings 930598230b Update to 3.2.18
svn path=/dists/sid/linux-2.6/; revision=19015
2012-05-21 00:06:12 +00:00
Ben Hutchings b33aba0333 [sparc,sparc64] Build virtio-modules-udeb for use in qemu (Closes: #673320)
svn path=/dists/sid/linux-2.6/; revision=19009
2012-05-18 13:22:38 +00:00
Ben Hutchings 59868c12b9 Update to 3.3.6
svn path=/dists/trunk/linux-2.6/; revision=19008
2012-05-18 03:27:16 +00:00
Ben Hutchings a6b80d072f rt2800usb: Re-enable powersaving by default
We've disabled powersaving for rt2800usb with a patch since 2.6.38-2,
as it resulted in very high latency then.

It looks like this has been fixed by commits
1c0bcf89d85cc97a0d9ce4cd909351a81fa4fdde ('rt2x00: Add autowake
support for USB hardware') and
5f0dd296a01c8173fcc05a8b262a1168ae90bc74 ('rt2x00: Implement
tx_frames_pending mac80211 callback function.').

Just comment-out the patch for now, in case we have to revert this.

svn path=/dists/sid/linux-2.6/; revision=19005
2012-05-17 01:33:39 +00:00
Ben Hutchings 7dacceede8 test-patches: Fix -j option, broken since 3.1.0-1~experimental.1
svn path=/dists/sid/linux-2.6/; revision=19002
2012-05-16 22:24:47 +00:00
Ben Hutchings 56681910b7 wacom: Add support for various tablet models (Closes: #671801)
Mostly cherry-picked by Jonathan Nieder from input-next.
I've added one extra fix on the end.

svn path=/dists/sid/linux-2.6/; revision=19001
2012-05-16 02:01:40 +00:00
Ben Hutchings d2f8bdbfcb Prepare to release linux-2.6 (3.2.17-1).
svn path=/dists/sid/linux-2.6/; revision=19000
2012-05-12 17:01:23 +00:00
Ben Hutchings e39ab1b001 [rt] bump version to 3.2.16-rt27
svn path=/dists/sid/linux-2.6/; revision=18999
2012-05-12 14:20:55 +00:00
Ben Hutchings 5f9b292b8a Add/note KVM security fixes
svn path=/dists/sid/linux-2.6/; revision=18997
2012-05-12 11:16:51 +00:00
Arnaud Patard c9fee85d35 add leds-modules udeb
svn path=/dists/sid/linux-2.6/; revision=18996
2012-05-12 11:09:31 +00:00
Ben Hutchings 78ed20c18a List most important changes in 3.2.17
svn path=/dists/sid/linux-2.6/; revision=18995
2012-05-12 11:00:44 +00:00
Arnaud Patard d09c14f9cd Add vexpress support to armhf kernel.
svn path=/dists/sid/linux-2.6/; revision=18994
2012-05-12 10:22:18 +00:00
Ben Hutchings 083d79dd26 sky2: propogate rx hash when packet is copied
svn path=/dists/sid/linux-2.6/; revision=18993
2012-05-12 10:10:33 +00:00
Ben Hutchings 49bfc8e1cb sky2: fix receive length error in mixed non-VLAN/VLAN traffic (Closes: #492853)
svn path=/dists/sid/linux-2.6/; revision=18992
2012-05-12 10:03:30 +00:00
Ben Hutchings 79fb5c5107 NFSv4: Revalidate uid/gid after open (Closes: #659111)
svn path=/dists/sid/linux-2.6/; revision=18991
2012-05-12 09:37:26 +00:00
Ben Hutchings 763201715b Update to 3.2.17
svn path=/dists/sid/linux-2.6/; revision=18989
2012-05-11 22:47:31 +00:00
Bastian Blank ea1716c4a4 * debian/changelog: Update.
* debian/config/s390/config: Set SMSGIUCV.

svn path=/dists/sid/linux-2.6/; revision=18987
2012-05-07 15:15:09 +00:00
Ben Hutchings d493861613 [i386/rt-686-pae] Enable HIGHMEM64G as intended for this configuration
svn path=/dists/sid/linux-2.6/; revision=18986
2012-05-07 13:59:48 +00:00
Ben Hutchings 8b86031159 Prepare to release linux-2.6 (3.3.4-1~experimental.1).
svn path=/dists/trunk/linux-2.6/; revision=18972
2012-05-02 04:16:25 +00:00
Ben Hutchings 43eb0a755b ext4: Report max_batch_time option correctly (Closes: #654206)
svn path=/dists/sid/linux-2.6/; revision=18970
2012-05-01 01:45:51 +00:00
Ben Hutchings 1dbc9c5653 aufs: Enable AUFS_EXPORT
svn path=/dists/sid/linux-2.6/; revision=18969
2012-05-01 01:45:02 +00:00
Ben Hutchings a6ec1f7cdf [x86] dell-laptop: Terminate quirks list properly
svn path=/dists/trunk/linux-2.6/; revision=18967
2012-05-01 00:23:51 +00:00
Ben Hutchings 6eb980cbbb Update to 3.3.4
svn path=/dists/trunk/linux-2.6/; revision=18965
2012-04-30 03:10:49 +00:00
Ben Hutchings 40fc14743c Merge changes from sid up to 3.2.16-1
svn path=/dists/trunk/linux-2.6/; revision=18964
2012-04-30 03:00:58 +00:00
Ben Hutchings fb15598cc9 Prepare to release linux-2.6 (3.2.16-1).
svn path=/dists/sid/linux-2.6/; revision=18962
2012-04-30 02:48:50 +00:00
Ben Hutchings e1cdd9a89a Revert "autofs: work around unhappy compat problem on x86-64". Reopens #633423.
svn path=/dists/sid/linux-2.6/; revision=18958
2012-04-29 04:21:01 +00:00
Ben Hutchings 9eb70b74e9 [x86] i915: Fix integer overflows in i915_gem_{do_execbuffer,execbuffer2}
svn path=/dists/sid/linux-2.6/; revision=18957
2012-04-27 04:13:31 +00:00
Ben Hutchings c5f48a38f4 NFSv4: Fix error handling and improve error reporting for file locking (Closes: #669270)
- Rate limit the state manager for lock reclaim warning messages
- Ensure that the LOCK code sets exception->inode
- Ensure that we check lock exclusive/shared type against open modes

svn path=/dists/sid/linux-2.6/; revision=18955
2012-04-27 02:44:50 +00:00
Ben Hutchings 4c8e51eed3 Note that 3.2.16 closes #661581
svn path=/dists/sid/linux-2.6/; revision=18954
2012-04-26 04:07:47 +00:00
Ben Hutchings 0e8fbf9d05 brcmsmac: "INTERMEDIATE but not AMPDU" only when tracing
svn path=/dists/sid/linux-2.6/; revision=18953
2012-04-26 04:05:57 +00:00
Ben Hutchings 9ec2630fc6 [x86] Add EFI boot stub support (Closes: #669033)
svn path=/dists/sid/linux-2.6/; revision=18952
2012-04-25 03:16:59 +00:00
Ben Hutchings 5fc7f738f4 Note that 'fcaps: clear the same personality flags as suid when fcaps are used' addresses CVE-2012-2123
svn path=/dists/sid/linux-2.6/; revision=18951
2012-04-25 02:17:56 +00:00
Ben Hutchings ddf434c3ba Add closure of #666360 by 3.2.16
svn path=/dists/sid/linux-2.6/; revision=18947
2012-04-23 05:33:50 +00:00
Ben Hutchings ab311c8fc4 Update to 3.2.16
svn path=/dists/sid/linux-2.6/; revision=18945
2012-04-23 01:03:13 +00:00
Ben Hutchings 42b05226a6 rt2x00: Identify rt2800usb chipsets. (Closes: #658067)
svn path=/dists/sid/linux-2.6/; revision=18944
2012-04-21 14:30:54 +00:00
Ben Hutchings 694fb17c47 [ia64] Fix futex_atomic_cmpxchg_inatomic() (Closes: #659485)
svn path=/dists/sid/linux-2.6/; revision=18932
2012-04-16 01:28:28 +00:00
Ben Hutchings f73368d98e Prepare to release linux-2.6 (3.3.2-1~experimental.1).
svn path=/dists/trunk/linux-2.6/; revision=18930
2012-04-15 22:27:27 +00:00
Ben Hutchings 73c9170375 Merge changes from sid branch up to 3.2.15-1
svn path=/dists/trunk/linux-2.6/; revision=18929
2012-04-15 15:35:34 +00:00
Ben Hutchings 8d58511a6e Prepare to release linux-2.6 (3.2.15-1).
svn path=/dists/sid/linux-2.6/; revision=18927
2012-04-15 14:05:46 +00:00
Ben Hutchings 19c01cc8ac Update to 3.3.2
svn path=/dists/trunk/linux-2.6/; revision=18926
2012-04-14 05:02:18 +00:00
Ben Hutchings 918ee9861e Adjust changelog line for #619034 to usual form for arch-specific changes
svn path=/dists/sid/linux-2.6/; revision=18925
2012-04-14 04:50:59 +00:00
Ben Hutchings 6d0e915de9 Update to 3.2.15
svn path=/dists/sid/linux-2.6/; revision=18924
2012-04-14 04:47:06 +00:00
Ben Hutchings 43569a1e44 hugetlb: fix race condition in hugetlb_fault()
svn path=/dists/sid/linux-2.6/; revision=18923
2012-04-13 03:01:31 +00:00
Ben Hutchings 52fc1edcc2 nfs: Fix length of buffer copied in __nfs4_get_acl_uncached
svn path=/dists/sid/linux-2.6/; revision=18922
2012-04-09 04:05:34 +00:00
Ben Hutchings 3121d09256 [x86] hv: Update all Hyper-V drivers to 3.4-rc1 (Closes: #661318)
svn path=/dists/sid/linux-2.6/; revision=18921
2012-04-09 00:47:41 +00:00
Ben Hutchings 41488824b8 drm/radeon/kms: fix fans after resume (Closes: #596741)
svn path=/dists/sid/linux-2.6/; revision=18919
2012-04-08 21:58:50 +00:00
Ben Hutchings 5db093463e TOMOYO: Fix mount flags checking order.
svn path=/dists/sid/linux-2.6/; revision=18918
2012-04-08 21:40:08 +00:00
Ben Hutchings d3ef140f47 [armhf/mx5,mipsel/loongson-2f] input: Enable INPUT_TOUCHSCREEN (Closes: #668036)
While we're at it, explicitly disable it for mips/octeon and s390.
It's still not explicitly enabled or disabled for sh4.

svn path=/dists/sid/linux-2.6/; revision=18917
2012-04-08 20:16:29 +00:00
Ben Hutchings 71c2517d0f Drop closure of bug #660394; this fix did not work for the original reporter
svn path=/dists/sid/linux-2.6/; revision=18916
2012-04-07 20:42:13 +00:00
Ben Hutchings 7f24df4a4e [x86] drm/i915: mask transcoder select bits before setting them on LVDS (Closes: #660394)
svn path=/dists/sid/linux-2.6/; revision=18915
2012-04-07 17:40:29 +00:00
Ben Hutchings 4ffe012c6f [armel/orion5x] Fix GPIO enable bits for MPP9 (Closes: #667446)
svn path=/dists/sid/linux-2.6/; revision=18913
2012-04-07 04:18:14 +00:00