This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to annotated tag v6.3-rc2
in repository linux.
at 62f7115b1ddd (tag)
tagging eeac8ede17557680855031c6f305ece2378af326 (commit)
replaces v6.3-rc1
tagged by Linus Torvalds
on Sun Mar 12 16:36:44 2023 -0700
- Log -----------------------------------------------------------------
Linux 6.3-rc2
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmQOYgweHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGHmIH/0DnvYzU4ppJec1s
s94ZbQ2TCKooWYsm9zqSU7TbwQkeLy2c43xx06ooItpMc8TCUDa+W+rmsUzPllxe
7zyx5DjxxRUL2+Y16fzk2+Y8vBUaqorjJv6F7V3muE7TKGdD7w1cbB+LcvylVUXB
iBZFWqNOrB0R4gVo4saXaX34uyrPuRXOpNGO/Yem/rI/xZPAC8O2fNA+YlAYCzDI
uJl4PXBx8zIokVY33fe4psski6ekeczIvjmsmSH75MSrJB5sGqT1+dQOme6PWj3R
gMzEgbPF/gk32VuojUE9mdE9C4hR2qULcz6GErQL4WqoKGh0Ck3mR7uRnGWSfNSG
kR1Kl7I=
=Hz45
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 80a6c216b16d tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
new f1324bbc4011 tpm: disable hwrng for fTPM on some AMD designs
new c4ecd87f75ec Merge tag 'tpm-v6.3-rc3' of git://git.kernel.org/pub/scm/l [...]
new 79d1ed5ca7db wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use af [...]
new eeac8ede1755 Linux 6.3-rc2
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.
--
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 2e545d69bd43 Merge tag 'xfs-6.3-fixes-1' of git://git.kernel.org/pub/sc [...]
new 80a6c216b16d tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
new f1324bbc4011 tpm: disable hwrng for fTPM on some AMD designs
new c4ecd87f75ec Merge tag 'tpm-v6.3-rc3' of git://git.kernel.org/pub/scm/l [...]
new 79d1ed5ca7db wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use af [...]
new eeac8ede1755 Linux 6.3-rc2
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:
Makefile | 2 +-
drivers/char/tpm/eventlog/acpi.c | 6 +++-
drivers/char/tpm/tpm-chip.c | 60 ++++++++++++++++++++++++++++++++-
drivers/char/tpm/tpm.h | 73 ++++++++++++++++++++++++++++++++++++++++
net/wireless/sme.c | 2 --
5 files changed, 138 insertions(+), 5 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 eb1d8df792f PR middle-end/109031: Fix final value replacement from narr [...]
new 13071c3c7d1 aarch64: Add bfloat16_t support for aarch64
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/aarch64/aarch64-builtins.cc | 18 +-
gcc/config/aarch64/aarch64-sve-builtins.def | 2 +-
gcc/config/aarch64/aarch64.cc | 54 +-----
gcc/config/aarch64/aarch64.h | 5 +-
.../g++.target/aarch64/bfloat_cpp_typecheck.C | 4 +-
.../gcc.target/aarch64/bfloat16_scalar_typecheck.c | 196 ++++++++++-----------
.../aarch64/bfloat16_vector_typecheck_1.c | 100 +++++------
.../aarch64/bfloat16_vector_typecheck_2.c | 100 +++++------
.../sve/acle/general-c/ternary_bfloat16_opt_n_1.c | 2 +-
libgcc/config/aarch64/libgcc-softfp.ver | 13 ++
libgcc/config/aarch64/sfp-machine.h | 2 +
libgcc/config/aarch64/t-softfp | 7 +-
libgcc/soft-fp/{floattibf.c => floatdibf.c} | 6 +-
libgcc/soft-fp/{floattibf.c => floatundibf.c} | 6 +-
libstdc++-v3/config/abi/pre/gnu.ver | 3 +
15 files changed, 243 insertions(+), 275 deletions(-)
copy libgcc/soft-fp/{floattibf.c => floatdibf.c} (93%)
copy libgcc/soft-fp/{floattibf.c => floatundibf.c} (92%)
--
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 f23dc726875 AArch64: Update div-bitmask to implement new optab instead [...]
new eb1d8df792f PR middle-end/109031: Fix final value replacement from narr [...]
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/testsuite/gcc.dg/tree-ssa/pr109031-1.c | 39 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr109031-2.c | 39 ++++++++++++++++++++++++++++++
gcc/tree-chrec.cc | 4 ++-
3 files changed, 81 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr109031-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr109031-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.