Displaying 20 results from an estimated 330 matches similar to: "[Bug 93371] New: Hard lockup under load with nouveau loaded"
2015 Dec 14
6
[Bug 93373] New: sometimes hickup with persistent garbaby
https://bugs.freedesktop.org/show_bug.cgi?id=93373
Bug ID: 93373
Summary: sometimes hickup with persistent garbaby
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Driver/nouveau
Assignee:
2015 Dec 14
2
Build libLTO.a instead of libLTO.dylib with Cmake
Hello,
Is there any CMake variable available to build LLVM libs as static
libraries. I found one -DLIBCLANG_BUILD_STATIC=ON but what if I want
libLTO.a instead of libLTO.dylib ?
*Vivek Pandya*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151214/1e03efc9/attachment.html>
2015 Dec 14
2
Tablegen definition question
Hi All,
In ARMInstFormats.td predicate is defined this way:
*def pred : PredicateOperand<OtherVT, (ops i32imm, i32imm),*
*(ops (i32 14), (i32 zero_reg))> {...}*
I use the same definition in my code. But I have another version of
predicate which is exactly the same but it is a condition code plus a
quantifier! (e.g. Xpred = (pred + i32imm)).
I was wondering how we can define a sub sub
2015 Dec 12
2
RFC: Extending atomic loads and stores to floating point and vector types
On Sat, Dec 12, 2015 at 1:24 AM, Philip Reames <listmail at philipreames.com>
wrote:
> Patch posted for review: http://reviews.llvm.org/D15471
Looking at the patch, I think we should do FP only for now as vectors have
extra complexities which IMO warrant more discussion.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Dec 14
2
Tablegen definition question
Hello James,
that was also what I've planned to do but just wasn't sure. Thanks for
that.
On Mon, Dec 14, 2015 at 11:52 AM, James Molloy <james at jamesmolloy.co.uk>
wrote:
> Hi,
>
> You can't nest operands like that - it must be a flattened list. So:
>
> def *Xpred* : PredicateOperand<OtherVT, (ops *i32imm, i32imm*, i32imm),
> (ops (i32 14), (i32
2016 Apr 21
2
Apache logs missing
Hi all
I just saw that I miss some log files in /var/log/httpd. There is a gap in January/February2016, no logs are available for this period.
It seemed to work fine with the earlier logs as you can see.
Has someone an explanation for this?
It's a Centos 7.2 VM with Apache 2.4 running ownCloud only. Default logrotate config.
-rw-r--r-- 1 root root 3367604 Apr 20 16:12 ssl_access_log
2015 Dec 14
2
RFC: Extending atomic loads and stores to floating point and vector types
On Mon, Dec 14, 2015 at 11:46 AM, Philip Reames <listmail at philipreames.com>
wrote:
>
>
> On 12/12/2015 01:44 PM, JF Bastien wrote:
>
> On Sat, Dec 12, 2015 at 1:24 AM, Philip Reames <listmail at philipreames.com>
> wrote:
>
>> Patch posted for review: http://reviews.llvm.org/D15471
>
>
> Looking at the patch, I think we should do FP only for now
2015 Dec 14
3
CentOS 7 (1511) is released
See this announce mail here:
https://lists.centos.org/pipermail/centos-announce/2015-December/021518.html
Since it butchered the links, you can get ISOs here:
http://isoredirect.centos.org/centos/7/isos/x86_64/
You can upgrade with 'yum update'
Release notes here:
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7
Enjoy,
Johnny Hughes
-------------- next part --------------
A
2015 Dec 14
2
boot order items
Just side note, when I boot with 7.2 now it has (Core) with Debugging before (Core) now. All the others are the other way around.
Also, on my 2011 iMac, the 7.2 kernel won?t boot. I had to go back to the latest I had with 7.1. This has happened in the past, but some time later a newer kernel started working.
Thanks,
-wes
2015 Dec 14
2
[GlobalISel][RFC] New verifier stages
Hi Medhi,
> On Dec 11, 2015, at 6:18 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
> Hi,
>
> Side note: shouldn’t RFCs rather go to llvm-dev?
You’re right!
I could have sworn I have sent it to llvm-dev!
Moving it now.
>
>> On Dec 11, 2015, at 5:44 PM, Quentin Colombet via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>>
>> Hi,
2015 Dec 12
2
Objects of MemoryLocation class are created for ‘llvm.memset.*‘ intrinsics
2015-12-11 23:44 GMT+05:00 Hal Finkel <hfinkel at anl.gov>:
> Hi Roman,
>
> The MemoryLocation objects are involved in findAliasSetForUnknownInst, but none are created there for the memset intrinsic. MemoryLocation objects are only involved for the regular memory accesses being compared to the unknown instruction. See AliasSet::aliasesUnknownInst in lib/Analysis/AliasSetTracker.cpp.
2015 Dec 13
2
Dovecot SASL and GSSAPI (IPA)
Hi Everyone,
I'm currently using dovecot SASL in postfix and passwd-file in dovecot
for authenticating my users. I want to switch to using IPA instead.
I have both the postfix (mailman01) and dovecot (mailman02) servers
joined to the IPA domain. I have GSSAPI working in dovecot for IMAP.
But, the SASL GSSAPI authentication in postfix fails with this error:
warning: unknown[10.200.5.100]:
2015 Dec 14
2
boot thumbdrive with CentOS 7 ISO???
On 12/14/2015 05:29 PM, Frank Cox wrote:
> On Mon, 14 Dec 2015 17:16:42 -0500 ken wrote:
>
>> How? I downloaded two (larger) of the three Centos 7 ISOs I could
>> find... the only ones I could find. (I listed on names of the ISOs
>> in my first post to this thread.)
>
> http://mirror.centos.org/centos/7/isos/x86_64/0_README.txt
>
> That lists the different
2015 Dec 12
2
Memory utilization problems in profile reader
On Wed, Dec 9, 2015 at 12:14 PM, Xinliang David Li via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Can you extract the relevant part of the heap profile data? How large is
> the sample profile data fed to the compiler?
>
> The indexed format profile size for clang is <100MB. The InstrProfRecord
> for each function is read, used and discarded one at a time, so there
2012 Mar 01
1
libguestfs on debian squeeze
Hello all,
I tried unsuccessfully to run libguestfs on debian squeeze (with kernel
from testing) using the packages you provide here:
http://libguestfs.org/download/binaries/debian-packages/.
The output I get from libguestfs-test tool is this:
===== Test starts here =====
LIBGUESTFS_DEBUG=1
TMPDIR=(not set)
libguestfs: new guestfs handle 0x17f32c0
library version: 1.14.0
guestfs_get_append:
2015 Nov 18
3
RFC: Supporting all entities declared in lexical scope in LLVM debug info
Hi,
I would like to implement a fix to how LLVM handles/creates debug info for entities declared inside a basic block.
Below you will find 5 parts:
1. Motivation for this fix.
2. Background explaining the cases that need to be fixed.
3. An example for each case.
4. Proposal on how to represent each case in dwarf.
5. Secondary (workaround) proposal which might be
2008 Jun 02
1
[Bug 2116] New: zfs_create_005: ''zfs create'' coredump if keysourcea is a blank passphrase file
http://defect.opensolaris.org/bz/show_bug.cgi?id=2116
Summary: zfs_create_005: ''zfs create'' coredump if keysourcea is a
blank passphrase file
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: major
2015 Dec 14
3
RFC: New function attribute HasInaccessibleState
----- Original Message -----
> From: "Vaivaswatha Nagaraj" <vn at compilertree.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "Joseph Tremoulet" <jotrem at microsoft.com>, "llvm-dev"
> <llvm-dev at lists.llvm.org>
> Sent: Sunday, December 13, 2015 9:50:25 PM
> Subject: Re: [llvm-dev] RFC: New function attribute
2007 Mar 19
0
Status of sky2 NIC lockup bug
Does anyone know if the "sky2 transmitter lockup" bug that was in 4.4
has been resolved in CentOS 5? This bug causes the sky2 NIC driver
to lock up when transferring large amounts of data through the NIC.
Here is a link to the bug at CentOS:
http://bugs.centos.org/view.php?id=1540
The status still says "open".
Thanks,
Joe
2003 Jan 14
1
system lockup when hammering ext3 partition
This might be a bad HD but I thought I'd ask anyway.
Running RedHat 8 system; kernel 2.4.18-14. Was having some
weird problems on boot so I did:
% find / -type f -fstype ext3 | perl -n -e 'print `md5sum $_`;'
to torture the disk. It's a 20G Maxtor disk with about 12G free.
The system locks up hard (no ping, no capslock light) after a while.
Different place every time.