[Bug 1837801] [NEW] [MESA] mesa 19.2 release will best support IceLake

2019-07-24 Thread quanxian
Public bug reported: Description: MESA 19.2 release will best support IceLake platform. We'd better not miss it. 19.10 feature freeze is 08/22. 19.2-rc4 scheduled in 08/27, it should be the last release. 19.10 should can catch up with the final release of mesa 19.2. Target Release: 19.10

[Bug 1837675] [NEW] Implement RAPL control via Processor device MMIO

2019-07-23 Thread quanxian
Public bug reported: Description: Implement RAPL control via MMIO so that thermald can take advantage of it. 0c2ddedd8bcb88c4100acb9e0fc5ac8752d09501 1193b1658d16f03cdb2edbac5f2a796ccca225af 3382388d714891fc0f575926189f33d22e7c960b 7ebf8eff63b4f349e7b2ded6aa5036d94bdf94b9

[Bug 1834417] Re: EDAC driver support for Idaville

2019-07-22 Thread quanxian
1dc78f1ffa3a386b986b659884952d816021f38f 5c5d3ac2064ae2466c81d40186bcc09b2d5b7892 c4a1dd9e83ceceef6ffba82b8b274ab9b929ea14 5.3-rc1 ** Changed in: intel Status: New => Fix Committed ** Description changed: Description: Provide detailed memory topology and configuration information as

[Bug 1782206] Re: KVM enable SnowRidge Accelerator Interfacing Architecture (AIA)

2019-07-22 Thread quanxian
** Description changed: CPU core (Tremont) includes Accelerator Interfacing Architecture (AIA) features including: - UMONITOR/UMWAIT: Ring-3 MONITOR/MWAIT with timeout. For memory-based synch with accelerators - TPAUSE: Monitor-less wait (with timeout). For wait-on-multiple or

[Bug 1801014] Re: perf tool needs to support per-die aggregation

2019-07-22 Thread quanxian
** Changed in: intel Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1801014 Title: perf tool needs to support per-die aggregation To manage notifications about

[Bug 1834413] Re: SNR: perf enable uncore PMU counters

2019-07-22 Thread quanxian
07ce734dd8adc0f170d43c15a9b91b707a21b9d7 210cc5f9db7a5c66b7ca6290b7d35cc7db7e9dbd 3da04b8a00dd6d39970b9e764b78c5dfb40ec013 c8872d90e0a3651a096860d3241625ccfa1647e0 ee49532b38dd084650bf715eabe7e3828fb8d275 5.3-rc1 ** Changed in: intel Status: New => Fix Committed -- You received this bug

[Bug 1834421] Re: perf enable core PMU counters for Idaville

2019-07-22 Thread quanxian
faaeff98666c24376cebd0b106504d05a36881d1 5.3-rc1 ** Changed in: intel Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834421 Title: perf enable core PMU counters

[Bug 1771252] Re: [ICL] Enable intel_rapl driver for Icelake

2019-07-22 Thread quanxian
Patch for ICLLAKE MOBILE intel_rapl support shipped in 5.3-rc1. 0ab74bcd1b50821391b264150d26b7f03ba6740b ba6f3ec198d555d0c9b7e038cb003922aea2797d -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771252

[Bug 1834423] Re: Enable intel_rapl on Idaville

2019-07-22 Thread quanxian
Patch shipped in 5.3-rc1 3231a21d5ca6f6baea95588406775304f35a203e ** Changed in: intel Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834423 Title: Enable

[Bug 1836959] [NEW] media/opencl package updates for 19.10

2019-07-17 Thread quanxian
Public bug reported: Description: in 19.10, ICL will be fully supported and old media/opencl driver will not be used for ICL+. new openCL (NEO) and new media driver will be must for all customer who use ICL+ as the base. Here are the latest media/opencl package Intel provided. Hope Canonical

[Bug 1825940] Re: [graphics] Enable ICL

2019-07-09 Thread quanxian
--- icl_commit_20190702.list_kernv_drm-tip 2019-07-02 13:55:00.666216695 +0800 +++ icl_commit_20190709.list_kernv_drm-tip 2019-07-09 13:40:15.070144631 +0800 @@ -1,13 +1,52 @@ +patches series of drm/i915: Random plane stuff,,, +1/6 26443a4bc44 ADDED!,drm/i915: Add windowing for primary

