This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from bd8e963412c8 Merge tag '6.1-rc1-smb3-fixes' of git://git.samba.org/sfre [...]
new bb5f0c855dcf HID: magicmouse: Do not set BTN_MOUSE on double report
new 182934a1e93b HID: playstation: stop DualSense output work on remove.
new b8a968efab30 HID: playstation: add initial DualSense Edge controller support
new 9fecab247ed1 HID: playstation: support updated DualSense rumble mode.
new 79425b297f56 HID: saitek: add madcatz variant of MMO7 mouse device ID
new e66928af3667 HID: lenovo: Make array tp10ubkbd_led static const
new 334fe5d3a99a Merge tag 'for-linus-2022102101' of git://git.kernel.org/p [...]
new 0251d0107cfb iommu: Add gfp parameter to iommu_alloc_resv_region
new bf638a6513dd iommu/vt-d: Use rcu_lock in get_resv_regions
new 5566e68d829f iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()
new 620bf9f98136 iommu/vt-d: Clean up si_domain in the init_dmars() error path
new e97eace635a4 Merge tag 'iommu-fixes-v6.1-rc1' of git://git.kernel.org/p [...]
new f57fb375a203 efi: libstub: Remove zboot signing from build options
new 4b017e59f010 efi: ssdt: Don't free memory if ACPI table was loaded succ [...]
new 8a254d90a775 efi: efivars: Fix variable writes without query_variable_store()
new db14655ad785 efi: libstub: Give efi_main() asmlinkage qualification
new 53a7ea284de9 efi: libstub: Fix incorrect payload size in zboot header
new 37926f96302d efi: runtime: Don't assume virtual mappings are missing if [...]
new ec4cf5dbb188 Merge tag 'efi-fixes-for-v6.1-1' of git://git.kernel.org/p [...]
new eb1d39260ee6 ACPI: PCI: Fix device reference counting in acpi_get_pci_dev()
new 64d23ff38ac9 ACPI: scan: Fix DMA range assignment
new bfcdf58380b1 ACPI: resource: do IRQ override on LENOVO IdeaPad
new 4ef96d4dc8e1 ACPI: resource: note more about IRQ override
new 43d2748394c3 ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()
new f6ec01da40e4 ACPI: extlog: Handle multiple records
new 83439a0f1ce6 Documentation: ACPI: Prune DSDT override documentation from index
new 3f8deab61ea8 Merge branches 'acpi-scan', 'acpi-resource', 'acpi-apei', [...]
new 9d6e681d3394 Merge tag 'acpi-6.1-rc2' of git://git.kernel.org/pub/scm/l [...]
new 1dcaf30725c3 cpufreq: tegra194: Fix module loading
new 9f42cf54403a cpufreq: qcom: fix memory leak in error path
new 01039fb8e90c cpufreq: qcom: fix writes in read-only memory region
new a05887f005d3 cpufreq: qcom: remove unused parameter in function definition
new 2a808b9f701b cpufreq: dt: Switch to use dev_err_probe() helper
new ab4fdc735daf cpufreq: imx6q: Switch to use dev_err_probe() helper
new d78be404f97f cpufreq: qcom-nvmem: Switch to use dev_err_probe() helper
new 889a50aedcd2 cpufreq: sun50i: Switch to use dev_err_probe() helper
new a6991d623de0 Merge tag 'cpufreq-arm-fixes-6.1-rc' of git://git.kernel.o [...]
new 20df09614775 Merge tag 'pm-6.1-rc2' of git://git.kernel.org/pub/scm/lin [...]
new 4bb7f6c2781e thermal: intel_powerclamp: Use first online CPU as control_cpu
new 4da34b7d175d Merge tag 'thermal-6.1-rc2' of git://git.kernel.org/pub/sc [...]
The 40 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/admin-guide/acpi/index.rst | 1 -
arch/x86/include/asm/iommu.h | 4 +-
drivers/acpi/acpi_extlog.c | 33 +++++++-----
drivers/acpi/apei/ghes.c | 2 +-
drivers/acpi/arm64/iort.c | 3 +-
drivers/acpi/pci_root.c | 1 +
drivers/acpi/resource.c | 49 +++++++++++------
drivers/acpi/scan.c | 7 +--
drivers/cpufreq/cpufreq-dt.c | 6 +--
drivers/cpufreq/imx6q-cpufreq.c | 4 +-
drivers/cpufreq/qcom-cpufreq-nvmem.c | 25 ++++-----
drivers/cpufreq/sun50i-cpufreq-nvmem.c | 9 ++--
drivers/cpufreq/tegra194-cpufreq.c | 1 +
drivers/firmware/efi/Kconfig | 22 --------
drivers/firmware/efi/arm-runtime.c | 2 +-
drivers/firmware/efi/efi.c | 2 +
drivers/firmware/efi/libstub/Makefile.zboot | 29 ++--------
drivers/firmware/efi/libstub/fdt.c | 8 +--
drivers/firmware/efi/libstub/x86-stub.c | 6 +--
drivers/firmware/efi/libstub/zboot.lds | 3 +-
drivers/firmware/efi/riscv-runtime.c | 2 +-
drivers/firmware/efi/vars.c | 10 ++--
drivers/hid/hid-ids.h | 2 +
drivers/hid/hid-lenovo.c | 2 +-
drivers/hid/hid-magicmouse.c | 2 +-
drivers/hid/hid-playstation.c | 83 ++++++++++++++++++++++++++---
drivers/hid/hid-quirks.c | 1 +
drivers/hid/hid-saitek.c | 2 +
drivers/iommu/amd/iommu.c | 7 +--
drivers/iommu/apple-dart.c | 2 +-
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 2 +-
drivers/iommu/arm/arm-smmu/arm-smmu.c | 2 +-
drivers/iommu/intel/iommu.c | 17 ++++--
drivers/iommu/iommu.c | 7 +--
drivers/iommu/mtk_iommu.c | 3 +-
drivers/iommu/virtio-iommu.c | 9 ++--
drivers/thermal/intel/intel_powerclamp.c | 6 +--
fs/efivarfs/vars.c | 16 ------
include/acpi/ghes.h | 2 +-
include/linux/efi.h | 3 --
include/linux/iommu.h | 2 +-
41 files changed, 223 insertions(+), 176 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_gcc_bootstrap/master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
from 2e68624f2c 79: onsuccess: #498: 2: Success after binutils/gcc: 47 commits
new d34561636d 80: onsuccess: #499: 2: Success after binutils/gcc: 39 commits
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:
01-reset_artifacts/console.log.xz | Bin 1672 -> 1664 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 50588 -> 50676 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 468328 -> 467176 bytes
06-check_regression/console.log.xz | Bin 3276 -> 3296 bytes
07-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 10 +---------
dashboard/dashboard-push.sh | 5 -----
dashboard/squad/score/results-functional.json | 1 -
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
jenkins/dashboard-push.sh | 5 -----
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++++++----------
16 files changed, 17 insertions(+), 36 deletions(-)
delete mode 100644 dashboard/squad/score/results-functional.json
--
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-12
in repository gcc.
from b582496f205 Add 'libgomp.oacc-c-c++-common/private-big-1.c' [PR105421]
new d96d52514b6 Daily bump.
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/ChangeLog | 23 +++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
libgomp/ChangeLog | 8 ++++++++
4 files changed, 40 insertions(+), 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 releases/gcc-11
in repository gcc.
from 2229c1fcfa2 Daily bump.
new 856fdad84b7 Daily bump.
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/DATESTAMP | 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 releases/gcc-10
in repository gcc.
from 5076eefe23b Fix VCOND expansion
new 52a6c8da6f8 Daily bump.
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/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 22 ++++++++++++++++++++++
3 files changed, 59 insertions(+), 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 master
in repository gcc.
from 4cfdaeb2755 Fortran: Add missing TKR initialization to class variables [...]
new 1043971957a Daily bump.
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:
ChangeLog | 6 +
gcc/ChangeLog | 338 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 18 +++
gcc/fortran/ChangeLog | 10 ++
gcc/testsuite/ChangeLog | 102 +++++++++++++++
libgomp/ChangeLog | 7 +
libstdc++-v3/ChangeLog | 13 ++
8 files changed, 495 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.