From: Romano Giannetti <romano.giannetti@gmail.com>
To: Chris Wright <chrisw@sous-sol.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch 00/69] -stable review
Date: Wed, 23 May 2007 09:15:18 +0200 [thread overview]
Message-ID: <1179904518.7043.15.camel@localhost> (raw)
In-Reply-To: <20070521212522.GL3429@sequoia.sous-sol.org>
(resent, using gmail)
On Mon, 2007-05-21 at 14:25 -0700, Chris Wright wrote:
> * Linus Torvalds (torvalds@linux-foundation.org) wrote:
> > On Mon, 21 May 2007, Chuck Ebbert wrote:
> > >
> > > What happened to:
> > >
> > > "Fix ACPI suspend / device suspend ordering problem"
> > > 52ade9b3b97fd3bea42842a056fe0786c28d0555
> >
> > I would suggest waiting on problem reports for that one a bit longer.
>
> It's queued for the next 21.y stable, to give it a little more time.
>
It's an useful patch for me. Without it, my sony vaio pcg-fx701 was very
erratic in resume (kernel 2.6.21.1; it works well with the .17 ubuntu
kernel). With this patch, I have done 7 cycles flawlessly. Even the
out-of-tree rtl8180 wireless driver [1] works ok across resumes.
The only problem is that there is an gaping delay of 60 seconds (more or
less) on resume. I have the syslog trace copied below; could be a timer
problem? Is it known? (It is scaring because the laptop seems dead
during this time. I'm not and expert, but it seems here:
[ 1.617972] pcmcia: registering new device pcmcia1.0
[ 61.612517] PM: Writing back config space on device 0000:00:[...]
...and time do not advance.
Romano
[1] http://rtl-wifi.sourceforge.net/wiki/Main_Page
May 22 17:55:28 localhost kernel: [ 0.565042] Back to C!
May 22 17:55:28 localhost kernel: [ 0.566588] Applying VIA southbridge workaround.
May 22 17:55:28 localhost kernel: [ 0.566598] PCI: Disabling Via external APIC routing
May 22 17:55:28 localhost kernel: [ 0.595156] PM: Writing back config space on device 0000:00:00.0 at offset 1 (was 2100006, writing b2100006)
May 22 17:55:28 localhost kernel: [ 0.595181] PM: Writing back config space on device 0000:00:01.0 at offset 9 (was fff0, writing 40004000)
May 22 17:55:28 localhost kernel: [ 0.595207] PCI: Setting latency timer of device 0000:00:01.0 to 64
May 22 17:55:28 localhost kernel: [ 0.605346] ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 9 (level, low) -> IRQ 9
May 22 17:55:28 localhost kernel: [ 0.605355] PCI: Setting latency timer of device 0000:00:07.2 to 64
May 22 17:55:28 localhost kernel: [ 0.605395] usb usb1: root hub lost power or was reset
May 22 17:55:28 localhost kernel: [ 0.616334] ACPI: PCI Interrupt 0000:00:07.3[D] -> Link [LNKD] -> GSI 9 (level, low) -> IRQ 9
May 22 17:55:28 localhost kernel: [ 0.616342] PCI: Setting latency timer of device 0000:00:07.3 to 64
May 22 17:55:28 localhost kernel: [ 0.616379] usb usb2: root hub lost power or was reset
May 22 17:55:28 localhost kernel: [ 0.629345] ACPI: PCI Interrupt 0000:00:07.5[C] -> Link [LNKC] -> GSI 5 (level, low) -> IRQ 5
May 22 17:55:28 localhost kernel: [ 0.629356] PCI: Setting latency timer of device 0000:00:07.5 to 64
May 22 17:55:28 localhost kernel: [ 1.617815] pccard: PCMCIA card inserted into slot 1
May 22 17:55:28 localhost kernel: [ 1.617972] pcmcia: registering new device pcmcia1.0
May 22 17:55:28 localhost kernel: [ 61.612517] PM: Writing back config space on device 0000:00:0e.0 at offset 3 (was 8, writing 4008)
May 22 17:55:28 localhost kernel: [ 61.612526] PM: Writing back config space on device 0000:00:0e.0 at offset 1 (was 2100012, writing 2100016)
May 22 17:55:28 localhost kernel: [ 61.663580] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[9] MMIO=[e8004000-e80047ff] Max Packet=[2048] IR/IT contexts=[4/8]
May 22 17:55:28 localhost kernel: [ 61.666769] PM: Writing back config space on device 0000:00:10.0 at offset 5 (was 0, writing e8004800)
May 22 17:55:28 localhost kernel: [ 61.666777] PM: Writing back config space on device 0000:00:10.0 at offset 4 (was 1, writing 1801)
May 22 17:55:28 localhost kernel: [ 61.666785] PM: Writing back config space on device 0000:00:10.0 at offset 1 (was 2900000, writing 2900003)
May 22 17:55:28 localhost kernel: [ 61.668452] pnp: Device 00:08 activated.
May 22 17:55:28 localhost kernel: [ 61.668484] pnp: Failed to activate device 00:0a.
May 22 17:55:28 localhost kernel: [ 61.668501] pnp: Failed to activate device 00:0b.
May 22 17:55:28 localhost kernel: [ 62.713961] usbdev1.2_ep00: PM: resume from 0, parent 1-2 still 2
May 22 17:55:28 localhost kernel: [ 62.713968] usbhid 1-2:1.0: PM: resume from 2, parent 1-2 still 2
May 22 17:55:28 localhost kernel: [ 62.713972] usbdev1.2_ep81: PM: resume from 0, parent 1-2:1.0 still 2
May 22 17:55:28 localhost kernel: [ 62.713977] usbdev1.2: PM: resume from 0, parent 1-2 still 2
May 22 17:55:28 localhost kernel: [ 62.714451] Restarting tasks ... done.
May 22 17:55:28 localhost kernel: [ 62.799267] pcmcia: request for exclusive IRQ could not be fulfilled.
May 22 17:55:28 localhost kernel: [ 62.799279] pcmcia: the driver needs updating to supported shared IRQ lines.
May 22 17:55:28 localhost kernel: [ 62.842007] eth0: 3Com 3c589, io 0x300, irq 3, hw_addr 00:00:86:1A:4E:A8
May 22 17:55:28 localhost kernel: [ 62.842019] 8K FIFO split 5:3 Rx:Tx, auto xcvr
May 22 17:55:28 localhost kernel: [ 62.843128] pcmcia: registering new device pcmcia1.1
May 22 17:55:28 localhost kernel: [ 62.843327] pcmcia: request for exclusive IRQ could not be fulfilled.
May 22 17:55:28 localhost kernel: [ 62.843331] pcmcia: the driver needs updating to supported shared IRQ lines.
May 22 17:55:28 localhost kernel: [ 62.883453] usb 1-2: USB disconnect, address 2
May 22 17:55:28 localhost firmware_helper[6082]: main: error loading '/lib/firmware/3CXEM556.cis' for device '/class/firmware/1.0' with driver '(unknown)'
May 22 17:55:28 localhost kernel: [ 62.898934] 1.1: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
May 22 17:55:28 localhost gnome-power-manager: (romano) Resuming computer
May 22 17:55:29 localhost kernel: [ 63.122753] usb 1-2: new low speed USB device using uhci_hcd and address 3
May 22 17:55:29 localhost kernel: [ 63.266890] usb 1-2: configuration #1 chosen from 1 choice
May 22 17:55:29 localhost kernel: [ 63.283145] input: HID 062a:0001 as /class/input/input8
May 22 17:55:29 localhost kernel: [ 63.283254] input: USB HID v1.10 Mouse [HID 062a:0001] on usb-0000:00:07.2-2
May 22 17:55:31 localhost kernel: [ 65.443554] tsdev (compaq touchscreen emulation) is scheduled for removal.
May 22 17:55:31 localhost kernel: [ 65.443560] See Documentation/feature-removal-schedule.txt for details.
May 22 17:55:32 localhost kernel: [ 66.383183] 8139too Fast Ethernet driver 0.9.28
May 22 17:55:32 localhost kernel: [ 66.384536] ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
May 22 17:55:32 localhost kernel: [ 66.385555] eth0: RealTek RTL8139 at 0xe0bae800, 08:00:46:6e:93:a8, IRQ 10
May 22 17:55:32 localhost kernel: [ 66.385562] eth0: Identified 8139 chip type 'RTL-8139C'
May 22 17:55:33 localhost kernel: [ 67.631633] input: Power Button (FF) as /class/input/input9
May 22 17:55:33 localhost kernel: [ 67.631865] ACPI: Power Button (FF) [PWRF]
May 22 17:55:33 localhost kernel: [ 67.632345] input: Sleep Button (CM) as /class/input/input10
May 22 17:55:33 localhost kernel: [ 67.642920] ACPI: Sleep Button (CM) [SBTN]
May 22 17:55:33 localhost kernel: [ 67.643101] input: Lid Switch as /class/input/input11
May 22 17:55:33 localhost kernel: [ 67.643130] ACPI: Lid Switch [LID]
May 22 17:55:33 localhost kernel: [ 68.336279] ACPI: Thermal Zone [THRM] (51 C)
May 22 17:55:34 localhost kernel: [ 68.494424] ACPI: AC Adapter [ACAD] (on-line)
May 22 17:55:34 localhost kernel: [ 68.853089] ACPI: Battery Slot [BAT1] (battery present)
May 22 17:55:34 localhost kernel: [ 68.857492] ACPI: Battery Slot [BAT2] (battery absent)
May 22 17:55:34 localhost anacron[6386]: Anacron 2.3 started on 2007-05-22
May 22 17:55:34 localhost anacron[6386]: Normal exit (0 jobs run)
next prev parent reply other threads:[~2007-05-23 7:15 UTC|newest]
Thread overview: 196+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-21 19:16 [patch 00/69] -stable review Chris Wright
2007-05-21 19:16 ` [patch 01/69] ipv6: track device renames in snmp6 Chris Wright
2007-05-21 19:16 ` [patch 02/69] sis900: Allocate rx replacement buffer before rx operation Chris Wright
2007-05-21 19:16 ` [patch 03/69] smc911x: fix compilation breakage wjen debug is on Chris Wright
2007-05-21 19:16 ` [patch 04/69] ACPI: Fix 2.6.21 boot regression on P4/HT Chris Wright
2007-05-21 19:16 ` [patch 05/69] cxacru: Fix infinite loop when trying to cancel polling task Chris Wright
2007-05-21 19:16 ` [patch 06/69] reiserfs: suppress lockdep warning Chris Wright
2007-05-21 19:16 ` [patch 07/69] libata-sff: Undo bug introduced with pci_iomap changes Chris Wright
2007-05-21 23:18 ` Linus Torvalds
2007-05-21 23:33 ` Jeff Garzik
2007-05-21 23:38 ` Linus Torvalds
2007-05-21 23:38 ` [stable] " Chris Wright
2007-05-22 0:36 ` Alan Cox
2007-05-22 1:09 ` Chris Wright
2007-05-22 1:46 ` Chris Wright
2007-05-22 0:34 ` Alan Cox
2007-05-21 19:16 ` [patch 08/69] iop: fix iop_getttimeoffset Chris Wright
2007-05-21 19:16 ` [patch 09/69] iop13xx: fix i/o address translation Chris Wright
2007-05-21 19:16 ` [patch 10/69] kbuild: fixdep segfault on pathological string-o-death Chris Wright
2007-05-21 19:16 ` [patch 11/69] NETFILTER: {ip,nf}_nat_proto_gre: do not modify/corrupt GREv0 packets through NAT Chris Wright
2007-05-21 19:16 ` [patch 12/69] sata_via: add missing PM hooks Chris Wright
2007-05-21 19:16 ` [patch 13/69] arm: fix handling of svc mode undefined instructions Chris Wright
2007-05-21 19:16 ` [patch 14/69] oom: fix constraint deadlock Chris Wright
2007-05-21 19:16 ` [patch 15/69] slob: fix page order calculation on not 4KB page Chris Wright
2007-05-21 19:16 ` [patch 16/69] ppp: Fix ppp_deflate issues with recent zlib_inflate changes Chris Wright
2007-05-21 19:16 ` [patch 17/69] knfsd: Avoid use of unitialised variables on error path when nfs exports Chris Wright
2007-05-21 19:16 ` [patch 18/69] knfsd: rpc: fix server-side wrapping of krb5i replies Chris Wright
2007-05-21 19:16 ` [patch 19/69] skge: default WOL should be magic only (rev2) Chris Wright
2007-05-21 19:16 ` [patch 20/69] skge: allow WOL except for known broken chips Chris Wright
2007-05-21 19:16 ` [patch 21/69] TG3: Fix TSO bugs Chris Wright
2007-05-21 19:16 ` [patch 22/69] TG3: Remove reset during MAC address changes Chris Wright
2007-05-21 19:16 ` [patch 23/69] TG3: Update version and reldate Chris Wright
2007-05-21 19:16 ` [patch 24/69] BNX2: Fix TSO problem with small MSS Chris Wright
2007-05-21 19:16 ` [patch 25/69] BNX2: Block MII access when ifdown Chris Wright
2007-05-21 19:16 ` [patch 26/69] BNX2: Save PCI state during suspend Chris Wright
2007-05-21 19:16 ` [patch 27/69] BNX2: Update version and reldate Chris Wright
2007-05-21 19:16 ` [patch 28/69] highres/dyntick: prevent xtime lock contention Chris Wright
2007-05-21 19:16 ` [patch 29/69] fat: fix VFAT compat ioctls on 64-bit systems Chris Wright
2007-05-21 19:16 ` [patch 30/69] udf: decrement correct link count in udf_rmdir Chris Wright
2007-05-21 19:16 ` [patch 31/69] IPV6: Fix slab corruption running ip6sic Chris Wright
2007-05-21 19:16 ` [patch 32/69] NETPOLL: Fix TX queue overflow in trapped mode Chris Wright
2007-05-21 19:16 ` [patch 33/69] NETPOLL: Remove CONFIG_NETPOLL_RX Chris Wright
2007-05-21 19:16 ` [patch 34/69] SCTP: Fix sctp_getsockopt_local_addrs_old() to use local storage Chris Wright
2007-05-21 19:16 ` [patch 35/69] SCTP: Correctly copy addresses in sctp_copy_laddrs Chris Wright
2007-05-21 19:16 ` [patch 36/69] TCP: zero out rx_opt in tcp_disconnect() Chris Wright
2007-05-21 19:16 ` [patch 37/69] fix leaky resv_huge_pages when cpuset is in use Chris Wright
2007-05-21 19:16 ` [patch 38/69] clocksource: fix resume logic Chris Wright
2007-05-21 19:16 ` [patch 39/69] md: Avoid a possibility that a read error can wrongly propagate through md/raid1 to a filesystem Chris Wright
2007-05-21 19:16 ` [patch 40/69] driver-core: dont free devt_attr till the device is released Chris Wright
2007-05-21 19:16 ` [patch 41/69] pci-quirks: disable MSI on RS400-200 and RS480 Chris Wright
2007-05-21 19:16 ` [patch 42/69] fix for bugzilla 8426: massive slowdown on SCSI CD/DVD drive connected to mptspi driver Chris Wright
2007-05-21 19:16 ` [patch 43/69] i386: HPET, check if the counter works Chris Wright
2007-05-21 19:58 ` Thomas Gleixner
2007-05-21 20:25 ` Thomas Gleixner
2007-05-21 20:33 ` Chris Wright
2007-05-21 20:36 ` Thomas Gleixner
2007-05-21 21:57 ` Andrew Morton
2007-05-21 22:12 ` Thomas Gleixner
2007-06-05 16:52 ` dean gaudet
2007-06-05 16:56 ` dean gaudet
2007-06-05 16:58 ` Linus Torvalds
2007-05-21 19:16 ` [patch 44/69] ALSA: hda-codec - Fix resume of STAC92xx codecs Chris Wright
2007-05-21 19:16 ` [patch 45/69] IPMI: fix SI address space settings Chris Wright
2007-05-21 19:16 ` [patch 46/69] [PATCH] x86_64 : Fix vgettimeofday() Chris Wright
2007-05-21 19:16 ` [patch 47/69] IPV6: Send ICMPv6 error on scope violations Chris Wright
2007-05-21 19:17 ` [patch 48/69] IPV6: Do no rely on skb->dst before it is assigned Chris Wright
2007-05-21 19:17 ` [patch 49/69] IPV6 ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry Chris Wright
2007-05-21 19:17 ` [patch 50/69] IPV6: Reverse sense of promisc tests in ip6_mc_input Chris Wright
2007-05-21 19:17 ` [patch 51/69] NET_SCHED: prio qdisc boundary condition Chris Wright
2007-05-21 19:17 ` [patch 52/69] SCTP: Prevent OOPS if hmac modules didnt load Chris Wright
2007-05-21 19:17 ` [patch 53/69] IPSEC: Check validity of direction in xfrm_policy_byid Chris Wright
2007-05-21 19:17 ` [patch 54/69] SPARC64: Add missing cpus_empty() check in hypervisor xcall handling Chris Wright
2007-05-21 19:17 ` [patch 55/69] SPARC64: Fix recursion in PROM tree building Chris Wright
2007-05-21 19:17 ` [patch 56/69] SERIAL SUNHV: Add an ID string Chris Wright
2007-05-21 19:17 ` [patch 57/69] SPARC64: Bump PROMINTR_MAX to 32 Chris Wright
2007-05-21 19:17 ` [patch 58/69] SPARC64: Be more resiliant with PCI I/O space regs Chris Wright
2007-05-21 19:17 ` [patch 59/69] sky2: allow 88E8056 Chris Wright
2007-05-21 19:17 ` [patch 60/69] sky2: 88e8071 support not ready Chris Wright
2007-05-21 19:17 ` [patch 61/69] skge: crash on shutdown/suspend Chris Wright
2007-05-21 19:17 ` [patch 62/69] sky2: fix oops on shutdown Chris Wright
2007-05-21 19:17 ` [patch 63/69] USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release() Chris Wright
2007-05-21 19:17 ` [patch 64/69] JFS: Fix race waking up jfsIO kernel thread Chris Wright
2007-05-21 19:17 ` [patch 65/69] NETFILTER: {ip,nf}_conntrack: fix use-after-free in helper destroy callback invocation Chris Wright
2007-05-21 19:17 ` [patch 66/69] CPUFREQ: Support rev H AMD64s in powernow-k8 Chris Wright
2007-05-21 19:17 ` [patch 67/69] CPUFREQ: Correct revision mask for powernow-k8 Chris Wright
2007-05-21 19:17 ` [patch 68/69] CPUFREQ: powernow-k7: fix MHz rounding issue with perflib Chris Wright
2007-05-21 19:17 ` [patch 69/69] CRYPTO: api: Read module pointer before freeing algorithm Chris Wright
2007-05-21 19:31 ` [patch 00/69] -stable review Andrew Morton
2007-05-21 20:31 ` [stable] " Chris Wright
2007-05-21 21:38 ` Eric Dumazet
2007-05-21 22:13 ` Chris Wright
2007-05-21 22:20 ` Adrian Bunk
2007-05-21 22:23 ` Chuck Ebbert
2007-05-21 22:35 ` [stable] " Chris Wright
2007-05-23 1:28 ` Fortier,Vincent [Montreal]
2007-05-23 3:36 ` [stable] " Greg KH
2007-05-23 11:02 ` Fortier,Vincent [Montreal]
2007-05-23 15:12 ` Greg KH
2007-05-21 20:54 ` Chuck Ebbert
2007-05-21 21:07 ` Linus Torvalds
2007-05-21 21:25 ` Chris Wright
[not found] ` <1179870110.16656.2.camel@localhost>
2007-05-22 22:07 ` Linus Torvalds
2007-05-23 7:09 ` Romano Giannetti
2007-05-23 7:19 ` Paolo Ornati
2007-05-23 7:38 ` Romano Giannetti
2007-05-24 12:06 ` Romano Giannetti
2007-05-24 15:06 ` Long delay in resume from RAM (Was Re: [patch 00/69] -stablereview) Romano Giannetti
2007-05-24 15:28 ` Linus Torvalds
2007-05-24 15:52 ` Linus Torvalds
2007-05-24 20:21 ` Romano Giannetti
2007-05-24 20:33 ` Linus Torvalds
2007-05-24 20:35 ` Linus Torvalds
2007-05-24 21:36 ` Romano Giannetti
2007-05-24 20:14 ` Romano Giannetti
2007-05-24 21:01 ` Andrew Morton
2007-05-24 21:12 ` Sam Ravnborg
2007-05-24 21:21 ` Andrew Morton
2007-05-25 5:12 ` Sam Ravnborg
2007-05-24 21:51 ` Romano Giannetti
2007-05-24 22:30 ` Johannes Stezenbach
2007-05-24 21:28 ` Romano Giannetti
[not found] ` <alpine.LFD.0.98.0705240815530.26602@woody.linux-foundation.org >
2007-05-24 22:14 ` Long delay in resume from RAM (Was Re: [patch 00/69]-stablereview) Romano Giannetti
2007-05-24 22:49 ` Linus Torvalds
[not found] ` <alpine.LFD.0.98.0705241549130.26602@woody.linux-foundation.org >
2007-05-25 8:52 ` Romano Giannetti
2007-05-25 9:22 ` Romano Giannetti
2007-05-25 16:19 ` Linus Torvalds
2007-05-24 16:16 ` [patch 00/69] -stable review Linus Torvalds
2007-05-24 20:04 ` pcmcia resume 60 second hang. " Pavel Machek
2007-05-24 20:27 ` Linus Torvalds
2007-05-24 21:03 ` Rafael J. Wysocki
2007-05-24 22:00 ` Pavel Machek
2007-05-24 22:10 ` Linus Torvalds
2007-05-24 22:17 ` Pavel Machek
2007-05-24 22:53 ` Linus Torvalds
2007-05-24 23:18 ` Pavel Machek
2007-05-25 0:37 ` Linus Torvalds
2007-05-25 1:55 ` Nigel Cunningham
2007-05-25 2:10 ` Linus Torvalds
2007-05-25 2:20 ` Nigel Cunningham
2007-05-25 2:41 ` Linus Torvalds
2007-05-25 3:00 ` Nigel Cunningham
2007-05-25 3:31 ` Linus Torvalds
2007-05-25 4:33 ` Nigel Cunningham
2007-05-25 4:49 ` Linus Torvalds
2007-05-25 5:18 ` Nigel Cunningham
2007-05-29 14:16 ` Mark Lord
2007-05-29 14:19 ` Mark Lord
2007-05-29 21:22 ` Nigel Cunningham
2007-05-29 21:33 ` Linus Torvalds
2007-05-29 22:10 ` Nigel Cunningham
2007-05-30 11:49 ` Pavel Machek
2007-05-30 12:40 ` Matthew Garrett
2007-05-30 13:17 ` Nigel Cunningham
2007-05-30 13:29 ` Matthew Garrett
2007-05-30 14:08 ` Rafael J. Wysocki
2007-05-30 16:00 ` Linus Torvalds
2007-05-30 14:04 ` Rafael J. Wysocki
2007-05-30 14:07 ` Matthew Garrett
2007-05-30 22:21 ` Nigel Cunningham
2007-05-30 15:43 ` Pavel Machek
2007-05-25 9:40 ` Need suspend-to-ram maintainer " Pavel Machek
2007-05-25 9:19 ` Pavel Machek
2007-05-29 6:55 ` Kay Sievers
2007-05-29 12:00 ` Rafael J. Wysocki
2007-05-29 12:00 ` Michael-Luke Jones
2007-05-29 12:16 ` Rafael J. Wysocki
2007-05-29 13:15 ` Kay Sievers
2007-05-27 15:57 ` Matthew Garrett
2007-05-27 16:26 ` Linus Torvalds
2007-05-27 16:43 ` Matthew Garrett
2007-05-27 18:32 ` Rafael J. Wysocki
2007-05-27 18:44 ` Matthew Garrett
2007-05-27 19:09 ` Rafael J. Wysocki
2007-05-28 1:05 ` Matthew Garrett
2007-05-28 8:11 ` Rafael J. Wysocki
2007-05-28 12:10 ` Matthew Garrett
2007-05-28 12:55 ` Pavel Machek
2007-05-28 13:03 ` Matthew Garrett
2007-05-28 13:06 ` Pavel Machek
2007-05-28 22:53 ` Nigel Cunningham
2007-05-29 8:31 ` Romano Giannetti
2007-05-29 14:55 ` Linus Torvalds
2007-05-30 10:26 ` Romano Giannetti
2007-05-30 15:43 ` Randy Dunlap
2007-05-28 10:04 ` Pavel Machek
2007-05-28 16:53 ` Linus Torvalds
2007-05-29 5:23 ` [stable] " Greg KH
2007-05-29 13:04 ` Pavel Machek
2007-05-24 22:23 ` Linus Torvalds
2007-05-24 22:39 ` Pavel Machek
2007-05-24 22:32 ` Pavel Machek
2007-05-24 23:16 ` Henrique de Moraes Holschuh
2007-05-24 23:19 ` Pavel Machek
2007-05-25 11:44 ` Rafael J. Wysocki
2007-05-23 7:15 ` Romano Giannetti [this message]
2007-05-21 21:40 ` Chris Wright
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1179904518.7043.15.camel@localhost \
--to=romano.giannetti@gmail.com \
--cc=chrisw@sous-sol.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox