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(-)