similar to: guidelines for kernel module development in linux

Displaying 20 results from an estimated 30000 matches similar to: "guidelines for kernel module development in linux"

2010 Aug 29
1
Why does Digium not respect their own development guidelines?
As recent as 2008 "Asterisk 1.4 is feature frozen" if that is the case how come now CallingToken support is added? I don't really know what this is but all I know is: 1) Callingtoken adds new options to the config files 2) Callingtoken is some new protocol in IAX? 3) Upgrading asterisk 1.4 breaks previous IAX connections. So why was this added? I have 1 machine that is set not to
2012 Sep 27
1
Guideline
Hello Sir/Madam, My name is Rohit Kumar and I am A SAS Accredited Trainer in India. I want to be a part of R training Programme and I want to do branding of R in India,among Student world and Corporate World . I am requesting you to give me proper guidelines to conduct R awareness program in India. Looking forward for your positive response. Rohit Kumar E-mail:creativityofnature@gmail.com
2009 Sep 08
0
RSPython can't find module
Hi Folks, After seeing some tips on the web, I managed to get RSPython-0.7-1 installed with R 2.9.0 (on Ubuntu 8.04). I had to get rid of the extra comma in the PythonPath function in Python.S: .PythonPath <- function(path=NULL, merge = TRUE) { dirSep <- ifelse(R.version$os == "Win32", ";", ":",) (remove last comma before bracket) and I had to manually
2019 Sep 06
0
[vhost:linux-next 13/15] arch/ia64/include/asm/page.h:51:23: warning: "hpage_shift" is not defined, evaluates to 0
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/mst/vhost.git linux-next head: c5db5a8d998da36ada7287aa53b4ed501a0a2b2b commit: b1b0d638e6f93b91cf34585350bb00035d066989 [13/15] mm: Introduce Reported pages config: ia64-defconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 7.4.0 reproduce: wget
2002 Feb 04
1
Guidelines for Rd-Files
Dear list, on p. 11 of "Writing R-extensions" I read "See the ``Guidelines for Rd-files'' for guidelines ... which should be useful..." Where can I find these guidelines? Best, Christian -- *********************************************************************** Christian Hennig Seminar fuer Statistik, ETH-Zentrum (LEO), CH-8092 Zuerich (current) and Fachbereich
2011 Oct 30
2
Module Error
Hi. Im writing a kernel module to extract some information from kernel, the module is working really fine in an AMD (AMD Athlon(tm) 64 X2 Dual Core Processor 3800+), but, when trying to run the module in a i7 (Intel(R) Core(TM) i7 CPU 930 @ 2.80GHz) Im facing some strange errors (see below). The kernel versions are just the same on both machines (2.6.34.10-0.2-xen #1 SMP x86_64 x86_64 x86_64
2011 Oct 30
2
Module Error
Hi. Im writing a kernel module to extract some information from kernel, the module is working really fine in an AMD (AMD Athlon(tm) 64 X2 Dual Core Processor 3800+), but, when trying to run the module in a i7 (Intel(R) Core(TM) i7 CPU 930 @ 2.80GHz) Im facing some strange errors (see below). The kernel versions are just the same on both machines (2.6.34.10-0.2-xen #1 SMP x86_64 x86_64 x86_64
2011 Sep 29
1
Tcl/Tk Guidelines
Hello, I wanted to ask if there are any guidelines for Tcl/Tk programming in R ? I know that there are no strict rules concerning programing. But perhabs there are some useful tipps how to organise Tcl/Tk code in your R script. I want to programm a little GUI and I don't want to reprogram the whole GUI in the middle, when I discover that I have forgotten a little detail for example. Thanks
2015 Aug 21
2
Guidelines for pass initialization?
Does anyone know what the guidelines are supposed to be for properly initializing a pass? Looking around, we seem to have three styles of pass registration in use. INITIALIZE_PASS(...) INITIALIZE_PASS_BEGIN(...) INITIALIZE_PASS_DEPENDENCY(...) ... INITIALIZE_PASS_END(...) static RegisterPass<FooPass> X(...); (This is the one encouraged in the docs, but seemingly the least widely used
2005 Sep 17
3
Mailing list guidelines and moderation
Hey Guys, I am looking to put together a set of guidelines for posting on the CentOS Mailing Lists. The aim being that we come up with a framework that is then enforceable by a moderator, should the need arise. Blanket user / thread moderation is something that I dont really want to enforce here - but might be a necessary evil, over a short period of time. End of the day, we are all educated
2010 Jun 12
1
HowTos - 21. CentOS Guidelines - How to create public mirrors for CentOS
Hello everyone I would like to propose additions in the wiki for - "HowTos - 21. CentOS Guidelines - How to create public mirrors for CentOS" Summary details of the proposed additions - sample rsync script with exclusion options specific to Centos project mirroring - howto do a rsync script lockfile - crontab examples - arch mirror sizes (3.9, 4.8, 5.5) - Essential Files/Folders to
2004 Jul 02
1
Guidelines for writing model term functions (?)
Are there any general guidelines for writing functions that appear in model formulas for functions like lm()/glm()? The ones I can think of are ns()/bs() in `splines' and s() in `mgcv'. It seems that ns()/bs() basically create matrix with a number of attributes and a class, while s() returns a list of parameters. It seems that gam() in `mgcv' has its own way of dealing with
2008 Jan 01
1
guidelines for the use of the R logo
Hi, I was wondering if there are any guidelines for the use of the R logo on websites which are for commercial use? Similar to http://www.python.org/community/logos/ for Python and to http://www.postgresql.org/community/propaganda for PostgreSQL perhaps? thanks, Jan
2019 Apr 15
2
LLVM Social Guidelines
Hi folks, At EuroLLVM we had a round table for organizers of LLVM Socials around the globe. After the discussion we decided to get some sort of guidelines for those who want to organize the meetup in their city, but have any questions and don't know where to start. Currently, I am creating the very first draft. Once it's in a good shape I will send it to the phabricator. I am looking
2009 Jan 10
6
Guidelines for CentOS Mailing List posts
Some people don't know how to conduct themselves on usenet and mailing lists. Despite the mailing list guidelines being crystal clear about no html posting and not top-posting we have people still doing so. People still use text-readers to access the mailing list so you could be denying access to these people by flouting the mailing list guidelines. This is an example of top-posting
2012 Aug 03
1
Cleaned up contributing guidelines
In an effort to streamline and consolidate how code gets submitted to puppet, we''ve updated the contributing guidelines. The changes were along three fronts: 1. Clarify what to target when submitting patches. 2. Reflect the reality that we take code submissions as github pull requests. 3. Simplify the explanation for how to get up and running as a contributor. We are also in discussions
2012 Oct 22
4
How do design next-gen modules, any guidelines ? a question for gurus...
Hi, My dilemma is how should I write my module to be "next-gen" ? Not from a code point of view but from a design/layout point of view. We wrote our modules for 2.6.x like every beginner would have done: write everything in init.pp. But now, the fashion is to use parameterized classes and Hiera which we will use with puppet 2.7.x. I mainly followed/watched what Example42 was doing.
2004 Oct 07
0
guidelines for queue lenght
Hello, does anybody have suggestions for queue lenght guidelines? Is there a paper somewhere or any thoughts that have to be reconsidered. Suggestions and impulses welcome Alexander _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
1998 Aug 21
0
Some guidelines on remote samba-only NT subnets with NT PDC
I am investigating putting samba servers at our ISDN connected remote sites. We have an NT PDC as well as a large samba file server at our central site. This system would replace the existing remote NT BDC setup which requires many visits from the NT administrators. Are there any guidelines on what samba and NT settings work best in this environment? For example: - How should user's
2016 Aug 22
0
[PATCH] CodingStyle: add some more error handling guidelines
On Mon, 22 Aug 2016 16:57:46 +0300 "Michael S. Tsirkin" <mst at redhat.com> wrote: > commit commit ea04036032edda6f771c1381d03832d2ed0f6c31 ("CodingStyle: > add some more error handling guidelines") suggests never naming goto > labels after the goto location - that is the error that is handled. > > But it's actually pretty common and IMHO it's a