All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 PATCH 0/9] kernel: version updates
@ 2014-12-10 14:16 Bruce Ashfield
  2014-12-10 14:16 ` [PATCH 1/9] linux-yocto/3.17: update to v3.17.1 Bruce Ashfield
                   ` (9 more replies)
  0 siblings, 10 replies; 25+ messages in thread
From: Bruce Ashfield @ 2014-12-10 14:16 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard,

Here are the pending series of kernel updates. I've kept the commits to the
granulatary that I did the version bumps, since they represent known good
working points in time.

Nothing too exciting, these are standard kernel -stable updates (and the
typical lttng build fix for a tracepoint changing).

The only item of note is that the 3.14 tree now has LTSI content merged into
a dedicated branch and also into all BSPs.

I've built this everywhere that I can, and I still have more builds running,
but there's no sense sitting on this longer .. so I'm sending it out now, and
will monitor for any issues that pop up.

Changelog:

v1 -> v2: updated the pull request to have the contrib branch, and one
          new commit on linux-yocto_3.14's meta branch (LTSI bug fix)

Cheers,

Bruce

The following changes since commit 88dfcbf149dda89277e58ae4ec3a87500624cfff:

  kernel-yocto: make sure git tags get dereferenced properly in do_patch() (2014-12-10 08:12:56 -0500)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib HEAD

for you to fetch changes up to 4be985be419f06f18c735d72ac4a4d00fea71dd8:

  linux-yocto/3.14: update to 3.14.26, integrate ltsi and -rt updates (2014-12-10 08:38:49 -0500)

Bruce Ashfield (9):
  linux-yocto/3.17: update to v3.17.1
  linux-libc-headers: update to 3.17
  linux-yocto/3.17: update to v3.17.2
  linux-yocto/3.10: update to v3.10.59
  linux-yocto/3.14: update to v3.14.24
  lttng-modules: fix mm_compaction_isolate_template build
  linux-yocto/3.17: update to v3.17.6
  linux-yocto/3.10: update to v3.10.62
  linux-yocto/3.14: update to 3.14.26, integrate ltsi and -rt updates

 meta/conf/distro/include/tcmode-default.inc        |  2 +-
 .../linux-libc-headers/linux-libc-headers_3.16.bb  |  7 ----
 .../linux-libc-headers/linux-libc-headers_3.17.bb  |  7 ++++
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |  8 ++---
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |  8 ++---
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 18 +++++-----
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      | 18 +++++-----
 meta/recipes-kernel/linux/linux-yocto_3.17.bb      | 18 +++++-----
 ...-fix-mm_compaction_isolate_template-build.patch | 41 ++++++++++++++++++++++
 meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb   |  1 +
 13 files changed, 94 insertions(+), 52 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.16.bb
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/compaction-fix-mm_compaction_isolate_template-build.patch

-- 
2.1.0



^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH 0/9] kernel: version updates
@ 2014-12-10 10:38 Bruce Ashfield
  2014-12-10 10:38 ` [PATCH 2/9] linux-libc-headers: update to 3.17 Bruce Ashfield
  0 siblings, 1 reply; 25+ messages in thread
From: Bruce Ashfield @ 2014-12-10 10:38 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard,

Here are the pending series of kernel updates. I've kep the commits to the
granulatary that I did the version bumps, since they represent known good
working points in time.

Nothing too exciting, these are standard kernel -stable updates (and the
typical lttng build fix for a tracepoint changing).

The only item of note is that the 3.14 tree now has LTSI content merged into
a dedicated branch and also into all BSPs.

I've built this everywhere that I can, and I still have more builds running,
but there's no sense sitting on this longer .. so I'm sending it out now, and
will monitor for any issues that pop up.

Cheers,

Bruce

Bruce Ashfield (9):
  linux-yocto/3.17: update to v3.17.1
  linux-libc-headers: update to 3.17
  linux-yocto/3.17: update to v3.17.2
  linux-yocto/3.10: update to v3.10.59
  linux-yocto/3.14: update to v3.14.24
  lttng-modules: fix mm_compaction_isolate_template build
  linux-yocto/3.17: update to v3.17.6
  linux-yocto/3.10: update to v3.10.62
  linux-yocto/3.14: update to 3.14.26, integrate ltsi and -rt updates

 meta/conf/distro/include/tcmode-default.inc        |  2 +-
 .../linux-libc-headers/linux-libc-headers_3.16.bb  |  7 ----
 .../linux-libc-headers/linux-libc-headers_3.17.bb  |  7 ++++
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |  8 ++---
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |  8 ++---
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 18 +++++-----
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      | 18 +++++-----
 meta/recipes-kernel/linux/linux-yocto_3.17.bb      | 18 +++++-----
 ...-fix-mm_compaction_isolate_template-build.patch | 41 ++++++++++++++++++++++
 meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb   |  1 +
 13 files changed, 94 insertions(+), 52 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.16.bb
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/compaction-fix-mm_compaction_isolate_template-build.patch

-- 
2.1.0



^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2014-12-18 23:48 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-10 14:16 [v2 PATCH 0/9] kernel: version updates Bruce Ashfield
2014-12-10 14:16 ` [PATCH 1/9] linux-yocto/3.17: update to v3.17.1 Bruce Ashfield
2014-12-10 14:16 ` [PATCH 2/9] linux-libc-headers: update to 3.17 Bruce Ashfield
2014-12-18 17:13   ` Burton, Ross
2014-12-18 17:39     ` Bruce Ashfield
2014-12-18 18:41       ` Bruce Ashfield
2014-12-18 20:46       ` Burton, Ross
2014-12-18 23:48         ` Burton, Ross
2014-12-10 14:16 ` [PATCH 3/9] linux-yocto/3.17: update to v3.17.2 Bruce Ashfield
2014-12-10 14:16 ` [PATCH 4/9] linux-yocto/3.10: update to v3.10.59 Bruce Ashfield
2014-12-10 14:16 ` [PATCH 5/9] linux-yocto/3.14: update to v3.14.24 Bruce Ashfield
2014-12-10 14:16 ` [PATCH 6/9] lttng-modules: fix mm_compaction_isolate_template build Bruce Ashfield
2014-12-10 14:16 ` [PATCH 7/9] linux-yocto/3.17: update to v3.17.6 Bruce Ashfield
2014-12-10 14:16 ` [PATCH 8/9] linux-yocto/3.10: update to v3.10.62 Bruce Ashfield
2014-12-10 14:16 ` [PATCH 9/9] linux-yocto/3.14: update to 3.14.26, integrate ltsi and -rt updates Bruce Ashfield
2014-12-10 15:02 ` [v2 PATCH 0/9] kernel: version updates Burton, Ross
2014-12-11  8:31   ` Bruce Ashfield
2014-12-11 13:58     ` Richard Purdie
2014-12-11 14:56       ` Richard Purdie
2014-12-11 15:26         ` Bruce Ashfield
2014-12-11 15:35           ` Burton, Ross
2014-12-11 21:21             ` Bruce Ashfield
2014-12-11 16:45         ` Tom Zanussi
2014-12-11 19:54           ` Tom Zanussi
  -- strict thread matches above, loose matches on Subject: below --
2014-12-10 10:38 [PATCH " Bruce Ashfield
2014-12-10 10:38 ` [PATCH 2/9] linux-libc-headers: update to 3.17 Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.