Commit Graph

474 Commits

Author SHA1 Message Date
Ben Hutchings 3937ca5280 Merge changes from sid up to 3.2.41-1
Drop all changes to backported features and to rt.

svn path=/dists/trunk/linux/; revision=19940
2013-03-23 07:15:51 +00:00
Ben Hutchings 60f5e86973 efivars: Adjust the size checks
- efivars: pstore: Do not check size when erasing variable (bug introduced
  in backporting)
- efivars: Remove check for 50% full on write (this is more risky than what
  it tries to fix)

svn path=/dists/sid/linux/; revision=19938
2013-03-23 03:56:59 +00:00
Ben Hutchings b76d3d1c75 Resolve ABI changes made by 3.2.41
Revert the change in return type of target_type::status.
Ignore the change to {,un}register_efivars().

svn path=/dists/sid/linux/; revision=19933
2013-03-21 14:38:35 +00:00
Ben Hutchings 0a773fbe09 efi: Ensure efivars is loaded on EFI systems (Closes: #703363)
[x86] Use a platform device to trigger loading of efivars
[ia64] Change EFI_VARS from module to built-in

svn path=/dists/sid/linux/; revision=19916
2013-03-19 01:03:35 +00:00
Ben Hutchings 279ac0273f Update to 3.2.40
Drop various patches which went into this.

Avoid ABI change in PPS, and ignore ABI change in rtlwifi.

rt patch 0134 no longer applies and I can't see how to fix it, but
hopefully this will be resolved in a new stable-rt update shortly.

svn path=/dists/sid/linux/; revision=19903
2013-03-06 14:25:42 +00:00
Ben Hutchings 7cdeea9fb4 [x86] efi: Fix ABI change for introduction of efi_enabled() function in 3.2.38 (Closes: #701690)
svn path=/dists/sid/linux/; revision=19864
2013-02-27 03:09:17 +00:00
Ben Hutchings a3590a7797 Merge changes from sid up to 3.2.39-1
Drop most patches as they're already upstream in 3.8 or early.

Refresh some others for 3.8.  In particular, remove use of __devinit from
debian/radeon-firmware-is-required-for-drm-and-kms-on-r600-onward.patch
as this macro is no longer defined or needed.

svn path=/dists/trunk/linux/; revision=19856
2013-02-25 03:35:39 +00:00
Ben Hutchings 7ee04719e6 Update to 3.8
Refresh/drop patches as appropriate.
Update aufs to aufs3.x-rcN-20130204.

svn path=/dists/trunk/linux/; revision=19826
2013-02-19 06:36:33 +00:00
Ben Hutchings 8202989aa7 Undo an ABI change in 3.2.37
svn path=/dists/sid/linux/; revision=19778
2013-01-27 01:32:39 +00:00
Ian Campbell b1fcc019d0 Setup gitignore suitable for using pkg-kernel via git svn
svn path=/dists/trunk/linux/; revision=19739
2013-01-17 10:04:32 +00:00
Ben Hutchings a430b5558a radeon: Firmware is required for DRM and KMS on R600 onward, but not for KMS on earlier chips (Closes: #697229)
svn path=/dists/sid/linux/; revision=19720
2013-01-08 03:27:57 +00:00
Ben Hutchings df5911f385 [x86] drm: Enable DRM_MGAG200 as module
Disable autoloading as it is incompatible with older versions of xserver-xorg-video-mga

svn path=/dists/trunk/linux/; revision=19646
2012-12-24 00:10:56 +00:00
Ben Hutchings d2bb26f367 [x86] drm: Enable DRM_AST as module
Disable autoloading as it is incompatible with older versions of xserver-xorg-video-ast

svn path=/dists/trunk/linux/; revision=19645
2012-12-24 00:06:20 +00:00
Ben Hutchings 38726ed91f drm: Enable DRM_UDL as module
Disable autoloading as it is incompatible with older versions of xserver-xorg-video-displaylink

svn path=/dists/trunk/linux/; revision=19644
2012-12-23 23:58:46 +00:00
Ben Hutchings 8123ace851 Update to 3.7
Update aufs to aufs3.x-rcN-20121210.
Disable rt, probably not available for 3.7.
Refresh/drop patches.  They apply but the result may not build.

svn path=/dists/trunk/linux/; revision=19608
2012-12-16 15:20:29 +00:00
Ben Hutchings 7e597b69c2 audit: Increase maximum number of names logged per syscall to 30 (Closes: #631799)
svn path=/dists/sid/linux/; revision=19606
2012-12-15 01:10:19 +00:00
Ben Hutchings ef781eb6ee Merge changes from sid up to 3.2.35-1
Exclude RT changes and ABI fudges.

Refresh firmware-remove-redundant-log-messages-from-drivers.patch
against 3.6, but don't attempt to cover anything new yet.

svn path=/dists/trunk/linux/; revision=19603
2012-12-10 04:06:21 +00:00
Ben Hutchings 4f3b2ebb35 mm: avoid ABI change in 3.2.33
svn path=/dists/sid/linux/; revision=19511
2012-11-18 07:11:22 +00:00
Ben Hutchings ab9dab281a Hide a compatible rtnetlink ABI change from genksyms
svn path=/dists/sid/linux/; revision=19510
2012-11-18 07:06:36 +00:00
Ben Hutchings a3549a225a Update to 3.2.34
Avoid 2 ABI changes in ALSA and rtnetlink.  Ignore ABI change for
removal of disable_hlt() and enable_hlt() on i386; they were only
meant for use by the floppy driver.

svn path=/dists/sid/linux/; revision=19509
2012-11-18 03:56:22 +00:00
Ben Hutchings dd9f677122 radeon: Re-enable KMS by default on x86; add a load-time check for firmware
KMS is still generally broken on !x86 and particularly PowerPC
(#628972), so I have no idea why it was enabled by default for all
architectures.

The load-time check is a gross hack, but I cannot see any more
reliable solution that doesn't involve major changes to both DRM and
radeon.

svn path=/dists/sid/linux/; revision=19506
2012-11-17 07:03:39 +00:00
Ben Hutchings 7893fc2202 Update to 3.6.5
This fixes a regression in 3.6.4 and includes a fix previously in the rt
series.

It also disables link security restrictions by default, so add a patch to
re-enable them.

svn path=/dists/trunk/linux/; revision=19478
2012-11-02 05:34:58 +00:00
Ben Hutchings 1ef383f5a2 cirrus: Disable by default, as it is currently incompatible with xserver-xorg-video-cirrus
svn path=/dists/trunk/linux/; revision=19462
2012-10-29 03:29:43 +00:00
Ben Hutchings b5aba14e0d Merge changes from sid up to 3.2.32
svn path=/dists/trunk/linux/; revision=19452
2012-10-22 13:47:03 +00:00
Ben Hutchings c365665084 Avoid another unexpected ABI change
svn path=/dists/sid/linux/; revision=19448
2012-10-22 05:26:14 +00:00
Ben Hutchings 89d9dda7d8 Refresh xfrm ABI kluge to work the way it claims to
svn path=/dists/sid/linux/; revision=19446
2012-10-22 04:04:51 +00:00
Ben Hutchings 0d0f3701f1 Update to 3.6.2
Drop ite-cir patch applied upstream.
Drop ARM acard workaround; the problem has been fixed differently upstream.

svn path=/dists/trunk/linux/; revision=19437
2012-10-13 08:57:26 +00:00
Ben Hutchings efc90e0081 Update to 3.2.31
Drop 2 patches included in it.
Add some more hideous hacks to maintain ABI.

svn path=/dists/sid/linux/; revision=19432
2012-10-12 02:49:02 +00:00
Ben Hutchings fe2bf16875 iwlwifi: Do not request unreleased firmware for IWL6000 (Closes: #689416)
svn path=/dists/sid/linux/; revision=19420
2012-10-08 13:58:15 +00:00
Bastian Blank 9e6570e6b8 * debian/changelog: Update version to 3.6-1~experimental.1
* debian/patches: Fixup broken and remove applied patches.

svn path=/dists/trunk/linux/; revision=19409
2012-10-04 19:15:20 +00:00
Ben Hutchings a13dc8edcd perf: Hide ABI change in 3.2.30
svn path=/dists/sid/linux/; revision=19398
2012-09-25 14:16:49 +00:00
Ben Hutchings af9147122a Merge changes from sid up to 3.2.29-1
Most of the patches added to sid are already in 3.5 and could be dropped.
Some others needed to be re-generated without the backporting changes.

Ignore the rt changes as there is no rt featureset for 3.5.

svn path=/dists/trunk/linux/; revision=19387
2012-09-17 02:19:21 +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 01a5ea1aab debugfs: Avoid ABI change for mount options
svn path=/dists/sid/linux/; revision=19295
2012-07-26 12:38:15 +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 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 f24a365c2a Move definition of LINUX_PACKAGE_ID to new header <generated/package.h>
svn path=/dists/sid/linux/; revision=19288
2012-07-24 00:28:08 +00:00
Ben Hutchings 58eb042b32 Move pasting of package version information from init/version.c to mkcompile_h
We should be using this information elsewhere, which will be easier
if we don't have to use lots of #ifdefs.

svn path=/dists/sid/linux/; revision=19287
2012-07-23 23:22:18 +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 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 d8814e3523 driver core: Avoid ABI change for removal of __must_check
svn path=/dists/sid/linux/; revision=19225
2012-06-28 04:55:23 +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 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 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 0be791d98b Update to 3.2.20
svn path=/dists/sid/linux/; revision=19116
2012-06-10 15:30:24 +00:00
Ben Hutchings 57e13d1e05 Avoid ABI change for hidepid
svn path=/dists/sid/linux/; revision=19103
2012-06-09 03:22:54 +00:00
Ben Hutchings 9115c3af40 Refresh some Debian-specific patches
svn path=/dists/sid/linux/; revision=19078
2012-06-04 00:11:03 +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 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 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 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 6de7398f33 Drop/refresh patches for 3.4
svn path=/dists/trunk/linux-2.6/; revision=19022
2012-05-21 12:21:37 +00:00
Ben Hutchings 7bad4f9f8a Hide a new #include from genksyms to avoid silly symbol version changes
svn path=/dists/sid/linux-2.6/; revision=19020
2012-05-21 03:06:52 +00:00
Ben Hutchings 88590a0642 Avoid symbol version changes for some binary-compatible structure changes
svn path=/dists/sid/linux-2.6/; revision=18998
2012-05-12 13:52:25 +00:00
Ben Hutchings 0049362186 Remove some unused patches
svn path=/dists/trunk/linux-2.6/; revision=18966
2012-04-30 03:13:29 +00:00
Ben Hutchings 3d3c896f19 Avoid ABI change from EFI stub support
svn path=/dists/sid/linux-2.6/; revision=18961
2012-04-29 15:06:38 +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 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 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 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 5ba5ce0d66 Merge changes from sid branch up to 3.2.14-1
Drop changes to preserve ABI on sid branch.

Drop some patches already included in 3.3.1.

svn path=/dists/trunk/linux-2.6/; revision=18909
2012-04-06 20:59:33 +00:00
Ben Hutchings 4d25e70196 Revert "rtc: Provide flag for rtc devices that don't support UIE"
This reverts commit 61d38cd909ad35ff497bf1a84cd57b2baf6d9c49.
It changes ABI and is only needed for rtc-mpc5121 which we don't
enable.

svn path=/dists/sid/linux-2.6/; revision=18904
2012-04-04 04:35:20 +00:00
Ben Hutchings 54b2da19c7 Revert "x86/ioapic: Add register level checks to detect bogus io-apic entries"
This reverts commit 273fb194e86b795b08a724c7646d0f694949070b.
It is reported to break Xen support (not sure which domains/modes).

svn path=/dists/sid/linux-2.6/; revision=18903
2012-04-04 01:11:21 +00:00
Ben Hutchings 5c9895e3cc Adding header information for most Debian-specific patches
svn path=/dists/sid/linux-2.6/; revision=18901
2012-04-03 04:34:17 +00:00
Ben Hutchings 78b9c64209 Revert "CIFS: Respect negotiated MaxMpxCount"
This reverts commit a3f7edf2fcb8e3e9c530c596a6c07479aeed418b.
It's a high-risk change which hasn't been well-tested yet.  Leave it a
while to see if further fixes are needed.

svn path=/dists/sid/linux-2.6/; revision=18900
2012-04-03 03:11:24 +00:00
Ben Hutchings 870e3e6899 Merge changes from sid branch up to 3.2.9-1
svn path=/dists/trunk/linux-2.6/; revision=18790
2012-03-04 20:27:13 +00:00
Ben Hutchings edef763e61 version: Use maintainer rather than uploader address for official binary packages
svn path=/dists/sid/linux-2.6/; revision=18746
2012-02-27 03:38:04 +00:00
Ben Hutchings b1e98ddaba Update to 3.3-rc4
aufs: Update to aufs3.x-rcN-20120123
rt: Disable until it is updated for Linux 3.3 or later

svn path=/dists/trunk/linux-2.6/; revision=18703
2012-02-19 22:01:27 +00:00
Ben Hutchings 3341c6b5ba [arm] Remove use of possibly undefined BUILD_BUG_ON in <asm/bug.h> (fixes FTBFS)
svn path=/dists/trunk/linux-2.6/; revision=18449
2012-01-02 13:24:06 +00:00
Bastian Blank 72fb377acc Merge /dists/sid/linux-2.6 (3.1.6-1).
svn path=/dists/trunk/linux-2.6/; revision=18414
2011-12-23 18:56:37 +00:00
Ben Hutchings d61e2efe8f Deal with ABI changes in 3.1.5
struct clocksource changed but clocksource functions shouldn't be used
by OOT modules; ignore the change.

struct inet_peer changed; although it shouldn't be used by OOT modules
it does affect symbol versions for many of the networking core
functions.  Since the structure is only allocated in one place so we
can safely extend it instead of adding the new member in the middle.

svn path=/dists/sid/linux-2.6/; revision=18372
2011-12-10 05:02:34 +00:00
Ben Hutchings 619c99e343 [x86] Enable MEMTEST (Closes: #613321, #646361)
If bad RAM is detected, WARN and recommend a more thorough test

svn path=/dists/sid/linux-2.6/; revision=18354
2011-12-05 06:04:56 +00:00
Ben Hutchings ddc1a60a16 Do not disable BRCMSMAC if BCMA is enabled
svn path=/dists/trunk/linux-2.6/; revision=18345
2011-12-03 23:06:58 +00:00
Ben Hutchings bfa9115e35 rtl8192e: Remove firmware again
Larry Finger imported a new version of this driver into staging.
Damn the regressions, let's have new crap!


svn path=/dists/trunk/linux-2.6/; revision=18338
2011-12-01 15:13:37 +00:00
Ben Hutchings e29f027ab7 Merge changes from sid up to 3.1.4-1
svn path=/dists/trunk/linux-2.6/; revision=18335
2011-12-01 04:23:13 +00:00
Ben Hutchings e714f93eb8 Enable BCMA as module, BCMA_HOST_PCI and B43_BCMA (Closes: #649567)
But limit these to devices not supported by brcmsmac.

svn path=/dists/sid/linux-2.6/; revision=18314
2011-11-24 07:59:05 +00:00
Ben Hutchings ddbcf28662 Update to 3.2-rc1
Drop a large number of patches that were merged upstream.
Fix context in features/all/sound-pci-cs46xx-request_firmware.patch.
Remove another firmware image sneaked into staging.

svn path=/dists/trunk/linux-2.6/; revision=18288
2011-11-14 15:49:29 +00:00
Ben Hutchings 5825c6732e DFSG: Remove drivers/staging/ft1000/ft1000-*/*.img
This is non-free firmware for drivers we don't build.  Related to
#609448, but I didn't think to check for actual binary files.

svn path=/dists/trunk/linux-2.6/; revision=18251
2011-11-13 07:46:51 +00:00
Ben Hutchings 7f8f24455a Remove removal of rtl8712 firmware; now removed upstream
svn path=/dists/trunk/linux-2.6/; revision=17713
2011-06-21 11:42:59 +00:00
Ben Hutchings 41c525f712 Fix missing quote character in LINUX_COMPILE_HOST for unofficial builds
svn path=/dists/trunk/linux-2.6/; revision=17617
2011-06-06 07:28:31 +00:00
Ben Hutchings 9b084f9c1c Update to 3.0-rc1
Drop patches merged upstream.
Refresh debian/version.patch and debian/kernelvariables.patch.

svn path=/dists/trunk/linux-2.6/; revision=17483
2011-05-30 19:21:53 +00:00
Maximilian Attems b96fbe4210 rebase to 2.6.39
svn path=/dists/trunk/linux-2.6/; revision=17457
2011-05-19 08:15:48 +00:00
Ben Hutchings c61208e7d6 Disable cgroups memory controller, unless explicitly enabled
This should result in very low run-time overhead, though this is yet
to be measured.

svn path=/dists/trunk/linux-2.6/; revision=17394
2011-05-13 04:38:34 +00:00
Maximilian Attems 1573c3f22e rsync with 2.6.38-5 changes
this add the per arch abi feature.
the m68k and security patches seem all merged.

svn path=/dists/trunk/linux-2.6/; revision=17346
2011-05-09 15:42:48 +00:00
Ben Hutchings 589e7a8ea4 Undelete drivers/staging/vt6656/firmware.c
This file no longer contains a firmware blob, and is required to build
the driver.

svn path=/dists/trunk/linux-2.6/; revision=17234
2011-04-20 12:32:02 +00:00
Ben Hutchings b1c0df16bb Refresh/drop patches for 2.6.39-rc2
svn path=/dists/trunk/linux-2.6/; revision=17206
2011-04-06 13:38:04 +00:00
Ben Hutchings e7f0786f70 Update to 2.6.39-rc2
svn path=/dists/trunk/linux-2.6/; revision=17205
2011-04-06 13:19:45 +00:00
Ben Hutchings 25e71bd239 sched: Build with SCHED_AUTOGROUP, but do not enable autogrouping by default
svn path=/dists/trunk/linux-2.6/; revision=17071
2011-03-16 03:17:06 +00:00
Ben Hutchings f19ec8c57e ext4: Disable FS_IOC_FIEMAP ioctl temporarily
svn path=/dists/trunk/linux-2.6/; revision=17070
2011-03-15 05:45:21 +00:00
Ben Hutchings 53d8a5d282 Remove the entire firmware directory
Some of this is DFSG-free, but it has been moved to firmware-free so
we don't need it in linux-2.6 as well.

svn path=/dists/trunk/linux-2.6/; revision=17068
2011-03-15 04:48:15 +00:00
Ben Hutchings 99be663773 module,bug: Add TAINT_OOT_MODULE flag for modules that weren't built in-tree
Also decode this new flag in the bug script.

svn path=/dists/trunk/linux-2.6/; revision=16914
2011-02-19 02:38:21 +00:00
Ben Hutchings 3f3fa452a5 Update to 2.6.38-rc5
Adjust/remove patches as appropriate.

svn path=/dists/trunk/linux-2.6/; revision=16898
2011-02-16 13:38:58 +00:00
Ben Hutchings 1ef6bac89f Note that we need to remove drivers/staging/ft1000/ft1000-pcmcia/boot.h
svn path=/dists/trunk/linux-2.6/; revision=16803
2011-01-10 13:54:24 +00:00
Ben Hutchings 745668d827 Update to 2.6.37-rc7
svn path=/dists/trunk/linux-2.6/; revision=16728
2010-12-22 02:13:49 +00:00
Ben Hutchings d9dae15123 Second attempt to fix FTBFS on various architectures
[alpha] Do not use -Werror for arch/alpha
[arm/ixp4xx] Rename FREQ macro to avoid collisions (v2)
drm/nouveau: Only select ACPI_VIDEO if its dependencies are met
[mips] Change mips_sc_is_activated() to do what the comment says

svn path=/dists/trunk/linux-2.6/; revision=16695
2010-12-11 06:40:13 +00:00
Ben Hutchings 7e971a68a8 Attempt to fix FTBFS on various architectures
svn path=/dists/trunk/linux-2.6/; revision=16686
2010-12-10 02:59:04 +00:00
Ben Hutchings cbce0c8d34 firmware: Correct copyright information and add source for CIS files
(accidentally omitted when merging from sid branch)

svn path=/dists/trunk/linux-2.6/; revision=16670
2010-12-05 23:19:25 +00:00
Ben Hutchings 8d0fca7732 Remove new subdirectory of firmware
svn path=/dists/trunk/linux-2.6/; revision=16669
2010-12-05 22:58:44 +00:00
Ben Hutchings ee956c56a7 staging: Remove firmware images from keucr and rtl8712 (leaving them broken)
svn path=/dists/trunk/linux-2.6/; revision=16668
2010-12-05 22:44:45 +00:00
Ben Hutchings 8e3b18cd0a Replace Kconfig patch with version likely to be accepted upstream
Add verbose option (KBUILD_VERBOSE=1/V=1) to listnewconfig, rather than
adding yet more targets.  Change rules.real accordingly.

svn path=/dists/trunk/linux-2.6/; revision=16619
2010-12-04 17:17:51 +00:00
Ben Hutchings 741625c82c Update to 2.6.37-rc3
svn path=/dists/trunk/linux-2.6/; revision=16606
2010-11-28 04:14:29 +00:00
Ben Hutchings e4482ffd21 decnet: Disable auto-loading as mitigation against local exploits
svn path=/dists/trunk/linux-2.6/; revision=16571
2010-11-20 02:31:37 +00:00
Ben Hutchings 3e286908b1 af_802154,rds: Disable auto-loading as mitigation against local exploits
svn path=/dists/trunk/linux-2.6/; revision=16567
2010-11-19 04:30:11 +00:00
Ben Hutchings 10ebafb301 Move last valid device ID from piix to ata_piix
piix has been kept around because it has 2 device IDs not listed in
other drivers:

PCI_DEVICE_ID_INTEL_82371FB_0 == 0x122e (PIIX function 0)
This function is the ISA bridge, not a PATA controller!

PCI_DEVICE_ID_INTEL_82801DB_1 == 0x24c1 (ICH4-L function 1)
This should be functionally identical to the ICH4's PATA
controller.

Add the latter device ID to ata_piix and disable piix (except on
alpha, which has not been converted to use libata).


svn path=/dists/trunk/linux-2.6/; revision=16427
2010-10-10 22:01:51 +00:00
Ben Hutchings e935dba032 speakup: Update to match Debian package version 3.1.5.dfsg.1-1
svn path=/dists/trunk/linux-2.6/; revision=16309
2010-09-18 16:48:22 +00:00
Ben Hutchings 96fba25e4b New upstream release candidate 2.6.36-rc4
Remove patches merged upstream.
Rewrite debian/scripts-kconfig-reportoldconfig.patch
Rewrite bugfix/mips/disable-werror.patch as debian/mips-disable-werror.patch
Refresh some other patches.

svn path=/dists/trunk/linux-2.6/; revision=16272
2010-09-13 01:37:29 +00:00
Ben Hutchings ef5d525c90 Update to 2.6.35-rc5; remove patches merged upstream
svn path=/dists/trunk/linux-2.6/; revision=15980
2010-07-13 00:03:21 +00:00
Ben Hutchings c5d4c6674e keyboard: Export k_handler again
This is needed by speakup.

svn path=/dists/trunk/linux-2.6/; revision=15938
2010-07-05 11:39:27 +00:00
Ben Hutchings 0c747108a8 Update to upstream release candidate 2.6.35-rc3
Refresh/remove patches as appropriate.
Add patches for SD7220 firmware in ip_qib where it moved from ipath.

svn path=/dists/trunk/linux-2.6/; revision=15933
2010-07-04 20:11:06 +00:00
Ben Hutchings 39f01da488 [x86] Fix confusion between rtl8192u_usb and rtl8192s_usb drivers (Closes: #584945):
- Enable rtl8192u_usb driver
- Fix and update device ID table in rtl8192s_usb driver

svn path=/dists/trunk/linux-2.6/; revision=15882
2010-06-18 00:57:45 +00:00
Ben Hutchings 01037879b0 Revert deletion of drivers/staging/rtl8192su/r8192SU_HWImg.c which no longer contains firmware
svn path=/dists/trunk/linux-2.6/; revision=15830
2010-06-06 02:06:13 +00:00
Ben Hutchings b989b41965 Remove obsolete firmware-removal patches
svn path=/dists/trunk/linux-2.6/; revision=15657
2010-05-11 02:19:35 +00:00
Maximilian Attems 258e99ad1c add fixed patch that applies
rm reference to merged patch

svn path=/dists/trunk/linux-2.6/; revision=15629
2010-05-05 21:51:33 +00:00
Maximilian Attems 45aa9bb8cb sync to 2.6.34-rc6
disabled arm feature patches, nuked merged stuff, disabled aufs,
fixed orig generation.

svn path=/dists/trunk/linux-2.6/; revision=15628
2010-05-05 21:44:47 +00:00
Aurelien Jarno ef5bc98e4d Add sh4 architecture, ported from the sid branch
svn path=/dists/trunk/linux-2.6/; revision=15502
2010-04-09 15:53:34 +00:00
Ben Hutchings 330d70aa27 Rework rtl8192su patches to avoid the need for a new orig tarball
svn path=/dists/trunk/linux-2.6/; revision=15388
2010-03-16 01:19:38 +00:00
Ben Hutchings 103df23a00 [x86] Enable rtl8192su driver using external firmware
svn path=/dists/trunk/linux-2.6/; revision=15377
2010-03-15 13:44:38 +00:00
Ben Hutchings 1010d1cd17 Use libata-based drivers for most PATA controllers (Closes: #444182)
Add transition script to linux-base and make all images depend on it


svn path=/dists/trunk/linux-2.6/; revision=15272
2010-02-25 04:11:39 +00:00
Maximilian Attems 5eb6171b0a disble 2 staging drivers upfront
broken not using request_firmware()

svn path=/dists/trunk/linux-2.6/; revision=15225
2010-02-19 11:33:26 +00:00
Ben Hutchings 146672f319 Remove unreferenced patches
svn path=/dists/trunk/linux-2.6/; revision=15221
2010-02-19 03:51:14 +00:00
Ben Hutchings 6589d8c0a0 Update firmware files to be removed from drivers/staging
svn path=/dists/trunk/linux-2.6/; revision=15204
2010-02-19 00:37:57 +00:00
Maximilian Attems b5cb9fb948 Revert "Fix patch context for 2.6.33-rc8"
this applies to 2.6.33-rc8, so
this reverts commit c20fd20178e727e31442527c886204ec6ff50fd1.

svn path=/dists/trunk/linux-2.6/; revision=15196
2010-02-18 16:47:58 +00:00
Ben Hutchings c56c0d544d Fix patch context for 2.6.33-rc8
svn path=/dists/trunk/linux-2.6/; revision=15186
2010-02-18 13:49:31 +00:00
Maximilian Attems ad46b0d34c rebase to 2.6.33-rc8 new upstream release
fix orig generation
* rediff various staging Kconfig and firmware patches
* rt3090 is gone

nuke evident stable, stable merged, sfc features and
MODULE_FIRMWARE (hopefully all merged ;) patches.
fix speakup patch to apply to latest staging.
auffs needs newer tree and maybe we can get rid of it postsqueeze,
so didn't try at all, just nuked.
disable vserver again for now.
merged all series file into base.

TODO: still a some stray patches, but not that urgent..

svn path=/dists/trunk/linux-2.6/; revision=15185
2010-02-18 13:22:31 +00:00
Bastian Blank a878e850af Restrict access to sensitive SysRq keys by default
* debian/changelog: Update.
* debian/config/config: Set MAGIC_SYSRQ_DEFAULT_MASK.
* debian/patches/debian/sysrq-mask.patch, debian/patches/series/9:
  Add new patch.

svn path=/dists/trunk/linux-2.6/; revision=15150
2010-02-14 15:11:35 +00:00
Ben Hutchings 673ec2b5f1 Add stable release 2.6.32.7
Remove a whole load of patches accepted into this release.

Replace the ALPS 4-directional button patch with a minimal version
that applies on top of 2.6.32.7.

Fix conflict between 2.6.32.7 and vserver in kernel/sched.c by moving
a declaration.


svn path=/dists/trunk/linux-2.6/; revision=15061
2010-01-29 00:31:47 +00:00
Ben Hutchings ab1a7a99b1 Add stable release 2.6.32.4
Fix conflict between 2.6.32.4 and vserver in mm/mremap.c by making some
cosmetic changes on top of 2.6.32.4.


svn path=/dists/trunk/linux-2.6/; revision=14953
2010-01-18 22:50:09 +00:00
Bastian Blank 1dfe4b1e09 debian/patches: Fix patches, remove merged patches.
svn path=/dists/trunk/linux-2.6/; revision=14717
2009-12-03 08:12:24 +00:00
Ben Hutchings b2d8bb6083 Strip GPU firmware from tarball
svn path=/dists/trunk/linux-2.6/; revision=14654
2009-11-20 03:43:38 +00:00
Ben Hutchings 23229038ef Update to 2.6.32-rc6
Refresh firmware patches for Kconfig context changes.
Remove bugfix patches merged upstream.

svn path=/dists/trunk/linux-2.6/; revision=14541
2009-11-04 02:02:19 +00:00
Ben Hutchings 985b41bdad Fix broken patch header
svn path=/dists/trunk/linux-2.6/; revision=14540
2009-11-04 01:07:07 +00:00
Ben Hutchings 9358a36117 Do not remove CIS files from tarball
The CIS files are licenced under GPL and are normally edited as
binaries so it is OK that there are no separate source files for them.

svn path=/dists/trunk/linux-2.6/; revision=14539
2009-11-04 00:43:40 +00:00
Ben Hutchings 950d1c8694 Refresh for 2.6.32-rc6
svn path=/dists/trunk/linux-2.6/; revision=14538
2009-11-04 00:40:17 +00:00
Ben Hutchings f9f12616c4 r8169: Remove firmware for RTL8168D v1 and v2 and use request_firmware() to load it
svn path=/dists/trunk/linux-2.6/; revision=14537
2009-11-04 00:33:53 +00:00
Ben Hutchings eb174421b4 lgs8gxx: Remove firmware for lgs8g75 and use request_firmware() to load it
svn path=/dists/trunk/linux-2.6/; revision=14536
2009-11-04 00:31:07 +00:00
Ben Hutchings 8be6124957 drm/radeon/r600: add clarifying comment to r600 blit code
svn path=/dists/trunk/linux-2.6/; revision=14533
2009-11-03 01:07:16 +00:00
Bastian Blank dee5b1680a * debian/changelog: Update.
* debian/patches/debian/arch-mips-not-embedded.patch: Add.
* debian/patches/series/base: Add new patch.

svn path=/dists/trunk/linux-2.6/; revision=14508
2009-10-29 20:59:57 +00:00
Ben Hutchings 3be178556b Remove more obsolete patches
svn path=/dists/trunk/linux-2.6/; revision=14464
2009-10-26 03:16:57 +00:00
Ben Hutchings 92241355b2 Update to 2.6.32-rc5.
Incorporate 2.6.31-1 changelog from sid.
Move my last changelog addition into the new entry.
Remove obsolete patches.
Update aufs2, firmware and speakup patches.
Update reportoldconfig and version patches.

svn path=/dists/trunk/linux-2.6/; revision=14463
2009-10-26 02:57:16 +00:00
Ben Hutchings 7309526d02 Do not remove slicoss firmware since it has been removed upstream
svn path=/dists/trunk/linux-2.6/; revision=14131
2009-08-17 02:33:34 +00:00
Ben Hutchings a34416ac8a Remove more firmware from rtl8192su
svn path=/dists/trunk/linux-2.6/; revision=14130
2009-08-17 02:22:51 +00:00
Ben Hutchings c6bc5362e4 dvb-usb-af9005: remove firmware and disable
svn path=/dists/trunk/linux-2.6/; revision=14129
2009-08-17 01:53:42 +00:00
Ben Hutchings 5def204f51 ib_ipath: remove firmware for QLogic IBA7220 and use request_firmware() to load it
svn path=/dists/trunk/linux-2.6/; revision=14127
2009-08-17 01:29:35 +00:00
Maximilian Attems b54022cfbe staging has with rtl8192su another firmware blob without license
nuke it and disable the driver

svn path=/dists/trunk/linux-2.6/; revision=13965
2009-07-18 15:48:36 +00:00
Ben Hutchings 2522cda802 Do not remove av7110 firmware since it is DFSG-free
svn path=/dists/trunk/linux-2.6/; revision=13937
2009-07-15 02:42:36 +00:00
Ben Hutchings f2fc4fe87b Make cxgb3 use request_firmware() for PHY firmware.
Adapt patch by Divy Le Ray <divy@chelsio.com> accepted by David Miller into net-next-2.6.

svn path=/dists/trunk/linux-2.6/; revision=13906
2009-07-08 23:45:44 +00:00
Ben Hutchings 9ec7f17321 Remove PHY firmware blobs from cxgb3
svn path=/dists/trunk/linux-2.6/; revision=13849
2009-06-28 13:07:41 +00:00
Ben Hutchings 8d844f26d9 Do not disable bnx2x as it is using request_firmware now
svn path=/dists/trunk/linux-2.6/; revision=13848
2009-06-28 13:03:48 +00:00
Bastian Blank 21de3c3467 * debian/changelog: Set version to 2.6.31~rc1-1~experimental.1.
* debian/patches: Remove merged patches, fix or disable others.

svn path=/dists/trunk/linux-2.6/; revision=13847
2009-06-28 12:27:36 +00:00
Bastian Blank 1539789b46 * debian/changelog: Set version to 2.6.30~rc7-1~experimental.1.
* debian/patches/debian/dfsg/firmware-cleanup.patch:
  Don't remove unpruned firmwares.

svn path=/dists/trunk/linux-2.6/; revision=13670
2009-05-26 09:40:55 +00:00
Bastian Blank da6a05660b * debian/changelog: Set version to 2.6.30~rc6-1~experimental.1.
* debian/patches/debian/drivers-ata-ata_piix-postpone-pata.patch: Fix.

svn path=/dists/trunk/linux-2.6/; revision=13636
2009-05-19 11:36:03 +00:00
Bastian Blank bcf7befb52 debian/patches/debian/dfsg/files-1: Add firmware/advansys.
svn path=/dists/trunk/linux-2.6/; revision=13592
2009-05-09 12:02:38 +00:00
Maximilian Attems 7bb9e630fe update to 2.6.30-rc4
* fix firmware-cleanup.patch
  keep newly added cis, said to be gpl
  see 99b28c47091db2bb7f594a5088831d341a800a33

svn path=/dists/trunk/linux-2.6/; revision=13542
2009-05-04 07:00:45 +00:00
Maximilian Attems 37cdaf1eff update to 2.6.30-rc2
* nuked merged compile fix
* update firmware dirs + firmware Makefile patch
* refresh kernelvariables.patch

Thanks to Ben Hutchings <ben@decadent.org.uk> for dfsg review + patches.

svn path=/dists/trunk/linux-2.6/; revision=13427
2009-04-17 00:41:38 +00:00
Ben Hutchings 7b4aab61cb Restore enp2611_mod as there is some accompanying source for the microcode
svn path=/dists/trunk/linux-2.6/; revision=13420
2009-04-13 17:11:14 +00:00
Ben Hutchings 9fa6593a8c Remove microcode patches for mgsuvd (not enabled in Debian configs)
svn path=/dists/trunk/linux-2.6/; revision=13419
2009-04-13 16:34:00 +00:00
Ben Hutchings 1481d2edeb Extend wildcard for otus firmware (love the file versioning!)
svn path=/dists/trunk/linux-2.6/; revision=13418
2009-04-13 16:21:33 +00:00
Ben Hutchings b97f853050 Remove PHY firmware from sxg; driver is already disabled
svn path=/dists/trunk/linux-2.6/; revision=13417
2009-04-13 13:58:24 +00:00
Ben Hutchings 08d80ba451 Remove firmware for enp2611_mod and rt3070sta; mark the drivers broken
svn path=/dists/trunk/linux-2.6/; revision=13416
2009-04-13 04:06:50 +00:00
Ben Hutchings 8ffed0dad7 Remove trailing space
svn path=/dists/trunk/linux-2.6/; revision=13415
2009-04-13 03:47:54 +00:00
Ben Hutchings 5e5b553eff Remove Radeon R600 microcode and any more that appears in that directory
svn path=/dists/trunk/linux-2.6/; revision=13394
2009-04-12 02:48:47 +00:00
Maximilian Attems ce9ae3bbf8 bnx2_fw2.h no longer exists
no need to remove it anylonger too.

svn path=/dists/trunk/linux-2.6/; revision=13371
2009-04-08 14:36:42 +00:00
Maximilian Attems 285ee2546f no longer rm bnx2_fw.h
no longer features the firmware..

svn path=/dists/trunk/linux-2.6/; revision=13370
2009-04-08 14:33:31 +00:00
Maximilian Attems 59151bbc99 nuke no longer used disable patches
svn path=/dists/trunk/linux-2.6/; revision=13366
2009-04-08 12:42:21 +00:00
Maximilian Attems 8403c5515d update to 2.6.30-rc1
* bunch of request_firmware patches merged
* disable some staging crap
  Ben Hutchings <ben@decadent.org.uk>
* nuke more stuff in firmware/ dir to keep beeing dfsg clean
  much stuff outside of firmware/ gone
* rediff firmware/Makefile patch
* disable bunch of ?merged? arm patches

TODO: - review addition of new firmware outside of firmware/ dir
      drivers/staging beeing the primary target, but maybe more..
      - check gfs2 and gpu-drm-radeon-request_firmware patches

svn path=/dists/trunk/linux-2.6/; revision=13365
2009-04-08 11:01:42 +00:00
Bastian Blank 614815ee15 debian/patches: Remove deprecated and merged patches.
svn path=/dists/trunk/linux-2.6/; revision=13355
2009-04-06 10:54:49 +00:00
Bastian Blank a91cdf28dc debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch:
Fold in drivers-net-bnx2-fw-verfix.patch.

svn path=/dists/trunk/linux-2.6/; revision=13353
2009-04-06 10:45:04 +00:00
Bastian Blank 6832dd13f3 Revert revision 13334.
svn path=/dists/trunk/linux-2.6/; revision=13349
2009-04-06 10:32:23 +00:00
Ben Hutchings 307ea1b234 Remove firmware from driver/staging (closes: #521553)
Disable affected drivers: rt2860, rt2870

svn path=/dists/trunk/linux-2.6/; revision=13334
2009-04-05 20:07:50 +00:00
Maximilian Attems f41ed23706 trivial bnx2 work
svn path=/dists/trunk/linux-2.6/; revision=13218
2009-03-24 00:43:15 +00:00
Maximilian Attems c3881032d0 update to 2.6.29
fixed trivial conflict in scripts-kconfig-reportoldconfig.patch
bnx2 firmware patch needs little work
several arm patches disabled as they no longer apply

svn path=/dists/trunk/linux-2.6/; revision=13217
2009-03-24 00:40:04 +00:00
Bastian Blank 3f198a60e5 debian/patches/debian/scripts-kconfig-reportoldconfig.patch:
Ignore unchangable options.

svn path=/dists/trunk/linux-2.6/; revision=13155
2009-03-17 16:58:06 +00:00
Bastian Blank 6b0fe11d05 * debian/changelog: Update.
* debian/patches/debian/scripts-kconfig-reportoldconfig.patch:
  Use the initial symbol check.

svn path=/dists/trunk/linux-2.6/; revision=13132
2009-03-16 20:23:30 +00:00
Ben Hutchings c4a13b8edb Refresh bnx2 request_firmware() patch.
Remove reference to acenic request_firmware() patch, merged upstream.

svn path=/dists/trunk/linux-2.6/; revision=12955
2009-02-27 13:37:55 +00:00
Ben Hutchings f7578d7ff1 debian/patches/debian/dfsg: Add accidentally omitted firmware-removal patches
svn path=/dists/trunk/linux-2.6/; revision=12948
2009-02-23 20:57:57 +00:00
Ben Hutchings 437e9a011b debian/patches/debian/dfsg/{files-1,firmware-cleanup.patch}: Don't remove the dsp56k firmware
svn path=/dists/trunk/linux-2.6/; revision=12941
2009-02-22 23:19:14 +00:00
Ben Hutchings d47e932ad9 Remove remaining sourceless firmware
svn path=/dists/trunk/linux-2.6/; revision=12930
2009-02-22 21:30:55 +00:00
Bastian Blank 0484996109 debian/patches/debian/kernelvariables.patch: Include file from object tree.
svn path=/dists/trunk/linux-2.6/; revision=12908
2009-02-22 14:39:35 +00:00
Maximilian Attems e6b0e1dad2 fix kernelvariables.patch
seems needed by build for non x86..

svn path=/dists/trunk/linux-2.6/; revision=12870
2009-02-19 14:46:05 +00:00
Maximilian Attems 6ad66037fa update to 2.6.29-rc5
- all stable patches dropped
- tg3 finaly uses firmware_request(), corresponding patches dropped.
- nuke acenic, tg3, e100, cassini, starfire, cxgb3 firmware on orig
  tarball generation.
- no longer disable acenic.
- update firmware-cleanup.patch to all those new ones.
- trivial update scripts-kconfig-reportoldconfig.patch
- disable some arm feature patches that no longer apply

svn path=/dists/trunk/linux-2.6/; revision=12854
2009-02-19 13:50:11 +00:00
Frederik Schüler 70c1ec9f09 Fix firmware-cleanup.patch. Orig tarball must be rebuilt with this patch.
svn path=/dists/trunk/linux-2.6/; revision=12545
2009-01-05 18:39:06 +00:00
Bastian Blank a94d55bc0d Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=12535
2008-12-28 16:55:48 +00:00
Bastian Blank 281252eee4 * debian/changelog: Set version to 2.6.28-1~experimental.1.
* debian/patches/debian/dfsg/firmware-cleanup.patch: Update.

svn path=/dists/trunk/linux-2.6/; revision=12534
2008-12-28 13:07:13 +00:00
Bastian Blank 4341bc694f * debian/changelog: Update version to 2.6.27~rc8-1~experimental.1.
* debian/patches/debian/scripts-kconfig-reportoldconfig.patch: Fix.

svn path=/dists/trunk/linux-2.6/; revision=12273
2008-09-30 16:49:55 +00:00
Bastian Blank d6704f553f debian/changelog: Set version to 2.6.27~rc4-1~experimental.1.
* debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch,
  debian/patches/bugfix/arm/ixp4xx_eth-build-fix.patch,
  debian/patches/bugfix/arm/tsx09-fix-mac.patch,
  debian/patches/bugfix/arm/tsx09-init-uart1.patch: Fix.
* debian/patches/features/arm/5281d0.patch,
  debian/patches/features/arm/ts409-export-leds.patch,
  debian/patches/features/arm/ts409-export-reset.patch,
  debian/patches/features/arm/tsx09-fix-key-codes.patch: Remove as merged.
* debian/patches/series/1~experimental.1: Remove patches.

svn path=/dists/trunk/linux-2.6/; revision=12117
2008-08-21 09:42:59 +00:00
Bastian Blank 827697ef56 debian/patches/debian/dfsg/firmware-cleanup.patch: Add patch.
debian/patches/debian/dfsg/sound-pci.patch: Fix.
debian/patches/series/orig-0: Readd patches.

svn path=/dists/trunk/linux-2.6/; revision=12034
2008-08-10 15:59:06 +00:00
Bastian Blank 6f72929f2a debian/patches/debian/dfsg/files-1: Don't remove the keyspan_pda firmwares.
svn path=/dists/trunk/linux-2.6/; revision=12033
2008-08-10 15:19:57 +00:00
Bastian Blank 4e626b9aff debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch:
Another compile fix.

svn path=/dists/trunk/linux-2.6/; revision=12032
2008-08-10 15:05:51 +00:00
Bastian Blank 51368f6252 Remove not longer needed dfsg patches.
debian/patches/debian/dfsg/drivers-atm.patch,
debian/patches/debian/dfsg/drivers-char-computone.patch,
debian/patches/debian/dfsg/drivers-media-dvb-ttusb-budget.patch,
debian/patches/debian/dfsg/drivers-usb-misc-emi62-emi26.patch,
debian/patches/debian/dfsg/drivers-usb-serial-keyspan-remove.patch:
Remove.

svn path=/dists/trunk/linux-2.6/; revision=12031
2008-08-10 14:35:37 +00:00
Bastian Blank 1237c030a5 debian/patches/debian/dfsg/files-1: Remove further binary firmwares.
svn path=/dists/trunk/linux-2.6/; revision=12026
2008-08-10 11:14:52 +00:00
Bastian Blank 291bc33e75 debian/patches/debian/kernelvariables.patch: Fix header architecture setup.
svn path=/dists/trunk/linux-2.6/; revision=12018
2008-08-10 09:54:20 +00:00
Bastian Blank ea4ccc213b * debian/changelog: Update version to 2.6.27~rc2-1~experimental.1.
* debian/patches/debian/scripts-kconfig-reportoldconfig.patch: Fix.
* debian/patches/series/1~experimental.1: Remove merged patches.

svn path=/dists/trunk/linux-2.6/; revision=12017
2008-08-10 09:43:04 +00:00
Bastian Blank 97f0bc6d5c debian/patches/debian/dfsg/files-1: Use wildcards for binary firmware removal.
svn path=/dists/trunk/linux-2.6/; revision=12016
2008-08-10 09:41:43 +00:00
Bastian Blank ac5e820387 * debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch: Fix.
* debian/patches/series/1~experimental.1: Fix.

svn path=/dists/trunk/linux-2.6/; revision=12013
2008-08-10 08:56:21 +00:00
Bastian Blank bebd42376b debian/patches/debian/dfsg/drivers-net-tg3-fix-simple.patch: Fix.
svn path=/dists/trunk/linux-2.6/; revision=12012
2008-08-10 08:38:07 +00:00
Bastian Blank 7497ebf255 debian/patches/debian/kernelvariables.patch: Fix.
svn path=/dists/trunk/linux-2.6/; revision=12011
2008-08-10 08:35:53 +00:00
Maximilian Attems df773b0125 fix scripts-kconfig-reportoldconfig.patch to apply
otherwise no build.
argh this biest needs to be submitted properly upstream

svn path=/dists/trunk/linux-2.6/; revision=11933
2008-07-30 17:13:05 +00:00
Maximilian Attems cccb37c877 nuke lenny backported features or bugfixes
svn path=/dists/trunk/linux-2.6/; revision=11929
2008-07-30 16:50:31 +00:00
Maximilian Attems ff09f5000d update to 2.6.27-rc1 first step orig tarball
lots of firmwares moved to firmware dir
some atm ones disappeared
big exception stays drivers/net/

svn path=/dists/trunk/linux-2.6/; revision=11926
2008-07-30 16:38:39 +00:00
Bastian Blank c84e3122a1 * debian/changelog: Update.
* debian/patches/debian/include-userspace-compat.patch: Add.
* debian/patches/series/1~experimental.1: Add new patch.

svn path=/dists/trunk/linux-2.6/; revision=11916
2008-07-29 11:53:38 +00:00
Bastian Blank 1160d76767 * debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch: Fix.
* debian/patches/series/1~experimental.1: Reenable bnx2 patch.

svn path=/dists/trunk/linux-2.6/; revision=11789
2008-07-04 21:27:32 +00:00
Maximilian Attems fe21adb137 fix orig tarball generation ip2 only nuke firmware
don't be overgreedy nuking all dir and creating useless conflicts thus
as next step is to port in request_firmware() patch

svn path=/dists/trunk/linux-2.6/; revision=11628
2008-06-13 09:51:37 +00:00
Maximilian Attems edfd2e9b5d update to 2.6.26-rc6
refresh conflicting dfsg computone patch, just mark the ip2 thing b0rked.
nuke git snapshot patch.

svn path=/dists/trunk/linux-2.6/; revision=11627
2008-06-13 09:45:51 +00:00
Bastian Blank d7ae2ea686 Revert parts of r11499. The remove patch needs to remain.
svn path=/dists/trunk/linux-2.6/; revision=11501
2008-05-30 14:42:24 +00:00
Maximilian Attems 049ccfd71c request_firmware() patch for keyspan
* port upstream patch
* thus keyspan no longer broken
* topconfig enable keyspan
* nuke old dup disabling of keyspan in arm and mips/el
* disable firmware build options, we don't ship them anyway

TODO: add firmwares to package

should fix a frequent source of conflicts against latest git or rc
snapshots.

svn path=/dists/trunk/linux-2.6/; revision=11499
2008-05-30 14:04:56 +00:00
Maximilian Attems 5e608d43cc update to 2.6.26-rc1
* refresh dfsg orig patches:
  - usb serial
  - usb misc
* rm dabusb firmware patch as merged
* disable bnx2 request firmware patch, fails to apply
* nuke old m68k 2.6.24 patches, just in the way

svn path=/dists/trunk/linux-2.6/; revision=11252
2008-05-04 13:28:19 +00:00
Maximilian Attems df3d54affd Revert "latest git sync, dabusb firmware license merge"
as license hast to be in *orig*,
can be redone after 2.6.26-rc1 then it no longer matters.

This reverts commit 9fa72143f21a220d8963ed518a52990ea4d3fe76.

svn path=/dists/trunk/linux-2.6/; revision=11164
2008-04-25 11:20:24 +00:00
Maximilian Attems ee2c726942 latest git sync, dabusb firmware license merge
bsd license text upstream, reflect that in orig tarball generation.

svn path=/dists/trunk/linux-2.6/; revision=11163
2008-04-25 11:02:58 +00:00
Bastian Blank af8cccdd53 * debian/changelog: Update.
* debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch: Add.
* debian/patches/series/1~experimental.1: New patch.

svn path=/dists/trunk/linux-2.6/; revision=10735
2008-03-06 12:02:59 +00:00
Bastian Blank 6ab5734649 * debian/changelog: Update.
* debian/patches/debian/powerpc-mkvmlinuz-support-powerpc.patch: Remove.
* debian/patches/series/1~experimental.1: Update.
* debian/rules.real: Use new wrapper install support.

svn path=/dists/trunk/linux-2.6/; revision=10618
2008-02-20 22:40:09 +00:00
Bastian Blank addf6f5b69 * debian/changelog: Update.
* debian/patches/debian/dfsg/files-1: Remove drivers/net/bnx2x_init_values.h.
* debian/patches/debian/dfsg/drivers-net-bnx2x-disable.patch: Add.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=10575
2008-02-18 21:28:39 +00:00
Maximilian Attems 69deb37856 update to 2.6.25-rc1
nuke git snapshot patch, update keyspan dfsg patch,
left todo audit fw bnx2x.

svn path=/dists/trunk/linux-2.6/; revision=10503
2008-02-11 09:38:15 +00:00
Maximilian Attems a108c5d1e8 completly fix up scripts-kconfig-reportoldconfig.patch
was screwed due to new getopt() usage output..

svn path=/dists/trunk/linux-2.6/; revision=10260
2008-01-29 20:37:49 +00:00
Maximilian Attems 7197a5a735 update to patch-2.6.24-git6
triple wow that is a huge commit ext4, net, mips, ..

nuke in patch-2.6.24-git6 ref to smctr and bnx2_fw
(this will make porting next git patch less fun too)
also it seems that that another broadcom driver adds yet another firmware..
on the good news side nuke our older ath5k and at76 backports!

apply the git patch first to get a change to see what conflicts later.
big forward porting of scripts-kconfig-reportoldconfig.patch
arm disabling of ath5k no longer applies, disabled for now.

svn path=/dists/trunk/linux-2.6/; revision=10258
2008-01-29 20:16:30 +00:00
Bastian Blank 255d613f09 debian/patches/debian/dfsg/drivers-net-dgrs.patch,
debian/patches/features/all/fs-asfs.patch: Remove.

svn path=/dists/trunk/linux-2.6/; revision=10188
2008-01-25 09:06:44 +00:00
Bastian Blank 8aba1e7ed9 * debian/patches/bugfix/ia64/hardcode-arch-script-output.patch,
debian/patches/debian/drivers-ata-ata_piix-postpone-pata.patch: Fix.
* debian/patches/bugfix/drivers-bus_to_virt.patch,
  debian/patches/bugfix/forcedeth-napi-broken.patch,
  debian/patches/features/alpha/isa-mapping-support.patch: Remove.
* debian/patches/series/1~experimental.1: Remove old patches.

svn path=/dists/trunk/linux-2.6/; revision=10183
2008-01-25 08:33:54 +00:00
Bastian Blank 896bb510a1 * debian/patches/debian/dfsg/drivers-media-video-dabus-license.patch:
Move from
  debian/patches/bugfix/0001-USB-dabfirmware.h-add-missing-license.patch.
* debian/patches/series/orig-0: Apply license change.

svn path=/dists/trunk/linux-2.6/; revision=9998
2007-12-21 11:15:16 +00:00
Maximilian Attems f78e4ac34d Revert "Revert revision 9953."
funny useless revertwar on a good news bsd license.
happy git user :)

This reverts commit e718b6b9c19bfea40c0953eaee2f1cdc8679b463.

svn path=/dists/trunk/linux-2.6/; revision=9955
2007-12-14 12:31:18 +00:00
Bastian Blank f005f969d8 Revert revision 9953.
svn path=/dists/trunk/linux-2.6/; revision=9954
2007-12-14 11:57:21 +00:00
Maximilian Attems adc0f555b8 Revert "Revert revisions 9950 and 9951. Readds undistributable code."
no valuable reason given for the revert, over and out.

This reverts commit 64be4bc9527aefb650463684193b22d4b9d58a21.

svn path=/dists/trunk/linux-2.6/; revision=9953
2007-12-13 22:26:38 +00:00
Bastian Blank 801bf4943d Revert revisions 9950 and 9951. Readds undistributable code.
svn path=/dists/trunk/linux-2.6/; revision=9952
2007-12-13 17:06:28 +00:00
Maximilian Attems 3bd6de661c Reenable DABUSB as firmware is BSD licensed.
svn path=/dists/trunk/linux-2.6/; revision=9950
2007-12-13 12:53:06 +00:00
Bastian Blank 5a18dc10c4 debian/patches/debian/kernelvariables.patch: Add documentation.
svn path=/dists/trunk/linux-2.6/; revision=9873
2007-12-04 14:11:47 +00:00
Bastian Blank 248ba7bd13 * debian/changelog: Set version to 2.6.24~rc4-1~experimental.1.
* debian/patches/debian/kernelvariables.patch: Fix.
* debian/patches/series/1~experimental.1: Disable broken patches.

svn path=/dists/trunk/linux-2.6/; revision=9872
2007-12-04 14:08:29 +00:00
Bastian Blank 8874969d02 * debian/patches/debian/kernelvariables.patch: Fix.
* debian/patches/series/1~experimental.1: Reenable patches.

svn path=/dists/trunk/linux-2.6/; revision=9832
2007-11-29 11:12:14 +00:00
Maximilian Attems 64ebfcf048 fix wrong reportoldconfig merge
svn path=/dists/trunk/linux-2.6/; revision=9777
2007-11-26 21:19:43 +00:00
Maximilian Attems 25701f1fa9 rebase to 2.6.24-rc3
kill all the stable patches, my backports, comment the rest
dfsg stuff need rebase too for orig tarball generation
(dgrs gone, atm Kconfig changes)

svn path=/dists/trunk/linux-2.6/; revision=9773
2007-11-26 20:55:59 +00:00
Bastian Blank 313b83ed81 * debian/changelog: Update.
* debian/patches/debian/dfsg/drivers-net-tg3-fix-simple.patch: Add.
* debian/patches/series/1~experimental.1: Update.

svn path=/dists/trunk/linux-2.6/; revision=9677
2007-10-25 22:17:50 +00:00
Bastian Blank bc96cb8a5f Remove files before apply the patches.
* debian/patches/debian/dfsg/drivers-net-tg3-mark.patch: Add.
* debian/patches/debian/dfsg/drivers-net-tg3-remove.patch: Update.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9585
2007-09-28 11:09:18 +00:00
Bastian Blank 017b2001f1 * debian/changelog: Update.
* debian/patches/debian/dfsg/files-1: Remove drivers/net/bnx_fw*.
* debian/patches/debian/dfsg/drivers-net-bnx2-disable.patch: Add.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9584
2007-09-28 11:02:52 +00:00
Bastian Blank d1c155c9df debian/patches/debian/dfsg/drivers-net-tg3-remove.patch:
Also remove firmware "license".

svn path=/dists/trunk/linux-2.6/; revision=9582
2007-09-27 21:22:11 +00:00
Bastian Blank ca7c119cf2 * debian/changelog: Update.
* debian/patches/debian/dfsg/files-1: Drop files from drivers/atm.
* debian/patches/debian/dfsg/drivers-atm.patch: Add.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9567
2007-09-26 20:28:59 +00:00
Bastian Blank 3952fbcbd5 * debian/changelog: Update.
* debian/patches/debian/dfsg/files-1: Drop more files.
* debian/patches/debian/dfsg/sound-pci.patch: Update.

svn path=/dists/trunk/linux-2.6/; revision=9565
2007-09-26 20:00:35 +00:00
Bastian Blank e2a5d6f7bc * debian/changelog: Update.
* debian/patches/debian/dfsg/files-1: Drop file.
* debian/patches/debian/dfsg/drivers-scsi-qlogicpti.patch: Add.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9564
2007-09-26 19:54:44 +00:00
Bastian Blank 0d91d4bbb3 * debian/changelog: Update.
* debian/patches/debian/dfsg/files-1: Drop file.
* debian/patches/debian/dfsg/drivers-net-myri.patch: Add.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9563
2007-09-26 19:50:36 +00:00
Bastian Blank d5c6efb09d * debian/changelog: Update.
* debian/patches/debian/dfsg/files-1: Drop files.
* debian/patches/debian/dfsg/drivers-net-hamradio-yam.patch: Add.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9562
2007-09-26 19:46:46 +00:00
Bastian Blank 2f92ccb420 * debian/changelog: Update.
* debian/patches/debian/dfsg/files-1: Drop file.
* debian/patches/debian/dfsg/drivers-media-dvb-ttusb-budget.patch: Add.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9561
2007-09-26 19:43:29 +00:00
Bastian Blank c712f77c70 * debian/changelog: Update.
* debian/patches/debian/dfsg/files-1: Drop drivers/char/ip2.
* debian/patches/debian/dfsg/drivers-char-computone.patch: Add.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9560
2007-09-26 19:40:13 +00:00
Bastian Blank 45b9c6b1af * debian/patches/debian/dfsg/files-1: Drop files from sound/pci.
* debian/patches/debian/dfsg/sound-pci.patch: Add.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9526
2007-09-15 19:18:32 +00:00
Bastian Blank 1fcf7a7eb3 * debian/patches/debian/dfsg/drivers-net-acenic-remove.patch: Add.
* debian/patches/debian/dfsg/files-1: Update.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9525
2007-09-15 19:05:06 +00:00
Bastian Blank 5b09bda981 * debian/patches/debian/dfsg/drivers-net-tg3-remove.patch:
Move from debian/patches/debian/dfsg/drivers-net-tg3.patch.
* debian/patches/debian/dfsg/drivers-usb-serial-keyspan-remove.patch:
  Move from debian/patches/debian/dfsg/drivers-usb-serial-keyspan.patch.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9523
2007-09-15 18:58:21 +00:00
Bastian Blank 217f968454 debian/patches/debian/dfsg/drivers-usb-serial-keyspan.patch:
Only disable the keyspan entry, the source is not removed.

svn path=/dists/trunk/linux-2.6/; revision=9522
2007-09-15 18:47:11 +00:00
Bastian Blank 3cb3c95129 * debian/patches/debian/dfsg/drivers-net-tg3.patch: Add.
* debian/patches/debian/dfsg/files-1: Apply unifdef to tg3.
* debian/patches/series/orig-0: Update.

svn path=/dists/trunk/linux-2.6/; revision=9521
2007-09-15 18:40:02 +00:00
Bastian Blank 71134716f8 debian/patches/debian/dfsg/files-1: Sort entries.
svn path=/dists/trunk/linux-2.6/; revision=9519
2007-09-15 18:20:25 +00:00
Bastian Blank ba26896546 * debian/lib/python/debian_linux/patches.py: Split file listing in suboperations.
* debian/patches/debian/dfsg/files-1: Update.

svn path=/dists/trunk/linux-2.6/; revision=9517
2007-09-15 17:50:59 +00:00
Bastian Blank 338eb8b896 debian/patches/debian/dfsg/files-1: Drop one maybe IETF file.
svn path=/dists/trunk/linux-2.6/; revision=9516
2007-09-15 16:33:52 +00:00
Bastian Blank 696ff417a3 * debian/bin/genorig.py: Apply debian patch.
* debian/lib/python/debian_linux/debian.py: Export dfsg version.
* debian/lib/python/debian_linux/patches.py: Add.
* debian/patches/debian/dfsg/drivers-media-video-dabus.patch,
  debian/patches/debian/dfsg/drivers-net-dgrs.patch,
  debian/patches/debian/dfsg/drivers-net-tokenring-3c359-smctr.patch: Fix.
* debian/patches/series/orig-0: Move from debian/patches/series/orig-1.

svn path=/dists/trunk/linux-2.6/; revision=9504
2007-09-12 12:27:17 +00:00