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 589304813786 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 6e1db4a374bb Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 997d495f0bcb Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new f009e946c155 Revert "9p: Enable multipage folios"
adds 74ec2f302402 bcachefs: fix restart handling in bch2_rename2()
adds 94bdeec8f530 bcachefs: fix bch2_hash_delete() error path
adds e1c4d2f0826d bcachefs: fix restart handling in bch2_fiemap()
adds 028f3c1d9b3c bcachefs: fix missing restart handling in bch2_read_retry_ [...]
adds 7ee4be9c621e bcachefs: fix restart handling in bch2_do_invalidates_work()
adds d8b50597748d bcachefs: fix restart handling in bch2_alloc_write_key()
adds 29fd10a36a63 bcachefs: fix restart handling in __bch2_resume_logged_op_ [...]
adds 6bee2a04c547 bcachefs: handle restarts in bch2_bucket_io_time_reset()
adds a0d11feefb19 bcachefs: Don't use commit_do() unnecessarily
adds 4007bbb203a0 bcachefS: ec: fix data type on stripe deletion
adds 81e0b6c7c1f7 bcachefs: fix disk reservation accounting in bch2_folio_re [...]
adds 335d318ef532 bcachefs: bch2_folio_reservation_get_partial() is now bett [...]
adds 97535cd84f18 bcachefs: Fix data corruption on -ENOSPC in buffered write path
adds 07cf8bac2d3e bcachefs: fix incorrect show_options results
adds 489ecc4cfdda bcachefs: skip mount option handle for empty string.
adds b96f8cd3870a bcachefs: Run in-kernel offline fsck without ratelimit errors
adds 78cf0ae636a5 bcachefs: INODE_STR_HASH() for bch_inode_unpacked
adds d8e879377ffb bcachefs: Add hash seed, type to inode_to_text()
adds 15a3836c8ed7 bcachefs: Repair mismatches in inode hash seed, type
adds dc96656b20eb bcachefs: bch2_hash_set_or_get_in_snapshot()
adds bc6d2d10418e bcachefs: fsck: Improve hash_check_key()
new eb5db64c4570 bcachefs: Fix __bch2_fsck_err() warning
new 3956ff8bc2f3 bcachefs: Don't use wait_event_interruptible() in recovery
new f0d3302073e6 bcachefs: Workaround for kvmalloc() not supporting > INT_M [...]
new e04ee8608914 bcachefs: Mark more errors as AUTOFIX
new a069f014797f bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode path
new c1e822754cc7 Merge tag 'bcachefs-2024-10-22' of https://github.com/kove [...]
adds 67373ca8404f jfs: Fix sanity check in dbMount
new 6cc65abee8ee Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggy
new 4e46774408d9 Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/s [...]
new 6b51b9f65cec doc: correcting the debug path for cachefiles
new 247d65fb122a afs: Fix missing subdir edit when renamed between parent dirs
new e65a0dc1cabe iov_iter: Fix iov_iter_get_pages*() for folio_queue
new 7acdbe9e6b1e Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 15fd99aad1cb Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 3eb36688ea36 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 (589304813786)
\
N -- N -- N refs/heads/fs-current (3eb36688ea36)
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 15 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/filesystems/caching/cachefiles.rst | 2 +-
fs/9p/vfs_inode.c | 1 -
fs/afs/dir.c | 25 ++
fs/afs/dir_edit.c | 91 +++++++-
fs/afs/internal.h | 2 +
fs/bcachefs/alloc_background.c | 37 +--
fs/bcachefs/alloc_foreground.c | 2 +-
fs/bcachefs/btree_gc.c | 12 +-
fs/bcachefs/btree_io.c | 2 +-
fs/bcachefs/btree_iter.h | 2 +
fs/bcachefs/btree_update.c | 4 +-
fs/bcachefs/btree_update.h | 2 +-
fs/bcachefs/btree_update_interior.c | 4 +-
fs/bcachefs/buckets.c | 7 +-
fs/bcachefs/buckets.h | 12 +-
fs/bcachefs/chardev.c | 1 +
fs/bcachefs/darray.c | 15 +-
fs/bcachefs/dirent.c | 7 -
fs/bcachefs/dirent.h | 7 +
fs/bcachefs/disk_accounting.c | 6 +-
fs/bcachefs/ec.c | 22 +-
fs/bcachefs/error.c | 5 +-
fs/bcachefs/fs-io-buffered.c | 6 +
fs/bcachefs/fs-io-pagecache.c | 70 ++++--
fs/bcachefs/fs-io.c | 2 +-
fs/bcachefs/fs.c | 18 +-
fs/bcachefs/fsck.c | 281 ++++++++++++++++++-----
fs/bcachefs/inode.c | 27 ++-
fs/bcachefs/inode.h | 1 +
fs/bcachefs/inode_format.h | 6 +-
fs/bcachefs/io_misc.c | 2 +-
fs/bcachefs/io_read.c | 8 +-
fs/bcachefs/io_write.c | 4 +-
fs/bcachefs/journal.c | 10 +-
fs/bcachefs/journal.h | 2 +-
fs/bcachefs/opts.c | 6 +-
fs/bcachefs/opts.h | 3 +-
fs/bcachefs/quota.c | 2 +-
fs/bcachefs/rebalance.c | 4 +-
fs/bcachefs/recovery.c | 2 +-
fs/bcachefs/sb-errors_format.h | 4 +-
fs/bcachefs/str_hash.h | 60 +++--
fs/bcachefs/subvolume.c | 7 +-
fs/bcachefs/super.c | 2 +-
fs/bcachefs/tests.c | 4 +-
fs/bcachefs/xattr.c | 2 +-
fs/jfs/jfs_dmap.c | 2 +-
include/trace/events/afs.h | 7 +-
lib/iov_iter.c | 21 +-
49 files changed, 611 insertions(+), 220 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 master
in repository toolchain/ci/interesting-commits.
from 1d8ee29d1 Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
new 85c3e0e7c Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
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:
.../jira/description | 5 ++++
.../jira/yaml | 5 ++++
.../status.txt | 5 ++++
.../master-arm/details.txt | 29 ++++++++++++----------
.../master-arm}/reproduction_instructions.txt | 4 +--
.../reproduction_instructions_with_ci_script.txt | 4 +--
.../master-arm}/status-summary.txt | 0
.../master-arm/status.txt | 4 +--
.../tcwg_gnu_native_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_native_check_gcc/status.txt | 4 +--
10 files changed, 39 insertions(+), 21 deletions(-)
copy gcc/sha1/{34bf6aa41ba5390ce26eb40208f10186d0ab17c4 => ee030b28004eade3da872e7 [...]
copy gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/{tcwg_gcc_check/master-aarc [...]
copy gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/{tcwg_gcc_check/master-aarc [...]
copy {binutils/sha1/2d5783fad77c2cb9cdcb396d65fe0a60e3d8938b => gcc/sha1/ee030b280 [...]
copy gcc/sha1/{23725aa53bd264941c4fb228227736be4da59761 => ee030b28004eade3da872e7 [...]
copy {binutils/sha1/2d5783fad77c2cb9cdcb396d65fe0a60e3d8938b => gcc/sha1/ee030b280 [...]
copy gcc/sha1/{23725aa53bd264941c4fb228227736be4da59761 => ee030b28004eade3da872e7 [...]
--
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 be6d665abdd Automatic date update in version.in
new d4110830693 [gdb/testsuite] Fix some test-cases for check-read1 (gdb_te [...]
new c593605f5f6 [gdb/testsuite] Fix some test-cases for check-read1 (pipe/grep)
new a1ccc78ea7b [gdb/testsuite] Fix some test-cases for check-read1 (-lbl)
new 5c15d620746 [gdb/testsuite] Fix gdb.threads/ia64-sigill.exp with check-read1
new c33568d2c10 [gdb/testsuite] Fix gdb.cp/exceptprint.exp with check-read1
The 5 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/testsuite/gdb.base/breakpoint-in-ro-region.exp | 2 +-
gdb/testsuite/gdb.base/charset.exp | 17 +++++-
gdb/testsuite/gdb.base/corefile.exp | 19 +++---
gdb/testsuite/gdb.base/osabi.exp | 3 +-
.../gdb.base/premature-dummy-frame-removal.exp | 14 ++---
gdb/testsuite/gdb.base/sect-cmd.exp | 21 ++++---
gdb/testsuite/gdb.base/sss-bp-on-user-bp-2.exp | 2 +-
gdb/testsuite/gdb.btrace/exception.exp | 25 ++++----
gdb/testsuite/gdb.cp/overload.exp | 69 +++++++++++-----------
gdb/testsuite/gdb.python/py-framefilter.exp | 22 +++----
gdb/testsuite/gdb.reverse/sigall-precsave.exp | 4 +-
gdb/testsuite/gdb.server/bkpt-other-inferior.exp | 30 ++++++----
gdb/testsuite/gdb.server/ext-run.exp | 4 +-
gdb/testsuite/gdb.threads/corethreads.exp | 6 +-
gdb/testsuite/gdb.threads/ia64-sigill.exp | 23 ++++++--
gdb/testsuite/lib/gdb.exp | 3 +-
16 files changed, 149 insertions(+), 115 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 master
in repository toolchain/ci/interesting-commits.
from ab2dedfbf Add entry 756890d66cf4971fc11187ccdf5893681aa661a1 from https [...]
new 1d8ee29d1 Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
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:
.../tcwg_gnu_native_check_gcc/master-arm/build_url | 2 +-
.../master-arm}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{03cebd304955a6b9c5607e09312d77f1307cc98e => ee030b28004eade3da872e7 [...]
copy gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/{tcwg_bootstrap_check/maste [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 674fda803 Add entry af19e46c88fd75e31127cde239b8f28d8f9c4040 from https [...]
new ca372c1bf Add entry 756890d66cf4971fc11187ccdf5893681aa661a1 from https [...]
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:
.../first_url | 2 +-
.../tcwg_gcc_check/master-aarch64/build_url | 2 +-
.../tcwg_gcc_check/master-aarch64/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{19f630e6ae8da7159a8c82f337b699245f66e6a6 => 756890d66cf4971fc11187c [...]
copy gcc/sha1/{2c04f175de4f3985d783511662375d52f2cf4ad8 => 756890d66cf4971fc11187c [...]
create mode 100644 gcc/sha1/756890d66cf4971fc11187ccdf5893681aa661a1/tcwg_gcc_chec [...]
--
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 3964f82a4dfc Merge tag 'loongarch-fixes-6.12-1' of git://git.kernel.org [...]
new 293c485cbac2 HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix [...]
new 526748b92518 HID: multitouch: Add quirk for Logitech Bolt receiver w/ C [...]
new 51268879eb2b HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
new c9a50b90905a Merge tag 'hid-for-linus-20241024' of git://git.kernel.org [...]
new f2767a41959e net: pse-pd: Fix out of bound for loop
new 2cb3f56e827a net/sun3_82586: fix potential memory leak in sun3_82586_se [...]
new e4dd8bfe0f6a be2net: fix potential memory leak in be_xmit()
new f99cf996ba5a net: plip: fix break; causing plip to never transmit
new 9f86df0e7537 MAINTAINERS: add Simon as an official reviewer
new de96f6a30035 net: phy: dp83822: Fix reset pin definitions
new 4ab3e4983bcc bnxt_en: replace ptp_lock with irqsave variant
new bd28df26197b octeon_ep: Implement helper for iterating packets in Rx queue
new eb592008f79b octeon_ep: Add SKB allocation failures handling in __octep [...]
new 12bc14949c4a net: dsa: mv88e6xxx: Fix error when setting port policy on [...]
new 3e14d8ebaa11 mailmap: update entry for Jesper Dangaard Brouer
new 3b05b9c36ddd MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]
new efeddd552ec6 fsl/fman: Save device references taken in mac_probe()
new 1dec67e0d9fb fsl/fman: Fix refcount handling of fman-related devices
new 374d4106cb75 Merge branch 'fsl-fman-fix-refcount-handling-of-fman-relat [...]
new 47dd5447cab8 net: wwan: fix global oob in wwan_rtnl_policy
new 95ecba62e2fd net: fix races in netdev_tx_sent_queue()/dev_watchdog()
new d95d9a31aceb virtio_net: fix integer overflow in stats
new 1230fe7ad397 netfilter: bpf: must hold reference on net namespace
new 306ed1728e84 netfilter: xtables: fix typo causing some targets not to l [...]
new fa287557e6d4 Merge tag 'nf-24-10-21' of git://git.kernel.org/pub/scm/li [...]
new f7b4cf0306bb mlxsw: spectrum_router: fix xa_store() error checking
new 8a7d12d674ac net: usb: usbnet: fix name regression
new 34d35b4edbbe net/sched: act_api: deny mismatched skip_sw/skip_hw flags [...]
new f504465970ae net: sched: fix use-after-free in taprio_change()
new b22db8b8befe net: sched: use RCU read-side critical section in taprio_dump()
new 10ce0db78700 r8169: avoid unsolicited interrupts
new 6e62807c7fbb posix-clock: posix-clock: Fix unbalanced locking in pc_clo [...]
new e509996b1672 xfrm: extract dst lookup parameters into a struct
new b84697210343 xfrm: respect ip protocols rules criteria when performing [...]
new 645546a05b03 xfrm: policy: remove last remnants of pernet inexact list
new 3f0ab59e6537 xfrm: validate new SA's prefixlen using SA family when sel [...]
new 6889cd2a93e1 xfrm: fix one more kernel-infoleak in algo dumping
new 1e424d08d35c Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/s [...]
new 989fa5171f00 Bluetooth: hci_core: Disable works on hci_unregister_dev
new 1bf4470a3939 Bluetooth: SCO: Fix UAF on sco_sock_timeout
new 246b435ad668 Bluetooth: ISO: Fix UAF on iso_sock_timeout
new 1876479d9866 Merge tag 'for-net-2024-10-23' of git://git.kernel.org/pub [...]
new ee76eb24343b net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876x
new 4c262801ea60 hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_R [...]
new 64761c980cbf net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
new 67af86afff74 net: dsa: mv88e6xxx: group cycle counter coefficients
new 7e3c18097a70 net: dsa: mv88e6xxx: read cycle counter period from hardware
new 3e65ede526cf net: dsa: mv88e6xxx: support 4000ps cycle counter period
new 9efc44fb2dba Merge branch 'net-dsa-mv88e6xxx-fix-mv88e6393x-phc-frequen [...]
new d44cd8226449 Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/l [...]
new a552e2ef5fd1 bpf, arm64: Fix address emission with tag-based KASAN enabled
new 1f97c03f43fa bpf: Preserve param->string when parsing mount options
new 6fad274f06f0 bpf: Add MEM_WRITE attribute
new 8ea607330a39 bpf: Fix overloading of MEM_UNINIT's meaning
new 14a3d3ef02ba bpf: Remove MEM_UNINIT from skb/xdp MTU helpers
new baa802d2aa5c selftests/bpf: Add test for writes to .rodata
new 82bbe133312b selftests/bpf: Add test for passing in uninit mtu_len
new 0ee288e69d03 bpf,perf: Fix perf_event_detach_bpf_prog error handling
new 9806f283140e bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
new c2f803052bc7 bpf: Add the missing BPF_LINK_TYPE invocation for sockmap
new 8421d4c8762b bpf: Check validity of link->type in bpf_link_show_fdinfo()
new d5fb316e2af1 Merge branch 'add-the-missing-bpf_link_type-invocation-for [...]
new ae90f6a6170d Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 63 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 | 5 +
MAINTAINERS | 2 +
arch/arm64/net/bpf_jit_comp.c | 12 ++-
drivers/hid/hid-ids.h | 2 +
drivers/hid/hid-lenovo.c | 8 ++
drivers/hid/hid-multitouch.c | 4 +
drivers/hid/i2c-hid/i2c-hid-core.c | 10 ++
drivers/net/dsa/microchip/ksz_common.c | 21 ++--
drivers/net/dsa/mv88e6xxx/chip.h | 6 +-
drivers/net/dsa/mv88e6xxx/port.c | 1 +
drivers/net/dsa/mv88e6xxx/ptp.c | 108 ++++++++++++++-------
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 22 +++--
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c | 70 +++++++------
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h | 12 ++-
drivers/net/ethernet/emulex/benet/be_main.c | 10 +-
drivers/net/ethernet/freescale/fman/mac.c | 68 +++++++++----
drivers/net/ethernet/freescale/fman/mac.h | 6 +-
drivers/net/ethernet/i825xx/sun3_82586.c | 1 +
drivers/net/ethernet/marvell/octeon_ep/octep_rx.c | 82 +++++++++++-----
.../net/ethernet/mellanox/mlxsw/spectrum_router.c | 9 +-
drivers/net/ethernet/realtek/r8169_main.c | 4 +-
drivers/net/hyperv/netvsc_drv.c | 30 ++++++
drivers/net/phy/dp83822.c | 4 +-
drivers/net/plip/plip.c | 2 +-
drivers/net/pse-pd/pse_core.c | 4 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/usb/usbnet.c | 3 +-
drivers/net/virtio_net.c | 2 +-
drivers/net/wwan/wwan_core.c | 2 +-
include/linux/bpf.h | 14 ++-
include/linux/bpf_types.h | 1 +
include/linux/netdevice.h | 12 +++
include/net/bluetooth/bluetooth.h | 1 +
include/net/netns/xfrm.h | 1 -
include/net/xfrm.h | 28 +++---
include/uapi/linux/bpf.h | 3 +
kernel/bpf/helpers.c | 10 +-
kernel/bpf/inode.c | 5 +-
kernel/bpf/ringbuf.c | 2 +-
kernel/bpf/syscall.c | 16 +--
kernel/bpf/verifier.c | 75 +++++++-------
kernel/time/posix-clock.c | 6 +-
kernel/trace/bpf_trace.c | 6 +-
net/bluetooth/af_bluetooth.c | 22 +++++
net/bluetooth/hci_core.c | 24 +++--
net/bluetooth/hci_sync.c | 12 ++-
net/bluetooth/iso.c | 18 ++--
net/bluetooth/sco.c | 18 ++--
net/core/filter.c | 42 +++-----
net/ipv4/xfrm4_policy.c | 40 ++++----
net/ipv6/xfrm6_policy.c | 31 +++---
net/netfilter/nf_bpf_link.c | 4 +
net/netfilter/xt_NFLOG.c | 2 +-
net/netfilter/xt_TRACE.c | 1 +
net/netfilter/xt_mark.c | 2 +-
net/sched/act_api.c | 23 ++++-
net/sched/sch_generic.c | 8 +-
net/sched/sch_taprio.c | 21 ++--
net/xfrm/xfrm_device.c | 11 ++-
net/xfrm/xfrm_policy.c | 53 +++++++---
net/xfrm/xfrm_user.c | 10 +-
tools/include/uapi/linux/bpf.h | 3 +
tools/testing/selftests/bpf/prog_tests/verifier.c | 19 ++++
tools/testing/selftests/bpf/progs/verifier_const.c | 31 +++++-
tools/testing/selftests/bpf/progs/verifier_mtu.c | 18 ++++
65 files changed, 756 insertions(+), 348 deletions(-)
create mode 100644 tools/testing/selftests/bpf/progs/verifier_mtu.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 ce61f407ac3 Add locking when reading BFD sections
new be6d665abdd Automatic date update in version.in
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:
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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-15-branch
in repository binutils-gdb.
from b04e41f0005 Automatic date update in version.in
new c331a477e19 Automatic date update in version.in
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:
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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_43-branch
in repository binutils-gdb.
from 263e116833e s390: Add arch15 instructions
new 263815e7c23 Automatic date update in version.in
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:
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.