[Bug 1835351] [NEW] Performance regression with AEP NVDIMM

2019-07-03 Thread quanxian
Public bug reported: Description: The recent changes to use memcpy_mcsafe() in the dax read path to handle media errors regresses performance: http://bugzilla.novell.com/show_bug.cgi?id=1114829 Investigate an SSE implementation of memcpy_mcsafe(). Target Release: 19.10 Target Kernel: TBD **

[Bug 1835348] [NEW] mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses

2019-07-03 Thread quanxian
Public bug reported: Description Starting with c6f3c5ee40c1 ("mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()") vmf_insert_pfn_pmd() internally calls pmdp_set_access_flags(). That helper enforces a pmd aligned @address argument via VM_BUG_ON() assertion. Update the

[Bug 1835349] [NEW] Fix devm_memremap_pages shutdown handling

2019-07-03 Thread quanxian
Public bug reported: Description: > 1) Some p2pdma user calls pci_alloc_p2pmem() to get some memory to DMA > to taking a reference to the pgmap. > 2) Another process unbinds the underlying p2pdma driver and the devm > chain starts to unwind. > 3) devm_memremap_pages_release() is called and it

[Bug 1835350] [NEW] Hang / zombie process from Xarray page-fault conversion

2019-07-03 Thread quanxian
Public bug reported: Description: We're seeing a case where RocksDB hangs and becomes defunct when trying to kill the process. v4.19 succeeds and v4.20 fails. Robert was able to bisect this to commit b15cd800682f "dax: Convert page fault handlers to XArray". Target Release: 19.10 Target Kernel:

[Bug 1730883] Re: [HMEM] Allow persistent memory to be used like normal RAM

2019-07-03 Thread quanxian
duplicate with LP#1730872 ** Changed in: intel Status: Fix Committed => Invalid ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1835347] [NEW] device_dax - export a 'resource' attribute for dax devices

2019-07-03 Thread quanxian
Public bug reported: Description: device_dax devices need to export a resource attribute so that libdaxctl can use it to find the address range for the device. This is required for onlining/offlining memory associated with a device in the system-ram mode (i.e. kmem). Target Release: 19.10 Target

[Bug 1835343] [NEW] [HMEM] Parse HMAT table and populate sysfs object model

2019-07-03 Thread quanxian
Public bug reported: Description: Once we have our generic sysfs layout, we will need to parse the HMAT and create the kobjects and references to populate that layout. Merged during 5.2 window. Commit IDs and Patch Subject: 13bac55ef7ae doc/mm: New documentation for memory performance

[Bug 1835340] [NEW] [HMEM] kmem: clear poison reported via mce or ACPI patrol scrub notifications

2019-07-03 Thread quanxian
Public bug reported: Description: During run-time, the kernel can be notified of new/latent errors in two different ways: If an application trips over a latent/unknown error, and if the system has machine check recovery, then we will be notified via the mce handler, and the app will be

[Bug 1835335] [NEW] Enable Interrupt Message Store (IMS)

2019-07-03 Thread quanxian
Private bug reported: Description: Implement IMS framework and VFIO MSI Extensions Target Release: 19.10 Target Kernel: 5.3 ** Affects: intel Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: intel-kernel-19.10

[Bug 1835334] [NEW] [IOMMU] vfio/vfio-mdev enhancement for full-iommu support

2019-07-03 Thread quanxian
Public bug reported: Description: VFIO (Virtual Function I/O) is an IOMMU/device agnostic framework for exposing direct device access to user space in a secure IOMMU protected environment. VFIO/MDEV(mediated device) is based on VFIO to provide a generic framework for mediated devices simulated

[Bug 1835333] [NEW] [IOMMU] IOMMU scalable mode for mdev pass-through

2019-07-03 Thread quanxian
Public bug reported: Description: Intel IOMMU scalable mode is proposed in the new IOMMU spec. It provides two level address translation based on a PASID. With this translation mode, a PASID-capable PCIe device could pass through partial of its resource (also called AI, Assignment Instance) to

[Bug 1835174] [NEW] ICX: CBDMA driver support

2019-07-03 Thread quanxian
Public bug reported: Description: Enable CBDMA (ioatdma) support for ICX. CBDMA is the uncore DMA engine on Xeon platforms. Commit List: 11e31e281b 4d75873f81 528314b503 e0100d40906 Target Release: 19.10 Target Kernel:5.1 ** Affects: intel Importance: Undecided Status: New **

