2319 Commits

Author SHA1 Message Date
Andrii Nakryiko
5fd7aeb1a0 BACKPORT: kbuild: add ability to generate BTF type info for vmlinux
This patch adds new config option to trigger generation of BTF type
information from DWARF debuginfo for vmlinux and kernel modules through
pahole, which in turn relies on libbpf for btf_dedup() algorithm.

The intent is to record compact type information of all types used
inside kernel, including all the structs/unions/typedefs/etc. This
enables BPF's compile-once-run-everywhere ([0]) approach, in which
tracing programs that are inspecting kernel's internal data (e.g.,
struct task_struct) can be compiled on a system running some kernel
version, but would be possible to run on other kernel versions (and
configurations) without recompilation, even if the layout of structs
changed and/or some of the fields were added, removed, or renamed.

This is only possible if BPF loader can get kernel type info to adjust
all the offsets correctly. This patch is a first time in this direction,
making sure that BTF type info is part of Linux kernel image in
non-loadable ELF section.

BTF deduplication ([1]) algorithm typically provides 100x savings
compared to DWARF data, so resulting .BTF section is not big as is
typically about 2MB in size.

[0] http://vger.kernel.org/lpc-bpf2018.html#session-2
[1] https://facebookmicrosites.github.io/bpf/blog/2018/11/14/btf-enhancement.html

Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Alexei Starovoitov <ast@fb.com>
Cc: Yonghong Song <yhs@fb.com>
Cc: Martin KaFai Lau <kafai@fb.com>
Change-Id: Id935f6e3ac658d9a92d55acd39e8287c644c941d
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2025-12-28 18:38:08 +05:30
theshaenix
e43adf3e1e Makefile: drop openela extraversion 2025-12-17 20:07:24 +05:30
Vegard Nossum
ad52aa51c8 LTS: Update to 4.14.356
This corresponds to 4.19.323 upstream (v4.19.322..v4.19.323).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:47:06 +05:30
Vegard Nossum
f567ea8ab1 LTS: Update to 4.14.355
This corresponds to 4.19.322 upstream (v4.19.321..v4.19.322).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:43:23 +05:30
Vegard Nossum
721f58555d LTS: Update to 4.14.354
This corresponds to 4.19.321 upstream (v4.19.320..v4.19.321).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:42:12 +05:30
Vegard Nossum
6e3bacb3c5 LTS: Update to 4.14.353
This corresponds to 4.19.320 upstream (v4.19.319..v4.19.320).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:38:15 +05:30
Vegard Nossum
b4d5ae04aa LTS: Update to 4.14.352
This corresponds to 4.19.319 upstream (v4.19.318..v4.19.319).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:36:19 +05:30
Vegard Nossum
26efea85b8 LTS: Update to 4.14.351
This corresponds to 4.19.318 upstream (v4.19.317..v4.19.318).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:35:41 +05:30
Vegard Nossum
4a138d6649 LTS: Update to 4.14.350
This corresponds to 4.19.317 upstream (v4.19.316..v4.19.317).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:34:18 +05:30
Vegard Nossum
3d4627140c LTS: Update to 4.14.349
This corresponds to 4.19.316 upstream (v4.19.315..v4.19.316).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:31:21 +05:30
Vegard Nossum
b6826ab215 LTS: Update to 4.14.348
This corresponds to 4.19.315 upstream (v4.19.314..v4.19.315).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:29:23 +05:30
Vegard Nossum
9f2d3763f3 LTS: Update to 4.14.347
This corresponds to 4.19.314 upstream (v4.19.313..v4.19.314).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:23:07 +05:30
Vegard Nossum
134a71002c LTS: Update to 4.14.346
This corresponds to 4.19.313 upstream (v4.19.312..v4.19.313).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:22:36 +05:30
Vegard Nossum
d670e4a6f8 LTS: Update to 4.14.345
This corresponds to 4.19.312 upstream (v4.19.311..v4.19.312).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:20:43 +05:30
Vegard Nossum
09bc58f6d2 LTS: Update to 4.14.344
This does not correspond to any specific upstream version.

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:09:41 +05:30
Vegard Nossum
bf4e5b32cc LTS: Update to 4.14.343
This corresponds to 4.19.311 upstream (v4.19.310..v4.19.311).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:04:29 +05:30
Vegard Nossum
3abe62353a LTS: Update to 4.14.342
This corresponds to 4.19.310 upstream (v4.19.309..v4.19.310).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 19:00:31 +05:30
Vegard Nossum
b8d30eb2b9 LTS: Update to 4.14.341
This corresponds to 4.19.309 upstream (v4.19.308..v4.19.309).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 18:59:36 +05:30
Vegard Nossum
eeda8d58b3 LTS: Update to 4.14.340
This corresponds to 4.19.308 upstream (v4.19.307..v4.19.308).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 18:56:58 +05:30
Vegard Nossum
7017e09800 LTS: Update to 4.14.339
This corresponds to 4.19.307 upstream (v4.19.306..v4.19.307).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 18:09:55 +05:30
Vegard Nossum
a12fb6460a LTS: Update to 4.14.338
This corresponds to 4.19.306 upstream (v4.19.305..v4.19.306).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 18:05:17 +05:30
Vegard Nossum
4e6b313d69 LTS: Update to 4.14.337
This corresponds to 4.19.305 upstream (v4.19.304..v4.19.305).

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
2025-12-17 17:58:33 +05:30
Greg Kroah-Hartman
1beb005b9b Linux 4.14.336
Link: https://lore.kernel.org/r/20240108141854.158274814@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 16:48:43 +05:30
Greg Kroah-Hartman
9c5880f1ad Linux 4.14.335
Link: https://lore.kernel.org/r/20240105143811.536282337@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Link: https://lore.kernel.org/r/20240106084013.773696451@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Link: https://lore.kernel.org/r/20240107123823.571931307@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 16:46:45 +05:30
Greg Kroah-Hartman
6fb8287ccd Linux 4.14.334
Link: https://lore.kernel.org/r/20231218135040.665690087@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>                              =
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 16:44:53 +05:30
Greg Kroah-Hartman
75b871f431 Linux 4.14.333
Link: https://lore.kernel.org/r/20231211182008.665944227@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Link: https://lore.kernel.org/r/20231212120146.831816822@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 16:43:29 +05:30
Greg Kroah-Hartman
d6fef2055c Linux 4.14.332
Link: https://lore.kernel.org/r/20231205031511.476698159@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 16:41:15 +05:30
Greg Kroah-Hartman
440229abd8 Linux 4.14.331
Link: https://lore.kernel.org/r/20231124171930.281665051@linuxfoundation.org
Link: https://lore.kernel.org/r/20231125163059.878143365@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 16:12:36 +05:30
Greg Kroah-Hartman
dadc428cc5 Linux 4.14.330
Link: https://lore.kernel.org/r/20231115191419.641552204@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 16:10:44 +05:30
Greg Kroah-Hartman
466788a200 Linux 4.14.329
Link: https://lore.kernel.org/r/20231106130257.862199836@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 16:06:06 +05:30
Greg Kroah-Hartman
dca4780af2 Linux 4.14.328
Link: https://lore.kernel.org/r/20231023104810.781270702@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20231024083251.452724764@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 15:42:04 +05:30
Greg Kroah-Hartman
a4a8f6d3c2 Linux 4.14.327
Link: https://lore.kernel.org/r/20231009130107.717692466@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 15:26:50 +05:30
Greg Kroah-Hartman
6b391cfc6d Linux 4.14.326
Link: https://lore.kernel.org/r/20230920112836.799946261@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 15:22:32 +05:30
Greg Kroah-Hartman
a2fdcb8cf4 Linux 4.14.325
Link: https://lore.kernel.org/r/20230831110828.577111137@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 15:17:36 +05:30
Greg Kroah-Hartman
1e81650c99 Linux 4.14.324
Link: https://lore.kernel.org/r/20230828101144.231099710@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 15:15:19 +05:30
Greg Kroah-Hartman
219ca55638 Linux 4.14.323
Link: https://lore.kernel.org/r/20230813211702.980427106@linuxfoundation.org
Tested-by: Thierry Reding <treding@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 15:12:05 +05:30
Greg Kroah-Hartman
5d6d37ceb9 Linux 4.14.322
Link: https://lore.kernel.org/r/20230809103642.552405807@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 14:54:53 +05:30
Greg Kroah-Hartman
b77a6fbe1c Linux 4.14.321
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 14:48:00 +05:30
Greg Kroah-Hartman
0e5ff95c19 Linux 4.14.320
Link: https://lore.kernel.org/r/20230626180733.699092073@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 14:42:56 +05:30
Greg Kroah-Hartman
35ddee41d3 Linux 4.14.319
Link: https://lore.kernel.org/r/20230619102127.461443957@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 14:41:19 +05:30
Greg Kroah-Hartman
52a85d5d28 Linux 4.14.318
Link: https://lore.kernel.org/r/20230612101651.048240731@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 14:38:58 +05:30
Greg Kroah-Hartman
d767f1093d Linux 4.14.317
Link: https://lore.kernel.org/r/20230607200835.310274198@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 14:35:29 +05:30
Linus Torvalds
478e94e3bf gcc-12: disable '-Wdangling-pointer' warning for now
commit f7d63b50898172b9eb061b9e2daad61b428792d0 upstream.

