This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from a6b0373ffcd8 Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/l [...]
new 94b07b6f9e2e Revert "fs: ocfs2: fix possible null-pointer dereferences [...]
new 7ce700bf11b5 mm/memory_hotplug: don't access uninitialized memmaps in s [...]
new 9a63236f1ad8 mm/ksm.c: don't WARN if page is still mapped in remove_sta [...]
new cc079039c9b6 Merge branch 'akpm' (patches from Andrew)
The 4 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:
fs/ocfs2/xattr.c | 56 +++++++++++++++++++++++++++++++----------------------
mm/ksm.c | 14 +++++++-------
mm/memory_hotplug.c | 16 ++++++++++++---
3 files changed, 53 insertions(+), 33 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_kernel/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/linux.
from c74386d50fba afs: Fix missing timeout reset
adds 9e77716a75bc fork: fix pidfd_poll()'s return type
adds d324810acded Merge tag 'for-linus-2019-11-21' of git://git.kernel.org/p [...]
adds 2727315df3f5 gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_o [...]
adds b0391479ae04 gpio: max77620: Fixup debounce delays
adds f88c117b6d6d gpio: bd70528: Use correct unit for debounce times
adds 0161a94e2d1c tools: gpio: Correctly add make dependencies for gpio_utils
adds cbdaa5e7bd90 Merge tag 'gpio-v5.4-rc8-fixes-for-linus' of git://git.ker [...]
adds cec353f6c2c9 Merge tag 'gpio-v5.4-5' of git://git.kernel.org/pub/scm/li [...]
adds dff10bbea4be nbd:fix memory leak in nbd_get_socket()
adds be5fa3aac23f Merge tag 'for-linus-20191121' of git://git.kernel.dk/linux-block
adds 94bb804e1e6f arm64: uaccess: Ensure PAN is re-enabled after unhandled u [...]
adds e50be648aaa3 arm64: uaccess: Remove uaccess_*_not_uao asm macros
adds 81429eb8d9ca Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds 9ea3fa729a44 drm/amdgpu: remove experimental flag for Navi14
adds 355d991cb6ff drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on uns [...]
adds d2a08e46215c drm/amd/powerplay: correct fine grained dpm force level setting
adds c57040d333c6 drm/amdgpu: disable gfxoff when using register read interface
adds 941a0a7945c3 drm/amdgpu: disable gfxoff on original raven
adds a0184d71163a Revert "drm/amd/display: enable S/G for RAVEN chip"
adds f824c1b35a75 Merge tag 'drm-fixes-5.4-2019-11-20' of git://people.freed [...]
adds 8ac495f624a4 drm/i915: Don't oops in dumb_create ioctl if we have no crtcs
adds 1aa4df7e41b6 drm/i915: Preload LUTs if the hw isn't currently using them
adds add3eeed3683 drm/i915/pmu: "Frequency" is reported as accumulated cycles
adds 2d691aeca4ae drm/i915/userptr: Try to acquire the page lock around set_ [...]
adds c0fa92ec8902 drm/i915: Protect request peeking with RCU
adds d43e24533dc2 drm/i915: make pool objects read-only
adds 71d122629c04 drm/i915/fbdev: Restore physical addresses for fb_mmap()
new 51658c04c338 Merge tag 'drm-intel-fixes-2019-11-21' of git://anongit.fr [...]
new 5d867ab037e5 Merge tag 'drm-fixes-2019-11-22' of git://anongit.freedesk [...]
adds 05ff1ba412fd PM: QoS: Invalidate frequency QoS requests after removal
new a6b0373ffcd8 Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/l [...]
The 3 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:
arch/arm64/include/asm/asm-uaccess.h | 17 ------
arch/arm64/include/asm/uaccess.h | 27 ++++++++--
arch/arm64/lib/clear_user.S | 2 -
arch/arm64/lib/copy_from_user.S | 2 -
arch/arm64/lib/copy_in_user.S | 2 -
arch/arm64/lib/copy_to_user.S | 2 -
arch/arm64/lib/uaccess_flushcache.c | 6 ++-
drivers/block/nbd.c | 1 +
drivers/gpio/gpio-bd70528.c | 6 +--
drivers/gpio/gpio-max77620.c | 6 +--
drivers/gpio/gpiolib-acpi.c | 17 ++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 ++-
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 9 +++-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +-
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 23 ++++++--
drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 6 +++
drivers/gpu/drm/i915/display/intel_atomic.c | 1 +
drivers/gpu/drm/i915/display/intel_color.c | 61 ++++++++++++++++++++++
drivers/gpu/drm/i915/display/intel_display.c | 9 ++++
drivers/gpu/drm/i915/display/intel_display_types.h | 1 +
drivers/gpu/drm/i915/display/intel_fbdev.c | 9 ++--
drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 22 +++++++-
drivers/gpu/drm/i915/gt/intel_engine_pool.c | 2 +
drivers/gpu/drm/i915/i915_pmu.c | 4 +-
drivers/gpu/drm/i915/i915_scheduler.c | 50 ++++++++++++++----
kernel/fork.c | 6 +--
kernel/power/qos.c | 8 ++-
tools/gpio/Build | 1 +
tools/gpio/Makefile | 10 ++--
31 files changed, 252 insertions(+), 76 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_kernel/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards e38b5d88 0: update: llvm-linux: boot
new 44ff8b8e 0: update: llvm-linux: boot
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 (e38b5d88)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 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 | 106 +-
02-build_llvm/console.log | 11974 +++++++++++++++++-----------------
03-build_linux/console.log | 668 +-
04-boot_linux/console.log | 354 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 13135 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13168 insertions(+), 13114 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_kernel/llvm-release-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 95a82907 0: update: llvm-linux: 16
new de20096f 0: update: llvm-linux: 16
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 (95a82907)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 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 | 175 +-
02-build_llvm/console.log | 11966 +++++++++++++++++------------------
03-build_linux/console.log | 846 ++-
06-update_baseline/console.log | 28 -
console.log | 13015 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12980 insertions(+), 13058 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 81429eb8d9ca Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new 9ea3fa729a44 drm/amdgpu: remove experimental flag for Navi14
new 355d991cb6ff drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on uns [...]
new d2a08e46215c drm/amd/powerplay: correct fine grained dpm force level setting
new c57040d333c6 drm/amdgpu: disable gfxoff when using register read interface
new 941a0a7945c3 drm/amdgpu: disable gfxoff on original raven
new a0184d71163a Revert "drm/amd/display: enable S/G for RAVEN chip"
new f824c1b35a75 Merge tag 'drm-fixes-5.4-2019-11-20' of git://people.freed [...]
new 8ac495f624a4 drm/i915: Don't oops in dumb_create ioctl if we have no crtcs
new 1aa4df7e41b6 drm/i915: Preload LUTs if the hw isn't currently using them
new add3eeed3683 drm/i915/pmu: "Frequency" is reported as accumulated cycles
new 2d691aeca4ae drm/i915/userptr: Try to acquire the page lock around set_ [...]
new c0fa92ec8902 drm/i915: Protect request peeking with RCU
new d43e24533dc2 drm/i915: make pool objects read-only
new 71d122629c04 drm/i915/fbdev: Restore physical addresses for fb_mmap()
new 51658c04c338 Merge tag 'drm-intel-fixes-2019-11-21' of git://anongit.fr [...]
new 5d867ab037e5 Merge tag 'drm-fixes-2019-11-22' of git://anongit.freedesk [...]
new 05ff1ba412fd PM: QoS: Invalidate frequency QoS requests after removal
new a6b0373ffcd8 Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/l [...]
The 18 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:
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 ++-
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 9 +++-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +-
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 23 ++++++--
drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 6 +++
drivers/gpu/drm/i915/display/intel_atomic.c | 1 +
drivers/gpu/drm/i915/display/intel_color.c | 61 ++++++++++++++++++++++
drivers/gpu/drm/i915/display/intel_display.c | 9 ++++
drivers/gpu/drm/i915/display/intel_display_types.h | 1 +
drivers/gpu/drm/i915/display/intel_fbdev.c | 9 ++--
drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 22 +++++++-
drivers/gpu/drm/i915/gt/intel_engine_pool.c | 2 +
drivers/gpu/drm/i915/i915_pmu.c | 4 +-
drivers/gpu/drm/i915/i915_scheduler.c | 50 ++++++++++++++----
kernel/power/qos.c | 8 ++-
17 files changed, 190 insertions(+), 33 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 glibc.
from 102b5b0caf Remove duplicate inline implementation of issignalingf
new 8781c1301d misc: Set generic pselect as ENOSYS
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:
misc/pselect.c | 46 ++----------------
sysdeps/unix/sysv/linux/microblaze/pselect.c | 73 ++++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/pselect.c | 37 ++------------
3 files changed, 80 insertions(+), 76 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/microblaze/pselect.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 85e7588dc4 [gdb/contrib] Improve words extraction in words.sh script
new f8bab2d61d Create a correctly-sized demangled names hashtable
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:
gdb/ChangeLog | 6 ++++++
gdb/symtab.c | 14 ++++++++++++--
2 files changed, 18 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.