[Bug 1835176] [NEW] Flexible All Core Turbo (FACT) support

2019-07-03 Thread quanxian
Public bug reported: Description: Add Linux support for Flexible All Core Turbo feature newly added to ICX -SP POR. Target Release: 19.10 Target Kernel: TBD ** Affects: intel Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Status:

[Bug 1835175] [NEW] ICX: PCIe Non-Transparent Bridge

2019-07-03 Thread quanxian
Public bug reported: Description: Adding driver support for Intel PCIe Non-Transparent bridge for ICX platform. NTB is a point to point platform interconnect over PCIe. Target Release: 19.10 Target Kernel: TBD ** Affects: intel Importance: Undecided Status: New ** Affects: linux

[Bug 1730857] Re: [Feature] PowerTOP-PCIe GEN4 Data Register

2019-07-02 Thread quanxian
Powertop 2.11 (2019,Q2 scheduled) ** Changed in: intel Status: Won't Fix => New ** Information type changed from Proprietary to Public ** Also affects: powertop (Ubuntu) Importance: Undecided Status: New ** Description changed: Description: PCIe GEN4 adds a new register

[Bug 1835138] [NEW] MKTME: make encrypted memory accessible by kernel

2019-07-02 Thread quanxian
Public bug reported: Description: Direct mapping is not good for accessing encrypted pages as all memory is mapped with KeyID 0. We need the temporary mapping with correct KeyID. kmap()/kmap_atomic() API seems fill our needs. Target Release: 19.10 Target Kernel: TBD ** Affects: intel

[Bug 1825940] Re: [graphics] Enable ICL

2019-07-02 Thread quanxian
20170702 update of ICL kernel (drm-tip) --- icl_commit_20190626.list_kernv_drm-tip 2019-06-26 08:10:11.102281024 +0800 +++ icl_commit_20190702.list_kernv_drm-tip 2019-07-02 13:55:00.666216695 +0800 @@ -1,6 +1,10 @@ -fc25441c7b9,drm/i915/ehl: Add one additional PCH ID to MCC,2019-06-21

[Bug 1828495] Re: [KVM][CLX] CPUID_7_0_EDX_ARCH_CAPABILITIES is not enabled in VM.

2019-07-01 Thread quanxian
Expected results is: HOST and Guest should enable IA32_ARCH_CAPABILITIES MSR. MDS_NO is bit 5 of ARCH_CAPABILITIES. Expose this bit to guest. ##cpuid -r 0x0007 0x00: eax=0x ebx=0xd19f4fb9 ecx=0x0818 edx=0x8400 edx's 29 bit should be 1. #rdmsr 0x10a -f 5:5 return value should

[Bug 1828495] Re: [KVM][CLX] CPUID_7_0_EDX_ARCH_CAPABILITIES is not enabled in VM.

2019-07-01 Thread quanxian
we have verified that on 18.04.2 with Rafael David Tinoco (rafaeldtinoco)'s PPA qemy packages. And get that guest doesn't work as expected. After detailed discussion with Intel Upstream, there still needs some patches. But they are under review. Keep watch the process of process.

[Bug 1834558] Re: intel_idle enable in ICL

2019-07-01 Thread quanxian
not ready yet. I will input the commits once they finished. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834558 Title: intel_idle enable in ICL To manage notifications about this bug go to:

[Bug 1704433] Re: [Feature] Crystal Ridge - Use FS DAX radix tree as a cache to service page faults

2019-06-28 Thread quanxian
Intel upstream think it is not must for OSV, so close it as invalid. ** Changed in: intel Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704433 Title: [Feature]

[Bug 1834588] Re: ICX: Add PMU support for adaptive and enhanced PEBS

2019-06-28 Thread quanxian
c22497f5838c237e3094a4dfb99d1c5de6353239 5.2-rc1 ** Description changed: Description: Add support for new ICX PMU features: Adaptive PEBS, and Enhanced PEBS. Target Release: 19.10 - Target Kernel: 5.3 + Target Kernel: 5.2 ** Also affects: linux (Ubuntu) Importance: Undecided

[Bug 1834586] [NEW] ICX: mcelog support

2019-06-28 Thread quanxian
Public bug reported: Description: Add any new machine check bank "MSCOD" values for ICX that mcelog can use to provide a more detailed error report. Target Release: 19.10 Target mcelog: TBD ** Affects: intel Importance: Undecided Status: New ** Affects: mcelog (Ubuntu)

