* linux-next: build warning after merge of the drm-intel tree
@ 2015-05-07 5:29 Stephen Rothwell
0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2015-05-07 5:29 UTC (permalink / raw)
To: Daniel Vetter, intel-gfx, dri-devel; +Cc: linux-next, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 569 bytes --]
Hi all,
After merging the drm-intel tree, today's linux-next build (i386 defconfig)
produced this warning:
drivers/gpu/drm/i915/i915_gem_gtt.c: In function 'gen8_ppgtt_init':
drivers/gpu/drm/i915/i915_gem_gtt.c:954:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
ppgtt->base.total = 1ULL << 32;
^
Introduced by commit 5c5f645773b6 ("drm/i915: Unify aliasing ppgtt
handling"). "total" is a size_t, so unsigned 32 bit on i386.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the drm-intel tree
@ 2022-11-30 3:45 Stephen Rothwell
0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2022-11-30 3:45 UTC (permalink / raw)
To: Daniel Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
Intel Graphics, DRI
Cc: Matt Roper, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 415 bytes --]
Hi all,
After merging the drm-intel tree, today's linux-next build (htmldocs)
produced this warning:
drivers/gpu/drm/i915/gt/intel_gt_mcr.c:739: warning: expecting prototype for intel_gt_mcr_wait_for_reg_fw(). Prototype was for intel_gt_mcr_wait_for_reg() instead
Introduced by commit
41f425adbce9 ("drm/i915/gt: Manage uncore->lock while waiting on MCR register")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the drm-intel tree
@ 2023-11-14 3:17 Stephen Rothwell
2023-11-14 8:22 ` Jani Nikula
0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2023-11-14 3:17 UTC (permalink / raw)
To: Daniel Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
Intel Graphics, DRI
Cc: Imre Deak, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 552 bytes --]
Hi all,
After merging the drm-intel tree, today's linux-next build (htmldocs)
produced this warning:
Documentation/gpu/drm-kms-helpers:296: drivers/gpu/drm/display/drm_dp_mst_topology.c:5484: ERROR: Unexpected indentation.
Documentation/gpu/drm-kms-helpers:296: drivers/gpu/drm/display/drm_dp_mst_topology.c:5488: WARNING: Block quote ends without a blank line; unexpected unindent.
Introduced by commit
1cd0a5ea4279 ("drm/dp_mst: Factor out a helper to check the atomic state of a topology manager")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: linux-next: build warning after merge of the drm-intel tree
2023-11-14 3:17 Stephen Rothwell
@ 2023-11-14 8:22 ` Jani Nikula
2023-11-14 8:53 ` Jani Nikula
0 siblings, 1 reply; 16+ messages in thread
From: Jani Nikula @ 2023-11-14 8:22 UTC (permalink / raw)
To: Stephen Rothwell, Daniel Vetter, Joonas Lahtinen, Rodrigo Vivi,
Intel Graphics, DRI
Cc: Imre Deak, Linux Kernel Mailing List, Linux Next Mailing List
On Tue, 14 Nov 2023, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> After merging the drm-intel tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/gpu/drm-kms-helpers:296: drivers/gpu/drm/display/drm_dp_mst_topology.c:5484: ERROR: Unexpected indentation.
> Documentation/gpu/drm-kms-helpers:296: drivers/gpu/drm/display/drm_dp_mst_topology.c:5488: WARNING: Block quote ends without a blank line; unexpected unindent.
>
> Introduced by commit
>
> 1cd0a5ea4279 ("drm/dp_mst: Factor out a helper to check the atomic state of a topology manager")
Imre, please fix this.
Thanks,
Jani.
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: linux-next: build warning after merge of the drm-intel tree
2023-11-14 8:22 ` Jani Nikula
@ 2023-11-14 8:53 ` Jani Nikula
2024-01-21 22:25 ` Stephen Rothwell
0 siblings, 1 reply; 16+ messages in thread
From: Jani Nikula @ 2023-11-14 8:53 UTC (permalink / raw)
To: Stephen Rothwell, Daniel Vetter, Joonas Lahtinen, Rodrigo Vivi,
Intel Graphics, DRI
Cc: Linux Next Mailing List, Linux Kernel Mailing List
On Tue, 14 Nov 2023, Jani Nikula <jani.nikula@linux.intel.com> wrote:
> On Tue, 14 Nov 2023, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> Hi all,
>>
>> After merging the drm-intel tree, today's linux-next build (htmldocs)
>> produced this warning:
>>
>> Documentation/gpu/drm-kms-helpers:296: drivers/gpu/drm/display/drm_dp_mst_topology.c:5484: ERROR: Unexpected indentation.
>> Documentation/gpu/drm-kms-helpers:296: drivers/gpu/drm/display/drm_dp_mst_topology.c:5488: WARNING: Block quote ends without a blank line; unexpected unindent.
>>
>> Introduced by commit
>>
>> 1cd0a5ea4279 ("drm/dp_mst: Factor out a helper to check the atomic state of a topology manager")
>
> Imre, please fix this.
Just noticed there's a fix [1]. Need to merge that via drm-intel.
BR,
Jani.
[1] https://patchwork.freedesktop.org/patch/msgid/20231114081033.27343-1-bagasdotme@gmail.com
>
> Thanks,
> Jani.
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: linux-next: build warning after merge of the drm-intel tree
2023-11-14 8:53 ` Jani Nikula
@ 2024-01-21 22:25 ` Stephen Rothwell
2024-01-22 17:22 ` Jani Nikula
0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2024-01-21 22:25 UTC (permalink / raw)
To: Jani Nikula
Cc: Daniel Vetter, Joonas Lahtinen, Rodrigo Vivi, Intel Graphics, DRI,
Linux Next Mailing List, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 1095 bytes --]
Hi all,
On Tue, 14 Nov 2023 10:53:30 +0200 Jani Nikula <jani.nikula@linux.intel.com> wrote:
>
> On Tue, 14 Nov 2023, Jani Nikula <jani.nikula@linux.intel.com> wrote:
> > On Tue, 14 Nov 2023, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >>
> >> After merging the drm-intel tree, today's linux-next build (htmldocs)
> >> produced this warning:
> >>
> >> Documentation/gpu/drm-kms-helpers:296: drivers/gpu/drm/display/drm_dp_mst_topology.c:5484: ERROR: Unexpected indentation.
> >> Documentation/gpu/drm-kms-helpers:296: drivers/gpu/drm/display/drm_dp_mst_topology.c:5488: WARNING: Block quote ends without a blank line; unexpected unindent.
> >>
> >> Introduced by commit
> >>
> >> 1cd0a5ea4279 ("drm/dp_mst: Factor out a helper to check the atomic state of a topology manager")
> >
> > Imre, please fix this.
>
> Just noticed there's a fix [1]. Need to merge that via drm-intel.
>
> BR,
> Jani.
>
> [1] https://patchwork.freedesktop.org/patch/msgid/20231114081033.27343-1-bagasdotme@gmail.com
This is still not fixed.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: linux-next: build warning after merge of the drm-intel tree
2024-01-21 22:25 ` Stephen Rothwell
@ 2024-01-22 17:22 ` Jani Nikula
0 siblings, 0 replies; 16+ messages in thread
From: Jani Nikula @ 2024-01-22 17:22 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Daniel Vetter, Joonas Lahtinen, Rodrigo Vivi, Intel Graphics, DRI,
Linux Next Mailing List, Linux Kernel Mailing List
On Mon, 22 Jan 2024, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> [1] https://patchwork.freedesktop.org/patch/msgid/20231114081033.27343-1-bagasdotme@gmail.com
>
> This is still not fixed.
Thanks for the reminder. Commit 1a84c213146a ("drm/dp_mst: Separate
@failing_port list in drm_dp_mst_atomic_check_mgr() comment") in
drm-misc-fixes, likely to show up in -rc2.
BR,
Jani.
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the drm-intel tree
@ 2024-02-19 5:17 Stephen Rothwell
0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2024-02-19 5:17 UTC (permalink / raw)
To: Daniel Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi
Cc: Ville Syrjälä, Intel Graphics, DRI,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 341 bytes --]
Hi all,
After merging the drm-intel tree, today's linux-next build (htmldocs)
produced this warning:
Documentation/gpu/i915:222: drivers/gpu/drm/i915/display/intel_cdclk.c:69: ERROR: Unexpected indentation.
Introduced by commit
79e2ea2eaaa6 ("drm/i915/cdclk: Document CDCLK update methods")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the drm-intel tree
@ 2024-04-18 6:38 Stephen Rothwell
0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2024-04-18 6:38 UTC (permalink / raw)
To: Daniel Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi
Cc: Luca Coelho, Intel Graphics, DRI, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
Hi all,
After merging the drm-intel tree, today's linux-next build (htmldocs)
produced this warning:
drivers/gpu/drm/i915/display/intel_dmc_wl.c:1: warning: no structured comments found
Introduced by commit
765425f598c2 ("drm/i915/display: add support for DMC wakelocks")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the drm-intel tree
@ 2024-06-12 4:11 Stephen Rothwell
2024-07-14 23:12 ` Stephen Rothwell
0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2024-06-12 4:11 UTC (permalink / raw)
To: Daniel Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi
Cc: Mitul Golani, Suraj Kandpal, Intel Graphics, DRI,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 391 bytes --]
Hi all,
After merging the drm-intel tree, today's linux-next build (htmldocs)
produced this warning:
include/drm/display/drm_dp_helper.h:127: warning: Function parameter or struct member 'target_rr_divider' not described in 'drm_dp_as_sdp'
Introduced by commit
a20c6d954d75 ("drm/dp: Add refresh rate divider to struct representing AS SDP")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: linux-next: build warning after merge of the drm-intel tree
2024-06-12 4:11 Stephen Rothwell
@ 2024-07-14 23:12 ` Stephen Rothwell
2024-07-15 4:21 ` Golani, Mitulkumar Ajitkumar
0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2024-07-14 23:12 UTC (permalink / raw)
To: Dave Airlie
Cc: Daniel Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
Mitul Golani, Suraj Kandpal, Intel Graphics, DRI,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
Hi all,
On Wed, 12 Jun 2024 14:11:10 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the drm-intel tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/drm/display/drm_dp_helper.h:127: warning: Function parameter or struct member 'target_rr_divider' not described in 'drm_dp_as_sdp'
>
> Introduced by commit
>
> a20c6d954d75 ("drm/dp: Add refresh rate divider to struct representing AS SDP")
I am now seeing that warning after the merge of the drm tree.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: linux-next: build warning after merge of the drm-intel tree
2024-07-14 23:12 ` Stephen Rothwell
@ 2024-07-15 4:21 ` Golani, Mitulkumar Ajitkumar
2024-07-15 12:13 ` Maarten Lankhorst
0 siblings, 1 reply; 16+ messages in thread
From: Golani, Mitulkumar Ajitkumar @ 2024-07-15 4:21 UTC (permalink / raw)
To: Stephen Rothwell, Dave Airlie
Cc: Daniel Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
Suraj Kandpal, Intel Graphics, DRI, Linux Kernel Mailing List,
Linux Next Mailing List, maarten.lankhorst
On 15-07-2024 04:42, Stephen Rothwell wrote:
> Hi all,
>
> On Wed, 12 Jun 2024 14:11:10 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> After merging the drm-intel tree, today's linux-next build (htmldocs)
>> produced this warning:
>>
>> include/drm/display/drm_dp_helper.h:127: warning: Function parameter or struct member 'target_rr_divider' not described in 'drm_dp_as_sdp'
>>
>> Introduced by commit
>>
>> a20c6d954d75 ("drm/dp: Add refresh rate divider to struct representing AS SDP")
> I am now seeing that warning after the merge of the drm tree.
Hi Stephen Rothwell,
I have already floated changes :
https://patchwork.freedesktop.org/patch/604143/?series=136072&rev=1
Need help on Ack from drm-maintainers to merge.
Regards,
Mitul
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: linux-next: build warning after merge of the drm-intel tree
2024-07-15 4:21 ` Golani, Mitulkumar Ajitkumar
@ 2024-07-15 12:13 ` Maarten Lankhorst
2024-07-30 10:10 ` Stephen Rothwell
0 siblings, 1 reply; 16+ messages in thread
From: Maarten Lankhorst @ 2024-07-15 12:13 UTC (permalink / raw)
To: Golani, Mitulkumar Ajitkumar, Stephen Rothwell, Dave Airlie
Cc: Daniel Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
Suraj Kandpal, Intel Graphics, DRI, Linux Kernel Mailing List,
Linux Next Mailing List
Hey,
Den 2024-07-15 kl. 06:21, skrev Golani, Mitulkumar Ajitkumar:
>
> On 15-07-2024 04:42, Stephen Rothwell wrote:
>> Hi all,
>>
>> On Wed, 12 Jun 2024 14:11:10 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>>> After merging the drm-intel tree, today's linux-next build (htmldocs)
>>> produced this warning:
>>>
>>> include/drm/display/drm_dp_helper.h:127: warning: Function parameter or struct member 'target_rr_divider' not described in 'drm_dp_as_sdp'
>>>
>>> Introduced by commit
>>>
>>> a20c6d954d75 ("drm/dp: Add refresh rate divider to struct representing AS SDP")
>> I am now seeing that warning after the merge of the drm tree.
> Hi Stephen Rothwell,
>
> I have already floated changes : https://patchwork.freedesktop.org/patch/604143/?series=136072&rev=1
>
> Need help on Ack from drm-maintainers to merge.
There you go, does it need to go through drm-misc too?
Cheers,
~Maarten
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: linux-next: build warning after merge of the drm-intel tree
2024-07-15 12:13 ` Maarten Lankhorst
@ 2024-07-30 10:10 ` Stephen Rothwell
0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2024-07-30 10:10 UTC (permalink / raw)
To: Dave Airlie, Daniel Vetter
Cc: Maarten Lankhorst, Golani, Mitulkumar Ajitkumar, Jani Nikula,
Joonas Lahtinen, Rodrigo Vivi, Suraj Kandpal, Intel Graphics, DRI,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1119 bytes --]
Hi all,
On Mon, 15 Jul 2024 14:13:37 +0200 Maarten Lankhorst <maarten.lankhorst@intel.com> wrote:
>
> Den 2024-07-15 kl. 06:21, skrev Golani, Mitulkumar Ajitkumar:
> >
> > On 15-07-2024 04:42, Stephen Rothwell wrote:
> >>
> >> On Wed, 12 Jun 2024 14:11:10 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >>> After merging the drm-intel tree, today's linux-next build (htmldocs)
> >>> produced this warning:
> >>>
> >>> include/drm/display/drm_dp_helper.h:127: warning: Function parameter or struct member 'target_rr_divider' not described in 'drm_dp_as_sdp'
> >>>
> >>> Introduced by commit
> >>>
> >>> a20c6d954d75 ("drm/dp: Add refresh rate divider to struct representing AS SDP")
> >> I am now seeing that warning after the merge of the drm tree.
> > Hi Stephen Rothwell,
> >
> > I have already floated changes : https://patchwork.freedesktop.org/patch/604143/?series=136072&rev=1
> >
> > Need help on Ack from drm-maintainers to merge.
>
> There you go, does it need to go through drm-misc too?
I am still seeing these warnings.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the drm-intel tree
@ 2024-10-01 3:43 Stephen Rothwell
2024-10-11 5:57 ` Stephen Rothwell
0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2024-10-01 3:43 UTC (permalink / raw)
To: Simona Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi
Cc: Intel Graphics, DRI, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 419 bytes --]
Hi all,
After merging the drm-intel tree, today's linux-next build (htmldocs)
produced this warning:
drivers/gpu/drm/i915/i915_irq.c:1: warning: 'intel_runtime_pm_disable_interrupts' not found
drivers/gpu/drm/i915/i915_irq.c:1: warning: 'intel_runtime_pm_enable_interrupts' not found
Introduced by commit
3de5774cb8c0 ("drm/i915/irq: Rename suspend/resume functions")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: linux-next: build warning after merge of the drm-intel tree
2024-10-01 3:43 linux-next: build warning after merge of the drm-intel tree Stephen Rothwell
@ 2024-10-11 5:57 ` Stephen Rothwell
0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2024-10-11 5:57 UTC (permalink / raw)
To: Simona Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi
Cc: Intel Graphics, DRI, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
Hi all,
On Tue, 1 Oct 2024 13:43:31 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the drm-intel tree, today's linux-next build (htmldocs)
> produced this warning:
>
> drivers/gpu/drm/i915/i915_irq.c:1: warning: 'intel_runtime_pm_disable_interrupts' not found
> drivers/gpu/drm/i915/i915_irq.c:1: warning: 'intel_runtime_pm_enable_interrupts' not found
>
> Introduced by commit
>
> 3de5774cb8c0 ("drm/i915/irq: Rename suspend/resume functions")
I am still seeing these warnings.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-10-11 5:57 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-01 3:43 linux-next: build warning after merge of the drm-intel tree Stephen Rothwell
2024-10-11 5:57 ` Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2024-06-12 4:11 Stephen Rothwell
2024-07-14 23:12 ` Stephen Rothwell
2024-07-15 4:21 ` Golani, Mitulkumar Ajitkumar
2024-07-15 12:13 ` Maarten Lankhorst
2024-07-30 10:10 ` Stephen Rothwell
2024-04-18 6:38 Stephen Rothwell
2024-02-19 5:17 Stephen Rothwell
2023-11-14 3:17 Stephen Rothwell
2023-11-14 8:22 ` Jani Nikula
2023-11-14 8:53 ` Jani Nikula
2024-01-21 22:25 ` Stephen Rothwell
2024-01-22 17:22 ` Jani Nikula
2022-11-30 3:45 Stephen Rothwell
2015-05-07 5:29 Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).