Re: Commit 'Bluetooth: Consolidate encryption handling in hci_encrypt_cfm' broke my JBL TUNE500BT headphones

2020-07-16 Thread Maxim Levitsky
On Thu, 2020-07-16 at 09:16 -0700, Luiz Augusto von Dentz wrote: > Hi Maxim, > > On Thu, Jul 16, 2020 at 1:29 AM Maxim Levitsky wrote: > > Hi, > > > > Few days ago I bisected a recent regression in the 5.8 kernel: > > > > git bisect start > > # go

Commit 'Bluetooth: Consolidate encryption handling in hci_encrypt_cfm' broke my JBL TUNE500BT headphones

2020-07-16 Thread Maxim Levitsky
Corporation Wi-Fi 6 AX200 (rev 1a) USB (bluetooth) parrt: Bus 011 Device 004: ID 8087:0029 Intel Corp. My .config attached (custom built kernel) Best regards, Maxim Levitsky .config.gz Description: application/gzip

Re: [PATCH] NET: dmfe: don't access configuration space in D3 state

2007-11-23 Thread Maxim Levitsky
On Saturday 24 November 2007 05:10:37 Jeff Garzik wrote: > Maxim Levitsky wrote: > >>From 7e24227257f315e52fe0b494dc1253d2a0ce5dff Mon Sep 17 00:00:00 2001 > > From: Maxim Levitsky <[EMAIL PROTECTED]> > > Date: Fri, 23 Nov 2007 01:15:36 +0200 > > Subj

[PATCH] NET: dmfe: don't access configuration space in D3 state

2007-11-22 Thread Maxim Levitsky
>From 7e24227257f315e52fe0b494dc1253d2a0ce5dff Mon Sep 17 00:00:00 2001 From: Maxim Levitsky <[EMAIL PROTECTED]> Date: Fri, 23 Nov 2007 01:15:36 +0200 Subject: [PATCH] NET: dmfe: don't access configuration space in D3 state Accidently I reversed the order of pci_

NET: dmfe.c : fix access to card's pci config space in D3

2007-11-22 Thread Maxim Levitsky
Hi, I somehow assumed that pci_save_state should be called while device is powered off, but actually the opposite is true. Thus I am sending this patch to fix it. Sorry for this mistake, Best regards, Maxim Levitsky - To unsubscribe from this list: send the line

Re: [linux-pm] QUESTION: How to fix race between .suspend routine and watchdog timer

2007-10-28 Thread Maxim Levitsky
On Sunday 28 October 2007 00:24:10 Alan Stern wrote: > On Sat, 27 Oct 2007, Maxim Levitsky wrote: > > > > Use del_timer_sync(). It guarantees that when it returns, the timer > > > will be stopped and the timer routine will no longer be running on any > > > CPU

Re: [linux-pm] QUESTION: How to fix race between .suspend routine and watchdog timer

2007-10-27 Thread Maxim Levitsky
On Saturday 27 October 2007 21:17:55 Alan Stern wrote: > On Fri, 26 Oct 2007, Maxim Levitsky wrote: > > > > > Looking through the dmfe code, I noticed yet another possible race. > > > > A race between the .suspend, and a timer that serves both as a > > &

Re: [linux-pm] QUESTION: How to fix race between .suspend routine and watchdog timer

2007-10-26 Thread Maxim Levitsky
On Thursday 25 October 2007 19:02:12 Alan Stern wrote: > On Thu, 25 Oct 2007, Maxim Levitsky wrote: > > > Hi, > > > > Recently, trying to fix saa7134 suspend/resume problems I found that there > > is a race between IRQ handler and .suspend , and that I cant let

QUESTION: How to fix race between .suspend routine and watchdog timer

2007-10-24 Thread Maxim Levitsky
vers have and irq handler, and a timeout timer. Best regards, Maxim Levitsky - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2.6.20 5/5] dmfe: add support for wake on lan

2007-02-08 Thread Maxim Levitsky
>From Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH 2.6.20 5/5] dmfe: add support for wake on lan This patch adds support for WOL on Magic Packet and on link change Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- linux-2.6.20-mod/drivers/net/tulip/dmfe.c 2

[PATCH 2.6.20 4/5] dmfe: Add support for suspend/resume

2007-02-08 Thread Maxim Levitsky
>From Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH 2.6.20 4/5] dmfe: Add support for suspend/resume This adds support for suspend resume Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- --- linux-2.6.20-mod/drivers/net/tulip/dmfe.c 2007-02-08 21:49:19.0

[PATCH 2.6.20 3/5] dmfe: Fix link detection

2007-02-08 Thread Maxim Levitsky
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH 2.6.20 3/5] dmfe: Fix link detection Remove unused 'link_failed' and fix link detection on cards that use external PHY Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- --- linux-2.6.20-mod/drivers/net/tulip/dmf

[PATCH 2.6.20 2/5] dmfe: Fix two bugs

2007-02-08 Thread Maxim Levitsky
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject : [PATCH 2.6.20 2/5] dmfe: Fix two bugs Fix a oops on module removal due to deallocating memory before unregistring driver Fix a NULL pointer dereference when dev_alloc_skb fails Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --

[PATCH 2.6.20 1/5] dmfe : trivial/spelling fixes

2007-02-08 Thread Maxim Levitsky
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH 2.6.20 1/5] dmfe : trivial/spelling fixes Fix a typo, wrap lines on 80-th column, change KERN_ERR to KERN_INFO for link status message Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- --- linux-2.6.20-orig/drivers/net/

[PATCH] [RESEND] dmfe: number of fixes and features

2007-02-08 Thread Maxim Levitsky
Hi, I am resending updated version of patches I sent yesterday. Now I use gmail so patches shouldn't be corrupted. Also I cleaned them a lot. Looking for your comments, Your truly, Maxim Levitsky - To unsubscribe from this list: send the

Re: [PATCH] [NETDEV] [001] dmfe : trivial/spelling fixes

2007-02-08 Thread Maxim Levitsky
fix this introduced hanging close quote too > > > > something like: > > > > printk(DRV_NAME ": FU:%lx EC:%lx LC:%lx NC:%lx LOC:%lx TXJT:%lx " > >"RESET:%lx RCR8:%lx FAL:%lx TT:%lx\n", > > > > cheers, Joe > > Yes I w