This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 9b1f61d5d73d Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/li [...]
new 55cc33fab5ac rtc: m48t59: use platform_get_irq_optional
new 936d3685e624 rtc: tps65910: include linux/property.h
new 6e00b6d0083e rtc: rv3028: correct weekday register usage
new 198da7be18c4 rtc: imxdi: Convert to a DT-only driver
new 9346ff0bc6ff rtc: mxc: Remove unneeded of_match_ptr()
new 8d69f62fddf6 rtc: rx6110: add ACPI bindings to I2C
new 3fd00fdc4f11 rtc: goldfish: remove dependency to OF
new 03531606ef4c rtc: pcf85063: fallback to parent of_node
new f1d304766c7f rtc: ab-eoz9: set regmap max_register
new e70e52e1bf1d rtc: ab-eoz9: add alarm support
new c52409eb1667 rtc: ab-eoz9: make use of RTC_FEATURE_ALARM
new c8f0ca8b7a4b rtc: pm8xxx: Add RTC support for PMIC PMK8350
new 8138c5f0318c dt-bindings: rtc: qcom-pm8xxx-rtc: Add qcom pm8xxx rtc bindings
new 880f25d69015 rtc: rtc-spear: replace spin_lock_irqsave by spin_lock in [...]
new 7fcb86185978 rtc: fsl-ftm-alarm: add MODULE_TABLE()
new 9b9310445f5a rtc: ds1511: remove unused function
new 7942121b8ca0 rtc: imx-sc: remove .read_alarm
new 64e9d8e4dbc4 rtc: ds1307: replace HAS_ALARM by RTC_FEATURE_ALARM
new 4bf84b449a0e rtc: ds1307: remove flags
new c55c3a516cef rtc: rtc_update_irq_enable: rework UIE emulation
new 94959a3a04a5 rtc: pcf8523: remove useless define
new 13e37b7fb75d rtc: pcf8523: add alarm support
new a1cfe7cc3873 rtc: pcf8523: report oscillator failures
new 204756f01672 rtc: ds1307: Fix wday settings for rx8130
new fefbec3a7418 rtc: s5m: Remove reference to parent's device pdata
new e463786f380a rtc: omap: use rtc_write to access OMAP_RTC_OSC_REG
new 4d0185e67806 rtc: sysfs: check features instead of ops
new a7efd197bc7f Merge tag 'rtc-5.13' of git://git.kernel.org/pub/scm/linux [...]
new 34731ed13e8a leds: lgm: fix gpiolib dependency
new a7ed7150f351 leds: lgm: Improve Kconfig help
new 34a6ae672645 leds: Kconfig: LEDS_CLASS is usually selected.
new c889136004eb leds: rt4505: Add DT binding document for Richtek RT4505
new d9dfac5419d0 leds: rt4505: Add support for Richtek RT4505 flash LED controller
new fcc96cef8a18 leds-lm3642: convert comma to semicolon
new 5222fa912114 MAINTAINERS: Remove Dan Murphy's bouncing email
new ec50536b7840 leds: lgm: Fix spelling mistake "prepate" -> "prepare"
new 1cfa807b06af leds: LEDS_BLINK_LGM should depend on X86
new 5fe09e16c689 leds: trigger: pattern: Switch to using the new API kobj_to_dev()
new 23a700455a1b leds: pca9532: Assign gpio base dynamically
new d835ff6c96ae Merge tag 'leds-5.13-rc1' of git://git.kernel.org/pub/scm/ [...]
The 40 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../devicetree/bindings/leds/leds-rt4505.yaml | 57 +++
.../devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml | 62 +++
drivers/leds/Kconfig | 7 +-
drivers/leds/Makefile | 2 +-
drivers/leds/blink/Kconfig | 33 +-
drivers/leds/blink/Makefile | 2 +-
drivers/leds/blink/leds-lgm-sso.c | 2 +-
drivers/leds/flash/Kconfig | 11 +
drivers/leds/flash/Makefile | 1 +
drivers/leds/flash/leds-rt4505.c | 430 +++++++++++++++++++++
drivers/leds/leds-lm3642.c | 4 +-
drivers/leds/leds-pca9532.c | 2 +
drivers/leds/trigger/ledtrig-pattern.c | 2 +-
drivers/rtc/Kconfig | 3 +-
drivers/rtc/interface.c | 34 +-
drivers/rtc/rtc-ab-eoz9.c | 135 ++++++-
drivers/rtc/rtc-ds1307.c | 56 +--
drivers/rtc/rtc-ds1511.c | 6 -
drivers/rtc/rtc-fsl-ftm-alarm.c | 1 +
drivers/rtc/rtc-imx-sc.c | 11 -
drivers/rtc/rtc-imxdi.c | 4 +-
drivers/rtc/rtc-m48t59.c | 2 +-
drivers/rtc/rtc-mxc.c | 2 +-
drivers/rtc/rtc-omap.c | 5 +-
drivers/rtc/rtc-pcf85063.c | 7 +-
drivers/rtc/rtc-pcf8523.c | 196 +++++++++-
drivers/rtc/rtc-pm8xxx.c | 11 +
drivers/rtc/rtc-rv3028.c | 4 +-
drivers/rtc/rtc-rx6110.c | 7 +
drivers/rtc/rtc-s5m.c | 6 -
drivers/rtc/rtc-spear.c | 6 +-
drivers/rtc/rtc-tps65910.c | 1 +
drivers/rtc/sysfs.c | 2 +-
33 files changed, 975 insertions(+), 139 deletions(-)
create mode 100644 Documentation/devicetree/bindings/leds/leds-rt4505.yaml
create mode 100644 Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml
create mode 100644 drivers/leds/flash/leds-rt4505.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 107ca5c2fd6 Fortran: Async I/O - avoid unlocked unlocking [PR100352]
new a32b7d03210 c++: base-clause parsing and implicit 'this' [PR100362]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/parser.c | 8 ++++++-
gcc/testsuite/g++.dg/cpp1y/lambda-generic-100362.C | 25 ++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-100362.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from f08708cbf59 sim: add ATTRIBUTE_PRINTF / ATTRIBUTE_NULL_PRINTF where necessary
new 8228833924f Fix x86_64 mingw build
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdbserver/ChangeLog | 6 ++++++
gdbserver/win32-i386-low.cc | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 6f8ee8d36d07 Merge branch 'work.recursive_removal' of git://git.kernel. [...]
new e20044f7e9ae ring-buffer: Separate out internal use of ring_buffer_even [...]
new 8672e4948d0c ring-buffer: Add a event_stamp to cpu_buffer for each leve [...]
new b47e330231ac tracing: Pass buffer of event to trigger operations
new efe6196a6bc5 ring-buffer: Allow ring_buffer_event_time_stamp() to retur [...]
new b94bc80df648 tracing: Use a no_filter_buffering_ref to stop using the f [...]
new a948c69d6fb1 ring-buffer: Add verifier for using ring_buffer_event_time [...]
new d8279bfc5e95 tracing: Add tracing_event_time_stamp() API
new 2b7d2fe76f9c bootconfig: Update prototype of setup_boot_config()
new 421d9d1bea65 tools/latency-collector: Remove unneeded semicolon
new e0196ae73234 ftrace: Fix spelling mistake "disabed" -> "disabled"
new 5013f454a352 tracing: Add check of trace event print fmts for dereferen [...]
new f2616c772c76 seq_buf: Add seq_buf_terminate() API
new 9a6944fee68e tracing: Add a verifier to check string pointers for trace events
new 2cf3af7aa6df scripts/recordmcount.pl: Make indent spacing consistent
new b700fc3a63f1 scripts/recordmcount.pl: Make vim and emacs indent the same
new f2cc020d7876 tracing: Fix various typos in comments
new 4613bdcc122e kernel: trace: Mundane typo fixes in the file trace_events [...]
new 30c3d39f7f78 tracing: A minor cleanup for create_system_filter()
new 70193038a6ec tracing: Update create_system_filter() kernel-doc comment
new 22d5755a852d Merge branch 'trace/ftrace/urgent' into HEAD
new 1decdb335c36 tracing: Remove duplicate struct declaration in trace_events.h
new f3ef7202ef7c tracing: Remove unused argument from "ring_buffer_time_stamp()
new db42523b4f3e ftrace: Store the order of pages allocated in ftrace_page
new ceaaa12904df ftrace: Simplify the calculation of page number for ftrace [...]
new eaa7a897206a tracing: Define static void trace_print_time()
new f689e4f280b6 tracing: Define new ftrace event "func_repeats"
new 20344c54d1c7 tracing: Add "last_func_repeats" to struct trace_array
new c658797f1a70 tracing: Add method for recording "func_repeats" events
new 4994891ebbb8 tracing: Unify the logic for function tracing options
new 22db095d57b5 tracing: Add "func_no_repeats" option for function tracing
new e1db6338d6fa ftrace: Reuse the output of the function tracer for func_repeats
new 785e3c0a3a87 tracing: Map all PIDs to command lines
new aafe104aa909 tracing: Restructure trace_clock_global() to never block
new 9b1f61d5d73d Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/li [...]
The 34 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/microblaze/include/asm/ftrace.h | 2 +-
arch/nds32/kernel/ftrace.c | 2 +-
arch/powerpc/include/asm/ftrace.h | 4 +-
arch/sh/kernel/ftrace.c | 2 +-
arch/sparc/include/asm/ftrace.h | 2 +-
fs/tracefs/inode.c | 2 +-
include/linux/ftrace.h | 4 +-
include/linux/ring_buffer.h | 5 +-
include/linux/seq_buf.h | 25 +++
include/linux/trace_events.h | 8 +-
include/linux/tracepoint.h | 2 +-
include/trace/events/io_uring.h | 2 +-
include/trace/events/rcu.h | 2 +-
include/trace/events/sched.h | 2 +-
include/trace/events/timer.h | 2 +-
init/main.c | 6 +-
kernel/trace/fgraph.c | 4 +-
kernel/trace/ftrace.c | 53 ++---
kernel/trace/ring_buffer.c | 142 ++++++++++---
kernel/trace/synth_event_gen_test.c | 2 +-
kernel/trace/trace.c | 338 +++++++++++++++++++++++++-----
kernel/trace/trace.h | 35 +++-
kernel/trace/trace_clock.c | 44 ++--
kernel/trace/trace_entries.h | 22 ++
kernel/trace/trace_event_perf.c | 2 +-
kernel/trace/trace_events.c | 214 ++++++++++++++++++-
kernel/trace/trace_events_filter.c | 18 +-
kernel/trace/trace_events_hist.c | 100 +++++----
kernel/trace/trace_events_synth.c | 2 +-
kernel/trace/trace_events_trigger.c | 45 ++--
kernel/trace/trace_functions.c | 223 +++++++++++++++++---
kernel/trace/trace_functions_graph.c | 2 +-
kernel/trace/trace_hwlat.c | 4 +-
kernel/trace/trace_kprobe.c | 2 +-
kernel/trace/trace_output.c | 93 ++++++--
kernel/trace/trace_printk.c | 11 +
kernel/trace/trace_probe.c | 6 +-
kernel/trace/trace_probe.h | 2 +-
kernel/trace/trace_probe_tmpl.h | 2 +-
kernel/trace/trace_selftest.c | 4 +-
kernel/trace/trace_seq.c | 12 +-
scripts/recordmcount.pl | 26 +--
tools/tracing/latency/latency-collector.c | 4 +-
43 files changed, 1187 insertions(+), 297 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2a6fc19e655 c++: base-clause parsing and implicit 'this' [PR100362]
new 2c339b2a590 Fix expected output for nds32le and m32r
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 9ccce092fc64 Merge tag 'for-linus-5.13-ofs-1' of git://git.kernel.org/p [...]
new 42eb0d54c08a fs: split receive_fd_replace from __receive_fd
new 23806a3e9600 Merge branch 'work.file' of git://git.kernel.org/pub/scm/l [...]
new e41d23781859 qib_fs: switch to simple_recursive_removal()
new 6f8ee8d36d07 Merge branch 'work.recursive_removal' of git://git.kernel. [...]
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
drivers/infiniband/hw/qib/qib_fs.c | 68 +++-----------------------------------
fs/file.c | 39 +++++++++++-----------
include/linux/file.h | 11 +++---
kernel/seccomp.c | 17 +++++++---
4 files changed, 40 insertions(+), 95 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.