[Bug 1834558] [NEW] intel_idle enable in ICL

2019-06-27 Thread quanxian
Public bug reported: Description: Support for intel_idle on Ice Lake (client) Target Release: 19.10 Target Kernel: 5.3 ** Affects: intel Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: intel-kernel-19.10 **

[Bug 1834423] [NEW] Enable intel_rapl on Idaville

2019-06-27 Thread quanxian
Public bug reported: Description: Validate and enable RAPL on Idaville /ICX -D. Target Kernel: 5.3 Target Release: 19.10 ** Affects: intel Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: intel-kernel-19.10

[Bug 1834422] [NEW] Enable intel_idle driver for Idaville

2019-06-27 Thread quanxian
Public bug reported: Description: Provide model specific Intel_idle support for Idaville server platform. Target Release: 19.10 Target Kernel: TBD ** Affects: intel Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Status: New **

[Bug 1834419] [NEW] mcelog support for Idaville

2019-06-27 Thread quanxian
Public bug reported: Description: Add any new machine check bank "MSCOD" values for ICX -D that mcelog can use to provide a more detailed error report. Also add support for ICX -D cpuid model numbers. Target Kerne:TBD Target Release: 5.3 ** Affects: intel Importance: Undecided

[Bug 1834418] [NEW] GPIO support for Idaville

2019-06-27 Thread quanxian
Public bug reported: Description: Enable GPIO support for Idaville. This needs to be enabled in some customer setups. Target Kernel: TBD Target Release: 19.10 ** Affects: intel Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided

[Bug 1834421] [NEW] perf enable core PMU counters for Idaville

2019-06-27 Thread quanxian
Public bug reported: Description: Enable Ice Lake -D server core PMU counters. Target Kernel: 5.3 Target Release: 19.10 ** Affects: intel Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: intel-kernel-19.10

[Bug 1834417] [NEW] EDAC driver support for Idaville

2019-06-27 Thread quanxian
Public bug reported: Description: Provide detailed memory topology and configuration information as well as translating error addresses to physical DIMM addresses. Target Release: 19.10 Target Kernel:5.2 ** Affects: intel Importance: Undecided Status: New ** Affects: linux

[Bug 1834413] [NEW] SNR: perf enable uncore PMU counters

2019-06-26 Thread quanxian
Public bug reported: Description: perf enable uncore PMU counters for Jacobsville Target Kernel: 5.3 Target Release: 19.10 ** Affects: intel Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags:

[Bug 1834410] [NEW] iTCO watchdog No Reboot bit needs to move from side band to a TCOBASE register bit

