Commit Graph

4108 Commits

Author SHA1 Message Date
Ben Hutchings 5b04cb8ce9 e1000: add dropped DMA receive enable back in for WoL (Closes: #684618)
svn path=/dists/sid/linux/; revision=19319
2012-08-12 21:27:01 +00:00
Ben Hutchings fc952ae9b0 Note that 3.2.24 closes #684293
svn path=/dists/sid/linux/; revision=19317
2012-08-11 20:32:07 +00:00
Ben Hutchings f9b37576f7 rds: set correct msg_namelen (CVE-2012-3430)
svn path=/dists/sid/linux/; revision=19316
2012-08-11 01:02:27 +00:00
Ben Hutchings c2ae6a23b9 Update to 3.2.27
Drop 2 patches that went into this update.

Drop the rt patch that disables use of add_interrupt_randomness().  It
conflicts with the RNG changes in 3.2.27, and those include a change
that makes it lockless specifically so it will be usable with rt.

svn path=/dists/sid/linux/; revision=19315
2012-08-10 01:42:19 +00:00
Ben Hutchings 3797ba1690 Drop r8169 bql patch, as it has been reverted upstream
svn path=/dists/sid/linux/; revision=19314
2012-08-07 12:15:25 +00:00
Ben Hutchings d01a0bc616 [rt] Update to 3.2.26-rt39
This is a bit of a kluge, as Steven Rostedt is no longer providing
rebased tags in git.  There is one updated (23) and one new patch
(282) from 3.2.24-rt38-rebase, and the version bump patch that follows
the trivial merge of 3.2.26 and 3.2.24-rt38 (283).

The combined diff for this patch series appears to be the same (modulo
line numbers shifted by Debian patches) as that between 3.2.26 and
3.2.26-rt39.

svn path=/dists/sid/linux/; revision=19313
2012-08-07 05:50:17 +00:00
Ben Hutchings 9411d323eb lirc_sir: make device registration work (Closes: #680762)
svn path=/dists/sid/linux/; revision=19311
2012-08-05 22:55:38 +00:00
Ben Hutchings 4a4fd06c67 fs: Update link security restrictions to match Linux 3.6:
- Drop kconfig options; restrictions can only be disabled by sysctl
- Change the audit message type from AUDIT_AVC (1400) to AUDIT_ANON_LINK (1702)

svn path=/dists/sid/linux/; revision=19310
2012-08-05 21:02:07 +00:00
Ben Hutchings b91d68d275 Update to 3.2.26
svn path=/dists/sid/linux/; revision=19309
2012-08-05 19:58:55 +00:00
Ben Hutchings a0f3681215 Fix linux_upstream_full compute for version with modifier
From: Julien Danjou <julien@danjou.info>

If you try to use genorig on a version with a modifier (like ~rc1), it will
fail because self.linux_upstream_full will be equal to the short version
rather than version-modifier.

svn path=/dists/trunk/linux/; revision=19308
2012-08-04 13:44:08 +00:00
Ben Hutchings e398cff2ef net: Add byte queue limits (bql) for reduced buffer-bloat
[prerequisite] net: new counter for tx_timeout errors in sysfs
bnx2,bnx2x,e1000e,forcedeth,igb,ixgbe,r8169,sfc,skge,sky2,tg3: Add support for bql


svn path=/dists/sid/linux/; revision=19307
2012-08-04 13:32:28 +00:00
Ben Hutchings 28f28f994c Bump ABI to 4
The mm fixes in 3.2.25 changed struct address_space_operations and
struct task_struct.

svn path=/dists/sid/linux/; revision=19305
2012-08-03 01:41:42 +00:00
Ben Hutchings 1d65a00c89 Update to 3.2.25
Drop one bug fix that was included.
Refresh various other patches with more or less serious conflicts.

svn path=/dists/sid/linux/; revision=19304
2012-08-03 01:37:42 +00:00
Ben Hutchings d056eaeb23 Prepare to release linux (3.5-1~experimental.1).
svn path=/dists/trunk/linux/; revision=19302
2012-08-01 13:42:33 +00:00
Ben Hutchings a0123a711d [x86] applesmc: Update to Linux 3.6, including fixes for new MacBook models
svn path=/dists/trunk/linux/; revision=19301
2012-08-01 13:08:51 +00:00
Ben Hutchings e4853bde02 [x86] seccomp: Enable SECCOMP_FILTER
svn path=/dists/trunk/linux/; revision=19300
2012-08-01 12:32:05 +00:00
Ben Hutchings 1959e0ddef Merge changes from sid up to 3.2.23-1
svn path=/dists/trunk/linux/; revision=19298
2012-08-01 03:42:23 +00:00
Ben Hutchings ce4d388dbe aufs: Update to aufs3.5-20120730
svn path=/dists/trunk/linux/; revision=19297
2012-08-01 03:09:37 +00:00
Ben Hutchings 3175cdc576 debugfs: Add mode, uid and gid mount options; set default mode to 700 (Closes: #681418)
svn path=/dists/sid/linux/; revision=19294
2012-07-26 03:51:00 +00:00
Ben Hutchings aa7975939f Update to 3.2.24
Drop many bugfix patches that passed review in this version.
Resolve conflicts between rt featureset and the leap second fixes.
Add patches to undo various ABI changes.

svn path=/dists/sid/linux/; revision=19293
2012-07-26 01:04:02 +00:00
Ben Hutchings 14fd890c1d linux-source: Suggest pkg-config, needed to build kconfig GUIs (Closes: #682726)
svn path=/dists/sid/linux/; revision=19292
2012-07-25 03:25:11 +00:00
Ben Hutchings 86d9aaadec udeb: Add snd-hda-codec-ca0132 to sound-modules (Closes: #682368)
svn path=/dists/sid/linux/; revision=19291
2012-07-24 03:11:20 +00:00
Ben Hutchings 40f0b32367 linux-image: Include package version along with kernel release in stack traces
Currently only some architectures (arm,ia64,powerpc,s390,sh,x86)
include the kernel release.  Don't add the package version on other
architectures at this time, as it's less obvious where it should go.

svn path=/dists/sid/linux/; revision=19290
2012-07-24 02:57:54 +00:00
Ben Hutchings aca61360d7 linux-image: Include package version in utsname version string (Closes: #638878)
There is not enough space for both timestamp and package version, so
replace the timestamp by setting KBUILD_BUILD_TIMESTAMP.

We now need to get the distribution name in debian/rules.real, but
we already have DISTRIBUTION as the suite name so use DISTRIBUTOR for
the distribution name (!).

The utsname version string also appears in /proc/version and the init
banner, so don't bother including it again explicitly.  This means we
no longer need to patch init/version.c and scripts/mkcompile_h at all.
Instead, split maintainer at the '@' and set KBUILD_BUILD_USER and
KBUILD_BUILD_HOST accordingly.

Carry on generating <generated/package.h>, but drop the parentheses
from LINUX_PACKAGE_ID now that it's not used in init/version.c.

Drop support for version.$DISTRIBUTION files.  Any derived
distribution can set KBUILD_BUILD_* in the same way we are doing.

svn path=/dists/sid/linux/; revision=19289
2012-07-24 01:52:31 +00:00
Ben Hutchings 1de472acc1 Prepare to release linux (3.2.23-1).
svn path=/dists/sid/linux/; revision=19284
2012-07-23 00:28:12 +00:00
Ben Hutchings bfb6be40df [rt] Update to 3.2.23-rt37
svn path=/dists/sid/linux/; revision=19282
2012-07-22 22:17:50 +00:00
Ben Hutchings 2d5f13701e [rt] linux-source: Include -rt version suffix
There is no good reason to drop the patches adding the -rt version
suffix; we will override them in official packages but the suffix
is likely to be desirable in custom packages.

svn path=/dists/sid/linux/; revision=19281
2012-07-22 22:13:12 +00:00
Ben Hutchings 7bc48edffc Add more fixes currently in the patch queue for 3.2.24
svn path=/dists/sid/linux/; revision=19277
2012-07-22 17:58:25 +00:00
Ben Hutchings d56f1040ae debian/copyright: Add copyright notice for newly-added Unicode data
svn path=/dists/trunk/linux/; revision=19276
2012-07-22 17:12:36 +00:00
Ben Hutchings d4f730e3ba debian/copyright: Convert to machine-readable format (fka DEP-5)
Update the end date for the general copyright statement.

Add the copyright holders and dates for Debian packaging, and for Xen
interface headers.

svn path=/dists/trunk/linux/; revision=19275
2012-07-22 17:09:34 +00:00
Ben Hutchings 3eb84c68dc raid5: delayed stripe fix (Closes: #680366)
svn path=/dists/sid/linux/; revision=19274
2012-07-22 16:28:43 +00:00
Ben Hutchings 1069c39990 atl1c: fix issue of transmit queue 0 timed out
svn path=/dists/sid/linux/; revision=19272
2012-07-22 02:37:20 +00:00
Ben Hutchings e76e94c504 aufs: Update to 3.x-rcN 20120618
svn path=/dists/trunk/linux/; revision=19271
2012-07-22 00:33:36 +00:00
Ben Hutchings bdf73892ab Update to 3.5
Drop many patches that were backported from 3.5.
Refresh debian/kernelvariables.patch
Disable aufs and rt for now.

svn path=/dists/trunk/linux/; revision=19270
2012-07-21 23:32:14 +00:00
Ben Hutchings c0468ba004 [x86] hwmon: Enable SENSORS_SCH5636 as module (Closes: #680934)
svn path=/dists/sid/linux/; revision=19269
2012-07-21 22:07:39 +00:00
Ben Hutchings 0f113817b2 cipso: don't follow a NULL pointer when setsockopt() is called
svn path=/dists/sid/linux/; revision=19267
2012-07-21 18:38:08 +00:00
Ben Hutchings 8e01cd4b5c [x86] drm/i915: prefer wide & slow to fast & narrow in DP configs (Closes: #658662)
svn path=/dists/sid/linux/; revision=19266
2012-07-21 18:06:28 +00:00
Ben Hutchings f0ee42b4df e100: ucode is optional in some cases
svn path=/dists/sid/linux/; revision=19265
2012-07-21 17:49:18 +00:00
Arnaud Patard 0631f38bca Add r8169 to nic-modules udeb
svn path=/dists/sid/linux/; revision=19264
2012-07-19 14:43:17 +00:00
Ben Hutchings 219ef1bb1e nouveau: Update to support Fermi (NVC0+) acceleration (Closes: #679566)
svn path=/dists/sid/linux/; revision=19254
2012-07-15 22:16:20 +00:00
Ben Hutchings 01d775979f epoll: clear the tfile_check_list on -ELOOP (CVE-2012-3375)
svn path=/dists/sid/linux/; revision=19253
2012-07-14 22:09:58 +00:00
Ben Hutchings 6edd9fa52a CIFS: Respect negotiated MaxMpxCount (deferred from 3.2.14)
svn path=/dists/sid/linux/; revision=19250
2012-07-13 04:37:28 +00:00
Ben Hutchings 0fbbb5a0f2 udf: Improve table length check to avoid possible overflow
svn path=/dists/sid/linux/; revision=19248
2012-07-13 03:19:25 +00:00
Ben Hutchings abb330e8bb Properly group the two changes supposed to fix CVE-2012-3400
svn path=/dists/sid/linux/; revision=19247
2012-07-13 03:18:35 +00:00
Ben Hutchings 016f1a0814 Update to 3.2.23
svn path=/dists/sid/linux/; revision=19246
2012-07-12 05:16:31 +00:00
Ben Hutchings aff4522f3d linux-image: Remove versioned relations where stable version is new enough
svn path=/dists/sid/linux/; revision=19241
2012-07-06 05:11:39 +00:00
Ben Hutchings 6561e8a8ae Update to 3.2.22
svn path=/dists/sid/linux/; revision=19239
2012-07-04 06:06:11 +00:00
Ben Hutchings 1c7e2e3c94 Update Czech debconf template translations (Michal Simunek) (Closes: #679674)
svn path=/dists/sid/linux/; revision=19238
2012-07-03 05:25:56 +00:00
Ben Hutchings d801403393 scsi: Silence unnecessary warnings about ioctl to partition (Closes: #656899)
svn path=/dists/sid/linux/; revision=19237
2012-07-03 05:08:29 +00:00
Ben Hutchings 230325e109 [sh] Fix up store queue code for subsys_interface changes (Closes: #680025)
svn path=/dists/sid/linux/; revision=19236
2012-07-03 05:03:29 +00:00
Ben Hutchings f06fe79674 net: Enable OPENVSWITCH as module (Closes: #675010)
svn path=/dists/trunk/linux/; revision=19235
2012-07-02 14:12:04 +00:00
Ben Hutchings 74ce5845ea README.source: Correct name of main patch series file
svn path=/dists/sid/linux/; revision=19234
2012-07-01 13:34:49 +00:00
Ben Hutchings 894e3286e9 linux-libc-dev: Fix redundant 'GNU glibc' in description (Closes: #631228)
svn path=/dists/sid/linux/; revision=19233
2012-06-29 14:02:01 +00:00
Ben Hutchings 1eb77f717d Prepare to release linux (3.2.21-3).
svn path=/dists/sid/linux/; revision=19226
2012-06-28 06:37:14 +00:00
Ben Hutchings 4a2ff091e9 linux-{doc,manual,source,support}: Mark as capable of satisfying relations from foreign packages (Multi-Arch: foreign) (Closes: #679202)
svn path=/dists/sid/linux/; revision=19223
2012-06-28 03:45:03 +00:00
Ben Hutchings b31cabb10b xen/netfront: teardown the device before unregistering it (Closes: #675190)
svn path=/dists/sid/linux/; revision=19222
2012-06-27 03:21:03 +00:00
Ben Hutchings d9047a7642 apparmor: remove advertising the support of network rules from compat iface (Closes: #676515)
svn path=/dists/sid/linux/; revision=19220
2012-06-27 02:55:55 +00:00
Ben Hutchings d18107b6ac i2400m: Disable I2400M_SDIO; hardware did not reach production
svn path=/dists/sid/linux/; revision=19219
2012-06-27 02:07:48 +00:00
Ben Hutchings 0be856837d driver core: remove __must_check from device_create_file (fixes FTBFS on sparc)
svn path=/dists/sid/linux/; revision=19218
2012-06-27 02:00:16 +00:00
Ben Hutchings 13573390c1 Prepare to release linux (3.4.4-1~experimental.1).
svn path=/dists/trunk/linux/; revision=19214
2012-06-26 14:49:49 +00:00
Ben Hutchings e6f3266900 Update rt series to 3.4.4-rt13
svn path=/dists/trunk/linux/; revision=19213
2012-06-26 06:28:34 +00:00
Ben Hutchings 54984a6844 Update to 3.4.4
svn path=/dists/trunk/linux/; revision=19212
2012-06-26 06:21:53 +00:00
Ben Hutchings 8b1e122672 Merge changes from sid up to 3.2.21-2
svn path=/dists/trunk/linux/; revision=19211
2012-06-26 06:02:51 +00:00
Ben Hutchings a98051c79e Prepare to release linux (3.2.21-2).
svn path=/dists/sid/linux/; revision=19209
2012-06-26 05:18:36 +00:00
Ben Hutchings 945c5baa54 wacom: Reinstate addition of device 0xE5, with later fixes from maintainer
svn path=/dists/sid/linux/; revision=19206
2012-06-25 23:48:07 +00:00
Arnaud Patard f853c20597 backport arm bpf jit support. runtime tested with tcpdump and kirkwood iconnect
kernel

svn path=/dists/sid/linux/; revision=19205
2012-06-25 09:54:07 +00:00
Arnaud Patard 6e35c8562d PHYSMAP is used on all armel platforms except ixp so put it in config/armel/config
svn path=/dists/trunk/linux/; revision=19204
2012-06-24 22:57:58 +00:00
Arnaud Patard d52ba7f67a disable virtio on all armel platforms except versatile
svn path=/dists/trunk/linux/; revision=19203
2012-06-24 22:39:13 +00:00
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