This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 31d7109a19f6 Merge tag 'input-for-v6.14-rc6' of git://git.kernel.org/pu [...]
new 502843396ec2 thunderbolt: Prevent use-after-free in resume from hibernate
new ac00bc2aeeac Merge tag 'thunderbolt-for-v6.14-rc7' of ssh://gitolite.ke [...]
new 9a665fe3d967 USB: serial: option: match on interface class for Telit FN990B
new 4981bb50392b USB: serial: option: add Telit Cinterion FE990B compositions
new 6232f0d8e100 USB: serial: option: fix Telit Cinterion FE990A name
new 18e0885bd2ca USB: serial: ftdi_sio: add support for Altera USB Blaster 3
new c44e3d3cdb74 Merge tag 'usb-serial-6.14-rc7' of ssh://gitolite.kernel.o [...]
new f2865c6300d7 usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABI [...]
new cb82ca153949 Merge tag 'usb-6.14-rc7' of git://git.kernel.org/pub/scm/l [...]
The 9 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/thunderbolt/tunnel.c | 11 ++++++---
drivers/thunderbolt/tunnel.h | 2 ++
drivers/usb/serial/ftdi_sio.c | 14 ++++++++++++
drivers/usb/serial/ftdi_sio_ids.h | 13 +++++++++++
drivers/usb/serial/option.c | 48 ++++++++++++++++++++++++++-------------
drivers/usb/typec/tcpm/tcpm.c | 8 +++----
6 files changed, 73 insertions(+), 23 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 eb88e6bfbc0a Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org [...]
new 374908a15af4 rust: remove leftover mentions of the `alloc` crate
new df27cef15360 rust: init: fix `Zeroable` implementation for `Option<NonN [...]
new ff64846bee0e rust: alloc: satisfy POSIX alignment requirement
new f2e413f00ebe rust: docs: add missing newline to printing macro examples
new 6f5c36f56d47 rust: error: add missing newline to pr_warn! calls
new 6933c1067fe6 rust: init: add missing newline to pr_info! calls
new 50c3e77eb371 rust: sync: add missing newline in locked_by log example
new 0ea4c3906416 rust: workqueue: add missing newline to pr_info! examples
new 6fbafe1cbed1 rust: task: fix `SAFETY` comment in `Task::wake_up`
new 5daa0c35a1f0 rust: Disallow BTF generation with Rust + LTO
new 2e0f91aba507 scripts: generate_rust_analyzer: add missing macros deps
new d1f928052439 scripts: generate_rust_analyzer: add missing include_dirs
new a1eb95d6b5f4 scripts: generate_rust_analyzer: add uapi crate
new cd3a56ac2d13 Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/ [...]
new c8084a89bd91 Input: wdt87xx_i2c - fix compiler warning
new c9ccb88f534c Input: ads7846 - fix gpiod allocation
new 36e093c8dcc5 Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesi [...]
new 3492321e2e60 Input: xpad - add multiple supported devices
new f5be37ca2c99 dt-bindings: input/touchscreen: imagis: add compatible for [...]
new 83a4a5a82a15 Input: imagis - add support for imagis IST3038H
new 5bab1ae5a375 Input: goodix-berlin - fix comment referencing wrong regulator
new 3b0011059334 Input: goodix-berlin - fix vddio regulator references
new 709329c48214 Input: xpad - add support for ZOTAC Gaming Zone
new 95a54a96f657 Input: xpad - add support for TECNO Pocket Go
new 659a7614dd72 Input: xpad - rename QH controller to Legion Go S
new 729d16323297 Input: i8042 - swap old quirk combination with new quirk f [...]
new 9ed468e17d5b Input: i8042 - add required quirks for missing old boardnames
new 75ee4ebebbbe Input: i8042 - swap old quirk combination with new quirk f [...]
new d85862ccca45 Input: i8042 - swap old quirk combination with new quirk f [...]
new a2add513311b Input: iqs7222 - preserve system status register
new fd10709e28d2 MAINTAINERS: Remove myself from the goodix touchscreen mai [...]
new 31d7109a19f6 Merge tag 'input-for-v6.14-rc6' of git://git.kernel.org/pu [...]
The 32 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:
.../input/touchscreen/imagis,ist3038c.yaml | 1 +
Documentation/rust/quick-start.rst | 2 +-
Documentation/rust/testing.rst | 2 +-
MAINTAINERS | 1 -
drivers/input/joystick/xpad.c | 39 ++++++--
drivers/input/misc/iqs7222.c | 50 ++++------
drivers/input/serio/i8042-acpipnpio.h | 111 ++++++++++-----------
drivers/input/touchscreen/ads7846.c | 2 +-
drivers/input/touchscreen/goodix_berlin_core.c | 26 ++---
drivers/input/touchscreen/imagis.c | 9 ++
drivers/input/touchscreen/wdt87xx_i2c.c | 2 +
init/Kconfig | 2 +-
rust/kernel/alloc/allocator_test.rs | 18 ++++
rust/kernel/error.rs | 2 +-
rust/kernel/init.rs | 23 ++---
rust/kernel/init/macros.rs | 6 +-
rust/kernel/lib.rs | 2 +-
rust/kernel/sync/locked_by.rs | 2 +-
rust/kernel/task.rs | 2 +-
rust/kernel/workqueue.rs | 6 +-
scripts/generate_rust_analyzer.py | 71 +++++++------
scripts/rustdoc_test_gen.rs | 4 +-
22 files changed, 220 insertions(+), 163 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 releases/gcc-14
in repository gcc.
from f8504e361c8 Daily bump.
new bf9c2eec281 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 releases/gcc-13
in repository gcc.
from 6d2ed73124d Daily bump.
new aed42f5976c Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 releases/gcc-12
in repository gcc.
from fcf59b21db0 Daily bump.
new 446c1e3f4fd Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from df1f6b98578 d: Merge upstream dmd, druntime d29e3eca45
new 53fc26e54fa Daily bump.
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:
contrib/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
gcc/d/ChangeLog | 11 +++++++++++
gcc/fortran/ChangeLog | 17 +++++++++++++++++
gcc/testsuite/ChangeLog | 21 +++++++++++++++++++++
libphobos/ChangeLog | 19 +++++++++++++++++++
6 files changed, 74 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 binutils-gdb.
from d21f28a067e gdb/python: remove unused argument from builtin_disassemble
new a07c8b3a73c Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-16-branch
in repository binutils-gdb.
from 5bc76dc8d44 [gdb/tdep] Rewrite i386_canonicalize_syscall
new 3ee680f9ebf Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_44-branch
in repository binutils-gdb.
from ba79fec0437 Automatic date update in version.in
new 01b9ccf22f5 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.