2019-06-26 Thread quanxian
Public bug reported: Description: CDF has the WDT No Reboot bit as bit one of P2SB.SBREG_BAR64 +CFh + Ch which is cannot be read from the OS. This issue manifest itself in Linux by a -EBUSY error when loading the iTCO_wdt driver. [ 23.060317] intel_rapl: Found RAPL domain package [

[Bug 1834408] [NEW] Support set_mce_nospec() for kernel encountered poison.

2019-06-26 Thread quanxian
Public bug reported: Description: The memory_failure() path for userspace consumed poison takes preventative measures that are skipped by kernelspace consume poison, like set_mce_nospec. Target Kernel: 5.2 Target ReleasE: 19.10 ** Affects: intel Importance: Undecided Status: New

[Bug 1834407] [NEW] ndctl/namespace: Suppress errors on seed devices (check-namespace)

2019-06-26 Thread quanxian
Public bug reported: Description: Similar to recent changes made to make "destroy-namespace all" ignore errors on seed devices, do the same for "check-namespace all" Target Kernel: 5.2 Target ReleasE: 19.10 ** Affects: intel Importance: Undecided Status: New ** Affects: linux

[Bug 1825940] Re: [graphics] Enable ICL

2019-06-25 Thread quanxian
** Attachment added: "icl_commit_20190626.list_kernv_drm-tip" https://bugs.launchpad.net/intel/+bug/1825940/+attachment/5273300/+files/icl_commit_20190626.list_kernv_drm-tip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1825940] Re: [graphics] Enable ICL

2019-06-25 Thread quanxian
update for icl latest commmits compared with 2019/06/17 --- icl_commit_20190617.list_kernv_drm-tip 2019-06-17 17:10:09.330369948 +0800 +++ icl_commit_20190626.list_kernv_drm-tip 2019-06-26 08:10:11.102281024 +0800 @@ -1,6 +1,23 @@ -f4071997f1d,drm/i915/ehl: Update MOCS table for

[Bug 1834119] Re: [AEP-BUG] Critical:concurrent invocations of ndctl can cause linux panic

2019-06-25 Thread quanxian
all are kernel patches. I have changed it kernel. Thanks for your reminder. ** Package changed: ndctl (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834119 Title:

[Bug 1834119] Re: [AEP-BUG] Critical:concurrent invocations of ndctl can cause linux panic

2019-06-25 Thread quanxian
Kernel/User Patches Dan Williams (6): drivers/base: Introduce kill_device() libnvdimm/bus: Prevent duplicate device_unregister() calls libnvdimm/region: Register badblocks before namespaces libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()

[Bug 1834119] [NEW] [AEP-BUG] Critical:concurrent invocations of ndctl can cause linux panic

2019-06-24 Thread quanxian
Public bug reported: Description: Patch: fix patch in the libnvdimm pending tree. Proposed fixes here: https://lists.01.org/pipermail/linux-nvdimm/2019-June/021847.html and pushed out to libnvdimm-pending: https://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm.git/log/?h=libnvdimm-pending

[Bug 1801014] Re: perf tool needs to support per-die aggregation

2019-06-18 Thread quanxian
user space perf tools commit ids: 0ccdb8407a4660f6dbc5977bc060917d2c3e7986 acae8b36cded0ee62038dedd0a44d54d5d673a96 b74d8686a18b36adecc710597198d5ef2dd5ef14 db5742b6849ed7f01d764e6755b8ab2b422f29b2 e05a899718f094e2c87d99115c5b1191405a9fd0 ** Description changed: Description Add option

[Bug 1801014] Re: perf tool needs to support per-die aggregation

2019-06-18 Thread quanxian
related kernel bug is LP#1791232 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1801014 Title: perf tool needs to support per-die aggregation To manage notifications about this bug go to:

[Bug 1745897] Re: [Feature][KVM][Crystal Ridge] Support MAP_SYNC

2019-06-17 Thread quanxian
commit 119906afa5ca610adb87c55ab0d8e53c9104bfc3 Author: Zhang Yi Date: Mon Apr 22 08:48:48 2019 +0800 util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1819413] Re: [ICL] S0ix Enabling

2019-05-24 Thread quanxian
** Changed in: intel Status: Fix Committed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819413 Title: [ICL] S0ix Enabling To manage notifications about this bug go to:

[Bug 1782209] Re: KVM SnowRidge Split-lock disable

2019-05-19 Thread quanxian
** Description changed: When bit 29 is set in Test Control MSR register 0x33, a #AC execption  is generated for split locked accesses at all CPL irrespective of  CR0.AM or EFLAGS.AC. This feature can help developers to capture memory accesses that across cachelines with #LOCK

[Bug 1829689] [NEW] [AEP]Sub-section memory hotplug support, fix namepsace padding

2019-05-19 Thread quanxian
Public bug reported: The memory hotplug section is an arbitrary / convenient unit for memory hotplug. 'Section-size' units have bled into the user interface ('memblock' sysfs) and can not be changed without breaking existing userspace. The section-size constraint, while mostly benign for typical

[Bug 1829689] Re: [AEP]Sub-section memory hotplug support, fix namepsace padding

2019-05-19 Thread quanxian
it is the continual bug of LP#1823595 (which is initial fix), more fixes will be in this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1829689 Title: [AEP]Sub-section memory hotplug support,

[Bug 1801014] Re: perf tool needs to support per-die aggregation

2019-05-19 Thread quanxian
** Description changed: Description Add option "--per-die" to aggregate counts per physical die for CLX-AP and CPX. For previous platforms, "-per-die" equals to "-per-socket". + Target Kernel:5.3 Target Release: 19.10 -- You received this bug notification because you are a member of

[Bug 1828930] Re: [AEP] Add user package ipmctl for AEP

2019-05-14 Thread quanxian
it is duplicated with bug 1824450. Track it in old bug. ** Changed in: intel Status: Fix Committed => Won't Fix ** Changed in: ubuntu Status: New => Invalid ** Changed in: intel Status: Won't Fix => Invalid -- You received this bug notification because you are a member of

[Bug 1828930] Re: [AEP] Add user package ipmctl for AEP

2019-05-14 Thread quanxian
** Changed in: intel Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1828930 Title: [AEP] Add user package ipmctl for AEP To manage notifications about this bug

[Bug 1828930] [NEW] [AEP] Add user package ipmctl for AEP

2019-05-13 Thread quanxian
Public bug reported: As it’s a provision tool enable OS level functionality including but not limited: ipmctl is a utility for configuring and managing Intel Optane DC persistent memory modules (PMM). It supports functionality to: Discover PMMs on the platform. Provision the platform memory

[Bug 1782212] Re: KVM CLX ACPI HMAT table support

2019-05-09 Thread quanxian
** Tags removed: intel-virt-19.04 ** Tags added: intel-virt-19.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1782212 Title: KVM CLX ACPI HMAT table support To manage notifications about this

[Bug 1686610] Re: [Feature] GLK: Oprofile support

2019-05-09 Thread quanxian
oprofile in 19.04 is 1.2.0. ** Description changed: GeminiLake oprofile support - Target Release: 19.04 + Target Release: 19.10 ** Tags removed: intel-upkg-19.04 ** Tags added: intel-upkg-19.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1828495] [NEW] [KVM][CLX] CPUID_7_0_EDX_ARCH_CAPABILITIES is not enabled in VM.

