Displaying 20 results from an estimated 100 matches similar to: "[PATCH] drm/nouveau: fix pramdac_table range checking"
2010 Feb 15
0
[PATCH] drm/nouveau: fix nouveau_i2c_find bounds checking
On Mon, Feb 15, 2010 at 03:40:56PM +0300, Dan Carpenter wrote:
> This is the results from:
> make C=1 CHECK="/path/to/smatch -p=kernel" bzImage modules | tee warns.txt
> grep -w overflow warns.txt | uniq -f 3 | tee err-list
>
> I hacked on the buffer overflow check last weekend and these are the
> results. It has way more false positives than the other bug
2002 Mar 18
1
line breaks
I have a question about the function of line feeds/carriage returns in
an all linux (R, vi to write scripts) environment. In my scripts I have
a few functions, using { or ( to wrap commands on the next line.
Usually this is fine, but sometimes R appears confused by line wrappings
(more likely of course it is me who is confused). I tried ';' to
explictly break the line, but no dice.
An
2009 Dec 15
2
[PATCH 1/2] drm/nouveau: Kill global state in NvShadowBIOS
---
drivers/gpu/drm/nouveau/nouveau_bios.c | 47 ++++++++++++++-----------------
1 files changed, 21 insertions(+), 26 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c
index 5eec5ed..04ac564 100644
--- a/drivers/gpu/drm/nouveau/nouveau_bios.c
+++ b/drivers/gpu/drm/nouveau/nouveau_bios.c
@@ -181,43 +181,42 @@ struct methods {
const char
2007 Jan 24
3
System hangs at "Rebooting System" on VIA KM400 chipsets
Hello,
We have a number of systems running KM400 chipsets from VIA (Socket
A/462). Two different models have produced the same results -- DFI
KM400-MLV and MSI KM4M-V. When a /sbin/reboot or /sbin/shutdown -r now
is issued, the system does everything you would expect from a reboot,
but when it gets to Rebooting System, it hangs and requires a power cycle.
The logs do not indicate anything
2009 Aug 18
8
src/ is now warning-free, too
These patches first make src/ warning free, and then
turn on the strict warning options.
75 0001-build-suppress-an-ignored-write-return-value-warning.patch
38 0002-build-suppress-an-ignored-dup-return-value-warning.patch
27 0003-generator.ml-suppress-signed-unsigned-compare-warnin.patch
48 0004-build-don-t-perform-arithmetic-on-void-pointers.patch
30
2019 Nov 02
0
[PATCH] drm/nouveau/bios/init: make const arrays probe_order static, makes object smaller
From: Colin Ian King <colin.king at canonical.com>
Don't populate const arrays on the stack but instead make them
static. Makes the object code smaller by 6 bytes.
Before:
text data bss dec hex filename
103075 9692 0 112767 1b87f nvkm/subdev/bios/init.o
After:
text data bss dec hex filename
102909 9852 0 112761 1b879
2020 Oct 16
0
[PATCH] drm/nouveau/bios/init: make two const arrays static, makes object smaller
From: Colin Ian King <colin.king at canonical.com>
Don't populate const arrays on the stack but instead make them
static. Makes the object code smaller by 7 bytes.
Before:
text data bss dec hex filename
104041 8284 0 112325 1b6c5 drm/nouveau/nvkm/subdev/bios/init.o
After:
text data bss dec hex filename
103874 8444 0 112318
2002 Mar 18
3
function design
I have a, no doubt, simple question. I wish to write a function such
that
a <- 9
b <- 10
changer _ function(x,y) { if (y>x){ x <<- Y+1}}
Of course there are easier ways to accomplish the task above, but I am
more interested in how to have the "x <<- Y+1" part of the function to
change x in place for purposes of a much larger function.
I have been wrestling with
2002 Jun 27
3
plot(..., type="h") w/ origin not at y=0
Is it a way to make plots with vertical lines, like plot(x, y, type="h"),
but starting from a different value than y=0.
For example, with x=1:3, y=-(1:3), y.orig=-3 :
-1 |
|
y -2 | |
| |
-3 | | |
1 2 3
x
Thanks
--
Cyril Humbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2005 Feb 03
0
best patch for iptables ratelimiting
According to the F.A.Q. there''s a patch to do
ratelimiting:
http://etudiant.univ-mlv.fr/~jpetazzo/bytelimit.tgz
Going with the thought that this is current..I tried
it.
I wasn''t able to get it to compile, as support for
invert was causing a failure(i think). But i was able
to get it to compile when I changed line 73 and my box
loaded the module.
Anyone know if this will do
2002 May 28
1
hitting ^C breaks readline history (PR#1606)
Full_Name: Cyril Humbert
Version: 1.5.0
OS: linux
Submission from: (NULL) (193.50.159.2)
Hitting ^C breaks readline history (when R is stared in an xterm).
xterm -e R
^C -> arrow key and history stop working.
For example, up-arrow gives "^[[A".
ldd ./R.bin
[../..]
libreadline.so.4.1 => /usr/lib/libreadline.so.4.1 (0x40020000)
libncurses.so.5 =>
2004 Jun 22
0
Re: (PR#7005) X11 , plot(...expression(...)): missing parentheses
>>>>> "humbertc" == humbertc <humbertc@univ-mlv.fr>
>>>>> on Tue, 22 Jun 2004 13:16:58 +0200 (CEST) writes:
humbertc> Full_Name: Cyril Humbert
humbertc> Version: 1.9.1
humbertc> OS: Debian GNU/Linux (i386)
humbertc> Submission from: (NULL) (193.50.159.2)
humbertc> Hello,
humbertc> For the X11 graphic
2004 Jun 22
0
Re: (PR#7005) X11 , plot(...expression(...)): missing parentheses
Martin Maechler wrote:
> >>>>> "humbertc" == humbertc <humbertc@univ-mlv.fr>
> >>>>> on Tue, 22 Jun 2004 13:16:58 +0200 (CEST) writes:
>
> humbertc> Full_Name: Cyril Humbert
> humbertc> Version: 1.9.1
> humbertc> OS: Debian GNU/Linux (i386)
> humbertc> Submission from: (NULL) (193.50.159.2)
>
2005 Jun 15
0
(PR#7942) extra spaces before imag part when printing complex numbers
Prof Brian Ripley wrote:
> This is intentional: it aligns the numbers. E.g.
>
> >options(width=12)
> >print(c(1+1i, 1-10i, 1+100i))
> [1] 1+ 1i
> [2] 1- 10i
> [3] 1+100i
>
> Neat, eh?
>
> What made you think this was a bug?
Ah ok, I've misunderstood this feature probably perhaps
because, at first sight, I found the display looks "strange"
2002 Oct 17
1
xyplot(y~x, type="l") with missing values (NA)
With the function plot(x, y, type="l") points are not connected
when x or y contain a missing value (NA). Is it possible to do
the same with the lattice function xyplot() ?
For example:
library(lattice)
x <- c(1, 2, NA, 4, 5)
y <- x
plot(x, y, type="l")
xyplot(y~x, type="l")
In the first plot, the point 2 is not connected to the point 4
whereas there are
2012 Feb 21
0
mvabund package: errors using manyglm() and meanvar.plot()
Dear R users,
I am trying to analyze multivariate abundance data using the mvabund
package, but errors occur for several functions.
I created a mvabund object named faunadat consisting of 8 dependent
variables each containing 64 positive integer values (bact, fung, plant,
omn, pred, orib, meso, spring). There are 4 factors: harv, rep, depth and
lit.
I then created a formula:
>
2005 Apr 27
0
(PR#7803) print.data.frame(), wrong column names alignement,
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
--27464147-733928972-1114633091=:27258
Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: QUOTED-PRINTABLE
I've managed to solve this, but the major problem I had was not R but that=
=20
printf was not
2002 May 10
4
How to reduce a bandwidth?
2015 Mar 27
9
[LLVMdev] fix for loop scale limiting in BFI
I've been trying to get rid of the loop scale limiting problem during
BFI. Initially, this was saturating frequencies to the max side of the
scale, so a double nested loop would get max frequencies in all the
blocks (e.g., llvm/test/CodeGen/X86/lsr-i386.ll). This made the inner
loop no hotter than the outer loop, so block placement would not
bother aligning them.
In convertFloatingToInteger()
2017 Feb 01
15
[PATCH 00/14] hyperv: vmbus related patches
This is a rebase/resend of earlier patches. I skipped the pure
cosmetic patches for now. Mostly this is consolidation earlier
changes, removing dead code etc. The important part is the
change for allowing a vmbus channel to get callback directly
in interrupt mode; this is necessary for NAPI support.
Stephen Hemminger (14):
vmbus: use kernel bitops for traversing interrupt mask
vmbus: drop