Linus Torvalds
8066178f53
Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
...
Pull tracing fixes from Steven Rostedt:
- Fix bad git merge of #endif in arm64 code
A merge of the arm64 tree caused #endif to go into the wrong place
- Fix crash on lseek of write access to tracefs/error_log
Opening error_log as write only, and then doing an lseek() causes a
kernel panic, because the lseek() handle expects a "seq_file" to
exist (which is not done on write only opens). Use tracing_lseek()
that tests for this instead of calling the default seq lseek handler.
- Check for negative instead of -E2BIG for error on strscpy() returns
Instead of testing for -E2BIG from strscpy(), to be more robust,
check for less than zero, which will make sure it catches any error
that strscpy() may someday return.
* tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
tracing/boot: Test strscpy() against less than zero for error
arm64: ftrace: fix build error with CONFIG_FUNCTION_GRAPH_TRACER=n
tracing: Fix null pointer dereference in tracing_err_log_open()
2023-07-06 19:07:15 -07:00
..
2022-11-09 18:06:35 +00:00
2023-02-07 18:25:10 +00:00
2023-03-21 21:15:34 +01:00
2023-06-26 11:14:19 +02:00
2022-07-19 19:10:28 +01:00
2022-09-26 10:13:14 -07:00
2023-02-24 14:21:49 +00:00
Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2-decode', 'for-next/kselftest', 'for-next/misc', 'for-next/feat_mops', 'for-next/module-alloc', 'for-next/sysreg', 'for-next/cpucap', 'for-next/acpi', 'for-next/kdump', 'for-next/acpi-doc', 'for-next/doc' and 'for-next/tpidr2-fix', remote-tracking branch 'arm64/for-next/perf' into for-next/core
2023-06-23 18:32:20 +01:00
2023-03-28 15:43:44 +01:00
2023-07-05 09:46:19 -04:00
2023-04-13 09:32:33 +01:00
2023-04-05 17:51:47 +01:00
2023-06-16 00:31:44 +00:00
2023-05-02 12:42:22 +01:00
2023-07-03 15:32:22 -07:00
2023-05-25 17:44:02 +01:00
2023-06-06 16:52:40 +01:00
2023-04-13 12:27:11 +01:00
2022-04-29 14:37:59 -07:00
2023-04-14 13:39:47 +01:00
2023-04-20 15:43:45 +02:00
2023-01-16 15:27:31 +01:00
2023-02-23 14:41:48 -08:00
2023-01-05 15:12:12 +00:00
Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2-decode', 'for-next/kselftest', 'for-next/misc', 'for-next/feat_mops', 'for-next/module-alloc', 'for-next/sysreg', 'for-next/cpucap', 'for-next/acpi', 'for-next/kdump', 'for-next/acpi-doc', 'for-next/doc' and 'for-next/tpidr2-fix', remote-tracking branch 'arm64/for-next/perf' into for-next/core
2023-06-23 18:32:20 +01:00
2023-01-20 12:23:06 +00:00
2023-06-20 18:38:37 -04:00
2023-05-25 16:55:19 +01:00
2023-06-16 18:43:09 +01:00
2023-06-06 17:39:05 +01:00
2023-07-03 15:32:22 -07:00
2021-10-01 13:31:00 +01:00
2023-06-21 13:33:49 +01:00
2023-05-25 17:44:01 +01:00
2023-07-03 15:32:22 -07:00
2023-01-13 11:48:15 +01:00
2023-07-03 15:32:22 -07:00
2023-04-26 18:01:41 +02:00
2022-12-06 11:26:40 +00:00
2022-06-24 09:48:55 +02:00
2023-06-15 13:04:15 +00:00
2023-06-21 08:53:31 -06:00
2023-04-14 13:39:47 +01:00
2023-06-12 06:33:48 -06:00
2022-09-01 11:50:00 +01:00
2023-04-20 11:22:09 +01:00
2023-06-28 10:59:38 -07:00
2023-05-25 17:44:02 +01:00
2023-06-06 17:39:06 +01:00
2023-06-09 16:25:26 -07:00
2022-11-09 18:11:56 +00:00
2023-01-26 17:54:15 +00:00
2023-01-24 11:49:43 +00:00
2021-08-23 10:59:26 +01:00
2023-04-13 12:27:11 +01:00
2022-09-22 15:06:02 +01:00
2021-07-28 18:33:49 +01:00
2023-04-28 14:02:54 -07:00
2023-04-20 10:44:54 +01:00
2022-09-26 10:13:14 -07:00
2023-02-21 15:27:48 -08:00
2022-09-29 18:04:25 +01:00
2022-05-17 14:25:35 +01:00
2021-12-10 14:06:04 +00:00
2022-11-09 18:06:35 +00:00
2023-06-06 17:39:05 +01:00
2022-04-22 12:14:05 +02:00
Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2-decode', 'for-next/kselftest', 'for-next/misc', 'for-next/feat_mops', 'for-next/module-alloc', 'for-next/sysreg', 'for-next/cpucap', 'for-next/acpi', 'for-next/kdump', 'for-next/acpi-doc', 'for-next/doc' and 'for-next/tpidr2-fix', remote-tracking branch 'arm64/for-next/perf' into for-next/core
2023-06-23 18:32:20 +01:00
2022-07-01 12:05:45 +01:00
2023-05-02 12:42:22 +01:00
2021-07-21 11:23:25 +01:00
2022-09-26 10:13:14 -07:00
2023-05-15 13:44:57 +02:00
2023-04-13 12:27:11 +01:00
2023-01-18 12:27:17 +01:00
2022-04-29 19:26:27 +01:00
2023-06-07 18:23:22 +01:00
2021-12-10 14:06:04 +00:00
2022-10-09 13:24:01 -07:00
2023-06-28 10:28:11 -07:00
2023-05-16 14:53:36 +01:00
2023-05-02 13:12:45 +01:00
2023-06-09 17:44:22 -07:00