2019-05-09 Thread quanxian
Public bug reported: This is a bug. Test Environment: Repro Steps: 1. Boot up guest using: -cpu Cascadelake-Server [root@clx-2s2 yexin]# qemu-system-x86_64 -accel kvm -drive if=virtio,id=hd,file=/home/x/x,format=qcow2 -m 4096 -smp 4 -cpu Cascadelake-Server -serial stdio char device

[Bug 1828495] Re: [KVM][CLX] CPUID_7_0_EDX_ARCH_CAPABILITIES is not enabled in VM.

2019-05-09 Thread quanxian
Commit:2bdb76c015df7125783d8394d6339d181cb5bc30 git tag --contains 2bdb76c015df7125783d8394d6339d181cb5bc30 v5.1 v5.1-rc3 v5.1-rc4 v5.1-rc5 v5.1-rc6 v5.1-rc7 ** Description changed: This is a bug. Test Environment: Repro Steps: 1. Boot up guest using: -cpu Cascadelake-Server

[Bug 1792536] Re: [DNV]Watchdog can not reboot system

2019-05-07 Thread quanxian
for KBL, it will old watchdog driver. Not a kernel issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1792536 Title: [DNV]Watchdog can not reboot system To manage notifications about this bug go

[Bug 1823595] Re: [bug]Fix namespace section padding relative to other regions

2019-05-07 Thread quanxian
ae86cbfef381 e3f5df762d4a ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: intel Status: Fix Committed => Fix Released ** Changed in: linux (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a

[Bug 1792536] Re: [DNV][KBL-NUC]Watchdog can not reboot system

2019-05-07 Thread quanxian
KBL will use another bug. ** Changed in: intel Status: Triaged => Fix Released ** Changed in: linux (Ubuntu) Status: Triaged => Fix Released ** Changed in: linux (Ubuntu Cosmic) Status: Triaged => Fix Released ** Summary changed: - [DNV][KBL-NUC]Watchdog can not reboot

[Bug 1731823] Re: [Feature] New PKG-UPM (Useful Packages & Modules) Sensor/Actuator repository for MRAA

2019-05-07 Thread quanxian
** Description changed: Description: The UPM repository provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform (or microcontroller), as well as with the attached sensors, through calls to

[Bug 1741383] Re: [Feature] Runtime PM for native PCIe hotplug ports

2019-05-07 Thread quanxian
** Changed in: intel Status: Fix Committed => Fix Released ** Changed in: ubuntu Status: New => Fix Released ** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1745897] Re: [Feature][KVM][Crystal Ridge] Support MAP_SYNC

2019-05-07 Thread quanxian
** Description changed: Description: Linux 4.15 introduces a new mmap flag MAP_SYNC, which can be used to guarantee the write persistence to mmap'ed files supporting DAX (e.g., files on ext4/xfs file system mounted with '-o dax'). QEMU can use MAP_SYNC flag for memory-backend-file, in

[Bug 1815552] Re: Intel New Media Driver/openCL - support

