Displaying 20 results from an estimated 28 matches for "by".
2012 Nov 15
2
[LLVMdev] svn mirror git?
...-mirror/llvm.git
>> $ git cherry-pick 4823be3be1d87632fbd51ce8e51a58ee5e44b115
>> $ git push
>
> Most development is not "some contributor's fork".
Well, in the git model every developer has a fork.
> What you suggest works great for the occasional drive-by
> contributors, but most development is not from drive-by's.
Not sure what you mean by "drive-by" but in git this is really
irrelevant, I think.
-David
2008 Jan 04
2
Cisco 7941G-GE with Asterisk and CTPSEP odyssee
Hi list,
I have bought some Cisco 7941G-GE IP phones and want to use them with
asterisk. Before bying I tested the whole setup with three different
models of the old 79X0 series (a 7912, 7940 and a 7960). Flashing the
formerly provided SCCP-Image to SIP was no problem, but now it complains
about a nonexistent CTLSEP<mac>.tlv file. Most of the howtos say
something about an empty file but th...
2012 Nov 16
0
[LLVMdev] svn mirror git?
>> Most development is not "some contributor's fork".
>
> Well, in the git model every developer has a fork.
>
>> What you suggest works great for the occasional drive-by
>> contributors, but most development is not from drive-by's.
>
> Not sure what you mean by "drive-by" but in git this is really
> irrelevant, I think.
Sorry for the lack of clarity. I was trying to contrast with the
status quo. By "drive-by" I *roughly* mean...
2005 Jan 09
2
TE110P error
Good day all
We got a Wildcard TE110P
I installed linux,zaptel,libpti and asterisk
I coped over my zaptel.conf and zapata.conf from a previous E100P config
But when I try to start asterisk it gives error not bying able to load
zap channles:
== Parsing '/etc/asterisk/zapata.conf': Found
Jan 10 08:17:18 WARNING[-1084595552]: chan_zap.c:9308 setup_zap:
Ignoring switchtype
Jan 10 08:17:18 ERROR[-1084595552]: chan_zap.c:9131 setup_zap: Unknown
signalling method 'pri_cpe'
Jan 10 08:17:18 ERROR...
2019 Jul 02
4
dev_pagemap related cleanups v4
...ent with the github version
- Based CH's v4 series on -rc7 and put back the removal hunk in swap.c
so it compiles
- Merge'd CH's series to hmm.git and fixed all the conflicts with Ira
and Ralph's patches (such that swap.c remains unchanged)
- Added Dan's ack's and tested-by's
I think this fairly closely follows what was posted to the mailing
list.
As it was more than a simple 'git am', I'll let it sit on github until
I hear OK's then I'll move it to kernel.org's hmm.git and it will hit
linux-next. 0-day should also run on this whole thing...
2012 Nov 15
0
[LLVMdev] svn mirror git?
...en when patch is looking good:
> $ git fetch https://github.com/llvm-mirror/llvm.git
> $ git cherry-pick 4823be3be1d87632fbd51ce8e51a58ee5e44b115
> $ git push
Most development is not "some contributor's fork". What you suggest
works great for the occasional drive-by contributors, but most
development is not from drive-by's.
-- Sean Silva
On Thu, Nov 15, 2012 at 3:01 PM, Greg Fitzgerald <garious at gmail.com> wrote:
> Hi Michael,
>
>> As for actually switching to git. I see no benefit to justify the cost
>> of switching unless we a...
2006 Dec 25
3
Unitek iZi UPS 525
Hi everybody,
I've got an Unitek iZi UPS 525 with a serial interface. The supplied cable
looks fairly simple: RX->RX , TX->TX and GND->GND. Using this cable and
Minicom with 2400 8N1 I'm able to issue commands to the UPS using the
"Megatec Protocol" http://www.networkupstools.org/protocols/megatec.html so
I know the UPS is fairly "intelligent" :-) and the
1999 Mar 22
2
R or S+ !
...9;m a biologist, so stats are a
tool for my research not the end itself. During this time I've enjoyed
working with R but the graphical part of it drives me crazy and the
small possibilities in terms of reading some file formats also causes me
problems.
Two weeks ago I've had the chance of bying a license for Splus 5 for
linux. After some trouble with their representant because of a stupid
license scheme I've managed to install and work with it. The things I
needed are know working: I can access different files formats (at lest
they say so) and the graphs are better. On the other wa...
2023 Mar 30
4
[PATCH v2] mm: Take a page reference when removing device exclusive entries
...urrently
on the device exclusive entry one will remove the entry whilst others
will wait on the page lock without holding a reference.
This can lead to threads locking or waiting on a folio with a zero
refcount. Whilst mmap_lock prevents the pages getting freed via
munmap() they may still be freed by a migration. This leads to
warnings such as PAGE_FLAGS_CHECK_AT_FREE due to the page being locked
when the refcount drops to zero.
Fix this by trying to take a reference on the folio before locking
it. The code already checks the PTE under the PTL and aborts if the
entry is no longer there. It is...
2010 Jan 06
3
Removal of Non-KMS support
...cularly on GF8 and up) than the UMS code ever will.
I've left the Xv overlay code intact, but ifdef'd out. I want to bring
support back with KMS enabled (thinking of older chipsets where the
blitter sucks), so it made sense to leave the old code there for now.
So, who has some Signed-off-by's :)
Ben.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Initial-pass-at-removal-of-non-KMS-support.patch.bz2
Type: application/x-bzip
Size: 91651 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/nouveau/attachments/20100106/2cf85...
2019 Jul 02
0
dev_pagemap related cleanups v4
...on
> - Based CH's v4 series on -rc7 and put back the removal hunk in swap.c
> so it compiles
> - Merge'd CH's series to hmm.git and fixed all the conflicts with Ira
> and Ralph's patches (such that swap.c remains unchanged)
> - Added Dan's ack's and tested-by's
>
> I think this fairly closely follows what was posted to the mailing list.
>
> As it was more than a simple 'git am', I'll let it sit on github until I hear OK's
> then I'll move it to kernel.org's hmm.git and it will hit linux-next. 0-day
> shoul...
2019 Jul 02
0
dev_pagemap related cleanups v4
...on
> - Based CH's v4 series on -rc7 and put back the removal hunk in swap.c
> so it compiles
> - Merge'd CH's series to hmm.git and fixed all the conflicts with Ira
> and Ralph's patches (such that swap.c remains unchanged)
> - Added Dan's ack's and tested-by's
Looks good. Test merge (with some collisions, see below) also passes
my test suite.
>
> I think this fairly closely follows what was posted to the mailing
> list.
>
> As it was more than a simple 'git am', I'll let it sit on github until
> I hear OK's then...
2005 Feb 22
2
Repost: How do I install Skinny support for non sip cisco phones
hi All,
Sorry to repost but................
I have a server setup that runs sip no problem. I want to try a cisco phone.
how do I
a) Tell if I have skinny support loaded
b) Load it onto a debian system
Many thanks
2003 Jul 28
0
Samba 3 beta 3 Machine Trust Accounts
...re there.
I have migrated groups happy as larry (net groupmap list) yaddayadda
and checked that they exist pdbedit -Lv
However at no point have I come across the method to migrate the real
problem which are these evil machine trust accounts!!! What have I
missed? How do I get them? help! My boss by's the team dinner If Ipull
this move off without a hitch and you know how hard it is to get a boss
to do that!!!!!
(Note I'm still in the "Is this even possible?" phase of the project)
Cheers in advance!
Matt D.
2010 Jul 13
0
[TEST REQUEST] Implementation of INIT_COMPUTE_MEM.
...pports
(memory type, bus width, amount of installed RAM chips).
The implementation I'm attaching seems to work on all the cards I've got
at hand, but I've done a few unproven assumptions about the many
different memory configs there are, so I'd like to get as many Acked-
and Tested-by's as possible before pushing (a cleaned up version of)
this patch.
Instructions you may follow if you have an nv0x-nv3x card (i.e. GF
FX5xxx or older):
1/ Apply and build the attached patch over the latest nouveau kernel
tree from git.
2/ Load nouveau.ko
3/ Suspend and resume from RAM (in m...
2014 Mar 07
1
Re: create ovs port without root
Thanks for answers,but as I see libvirt call ovs-vsctl that tries to
connect to ovs-vswitchd socket,that have rw to root.how can I specify
socket permissions in vswitchd?
On Thu, Mar 06, 2014 at 02:05:15PM +0400, Vasiliy Tolstov wrote:
> Hello! How can i operate with openvswitch without root rights?
> For example - i can add my user to kvm group and create vm from
> libvirt with my own
2011 Nov 03
1
[Qemu-devel] [PATCH] virtio: Add PCI memory BAR in addition to PIO BAR
...It was down but seems to be
up now. It's easy enough for me to subscribe to yet
another list but my concern is that if we move we might loose some
people that don't notice the change.
Anything wrong with just using the old list?
It's on the MAINTAINERS file, I'm not sure why it was bypassed in this case.
Maybe linux-foundation.org was still down when the patch was posted?
> >The point is that we can't drive virtio from either qemu or the kernel
> >any more. The spec represents the "virtual hardware manufacturer",
> >which qemu and linux/vhost (a...
2011 Nov 03
1
[Qemu-devel] [PATCH] virtio: Add PCI memory BAR in addition to PIO BAR
...It was down but seems to be
up now. It's easy enough for me to subscribe to yet
another list but my concern is that if we move we might loose some
people that don't notice the change.
Anything wrong with just using the old list?
It's on the MAINTAINERS file, I'm not sure why it was bypassed in this case.
Maybe linux-foundation.org was still down when the patch was posted?
> >The point is that we can't drive virtio from either qemu or the kernel
> >any more. The spec represents the "virtual hardware manufacturer",
> >which qemu and linux/vhost (a...
2023 Jun 21
3
[PATCH 00/79] fs: new accessors for inode->i_ctime
...e_* accessor functions. It
then converts all in-tree accesses of inode->i_ctime to use those new
functions and then renames the i_ctime field to __i_ctime to help ensure
that use of the accessors.
Most of this conversion was done via coccinelle, with a few of the more
non-standard accesses done by hand. There should be no behavioral
changes with this set. That will come later, as we convert individual
filesystems to use multigrain timestamps.
Some of these patches depend on the set I sent recently to add missing
ctime updates in various subsystems:
https://lore.kernel.org/linux-fsdevel...
2012 Nov 15
7
[LLVMdev] svn mirror git?
Hi Michael,
> As for actually switching to git. I see no benefit to justify the cost
> of switching unless we actually take advantage of git's features. And
> I've yet to see anyone propose this.
Then I'll be the first. :)
The benefit is that the review process would require no file copies or
email attachments, shorter email conversations, no copying code during
reviews to