This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0e95ebf465c cobol: Convert to individual variable character-set encoding.
new 6a77bf08e5a bpf: fix cbranch miscompilation in CPUv1 [PR122141]
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/bpf/bpf.cc | 2 +-
gcc/testsuite/gcc.target/bpf/pr122141-1.c | 11 +++++++++++
gcc/testsuite/gcc.target/bpf/pr122141-2.c | 11 +++++++++++
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/bpf/pr122141-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/pr122141-2.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 917167ed1211 Merge tag 'xtensa-20251010' of https://github.com/jcmvbkbc [...]
new e7933f5b019c smb: client: Reduce the scopes for a few variables in two [...]
new 61da08ecb552 smb: client: Use common code in cifs_lookup()
new 0a98b40b8fe1 smb: client: Return a status code only as a constant in ci [...]
new e2080b70c585 smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()
new ce47f7498598 smb: client: Use common code in cifs_do_create()
new 4468490251c0 smb: client: Return directly after a failed genlmsg_new() [...]
new 1643cd51ba97 smb: client: Omit an if branch in smb2_find_smb_tcon()
new 68d2e2ca1cba smb: client: batch SRV_COPYCHUNK entries to cut round trips
new 0cc380d0e1d3 cifs: Fix copy_to_iter return value check
new 110fee6b9bb5 smb: client: fix missing timestamp updates with O_TRUNC
new 57ce9f7793b7 smb: client: fix missing timestamp updates after ftruncate(2)
new b95cd1bdf5aa smb: client: fix missing timestamp updates after utime(2)
new dba9f997c9d9 smb: client: fix race with fallocate(2) and AIO+DIO
new be3898a395f8 smb: client: remove redudant assignment in cifs_strict_fsync()
new 7ae6152b7831 smb: client: remove cfids_invalidation_worker
new 057ac50638bc cifs: Query EA $LXMOD in cifs_query_path_info() for WSL re [...]
new 88cae132dc05 cifs: Allow fallback code in smb_set_file_info() also for [...]
new 92210ccd877b cifs: Add fallback code path for cifs_mkdir_setinfo()
new fa9fe8715055 cifs: Add comments for DeletePending assignments in open f [...]
new b30c32c784bf cifs: update internal version number
new 91b436fc925c Merge tag 'v6.18-rc-part2-smb-client-fixes' of git://git.s [...]
new 27c0a7b05d13 libceph: Use HMAC-SHA256 library instead of crypto_shash
new fa073039466f ceph: make ceph_start_io_*() killable
new b7ed1e29cfe7 ceph: add checking of wait_for_completion_killable() return value
new 1ed4471a4ee6 ceph: fix wrong sizeof argument issue in register_session()
new 5b2d1377d6cc ceph: fix overflowed constant issue in ceph_do_objects_copy()
new 5824ccba9a39 ceph: fix potential race condition in ceph_ioctl_lazyio()
new 53db6f25ee47 ceph: refactor wake_up_bit() pattern of calling
new fbeafe782bd9 ceph: fix potential race condition on operations with CEPH [...]
new 59699a5a7114 libceph: make ceph_con_get_out_msg() return the message pointer
new 7399212dcf64 libceph: pass the message pointer instead of loading con->out_msg
new 6140f1d43ba9 libceph: add empty check to ceph_con_get_out_msg()
new 98a2850de49c ceph: fix potential NULL dereference issue in ceph_fill_trace()
new c66120c84295 ceph: cleanup in ceph_alloc_readdir_reply_buffer()
new 22c73d52a6d0 ceph: fix multifs mds auth caps issue
new d74d6c0e9895 ceph: add bug tracking system info to MAINTAINERS
new 8bd9238e511d Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/c [...]
The 37 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:
MAINTAINERS | 3 +
fs/ceph/dir.c | 3 +-
fs/ceph/file.c | 30 ++--
fs/ceph/inode.c | 11 ++
fs/ceph/io.c | 100 +++++++++---
fs/ceph/io.h | 8 +-
fs/ceph/ioctl.c | 17 ++-
fs/ceph/locks.c | 5 +-
fs/ceph/mds_client.c | 22 ++-
fs/ceph/mdsmap.c | 14 +-
fs/ceph/super.c | 14 --
fs/ceph/super.h | 17 ++-
fs/smb/client/cached_dir.c | 37 ++---
fs/smb/client/cached_dir.h | 1 -
fs/smb/client/cifs_spnego.c | 12 +-
fs/smb/client/cifs_swn.c | 20 +--
fs/smb/client/cifsfs.c | 22 ++-
fs/smb/client/cifsfs.h | 4 +-
fs/smb/client/cifsglob.h | 5 +
fs/smb/client/cifssmb.c | 4 +-
fs/smb/client/dir.c | 38 ++---
fs/smb/client/file.c | 105 +++++++++----
fs/smb/client/inode.c | 151 ++++++++++---------
fs/smb/client/smb1ops.c | 69 ++++++++-
fs/smb/client/smb2inode.c | 24 +--
fs/smb/client/smb2ops.c | 334 +++++++++++++++++++++++++----------------
fs/smb/client/smb2pdu.c | 2 +-
fs/smb/client/smb2pdu.h | 16 +-
fs/smb/client/smb2transport.c | 5 -
fs/smb/client/trace.h | 2 +-
include/linux/ceph/messenger.h | 10 +-
net/ceph/Kconfig | 3 +-
net/ceph/messenger.c | 12 +-
net/ceph/messenger_v1.c | 56 ++++---
net/ceph/messenger_v2.c | 246 ++++++++++++++----------------
35 files changed, 845 insertions(+), 577 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 5472d60c129f Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/ [...]
new 4bddf4587c13 tpm: Disable TPM2_TCG_HMAC by default
new 2c2615c84238 tpm: Compare HMAC values in constant time
new 64a7cfbcf548 tpm: Use HMAC-SHA256 library instead of open-coded HMAC
new 8a81236f2cb0 tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_single
new 207696b17f38 tpm: use a map for tpm2_calc_ordinal_duration()
new a29ad21b9886 tpm: Prevent local DOS via tpm/tpm0/ppi/*operations
new 84d4e8b613e0 Merge tag 'tpmdd-next-v6.18-2' of git://git.kernel.org/pub [...]
new 229c586b5e86 crypto: skcipher - Fix reqsize handling
new 6bb73db6948c crypto: essiv - Check ssize for decryption and in-place en [...]
new 0ae452440cb9 Merge tag 'v6.18-p3' of git://git.kernel.org/pub/scm/linux [...]
new d3c2191d493a i2c: rtl9300: Implement I2C block read and write
new 85f1c01ce2f9 i2c: rtl9300: use regmap fields and API for registers
new 0395a5e8fd07 dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
new c840492ad748 i2c: rtl9300: rename internal sda_pin to sda_num
new d1cef7afc3c7 i2c: rtl9300: move setting SCL frequency to config_io
new d5b4fd6ed8ea i2c: rtl9300: do not set read mode on every transfer
new 059374aa0ab1 i2c: rtl9300: separate xfer configuration and execution
new 46fe8265685c i2c: rtl9300: use scoped guard instead of explicit lock/unlock
new 99fd09e01db2 dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support
new 1e33137d4710 i2c: rtl9300: add support for RTL9310 I2C controller
new 1884f54e48da Merge tag 'i2c-host-6.18-pt2' of git://git.kernel.org/pub/ [...]
new b71a6e2a1b71 i2c: rename wait_for_completion callback to wait_for_compl [...]
new d51e7cfca3fe i2c: mt65xx: convert set_speed function to void
new eb4faf634388 dt-bindings: i2c: hisilicon,hix5hd2: convert to DT schema
new aac31903329b Merge tag 'i2c-for-6.18-rc1-part2' of git://git.kernel.org [...]
new f0c260f17551 ntb_hw_amd: Update amd_ntb_get_link_status to support late [...]
new eb4431bf8823 MAINTAINERS: Update for the NTB AMD driver maintainer
new 3db835dd8f9a ntb: Add mutex to make link_event_callback executed linearly.
new 5ad865862a0f NTB: epf: Allow arbitrary BAR mapping
new 006824a1cb3b NTB: epf: Add Renesas rcar support
new dcf50ca78235 Merge tag 'ntb-6.18' of https://github.com/jonmason/ntb
new 434689e97195 gpio: usbio: Add ACPI device-id for MTL-CVF devices
new b5f8aa8d4bde gpio: wcd934x: mark the GPIO controller as sleeping
new 9976831f401e Merge tag 'gpio-fixes-for-v6.18-rc1' of git://git.kernel.o [...]
new d391bb195574 fbdev: xenfb: Use vmalloc_array to simplify code
new 43b30be2e721 fbdev: s3fb: Implement powersave for S3 FB
new 69c9820d4089 fbdev: s3fb: Implement 1 and 2 BPP modes, improve 4 BPP
new aad1d99beaaf fbdev: core: Fix ubsan warning in pixel_to_pat
new c7d655ef2e0c fbdev: Use string choices helpers
new 4d23d9f7fa7c fbdev: mb862xxfb: Use int type to store negative error codes
new 2e3da8cfe3b2 fbdev: s3fb: Revert mclk stop in suspend
new da1bb9135213 fbdev: simplefb: Fix use after free in simplefb_detach_genpds()
new 7a6e249f90fd Documentation: fb: Split toctree
new 9070fbcb9af5 Documentation: fb: ep93xx: Demote section headings
new 9d079868ae4b Documentation: fb: Retitle driver docs
new c3073f1da051 fbdev: radeonfb: Remove stale product link in Kconfig
new c8fee6a7c5cb fbdev: Make drivers depend on LCD_CLASS_DEVICE
new 3637d34b35b2 fbdev: Add bounds checking in bit_putcs to fix vmalloc-out [...]
new 15df28699b28 fbdev: Fix logic error in "offb" name match
new 06a88f479909 Merge tag 'fbdev-for-6.18-rc1' of git://git.kernel.org/pub [...]
new 74662f9f92b6 ALSA: hda/hdmi: Add pin fix for HP ProDesk model
new 328b80b29a6a ALSA: hda/realtek: Add quirk for ASUS ROG Zephyrus Duo
new 7a6399e327f4 ALSA: emu10k1: Fix typo in docs
new 7ddb711b6e0d ALSA: hda/tas2781: Enable init_profile_id for device initi [...]
new f4ace70faa8f ALSA: usb: fpc: replace kmalloc_array followed by copy_fro [...]
new 59abe7bc7e7c ASoC: SOF: ipc3-topology: Fix multi-core and static pipeli [...]
new bcd1383516bb ASoC: SOF: ipc4-pcm: fix delay calculation when DSP resamples
new bace10b59624 ASoC: SOF: ipc4-pcm: fix start offset calculation for chain DMA
new a7fe5ff832d6 ASoC: SOF: ipc4-topology: Correct the minimum host DMA buf [...]
new 3dcf683bf106 ASoC: SOF: ipc4-topology: Account for different ChainDMA h [...]
new 45ad27d9a6f7 ASoC: SOF: Intel: hda-pcm: Place the constraint on period [...]
new aefada95fbab ASoC: SOF: ipc4/Intel: Fix the host buffer
new 18dbff48a1ea ASoC: SOF: sof-audio: add dev_dbg_ratelimited wrapper
new a4b8152c09a8 ASoC: SOF: ipc4-pcm: do not report invalid delay values
new aaab61de1f1e ASoC: SOF: Intel: Read the LLP via the associated Link DMA [...]
new 4c4ed5e073a9 ASoC: meson: aiu-encoder-i2s: fix bit clock polarity
new a27539810e1e ASoC: rt722: add settings for rt722VB
new ca7a2317993e Merge tag 'asoc-fix-v6.18-merge-window' of https://git.ker [...]
new fdfa38e95e12 Merge tag 'sound-fix-6.18-rc1' of git://git.kernel.org/pub [...]
new 16794e524d31 parisc: Remove spurious if statement from raw_copy_from_user()
new 8ec5a066f88f parisc: don't reference obsolete termio struct for TC* constants
new 6fb2e09c3abc parisc: Report emulation faults via perf
new 912b9fd7c777 parisc: Report software alignment faults via perf
new 610cb23bcc75 parisc: Add initial kernel-side perf_event support
new 44ac7f5c6d4c parisc: Firmware: Fix returned path for PDC_MODULE_FIND on [...]
new f4edb5c52c93 parisc: Fix iodc and device path return values on old machines
new 8cc8ea228c41 Merge tag 'parisc-for-6.18-rc1' of git://git.kernel.org/pu [...]
new 0ca286477b5e io_uring: update liburing git URL
new 2f8229d53d98 io_uring/waitid: always prune wait queue entry in io_waiti [...]
new beb97995b975 io_uring: use tab indentation for IORING_SEND_VECTORIZED comment
new 09cfd3c52ea7 io_uring/zcrx: fix overshooting recv limit
new e9a9dcb4ccb3 io_uring/zcrx: increment fallback loop src offset
new eba41c0173c8 Merge tag 'io_uring-6.18-20251009' of git://git.kernel.org [...]
new 98b7bf54338b loop: fix backing file reference leak on validation error
new 510d76646a6a block: Update a comment of disk statistics
new 1ed06c83506e block: remove bio_iov_iter_get_pages
new 82dd5d763c9b block: rename bio_iov_iter_get_pages_aligned to bio_iov_it [...]
new cb6d51a41157 iomap: open code bio_iov_iter_get_bdev_pages
new 506aa235f6e0 block: move bio_iov_iter_get_bdev_pages to block/fops.c
new 455281c0ef4e loop: remove redundant __GFP_NOWARN flag
new 1b1391b9c4bf Merge tag 'block-6.18-20251009' of git://git.kernel.org/pu [...]
new 5d5f08fd0cd9 xtensa: simdisk: add input size check in proc_write_simdisk
new 4c8bad3ed035 xtensa: use HZ_PER_MHZ in platform_calibrate_ccount
new 917167ed1211 Merge tag 'xtensa-20251010' of https://github.com/jcmvbkbc [...]
The 94 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:
...lpc1788-i2c.yaml => hisilicon,hix5hd2-i2c.yaml} | 27 +-
.../devicetree/bindings/i2c/i2c-hix5hd2.txt | 24 --
.../bindings/i2c/realtek,rtl9301-i2c.yaml | 45 +-
Documentation/fb/aty128fb.rst | 8 +-
Documentation/fb/efifb.rst | 6 +-
Documentation/fb/ep93xx-fb.rst | 4 -
Documentation/fb/gxfb.rst | 8 +-
Documentation/fb/index.rst | 80 ++--
Documentation/fb/lxfb.rst | 9 +-
Documentation/fb/matroxfb.rst | 9 +-
Documentation/fb/pvr2fb.rst | 6 +-
Documentation/fb/sa1100fb.rst | 9 +-
Documentation/fb/sisfb.rst | 6 +-
Documentation/fb/sm712fb.rst | 6 +-
Documentation/fb/tgafb.rst | 6 +-
Documentation/fb/udlfb.rst | 6 +-
Documentation/fb/vesafb.rst | 6 +-
Documentation/sound/cards/emu-mixer.rst | 2 +-
MAINTAINERS | 1 +
arch/parisc/Kconfig | 3 +
arch/parisc/include/asm/perf_event.h | 8 +-
arch/parisc/include/uapi/asm/ioctls.h | 8 +-
arch/parisc/include/uapi/asm/perf_regs.h | 63 +++
arch/parisc/kernel/Makefile | 1 +
arch/parisc/kernel/drivers.c | 6 +
arch/parisc/kernel/firmware.c | 3 +-
arch/parisc/kernel/perf_event.c | 27 ++
arch/parisc/kernel/perf_regs.c | 61 +++
arch/parisc/kernel/traps.c | 2 +
arch/parisc/kernel/unaligned.c | 2 +
arch/parisc/lib/memcpy.c | 1 -
arch/xtensa/kernel/platform.c | 5 +-
arch/xtensa/platforms/iss/simdisk.c | 6 +-
block/bio.c | 5 +-
block/blk-map.c | 6 +-
block/fops.c | 13 +-
crypto/essiv.c | 14 +-
crypto/skcipher.c | 2 +
drivers/block/loop.c | 10 +-
drivers/char/tpm/Kconfig | 3 +-
drivers/char/tpm/tpm-interface.c | 2 +-
drivers/char/tpm/tpm.h | 2 +-
drivers/char/tpm/tpm2-cmd.c | 127 ++----
drivers/char/tpm/tpm2-sessions.c | 104 ++---
drivers/char/tpm/tpm_ppi.c | 89 ++--
drivers/char/tpm/tpm_tis_core.c | 4 +-
drivers/gpio/gpio-usbio.c | 1 +
drivers/gpio/gpio-wcd934x.c | 2 +-
drivers/i2c/algos/i2c-algo-pca.c | 2 +-
drivers/i2c/busses/i2c-mt65xx.c | 11 +-
drivers/i2c/busses/i2c-pca-isa.c | 2 +-
drivers/i2c/busses/i2c-pca-platform.c | 2 +-
drivers/i2c/busses/i2c-rtl9300.c | 459 +++++++++++++--------
drivers/ntb/hw/amd/ntb_hw_amd.c | 18 +-
drivers/ntb/hw/amd/ntb_hw_amd.h | 1 +
drivers/ntb/hw/epf/ntb_hw_epf.c | 118 +++---
drivers/ntb/ntb_transport.c | 7 +
drivers/video/fbdev/Kconfig | 8 +-
drivers/video/fbdev/core/bitblit.c | 17 +
drivers/video/fbdev/core/fb_cmdline.c | 2 +-
drivers/video/fbdev/core/fb_fillrect.h | 3 +-
drivers/video/fbdev/core/fbmon.c | 7 +-
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c | 2 +-
drivers/video/fbdev/nvidia/nvidia.c | 3 +-
drivers/video/fbdev/pxafb.c | 3 +-
drivers/video/fbdev/s3fb.c | 177 +++++---
drivers/video/fbdev/simplefb.c | 31 +-
drivers/video/fbdev/xen-fbfront.c | 2 +-
fs/iomap/direct-io.c | 3 +-
include/linux/bio.h | 7 +-
include/linux/blkdev.h | 7 -
include/linux/i2c-algo-pca.h | 2 +-
include/linux/part_stat.h | 4 +-
include/linux/tpm.h | 5 +-
include/uapi/linux/io_uring.h | 2 +-
io_uring/io_uring.c | 2 +-
io_uring/waitid.c | 3 +-
io_uring/zcrx.c | 5 +
sound/hda/codecs/hdmi/hdmi.c | 1 +
sound/hda/codecs/realtek/alc269.c | 10 +
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 12 +
sound/soc/codecs/rt722-sdca-sdw.c | 2 +-
sound/soc/codecs/rt722-sdca.c | 14 +
sound/soc/codecs/rt722-sdca.h | 6 +
sound/soc/meson/aiu-encoder-i2s.c | 9 +-
sound/soc/sof/intel/hda-pcm.c | 29 +-
sound/soc/sof/intel/hda-stream.c | 29 +-
sound/soc/sof/ipc3-topology.c | 10 +-
sound/soc/sof/ipc4-pcm.c | 104 +++--
sound/soc/sof/ipc4-topology.c | 10 +-
sound/soc/sof/ipc4-topology.h | 9 +-
sound/soc/sof/sof-audio.h | 5 +
sound/usb/fcp.c | 9 +-
93 files changed, 1277 insertions(+), 745 deletions(-)
copy Documentation/devicetree/bindings/i2c/{nxp,lpc1788-i2c.yaml => hisilicon,hix5 [...]
delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-hix5hd2.txt
create mode 100644 arch/parisc/include/uapi/asm/perf_regs.h
create mode 100644 arch/parisc/kernel/perf_event.c
create mode 100644 arch/parisc/kernel/perf_regs.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 7fe86bb107f forwprop: Add a simple DSE after a clobber
new 0e95ebf465c cobol: Convert to individual variable character-set encoding.
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/cobol/cdf.y | 82 +-
gcc/cobol/gcobol.1 | 9 +
gcc/cobol/genapi.cc | 1130 +++++++-------
gcc/cobol/genmath.cc | 1 +
gcc/cobol/genutil.cc | 15 +-
gcc/cobol/genutil.h | 5 -
gcc/cobol/parse.y | 552 +++++--
gcc/cobol/parse_ante.h | 134 +-
gcc/cobol/scan.l | 58 +-
gcc/cobol/structs.cc | 13 +-
gcc/cobol/symbols.cc | 634 +++++---
gcc/cobol/symbols.h | 150 +-
gcc/cobol/symfind.cc | 15 +-
gcc/cobol/token_names.h | 1970 ++++++++++++------------
gcc/cobol/util.cc | 63 +-
gcc/testsuite/cobol.dg/group1/check_88.cob | 8 +-
libgcobol/charmaps.cc | 1920 +++++++++++++++--------
libgcobol/charmaps.h | 323 ++--
libgcobol/common-defs.h | 34 +-
libgcobol/constants.cc | 110 +-
libgcobol/encodings.h | 1209 +++++++++++++++
libgcobol/gcobolio.h | 5 +-
libgcobol/gfileio.cc | 128 +-
libgcobol/intrinsic.cc | 671 ++++++---
libgcobol/libgcobol.cc | 2255 ++++++++++++++++------------
libgcobol/libgcobol.h | 21 +-
libgcobol/stringbin.cc | 27 +-
libgcobol/stringbin.h | 10 +-
libgcobol/valconv.cc | 40 +-
libgcobol/valconv.h | 11 +-
30 files changed, 7496 insertions(+), 4107 deletions(-)
create mode 100644 libgcobol/encodings.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 gcc.
from 49ddf362f0a c++: base-specifier name lookup is type-only [PR122192]
new 7fe86bb107f forwprop: Add a simple DSE after a clobber
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.dg/tree-ssa/copy-prop-aggregate-sra-1.c | 33 +++++++
gcc/testsuite/gfortran.dg/intent_optimize_10.f90 | 2 +-
gcc/tree-ssa-forwprop.cc | 106 ++++++++++++++++++++-
3 files changed, 139 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-prop-aggregate-sra-1.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 7a47a51e8d misc: Fix several typos
new 8ca2fe7e96 resolv: Add tests for getaddrinfo returning EAI_AGAIN [BZ #16849]
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:
resolv/Makefile | 8 +-
resolv/tst-getaddrinfo-eai-again-timeout.c | 122 +++++++++++++++++++++++++++++
resolv/tst-getaddrinfo-eai-again.c | 56 +++++++++++++
3 files changed, 185 insertions(+), 1 deletion(-)
create mode 100644 resolv/tst-getaddrinfo-eai-again-timeout.c
create mode 100644 resolv/tst-getaddrinfo-eai-again.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 578c322e7d6 x86: Fixes for AMD znver5 enablement
new 49ddf362f0a c++: base-specifier name lookup is type-only [PR122192]
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/decl.cc | 4 +++-
gcc/cp/parser.cc | 5 ++---
gcc/testsuite/g++.dg/template/dependent-base6.C | 12 ++++++++++++
3 files changed, 17 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/dependent-base6.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 binutils-gdb.
from 16ca38abaa6 Fix AIX CI build break.
new 3f80863fbf9 ld/PE: adjust .reloc and .edata section flags
new 6e870bea5f3 gas/COFF: extend use of SEC_ALLOC
new ef3816215df bfd / PE/COFF: avoid setting SEC_ALLOC when finding IMAGE_S [...]
new 5f51d87cc06 bfd/COFF: optionally pass BFD section into swap_scnhdr_out() hook
new b8c152b9a94 objdump: enable PE support for Interix
new f72471128d1 ld/PE: adjust pe_detail_list[]
new 2817be508d4 ld/PE: respect --enable-reloc-section even when .reloc isn' [...]
new 023d89bf4b2 gas/SH: support BFD_RELOC_RVA in the PE/COFF case
new c0f8a4a25e5 gas/SH: respect --no-pad-sections
new 6b7bbb69420 bfd / PE/COFF: permit SEC_READONLY and consolidate
new 8c41c5e09db bfd/PE: respect SEC_ALLOC when deciding whether to force IM [...]
new 1ff5a447620 bfd/PE: make local array in _bfd_XXi_swap_scnhdr_out() static
The 12 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:
bfd/coff-arm.c | 12 ++----------
bfd/coff-go32.c | 5 +++--
bfd/coff-mcore.c | 4 ++--
bfd/coff-rs6000.c | 2 +-
bfd/coff-sh.c | 2 +-
bfd/coff-stgo32.c | 2 +-
bfd/coff64-rs6000.c | 6 +++---
bfd/coffcode.h | 31 +++++++++++++++++++++++--------
bfd/coffswap.h | 3 ++-
bfd/ecoff.c | 2 +-
bfd/libcoff.h | 6 +++---
bfd/libpei.h | 2 +-
bfd/peXXigen.c | 20 +++++++++++++-------
binutils/configure | 2 +-
binutils/configure.ac | 2 +-
gas/config/obj-coff.c | 8 +++++---
gas/config/tc-sh.c | 3 +++
gas/config/tc-sh.h | 3 ++-
gas/testsuite/gas/pe/pe.exp | 2 ++
gas/testsuite/gas/pe/reloc.d | 13 +++++++++++++
gas/testsuite/gas/pe/reloc.s | 19 +++++++++++++++++++
ld/emultempl/pe.em | 8 ++++++++
ld/emultempl/pep.em | 8 ++++++++
ld/pe-dll.c | 33 +++++++++++++++++++++++++++++----
ld/testsuite/ld-pe/pe.exp | 3 +++
ld/testsuite/ld-pe/reloc.d | 1 -
ld/testsuite/ld-pe/reloc2.s | 19 +++++++++++++++++++
ld/testsuite/ld-pe/reloc2a.d | 35 +++++++++++++++++++++++++++++++++++
ld/testsuite/ld-pe/reloc2b.d | 32 ++++++++++++++++++++++++++++++++
ld/testsuite/ld-pe/reloc2c.d | 31 +++++++++++++++++++++++++++++++
ld/testsuite/ld-scripts/provide-8.d | 4 +++-
31 files changed, 270 insertions(+), 53 deletions(-)
create mode 100644 gas/testsuite/gas/pe/reloc.d
create mode 100644 gas/testsuite/gas/pe/reloc.s
create mode 100644 ld/testsuite/ld-pe/reloc2.s
create mode 100644 ld/testsuite/ld-pe/reloc2a.d
create mode 100644 ld/testsuite/ld-pe/reloc2b.d
create mode 100644 ld/testsuite/ld-pe/reloc2c.d
--
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 33eff78c8b libio: Add terminating NUL when the first character is EOF i [...]
new 7a47a51e8d misc: Fix several typos
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:
iconv/tst-iconv_prog-buffer.sh | 2 +-
include/features.h | 2 +-
sysdeps/aarch64/multiarch/dl-symbol-redir-ifunc.h | 2 +-
sysdeps/unix/sysdep.h | 2 +-
sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h | 2 +-
sysdeps/unix/sysv/linux/arch-fork.h | 2 +-
6 files changed, 6 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 17d24e89c4c RISC-V: Add test for vec_duplicate + vwsubu.wv combine with [...]
new 578c322e7d6 x86: Fixes for AMD znver5 enablement
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/common/config/i386/cpuinfo.h | 12 +++++++++++-
gcc/config/i386/cpuid.h | 4 ++++
2 files changed, 15 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.