2019-05-07 Thread quanxian
** Changed in: intel Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1815552 Title: Intel New Media Driver/openCL - support To manage notifications about

[Bug 1730872] Re: [Feature][HMEM] hot plug device DAX back into the kernel

2019-05-07 Thread quanxian
** Tags removed: disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730872 Title: [Feature][HMEM] hot plug device DAX back into the kernel To manage notifications about this bug go to:

[Bug 1776124] Re: [glibc] Don't write beyond destination in __mempcpy_avx512_no_vzeroupper

2019-05-07 Thread quanxian
2.29 is included in 19.04 ** Changed in: ubuntu Status: New => Fix Released ** Changed in: intel Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776124

[Bug 1774114] Re: Runtime PM for Thunderbolt host controller (Titan Ridge)

2019-05-07 Thread quanxian
** No longer affects: linux ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New => Fix Released ** Changed in: intel Status: Fix Committed => Fix Released -- You received this bug notification because you are a

[Bug 1731821] Re: [Feature] New PKG-libmraa - Low Level Skeleton Library for Communication on GNU/Linux platforms

2019-05-07 Thread quanxian
** Description changed: Description: Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured and sane API where port names/numbering matches the board that you are on. Use of libmraa does

[Bug 1816521] Re: TSN Enabling

2019-05-07 Thread quanxian
** Changed in: intel Status: New => Fix Released ** Changed in: ubuntu Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1816521 Title: TSN Enabling To

[Bug 1820147] Re: Memory bandwidth allocation software controller fixes

2019-05-07 Thread quanxian
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: intel Status: New => Fix Released ** Changed in: linux (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1730884] Re: [Feature] support 6/8 cbos in uncore driver on CFL

2019-05-07 Thread quanxian
** No longer affects: linux ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: intel Status: Fix Committed => Fix Released ** Changed in: linux (Ubuntu) Status: New => Fix Released ** Tags removed: intel-kernel-18.10 ** Tags added:

[Bug 1730867] Re: [Feature][HMEM] Consume HMAT tables in Linux guest, create sysfs representation

2019-05-07 Thread quanxian
** Description changed: Description: This is dependent upon these two other Jira features: [HMEM] Specify initial sysfs representation for heterogeneous memory [HMEM] Update QEMU prototype to the latest HMAT spec, R053 This task is to consume the newly updated HMAT talbles and create

[Bug 1730872] Re: [Feature][HMEM] hot plug device DAX back into the kernel

2019-05-07 Thread quanxian
** Description changed: Description: Hot plug device DAX back into the kernel. Target Kernel: 5.1 - Target Release: 19.04 + Target Release: 19.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1730872] Re: [Feature][HMEM] hot plug device DAX back into the kernel

2019-05-07 Thread quanxian
** No longer affects: linux ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags removed: intel-kernel-19.04 ** Tags added: intel-kernel-19.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1731408] Re: [Feature] [HMEM] Move device-dax resource reservation to be per-instance

2019-05-06 Thread quanxian
** No longer affects: linux ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags removed: intel-kernel-19.04 ** Tags added: intel-kernel-19.10 ** Description changed: Description Stop reserving an entire dax-region and let individual instances hold the

[Bug 1730883] Re: [HMEM] Allow persistent memory to be used like normal RAM

2019-05-06 Thread quanxian
** No longer affects: linux ** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730883 Title: [HMEM] Allow persistent memory

[Bug 1801260] Re: USB Type-C Alternate Mode support

2019-05-06 Thread quanxian
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: intel Status: New => Fix Released ** Changed in: linux (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1801263] Re: Update to the latest QAT driver

2019-05-06 Thread quanxian
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: intel Status: New => Fix Released ** Changed in: linux (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1730885] Re: [Feature] SGX mainline enabling

2019-05-06 Thread quanxian
** Also affects: ubuntu Importance: Undecided Status: New ** Package changed: ubuntu => linux (Ubuntu) ** Description changed: Description Umbrella task for SGX mainline kernel features. Target Kernel: 5.4 - Target Release: 19.04 + Target Release: 19.10 ** Tags removed:

[Bug 1827978] [NEW] [SGX]Flexible Launch Control

2019-05-06 Thread quanxian
Public bug reported: Implement open source launch enclave and bundle it with the Linux kernel so that the kernel can generate launch tokens for enclaves that the user requests to run. Flexible Launch Control consists of: Enclave singing tool for kbuild (DONE) Launch Enclave and its user space

