Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-07-30 Thread Luís Picciochi Oliveira
On Sat, Jul 17, 2010 at 4:05 PM, Ben Hutchings b...@decadent.org.uk wrote:
 On Sat, 2010-07-03 at 14:04 +0100, Ben Hutchings wrote:
 On Thu, 2010-07-01 at 15:07 +0100, Luís Picciochi Oliveira wrote:
  Hi
  This patch seems to have fixed it. Here are the results of my testing:
 [...]
 Right.  So I'll need to do something a bit smarter to cover all devices.

 Can you test the attached patch against the Debian package of 2.6.32?

Just tested this.
There was no crash but something is not right: the interface is
identified as eth1 instead of the usual wlan0, and ifconfig says it
has no wireless extensions.

I patched the kernel with both patches:
rndis_host-Poll-status-channel-before-control-channel and
rndis_host-Poll-status-and-control-channels-concurre.patch


I'm attaching the syslog corresponding to the moment I plugged in the device.


I'm sorry, but I will not be available until near September to further
test this.


Best regards,
Pitxyoki
Jul 30 09:15:30 C-5 kernel: [  862.704021] usb 2-2: new full speed USB device 
using uhci_hcd and address 5
Jul 30 09:15:30 C-5 kernel: [  862.879533] usb 2-2: New USB device found, 
idVendor=13b1, idProduct=000e
Jul 30 09:15:30 C-5 kernel: [  862.879538] usb 2-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Jul 30 09:15:30 C-5 kernel: [  862.879542] usb 2-2: Product: Linksys Wireless-G 
USB Network Adapter with SpeedBooster
Jul 30 09:15:30 C-5 kernel: [  862.879545] usb 2-2: Manufacturer: Cisco-Linksys
Jul 30 09:15:30 C-5 kernel: [  862.879548] usb 2-2: SerialNumber: 
Jul 30 09:15:30 C-5 kernel: [  862.879672] usb 2-2: configuration #1 chosen 
from 1 choice
Jul 30 09:15:30 C-5 kernel: [  862.915061] usbcore: registered new interface 
driver cdc_ether
Jul 30 09:15:30 C-5 kernel: [  863.103625] eth1: register 'rndis_host' at 
usb-:00:1d.1-2, RNDIS device, 00:12:17:a0:b9:7c
Jul 30 09:15:30 C-5 kernel: [  863.103776] usbcore: registered new interface 
driver rndis_host
Jul 30 09:15:30 C-5 kernel: [  863.125533] cfg80211: Using static regulatory 
domain info
Jul 30 09:15:30 C-5 kernel: [  863.125538] cfg80211: Regulatory domain: US
Jul 30 09:15:30 C-5 kernel: [  863.125541]  (start_freq - end_freq @ 
bandwidth), (max_antenna_gain, max_eirp)
Jul 30 09:15:30 C-5 kernel: [  863.125547]  (2402000 KHz - 2472000 KHz @ 
4 KHz), (600 mBi, 2700 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125553]  (517 KHz - 519 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125558]  (519 KHz - 521 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125563]  (521 KHz - 523 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125567]  (523 KHz - 533 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125572]  (5735000 KHz - 5835000 KHz @ 
4 KHz), (600 mBi, 3000 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.126078] cfg80211: Calling CRDA for country: 
US
Jul 30 09:15:30 C-5 kernel: [  863.134315] usbcore: registered new interface 
driver rndis_wlan


# ifconfig eth1
eth1  Link encap:Ethernet  HWaddr 00:12:17:a0:b9:7c  
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

# iwconfig eth1
eth1  no wireless extensions.



Bug#590744: Fails to boot if /sbin/init is a symlink

2010-07-30 Thread Michael Biebl
On 30.07.2010 06:21, Michael Prokop wrote:

 
 Can you please give the following snapshot version a try:
 
   
 http://people.debian.org/~mika/initramfs-tools/initramfs-tools_0.97.3~1.gbp8d572e_all.deb
 

I've tested the following:
- /sbin/init being a relative symlink: works
- /sbin/init being an absolute symlink: works
- /sbin/init missing: correctly dropped to rescue shell, even if upstart
installed (/etc/init/)
- passing init=/bin/systemd on the boot command line: works
- passing bogus init=/sbin/foo on the boot command line: warning message that
requested init was not found, is displayed, but continues booting with 
/sbin/init.

So yes, it works correctly now for all cases I tested and expect.