[ Upstream commit 49beadbd47c270a00754c107a837b4f29df4c822 ]

While the concept of checking for dangling pointers to local variables
at function exit is really interesting, the gcc-12 implementation is not
compatible with reality, and results in false positives.

For example, gcc sees us putting things on a local list head allocated
on the stack, which involves exactly those kinds of pointers to the
local stack entry:

  In function ‘__list_add’,
      inlined from ‘list_add_tail’ at include/linux/list.h:102:2,
      inlined from ‘rebuild_snap_realms’ at fs/ceph/snap.c:434:2:
  include/linux/list.h:74:19: warning: storing the address of local variable ‘realm_queue’ in ‘*&realm_27(D)->rebuild_item.prev’ [-Wdangling-pointer=]
     74 |         new->prev = prev;
        |         ~~~~~~~~~~^~~~~~

But then gcc - understandably - doesn't really understand the big
picture how the doubly linked list works, so doesn't see how we then end
up emptying said list head in a loop and the pointer we added has been
removed.

Gcc also complains about us (intentionally) using this as a way to store
a kind of fake stack trace, eg

  drivers/acpi/acpica/utdebug.c:40:38: warning: storing the address of local variable ‘current_sp’ in ‘acpi_gbl_entry_stack_pointer’ [-Wdangling-pointer=]
     40 |         acpi_gbl_entry_stack_pointer = &current_sp;
        |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~

