Displaying 20 results from an estimated 172 matches for "hypermail".
Did you mean:
hypercall
2000 Jan 07
1
Ha ha! Hypermail sucks (re year 2000)
Looks like I found the first piece of software on any of my own boxes that
screws up the year. Hypermail is archiving new posts from '1970' :-) I'll get
it fixed right up.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2010 Feb 15
1
[PATCH] drm/nouveau: fix pramdac_table range checking
...t;
> The format is:
> file.c +<line> function(<lines into function>) warning 'array_name' <array size> <= <offset>
>
> regards,
> dan carpenter
>
> Previous bug lists:
> * Putting too much data on the stack
> http://lkml.indiana.edu/hypermail/linux/kernel/1002.1/01252.html
>
> * Assigning negative values to unsigned variables
> http://lkml.indiana.edu/hypermail/linux/kernel/1001.3/01222.html
>
> * Doing dma on the stack
> http://lkml.indiana.edu/hypermail/linux/kernel/1001.3/01231.html
>
> * Dereferencing...
2005 Jul 06
2
Badness in local_bh_enable at kernel/softirq.c:140
I''m getting subj trying to run linux-iscsi-4.0.2 on domain0.
I tried xen-2.0.6, xen-2-test and xen-3-devel. The same results.
I found similar complaints regarding this problem like below:
http://www.ussg.iu.edu/hypermail/linux/kernel/0503.1/1622.html
http://www.ussg.iu.edu/hypermail/linux/kernel/0503.1/1621.html
Not sure if it is xen or linux-iscsi related bug.
Any ideas how to cure it will be very appreciated.
--
Jul 6 15:20:32 iscsi-test1 kernel: Badness in local_bh_enable at
kernel/softirq.c:140
Jul 6 15:20:...
2010 Feb 15
0
[PATCH] drm/nouveau: fix nouveau_i2c_find bounds checking
...t;
> The format is:
> file.c +<line> function(<lines into function>) warning 'array_name' <array size> <= <offset>
>
> regards,
> dan carpenter
>
> Previous bug lists:
> * Putting too much data on the stack
> http://lkml.indiana.edu/hypermail/linux/kernel/1002.1/01252.html
>
> * Assigning negative values to unsigned variables
> http://lkml.indiana.edu/hypermail/linux/kernel/1001.3/01222.html
>
> * Doing dma on the stack
> http://lkml.indiana.edu/hypermail/linux/kernel/1001.3/01231.html
>
> * Dereferencing...
2007 Apr 18
1
[Bridge] recent 2.6 kernels hang on bridge shutdown
....
I already reported this to the linux-kernel list, since I couldn't tell
whether this is a bug in the bridging code or somewhere else. On second
reading of REPORTING-BUGS, I probably should have sent it here first.
For reference, these are my postings to linux-kernel:
http://www.ussg.iu.edu/hypermail/linux/kernel/0501.3/2222.html
http://www.ussg.iu.edu/hypermail/linux/kernel/0502.0/0139.html
Please let me know if you need any further information,
and please Cc me on replies, since I am not subscribed to the bridge list.
Mirko
2008 May 07
1
[PATCH]ocfs2-1.2: Add dput for uuid entry.
In ocfs2-1.2, when we mount a device, a debugfs dir will be created
using its uuid. When 2 devices have the same uuid, after the 1st device
is mounted, the 2nd one can't be mounted. This is OK. But the problem is
that the dentry's reference is added. So when the 1st volume is
umounted, none of these 2 volumes can be mounted then. So this fix
solves this problem by dputting the
2016 Nov 25
3
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
..." is a very subtle primitive
> which is very easy to misuse.
I agree. Unfortunately, Linus does not appear to [2].
> What are use cases for such primitive that won't be OK with "read once
> _and_ atomically"?
I have none to hand.
Thanks,
Mark.
[1] http://lkml.iu.edu/hypermail/linux/kernel/1503.3/02674.html
[2] http://lkml.iu.edu/hypermail/linux/kernel/1503.3/02670.html
2004 Jan 21
3
FW: DNAT and masq problem with kernel 2.4.23
...on of shorewal 1.4.8
will not start / it fail on DNAT and/or masq with message: "iptables:
Invalid argument" /
I founded some similar problems description - see links bellow, but there is
no solution how to get work shorewall with DNAT and masq with 2.4.23 kernel.
http://www.ussg.iu.edu/hypermail/linux/kernel/0312.0/0268.html
http://lists.netfilter.org/pipermail/netfilter/2003-September/046962.html
Here is tail from debug message. How I can force to shorewall use
POSTROUTING chain for masq and DNAT instead of user defined chains?
# tail /tmp/trace
+ eval exists_nat_net_dnat=Yes
+ exists_...
2006 Apr 23
2
Re: help me with wine and checkpoint FWgui
> Sorry for the disturb, I found your post (and your Email) in a wine
> mail list http://www.winehq.com/hypermail/wine-users/2002/11/0182.html
>
> Do you solve that problem?????
>
> I have the same, please help me!!!
>
> Best Regards
>
> Davide Fanizzo
>
> (sorry for my english)
I did not solved it.
I use vmware instead.
/ Kari Hurtta
> ============================...
2004 Oct 08
2
Delay packets by 50ms
...ine 2 qdiscs that can
simulate latency : "delay" & "netem". Neither of them is
working on my setup though ( Fedora core2 [2.6.5] or RHEL
3.0 update 2 or gentoo [2.6.8] ). Is something special
needed to enable these qdiscs ?
I tried applying the patch
(http://www.uwsg.iu.edu/hypermail/linux/net/0403.2/0019.h
tml) and recompiled the kernel but the tc command returns
"RTNETLINK answers: Invalid argument".
What am I doing wrong ?
Thanks much,
-ansh
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailma...
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
...ard" patch that places a magic number
> immediatelly after the requested size - so that it can detect overflows at
> byte boundary
> ( https://www.redhat.com/archives/dm-devel/2014-September/msg00018.html )
>
> That patch found a bug in crypto code:
> ( http://lkml.iu.edu/hypermail/linux/kernel/1409.1/02325.html )
Is it still worth doing this, now we have kasan?
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
...ard" patch that places a magic number
> immediatelly after the requested size - so that it can detect overflows at
> byte boundary
> ( https://www.redhat.com/archives/dm-devel/2014-September/msg00018.html )
>
> That patch found a bug in crypto code:
> ( http://lkml.iu.edu/hypermail/linux/kernel/1409.1/02325.html )
Is it still worth doing this, now we have kasan?
2013 Mar 04
4
[blkback] blkback statistic counters are signed values
Hi,
One of our colleagues spotted a problem in xentop. Sometimes the
VBD_WSECT value suddenly becomes unreasonably high, and it turned out
xentop reads
/sys/bus/xen-backend/devices/vbd-(domid)-(devID)/statistics/wr_sect into
an unsigned long long. That value is exposed by blkback, and among other
stat counters, it''s a signed integer:
drivers/block/xen-blkback/common.h
struct
2003 Aug 16
2
Borland C++ Builder 6.0 & Wine
Hi all,
I need to use BCB6 with Wine to develop a software that uses two ocxs
built with MS Visual C++.
I set ole32, oleaut, typelib to native for bcb, else it doesn't start
correclty. After that, BCB start up, I can design the forms, write the
code, but I have two problems that block me:
a) when I press the Execute button, the units are compiled, but the
linker hangs up with all the cpu used
2008 Dec 13
5
Dovecot imap processes pinning CPU
In recent days, dovecot's "imap" processes keep getting stuck. Each
time I check my server (running dovecot 1.1.7) there's a bunch of "imap"
processes (sometimes 2 of them, sometimes 4, sometimes 6) that are using
all of the box's CPU.
And worse, there's no way to kill the processes either (neither kill -15
or kill -9 works), which means that I wind up
2005 Jun 18
1
Mouse problems with Diablo 2 and Warcraft 3
...ouse isn't rendered to the right/bottom 1/8th of
the screen. And in both Diablo 2 and Warcraft 3, it seems that mouse
events aren't being processed in those areas.
I've opened a bug:
http://bugs.winehq.com/show_bug.cgi?id=3067
This seems related to the message:
http://www.winehq.org/hypermail/wine-users/2005/06/0030.html
So if Lennart could attempt to use a cvs-20050323 and cvs-20050324
builds to see if his Warcraft 3 problems are introduced between those
builds, he can confirm my bug.
I don't have a fix (hopefully whoever made those changes can review
the bug if others confirm it...
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Mon, Apr 23, 2018 at 08:06:16PM -0400, Mikulas Patocka wrote:
> Some bugs (such as buffer overflows) are better detected
> with kmalloc code, so we must test the kmalloc path too.
Well now, this brings up another item for the collective TODO list --
implement redzone checks for vmalloc. Unless this is something already
taken care of by kasan or similar.
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Mon, Apr 23, 2018 at 08:06:16PM -0400, Mikulas Patocka wrote:
> Some bugs (such as buffer overflows) are better detected
> with kmalloc code, so we must test the kmalloc path too.
Well now, this brings up another item for the collective TODO list --
implement redzone checks for vmalloc. Unless this is something already
taken care of by kasan or similar.
2001 Jul 20
1
Display problems with Freelance Graphics & Notes under Wine
...et text splattered over top of other text when
trying to view existing .PRZ files. This happens in both Freelance and
in Lotus Notes (when Notes is trying to display a file attachment of the
.prz persuasion).
A quick Google search turned up an old patch that may be relevant:
http://www.winehq.com/hypermail/wine-patches/2000/10/0100.html
Does anyone know if this has been applied to the current Wine RPMs?
Because I am still seeing the problem with very recent drops of Wine
(062901 and 070701).
Thanks,
Scott Gaskins
sgaskins@us.ibm.com
2001 Dec 28
0
word 2k file IO errors
I checked at
http://wine.codeweavers.com/bugzilla/buglist.cgi?&order=bugs.creation_ts%2C%20bugs.bug_status
and BUG 343 opened on 10/09/2001 seems to still be open.
I looked at the mailing list Archives at
http://www.winehq.com/hypermail/wine-users/2001/10/index.html
specifically
http://www.winehq.com/hypermail/wine-users/2001/10/0233.html
I found
"last time I checked (but it wasn't office 2k)
it was something linked to commctrl (not commdlg)
running with -dll comctl32,commctrl=n worked around it"
I researched al...