search for: abid

Displaying 20 results from an estimated 175 matches for "abid".

Did you mean: abi
2020 Feb 13
3
setOperands(int, Value*)
...Find the operand and its position in the instruction (*myitr)->setOperand(k,*vmitr); // Replacing it with the other operand value } } } The problem is that it goes into the end loop. ps. *vsitr and *vmitr are arguments of different call instructions but pointing to the same values. Thanks -- Abid M. Malik ****************************************************** "I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind"---Gibran "Success is not for the chosen few, but for the few who choose" --- John Maxwell "Being a good...
2020 Jan 29
2
Value &operator=(const Value &) = delete;
Does it mean we can not dereference the Value variables? Value *val = some operand of an instruction; Value *val2= some operand of another instruction; I am trying to rewire the operand values of an instruction using: *val = *val2; It seems that this is not allowed. Thanks, -- Abid M. Malik ****************************************************** "I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind"---Gibran "Success is not for the chosen few, but for the few who choose" --- John Maxwell "Being a good...
2020 Jan 23
2
Replacing operands in a call instruction
Hello, I am trying to replace a pointer argument of a call instruction with another pointer argument( new argument value for the call instruction). What is the best way to do it? I could not find any hint/guidance on the web or LLVM manual. Thanks, -- Abid M. Malik ****************************************************** "I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind"---Gibran "Success is not for the chosen few, but for the few who choose" --- John Maxwell "Being a good...
2020 Jan 19
3
Instruction arguments
...g->print(llvm::errs(), false); errs()<<"\n"; } -----> How can I convert the arg for binary comparison(== etc.)? If I am correct, it is not a string. If the argument is "i32 1", Is there a way to access the content value "1" directly? Thanks -- Abid M. Malik ****************************************************** "I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind"---Gibran "Success is not for the chosen few, but for the few who choose" --- John Maxwell "Being a good...
2015 Feb 28
1
[LLVMdev] LLVM short comings regarding polyhedral and vectorization optimizations
Dear All; Is there any work that discusses ​LLVM framework's short comings regarding auto vectorization and polyhedral optimizations? Regards, > -- Abid M. Malik ****************************************************** "I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind"---Gibran "Success is not for the chosen few, but for the few who choose" --- John Maxwell "Being a good...
2011 Mar 31
3
** to disconnect and make a new call
...know how to implement the feature in asterisk calling card when a user has dialed the access number and during the IVR or any time during the call, he can press ## or ** to end the current call and dial a new destination number? Please help and give me a step by step help. Thanks. Rgrds-------------Abid -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110331/02a43480/attachment.htm>
2012 Dec 17
27
Security disclosure process discussion update
...o determine eligibility for 1 and 2. Additionally, this proposal adds the following requirements: * Applicants and current members must use an e-mail alias, not an individual''s e-mail * Applicants and current members must submit a statement saying that they have read, understand, and will abide by this process document. The new policy in its entirety can be found here: http://wiki.xen.org/wiki/Security_vulnerability_process_draft For comparison, the current policy can be found here: http://www.xen.org/projects/security_vulnerability_process.html [1] http://blog.xen.org/index.php/20...
2012 Dec 17
27
Security disclosure process discussion update
...o determine eligibility for 1 and 2. Additionally, this proposal adds the following requirements: * Applicants and current members must use an e-mail alias, not an individual''s e-mail * Applicants and current members must submit a statement saying that they have read, understand, and will abide by this process document. The new policy in its entirety can be found here: http://wiki.xen.org/wiki/Security_vulnerability_process_draft For comparison, the current policy can be found here: http://www.xen.org/projects/security_vulnerability_process.html [1] http://blog.xen.org/index.php/20...
2012 Sep 13
1
[LLVMdev] Clang support for CUDA
Hi: Does Clang support CUDA? I am looking for a front end for my compiler that can take CUDA programming framework. Thanks, -- *Abid ****************************************************** "I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind"---Gibran "Success is not for the chosen few, but for the few who choose" --- John Maxwell* *"Being a good person...
2019 Jun 18
2
Inquiry about use case
Dear Customer Service, My name is Tamamura and I am in charge of Audio-Technica. I want to be able to play FLAC using the API that BT IC has. I use BT IC that other companies have released. In this case, Do I need to get permission from you? Best regards Minoru tamamura ==================================================== 〒915-0003 福井県越前市戸谷町87-1 (株)オーディオテクニカフクイ 技術部    第3技術課 玉村 実 TEL:0778-25-6700
2008 Mar 30
2
How many maximum SIP Registrations can Asterisk Handle
...uction but I could not find out in documentation as well as web that how many maximum number of registrations an Asterisk Server can support. We have it on a 1.4 GHz Processor, 2 GB RAM and 40 GB HDD IBM Server. Please suggest urgently. Thanks. Best Regards, ------------------------------------- Abid Saleem Choudhary Team Lead VoIP Networks Comcerto Bahrain W.L.L. Direct: (973) 13301504 Mobile: (973) 36080504 Tel: (973) 13301100, Fax: (973) 13301101 MSN: abid_saleem10 at hotmail.com WebSite: http//Comcerto.net P.O. Box: 311100 Manama, Kingdom of Bahrain -------------- next part --------------...
2018 May 10
4
Migrating the llvm-emacs mode to a separate git repository
...r new users to contribute to. Current melpa maintainers and previous llvm-mode commitors are in CC. [1] https://melpa.org [2] https://github.com/melpa/melpa/commit/aa2d7a88731ecd9410ab7dc887a7a5f837d8a93b [3] https://github.com/melpa/melpa/issues/5361#issuecomment-387710812 -- Regards, Jaseem Abid https://twitter.com/jaseemabid
2019 Aug 15
2
[PATCH 04/15] mm: remove the pgmap field from struct hmm_vma_walk
...od we will work with only > > > a single pagemap, so it makes some sense to cache it once we find it? > > > > Yes, if the scan is over a single pmd then caching it makes sense. > > Quite frankly an easier an better solution is to remove the pagemap > lookup as HMM user abide by mmu notifier it means we will not make > use or dereference the struct page so that we are safe from any > racing hotunplug of dax memory (as long as device driver using hmm > do not have a bug). Yes, as long as the driver remove is synchronized against HMM operations via another mech...
2015 Aug 18
0
SSL Renegotiation Attack "Disabling reneotiation"
...s_disable_workarounds. you have 2 problems. - One is the vulnerable methods - the other is renegotiation is considered a denial of service vulnerability.. You really dont have any option to upgrade.. Whats the os your running? Greetz, Louis >-----Oorspronkelijk bericht----- >Van: abid.hussain25 at gmail.com >[mailto:owner-postfix-users at postfix.org] Namens Abid Hussain >Verzonden: dinsdag 18 augustus 2015 10:29 >Aan: postfix-users at postfix.org >Onderwerp: SSL Renegotiation Attack "Disabling reneotiation" > >Dear All, > >I am using postfix 2...
2007 Nov 05
2
Dynamic Queue Members - Auto Logoff
Another quick question (Spending the day trying to get this project sorted and tucked away) If I am dynamically adding queue members, they will not abide to settings within agents.conf will they? Ie. I need the equivalent of Autologoff however want my agents to receive calls when someone joins the queue, not have to sit on hold all day. I see AgentCallbackLogin has finally been removed. Has anyone got a work around for this? Thanks. Nick.
2020 Sep 30
2
lifetime_start/end
...e.end.p0i8(i64 4, i8* nonnull %40) #5 call void @llvm.lifetime.end.p0i8(i64 4, i8* nonnull %39) #5 call void @llvm.lifetime.end.p0i8(i64 4, i8* nonnull %38) #5 call void @llvm.lifetime.end.p0i8(i64 4, i8* nonnull %37) #5 call void @__kmpc_barrier(%struct.ident_t* nonnull @1, i32 %23) #5 -- Abid M. Malik ****************************************************** "I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind"---Gibran "Success is not for the chosen few, but for the few who choose" --- John Maxwell "Being a good...
2014 May 07
2
les opérations ajouter,supprimer,modifier un client avec jEE et asterisk
salut, je suis entrain de developper une application jEE avec asterisk qui consiste ? ajouter, supprimer,modifier des clients en utilisant Asterisk au lieu de base de donn?e, donc je suis d?butante dans ce domaine,j'ai fait pour l'instant une connection via asterisk avec API manager , mais je n'arrive pas a faire la manipulation d'ajout,supprime..Client car je n'ai pas saisie
2019 Mar 07
3
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...e of the kernel log trace it leaves behind. Bottom line is for set_page_dirty to be safe you need the following: lock_page() page_mkwrite() set_pte_with_write() unlock_page() Now when loosing the write permission on the pte you will first get a mmu notifier callback so anyone that abide by mmu notifier is fine as long as they only write to the page if they found a pte with write as it means the above sequence did happen and page is write- able until the mmu notifier callback happens. When you lookup a page into the page cache you still need to call page_mkwrite() before installi...
2019 Mar 07
3
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...e of the kernel log trace it leaves behind. Bottom line is for set_page_dirty to be safe you need the following: lock_page() page_mkwrite() set_pte_with_write() unlock_page() Now when loosing the write permission on the pte you will first get a mmu notifier callback so anyone that abide by mmu notifier is fine as long as they only write to the page if they found a pte with write as it means the above sequence did happen and page is write- able until the mmu notifier callback happens. When you lookup a page into the page cache you still need to call page_mkwrite() before installi...
2015 Oct 21
6
Security implications of openssl098e on CentOS 7
...incoming traffic > from China? Is the software is using an appropriate SELinux policy or is it > running unconfined or with SELinux turned off? > > It seems the PCI-DSS describe a set of simple rules to get IT managers > thinking but they are somewhat open to interpretation. Are you abiding to > the spirit of the regulations? The particular software requiring 0.9.8 is performing backups of the system to a remote data center. My concern is that, with the compatibility package installed, could this present vulnerabilities or compliance problems in Apache? -- -----------------...