This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 6a936be4adf Daily bump.
new 92a12b93edf Consistently use "rG" constraint for copy instruction in mo [...]
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/pa/pa.md | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 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 4a0fed0c0c7 openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntax
new 168761adf97 Consistently use "rG" constraint for copy instruction in mo [...]
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/pa/pa.md | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 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 c057ed9c52c openmp: Fix up strtoul and strtoull uses in libgomp
new 4a0fed0c0c7 openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntax
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:
libgomp/env.c | 35 ++++++++++++++++++++++++--------
libgomp/libgomp.texi | 6 +++---
libgomp/testsuite/libgomp.c/affinity-1.c | 6 ++++--
3 files changed, 33 insertions(+), 14 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 ec681c53f8d2 Merge tag 'net-5.15-rc6' of git://git.kernel.org/pub/scm/l [...]
new b8a30b4171b9 fs/ntfs3: Remove unnecesarry mount option noatime
new c2c389fd6c6b fs/ntfs3: Remove unnecesarry remount flag handling
new 564c97bdfa39 fs/ntfs3: Convert mount options to pointer in sbi
new 610f8f5a7baf fs/ntfs3: Use new api for mounting
new 27fac77707a1 fs/ntfs3: Init spi more in init_fs_context than fill_super
new 9d1939f4575f fs/ntfs3: Make mount option nohidden more universal
new e274cde8c755 fs/ntfs3: Add iocharset= mount option as alias for nls=
new 28a941ffc140 fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules
new 15b2ae776044 fs/ntfs3: Show uid/gid always in show_options()
new 0327c6d01a97 fs/ntfs3: Remove redundant initialization of variable err
new cde81f13ef63 fs/ntfs3. Add forward declarations for structs to debug.h
new 4dfe83320e1e fs/ntfs3: Add missing header files to ntfs.h
new f239b3a95dd4 fs/ntfs3: Add missing headers and forward declarations to [...]
new b6ba81034b1b fs/ntfs3: Add missing header and guards to lib/ headers
new c632f639d1d9 fs/ntfs3: Change right headers to bitfunc.c
new f97676611937 fs/ntfs3: Change right headers to upcase.c
new 977d0558e310 fs/ntfs3: Change right headers to lznt.c
new 9c2aadd0fdf8 fs/ntfs3: Remove unneeded header files from c files
new 162333efa8dc fs/ntfs3: Limit binary search table size
new ef9297007e99 fs/ntfs3: Make binary search to search smaller chunks in b [...]
new 8e69212253d3 fs/ntfs3: Always use binary search with entry search
new 7d95995ab4de fs/ntfs3: Remove '+' before constant in ni_insert_resident()
new 4ca7fe57f21a fs/ntfs3: Place Comparisons constant right side of the test
new 2829e39e0e8a fs/ntfs3: Remove braces from single statment block
new cffb5152eea8 fs/ntfs3: Remove tabs before spaces from comment
new edb853ff3dc0 fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPC
new f162f7b8dbc2 fs/ntfs3: Remove always false condition check
new b5322eb1ae94 fs/ntfs3: Use clamp/max macros instead of comparisons
new 6e3331ee3446 fs/ntfs3: Use min/max macros instated of ternary operators
new 0412016e4807 fs/ntfs3: Fix wrong error message $Logfile -> $UpCase
new 7ea04817866a fs/ntfs3: Change EINVAL to ENOMEM when d_make_root fails
new 5d7d6b16bc1d fs/ntfs3: Remove impossible fault condition in fill_super
new bce1828f6d82 fs/ntfs3: Return straight without goto in fill_super
new 10b4f12c7028 fs/ntfs3: Remove unnecessary variable loading in fill_super
new b4f110d65e21 fs/ntfs3: Use sb instead of sbi->sb in fill_super
new 0cde7e81cd44 fs/ntfs3: Remove tmp var is_ro in ntfs_fill_super
new 4ea41b3eb5fd fs/ntfs3: Remove tmp pointer bd_inode in fill_super
new 0056b273757b fs/ntfs3: Remove tmp pointer upcase in fill_super
new 0e59a87ee619 fs/ntfs3: Initialize pointer before use place in fill_super
new 28861e3bbd9e fs/ntfs3: Initiliaze sb blocksize only in one place + refactor
new a0fc05a37cae Doc/fs/ntfs3: Fix rst format and make it cleaner
new 880301bb3132 fs/ntfs3: Fix a memory leak on object opts
new ee9d4810aab9 fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext
new 56eaeb10e261 fs/ntfs3: Change max hardlinks limit to 4000
new 6354467245ff fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update
new d2846bf33c14 fs/ntfs3: Remove a useless test in 'indx_find()'
new 808bc0a82bcd fs/ntfs3: Remove a useless shadowing variable
new 82cb87531318 fs/ntfs3: Remove deprecated mount options nls
new 6c1ee4d30498 fs/ntfs3: Fix logical error in ntfs_create_inode
new d562e901f25d fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inode
new 0bd5fdb811b0 fs/ntfs3: Refactor ntfs_get_acl_ex for better readability
new 398c35f4d784 fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_ex
new ba77237ef880 fs/ntfs3: Change posix_acl_equiv_mode to posix_acl_update_mode
new 66019837a556 fs/ntfs3: Refactoring lock in ntfs_init_acl
new 09f7c338da78 fs/ntfs3: Reject mount if boot's cluster size < media sector size
new dbf59e2a33d2 fs/ntfs3: Refactoring of ntfs_init_from_boot
new 35afb70dcfe4 fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrect
new b1e0c55a4099 fs/ntfs3: Use available posix_acl_release instead of ntfs_ [...]
new d81e06be921f fs/ntfs3: Remove locked argument in ntfs_set_ea
new cff32466bf85 fs/ntfs3: Refactoring of ntfs_set_ea
new 8241fffae7c8 fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal files
new 95dd8b2c1ed0 fs/ntfs3: Remove unnecessary functions
new ce46ae0c3e31 fs/ntfs3: Keep prealloc for all types of files
new 9b75450d6c58 fs/ntfs3: Fix memory leak if fill_super failed
new 2c69078851b3 fs/ntfs3: Rework ntfs_utf16_to_nls
new 4dbe8e4413d7 fs/ntfs3: Refactor ntfs_readlink_hlp
new 14a981193e40 fs/ntfs3: Refactor ntfs_create_inode
new cd4c76ff807c fs/ntfs3: Refactor ni_parse_reparse
new 22b05f1ac033 fs/ntfs3: Refactor ntfs_read_mft
new 8607954cf255 fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_list
new 86a44e9067c9 Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Sof [...]
new 654e9c18dfab drm/msm: Fix crash on dev file close
new f6f59072e821 drm/msm/a6xx: Serialize GMU communication
new 14eb0cb4e9a7 drm/msm/a6xx: Track current ctx by seqno
new 4cd82aa39bda drm/msm: A bit more docs + cleanup
new 68002469e571 drm/msm: One sched entity per process per priority
new 95c58291ee70 drm/msm/submit: fix overflow check on 64-bit architectures
new 9463b64d1a34 drm/msm/dp: only signal audio when disconnected detected a [...]
new efb8a170a367 drm/msm: Fix devfreq NULL pointer dereference on a3xx
new 171316a68d9a drm/msm: Avoid potential overflow in timeout_to_jiffies()
new c491a0c7bbf3 drm/msm/mdp5: fix cursor-related warnings
new 2133c4fc8e13 drm/msm: Fix null pointer dereference on pointer edp
new 980d74e7d03c drm/msm/a4xx: fix error handling in a4xx_gpu_init()
new 3eda90199537 drm/msm/a3xx: fix error handling in a3xx_gpu_init()
new 6a7e0b0e9fb8 drm/msm: Do not run snapshot on non-DPU devices
new 3431c17b75c6 drm/msm/dpu: Fix address of SM8150 PINGPONG5 IRQ register
new ad69b73add89 drm/msm/dsi/phy: fix clock names in 28nm_8960 phy
new 90b7c1c66132 drm/msm/dsi: dsi_phy_14nm: Take ready-bit into account in [...]
new 739b4e7756d3 drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()
new c8f01ffc8392 drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handling
new ff01a6220400 Merge tag 'drm-msm-fixes-2021-10-11' of https://gitlab.fre [...]
new 0dee6f70fd40 drm: rcar-du: Don't create encoder for unconnected LVDS outputs
new e02083f0bcc2 drm/i915: remember to call i915_sw_fence_fini
new af628cdd64e1 drm/i915: Fix bug in user proto-context creation that leak [...]
new 82a59c7f456d drm/i915: Free the returned object of acpi_evaluate_dsm()
new 1483f0a427fe Merge tag 'drm-intel-fixes-2021-10-14' of git://anongit.fr [...]
new bdefc6b23be3 Revert "drm/mediatek: Clear pending flag when cmdq packet [...]
new be7d2d837363 Revert "drm/mediatek: Add cmdq_handle in mtk_crtc"
new 0cf54fff9bcf Revert "drm/mediatek: Detect CMDQ execution timeout"
new 8a4a099f8438 Revert "drm/mediatek: Remove struct cmdq_client"
new 4157a441ff06 Revert "drm/mediatek: Use mailbox rx_callback instead of c [...]
new 6011106d129d Merge tag 'mediatek-drm-fixes-5.15' of https://git.kernel. [...]
new 97794170b696 drm/edid: In connector_bad_edid() cap num_of_ext by num_bl [...]
new b693e42921e0 drm/fbdev: Clamp fbdev surface size if too large
new b253c3026c29 drm/hyperv: Fix double mouse pointers
new d1d94b0129dc drm/nouveau/fifo: Reinstate the correct engine bit programming
new 1a361b41c1a1 drm/r128: fix build for UML
new a14bc107edd0 drm/panel: olimex-lcd-olinuxino: select CRC32
new 591a495d440f Merge tag 'drm-fixes-2021-10-15-1' of git://anongit.freede [...]
new f60f5741002b mtd: rawnand: qcom: Update code word value for raw read
new 9e795d94deaf Merge tag 'mtd/fixes-for-5.15-rc6' of git://git.kernel.org [...]
new beb76cb4eebf MAINTAINERS: rectify entry for SY8106A REGULATOR DRIVER
new ccb6a666d555 Merge tag 'regulator-fix-v5.15-rc5' of git://git.kernel.or [...]
new ffb1e76f4f32 Merge tag 'v5.15-rc2' into spi-5.15
new d7a48e27b38a spi: Use 'flash' node name instead of 'spi-flash' in example
new 6840615f85f6 spi: spidev: Add SPI ID table
new 59c4e190b10c Merge tag 'v5.15-rc3' into spi-5.15
new 75e33c55ae8f spi: atmel: Fix PDC transfer setup bug
new 3672bb820f32 spi: mediatek: skip delays if they are 0
new 67a12ae52599 spi: spi-nxp-fspi: don't depend on a specific node name er [...]
new 75b3cb97eb1f spi: bcm-qspi: clear MSPI spifie interrupt during probe
new 6098475d4cb4 spi: Fix deadlock when adding SPI controllers on SPI buses
new 16a8e2fbb2d4 spi-mux: Fix false-positive lockdep splats
new 985f6ab93fc9 Merge tag 'spi-fix-v5.15-rc5' of git://git.kernel.org/pub/ [...]
new be4491838359 gpio: 74x164: Add SPI device ID table
new 55a9968c7e13 gpio: pca953x: Improve bias setting
new 6fda593f3082 gpio: mockup: Convert to use software nodes
new 8fe31e0995f0 Merge tag 'gpio-fixes-for-v5.15-rc6' of git://git.kernel.o [...]
The 128 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/spi/snps,dw-apb-ssi.yaml | 2 +-
Documentation/filesystems/ntfs3.rst | 141 ++---
MAINTAINERS | 2 +-
drivers/gpio/gpio-74x164.c | 8 +
drivers/gpio/gpio-mockup.c | 21 +-
drivers/gpio/gpio-pca953x.c | 16 +-
drivers/gpu/drm/drm_edid.c | 15 +-
drivers/gpu/drm/drm_fb_helper.c | 6 +
drivers/gpu/drm/hyperv/hyperv_drm.h | 1 +
drivers/gpu/drm/hyperv/hyperv_drm_modeset.c | 1 +
drivers/gpu/drm/hyperv/hyperv_drm_proto.c | 54 +-
drivers/gpu/drm/i915/display/intel_acpi.c | 7 +-
drivers/gpu/drm/i915/gem/i915_gem_context.c | 5 +-
drivers/gpu/drm/i915/gt/intel_context.c | 1 +
drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 157 +----
drivers/gpu/drm/msm/adreno/a3xx_gpu.c | 9 +-
drivers/gpu/drm/msm/adreno/a4xx_gpu.c | 9 +-
drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 6 +
drivers/gpu/drm/msm/adreno/a6xx_gmu.h | 3 +
drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 46 +-
drivers/gpu/drm/msm/adreno/a6xx_gpu.h | 11 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 2 +-
drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c | 16 +
drivers/gpu/drm/msm/dp/dp_display.c | 10 +-
drivers/gpu/drm/msm/dsi/dsi.c | 4 +-
drivers/gpu/drm/msm/dsi/dsi_host.c | 2 +-
drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c | 30 +-
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c | 4 +-
drivers/gpu/drm/msm/edp/edp_ctrl.c | 3 +-
drivers/gpu/drm/msm/msm_drv.c | 15 +-
drivers/gpu/drm/msm/msm_drv.h | 47 +-
drivers/gpu/drm/msm/msm_gem_submit.c | 7 +-
drivers/gpu/drm/msm/msm_gpu.h | 66 ++-
drivers/gpu/drm/msm/msm_gpu_devfreq.c | 6 +
drivers/gpu/drm/msm/msm_submitqueue.c | 72 ++-
drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c | 2 +-
drivers/gpu/drm/panel/Kconfig | 1 +
drivers/gpu/drm/r128/ati_pcigart.c | 2 +-
drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 16 +-
drivers/gpu/drm/rcar-du/rcar_lvds.c | 11 +
drivers/gpu/drm/rcar-du/rcar_lvds.h | 5 +
drivers/mtd/nand/raw/qcom_nandc.c | 8 +-
drivers/spi/spi-atmel.c | 4 +-
drivers/spi/spi-bcm-qspi.c | 77 ++-
drivers/spi/spi-mt65xx.c | 64 +-
drivers/spi/spi-mux.c | 7 +
drivers/spi/spi-nxp-fspi.c | 26 +-
drivers/spi/spi-tegra20-slink.c | 4 +-
drivers/spi/spi.c | 27 +-
drivers/spi/spidev.c | 14 +
fs/ntfs3/attrib.c | 20 +-
fs/ntfs3/attrlist.c | 9 +-
fs/ntfs3/bitfunc.c | 10 +-
fs/ntfs3/bitmap.c | 14 +-
fs/ntfs3/debug.h | 3 +
fs/ntfs3/dir.c | 30 +-
fs/ntfs3/file.c | 12 +-
fs/ntfs3/frecord.c | 55 +-
fs/ntfs3/fslog.c | 12 +-
fs/ntfs3/fsntfs.c | 77 ++-
fs/ntfs3/index.c | 160 ++---
fs/ntfs3/inode.c | 159 ++---
fs/ntfs3/lib/decompress_common.h | 5 +
fs/ntfs3/lib/lib.h | 6 +
fs/ntfs3/lznt.c | 12 +-
fs/ntfs3/namei.c | 24 -
fs/ntfs3/ntfs.h | 20 +-
fs/ntfs3/ntfs_fs.h | 67 ++-
fs/ntfs3/record.c | 3 -
fs/ntfs3/run.c | 2 -
fs/ntfs3/super.c | 651 ++++++++++-----------
fs/ntfs3/upcase.c | 8 +-
fs/ntfs3/xattr.c | 249 ++------
include/linux/spi/spi.h | 3 +
74 files changed, 1350 insertions(+), 1334 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 4764049dd62 openmp: Fix up handling of OMP_PLACES=threads(1)
new c057ed9c52c openmp: Fix up strtoul and strtoull uses in libgomp
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:
libgomp/config/linux/affinity.c | 35 ++++++++++++++++++-------------
libgomp/config/rtems/proc.c | 11 ++++++----
libgomp/env.c | 46 ++++++++++++++++++++++++-----------------
3 files changed, 55 insertions(+), 37 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-release-aarch64-spec2k6-O2
in repository toolchain/ci/llvm-project.
from fd1d8c2f04dd [cte] Release notes for clangd-13
adds cf15ccdeb6d5 Bump version to 13.0.1
No new revisions were added by this update.
Summary of changes:
libcxx/CMakeLists.txt | 2 +-
libcxxabi/CMakeLists.txt | 2 +-
libunwind/CMakeLists.txt | 2 +-
llvm/CMakeLists.txt | 2 +-
llvm/utils/gn/secondary/llvm/version.gni | 2 +-
llvm/utils/lit/lit/__init__.py | 2 +-
llvm/utils/release/build_llvm_package.bat | 4 ++--
.../bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h | 2 +-
8 files changed, 9 insertions(+), 9 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-release-aarch64-spec2k6-O2
in repository toolchain/ci/glibc.
from cb44a620ef S390: Add PCI_MIO and SIE HWCAPs
adds 79528414dc elf: Replace nsid with args.nsid [BZ #27609]
No new revisions were added by this update.
Summary of changes:
elf/dl-open.c | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-release-aarch64-spec2k6-O2
in repository toolchain/ci/binutils-gdb.
from f7c07ade85 Automatic date update in version.in
adds 6fc54b1d1e Automatic date update in version.in
adds 0d4e7d656e Automatic date update in version.in
adds 66d5c70038 Automatic date update in version.in
adds 3414eb95d1 Automatic date update in version.in
adds c5acbdb2b1 Automatic date update in version.in
adds 48106e81da Automatic date update in version.in
No new revisions were added by this update.
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.