search for: lunn

Displaying 20 results from an estimated 29 matches for "lunn".

Did you mean: lun
2018 Apr 09
2
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
> No, implementation wise I'd avoid changing the class on the fly. What > I'm looking to is a means to add a secondary class or class aliasing > mechanism for netdevs that allows mapping for a kernel device > namespace (/class/net-kernel) to userspace (/class/net). Imagine > creating symlinks between these two namespaces as an analogy. All > userspace visible netdevs
2018 Apr 09
2
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
> No, implementation wise I'd avoid changing the class on the fly. What > I'm looking to is a means to add a secondary class or class aliasing > mechanism for netdevs that allows mapping for a kernel device > namespace (/class/net-kernel) to userspace (/class/net). Imagine > creating symlinks between these two namespaces as an analogy. All > userspace visible netdevs
2018 Apr 09
1
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
On Mon, 9 Apr 2018 15:30:42 -0700 Siwei Liu <loseweigh at gmail.com> wrote: > On Mon, Apr 9, 2018 at 3:15 PM, Andrew Lunn <andrew at lunn.ch> wrote: > >> No, implementation wise I'd avoid changing the class on the fly. What > >> I'm looking to is a means to add a secondary class or class aliasing > >> mechanism for netdevs that allows mapping for a kernel device > >> n...
2010 May 10
6
de-crypting Ruby password with php.
Hello all, I have a client with an older Rails 1.8 app (was recently upgraded from 1.6) and I need to integrate a php site to use the same user login creds. I''m not very versed with Ruby but I think this is the code that encrypts the password. [code] # Encrypts some data with the salt. def self.encrypt(password, salt) Digest::SHA1.hexdigest("--#{salt}--#{password}--")
2017 Sep 13
1
[PATCH 05/10] drivers:net: return -ENOMEM on allocation failure.
...at is only called by bond_open() with: if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) return -ENOMEM; So you might want to also modify this code, to return the return value, rather than use the hard coded ENOMEM. Since you code is OK as far as it goes: Reviewed-by: Andrew Lunn <andrew at lunn.ch> Andrew
2018 Apr 09
0
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
On Fri, Apr 6, 2018 at 8:19 PM, Andrew Lunn <andrew at lunn.ch> wrote: > Hi Siwei > >> I think everyone seems to agree not to fiddle with the ":" prefix, but >> rather have a new class of network subsystem under /sys/class thus a >> separate device namespace e.g. /sys/class/net-kernel for those >&gt...
2018 Apr 09
0
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
On Mon, Apr 9, 2018 at 3:15 PM, Andrew Lunn <andrew at lunn.ch> wrote: >> No, implementation wise I'd avoid changing the class on the fly. What >> I'm looking to is a means to add a secondary class or class aliasing >> mechanism for netdevs that allows mapping for a kernel device >> namespace (/class/net...
2007 May 25
0
Competing Risks Analysis
...quot;id" is variable unique to each subject. (The method of fitting found in WLW, namely to do individual fits and then glue the results together, is not necessary). 2. If a given subject can have at most one event, then it is not clear that the sandwich estimate of variance is necessary. See Lunn and McNeil, Biometrics (year?) for an example. 3. The covariates can be coded any way you like. WLW put in all of the strata * covariate interactions for instance (the "x" coef is different for each event type), but I never seem to have a big enough sample to justify doing this. Lunn and...
2018 Apr 07
2
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
Hi Siwei > I think everyone seems to agree not to fiddle with the ":" prefix, but > rather have a new class of network subsystem under /sys/class thus a > separate device namespace e.g. /sys/class/net-kernel for those > auto-managed lower netdevs is needed. How do you get a device into this new class? I don't know the Linux driver model too well, but to get a device
2018 Apr 07
2
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
Hi Siwei > I think everyone seems to agree not to fiddle with the ":" prefix, but > rather have a new class of network subsystem under /sys/class thus a > separate device namespace e.g. /sys/class/net-kernel for those > auto-managed lower netdevs is needed. How do you get a device into this new class? I don't know the Linux driver model too well, but to get a device
2007 Mar 02
1
Fwd: Re: [friday topic]: what exactly is statistical computing
This is a very fascinating discussion topic. I find I run into some fundamental differences in interpretation of the phrase "statistical computing". I think of it as writing programs or functions, such as R or packages in R, and of understanding the numerical analysis behind these functions. I exclude USING computer programs, such as R, for data analysis from my definition of
2010 Dec 13
1
Multivariate binary response analysis
Greetings ~ I need some assistance determining an appropriate approach to analyzing multivariate binary response data, and how to do it in R. The setting: Data from an assay, wherein 6-hours-post-fertilization zebrafish embryos (n=20, say) are exposed in a vial to a chemical (replicated 3 times, say), and 5 days later observed for the presence/absence (1/0) of defects in several organ systems
2011 Jun 17
0
.js.erb not being parsed by .erb first
...(in c:/Users/Dieter/Documents/event_calendar/vendor/assets/javascripts/event_calendar.js.erb:1) when trying to run this code: //<% require ''event_calendar'' %> //= require <%= EventCalendar.config.javascript %>-calendar I am currently using Rails 3.1.0.rc4 Dieter Lunn http://ubiety.ca -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-ta...
2017 Sep 13
17
[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
Signed-off-by: Allen Pais <allen.lkml at gmail.com> --- arch/powerpc/platforms/cell/spider-pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/cell/spider-pci.c b/arch/powerpc/platforms/cell/spider-pci.c index d1e61e2..82aa3f7 100644 --- a/arch/powerpc/platforms/cell/spider-pci.c +++ b/arch/powerpc/platforms/cell/spider-pci.c @@ -106,7 +106,7
2023 Jul 12
0
[Bridge] llc needs namespace awareness asap, was Re: Patch fixing STP if bridge in non-default namespace.
(CC'ing bridge maintainers.) Kuniyuki Iwashima <kuniyu at amazon.com> writes: > From: Harry Coin <hcoin at quietfountain.com> > Date: Tue, 11 Jul 2023 16:40:03 -0500 >> On 7/11/23 15:44, Andrew Lunn wrote: >> >>>>>> The current llc_rcv.c around line 166 in net/llc/llc_input.c has >> >>>>>> >> >>>>>> if (!net_eq(dev_net(dev), &init_net)) >> >>>>>> goto drop; >&gt...
2017 Jul 19
7
[PATCH 000/102] Convert drivers to explicit reset API
...vem at davemloft.net> Cc: "Emilio López" <emilio at elopez.com.ar> Cc: Adrian Hunter <adrian.hunter at intel.com> Cc: Alan Stern <stern at rowland.harvard.edu> Cc: Alan Tull <atull at kernel.org> Cc: Alexandre Torgue <alexandre.torgue at st.com> Cc: Andrew Lunn <andrew at lunn.ch> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Benjamin Gaignard <benjamin.gaignard at linaro.org> Cc: Bin Liu <b-liu at ti.com> Cc: Bjorn Andersson <bjorn.andersson at linaro.org> Cc: Bjorn Helgaas <bhelgaas at google.com> Cc: Boris Brezillon &lt...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...rg> Andrew Duggan <aduggan@synaptics.com> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Honig <ahonig@google.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de> Andrew Lumm <andrew@lunn.ch> Andrew Lunn <andrew@lunn.ch> Andrew Lunn <andrew@lunn.ch> #for kirkwood Andrew Mahone <andrew.mahone@gmail.com> Andrew Miller <amiller@amilx.com> Andrew Morton <akpm@linux-foundation.org> Andrew Murray <Andrew.Murray@arm.com> Andrew Price &l...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...rg> Andrew Duggan <aduggan@synaptics.com> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Honig <ahonig@google.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de> Andrew Lumm <andrew@lunn.ch> Andrew Lunn <andrew@lunn.ch> Andrew Lunn <andrew@lunn.ch> #for kirkwood Andrew Mahone <andrew.mahone@gmail.com> Andrew Miller <amiller@amilx.com> Andrew Morton <akpm@linux-foundation.org> Andrew Murray <Andrew.Murray@arm.com> Andrew Price &l...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Gomella <andrew.gomella@nih.gov> Andrew Honig <ahonig@google.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de> Andrew Lumm <andrew@lunn.ch> Andrew Lunn <andrew@lunn.ch> Andrew Lunn <andrew@lunn.ch> #for kirkwood Andrew Mahone <andrew.mahone@gmail.com> Andrew Miller <amiller@amilx.com> Andrew Morton <akpm@linux-foundation.org> Andrew Murray <Andrew.Murray@arm.com> Andrew Price &l...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Gomella <andrew.gomella@nih.gov> Andrew Honig <ahonig@google.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de> Andrew Lumm <andrew@lunn.ch> Andrew Lunn <andrew@lunn.ch> Andrew Lunn <andrew@lunn.ch> #for kirkwood Andrew Mahone <andrew.mahone@gmail.com> Andrew Miller <amiller@amilx.com> Andrew Morton <akpm@linux-foundation.org> Andrew Murray <Andrew.Murray@arm.com> Andrew Price &l...