Displaying 20 results from an estimated 20 matches for "aseg".
Did you mean:
ase
2017 Oct 04
1
[PATCH 11/13] x86/paravirt: Add paravirt alternatives infrastructure
...pv_altinstructions", secstrings + s->sh_name))
+ pv_alt = s;
if (!strcmp(".smp_locks", secstrings + s->sh_name))
locks = s;
if (!strcmp(".parainstructions", secstrings + s->sh_name))
@@ -237,6 +239,11 @@ int module_finalize(const Elf_Ehdr *hdr,
void *aseg = (void *)alt->sh_addr;
apply_alternatives(aseg, aseg + alt->sh_size);
}
+ if (pv_alt) {
+ /* patch .altinstructions */
+ void *seg = (void *)pv_alt->sh_addr;
+ apply_alternatives(seg, seg + pv_alt->sh_size);
+ }
if (locks && text) {
void *lseg = (void *)locks->s...
2007 Apr 18
1
[PATCH] (with benchmarks) binary patching of paravirt_ops call sites
...me))
locks= s;
+ if (!strcmp(".parainstructions", secstrings + s->sh_name))
+ para = s;
}
if (alt) {
@@ -132,6 +135,10 @@ int module_finalize(const Elf_Ehdr *hdr,
lseg, lseg + locks->sh_size,
tseg, tseg + text->sh_size);
}
+ if (para) {
+ void *aseg = (void *)alt->sh_addr;
+ apply_paravirt(aseg, aseg + alt->sh_size);
+ }
return 0;
}
diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal working-2.6.17-rc4-function-call-abstraction/arch/i386/kernel/paravirt.c working-2.6.17-rc4-bench/arch/i38...
2007 Apr 18
1
[PATCH] (with benchmarks) binary patching of paravirt_ops call sites
...me))
locks= s;
+ if (!strcmp(".parainstructions", secstrings + s->sh_name))
+ para = s;
}
if (alt) {
@@ -132,6 +135,10 @@ int module_finalize(const Elf_Ehdr *hdr,
lseg, lseg + locks->sh_size,
tseg, tseg + text->sh_size);
}
+ if (para) {
+ void *aseg = (void *)alt->sh_addr;
+ apply_paravirt(aseg, aseg + alt->sh_size);
+ }
return 0;
}
diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal working-2.6.17-rc4-function-call-abstraction/arch/i386/kernel/paravirt.c working-2.6.17-rc4-bench/arch/i38...
2016 Aug 15
5
Realtime SIP peers do not register any more after upgrade to Asterisk 13
Hello
after I have upgraded from Asterisk 12 to asterisk-certified-13.8-cert1
none of my realtime SIP peers (saved in MySQL DB) register anymore.
[Aug 15 22:03:43] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc77 at 178.19.90.240>' failed for '78.119.140.190:5076' - Wrong
password
[Aug 15 22:04:13] NOTICE[30098]:
2023 Aug 03
0
visitas de inspección
C?mo estar Preparado ante.. Visitas de Inspecci?n en Materia de
Aguas Nacionales
y Descargas Residuales
Su empresa, sin importar cu?n aparentemente libre de peligros, puede estar en riesgo.
?Aseg?rese estar listo para una inspecci?n de arriba a abajo sin previo aviso!
Este 18 de Agosto estaremos presentaremos el curso virtual para orienta y capacitar ?desea participar? Responda este correo con sus datos (nombre, tel?fono, email, empresa).
Deseo m?s informaci?n
-------------- next part...
2014 Oct 08
1
Password setup issues
...reo electr?nico y borre el
mensaje. Gracias por su cooperaci?n.
Visite nuestra p?gina web: www.empre.es
---------------------------------------------------------------------
Please, Do not print this message unless it is necessary.
Our environment is in our hands.
Antes de imprimir este mensaje, aseg?rese de que es necesario.
El medio ambiente est? en nuestra mano.
2014 May 23
1
Is there any book about Samba 4?
...reo electr?nico y borre el
mensaje. Gracias por su cooperaci?n.
Visite nuestra p?gina web: www.empre.es
---------------------------------------------------------------------
Please, Do not print this message unless it is necessary.
Our environment is in our hands.
Antes de imprimir este mensaje, aseg?rese de que es necesario.
El medio ambiente est? en nuestra mano.
2010 Feb 17
2
Split Plot and Tukey
Hi,
I did the analysis of variance of a split-plot and the
effect of treatment was significant.
I would like compare treatment means using Tukey.
I can't extract the mean square to apply HSD.test to use in
agricolae package.
anava = aov(ganhos ~ Blocos + Trat*Supl +
Error(Blocos/Trat))
names(anava)
summary(anava)
require(agricolae)
HSD.test(ganhos, Trat, df, MSerror, alpha = 0.05)
2008 Jul 23
0
Fw: Using if, else statements
...accessed to such information by this means, please contact the sender and eliminate this message immediately. Circulation, copy, distribution, or any other use of the information contained in this e-mail is not allowed on part of those different from the addressee.
Antes de imprimir este mensaje, aseg?rese de que sea necesario. Proteger el medio ambiente est? tambi?n en su mano.
2023 Jun 08
3
[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
This is a small series getting rid of paravirt patching by switching
completely to alternative patching for the same functionality.
The basic idea is to add the capability to switch from indirect to
direct calls via a special alternative patching option.
This removes _some_ of the paravirt macro maze, but most of it needs
to stay due to the need of hiding the call instructions from the
compiler
2023 Jun 08
3
[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
This is a small series getting rid of paravirt patching by switching
completely to alternative patching for the same functionality.
The basic idea is to add the capability to switch from indirect to
direct calls via a special alternative patching option.
This removes _some_ of the paravirt macro maze, but most of it needs
to stay due to the need of hiding the call instructions from the
compiler
2015 Jan 13
2
Fwd: Samba 4 two DCs no matching UID/GID
---------- Forwarded message ----------
From: Dania Ramirez Moya <dania181087 at gmail.com>
Date: Fri, 9 Jan 2015 12:12:18 -0500
Subject: Samba 4 two DCs no matching UID/GID
To: samba <samba at lists.samba.org>
Hello list:
I have a install of two Debian7 machines with samba 4.1.7. On DC1 I made a
domain provision with --use-rfc2307. On DC2 I made a join as DC exactly as
2015 Feb 26
3
Oracle 11 nts authentication againts samba4 AD DC
...reo electr?nico y borre el
mensaje. Gracias por su cooperaci?n.
Visite nuestra p?gina web: www.empre.es
---------------------------------------------------------------------
Please, Do not print this message unless it is necessary.
Our environment is in our hands.
Antes de imprimir este mensaje, aseg?rese de que es necesario.
El medio ambiente est? en nuestra mano.
2010 Feb 04
3
Legend symbol?
Hello,
I am creating a plot/image using different data and a couple fit lines
(see attached image). In the legend, I want the Default and Exponential
symbol to be a line. I am using the pch command, I tried to use "-" to
represent a line but does not work so I currently have set as a "1".
Any thoughts or suggestions would be greatly appreciated.
Below are the commands
2015 Jan 14
1
Fwd: Samba 4 two DCs no matching UID/GID
...reo electr?nico y borre el
mensaje. Gracias por su cooperaci?n.
Visite nuestra p?gina web: www.empre.es
---------------------------------------------------------------------
Please, Do not print this message unless it is necessary.
Our environment is in our hands.
Antes de imprimir este mensaje, aseg?rese de que es necesario.
El medio ambiente est? en nuestra mano.
2009 Oct 20
2
LDA Precdict - Seems to be predicting on the Training Data
When I import a simple dataset, run LDA, and then try to use the model to
forecast out of sample data, I get a forecast for the training set not the
out of sample set. Others have posted this question, but I do not see the
answers to their posts.
Here is some sample data:
Date Names v1 v2 v3 c1
1/31/2009 Name1 0.714472361 0.902552278 0.783353694 a
1/31/2009 Name2 0.512158919 0.770451596
2015 Mar 03
0
Oracle 11 nts authentication againts samba4 AD DC
...reo electr?nico y borre el
mensaje. Gracias por su cooperaci?n.
Visite nuestra p?gina web: www.empre.es
---------------------------------------------------------------------
Please, Do not print this message unless it is necessary.
Our environment is in our hands.
Antes de imprimir este mensaje, aseg?rese de que es necesario.
El medio ambiente est? en nuestra mano.
2008 Jul 23
6
Using if, else statements
Hi all,
Again I have searched the net and so on, without finding an answer to this
surely simple problem. A short bit of code would be appreciated.
I have a object named `data' with the following column headings.
Date, maxitemp, minitemp, admissions, d.o.w.
Where d.o.w. is day of the week, written "Sun" "Mon" etc.
I just need to scale the Monday admissions by
2017 Oct 04
31
[PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality
This changes the pv ops code generation to more closely match reality.
For example, instead of:
callq *0xffffffff81e3a400 (pv_irq_ops.save_fl)
vmlinux will now show:
pushfq
pop %rax
nop
nop
nop
nop
nop
which is what the runtime version of the code will show in most cases.
This idea was suggested by Andy Lutomirski.
The benefits are:
- For the most common runtime cases
2017 Oct 04
31
[PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality
This changes the pv ops code generation to more closely match reality.
For example, instead of:
callq *0xffffffff81e3a400 (pv_irq_ops.save_fl)
vmlinux will now show:
pushfq
pop %rax
nop
nop
nop
nop
nop
which is what the runtime version of the code will show in most cases.
This idea was suggested by Andy Lutomirski.
The benefits are:
- For the most common runtime cases