[Bug 1765347] Re: tpm2-tools: update to 3.0.x

2019-05-06 Thread quanxian
3.1.3 is included in 19.04 ** Information type changed from Proprietary to Public ** Also affects: ubuntu Importance: Undecided Status: New ** Changed in: intel Status: Fix Committed => Fix Released ** Changed in: ubuntu Status: New => Fix Released -- You received

[Bug 1760755] Re: Intel FPGA Phase 1 driver upstream

2019-05-06 Thread quanxian
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Description changed: Description: The FPGA upstream driver Phase 1 includes the FPGA driver framework and minimum function support with basic function can work, end users can write apps, image can be flushed and

[Bug 1700701] Re: tpm2-tss: update to 1.3.0

2019-05-06 Thread quanxian
2.1 version is added into 19.04 ** Information type changed from Proprietary to Public ** Also affects: ubuntu Importance: Undecided Status: New ** Changed in: intel Status: Incomplete => Fix Released ** Changed in: ubuntu Status: New => Fix Released -- You received

[Bug 1685997] Re: [Feature] TPM: TPM 2.0 MEI Driver Update

2019-05-06 Thread quanxian
** Information type changed from Proprietary to Public ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: intel Status: Incomplete => Fix Released ** Changed in: linux (Ubuntu) Status: New => Fix Released -- You received this bug

[Bug 1700679] Re: Add tpm2-abrmd package

2019-05-06 Thread quanxian
2.1 is added into 19.04. tpm2-abrmd. ** Changed in: intel Status: Won't Fix => Fix Released ** Information type changed from Proprietary to Private ** Also affects: ubuntu Importance: Undecided Status: New ** Changed in: ubuntu Status: New => Fix Released **

[Bug 1801283] Re: [VROC]Update ledmon to the latest upstream version

2019-05-06 Thread quanxian
https://github.com/intel/ledmon/releases/tag/v0.92 ** Description changed: Description: Update ledmon to the latest upstream version - Target Release: 19.04 + Target Release: 19.10 ** Tags removed: intel-upkg-19.04 ** Tags added: intel-upkg-19.10 -- You received this bug notification

[Bug 1801286] Re: [VROC]Update mdadm to the latest upstream version

2019-05-06 Thread quanxian
4.1 is included i n 19.04 release. close it. ** Description changed: Description: Update mdadm to the latest upstream version + https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git + 4.1 is available Target Release: 19.04 ** Changed in: intel Status: New => Fix Released **

[Bug 1801287] Re: [VROC] Update MD RAID drivers to the latest upstream version

2019-05-06 Thread quanxian
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: intel Status: Fix Committed => Fix Released ** Changed in: linux (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1801283] Re: [VROC]Update ledmon to the latest upstream version

2019-05-06 Thread quanxian
ledmon 0.90 is in 19.04. close it. ** Changed in: ledmon (Ubuntu) Status: New => Fix Released ** Changed in: intel Status: New => Fix Released ** Description changed: Description: Update ledmon to the latest upstream version - Target Release: 19.10 + Target Release: 19.04

[Bug 1801281] Re: [VROC] raid10 Call trace while entering S4 and rebuild is in progress

2019-05-06 Thread quanxian
** Also affects: ubuntu Importance: Undecided Status: New ** Description changed: Description: raid10 Call trace while entering S4 and rebuild is in progress Hibernation is interrupted by Call Trace. OS is installed on RAID volume, the volume is in rebuild state while

[Bug 1801282] Re: [VROC]Call trace during IO on IMSM RAID 5 (fio performance check)

2019-05-06 Thread quanxian
** Also affects: ubuntu Importance: Undecided Status: New ** Tags removed: intel-kernel-19.04 ** Tags added: intel-kernel-19.10 ** Description changed: Description There is a call trace during fio testing of IMSM RAID 5 array. Call trace is attached. How reproducible:

[Bug 1782209] Re: KVM SnowRidge Split-lock disable

2019-05-06 Thread quanxian
** Description changed: When bit 29 is set in Test Control MSR register 0x33, a #AC execption  is generated for split locked accesses at all CPL irrespective of  CR0.AM or EFLAGS.AC. This feature can help developers to capture memory accesses that across cachelines with #LOCK

<    1   2   3   4   5   6   7   8   9   >