All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] kernel-yocto: consolidated pull request
@ 2017-01-18 13:54 Bruce Ashfield
  2017-01-18 13:54 ` [PATCH 01/14] linux-libc-headers: introduce 4.9 headers Bruce Ashfield
                   ` (13 more replies)
  0 siblings, 14 replies; 18+ messages in thread
From: Bruce Ashfield @ 2017-01-18 13:54 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

People have been asking about 4.9 and related changes, so I'm resending
my consolidated queue to make the patches visible and available for
merging.

These are 4.9, 4.9-rt, libc-headers, -stable updates, meta data tweaks
and fixes/enhancements for the kern tools.

Cheers,

Bruce

The following changes since commit 63f899a950daf1018999455bafa7a2be8b22f164:

  bitbake: toaster: bin/toaster whitelist TOASTER_DIR (2017-01-17 13:18:47 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (14):
  linux-libc-headers: introduce 4.9 headers
  kernel: introduce linux-yocto v4.9 recipes
  linux-yocto-rt/4.9: add -rt specific patches
  kernel-yocto: tiny features aka Link Time Optimization
  linux-yocto/4.4/4.8/4.9: netfilter: iptables: enable NAT tables
  kernel-yocto: firewire and audio configuration updates
  linux-yocto/4.9: -stable update to v4.9.2
  linux-yocto/4.8: -stable update to v4.8.17
  linux-yocto/4.4: update to v4.4.41
  linux-yocto/4.1: update to v4.1.37
  kern-tools: scc: Fix process_file error check
  linux-yocto/4.8: update to -rt10
  kern-tools: kconf_check: flag CONFIG options with invalid spaces
  linux-yocto/4.9: merge 4.9.3 and ethernet config changes

 meta/conf/distro/include/tcmode-default.inc        |  2 +-
 .../kern-tools/kern-tools-native_git.bb            |  2 +-
 ...bc-headers_4.8.bb => linux-libc-headers_4.9.bb} |  6 +--
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |  6 +--
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |  6 +--
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |  6 +--
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    | 38 +++++++++++++++++++
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |  6 +--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |  6 +--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |  6 +--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  | 25 ++++++++++++
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       | 20 +++++-----
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       | 20 +++++-----
 meta/recipes-kernel/linux/linux-yocto_4.8.bb       | 20 +++++-----
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       | 44 ++++++++++++++++++++++
 15 files changed, 159 insertions(+), 54 deletions(-)
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_4.8.bb => linux-libc-headers_4.9.bb} (64%)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_4.9.bb

-- 
2.5.0



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 00/14] kernel-yocto: consolidated pull request
@ 2025-10-30 17:12 bruce.ashfield
  0 siblings, 0 replies; 18+ messages in thread
From: bruce.ashfield @ 2025-10-30 17:12 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

I've put all of the patches I've sent for 6.17 into this series. The
only new ones are a bump to 6.17.5 (Which also contains some configuration
changes to fix audit warnings for genericarm64) and t he addition of
genericarm64 SRCREVs to the 6.16 and 6.17 appends.

These are against master, I can rebase to master-next as needed (if
some of the older ones merged there that I didn't notice).

If this series works out, we'll remove 6.16 from the tree.

Cheers,

Bruce


The following changes since commit 77348b07ccd98689a15d6b1baf64471953fd557e:

  linux-firmware: drop catch-all QCA package (2025-10-30 11:06:28 +0000)

are available in the Git repository at:

  https://git.yoctoproject.org/poky-contrib zedd/kernel
  https://git.yoctoproject.org/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (14):
  linux-yocto: introduce 6.17 reference kernels
  linux-yocto/6.17: update CVE exclusions (6.17.5)
  linux-yocto/6.17: fix qemuarm config audit warning
  linux-yocto/6.17: unify qemumips (malta) branches
  linux-yocto/6.17: fix rdinit boot warning
  linux-yocto/6.17: update to v6.17.6
  linux-yocto/6.17: update CVE exclusions (6.17.6)
  linux-yocto/6.12: update to v6.12.53
  linux-yocto/6.12: update CVE exclusions (6.12.53)
  linux-yocto/6.12: update to v6.12.55
  linux-yocto/6.12: update CVE exclusions (6.12.55)
  poky: make linux-yocto 6.17 the preferred version
  yocto-bsp/6.16: specify genericarm64 SRCREV
  yocto-bsp/6.17: introduce kernel bbappend

 meta-poky/conf/distro/poky-tiny.conf          |     2 +-
 meta-poky/conf/distro/poky.conf               |     4 +-
 .../linux/linux-yocto_6.16.bbappend           |     1 +
 .../linux/linux-yocto_6.17.bbappend           |    11 +
 .../linux/cve-exclusion_6.12.inc              |   258 +-
 .../linux/cve-exclusion_6.17.inc              | 17698 ++++++++++++++++
 .../linux/linux-yocto-rt_6.12.bb              |     6 +-
 .../linux/linux-yocto-rt_6.17.bb              |    48 +
 .../linux/linux-yocto-tiny_6.12.bb            |     6 +-
 .../linux/linux-yocto-tiny_6.17.bb            |    33 +
 meta/recipes-kernel/linux/linux-yocto_6.12.bb |    28 +-
 meta/recipes-kernel/linux/linux-yocto_6.17.bb |    79 +
 12 files changed, 18146 insertions(+), 28 deletions(-)
 create mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
 create mode 100644 meta/recipes-kernel/linux/cve-exclusion_6.17.inc
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_6.17.bb

-- 
2.39.2



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

end of thread, other threads:[~2025-10-30 17:12 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 13:54 [PATCH 00/14] kernel-yocto: consolidated pull request Bruce Ashfield
2017-01-18 13:54 ` [PATCH 01/14] linux-libc-headers: introduce 4.9 headers Bruce Ashfield
2017-01-18 13:54 ` [PATCH 02/14] kernel: introduce linux-yocto v4.9 recipes Bruce Ashfield
2017-01-18 13:54 ` [PATCH 03/14] linux-yocto-rt/4.9: add -rt specific patches Bruce Ashfield
2017-01-18 13:54 ` [PATCH 04/14] kernel-yocto: tiny features aka Link Time Optimization Bruce Ashfield
2017-01-18 13:54 ` [PATCH 05/14] linux-yocto/4.4/4.8/4.9: netfilter: iptables: enable NAT tables Bruce Ashfield
2017-01-18 13:54 ` [PATCH 06/14] kernel-yocto: firewire and audio configuration updates Bruce Ashfield
2017-01-18 13:54 ` [PATCH 07/14] linux-yocto/4.9: -stable update to v4.9.2 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 08/14] linux-yocto/4.8: -stable update to v4.8.17 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 09/14] linux-yocto/4.4: update to v4.4.41 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 10/14] linux-yocto/4.1: update to v4.1.37 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 11/14] kern-tools: scc: Fix process_file error check Bruce Ashfield
2017-01-18 13:54 ` [PATCH 12/14] linux-yocto/4.8: update to -rt10 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 13/14] kern-tools: kconf_check: flag CONFIG options with invalid spaces Bruce Ashfield
2017-01-19 14:06   ` Burton, Ross
2017-01-19 14:30     ` Bruce Ashfield
2017-01-18 13:54 ` [PATCH 14/14] linux-yocto/4.9: merge 4.9.3 and ethernet config changes Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2025-10-30 17:12 [PATCH 00/14] kernel-yocto: consolidated pull request 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.