Found 17 matching messages (0.000 seconds). Page 1 of 1.
... not safe after all (and lockdep cannot see this deadlock possibility, because one of waits is __wait_on_freeing_inode - not a standard locking primitive). --=20 Sergey Vlasov
linux-kernel - Sergey Vlasov - Jan 9 2007 - 16:52
... config. I can send lspci, full dmesg, .config if anyone interested > in. Maybe it's a BIOS problem? What should I try? Sergey Afonin (cc'd) ran into the same problem when trying to use the DFE-580TX card on a new machine with the Intel 945G chipset ...
linux-kernel - Sergey Vlasov - May 4 2007 - 13:32
On Mon, Jan 29, 2007 at 10:55:48AM +0100, Jiri Kosina wrote: > Changing module parameter values through sysfs is not a very nice idea,= =20 > because the change of the value is indeed silent - the driver is not=20 > notified in any way, that the value
linux-kernel - Sergey Vlasov - Jan 29 2007 - 06:26
On Tue, 30 Jan 2007 08:54:05 +0100 Jean Delvare wrote: > You have an old VT82C686 south bridge, which was tagged as "special" by > Alan. For this chip, Alan's code only allows devices 00:00.x to be quirked. > As my code was merely a reimplementation
linux-kernel - Sergey Vlasov - Jan 30 2007 - 07:47
On Tue, 6 Mar 2007 21:31:37 -0800 Luong Ngo wrote: > I am having this problem. I have a process with 2 threads created. One > of the thread will keep calling IOCTL to get information from the > kernel and will be blocked if there is no new
linux-kernel - Sergey Vlasov - Mar 7 2007 - 14:09
On Thu, 8 Mar 2007 14:52:07 -0800 Luong Ngo wrote: [...] > static irqreturn board_isr(int irq, void *dev_id, struct pt_regs* regs) > { > spin_lock(&dev->lock); > if (dev->irqMask & (1 << irqBit)) { > // Set the interrupt event mask >
linux-kernel - Sergey Vlasov - Mar 9 2007 - 10:58
On Fri, 9 Mar 2007 16:10:29 -0800 Luong Ngo wrote: > Thanks Parav, adding singal_allow(SIGALRM) wakeup the blocking > interruptible_sleep_on and checking the signal_pending would return > true now. This means that there is also a bug in your
linux-kernel - Sergey Vlasov - Mar 10 2007 - 04:22
On Sat, Feb 24, 2007 at 11:13:45AM -0500, Jon Masters wrote: > Jan Engelhardt wrote: >=20 > >Out of the box perhaps if it is the .tar.bz2 archive, but the same does = not > >always hold for CVS repos, much less SVNs [random guess on svn]. He who= =
linux-kernel - Sergey Vlasov - Mar 20 2007 - 16:03
On Thu, 26 Apr 2007 00:25:03 -0700 Greg KH wrote: [...] > diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c > index 0711f92..5fd7cf9 100644 > --- a/net/ipv6/exthdrs.c > +++ b/net/ipv6/exthdrs.c [...] > @@ -378,6 +395,22 @@ static int
linux-kernel - Sergey Vlasov - Apr 26 2007 - 12:21
On Sat, 9 Jun 2007 15:59:55 +0200 (CEST) Jan Engelhardt wrote: > On Jun 9 2007 08:08, Jon Masters wrote: > > > >So I missed half of this conversation - you're saying that on a > >CONFIG_DEBUG_KERNEL, you have such large .ko module files that depmod
linux-kernel - Sergey Vlasov - Jun 10 2007 - 09:13
On Tue, 05 Jun 2007 22:23:02 +1100 Konstantin Sharlaimov wrote: > Prevent mppe_decompress() from generating "osize too small" errors when checking > for output buffer size. When receiving a packet of mru size the output buffer > for decrypted data is
linux-kernel - Sergey Vlasov - Jun 19 2007 - 10:41
On Wed, 25 Jul 2007 08:32:43 +0200 Ulrich Kunitz wrote: [...] > Here is some output from objdump: > > $ objdump -x bin/sleep > > bin/sleep: file format elf64-x86-64 > bin/sleep > architecture: i386:x86-64, flags 0x00000102: > EXEC_P,
linux-kernel - Sergey Vlasov - Aug 2 2007 - 15:02
On Fri, 13 Jul 2007 16:01:48 +1000 Lindsay Roberts wrote: > * Increases romfs partition size limit from 2GB to 4GB. This should be a separate patch. > * Adds new derivative of romfs filesystem (rom2fs) with > block aligned regular file data to
linux-kernel - Sergey Vlasov - Aug 6 2007 - 15:41
On Sun, 10 Feb 2008 12:58:09 +0100 Eric Piel wrote: > (adding some CC's) > Christoph Hellwig wrote: > > On Sun, Feb 10, 2008 at 08:12:26AM +0100, Christoph Hellwig wrote: > >> Folks, moving this call around hidden behing in completely unreviewed >
linux-kernel - Sergey Vlasov - Feb 11 2008 - 09:47
On Sat, Feb 16, 2008 at 04:33:41PM -0500, Andrew Buehler wrote: > The associated dmesg (obtained yesterday from booting with the > Flash drive connected) is attached. This dmesg shows that ACPI is not enabled in your kernel config - most likely this
linux-kernel - Sergey Vlasov - Feb 17 2008 - 06:55
On Fri, 29 Feb 2008 22:59:11 +0100 Gerold Jury wrote: > The oldest kernel that i tried is now 2.6.18 and behaves the same as all the > others up to 2.6.24.2. > I did the tests on 2.6.18 in runlevel 1 with only udevd running to make sure > no other
linux-kernel - Sergey Vlasov - Mar 1 2008 - 07:53
On Wed, 26 Mar 2008 20:45:59 -0400 Bob Copeland wrote:
> OMFS checksums the metadata of all filesystem objects. This change adds
> the necessary functions to do so.
>
> Signed-off-by: Bob Copeland
linux-kernel - Sergey Vlasov - Mar 27 2008 - 09:41