search for: cced

Displaying 20 results from an estimated 264 matches for "cced".

Did you mean: cc'd
2013 Apr 12
6
[LLVMdev] GSoC project questions.
...it's just my opinion, I'm a simple user ;) Fortran has its own standard library and it's damn big. Also, the Fortran grammar is not the simplest (or, rather - straightforward one). So this certainly looks too big for GSoC. Though, it might be a good start for someone. I believe Bill (CCed) started something few years ago. So, maybe he can share his thoughts on this project. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2016 Jan 04
2
[PATCH] bios/fan: hardcode the fan mode to linear
...fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; >> fan->min_duty = nvbios_rd08(bios, data + 0x02); >> fan->max_duty = nvbios_rd08(bios, data + 0x03); >> >> > > Ben, can you merge this patch? It is kind of critical :s And it should > be CCed to stable too, without it, some kepler/maxwell get 0% fan > power which is kind of dangerous, even without reclocking! Ping, this is really important :s
2014 Jun 27
3
[LLVMdev] Phabricator and private reviews
On Fri, Jun 27, 2014 at 8:13 AM, Yaron Keren <yaron.keren at gmail.com> wrote: > Happened to me twice, it would be really nice if Phab would require > confirmation of patches created without CCing one of the two lists, > something like: > > "You have not CCed llvm-commits or cfe-commits, are you creating a private > patch?" > I filed https://secure.phabricator.com/T5495 Cheers, /Manuel > > Yaron > > > 2014-06-27 0:40 GMT+03:00 Justin Bogner <mail at justinbogner.com>: > >> "Duncan P. N. Exon Smith"...
2013 Apr 13
0
[LLVMdev] GSoC project questions.
...a simple user ;) > Fortran has its own standard library and it's damn big. Also, the > Fortran grammar is not the simplest (or, rather - straightforward > one). So this certainly looks too big for GSoC. > > Though, it might be a good start for someone. > > I believe Bill (CCed) started something few years ago. So, maybe he > can share his thoughts on this project. FWIW, I also started working on a Fortran frontend (derived from Clang, but mostly just to piggyback on the Driver and CPP infrastructure). https://github.com/hfinkel/lfort If you're interested in cont...
2008 Jul 29
2
Unexpected b_hdr change.
Hi. We''re testing the most recent ZFS version from OpenSolaris ported to FreeBSD. Kris (CCed) observed strange situation. In function arc_read() he had a panic on assertion that we try to unlock a lock which is not beeing held: rw_enter(&pbuf->b_hdr->b_datalock, RW_READER); err = arc_read_nolock(pio, spa, bp, done, private, priority, flags, arc_flags, zb); rw_exit(&amp...
2007 Jun 24
5
ESFQ: request for user input
Hello, I haven''t been keeping up with sending ESFQ [ANNOUNCE] messages to this list, but I''ve still been working on the patch. If you''re curious about recent changes, take a look at the home page, ChangeLog, and README: http://fatooh.org/esfq-2.6/ http://fatooh.org/esfq-2.6/current/ChangeLog http://fatooh.org/esfq-2.6/current/README Meanwhile, I''m interested
2016 Feb 24
3
[3.8 Release] RC3 has been tagged
[ Original posting see [1] ] >From [1]: ... Added: llvm/tags/RELEASE_380/rc3/ (props changed) - copied from r261685, llvm/branches/release_38/ ... The LLVM Git repositories have no "rc3" tag in "release_38" branch (as an example llvm.git#release_38 see [2]). Who is responsible for that or maybe better... can you activate the responsible(s)? Helpful is to add
2016 Jan 05
2
[PATCH] bios/fan: hardcode the fan mode to linear
...LINEAR; >>>> fan->min_duty = nvbios_rd08(bios, data + 0x02); >>>> fan->max_duty = nvbios_rd08(bios, data + 0x03); >>>> >>>> >>> Ben, can you merge this patch? It is kind of critical :s And it should be >>> CCed to stable too, without it, some kepler/maxwell get 0% fan power which >>> is kind of dangerous, even without reclocking! >> >> Ping, this is really important :s >> > Not sure who picked it up, but it seems to be in the latest fixes batch [1]. > > [1] http://lists...
2011 Jan 26
0
[LLVMdev] clang/LLVM cross testing environment
...chard Pennington <rich at pennware.com> wrote: > * It is currently based on a fairly recent version of LLVM/clang: r122956. This is great. I've noticed that you've made some fixes or additions that haven't made it upstream yet, such as the Microblaze parameter fix in rev 2337 (CCed Wesley Peck as he seems to have done a lot of work on the MBlaze stack code recently) and va_arg support for Microblaze in rev 2350. Do you intend to push such fixes upstream? Regards, Alex
2012 Oct 18
0
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
...ts.cs.uiuc.edu/mailman/listinfo/cfe-dev > One minor issue with the patch I just sent out. If you specify a specific reviewer, it starts the email with Hi, <name>. Which is weird. In general review requests are to everyone, with specific people that you know care about the code in question CCed. - Michael Spencer
2014 Jun 30
2
[LLVMdev] LLVMgold.so in windows LLVM builds
I tried building it on windows with some CMake changes. But unfortunatelym my clang crashes when it tries to access the LLVMgold (not able to open it). I have CCed Rafeal and Nakamura who might know why gold plugin in not supported on Windows platforms. --Sumanth G > Hi, > > On 14 June 2014 00:26, <sgundapa at codeaurora.org> wrote: >> I am trying to build LLVMgold.so on windows. >> I came across this piece of code which includes...
2014 Jul 01
2
[LLVMdev] LLVMgold.so in windows LLVM builds
> Why is clang loading LLVMgold.dll? I thought it's supposed to be loaded by gold. > > I don't think gold even produces COFF. Are you trying to produce ELF on Windows? > Gold is elf only but BFD ld supports the same plugins these days. I have no idea if the plugin infrastructure works on windows or not, but it could be made to work since all it needs is to find a single
2019 Jul 26
1
[PATCH v2 2/7] mm/hmm: a few more C style and comment clean ups
Note: it seems like you've only CCed me on patches 2-7, but not on the cover letter and patch 1. I'll try to find them later, but to make Ccs useful they should normally cover the whole series. Otherwise this looks fine to me: Reviewed-by: Christoph Hellwig <hch at lst.de>
2009 Jan 13
1
dataset is busy error
I cced my question to the ZFS discuss group. -- This message posted from opensolaris.org
2009 Oct 14
1
Bug on barriers for virtio_blk device - end_request: I/O error, dev vda, sector 0
Added CCs for the author of and people CCed on the patch. The patch has been submitted twice (6 Aug, 3 Sept), the first time there was one concern voiced which seems to have been addressed in replies. The second time there were no reactions. The patch seems to work for Massimo... Massimo Cetra wrote: > Massimo Cetra ha scritto: >&...
2009 Oct 14
1
Bug on barriers for virtio_blk device - end_request: I/O error, dev vda, sector 0
Added CCs for the author of and people CCed on the patch. The patch has been submitted twice (6 Aug, 3 Sept), the first time there was one concern voiced which seems to have been addressed in replies. The second time there were no reactions. The patch seems to work for Massimo... Massimo Cetra wrote: > Massimo Cetra ha scritto: >&...
2007 Mar 17
1
Webgen and incremental generation (nukumi2 did it)
...day. The program I used before webgen is nukumi2: http://chneukirchen.org/blog/static/projects/nukumi2.html which I left because it''s not actively developed. One cool thing about nukumi2 is that each regeneration only regenerates the minimum set of files, and it seemed very smart. So I CCed this to Chris, nukumi2''s author, maybe he can share its experience about how to implement incremental generation: myself, I can only think of naive ways, when there probably is a very good solution. Cheers, -- Andrea Censi "Life is too important to be taken seriously" (Os...
2011 Dec 21
0
problem with 'xm save' in xen-3.4
...t; > But I am not very clear about the structure of the qemu-dm source code. > > Although observing the output of execution is the straightforward way, high > > frequency of printf and re-compling is too incovenient to put into effect. > > Please keep qemu-devel@nongnu.org CCed so others can contribute to the > discussion. > > QEMU only deals with virtual memory when simulating an MMU (for > ARM-on-x86 system translation). The device model usually operates on > physical RAM or bus addresses. > > Stefano or Anthony can explain the qemu-dm specifics....
2020 Jul 15
2
[MTE] Tagging Globals
Thanks for the update, Phillips. Yes, please add me, Stephen and Ana (CCed) to Phabricator reviews. Zhaoshi From: Mitch Phillips <mitchp at google.com> Sent: Tuesday, July 14, 2020 19:10 To: Zhaoshi Zheng <zhaoshiz at quicinc.com> Cc: llvm-dev at lists.llvm.org; Stephen Long <steplong at quicinc.com> Subject: [EXT] Re: [llvm-dev] [MTE] Tagging Globals...
2017 Sep 12
2
[Qemu-devel] [RFC] Buffers/caches in VirtIO Balloon driver stats
On Tue, 29 Aug 2017 20:01:53 +0800 Wei Wang <wei.w.wang at intel.com> wrote: > On 08/29/2017 05:57 PM, Stefan Hajnoczi wrote: > > On Sun, Aug 27, 2017 at 11:30:33PM +0200, Tom?? Golembiovsk? wrote: > >> Hi, > > I have CCed the relevant mailing lists and people most recently involved > > in virtio-balloon discussions. Hopefully this will help get the right > > people to see your questions. > > > >> We'd like to include information about reclaimable memory into the > >> statis...