Thanks!

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#590744: Fails to boot if /sbin/init is a symlink

2010-07-30 Thread Michael Biebl
On 30.07.2010 11:31, Michael Biebl wrote:
 On 30.07.2010 06:21, Michael Prokop wrote:
 

 Can you please give the following snapshot version a try:

   
 http://people.debian.org/~mika/initramfs-tools/initramfs-tools_0.97.3~1.gbp8d572e_all.deb

 
 I've tested the following:
 - /sbin/init being a relative symlink: works
 - /sbin/init being an absolute symlink: works
 - /sbin/init missing: correctly dropped to rescue shell, even if upstart
 installed (/etc/init/)
 - passing init=/bin/systemd on the boot command line: works
 - passing bogus init=/sbin/foo on the boot command line: warning message that
 requested init was not found, is displayed, but continues booting with 
 /sbin/init.
 
 So yes, it works correctly now for all cases I tested and expect.

Looking at the code, the only issue I see, is that validate_init is *always*
executed at least twice, even if we find a valid init at the first try.
This means, for most cases we unnecessarily execute validate_init at

# No init on rootmount
if ! validate_init ${init} ; then

Not that much of an issue, just an idea for a small optimization.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#590935: NFS client cannot access a share when the TCP connection status is TIME_WAIT

2010-07-30 Thread WEBER, Jean Francois
Package: nfs-common
Version: 1:1.1.2-6lenny2

After 5 minutes of inactivity of an nfs share, the status of the TCP connection 
between the client port (779 in the transcript below) and the NFS server port 
(2049) switches from ESTABLISHED to TIME_WAIT which is totally normal. 
Then, according to the default timeout value for the TIME_WAIT state, the 
connection remains in this state for one minute (60 seconds, which is twice the 
value of the MSL). If during this minute, another attempt to access the same 
NFS share is performed, an Input/output error is generated. After a minute the 
connection occurs normally with the same client port number (779 in the 
transcript below). Below is a transcript:

BEGINNING OF TRANSCRIPT ###
# netstat -na | grep 10.0.0.1 ; date
Fri Jul 30 10:22:18 CEST 2010
# mount -t nfs
10.0.0.1:/export/test on /share/test type nfs 
(rw,intr,rsize=8192,wsize=8192,addr=10.0.0.1)
# netstat -na | grep 10.0.0.1
# date; time ls /share/test/ ; date
Fri Jul 30 10:22:55 CEST 2010
testfile

real0m0.003s
user0m0.000s
sys 0m0.000s
Fri Jul 30 10:22:55 CEST 2010
# netstat -na | grep 10.0.0.1 ; date
tcp0  0 10.0.0.2:779   10.0.0.1:2049  ESTABLISHED
Fri Jul 30 10:23:58 CEST 2010
# netstat -na | grep 10.0.0.1 ; date
tcp0  0 10.0.0.2:779   10.0.0.1:2049  TIME_WAIT  
Fri Jul 30 10:28:08 CEST 2010
# date; time ls /share/test/ ; date
Fri Jul 30 10:28:16 CEST 2010
ls: cannot access /share/test/: Input/output error

real0m0.186s
user0m0.000s
sys 0m0.056s
Fri Jul 30 10:28:16 CEST 2010
# netstat -na | grep 10.0.0.1 ; date
tcp0  0 10.0.0.2:779   10.0.0.1:2049  TIME_WAIT  
Fri Jul 30 10:28:23 CEST 2010
# netstat -na | grep 10.0.0.1 ; date
Fri Jul 30 10:29:15 CEST 2010
# date; time ls /share/test/ ; date
Fri Jul 30 10:29:19 CEST 2010
testfile

real0m0.003s
user0m0.000s
sys 0m0.000s
Fri Jul 30 10:29:19 CEST 2010
# netstat -na | grep 10.0.0.1 ; date
tcp0  0 10.0.0.2:779   10.0.0.1:2049  ESTABLISHED
Fri Jul 30 10:29:22 CEST 2010
# 
END OF TRANSCRIPT ###

I am using Debian Lenny 2.6.26-2-amd64 #1 SMP Sun Jun 20 20:16:30 UTC 2010 
x86_64 GNU/Linux.

It should be noted that on other system/version (Last updates of Redhat 5.5, 
Ubuntu 10.04, Debian Squeeze/Sid), the behavior is slightly different: When the 
connection is reinstated during the TIME_WAIT minute, another port number 
(the client port number minus one) is used and the NFS share can be accessed 
without error.

