Commit Graph

3127 Commits

Author SHA1 Message Date
Ian Campbell ef9299159e [armel/hf] disable virtio for specific armel flavours
Instead of overriding the global default in kernelarch-arm disable virtio on
those armel flavours which do not want it (which is all but vexpress). This
allows the armmp flavours to pickup the global default.

No change to any of the eventual .config files.

svn path=/dists/sid/linux/; revision=21412
2014-06-08 17:06:50 +00:00
Ian Campbell 6a7c0fe64e [arm64] Update modules included in installer udebs.
- Enable input
- Correct nic-modules and scsi-modules, no PCI on this platform yet.

svn path=/dists/sid/linux/; revision=21408
2014-06-07 07:41:57 +00:00
Ian Campbell ace97ec8c9 [armhf/armmp] Enable VIRTIO_BALLOON and VIRTIO_PCI (Closes: #750742)
svn path=/dists/sid/linux/; revision=21407
2014-06-07 07:41:54 +00:00
Ben Hutchings 5ce668d894 Fix/ignore ABI changes in 3.14.5 as appropriate
- Revert the struct net_device lockdep changes
- Revert the sock_diag_put_filterinfo() parameter change
- Revert the removal from struct scsi_target and hide the compatible
  type change from genksyms
- Hide the change to struct nf_ct_ext from genksyms and limit its
  effect to modules that actually use it
- Ignore the vsock_core_init() change


svn path=/dists/sid/linux/; revision=21370
2014-06-01 22:42:19 +00:00
Ian Campbell df5e9abf74 arm64: Add some NIC drivers and virtio udebs
Used for vexpress/qemu/fastmodel.

svn path=/dists/sid/linux/; revision=21365
2014-05-31 10:34:06 +00:00
Ian Campbell 235e811596 [arm64] Initial kernel configuration and packaging.
svn path=/dists/sid/linux/; revision=21356
2014-05-22 18:23:45 +00:00
Ben Hutchings 305707cce8 Ignore matroxfb ABI changes even when it's built-in
It is on several architectures; thankfully I caught this on powerpc.

svn path=/dists/sid/linux/; revision=21338
2014-05-14 00:40:44 +00:00
Ben Hutchings 99d726c577 Instead of bumping ABI for powerpc, disable JUMP_LABEL for powerpc/powerpc64
svn path=/dists/sid/linux/; revision=21337
2014-05-14 00:33:02 +00:00
Ben Hutchings dde57c671d Fix/avoid ABI changes
svn path=/dists/sid/linux/; revision=21333
2014-05-13 17:55:06 +00:00
Ben Hutchings a8cd1046ef [armhf] Enable various drivers to support BeagleBone Black (Closes: #747364)
svn path=/dists/sid/linux/; revision=21330
2014-05-13 16:09:35 +00:00
Ben Hutchings 7dbaa3f202 [hppa/parisc64-smp] ipmi: Enable IPMI_HANDLER, IPMI_DEVICE_INTERFACE, IPMI_SI, IPMI_WATCHDOG, IPMI_POWEROFF as modules (Closes: #747482)
svn path=/dists/sid/linux/; revision=21329
2014-05-13 16:04:54 +00:00
Ben Hutchings 9597a9899f [armhf] Enable IR_GPIO_CIR as module (Closes: #747762)
svn path=/dists/sid/linux/; revision=21328
2014-05-13 15:59:22 +00:00
Ben Hutchings 2599615276 [powerpc,ppc64] Add versioned build-dependency on gcc-4.8
Compiler changes have resulted in a different kernel module ABI.
[powerpc] Bump ABI to 1a as 3.14.2-1 was built with an older compiler.

svn path=/dists/sid/linux/; revision=21327
2014-05-13 15:57:45 +00:00
Ben Hutchings 653dca30c5 Update to 3.14.3
Refresh context in 2 rt patches.
Ignore removal of an IB symbol that probably isn't needed OOT.

svn path=/dists/sid/linux/; revision=21318
2014-05-11 18:56:22 +00:00
Ben Hutchings 7e42304dd4 [ppc64el] Build a linux-libc-dev package (Closes: #747367)
svn path=/dists/sid/linux/; revision=21306
2014-05-09 01:50:30 +00:00
Ben Hutchings 2d536d1527 [or1k] Build a linux-libc-dev package (Closes: #746309)
svn path=/dists/sid/linux/; revision=21289
2014-05-01 00:53:22 +00:00
Ben Hutchings 2e05cf18be Set ABI to 1
svn path=/dists/trunk/linux/; revision=21275
2014-04-28 14:46:31 +00:00
Ben Hutchings a2a6a1fe3e [armhf] Enable more Allwinner/sunxi drivers (Closes: #745972)
- spi: sunxi: Add Allwinner A31 SPI controller driver
- ARM: dt: sun4i: Add A10 SPI controller nodes
- PHY: sunxi: Add driver for sunxi usb phy
- ARM: sun4i: dt: Add USB host bindings
- Enable PHY_SUN4I_USB, RTC_DRV_SUNXI, SPI_SUN6I, USB_EHCI_HCD_PLATFORM,
  USB_OHCI_HCD_PLATFORM and CONFIG_SUNXI_WATCHDOG as modules


svn path=/dists/trunk/linux/; revision=21273
2014-04-27 13:46:49 +00:00
Ben Hutchings 68b80a295e [armhf] Enable RTC_DRV_SUNXI, USB_EHCI_HCD_PLATFORM, USB_OHCI_HCD_PLATFORM and CONFIG_SUNXI_WATCHDOG as modules
svn path=/dists/trunk/linux/; revision=21272
2014-04-27 13:27:52 +00:00
Ben Hutchings 2465c4c2e3 Reorganise sparc config files
sparc/config is shared with sparc64, so move it to
kernelarch-sparc/config where it will be automatically used for both
of them.

sparc/config.sparc64 and sparc/config.sparc64-smp are also shared, so
move them to kernelarch-sparc/config-up and
kernelarch-sparc/config-smp respectively.


svn path=/dists/trunk/linux/; revision=21267
2014-04-24 03:24:37 +00:00
Ben Hutchings 3704f49e29 Reorganise s390 config files
s390x/config is shared with s390, so move it to kernelarch-s390/config
where it will be automatically used for both of them.

s390x/config.s390x is also shared, so move it to
kernelarch-s390/config-arch-64.


svn path=/dists/trunk/linux/; revision=21266
2014-04-24 03:14:19 +00:00
Ben Hutchings beca0a507f Reorganise common powerpc config files
powerpc/config is shared by powerpc, powerpcspe and ppc64, so move
it to kernelarch-powerpc/config where it will be automatically used
for all of them.

powerpc/config.powerpc64 is also used by ppc64, so move it to
kernelarch-powerpc/config-arch-64.

powerpcspe has only one flavour, so rename its config file to config.

svn path=/dists/trunk/linux/; revision=21265
2014-04-24 02:46:03 +00:00
Ian Campbell 5c8f84221c [armhf] Backport sunxi AHCI and GMAC drivers from v3.15-rc1
svn path=/dists/trunk/linux/; revision=21258
2014-04-21 15:52:21 +00:00
Ben Hutchings da27d6543d [x86] Enable X86_INTEL_LPSS (Closes: #745331)
svn path=/dists/trunk/linux/; revision=21256
2014-04-21 12:26:09 +00:00
Ben Hutchings d37c253865 Merge install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image rules
The filename of the kernel image to be installed, and the stem of the
installed name, varies between architectures, so we define several
different rules to install it for different sets of architectures.
However the basic fact that we need to install this file in /boot does
not.

We also duplicate this name information in gencontrol.py and in
debian/config/{armel,armhf,sh4}/defines (used by buildcheck.py).

To address this:

* Define [image]install-stem and [build]image-file for each architecture
* Copy these settings to make-flags in gencontrol.py
* Copy [image]install-stem to the image-stem template variable in
  gencontrol.py
* Replace the per-architecture rules with a single rule using those
  make-flags

The per-architecture rules for ARM and PowerPC also installed DTB
and DTS files, respectively.  Include those commands in the single
rule with appropriate conditions around them.


svn path=/dists/trunk/linux/; revision=21253
2014-04-21 01:28:25 +00:00
Ben Hutchings 9b217501df Move image-file definitions from flavour to arch level
The image-file path could potentially vary between flavours but
currently doesn't.  buildcheck.py works either way.

svn path=/dists/trunk/linux/; revision=21251
2014-04-20 22:43:24 +00:00
Ben Hutchings a2e93f6c4f [rt] Update to 3.14.0-rt1 and reenable
svn path=/dists/trunk/linux/; revision=21244
2014-04-16 23:10:15 +00:00
Ben Hutchings 013ff4de45 [armhf] Enable SECURITY_APPARMOR, SECURITY_TOMOYO
These were disabled for armel in 3.2.1-1 due to size concerns, but
the armel config (now in kernelarch-arm) is shared by armhf.  Move
the overrides into a new armel-specific config.

svn path=/dists/trunk/linux/; revision=21231
2014-04-14 01:07:22 +00:00
Ben Hutchings 0206509812 [armel] Disable ixp4xx flavour (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=21230
2014-04-14 01:04:22 +00:00
Ben Hutchings a0142417c0 Fold debian/config/armel/config-tiny into config.ixp4xx
Now that iop32x is gone, only ixp4xx needs these overrides.

svn path=/dists/trunk/linux/; revision=21229
2014-04-14 00:55:58 +00:00
Ben Hutchings 41e81b2bf0 Move common ARM config symbols from armel/config to kernelarch-arm/config
It is inconsistent and potentially surprising that armhf uses
armel/config as well as armhf/config.  Move the common config into a
new kernelarch-arm directory.

While we're at it, remove some redundant lines from both files.

svn path=/dists/trunk/linux/; revision=21221
2014-04-09 03:00:10 +00:00
Ben Hutchings a254073717 drm: Enable DRM_LOAD_EDID_FIRMWARE (Closes: #728275)
svn path=/dists/trunk/linux/; revision=21220
2014-04-09 02:32:45 +00:00
Ben Hutchings 15b4337dc4 mtd: Enable MTD_NAND_ECC_BCH (Closes: #743933)
svn path=/dists/trunk/linux/; revision=21219
2014-04-09 02:28:06 +00:00
Ben Hutchings 11de119c8a Explicitly set various config symbols to their default values
svn path=/dists/trunk/linux/; revision=21218
2014-04-09 02:02:22 +00:00
Ben Hutchings 7e9dbb11ba Explicitly disable CONFIG_SENSORS_IT87 by default and remove redundant disabling in flavour/arch configurations
svn path=/dists/trunk/linux/; revision=21217
2014-04-08 19:36:23 +00:00
Ben Hutchings 5347f986e5 Remove redundant disabling of CONFIG_MTD_NAND_ECC_SMC in flavour configurations
svn path=/dists/trunk/linux/; revision=21216
2014-04-08 19:32:49 +00:00
Ben Hutchings 40bb5a4cb2 Explicitly set various config symbols to their default values
svn path=/dists/trunk/linux/; revision=21214
2014-04-08 01:54:46 +00:00
Ben Hutchings 5bf2cce65f Set ABI name to 3.14-trunk
svn path=/dists/trunk/linux/; revision=21201
2014-03-31 12:14:15 +00:00
Ben Hutchings 8144eb1409 nftables: Enable various layer 3 protocol modules (Closes: #742763)
svn path=/dists/trunk/linux/; revision=21196
2014-03-28 00:22:33 +00:00
Ben Hutchings d2294cfc0c Explicitly set default values for various config symbols
svn path=/dists/trunk/linux/; revision=21130
2014-03-07 03:36:23 +00:00
Ben Hutchings 4d8500fb95 Update config for renaming and splitting of various symbols
CONFIG_IP6_NF_MATCH_HL was replaced by CONFIG_NETFILTER_XT_MATCH_HL
(years ago!) but kept around for compatibility.  Set the latter
directly.

Similarly for CONFIG_IP6_NF_TARGET_HL and CONFIG_NETFILTER_XT_TARGET_HL
(which we already explicitly set).

CONFIG_NETPRIO_CGROUP was renamed to CONFIG_CGROUP_NET_PRIO with
no such care for compatibility.

CONFIG_VIDEO_EM28XX was split with some code now dependent on
CONFIG_VIDEO_EM28XX_V4L2 which doesn't default to y.

svn path=/dists/trunk/linux/; revision=21129
2014-03-07 03:06:53 +00:00
Ben Hutchings 80205fe93b Enable various new drivers and features
svn path=/dists/trunk/linux/; revision=21128
2014-03-07 02:58:35 +00:00
Ben Hutchings 6bb5bc0691 mm: Enable ZSMALLOC as built-in, ZRAM as module (Closes: #676779)
These have been promoted out of staging so hopefully they're really
portable now.

Keep them disabled on armel/{ixp4xx,orion5x} due to size constraints.

svn path=/dists/trunk/linux/; revision=21127
2014-03-07 02:14:00 +00:00
Ben Hutchings b43f3e5e31 [x86] Enable CHROME_PLATFORMS and re-enable CHROMEOS_LAPTOP as module (Closes: #740042)
svn path=/dists/sid/linux/; revision=21112
2014-02-25 14:28:57 +00:00
Ben Hutchings f9344cb5f5 [powerpc] Change I2C_POWERMAC from module to built-in (Closes: #713943)
svn path=/dists/sid/linux/; revision=21110
2014-02-24 00:14:40 +00:00
Ben Hutchings 5635cc36b1 Merge changes from sid (3.12) branch up to 3.12.9-1
Rebase the xhci revert on top of the new (and apparently incomplete)
fixes.

svn path=/dists/sid/linux/; revision=21108
2014-02-23 23:51:53 +00:00
Ben Hutchings 8195ecfc86 [armhf] net/wireless: Really enable WL_TI and dependent modules
svn path=/dists/sid/linux/; revision=21083
2014-02-22 19:22:55 +00:00
Ben Hutchings 2322a92acb Set ABI to 1
svn path=/dists/sid/linux/; revision=21056
2014-02-22 11:54:53 +00:00
Ben Hutchings a859dec005 [hppa] Update configuration, thanks to Helge Deller (Closes: #738487)
svn path=/dists/trunk/linux/; revision=21049
2014-02-18 12:37:46 +00:00
Ben Hutchings ebb5e47063 [x86] Enable I2C_DESIGNWARE_PLATFORM as module (Closes: #737163)
svn path=/dists/trunk/linux/; revision=21014
2014-02-02 00:48:10 +00:00