which is entirely reasonable from a compiler standpoint, and we may want
to change those kinds of patterns, but not not.

So this is one of those "it would be lovely if the compiler were to
complain about us leaving dangling pointers to the stack", but not this
way.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 14:35:18 +05:30
Greg Kroah-Hartman
4f82f0f9c8 Linux 4.14.316
Link: https://lore.kernel.org/r/20230528190828.564682883@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 14:07:23 +05:30
Greg Kroah-Hartman
3958f2603c Linux 4.14.315
Link: https://lore.kernel.org/r/20230515161658.228491273@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 13:01:00 +05:30
Greg Kroah-Hartman
2c64a8e5df Linux 4.14.314
Link: https://lore.kernel.org/r/20230424131121.331252806@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 12:56:52 +05:30
Greg Kroah-Hartman
9ceda8ac3c Linux 4.14.313
Link: https://lore.kernel.org/r/20230418120254.687480980@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 12:55:28 +05:30
Greg Kroah-Hartman
fbf06ac3b3 Linux 4.14.312
Link: https://lore.kernel.org/r/20230403140351.636471867@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 12:53:44 +05:30
Greg Kroah-Hartman
b985cc6988 Linux 4.14.311
Link: https://lore.kernel.org/r/20230320145420.204894191@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 12:50:18 +05:30
Greg Kroah-Hartman
610204986e Linux 4.14.310
Link: https://lore.kernel.org/r/20230315115718.796692048@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Link: https://lore.kernel.org/r/20230316083335.429724157@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-17 12:47:48 +05:30