2013-07-12 23:39:17

by Luis Chamberlain

[permalink] [raw]
Subject: [ANN] backports-v3.10 released - first release!

Kicked out the first Linux kernel backports release under the new
project name, "backports" that hopefully clarifies this a generic
backport project now. Backported subsystems in this release:

* Ethernet
* Wireless
* Bluetooth
* NFC
* GPU
* Media
* Regulator

Go read the git tree for a full ChangeLog, moving forward I won't be
providing those anymore. The highlights are Johannes Berg's awesome
work on adding full Kconfig support, which makes you can use 'make
menuconfig', and his huge rework of the entire build system, and
kicking us into pythonifying everything non-user / build related.
Other obvious highlights are huge ongoing contributions by Hauke
without which any of this wouldn't have happened. Thierry Escande
threw in NFC, and we also now have Media and Regulator subsystems
backported. We should have now over 830 drivers backported.

Under the new build system users should query 'make help' and 'make
defconfig-help'.

Go download the new release [0] and if you want something more fancy
check out the new shiny but temporary release page [1].

[0] http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.10/backports-3.10-1.tar.bz2
[1] http://drvbp1.linux-foundation.org/~mcgrof/rel-html/backports/

Luis


2013-07-13 00:41:32

by Sven-Haegar Koch

[permalink] [raw]
Subject: Re: [ANN] backports-v3.10 released - first release!

On Fri, 12 Jul 2013, Luis R. Rodriguez wrote:

> Kicked out the first Linux kernel backports release under the new
> project name, "backports" that hopefully clarifies this a generic
> backport project now. Backported subsystems in this release:

> [0] http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.10/backports-3.10-1.tar.bz2

Did you perhaps re-upload the 3.10-rc1 backports archive?

haegar@blackhole:~/src/3.2.0$ tar tvf backports-3.10-1.tar.bz2 | head -n 2
drwxr-xr-x mcgrof/mcgrof 0 2013-05-19 03:06 backports-3.10-rc1-1/
-rw-r--r-- mcgrof/mcgrof 4164 2013-05-18 22:57 backports-3.10-rc1-1/Kconfig.versions
...

$ cat versions
BACKPORTS_VERSION="v3.10-rc1-1-0-g80112f6"
BACKPORTED_KERNEL_VERSION="v3.10-rc1-0-gf722406"
BACKPORTED_KERNEL_NAME="Linux"

c'ya
sven-haegar

--
Three may keep a secret, if two of them are dead.
- Ben F.

2013-07-13 17:03:59

by Luis Chamberlain

[permalink] [raw]
Subject: Re: [ANN] backports-v3.10 released - first release!

On Fri, Jul 12, 2013 at 5:40 PM, Sven-Haegar Koch <[email protected]> wrote:
> On Fri, 12 Jul 2013, Luis R. Rodriguez wrote:
>
>> Kicked out the first Linux kernel backports release under the new
>> project name, "backports" that hopefully clarifies this a generic
>> backport project now. Backported subsystems in this release:
>
>> [0] http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.10/backports-3.10-1.tar.bz2
>
> Did you perhaps re-upload the 3.10-rc1 backports archive?
>
> haegar@blackhole:~/src/3.2.0$ tar tvf backports-3.10-1.tar.bz2 | head -n 2
> drwxr-xr-x mcgrof/mcgrof 0 2013-05-19 03:06 backports-3.10-rc1-1/
> -rw-r--r-- mcgrof/mcgrof 4164 2013-05-18 22:57 backports-3.10-rc1-1/Kconfig.versions
> ...
>
> $ cat versions
> BACKPORTS_VERSION="v3.10-rc1-1-0-g80112f6"
> BACKPORTED_KERNEL_VERSION="v3.10-rc1-0-gf722406"
> BACKPORTED_KERNEL_NAME="Linux"

Indeed. Pushed out -2 release:

https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.10/backports-3.10-2.tar.bz2

Luis