Displaying 20 results from an estimated 38 matches for "tain".
Did you mean:
main
2014 Jul 18
9
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
We should prefer `const struct pci_device_id` over
`DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
This issue was reported by checkpatch.
A simplified version of the semantic patch that makes this change is as
follows (http://coccinelle.lip6.fr/):
// <smpl>
@@
identifier i;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer z;
@@
- DEFINE_PCI_DEVICE_TABLE(i)
+ const
2014 Jul 18
9
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
We should prefer `const struct pci_device_id` over
`DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
This issue was reported by checkpatch.
A simplified version of the semantic patch that makes this change is as
follows (http://coccinelle.lip6.fr/):
// <smpl>
@@
identifier i;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer z;
@@
- DEFINE_PCI_DEVICE_TABLE(i)
+ const
2009 Sep 25
2
Re tain current graphs in figure
I want to know, how do I retain the current plot and axes properties such
that subsequent graphing commands add to the existing graph.
Thank you very much!!
--
View this message in context: http://www.nabble.com/Retain-current-graphs-in-figure-tp25606069p25606069.html
Sent from the R help mailing list archive at Nabble.com.
2010 Sep 05
4
igb pciback and e1000e pciback not work.
...t connected, I mean the network card
receives no packet, ( the network card doesn''t connect to the switch ),
it''s fine. when I connect it to a switch , I got a lot of "Detected Tx Unit
Hang" in dmesg of the DomU kernel
and a kernel oops saying:
Pid: 0, comm: swapper Not tained 2.6.32.18-xen #4
warn_slowpath_fmt+0x41/0x50
the ooops image is in the attachment of this post.
I''ve checked the mailing list, some one said it''s about the e1000e driver
with a wrong
config of the EEPROM.
So I switch to use the network card 82575EB with igb driver
It seems to...
2010 Sep 05
4
igb pciback and e1000e pciback not work.
...t connected, I mean the network card
receives no packet, ( the network card doesn''t connect to the switch ),
it''s fine. when I connect it to a switch , I got a lot of "Detected Tx Unit
Hang" in dmesg of the DomU kernel
and a kernel oops saying:
Pid: 0, comm: swapper Not tained 2.6.32.18-xen #4
warn_slowpath_fmt+0x41/0x50
the ooops image is in the attachment of this post.
I''ve checked the mailing list, some one said it''s about the e1000e driver
with a wrong
config of the EEPROM.
So I switch to use the network card 82575EB with igb driver
It seems to...
2012 Aug 27
0
[LLVMdev] The use-define chain in LLVM
Dear All,
The code for static taint analysis (which should be similar to what you
need) is now publicly available. You can find the code at
https://github.com/thinkmoore/llvm-deps.
-- John T.
2008 Dec 01
0
gretl Conference, Bilbao 2009
...n:
- Teaching econometrics and statistics using free software
- Implementation of some econometric techniques in gretl
- Methodological papers with a strong computational emphasis
- Applications using gretl
- Developing gretl
? ? Ideally, submitted papers should be done with gretl but papers con-
taining statistical and econometric applications done in any other pack-
age, could be acceptable provided that the paper or the discussion con-
tains a section on what gretl lacks to do the same. Submissions for oral
and poster presentations are accepted.
Important dates:
Submission Deadline: Januar...
2014 Jul 18
1
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
On Fri, Jul 18, 2014 at 12:22:13PM -0400, John W. Linville wrote:
> On Fri, Jul 18, 2014 at 05:26:47PM +0200, Benoit Taine wrote:
> > We should prefer `const struct pci_device_id` over
> > `DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
> > This issue was reported by checkpatch.
>
> Honestly, I prefer the macro -- it stands-out more. Maybe the style
> guidelines and/or ch...
2014 Jul 18
0
[PATCH 23/25] virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use
We should prefer `struct pci_device_id` over `DEFINE_PCI_DEVICE_TABLE` to meet
kernel coding style guidelines. This issue was reported by checkpatch.
Signed-off-by: Benoit Taine <benoit.taine at lip6.fr>
---
Tested by compilation without errors.
drivers/virtio/virtio_pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c
index 101db3f..3d1463c 100644
--- a/drivers/virtio/virtio_pci.c...
2014 Jul 18
1
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
On Fri, Jul 18, 2014 at 12:22:13PM -0400, John W. Linville wrote:
> On Fri, Jul 18, 2014 at 05:26:47PM +0200, Benoit Taine wrote:
> > We should prefer `const struct pci_device_id` over
> > `DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
> > This issue was reported by checkpatch.
>
> Honestly, I prefer the macro -- it stands-out more. Maybe the style
> guidelines and/or ch...
2017 Feb 05
4
please help this newbie get started
...9;, `master.passwd.byname', and
???? `master.passwd.byuid', as controlled by nsswitch.conf(5).
???? For consistency, none of these files should ever be modified manually.
???? The master.passwd file is readable only by root, and consists of newline
???? separated records, one per user, containing ten colon (`:') separated
???? fields.? These fields are as follows:
???? [...]
???? The passwd file is generated from the master.passwd file by pwd_mkdb(8),
???? has the class, change, and expire fields removed, and the password field
???? replaced by a `*' character.
???? [...]
????...
2010 Sep 17
10
Kernel panic on Xen 4.0.1 + Debian Squeeze
...19719a-35aa-4ada-8ab5-9b6c676bc89e ro quiet
echo ''Loading initial ramdisk ...''
module /boot/initrd.img-2.6.32-5-xen-amd64
After boot i see in console:
Failed to execute /init
Kernel panic - not syncing: No init found. Try passing init= option to
kernel
Pid: 1, comm: swapper Not tained 2.6.32-5-xen-amd64 #1
Initramfs unpacking failed: junk in compressed archve
registering netback
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
Kernel vmlinuz-2.6.32-5-xen-amd64 without xen boots normaly.
My "trouble" server is IBM HS-22 (2x Xeon E5530,...
2012 Aug 10
3
[LLVMdev] The use-define chain in LLVM
Yes, this demanding comes from our recent research project.
If it's avaiable, could you send me the source code of taint-tracking analysis ?
I really appreciate your help. Thanks!
2012/8/9 John Criswell <criswell at illinois.edu>:
> On 8/9/12 12:40 AM, Jianfei Hu wrote:
>>
>> Maybe My statement is not clear. Take an example:
>> main.c:
>> int global;
>> void fun(int array[], i...
2004 Mar 13
1
suppressing motd without decreasing verbosity
Is there a way to make the rsync client suppress the motd without
suppressing other messages when connecting to an rsync server? What I
want is to run rsync from cron and have it produce output only when
any files have been downloaded or deleted and whenever errors have
happened. Otherwise, I want it to be quiet. This doesn't seem to be
possible with rsync as of version 2.5.7.
When I use the
2014 Jul 18
0
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
On Fri, 2014-07-18 at 09:28 -0700, James Bottomley wrote:
> On Fri, 2014-07-18 at 17:26 +0200, Benoit Taine wrote:
> > We should prefer `const struct pci_device_id` over
> > `DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
> > This issue was reported by checkpatch.
>
> What kernel coding style? checkpatch isn't the arbiter of style, if
> that's the o...
2014 Jul 18
0
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
On Fri, Jul 18, 2014 at 05:26:47PM +0200, Benoit Taine wrote:
> We should prefer `const struct pci_device_id` over
> `DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
> This issue was reported by checkpatch.
Honestly, I prefer the macro -- it stands-out more. Maybe the style
guidelines and/or checkpatch should change instead...
2014 Aug 11
0
[PULL] virtio-next
...----------------
Amit Shah (4):
virtio: rng: remove unused struct element
virtio: rng: re-arrange struct elements for better packing
virtio: rng: delay hwrng_register() till driver is ready
Revert "hwrng: virtio - ensure reads happen after successful probe"
Benoit Taine (1):
virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use
Fabian Frederick (1):
virtio: console: remove unnecessary null test before debugfs_remove_recursive
drivers/char/hw_random/core.c | 6 ------
drivers/char/hw_random/virtio-rng.c | 39 ++++++++++++++++---------------------...
2014 Jul 18
0
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
On Fri, 2014-07-18 at 09:28 -0700, James Bottomley wrote:
> On Fri, 2014-07-18 at 17:26 +0200, Benoit Taine wrote:
> > We should prefer `const struct pci_device_id` over
> > `DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
> > This issue was reported by checkpatch.
>
> What kernel coding style? checkpatch isn't the arbiter of style, if
> that's the o...
2014 Aug 11
0
[PULL] virtio-next
...----------------
Amit Shah (4):
virtio: rng: remove unused struct element
virtio: rng: re-arrange struct elements for better packing
virtio: rng: delay hwrng_register() till driver is ready
Revert "hwrng: virtio - ensure reads happen after successful probe"
Benoit Taine (1):
virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use
Fabian Frederick (1):
virtio: console: remove unnecessary null test before debugfs_remove_recursive
drivers/char/hw_random/core.c | 6 ------
drivers/char/hw_random/virtio-rng.c | 39 ++++++++++++++++---------------------...
2014 Jul 18
0
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
On Fri, Jul 18, 2014 at 09:54:32AM -0700, James Bottomley wrote:
> On Fri, 2014-07-18 at 09:43 -0700, Greg KH wrote:
> > On Fri, Jul 18, 2014 at 12:22:13PM -0400, John W. Linville wrote:
> > > On Fri, Jul 18, 2014 at 05:26:47PM +0200, Benoit Taine wrote:
> > > > We should prefer `const struct pci_device_id` over
> > > > `DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
> > > > This issue was reported by checkpatch.
> > >
> > > Honestly, I prefer the macro -- it stands-ou...