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 b738b9be372 Daily bump.
new b5f0faa4eb7 c++: Fix up cp_build_array_ref COND_EXPR handling [PR120471]
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/typeck.cc | 130 ++++++++++++++++++++++++++++++++--
gcc/testsuite/g++.dg/parse/pr120471.C | 42 +++++++++++
gcc/testsuite/g++.dg/ubsan/pr120471.C | 21 ++++++
3 files changed, 186 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr120471.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr120471.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 gcc.
from d8d5e2a8031 x86-64: Add RDI clobber to 64-bit dynamic TLS patterns
new 37bf13adcda tree-optimization/118669 - fixup wrongly aligned loads/stores
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/tree-vect-stmts.cc | 6 ++++--
1 file changed, 4 insertions(+), 2 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 d054cef9c3f Daily bump.
new 72b828227f8 aarch64: Incorrect removal of ZA restore [PR120624]
new d21bfd170f9 c++: Fix up cp_build_array_ref COND_EXPR handling [PR120471]
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/aarch64/aarch64-sme.md | 2 +
gcc/config/aarch64/aarch64.md | 8 ++
gcc/cp/typeck.cc | 130 ++++++++++++++++++++--
gcc/testsuite/g++.dg/parse/pr120471.C | 42 +++++++
gcc/testsuite/g++.dg/ubsan/pr120471.C | 21 ++++
gcc/testsuite/gcc.target/aarch64/sme/za_state_7.c | 21 ++++
6 files changed, 217 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr120471.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr120471.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/za_state_7.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 gcc.
from 53c83228269 c++: uninitialized TARGET_EXPR and constexpr [PR120684]
new d8d5e2a8031 x86-64: Add RDI clobber to 64-bit dynamic TLS patterns
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/config/i386/i386.cc | 3 ++-
gcc/config/i386/i386.md | 18 +++++++++++-------
gcc/testsuite/gcc.target/i386/pr120908.c | 16 ++++++++++++++++
3 files changed, 29 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr120908.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 glibc.
from 7eed691cc2 stdlib/Makefile: Remove deleted test's libm dependency
new 4900f993c8 manual: Remove '.info' suffix in manual names passed to @ref [...]
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:
manual/intro.texi | 3 +--
manual/maint.texi | 4 ++--
manual/stdio.texi | 4 ++--
3 files changed, 5 insertions(+), 6 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 b8a7d512536 Daily bump.
new 53c83228269 c++: uninitialized TARGET_EXPR and constexpr [PR120684]
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 | 10 ++++++++--
gcc/testsuite/g++.dg/cpp23/range-for10.C | 23 +++++++++++++++++++++++
2 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/range-for10.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 main
in repository newlib.
from fa272e05b wcstombs: also call __WCTOMB on terminating NUL if output buf [...]
new 65a48c720 Cygwin: console: Call set_input_mode() after changing disable [...]
new bbd3710fc Cygwin: console: Set console mode only if std{in,out,err} is console
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:
winsup/cygwin/dtable.cc | 6 +----
winsup/cygwin/fhandler/console.cc | 49 ++++++++++++++++++++++++++++-----------
2 files changed, 36 insertions(+), 19 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 cygwin-3_6-branch
in repository newlib.
from ac7488256 wcstombs: also call __WCTOMB on terminating NUL if output buf [...]
new 47c745545 Cygwin: console: Call set_input_mode() after changing disable [...]
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:
winsup/cygwin/fhandler/console.cc | 13 +++++++++----
1 file changed, 9 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 releases/gcc-15
in repository gcc.
from 698fefe1eed Daily bump.
new 8b3e6dbe513 [committed][PR rtl-optimization/120550] Drop REG_EQUAL note [...]
new 2498cbbcdb2 Fixup dropping REG_EQUAL note in ext-dce
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/ext-dce.cc | 5 +++++
1 file changed, 5 insertions(+)
--
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 1b2f703000c0 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 1efb25e12279 Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
omits 43b0c3fa3120 Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
omits 700ea6cb3ede Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
omits cd1517017549 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
omits 16143e9af901 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
omits 6ae359de46fc Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
omits 8320cb144462 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 3ab148bd825e Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits b4b9355aea98 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 2897d4269f12 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 10666454eef3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 6cae50ad01e2 Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
omits 3436424273bc Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
omits 52973201180b Merge branch 'for-mfd-fixes' of git://git.kernel.org/pub/s [...]
omits 2ea6316635d1 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits ec8ce5810f12 Merge branch 'libcrypto-fixes' of git://git.kernel.org/pub [...]
omits 40e1e3651d41 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 2933fd89ab3a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 66375faf5dd6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 922587878001 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits c939185dc611 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 49583d5dc0a3 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits f2fe0b324030 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 58191f9194fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits e4e8791252c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 84fd8441bd6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 8e40dff738cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits ab38241a982d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 7f7b60a615d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits f001e475f900 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
omits cd74de6a5cec Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 4f1dfbf032bd Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits d53315fc89b7 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits fe036526b6df Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits f9b978c35fd0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits fde12cee4e64 Merge branch 'fs-current' of linux-next
omits c288ee9804aa Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits 874a1e3cdd5e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 2747357be391 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 0b5c2e7b41c0 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits dcbeca101fec Merge x86/urgent into tip/urgent
omits b2da0525fa92 Merge irq/urgent into tip/urgent
omits 14a991cd39fe Merge ras/urgent into tip/urgent
omits 69d113c68c28 mm/damon/core: handle damon_call_control as normal under k [...]
omits cf0ea240f2f6 mm/vmscan: fix hwpoisoned large folio handling in shrink_f [...]
omits 47682c54ce9c mm/memory_hotplug: fix hwpoisoned large folio handling in [...]
omits c75b3061babe mm/rmap: fix potential out-of-bounds page table access dur [...]
omits 0bd584cc5f01 mm/hugetlb: don't crash when allocating a folio if there a [...]
omits f403e7da822a fix-do_pages_stat-to-use-compat_uptr_t-fix
omits a8bacafbee9d mm/migrate.c: fix do_pages_stat to use compat_uptr_t
omits f376b2471790 scripts/gdb: de-reference per-CPU MCE interrupts
omits 2eef334fd9fa scripts/gdb: fix interrupts.py after maple tree conversion
omits 9e1756de6d74 maple_tree: fix mt_destroy_walk() on root leaf node
omits c42b7e7147a0 mm/vmalloc: leave lazy MMU mode on PTE mapping error
omits b21ea4cc2888 scripts/gdb: fix interrupts display after MCP on x86
omits 2f35008bd792 lib-alloc_tag-do-not-acquire-non-existent-lock-in-alloc_ta [...]
omits 61c099709fae lib/alloc_tag: do not acquire non-existent lock in alloc_t [...]
adds 9c19b3315cef sunrpc: fix loop in gss seqno cache
adds e8d6f3ab5946 nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init( [...]
adds c01776287414 NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN
adds 38074de35b01 NFSv4/flexfiles: Fix handling of NFS level errors in I/O
new ce95858aeedf Merge tag 'nfs-for-6.16-2' of git://git.linux-nfs.org/proj [...]
new 65c1736c8e9d Merge tag 'mfd-fixes-6.16' of git://git.kernel.org/pub/scm [...]
new 7e4a6b57dd7f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 3c894cb29bbf Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...]
new ba6a2f25d3d0 Merge tag 's390-6.16-4' of git://git.kernel.org/pub/scm/li [...]
new b4911fb0b060 Merge tag 'mmc-v6.16-rc1' of git://git.kernel.org/pub/scm/ [...]
new 03f24c814303 kallsyms: fix build without execinfo
new 1f350f97af98 lib/alloc_tag: do not acquire non-existent lock in alloc_t [...]
new 70f20a882238 lib-alloc_tag-do-not-acquire-non-existent-lock-in-alloc_ta [...]
new de2cb2ed54df scripts/gdb: fix interrupts display after MCP on x86
new f3736c832dad mm/vmalloc: leave lazy MMU mode on PTE mapping error
new bb34ab4f8954 maple_tree: fix mt_destroy_walk() on root leaf node
new 2f019e7d8917 scripts/gdb: fix interrupts.py after maple tree conversion
new 60d3ce8c4feb scripts/gdb: de-reference per-CPU MCE interrupts
new c55b81706031 mm/hugetlb: don't crash when allocating a folio if there a [...]
new a2cbec63f6f1 mm/rmap: fix potential out-of-bounds page table access dur [...]
new 72048072f21d mm/memory_hotplug: fix hwpoisoned large folio handling in [...]
new 4b005db5c5f9 mm/vmscan: fix hwpoisoned large folio handling in shrink_f [...]
new e508f54eb2ea mm/damon/core: handle damon_call_control as normal under k [...]
new 6a6a938f1384 mm/migrate: fix do_pages_stat in compat mode
new 379609d17f3e scripts: gdb: vfs: support external dentry names
new 77a50f109a92 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
new df43ee1b368c anon_inode: rework assertions
new d75e2b24ba81 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 56eb02b86cb8 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new e264c4dae812 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 336880d5f1ba Merge branch 'fs-current' of linux-next
new e6ed134a4ef5 lib: test_objagg: Set error message in check_expect_hints_stats()
new 42fd432fe6d3 amd-xgbe: align CL37 AN sequence as per databook
new aaf2b2480375 enic: fix incorrect MTU comparison in enic_change_mtu()
new 34a500caf48c rose: fix dangling neighbour pointers in rose_rt_device_down()
new 561aa0e22b70 nui: Fix dma_mapping_error() check
new 103406b38c60 net/sched: Always pass notifications when child class beco [...]
new 16ceda2ef683 amd-xgbe: do not double read link status
new 5186ff7e1d0e net: libwx: fix the incorrect display of the queue number
new c2a2ff6b4db5 net: ipv4: fix stat increase when udp early demux drops th [...]
new f77bf1ebf8ff idpf: return 0 size for RSS key if not supported
new b2beb5bb2cd9 idpf: convert control queue mutex to a spinlock
new 0325143b59c6 igc: disable L1.2 PCI-E link substate to avoid performance issue
new bd475eeaaf3c Merge branch '200GbE' of git://git.kernel.org/pub/scm/linu [...]
new e86880649ff6 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 65ac665f9dc5 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new ac409a138c9d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new b6d74e23ff31 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new db98ee568510 ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR
new 8c564a250e72 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new f7690d058170 ASoC: Intel: sof_sdw: Add quirks for Lenovo P1 and P16
new 16ef665cab5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 3fbf2563fa95 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 324cc31e7972 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 76bbd0d6919c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new cca755a1e4e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 904613d55bba Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new f7de3dd5de32 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new f1d0965226c7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 0c8f10e45b4d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 41aa95653f05 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 9169de695745 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 3a8ccf118994 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 0c1b17c20704 Merge branch 'libcrypto-fixes' of git://git.kernel.org/pub [...]
new 5d323aefe7fd Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f807a1250c47 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
new 91a833c67fcf Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
new eb617dd25ca1 platform/x86: dell-wmi-sysman: Fix WMI data block retrieva [...]
new e1af6f0146d6 platform/x86: Update swnode graph for amd isp4
new 11cba4793b95 platform/x86: hp-bioscfg: Fix class device unregistration
new 5ff1fbb30597 platform/x86: think-lmi: Fix class device unregistration
new 314e5ad4782d platform/x86: dell-wmi-sysman: Fix class device unregistration
new 690be4bc589a platform/x86/intel/hid: Add Wildcat Lake support
new b1c26e059536 Move FCH header to a location accessible by all archs
new af14ed3fcb27 i2c: Re-enable piix4 driver on non-x86
new 644bec18e705 platform/mellanox: mlxreg-lc: Fix logic error in power sta [...]
new 098abce10ba0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new e37b9d5ce34a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new a3d900eda52d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 677e795a3dcd Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new 6f49743af42c riscv: Require clang-17 or newer for kCFI
new 2b29be967ae4 riscv: cpu_ops_sbi: Use static array for boot_data
new 5903a7452e64 Merge tag 'riscv-fixes-6.16-rc4' of ssh://gitolite.kernel. [...]
new c09b554388a7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f5f4002cd613 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
new 71cf839a3ecb Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
new 5f05fc6e2218 dt-bindings: i2c: realtek,rtl9301: Fix missing 'reg' constraint
new d3d109dd0718 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
new 7cb907de53eb Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
new 6e71dd124c63 Merge ras/urgent into tip/urgent
new 7b4c5a37544b perf/core: Fix the WARN_ON_ONCE is out of lock protected region
new cbe399ce7d92 Merge perf/urgent into tip/urgent
new b3b6a0bd5375 Merge irq/urgent into tip/urgent
new 017bdf007678 Merge x86/urgent into tip/urgent
new 3ebb1b652239 sched: Fix preemption string of preempt_dynamic_none
new 009836b4fa52 sched/core: Fix migrate_swap() vs. hotplug
new 2d0c88051a09 Merge sched/urgent into tip/urgent
new ccdd09e0fc0d objtool: Add missing endian conversion to read_annotate()
new 36ff7d39b5a2 Merge objtool/urgent into tip/urgent
new 9a57c3773152 futex: Temporary disable FUTEX_PRIVATE_HASH
new 41e4c617f732 Merge locking/urgent into tip/urgent
new 277a7964959a Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
new 5307dce878d4 drm/gem: Acquire references on GEM handles for framebuffers
new 226862f50a7a drm/v3d: Disable interrupts before resetting the GPU
new bb2c96d4df62 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 (1b2f703000c0)
\
N -- N -- N refs/heads/pending-fixes (bb2c96d4df62)
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 101 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/i2c/realtek,rtl9301-i2c.yaml | 3 +-
arch/riscv/Kconfig | 3 +-
arch/riscv/kernel/cpu_ops_sbi.c | 6 +-
arch/x86/kernel/cpu/amd.c | 2 +-
drivers/gpu/drm/drm_gem.c | 44 ++++-
drivers/gpu/drm/drm_gem_framebuffer_helper.c | 16 +-
drivers/gpu/drm/drm_internal.h | 2 +
drivers/gpu/drm/v3d/v3d_drv.h | 8 +
drivers/gpu/drm/v3d/v3d_gem.c | 2 +
drivers/gpu/drm/v3d/v3d_irq.c | 37 +++--
drivers/i2c/busses/Kconfig | 2 +-
drivers/i2c/busses/i2c-piix4.c | 2 +-
drivers/net/ethernet/amd/xgbe/xgbe-common.h | 2 +
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 13 ++
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 24 ++-
drivers/net/ethernet/amd/xgbe/xgbe.h | 4 +-
drivers/net/ethernet/cisco/enic/enic_main.c | 4 +-
drivers/net/ethernet/intel/idpf/idpf_controlq.c | 23 ++-
.../net/ethernet/intel/idpf/idpf_controlq_api.h | 2 +-
drivers/net/ethernet/intel/idpf/idpf_ethtool.c | 4 +-
drivers/net/ethernet/intel/idpf/idpf_lib.c | 12 +-
drivers/net/ethernet/intel/igc/igc_main.c | 10 ++
drivers/net/ethernet/sun/niu.c | 31 +++-
drivers/net/ethernet/sun/niu.h | 4 +
drivers/net/ethernet/wangxun/libwx/wx_lib.c | 1 +
drivers/platform/mellanox/mlxreg-lc.c | 2 +-
drivers/platform/x86/amd/amd_isp4.c | 181 ++++++++++++++++-----
drivers/platform/x86/amd/pmc/pmc-quirks.c | 2 +-
.../x86/dell/dell-wmi-sysman/dell-wmi-sysman.h | 5 +
.../x86/dell/dell-wmi-sysman/enum-attributes.c | 5 +-
.../x86/dell/dell-wmi-sysman/int-attributes.c | 5 +-
.../x86/dell/dell-wmi-sysman/passobj-attributes.c | 5 +-
.../x86/dell/dell-wmi-sysman/string-attributes.c | 5 +-
drivers/platform/x86/dell/dell-wmi-sysman/sysman.c | 12 +-
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c | 4 +-
drivers/platform/x86/intel/hid.c | 1 +
drivers/platform/x86/think-lmi.c | 4 +-
fs/exec.c | 9 +-
fs/libfs.c | 8 +-
fs/namei.c | 2 +-
fs/nfs/flexfilelayout/flexfilelayout.c | 118 ++++++++++----
fs/nfs/inode.c | 17 +-
fs/nfs/pnfs.c | 4 +-
.../linux/platform_data/x86/amd-fch.h | 0
init/Kconfig | 4 +
kernel/events/core.c | 4 +-
kernel/sched/core.c | 7 +-
kernel/stop_machine.c | 20 +--
lib/test_objagg.c | 4 +-
mm/migrate.c | 21 +--
net/ipv4/ip_input.c | 7 +-
net/rose/rose_route.c | 15 +-
net/sched/sch_api.c | 19 +--
net/sunrpc/auth_gss/auth_gss.c | 2 +-
scripts/gdb/linux/vfs.py | 2 +-
sound/pci/hda/patch_realtek.c | 1 +
sound/soc/intel/boards/sof_sdw.c | 3 +
tools/include/linux/kallsyms.h | 4 +
tools/objtool/check.c | 1 +
59 files changed, 542 insertions(+), 222 deletions(-)
rename arch/x86/include/asm/amd/fch.h => include/linux/platform_data/x86/amd-fch.h (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.