Commit Graph

12422 Commits

Author SHA1 Message Date
Ben Hutchings fc4d14f63f test-patches: Set default number of jobs to number of available processors
With the current default of 1, most users are going to be kept waiting
unncessarily.
2017-02-08 02:05:30 +00:00
Ben Hutchings bd4315df9c test-patches: Use the pkg.linux.notools build profile
test-patches never builds tools, and this greatly reduces the
build-dependencies.
2017-02-07 23:47:20 +00:00
Ben Hutchings fb27baab98 pegasus: Use heap buffers for all register access (Closes: #852556) 2017-02-07 01:44:24 +00:00
Ben Hutchings abd788f1da cpumask: use nr_cpumask_bits for parsing functions (Closes: #848682) 2017-02-07 01:40:13 +00:00
Ben Hutchings a6f6ce057f [rt] Update to 4.9.6-rt4 2017-02-07 00:55:55 +00:00
Ben Hutchings bfd586db54 aufs: Update support patchset to aufs4.9-20170206 2017-02-07 00:48:26 +00:00
Ben Hutchings 6a7f3d6b71 aufs: Update support patchset to aufs4.x-rcN-20170206 2017-02-07 00:47:34 +00:00
Ben Hutchings 63ef596c74 Update to 4.10-rc7 2017-02-07 00:39:58 +00:00
Ben Hutchings 6dfab36dd8 Update to 4.9.8 2017-02-06 15:59:29 +00:00
Roger Shimizu 72280e2b29 [armel] ARM: orion5x: fix Makefile for linkstation-lschl.dtb 2017-02-06 07:26:38 +09:00
Ben Hutchings 7eec246dc0 Update to 4.9.7
Drop patches applied upstream.
2017-02-03 13:51:44 +00:00
Riku Voipio 701bf4b244 Revert efistub changes, Closes: #853170
[benh: Update changelog]
2017-02-03 03:51:48 +00:00
Ben Hutchings 3af020874b Prepare to release linux (4.10~rc6-1~exp2). 2017-02-02 03:44:51 +00:00
Ben Hutchings 6da646ca30 [armel] Adjust configuration to reduce image size (fixes FTBFS) 2017-02-02 03:44:43 +00:00
Ben Hutchings 84e53d21c3 debian/control: Fix compiler build-dependencies for cross-building
gcc cross-compilers *do* now have Multi-Arch: foreign, so we have
to take the :native qualfiication off again.
2017-02-02 02:36:49 +00:00
Ben Hutchings aca7f25415 [ppc64el] Disable IBMEBUS; this bus does not exist on POWER8 systems
In 4.10 its dependencies are changed accordingly.  We might as well
disable it here as well.

Also explicitly disable EHEA, which depends on IBMEBUS, and exclude
ehea from nic-modules.
2017-02-02 00:53:44 +00:00
Ben Hutchings 8dede6cae9 [ppc64el] Explicitly limit IBMEBUS, EHEA to big-endian configurations
From 4.10, IBMEBUS cannot be enabled in little-endian configurations
and EHEA depends on it.  Adjust our configuration so it's obvious
we don't intend otherwise.
2017-02-01 23:54:24 +00:00
Ben Hutchings fd8856b5ca [ppc64el] udeb: Exclude ehea from nic-modules
It depends on IBMEBUS which can no longer be enabled on this
architecture as the bus isn't present in POWER8 systems.
2017-02-01 23:54:02 +00:00
Ben Hutchings 1ca7f0fad2 [powerpc*] Fix missing CRC for _mcount 2017-02-01 23:53:37 +00:00
Ben Hutchings 000457eb03 [powerpc*] Revert the initial stack protector support
Fixes build failure on ppc32 (or one reason for it) and boot failure on
ppc64.
2017-02-01 23:51:09 +00:00
Ben Hutchings 9805479fdb [sparc64] topology_64.h: Fix condition for including cpudata.h
This might fix the FTBFS, but as I can't currently do a test build
I'm not sure.
2017-02-01 23:50:15 +00:00
Ben Hutchings cebb2af7dd [s390x] Un-revert upstream change moving exports to assembly sources
s390 now has <asm/asm-prototypes.h>, so exports from asm should have
versions.  It also gained another EXPORT_SYMBOL() in asm that we
didn't revert, leading to FTBFS.
2017-02-01 23:49:39 +00:00
Roger Shimizu 3ddefd2502 Update Origin URL of patches for armel ls-chl device 2017-02-01 23:34:03 +09:00
Ben Hutchings 723c39261d Merge remote-tracking branch 'alioth/master' 2017-02-01 00:36:13 +00:00
Ben Hutchings 63915af674 Prepare to release linux (4.10~rc6-1~exp1). 2017-01-31 15:33:20 +00:00
Ben Hutchings 3c80d83bb1 linux-doc: Copy source to build directory
This is necessary to avoid creating files in source directory, which
makes the linux-source package unclean (and unreproducible).

Firstly, Python creates bytecode files alongside the module sources.
We can and do exclude those, though.

Secondly, starting with 4.10, Documentation/media/Makefile converts
from dot to SVG and from SVG to PDF in the source directory.  These
can't easily be excluded, as SVG is also used as a source format.
2017-01-31 15:32:40 +00:00
Roger Shimizu 4dea4334b6 Add more files into list of GPL/X11 Dual License 2017-01-31 08:53:22 +09:00
Roger Shimizu deefa3898c debian/copyright: Fix typo in title of GPL/X11 Dual License 2017-01-31 07:59:21 +09:00
Ben Hutchings 90c2b44bab debian/control: Add build-dependency on graphviz for documentation 2017-01-30 20:31:24 +00:00
Ben Hutchings 20f61fd51d linux-doc: Fix up symlinks to gzipped docs
Some files are moving around under Documentation and being replaced
with symlinks.

gzip -r doesn't even check for symlinks, and fails when they're broken
(which happens if the destination was found first).  So use find and
xargs instead, and deal with the symlinks separately.
2017-01-30 17:53:40 +00:00
Ben Hutchings 8d3d6efcde linux-doc: Update documentation file list for 4.10
REPORTING-BUGS moved to Documentation/admin-guide/reporting-bugs.rst
and doesn't need to be listed separately.

Many of the ReST files in Documentation used to be plain-text and
users may want to continue reading them as such, so don't prune
*.rst.
2017-01-30 17:21:50 +00:00
Roger Shimizu 28002f99bf [armel] ARM: dts: orion5x-linkstation-lschl
- Fix model name
- More consistent naming on linkstation series
2017-01-31 02:11:17 +09:00
Ben Hutchings 9c3f98c0c4 cpupower: Fix compiler options for turbostat on 4.10 2017-01-30 16:28:55 +00:00
Ben Hutchings 6b038a62ac Update to 4.10-rc6 2017-01-30 16:28:55 +00:00
Ben Hutchings b476f54cc9 net: Enable SFC_FALCON as module; SFC_FALCON_MTD 2017-01-30 16:28:55 +00:00
Roger Shimizu 1b9aa796be Note adding GPL/X11 Dual License in changelog 2017-01-30 21:26:52 +09:00
Roger Shimizu 4f2114c77e debian/copyright: Add GPL/X11 Dual License
Quite a few Device-Tree files are licensed under GPL/X11 Dual License,
which was not tracked in debian/copyright.

License wording may differ a bit, and there may comes new DTS on every
release, therefore it's almost impossible to make a accurate list.
Here I added the files list that I confirmed which is under GPL/X11
Dual License.
2017-01-30 21:14:58 +09:00
Ben Hutchings 855efa4b7b Merge remote-tracking branch 'alioth/sid' into sid
Bump the changelog version (again) for the unreleased changes.
2017-01-28 22:48:16 +00:00
Ben Hutchings e09f27e767 btree,musb,st_sensors: Ignore ABI changes (fixes FTBFS on armel,armhf) 2017-01-28 16:11:50 +00:00
Ben Hutchings f988285e04 netfilter: Fix kconfig values for NF_CT_PROTO_{DCCP,SCTP,UDPLITE}
These are now boolean options for the nf_conntrack module, rather than
tristates for separate modules.
2017-01-28 03:42:12 +00:00
Ben Hutchings 7026519c06 Move inline comment about CONFIG_ADB_IOP onto the previous line
We don't really support inline comments, and this only worked by chance.
2017-01-28 03:39:26 +00:00
Ben Hutchings 102debee60 [mips*/octeon] Comment why CONFIG_OCTEON_MMC is in the kconfig 2017-01-28 03:33:16 +00:00
Ben Hutchings 53bb17428c Move inline comment about CONFIG_ADB_IOP onto the previous line
We don't really support inline comments, and this only worked by chance.
2017-01-28 02:34:27 +00:00
Ben Hutchings ed41b63580 [arm64] Enable more Meson drivers
As requested in #852132 for 4.10.
2017-01-28 01:40:45 +00:00
Ben Hutchings 6adadc8ec6 Release linux (4.9.6-2).
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAliL3k0ACgkQ57/I7JWG
 EQlmog/8D/DowVsxEjNdiHAewH7HUyqdADkCRkeqsmKgCtZEmvEaYE0RijZzGDhm
 Ge4PxOzhLE/DRxJF2gN8y0hIVOnigje9qYN5OBdgB/FNNKThL6ARwiu2LD6DYcwU
 +Lu6g8iHqsKHZ+NllHEiiwJ4rR39qf3Tkzz5cgm4jEi+5IjnoefOhaFhyPzBkz8i
 p6fWklEhev8+lQ1sW9gF94p3t0dOp/31TWACagRQronrTtT2xAzdrR5ESPTo6FFg
 gtcfqoB7AYA4LTuzoKIQRgGLsgKk73iLPF874ZuK9g/+4Z2lF9NBbwve3O0qYKCy
 NERddjjx9QEf4cjToqAii10AzAfuBFDG/b77ZscREwysUwMhkz47ADefu5v1P2kJ
 XdL/sJ/nXyhItV/VK8ym9lg4jAA8K5UOjn+8RtWBTE8091N7y7kyNHTQ4SppySIZ
 Ow+NsWkMd+WYxkdGPSYc7nHthhVRvfC9C4cxamn9en+MNmakMgJcOZTxS4/gcTvx
 DMCWGmEJrD5Bu3m9GrJzwfaXteWxMYihsq9ofjXeaeYqxgXZ62GuxMeRq3kBOhSw
 H9MUITkqfsjcg7eAz8elFhRvrurlVUWFsSCGr4Fd1Tv9zrFw8OXNRrApy4UQOQ4x
 Uw5AcA/3ZA3QCPsOuU8ENES57vJb+D3E/LZZJdTktVLUcoxA0tA=
 =C8FJ
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.9.6-2'
2017-01-28 01:19:31 +00:00
Ben Hutchings 21820614f6 Merge remote-tracking branch 'alioth/sid' into sid
Bump the changelog version for the unreleased changes.
2017-01-27 23:58:22 +00:00
Ben Hutchings ceaee3f154 linux-cpupower: Use dh-exec architecture filtering for x86-specific files
Listing usr/sbin in linux-cpupower.install caused FTBFS on !x86 as
cpupower itself doesn't install anything there.  Do the architecture
filtering in the debhelper lists instead of complicating
debian/rules.real further.
2017-01-27 22:10:56 +00:00
Riku Voipio bb91742cb9 [arm64,armhf,x86] usb: gadget: Enable configfs and mot useful legacy functions
If CONFIG_USB_GADGET is selected, enable all configfs functions as
modules and most popular legacy modules (ethernet and serial).
g_nokia left as armhf specific (Nokia N900 tradition)

[benh: Changed subject line]
2017-01-27 21:10:08 +00:00
Ben Hutchings 079c50f68a [arm64] Enable KEXEC (Closes: #852747) 2017-01-27 18:21:33 +00:00
Ben Hutchings 840d5e6afd [or1k] Remove configuration, as the port has been abandoned 2017-01-27 18:20:49 +00:00