This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 6529da535955 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...] omits f46adb9acb02 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] adds 809ef03d6d21 csky: fix csky_cmpxchg_fixup not working adds 117c537cc7d6 csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers adds 16464af83128 csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi header adds 817d21578d51 csky: Remove compile warning for CONFIG_SMP new 565848bb3bcd Merge tag 'csky-for-linus-6.19' of https://github.com/c-sk [...] new 7a7e836684fe tracing: Fix unused tracepoints when module uses only expo [...] new 2c22361ab628 MAINTAINERS: Add tracepoint-update.c to TRACING section new 2f7041e59bf0 Merge tag 'trace-v6.19-4' of git://git.kernel.org/pub/scm/ [...] adds 295e3beead10 Input: cyttsp5 - use %pe format specifier adds 5455d21d2e2d dt-bindings: touchscreen: rename maxim,max11801.yaml to tr [...] adds 6678b3e6ed17 dt-bindings: touchscreen: move ar1021.txt to trivial-touch.yaml adds fd1bf704c75b dt-bindings: input: Convert MELFAS MIP4 Touchscreen to DT schema adds d6137f25b191 Input: qnap-mcu-input - omit error message when memory all [...] adds 3c297278a61f Input: zforce_ts - omit error message when memory allocati [...] adds e8ec34ed4616 dt-bindings: input: ti,twl4030-keypad: convert to DT schema adds c65d6881caf1 dt-bindings: touchscreen: trivial-touch: add reset-gpios a [...] adds a311c777f298 dt-bindings: touchscreen: consolidate simple touch control [...] adds 70f62e52176d Input: ti_am335x_tsc - clamp coordinate_readouts to DT max [...] adds 429c4727011e Merge branch 'next' into for-linus new db28b8ae363b Merge tag 'input-for-v6.19-rc0' of git://git.kernel.org/pu [...] adds 4ab2ee307983 kbuild: install-extmod-build: Properly fix CC expansion wh [...] new 2137cb863b80 Merge tag 'kbuild-6.19-2' of git://git.kernel.org/pub/scm/ [...] adds 2d98144440f0 selftests/futex: Remove unused test_futex_mpol() adds 9407d138b8d5 selftests/futex: Add newline to ksft_exit_fail_msg() adds 275498b88104 selftests/futex: Skip tests if shmget unsupported adds cd91b502f1b4 selftests/futex: Create test for robust list adds c42ba5a87bdc futex: Store time as ktime_t in restart block new 0048fbb4011e Merge tag 'locking-futex-2025-12-10' of git://git.kernel.o [...] new 97e39b985956 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 6325ed25cea4 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (6529da535955) \ N -- N -- N refs/heads/fs-current (6325ed25cea4)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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: .../bindings/input/ti,twl4030-keypad.yaml | 59 +++ .../bindings/input/touchscreen/ar1021.txt | 15 - .../bindings/input/touchscreen/azoteq,iqs5xx.yaml | 75 --- .../bindings/input/touchscreen/himax,hx83112b.yaml | 64 --- .../input/touchscreen/hynitron,cstxxx.yaml | 65 --- .../bindings/input/touchscreen/ilitek_ts_i2c.yaml | 76 --- .../bindings/input/touchscreen/maxim,max11801.yaml | 46 -- .../bindings/input/touchscreen/melfas,mip4_ts.yaml | 56 +++ .../bindings/input/touchscreen/melfas_mip4.txt | 20 - .../bindings/input/touchscreen/semtech,sx8654.yaml | 52 -- .../bindings/input/touchscreen/trivial-touch.yaml | 84 ++++ .../devicetree/bindings/input/twl4030-keypad.txt | 27 - MAINTAINERS | 1 + arch/csky/abiv1/inc/abi/regdef.h | 2 +- arch/csky/abiv2/inc/abi/regdef.h | 2 +- arch/csky/include/asm/barrier.h | 4 +- arch/csky/include/asm/cache.h | 2 +- arch/csky/include/asm/ftrace.h | 4 +- arch/csky/include/asm/jump_label.h | 4 +- arch/csky/include/asm/page.h | 4 +- arch/csky/include/asm/ptrace.h | 4 +- arch/csky/include/asm/sections.h | 1 + arch/csky/include/asm/string.h | 2 +- arch/csky/include/asm/thread_info.h | 4 +- arch/csky/include/uapi/asm/ptrace.h | 4 +- arch/csky/mm/fault.c | 4 +- drivers/input/misc/qnap-mcu-input.c | 2 +- drivers/input/touchscreen/cyttsp5.c | 4 +- drivers/input/touchscreen/ti_am335x_tsc.c | 4 + drivers/input/touchscreen/zforce_ts.c | 3 +- include/linux/restart_block.h | 2 +- kernel/futex/waitwake.c | 9 +- scripts/package/install-extmod-build | 2 +- scripts/tracepoint-update.c | 3 + .../testing/selftests/futex/functional/.gitignore | 1 + tools/testing/selftests/futex/functional/Makefile | 3 +- .../selftests/futex/functional/futex_numa_mpol.c | 5 - .../selftests/futex/functional/futex_wait.c | 8 +- .../selftests/futex/functional/futex_waitv.c | 2 + .../selftests/futex/functional/robust_list.c | 552 +++++++++++++++++++++ 40 files changed, 800 insertions(+), 481 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/ti,twl4030-keypad.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/ar1021.txt delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs5xx.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/himax,hx831 [...] delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/hynitron,cs [...] delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/ilitek_ts_i2c.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/maxim,max11 [...] create mode 100644 Documentation/devicetree/bindings/input/touchscreen/melfas,mip4 [...] delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/semtech,sx8 [...] create mode 100644 Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml delete mode 100644 Documentation/devicetree/bindings/input/twl4030-keypad.txt create mode 100644 tools/testing/selftests/futex/functional/robust_list.c