Sincerely,
Jean-Francois C. Weber
Linux System Engineer
Phone: +33 1 70 44 04 17
jeanfrancois.we...@sfr.com
6 rue Nieuport
78140 Velizy-Villacoublay, France
www.sfrbusinessteam.fr



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/768d454025d7514c865396a778cde4b4aa294bc...@excv004.encara.local.ads



Bug#590658: linux-image-2.6.26-2-686-bigmem: 2.6.26-2 bigmem nfs4 kerberos kernel panic

2010-07-30 Thread Victor Gomes Do Vale

Ben Hutchings wrote:

On Wed, 2010-07-28 at 09:42 +0200, ulysse31 wrote:
[...]
  

 kernel:[63659.784275] invalid opcode:  [#1] SMP


[...]
  

 kernel:[63659.784275]  [c017b969] kmem_cache_alloc+0x47/0x87


[...]
  
 kernel:[63659.784275] Code: 8b 75 00 39 ee 75 15 8b 75 10 8d 45 10 c7 45 34 01 00 00 00 39 c6 0f 84 a5 00 00 00 8b 4c 24 0c 8b 81 98 00 00 00 39 


[...]

Although the code dump is incomplete, I was able to find a match.  This
byte sequence appears only in cache_alloc_refill().  There is a ud2a
instruction a few bytes further on which appears to correspond to this
assertion:

/*
 * The slab was either on partial or free list so
 * there must be at least one object available for
 * allocation.
 */
BUG_ON(slabp-inuse  0 || slabp-inuse = cachep-num);

This means that the free list has been corrupted in some way.  I don't
see any references to a bug in the NFS client that might do that -
though, just because the corruption is found when the NFS client is
active, doesn't mean it caused the corruption.

Before we investigate the software any further, please check the RAM on
the affected machine, e.g. using memtest86+.

Ben.

  

Hi again,

Well, I tested the memory with memtest86, it gave me nothing (2 pass clear).
I booted and set the X with vesa mode and nvidia unloaded yesterday, the 
machine was dead this morning.

Do you have other ideas ?
Thanks again for you time.





--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c52b640.7060...@cellectis.com



Bug#590744: Fails to boot if /sbin/init is a symlink

2010-07-30 Thread maximilian attems
On Fri, Jul 30, 2010 at 11:49:32AM +0200, Michael Biebl wrote:
 On 30.07.2010 11:31, Michael Biebl wrote:
  On 30.07.2010 06:21, Michael Prokop wrote:
  
 
  Can you please give the following snapshot version a try:
 

  http://people.debian.org/~mika/initramfs-tools/initramfs-tools_0.97.3~1.gbp8d572e_all.deb
 
  
  I've tested the following:
  - /sbin/init being a relative symlink: works
  - /sbin/init being an absolute symlink: works
  - /sbin/init missing: correctly dropped to rescue shell, even if upstart
  installed (/etc/init/)
  - passing init=/bin/systemd on the boot command line: works
  - passing bogus init=/sbin/foo on the boot command line: warning message 
  that
  requested init was not found, is displayed, but continues booting with 
  /sbin/init.
  
  So yes, it works correctly now for all cases I tested and expect.
 
 Looking at the code, the only issue I see, is that validate_init is *always*
 executed at least twice, even if we find a valid init at the first try.
 This means, for most cases we unnecessarily execute validate_init at
 
 # No init on rootmount
 if ! validate_init ${init} ; then
 
 Not that much of an issue, just an idea for a small optimization.
 

please this is executed on every boot, could we have a fastforward
path for the common cases.
dracut probably solved this long ago, please have a look there
what fedora guys are doing.

thanks.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100730110430.go19...@baikonur.stro.at



Processed: bug 590327 is forwarded to https://bugzilla.kernel.org/show_bug.cgi?id=16481

2010-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 forwarded 590327 https://bugzilla.kernel.org/show_bug.cgi?id=16481
Bug #590327 [linux-2.6] linux-image-2.6.32-5-amd64: Unbalanced enable for IRQ 19
Ignoring request to change the forwarded-to-address of bug#590327 to the same 
value

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
590327: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590327
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128050036213325.transcr...@bugs.debian.org



Bug#590959: idmapd only working in one direction

2010-07-30 Thread Armin Fuerst
Package: nfs-common
Version: 1:1.1.2-6lenny2

I tried to set up nfsv4 between two lenny-installations where users have
different UIDs.

Server: User xyz has UID 1000
Client: User xyz has UID 501

/etc/exports (server) contains:

/exports  with options: rw,fsid=0,insecure,no_subtree_check,sync
/exports/home  with optione: rw,nohide,insecure,no_subtree_check,sync


/etc/default/nfs-common (server+client)
NEED_STATD=no
STATDOPTS=
NEED_IDMAPD=yes
NEED_GSSD=

/etc/idmapd.conf is identical on server+client

mount server:/home /mnt/ -t nfs4

ls -l /mnt translates user and group properly.
touch /mnt/xxx creates a file with UID 501 on the server / should be
UID 1000




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c52e325.60...@beko.at



Processed: tagging 588574

2010-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 588574 + pending
Bug #588574 [linux-2.6] [ia64] gdb FTBFS and freezes / reboots the machine
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
588574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128050103218577.transcr...@bugs.debian.org



Processed: tagging 590327

2010-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 590327 - moreinfo
Bug #590327 [linux-2.6] linux-image-2.6.32-5-amd64: Unbalanced enable for IRQ 19
Removed tag(s) moreinfo.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
590327: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590327
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128050138621914.transcr...@bugs.debian.org



Processed: reassign 590935 to linux-2.6

2010-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 reassign 590935 linux-2.6 2.6.26-24
Bug #590935 [nfs-common] NFS client cannot access a share when the TCP 
connection status is TIME_WAIT
Bug reassigned from package 'nfs-common' to 'linux-2.6'.
Bug No longer marked as found in versions nfs-utils/1:1.1.2-6lenny2.
Bug #590935 [linux-2.6] NFS client cannot access a share when the TCP 
connection status is TIME_WAIT
There is no source info for the package 'linux-2.6' at version '2.6.26-24' with 
architecture ''
Unable to make a source version for version '2.6.26-24'
Bug Marked as found in versions 2.6.26-24.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
590935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128050147523030.transcr...@bugs.debian.org



Processed: Re: [Pkg-samba-maint] Bug#590923: smbclient: Mounted directory does not show all directories or hung up

2010-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 590923 linux-2.6
Bug #590923 [smbclient] smbclient: Mounted directory does not show all 
directories or hung up
Bug reassigned from package 'smbclient' to 'linux-2.6'.
Bug No longer marked as found in versions 2:3.2.5-4lenny9.
 severity 590923 important
Bug #590923 [linux-2.6] smbclient: Mounted directory does not show all 
directories or hung up
Severity set to 'important' from 'critical'

 tags 590923 moreinfo
Bug #590923 [linux-2.6] smbclient: Mounted directory does not show all 
directories or hung up
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590923
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128050872027006.transcr...@bugs.debian.org



Processed: tagging 590193

2010-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 590193 + pending
Bug #590193 [linux-2.6] i915: fix for intel gen3 hangs
Ignoring request to alter tags of bug #590193 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
590193: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590193
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128051654827983.transcr...@bugs.debian.org



Bug#585625: Switch to i915/KMS lefts console unusable

2010-07-30 Thread Andrew Lee
Hi Ben and others,

On 2010年07月30日 01:47, Andrew Lee wrote:
 Hi Ben and others,
 
 On 2010年07月27日 18:25, Ben Hutchings wrote:
 Since we applied all the DRM changes from Linux 2.6.33 in 2.6.32-10, you
 could start bisecting with this command:

 git bisect v2.6.33 v2.6.32 drivers/gpu/drm/i915
 
 I never did bisect before. I have been trying my first time. It has been
 compiling and compiling and compiling and compiling kernel on my
 laptop.
 
 I relized I have limited time to get together with our people in DebCamp
 and DebConfr. I am not sure if this is a bester way to do it and
 saves time?

Okay. The bisect is finished. I skiped last few steps cause the kernel
failed to build. I attach the log file. (I don't really know how to
report the bisect result properly, please explain more if I did it wrong)

Hope this helpful,

-Andrew
git bisect start 'drivers/gpu/drm/i915'
# bad: [60b341b778cc2929df16c0a504c91621b3c6a4ad] Linux 2.6.33
git bisect bad 60b341b778cc2929df16c0a504c91621b3c6a4ad
# good: [22763c5cf3690a681551162c15d34d935308c8d7] Linux 2.6.32
git bisect good 22763c5cf3690a681551162c15d34d935308c8d7
# good: [3ef884b4c04e857c283cc77ca70ad8f638d94b0e] Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
git bisect good 3ef884b4c04e857c283cc77ca70ad8f638d94b0e
# good: [6a304caf0bf9c429fc261f260b86cabf5bde2cbb] drm/i915: Read the response after issuing DDC bus switch command
git bisect good 6a304caf0bf9c429fc261f260b86cabf5bde2cbb
# good: [f034b12dbb5749b11e9390e15e93ffa87ece8038] drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
git bisect good f034b12dbb5749b11e9390e15e93ffa87ece8038
# bad: [fd2e8ea597222b8f38ae8948776a61ea7958232e] drm/i915: Increase fb alignment to 64k
git bisect bad fd2e8ea597222b8f38ae8948776a61ea7958232e
# good: [93533c291a0af78ca57115fc44d2e6c4c9517cd2] drm/i915: Fix leak of relocs along do_execbuffer error path
git bisect good 93533c291a0af78ca57115fc44d2e6c4c9517cd2
# skip: [f6510ec5a96d07897a109ad8919c6af5e9b3f4bc] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
git bisect skip f6510ec5a96d07897a109ad8919c6af5e9b3f4bc
# skip: [b91ad0ec52770dcb622b94fc1f57e076686f427a] drm/i915: Rework DPLL calculation parameters for Ironlake
git bisect skip b91ad0ec52770dcb622b94fc1f57e076686f427a
# skip: [4bdadb9785696439c6e2b3efe34aa76df1149c83] drm/i915: Selectively enable self-reclaim
git bisect skip 4bdadb9785696439c6e2b3efe34aa76df1149c83
# skip: [99fcb766a3a50466fe31d743260a3400c1aee855] drm/i915: Update write_domains on active list after flush.
git bisect skip 99fcb766a3a50466fe31d743260a3400c1aee855


Bug#585625: Switch to i915/KMS lefts console unusable

2010-07-30 Thread Ben Hutchings
On Fri, 2010-07-30 at 01:47 -0400, Andrew Lee wrote:
 Hi Ben and others,
 
 On 2010年07月27日 18:25, Ben Hutchings wrote:
  Since we applied all the DRM changes from Linux 2.6.33 in 2.6.32-10, you
  could start bisecting with this command:
  
  git bisect v2.6.33 v2.6.32 drivers/gpu/drm/i915
 
 I never did bisect before. I have been trying my first time. It has been
 compiling and compiling and compiling and compiling kernel on my
 laptop.
 
 I relized I have limited time to get together with our people in DebCamp
 and DebConfr. I am not sure if this is a bester way to do it and
 saves time?
 
  And should I also test 2.6.35-rc5 vanilla kernel to see if I can
  reproduce this problem still?
  
  I suggest you test a 2.6.35-rc6 kernel package from experimental.
 
 Let me report this test first. It doesn't work and had problem the
 screen is blank.
 
 Hope this helpful,

Please report this upstream at https://bugs.freedesktop.org/ under
product 'DRI', component 'DRM/Intel', version 'unspecified'.  Include
the result of your bisection, which is that the breaking change is one
of:

commit fd2e8ea597222b8f38ae8948776a61ea7958232e
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Tue Feb 9 14:14:36 2010 +

drm/i915: Increase fb alignment to 64k

commit 99fcb766a3a50466fe31d743260a3400c1aee855
Author: Daniel Vetter daniel.vet...@ffwll.ch
Date:   Sun Feb 7 16:20:18 2010 +0100

drm/i915: Update write_domains on active list after flush.

commit b91ad0ec52770dcb622b94fc1f57e076686f427a
Author: Zhenyu Wang zhen...@linux.intel.com
Date:   Fri Feb 5 09:14:17 2010 +0800

drm/i915: Rework DPLL calculation parameters for Ironlake

commit 4bdadb9785696439c6e2b3efe34aa76df1149c83
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Wed Jan 27 13:36:32 2010 +

drm/i915: Selectively enable self-reclaim

The last of these is known to have introduced some bugs, but those are
supposed to have been fixed in 2.6.35-rc6 or earlier.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


signature.asc
Description: Digital signature


Bug#590923: (forw) AW: [Pkg-samba-maint] Bug#590923: smbclient: Mounted directory does not show all directories or hung up

2010-07-30 Thread Christian PERRIER
- Forwarded message from Jaekle, Andreas andreas.jae...@stahlgruber.de 
-

Date: Fri, 30 Jul 2010 13:55:47 +0200
From: Jaekle, Andreas andreas.jae...@stahlgruber.de
To: Christian PERRIER bubu...@debian.org
Subject: AW: [Pkg-samba-maint] Bug#590923: smbclient: Mounted directory does 
not show all directories or hung up
X-CRM114-Status: UNSURE (1.2189) This message is 'unsure'; please train it!

Dear Christian,

this is my kernel version :

Linux presenter 2.6.26-2-686 #1 SMP Tue Mar 9 17:35:51 UTC 2010 i686 GNU/Linux

If necessary I can setup a new virtual machine with a testing or unstable 
version.


Regards

i. A. Andreas Jäkle
Leiter PC-Support (dv-pc)

STAHLGRUBER GmbH
Gruber Straße 65 * 85586 Poing
Postfach 11 60 * 85580 Poing
Telefon: 08121 707-77551
Fax: 08121 707-66551
andreas.jae...@stahlgruber.de 


-Ursprüngliche Nachricht-
Von: Christian PERRIER [mailto:bubu...@debian.org] 
Gesendet: Freitag, 30. Juli 2010 12:50
An: Jaekle, Andreas; 590...@bugs.debian.org
Betreff: Re: [Pkg-samba-maint] Bug#590923: smbclient: Mounted directory does 
not show all directories or hung up

Quoting Jaekle, Andreas (andreas.jae...@stahlgruber.de):
 Package: smbclient
 Version: 2:3.2.5-4lenny9
 Severity: critical
 Justification: breaks the whole system
 
 When I cifs mount a directory from a Netapp-Filer ONTAP 7.3.2 with a 
 lot of subdirectories in it (~3000) and do a ls to get a directory 
 listing the machine hangs up or I can just see a part of the 
 directories.


Are you in position to try reproducing this with a machine using testing or 
unstable? There are chances that this is a problem in the cifs kernel module 
rather than client utilities. So, we also need to know the version of the 
kernel packages you're using


- End forwarded message -

-- 




signature.asc
Description: Digital signature


Bug#585625: Switch to i915/KMS lefts console unusable

2010-07-30 Thread Andrew Lee
On 2010年07月30日 18:00, Ben Hutchings wrote:
 Please report this upstream at https://bugs.freedesktop.org/ under
 product 'DRI', component 'DRM/Intel', version 'unspecified'.  Include
 the result of your bisection, which is that the breaking change is one

The result in my last email took me two days with my skill. I am sorry
that I cannot do what you are asking.

Best wishes,

-Andrew



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c534ef6.3050...@debian.org



Bug#585625: Switch to i915/KMS lefts console unusable

2010-07-30 Thread Ben Hutchings
On Fri, Jul 30, 2010 at 06:15:18PM -0400, Andrew Lee wrote:
 On 2010年07月30日 18:00, Ben Hutchings wrote:
  Please report this upstream at https://bugs.freedesktop.org/ under
  product 'DRI', component 'DRM/Intel', version 'unspecified'.  Include
  the result of your bisection, which is that the breaking change is one
 
 The result in my last email took me two days with my skill. I am sorry
 that I cannot do what you are asking.
 
I'm just asking you to pass on the information that you have, not to
complete the bisection.  I'm asking you to make the report yourself so
that the upstream developers will send any further questions to you.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


signature.asc
Description: Digital signature


Bug#591024: A cleanup of the nfs script in initramfs-tools

2010-07-30 Thread wolfle
Package: initramfs-tools
Version: 0.97.2

The attachment is a cleanup patch of the scripts/nfs.



  

initramfs-tools-0.92.2-nfs.patch
Description: Binary data


Bug#591025: Remove the irrelevent BOOT in initramfs.conf - patch available

2010-07-30 Thread wolfle
Package: initramfs-tools
Version: 0.97.2

The BOOT switch should not be set in the initramfs.conf. 
It should be determined in boot time by the boot commandline, by 
either explicitly a boot=foo or implicitly such as root=/root/nfs.

I suggest that the BOOT directive in initramfs.conf be deprecated.

The attachment is a simple patch to achieve this.


  

initramfs-tools-0.92.2.patch
Description: Binary data