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 efe332f2ced Daily bump.
new 1500a9c9cd7 i386: Prefer PLT indirection for __fentry__ calls under -fP [...]
new 203bce172ab i386: Enable -mnop-mcount for -fpic with PLTs [PR119386]
The 2 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/config/i386/i386-options.cc | 4 ++--
gcc/config/i386/i386.cc | 12 ++++++++++--
gcc/testsuite/gcc.target/i386/pr119386-1.c | 10 ++++++++++
gcc/testsuite/gcc.target/i386/pr119386-2.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr119386-3.c | 10 ++++++++++
5 files changed, 44 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr119386-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr119386-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr119386-3.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 linux.
from c1336865c4c9 Merge tag 'devicetree-fixes-for-6.15-1' of git://git.kerne [...]
new d6b3ef9e7a9c mailmap: map Loic Poulain's old email addresses
new be8254f69446 radix-tree: add missing cleanup.h
new a30951d09c33 test suite: use %zu to print size_t
new 51339d99c013 locking/local_lock, mm: replace localtry_ helpers with loc [...]
new 1b17cdbb708b mseal: fix typo and style in documentation
new 770c8d55c428 lib/iov_iter: fix to increase non slab folio refcount
new a84edd52f0a0 mm/compaction: fix bug in hugetlb handling pathway
new c5bb27e2da3a mm/page_alloc: avoid second trylock of zone->lock
new 382360d289c1 mm/hugetlb: fix nid mismatch in alloc_surplus_hugetlb_folio()
new 35e214b11df8 MAINTAINERS: add Andrew and Baoquan as kexec maintainers
new 9c02223e2d9d selftests/mm: generate a temporary mountpoint for cgroup f [...]
new 41e6ddcaa0f1 mm/vma: add give_up_on_oom option on modify/merge, use in [...]
new a5561c88cf3c ASN.1: add module description
new 10764175baf4 samples/livepatch: add module descriptions
new 6810431bc473 fpga: tests: add module descriptions
new 75dd4975f569 zlib: add module description
new 91640531b92e ucs2_string: add module description
new e2ffee91c40f mm/kasan: add module decription
new 61c4e6ca8c93 kunit: slub: add module description
new 90abee6d7895 mm: page_alloc: speed up fallbacks in rmqueue_bulk()
new 60580e0bd587 mm/cma: report base address of single range correctly
new aabf58bfaace mm/hugetlb: fix set_max_huge_pages() when there are surplus pages
new 8c583e538aa6 selftests: mincore: fix tmpfs mincore test failure
new 9e2bd6777357 mm/hugetlb: add a line break at the end of the format string
new 8ab1b1602396 mm: fix filemap_get_folios_contig returning batches of ide [...]
new 8c56c5dbcf52 mm: (un)track_pfn_copy() fix + doc improvements
new 0aa8dbe5a8dc mailmap: add entry for Jean-Michel Hautbois
new e6e07b696da5 alloc_tag: handle incomplete bulk allocations in vm_module [...]
new 92868577d05f selftests/mm: fix compiler -Wmaybe-uninitialized warning
new a99519938434 mm: fix apply_to_existing_page_range()
new a727a83ef225 MAINTAINERS: update HUGETLB reviewers
new cfb2e2c57aef Merge tag 'mm-hotfixes-stable-2025-04-16-19-59' of git://g [...]
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:
.mailmap | 3 +
Documentation/userspace-api/mseal.rst | 2 +-
MAINTAINERS | 4 +
drivers/fpga/tests/fpga-bridge-test.c | 1 +
drivers/fpga/tests/fpga-mgr-test.c | 1 +
drivers/fpga/tests/fpga-region-test.c | 1 +
include/linux/local_lock.h | 58 +-----
include/linux/local_lock_internal.h | 207 +++++++++------------
include/linux/pgtable.h | 9 +-
lib/alloc_tag.c | 15 +-
lib/asn1_decoder.c | 1 +
lib/iov_iter.c | 2 +-
lib/tests/slub_kunit.c | 1 +
lib/ucs2_string.c | 1 +
lib/zlib_inflate/inflate_syms.c | 1 +
mm/cma.c | 19 +-
mm/compaction.c | 6 +-
mm/filemap.c | 1 +
mm/hugetlb.c | 23 ++-
mm/kasan/kasan_test_c.c | 1 +
mm/memcontrol.c | 39 ++--
mm/memory.c | 6 +-
mm/page_alloc.c | 128 +++++++++----
mm/userfaultfd.c | 13 +-
mm/vma.c | 51 ++++-
mm/vma.h | 9 +-
samples/livepatch/livepatch-callbacks-busymod.c | 1 +
samples/livepatch/livepatch-callbacks-demo.c | 1 +
samples/livepatch/livepatch-callbacks-mod.c | 1 +
samples/livepatch/livepatch-sample.c | 1 +
samples/livepatch/livepatch-shadow-fix1.c | 1 +
samples/livepatch/livepatch-shadow-fix2.c | 1 +
tools/testing/selftests/mincore/mincore_selftest.c | 16 +-
.../selftests/mm/charge_reserved_hugetlb.sh | 4 +-
tools/testing/selftests/mm/cow.c | 2 +-
.../selftests/mm/hugetlb_reparenting_test.sh | 2 +-
tools/testing/shared/linux.c | 4 +-
tools/testing/shared/linux/cleanup.h | 2 +
38 files changed, 357 insertions(+), 282 deletions(-)
create mode 100644 tools/testing/shared/linux/cleanup.h
--
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 62e213a4fbc Automatic date update in version.in
new 2c00b2fbb88 gdb: make typing strict in gdb/copyright.py
new fc0747d0b15 gdb: fix bugs in gdb/copyright.py, make it use glob patterns
The 2 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:
gdb/copyright.py | 101 +++++++++++++++++++++++++------------------------------
1 file changed, 45 insertions(+), 56 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 ac31e41c584 c++: ill-formed constexpr function [PR113360]
new a4f81e168e0 combine: Correct comments about combine_validate_cost
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/combine.cc | 6 +++---
1 file changed, 3 insertions(+), 3 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 5e3646a3cb7 Daily bump.
new ac31e41c584 c++: ill-formed constexpr function [PR113360]
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/constexpr.cc | 18 +++++++++++++-----
gcc/cp/cp-tree.h | 2 ++
gcc/cp/parser.cc | 5 +++++
gcc/cp/pt.cc | 5 +++++
gcc/testsuite/g++.dg/cpp0x/constexpr-ice21.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/constexpr-diag2.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr63996.C | 3 +--
gcc/testsuite/g++.dg/cpp23/constexpr-nonlit18.C | 2 +-
gcc/testsuite/g++.dg/template/explicit-args6.C | 8 +++++---
9 files changed, 45 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-diag2.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 pending-fixes
in repository linux-next.
omits a6b9fbe391e8 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 46621106f344 Merge branch 'msm-fixes' of https://gitlab.freedesktop.org [...]
omits 938875615ffd Merge branch 'slab/for-next-fixes' of git://git.kernel.org [...]
omits a427aa6fa2be Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
omits f092595919b8 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
omits 44e2d78dad99 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
omits 32a4edb0d902 Merge branch 'kunit-fixes' of git://git.kernel.org/pub/scm [...]
omits e13aa65312ad Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
omits acab69204722 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 7fc3eee3f884 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits b51ce27ac9fb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits af3353a90645 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 1f44a1fbeb50 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 5c52f9b7642b Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
omits 25033249b441 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits e1033d786454 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 686b60e40435 Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
omits 1d2b6ddb2a83 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 31f8cfee21ed Merge branch 'for-linus' of git://github.com/awilliam/linu [...]
omits 54fec0ef03c8 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits f70b95697fd9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 64611351393b Merge branch 'char-misc-linus' of git://git.kernel.org/pub [...]
omits 5a70d48e9867 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits 4a448df7fd4f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 351177095820 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 0987c89b2c7d Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
omits 3955d5516c3b Merge branch 'driver-core-linus' of git://git.kernel.org/p [...]
omits 1bd65c6c41ae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 4ae86c13c262 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits ca85d18a4931 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 6014465b4a65 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 9b3c7a50e639 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits eb26c5d3f9f6 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits c836225fba63 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 23f08f2d9540 Merge branch 'fs-current' of linux-next
omits 01d502cde9a4 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits f2a0782e340a Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 5fb969e9191b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 0261c35ac633 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits b1eb86b028e1 fs: ensure that *path_locked*() helpers leave passed path [...]
omits 33f9635443ba Merge branch into tip/master: 'x86/urgent'
omits e2034ce1212d Merge branch into tip/master: 'timers/urgent'
omits 8b7abbbb2a23 Merge branch into tip/master: 'irq/urgent'
omits 22b2016a2bd4 Merge branch into tip/master: 'core/urgent'
omits 16176182efbf compiler.h: avoid the usage of __typeof_unqual__() when __ [...]
omits 22dd91185686 lib/test_ubsan.c: fix panic from test_ubsan_out_of_bounds
omits c20499e3bdbc writeback: Fix false warning in inode_to_wb()
omits 619c6461cdea docs: ABI: replace mcroce(a)microsoft.com with new Meta address
omits e8d142a724c0 mm: hugetlb: fix incorrect fallback for subpool
omits 5ef43f35eacc mm/gup: fix wrongly calculated returned value in fault_in_ [...]
omits e3f9aa1a6079 MAINTAINERS: add memory advice section
omits 511e9b954c7f MAINTAINERS: add mmap trace events to MEMORY MAPPING
omits 2a9665713a1c mm: memcontrol: fix swap counter leak from offline cgroup
omits e52f550da2e3 MAINTAINERS: add MM subsection for the page allocator
omits 15615097f048 MAINTAINERS: update SLAB ALLOCATOR maintainers
omits 21079e5739ea fs/dax: fix folio splitting issue by resetting old folio o [...]
omits ab81406e527d drivers/base/memory: avoid overhead from for_each_present_ [...]
omits 0309754719b3 mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accep [...]
omits 39c0d93f9ef6 mm/contig_alloc: fix alloc_contig_range when __GFP_COMP an [...]
omits 45842b59ec93 x86/cpu: Add CPU model number for Bartlett Lake CPUs with [...]
omits 3f0036c0b5f8 x86/e820: Discard high memory that can't be addressed by 3 [...]
new c62f4b82d571 Merge tag 'v6.15-p4' of git://git.kernel.org/pub/scm/linux [...]
new c1336865c4c9 Merge tag 'devicetree-fixes-for-6.15-1' of git://git.kerne [...]
new bd0dd18d9e4b mm/contig_alloc: fix alloc_contig_range when __GFP_COMP an [...]
new a2ae57777ea6 mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accep [...]
new 675ff3dd605d fs/dax: fix folio splitting issue by resetting old folio o [...]
new 4df46c6ebcf9 MAINTAINERS: update SLAB ALLOCATOR maintainers
new 3956daeffe3e MAINTAINERS: add MM subsection for the page allocator
new 59016be33ea3 mm: memcontrol: fix swap counter leak from offline cgroup
new e4300387e39f MAINTAINERS: add mmap trace events to MEMORY MAPPING
new b8e2a4160c54 MAINTAINERS: add memory advice section
new 2a0f4bca0500 mm/gup: fix wrongly calculated returned value in fault_in_ [...]
new 6e253a999c43 mm: hugetlb: fix incorrect fallback for subpool
new da8c497cae5a docs: ABI: replace mcroce(a)microsoft.com with new Meta address
new 47125b08b8ad writeback: fix false warning in inode_to_wb()
new 73a389b2089b mm, hugetlb: increment the number of pages to be reset on HVO
new d686aa72b4e8 mm/memory: move sanity checks in do_wp_page() after mapcou [...]
new ac750f9bcc4e mm: fix ratelimit_pages update error in dirty_ratio_handler()
new 1693b99e4d5d Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
new a681b7c17dd2 fs: ensure that *path_locked*() helpers leave passed path [...]
new 1492927e3b87 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 12616bb68a8e Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 8dd62d30180a Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
new bd61afde33cd Merge branch 'fs-current' of linux-next
new 688abe1027d0 octeontx2-pf: handle otx2_mbox_get_rsp errors
new 903d2b9f9efc net: ethernet: ti: am65-cpsw: fix port_np reference counting
new 12f2d033fae9 eth: bnxt: fix missing ring index trim on error path
new 2d300ce0b783 net: fib_rules: Fix iif / oif matching on L3 master device
new f9c87590ed6a selftests: fib_rule_tests: Add VRF match tests
new 277cc13a5d69 Merge branch 'fib_rules-fix-iif-oif-matching-on-l3-master-device'
new 10a77965760c batman-adv: Fix double-hold of meshif when getting enabled
new 8b1879491472 can: fix missing decrement of j1939_proto.inuse_idx
new 6315d93541f8 can: rockchip_canfd: fix broken quirks checks
new adf6b730fc8d Merge tag 'linux-can-fixes-for-6.15-20250415' of git://git [...]
new 7e300eaaf84c Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 82303a059aab selftests/bpf: Mitigate sockmap_ktls disconnect_after_dele [...]
new e59fb3b982b7 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 94cefcf56649 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 5061b84b92f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 68715cb5c0e0 ASoC: Intel: sof_sdw: Add NULL check in asoc_sdw_rt_dmic_r [...]
new fc27aed1425b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 5d6f363fc974 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new bbdaff8bfe8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new c42a3a3af6df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 34722495c65f Merge branch 'driver-core-linus' of git://git.kernel.org/p [...]
new b7d0a445f819 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
new 396ffaf3f562 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new 968e1cbb1f62 USB: serial: option: add Sierra Wireless EM9291
new b399078f882b USB: serial: ftdi_sio: add support for Abacus Electrics Op [...]
new 4cc01410e1c1 USB: serial: simple: add OWON HDS200 series oscilloscope support
new 66e560de64e7 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new 94210331a673 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 34e643675c3f Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
new 2f7e6a7d7eaa Merge branch 'char-misc-linus' of git://git.kernel.org/pub [...]
new b9b1e4616abf Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new ce4371ca2134 Merge branch 'for-linus' of git://github.com/awilliam/linu [...]
new 07be53cfa81a selftests/ftrace: Differentiate bash and dash in dynevent_ [...]
new 5dd23954ad4a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f626c8458587 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 1790b4a242fe Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
new b8362c8046a5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 72f070c8da94 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 41e9dc439e95 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 228dcc2afaa0 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new fd0a64ae6e2a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 654c724aec3c Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
new adf53771a312 riscv: Avoid fortify warning in syscall_get_arguments()
new 3af4bec9c1db riscv: KGDB: Do not inline arch_kgdb_breakpoint()
new 550c2aa787d1 riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_c [...]
new dc3e30b49923 Merge patch series "riscv: Rework the arch_kgdb_breakpoint [...]
new 441016056010 riscv: Fix unaligned access info messages
new e94eb7ea6f20 riscv: Properly export reserved regions in /proc/iomem
new 0b4cce68efb9 riscv: module: Fix out-of-bounds relocation access
new 1ee1313f4722 riscv: module: Allocate PLT entries for R_RISCV_PLT32
new fb53a9aa5f5b riscv: Provide all alternative macros all the time
new 1413708f990c riscv: Avoid fortify warning in syscall_get_arguments()
new 615e705fc8c7 Merge tag 'riscv-fixes-6.15-rc3' of ssh://gitolite.kernel. [...]
new 5d37ee8a1d64 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 21b64675de17 Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
new 9b02bad3d299 Merge branch 'kunit-fixes' of git://git.kernel.org/pub/scm [...]
new f4b1203a9e09 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
new 9d4de5ae5208 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
new 9dcf62a1df02 Merge branch into tip/master: 'core/urgent'
new 28e89cdac648 irqchip/renesas-rzv2h: Prevent TINT spurious interrupt
new 9b3ae50cb902 irqchip/irq-bcm2712-mip: Enable driver when ARCH_BCM2835 i [...]
new 2e7a2843d0de Merge branch into tip/master: 'irq/urgent'
new 39893b1e4ad7 Merge branch into tip/master: 'timers/urgent'
new d466304c4322 x86/cpu: Add CPU model number for Bartlett Lake CPUs with [...]
new 1e07b9fad022 x86/e820: Discard high memory that can't be addressed by 3 [...]
new f737ab93945f Merge branch into tip/master: 'x86/urgent'
new 6861de4419ca Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
new 23ecee88f635 Merge branch 'slab/for-next-fixes' of git://git.kernel.org [...]
new 698fc58f5869 Merge branch 'msm-fixes' of https://gitlab.freedesktop.org [...]
new 93ced5296772 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
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 (a6b9fbe391e8)
\
N -- N -- N refs/heads/pending-fixes (93ced5296772)
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 93 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/riscv/include/asm/alternative-macros.h | 19 ++++-----
arch/riscv/include/asm/kgdb.h | 9 +---
arch/riscv/include/asm/syscall.h | 7 +++-
arch/riscv/kernel/kgdb.c | 6 +++
arch/riscv/kernel/module-sections.c | 13 +++---
arch/riscv/kernel/module.c | 2 +-
arch/riscv/kernel/setup.c | 36 +++++++++++++++-
arch/riscv/kernel/unaligned_access_speed.c | 35 +++++++++-------
arch/x86/kernel/e820.c | 10 ++---
drivers/irqchip/Kconfig | 4 +-
drivers/irqchip/irq-renesas-rzv2h.c | 8 ++++
drivers/net/can/rockchip/rockchip_canfd-core.c | 7 ++--
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 4 +-
drivers/net/ethernet/marvell/octeontx2/nic/rep.c | 2 +
drivers/net/ethernet/ti/am65-cpsw-nuss.c | 15 ++++++-
drivers/usb/serial/ftdi_sio.c | 2 +
drivers/usb/serial/ftdi_sio_ids.h | 5 +++
drivers/usb/serial/option.c | 3 ++
drivers/usb/serial/usb-serial-simple.c | 7 ++++
include/linux/compiler.h | 6 +--
include/net/fib_rules.h | 2 +
include/net/flow.h | 1 +
include/net/l3mdev.h | 27 ++++++++++++
lib/test_ubsan.c | 11 +++--
mm/hugetlb_vmemmap.c | 6 +--
mm/memory.c | 4 +-
mm/page-writeback.c | 2 +-
net/batman-adv/hard-interface.c | 1 -
net/can/j1939/socket.c | 1 +
net/core/fib_rules.c | 48 ++++++++++++++++++----
net/l3mdev/l3mdev.c | 4 +-
sound/soc/sdw_utils/soc_sdw_rt_dmic.c | 2 +
.../selftests/bpf/prog_tests/sockmap_ktls.c | 1 -
.../ftrace/test.d/dynevent/dynevent_limitations.tc | 23 ++++++++++-
tools/testing/selftests/net/fib_rule_tests.sh | 34 +++++++++++++++
35 files changed, 285 insertions(+), 82 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 fs-next
in repository linux-next.
omits a9d6e19f91b6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits dc642a990e17 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits 64a47089f778 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...]
omits 856ac7ba557a Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits be766cf64e69 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
omits cb4cd7abb414 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
omits 2af32899268f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ac1370cce35c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a9beba34630b Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits d31eb96cf6eb Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits ec85c1446cd9 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 50f65f513501 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 9d0f2708d8b8 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
omits a7c522f3b8a9 Merge branch 'master' of git://github.com/ceph/ceph-client.git
omits dd22876fd05f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 43fad32581ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 9ff229832548 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
omits f2a0782e340a Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 5fb969e9191b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 0261c35ac633 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 337af9e8f87a bcachefs: bch2_dev_missing_bkey()
omits 8c1a52f64d76 bcachefs: Simplify bch2_count_fsck_err()
omits f07e64eb24ab bcachefs: bch2_run_explicit_recovery_pass_printbuf()
omits f852fba0cc4b bcachefs: Incompatible features may now be enabled at runtime
omits b4fd90f5de92 bcachefs: Clean up option pre/post hooks, small fixes
omits dfced83a149a bcachefs: bch2_copygc_wakeup()
omits 4424dc8529b6 bcachefs: Use drop_locks_do() in bch2_inode_hash_find()
omits f43b4ac8363f bcachefs: Single device mode
omits e506305ac70c bcachefs: Initialize c->name earlier on single dev filesystems
omits dbd41320f27a bcachefs: Simplify logic
omits 0490b4dc4e36 bcachefs: Remove spurious +1/-1 operation
omits 795b127018ba bcachefs: Kill bch2_trans_unlock_noassert
omits 9ad2ebbbfee4 bcachefs: Clean up duplicated code in bch2_journal_halt()
omits f168e57e5fe9 bcachefs: bch2_dev_allocator_set_rw()
omits a5dde391ad4a bcachefs: bch2_dev_journal_alloc() now respects data_allowed
omits 1f9e00bf4522 bcachefs: Improve bch2_btree_cache_to_text()
omits 6510dc1973fe bcachefs: __btree_node_reclaim_checks()
omits 712887f0111c bcachefs: kill BTREE_CACHE_NOT_FREED_INCREMENT()
omits ceff31d3539c bcachefs: Improve opts.degraded
omits 1cbad7c6eac5 bcachefs: export bch2_chacha20
omits 0707ca3c2305 bcachefs: indent error messages of invalid compression
omits 679d07847232 bcachefs: split error messages of invalid compression into [...]
omits 39c22b29a0c5 bcachefs: early return for negative values when parsing BC [...]
omits 557d15ee8e56 bcachefs: move_data_phys: stats are not required
omits 7dee19ef7bdb bcachefs: RO mounts now use less memory
omits 38e0f8d3d530 bcachefs: Move various init code to _init_early()
omits e1d6de44abcf bcachefs: alphabetize init function calls
omits 4b39ed3c569b bcachefs: simplify journal pin initialization
omits 610bb8e1851a bcachefs: btree_io_complete_wq -> btree_write_complete_wq
omits caf21216e67f bcachefs: bch2_kvmalloc() mem alloc profiling
omits a9a37eace907 bcachefs: add missing include
omits f2f96f483d32 bcachefs: bch2_snapshot_table_make_room()
omits ea1892f8504a bcachefs: darray: provide typedefs for primitive types
omits a4c98efb876a bcachefs: reduce new_stripe_alloc_buckets() stack usage
omits e5d33c8b1744 bcachefs: alloc_request no longer on stack
omits e89065544179 bcachefs: alloc_request.ptrs2
omits 598aa50380d5 bcachefs: alloc_request.ca
omits e5277f235b1e bcachefs: alloc_request.counters
omits 0f616fa576d1 bcachefs: alloc_request.usage
omits 71c1aef042e2 bcachefs: alloc_request: deallocate_extra_replicas()
omits 9a418abaf925 bcachefs: new_stripe_alloc_buckets() takes alloc_request
omits 7b402acedd1e bcachefs: bch2_ec_stripe_head_get() takes alloc_request
omits 2441ca782c5a bcachefs: bch2_bucket_alloc_trans() takes alloc_request
omits 8cbcf355ee74 bcachefs: alloc_request.data_type
omits 1063c6e3d618 bcachefs: struct alloc_request
omits 8dda25a417f9 bcachefs: trace bch2_trans_kmalloc()
omits b5dde86308de bcachefs: replace memcpy with memcpy_and_pad for jset_entr [...]
omits f9cbc103145e bcachefs: replace strncpy() with memcpy_and_pad in journal [...]
omits 15b7b0d04eeb bcachefs: Rebalance now skips poisoned extents
omits 510262abea33 bcachefs: Data move can read from poisoned extents
omits b80cc53f21ea bcachefs: Poison extents that can't be read due to checksu [...]
omits bd1c52bb7cfb bcachefs: Be precise about bch_io_failures
omits eaa3b1532cfc bcachefs: bch2_subvolume_wait_for_pagecache_and_delete() cleanup
adds 1ddaff40c08a crypto: tegra - Fix IV usage for AES ECB
adds cfb32c656eb7 crypto: scomp - Fix null-pointer deref when freeing streams
adds b7b39df7e710 crypto: caam/qi - Fix drv_ctx refcount bug
adds 9ae0c92fec69 crypto: scomp - Fix wild memory accesses in scomp_free_streams
adds b2e689baf220 crypto: ahash - Disable request chaining
new c62f4b82d571 Merge tag 'v6.15-p4' of git://git.kernel.org/pub/scm/linux [...]
adds 1296dcbad231 dt-bindings: xilinx: Remove myself from maintainership
adds 71d2143266ef dt-bindings: display: nwl-dsi: Allow 'data-lanes' property [...]
adds 2bd73c7949ea dt-bindings: interrupt-controller: fsl,irqsteer: Add i.MX9 [...]
adds f0b12d3f28b1 dt-bindings: timer: nxp,sysctr-timer: Add i.MX94 support
adds f57edca8c1e6 dt-bindings: timer: renesas,tpu: remove obsolete binding
adds d5f49921707c dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry
new c1336865c4c9 Merge tag 'devicetree-fixes-for-6.15-1' of git://git.kerne [...]
new a681b7c17dd2 fs: ensure that *path_locked*() helpers leave passed path [...]
new 1492927e3b87 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 12616bb68a8e Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 8dd62d30180a Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
new 72b525905390 bcachefs: snapshot_node_missing is now autofix
new 1e78073609da bcachefs: bch2_subvolume_wait_for_pagecache_and_delete() cleanup
new 349e6f7d0acf bcachefs: Be precise about bch_io_failures
new 6210dcc68575 bcachefs: Poison extents that can't be read due to checksu [...]
new 27b7a7bd089e bcachefs: Data move can read from poisoned extents
new 945611e0a9fe bcachefs: Rebalance now skips poisoned extents
new 8ad894f79809 bcachefs: replace strncpy() with memcpy_and_pad in journal [...]
new 5eee475c4af1 bcachefs: replace memcpy with memcpy_and_pad for jset_entr [...]
new 94b5269ae504 bcachefs: trace bch2_trans_kmalloc()
new 526d43d6e2ab bcachefs: struct alloc_request
new d461c69f6936 bcachefs: alloc_request.data_type
new 0db5188ff2b9 bcachefs: bch2_bucket_alloc_trans() takes alloc_request
new f9745bc1ccd2 bcachefs: bch2_ec_stripe_head_get() takes alloc_request
new b3a75a0585d2 bcachefs: new_stripe_alloc_buckets() takes alloc_request
new 800768906a2a bcachefs: alloc_request: deallocate_extra_replicas()
new 660f5c6a50d1 bcachefs: alloc_request.usage
new 9dfd6829fc91 bcachefs: alloc_request.counters
new febc7f3930eb bcachefs: alloc_request.ca
new df1f20293826 bcachefs: alloc_request.ptrs2
new be54799a4a59 bcachefs: alloc_request no longer on stack
new d92b44440d61 bcachefs: reduce new_stripe_alloc_buckets() stack usage
new 0861a11a4509 bcachefs: darray: provide typedefs for primitive types
new 7cd98150c6f9 bcachefs: bch2_snapshot_table_make_room()
new 102ec12ed922 bcachefs: add missing include
new ffe1ed30101d bcachefs: bch2_kvmalloc() mem alloc profiling
new 5c4a332933fe bcachefs: btree_io_complete_wq -> btree_write_complete_wq
new 920414f85306 bcachefs: simplify journal pin initialization
new 02427a7d6d76 bcachefs: alphabetize init function calls
new 548927393242 bcachefs: Move various init code to _init_early()
new 07a0b1eb901d bcachefs: RO mounts now use less memory
new 8e1be026dd02 bcachefs: move_data_phys: stats are not required
new 137a1bfbf961 bcachefs: early return for negative values when parsing BC [...]
new 52bf3c29c885 bcachefs: split error messages of invalid compression into [...]
new 66f2337c4ec4 bcachefs: indent error messages of invalid compression
new b72fb2b97dc6 bcachefs: export bch2_chacha20
new eee89026cb57 bcachefs: Improve opts.degraded
new ae9ad960f34a bcachefs: kill BTREE_CACHE_NOT_FREED_INCREMENT()
new 037442bea10f bcachefs: __btree_node_reclaim_checks()
new 632c8e8b0b76 bcachefs: Improve bch2_btree_cache_to_text()
new a5b344f09d10 bcachefs: bch2_dev_journal_alloc() now respects data_allowed
new 684aab6ff357 bcachefs: bch2_dev_allocator_set_rw()
new e84ce81fec1e bcachefs: Clean up duplicated code in bch2_journal_halt()
new 82f8a6739ed4 bcachefs: Kill bch2_trans_unlock_noassert
new 5c64b0901bc7 bcachefs: Remove spurious +1/-1 operation
new 8b8c89d942cf bcachefs: Simplify logic
new 0c7ae3e9e60e bcachefs: Initialize c->name earlier on single dev filesystems
new ac55762c8f9d bcachefs: Single device mode
new b0e740f2a994 bcachefs: Use drop_locks_do() in bch2_inode_hash_find()
new abd911b38d01 bcachefs: bch2_copygc_wakeup()
new 65c4085a58dc bcachefs: Clean up option pre/post hooks, small fixes
new 89056bd84d86 bcachefs: Incompatible features may now be enabled at runtime
new 89a5440177af bcachefs: bch2_run_explicit_recovery_pass_printbuf()
new 9840d15ca8df bcachefs: Simplify bch2_count_fsck_err()
new 20ab3de171eb bcachefs: bch2_dev_missing_bkey()
new 70f94b7beb4a bcachefs: print_str_as_lines() -> print_str()
new 6e307b0ff7c8 bcachefs: Flag for repair on missing subvolume
new 9049f8fb65d7 bcachefs: Add a recovery pass for making sure root inode i [...]
new 620e20868fdd bcachefs: sb_validate() no longer requires members_v1
new 3ab70a68d701 bcachefs: Shrink superblock downgrade table
new 7f41405ba8d5 bcachefs: Print features on startup with -o verbose
new 5359b9ec1ddc bcachefs: BCH_FEATURE_no_alloc_info
new 30a7af18691a bcachefs: BCH_FEATURE_small_image
new 4ca0496d63c1 bcachefs: BCH_MEMBER_RESIZE_ON_MOUNT
new a31f49c4d34f bcachefs: export bch2_move_data_phys()
new b68d31a8d2d1 bcachefs: Plumb target parameter through btree_node_rewrite_pos()
new de1383ac67c1 bcachefs: plumb btree_id through move_pred_fd
new 9c583e36b1dd bcachefs: bch2_move_data_btree() can move btree nodes
new 41fd9d561579 bcachefs: bch2_move_data_btree() can now walk roots
new b2dcbe2613ad docs: bcachefs: idle work scheduling design doc
new d05e36657f24 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
new 97d6075f6f3b Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new 3729083ac0b9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f33a84261336 Merge branch 'master' of git://github.com/ceph/ceph-client.git
new 013b9d1d1d0f Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new 02c0af0427a1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 69288e3d00af Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 474cef65284b Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
new 38a0440cfb88 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 8e2dacbc1c99 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 726adc403b39 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 096a3fd44687 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
new c42a052c3121 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
new e3684a68f596 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
new 4b3a5b277822 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...]
new b73e05281cd9 xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure
new a1a56f541a8f xfs: mark xfs_buf_free as might_sleep()
new 845abeb1f06a xfs: add tunable threshold parameter for triggering zone GC
new a37b3b9c3cc5 xfs: compute buffer address correctly in xmbuf_map_backing_mem
new 1c406526bd84 xfs: Fix spelling mistake "drity" -> "dirty"
new 022336e21178 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new 9e4af5b3667d Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
new 56577cd0e671 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
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 (a9d6e19f91b6)
\
N -- N -- N refs/heads/fs-next (56577cd0e671)
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 98 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:
Documentation/admin-guide/xfs.rst | 21 ++++
.../devicetree/bindings/ata/ceva,ahci-1v84.yaml | 1 -
.../bindings/display/bridge/nwl-dsi.yaml | 18 ++-
.../bindings/gpio/xlnx,zynqmp-gpio-modepin.yaml | 1 -
.../interrupt-controller/fsl,irqsteer.yaml | 1 +
.../devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 9 --
.../bindings/reset/xlnx,zynqmp-reset.yaml | 1 -
.../bindings/soc/fsl/fsl,ls1028a-reset.yaml | 2 +-
.../bindings/timer/nxp,sysctr-timer.yaml | 11 +-
.../devicetree/bindings/timer/renesas,tpu.yaml | 56 ----------
.../devicetree/bindings/usb/dwc3-xilinx.yaml | 1 -
.../devicetree/bindings/usb/microchip,usb5744.yaml | 1 -
.../devicetree/bindings/usb/xlnx,usb2.yaml | 1 -
.../filesystems/bcachefs/future/idle_work.rst | 77 +++++++++++++
Documentation/filesystems/bcachefs/index.rst | 7 ++
crypto/ahash.c | 76 +------------
crypto/scompress.c | 10 +-
drivers/crypto/caam/qi.c | 6 +-
drivers/crypto/tegra/tegra-se-aes.c | 5 +-
fs/bcachefs/alloc_foreground.c | 2 +-
fs/bcachefs/bcachefs.h | 3 +-
fs/bcachefs/bcachefs_format.h | 4 +-
fs/bcachefs/btree_io.c | 4 +-
fs/bcachefs/btree_iter.c | 4 +-
fs/bcachefs/btree_locking.c | 2 +-
fs/bcachefs/btree_node_scan.c | 6 +-
fs/bcachefs/btree_update_interior.c | 39 ++++---
fs/bcachefs/btree_update_interior.h | 4 +-
fs/bcachefs/buckets.c | 6 +-
fs/bcachefs/data_update.c | 2 +-
fs/bcachefs/errcode.h | 2 +
fs/bcachefs/error.c | 10 +-
fs/bcachefs/journal.c | 13 ++-
fs/bcachefs/journal_io.c | 2 +-
fs/bcachefs/move.c | 124 +++++++++++++++------
fs/bcachefs/move.h | 9 +-
fs/bcachefs/rebalance.c | 2 +-
fs/bcachefs/recovery.c | 32 +++++-
fs/bcachefs/recovery.h | 1 +
fs/bcachefs/recovery_passes.c | 35 +++++-
fs/bcachefs/recovery_passes_types.h | 21 ++--
fs/bcachefs/sb-downgrade.c | 3 +
fs/bcachefs/sb-errors_format.h | 5 +-
fs/bcachefs/sb-members.c | 12 +-
fs/bcachefs/sb-members.h | 1 +
fs/bcachefs/sb-members_format.h | 2 +
fs/bcachefs/sb-members_types.h | 1 +
fs/bcachefs/subvolume.c | 44 +++++---
fs/bcachefs/super-io.c | 8 +-
fs/bcachefs/super.c | 98 ++++++++++++++--
fs/bcachefs/super.h | 1 +
fs/bcachefs/util.c | 14 +--
fs/bcachefs/util.h | 3 +-
fs/xfs/xfs_buf.c | 1 +
fs/xfs/xfs_buf_mem.c | 2 +-
fs/xfs/xfs_dquot.c | 3 +-
fs/xfs/xfs_inode_item.c | 6 -
fs/xfs/xfs_log.c | 2 +-
fs/xfs/xfs_mount.h | 1 +
fs/xfs/xfs_sysfs.c | 32 ++++++
fs/xfs/xfs_trans_ail.c | 5 +-
fs/xfs/xfs_trans_priv.h | 28 -----
fs/xfs/xfs_zone_alloc.c | 7 ++
fs/xfs/xfs_zone_gc.c | 16 ++-
include/crypto/hash.h | 6 +-
include/crypto/internal/hash.h | 2 +-
66 files changed, 592 insertions(+), 343 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/timer/renesas,tpu.yaml
create mode 100644 Documentation/filesystems/bcachefs/future/idle_work.rst
--
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 fs-current
in repository linux-next.
omits f2a0782e340a Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 5fb969e9191b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 0261c35ac633 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits b1eb86b028e1 fs: ensure that *path_locked*() helpers leave passed path [...]
adds 1ddaff40c08a crypto: tegra - Fix IV usage for AES ECB
adds cfb32c656eb7 crypto: scomp - Fix null-pointer deref when freeing streams
adds b7b39df7e710 crypto: caam/qi - Fix drv_ctx refcount bug
adds 9ae0c92fec69 crypto: scomp - Fix wild memory accesses in scomp_free_streams
adds b2e689baf220 crypto: ahash - Disable request chaining
new c62f4b82d571 Merge tag 'v6.15-p4' of git://git.kernel.org/pub/scm/linux [...]
adds 1296dcbad231 dt-bindings: xilinx: Remove myself from maintainership
adds 71d2143266ef dt-bindings: display: nwl-dsi: Allow 'data-lanes' property [...]
adds 2bd73c7949ea dt-bindings: interrupt-controller: fsl,irqsteer: Add i.MX9 [...]
adds f0b12d3f28b1 dt-bindings: timer: nxp,sysctr-timer: Add i.MX94 support
adds f57edca8c1e6 dt-bindings: timer: renesas,tpu: remove obsolete binding
adds d5f49921707c dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry
new c1336865c4c9 Merge tag 'devicetree-fixes-for-6.15-1' of git://git.kerne [...]
new a681b7c17dd2 fs: ensure that *path_locked*() helpers leave passed path [...]
new 1492927e3b87 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 12616bb68a8e Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 8dd62d30180a Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
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 (f2a0782e340a)
\
N -- N -- N refs/heads/fs-current (8dd62d30180a)
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 6 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/ata/ceva,ahci-1v84.yaml | 1 -
.../bindings/display/bridge/nwl-dsi.yaml | 18 ++++-
.../bindings/gpio/xlnx,zynqmp-gpio-modepin.yaml | 1 -
.../interrupt-controller/fsl,irqsteer.yaml | 1 +
.../devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 9 ---
.../bindings/reset/xlnx,zynqmp-reset.yaml | 1 -
.../bindings/soc/fsl/fsl,ls1028a-reset.yaml | 2 +-
.../bindings/timer/nxp,sysctr-timer.yaml | 11 +++-
.../devicetree/bindings/timer/renesas,tpu.yaml | 56 ----------------
.../devicetree/bindings/usb/dwc3-xilinx.yaml | 1 -
.../devicetree/bindings/usb/microchip,usb5744.yaml | 1 -
.../devicetree/bindings/usb/xlnx,usb2.yaml | 1 -
crypto/ahash.c | 76 +---------------------
crypto/scompress.c | 10 ++-
drivers/crypto/caam/qi.c | 6 +-
drivers/crypto/tegra/tegra-se-aes.c | 5 +-
include/crypto/hash.h | 6 +-
include/crypto/internal/hash.h | 2 +-
18 files changed, 45 insertions(+), 163 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/timer/renesas,tpu.yaml
--
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 62151c32e3d Fix wrong optimization of conditional expression with enume [...]
new efe332f2ced 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/ChangeLog | 131 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 107 +++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 97 +++++++++++++++++++++++++++++++++++
4 files changed, 336 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 releases/gcc-13
in repository gcc.
from 4182fa87758 libstdc++: Add dg-options "-std=gnu++20" to backported tests
new 13449ccc5f7 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 +-
libstdc++-v3/ChangeLog | 186 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 187 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.