All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] Inconsistency in incremental patches 2.6.9
@ 2004-10-08 16:35 bodo.stroesser
  2004-10-12 23:43 ` [uml-devel] " Jeff Dike
  0 siblings, 1 reply; 6+ messages in thread
From: bodo.stroesser @ 2004-10-08 16:35 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: jdike

The incremental patches for 2.6.9 do not fully apply.
Before "signal-interface-cleaning" this patch is missing:

Bodo

--- orig/arch/um/kernel/signal_kern.c	2004-09-29 18:15:46.505334183 +0200
+++ new/arch/um/kernel/signal_kern.c	2004-09-29 18:16:37.813855152 +0200
@@ -88,9 +88,6 @@
 					    (unsigned long) ka->sa.sa_handler,
 					    restorer, regs, oldset);
 
-	if (ka->sa.sa_flags & SA_ONESHOT)
-		ka->sa.sa_handler = SIG_DFL;
-
 	if (!(ka->sa.sa_flags & SA_NODEFER)) {
 		spin_lock_irq(&current->sighand->siglock);
 		sigorsets(&current->blocked, &current->blocked, 


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [uml-devel] Re: Inconsistency in incremental patches 2.6.9
  2004-10-08 16:35 [uml-devel] Inconsistency in incremental patches 2.6.9 bodo.stroesser
@ 2004-10-12 23:43 ` Jeff Dike
  2004-10-13 16:50   ` Bodo Stroesser
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Dike @ 2004-10-12 23:43 UTC (permalink / raw)
  To: bodo.stroesser; +Cc: user-mode-linux-devel

bodo.stroesser@fujitsu-siemens.com said:
> The incremental patches for 2.6.9 do not fully apply. Before
> "signal-interface-cleaning" this patch is missing: 

That's in the signal_cleanup patch.  Am I missing something?

				Jeff



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [uml-devel] Re: Inconsistency in incremental patches 2.6.9
  2004-10-12 23:43 ` [uml-devel] " Jeff Dike
@ 2004-10-13 16:50   ` Bodo Stroesser
  2004-10-13 18:08     ` Auto-updating Jeff Dike tree (was: [uml-devel] Re: Inconsistency in incremental patches 2.6.9) BlaisorBlade
  0 siblings, 1 reply; 6+ messages in thread
From: Bodo Stroesser @ 2004-10-13 16:50 UTC (permalink / raw)
  To: Jeff Dike; +Cc: bodo.stroesser, user-mode-linux-devel

Jeff Dike wrote:
> bodo.stroesser@fujitsu-siemens.com said:
> 
>>The incremental patches for 2.6.9 do not fully apply. Before
>>"signal-interface-cleaning" this patch is missing: 
> 
> 
> That's in the signal_cleanup patch.  Am I missing something?
> 
> 				Jeff
> 
No. I was wrong. I used an old version of the signal_cleanup patch.

Sorry!

Bodo


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Auto-updating Jeff Dike tree (was: [uml-devel] Re: Inconsistency in incremental patches 2.6.9)
  2004-10-13 16:50   ` Bodo Stroesser
@ 2004-10-13 18:08     ` BlaisorBlade
  2004-11-29 22:09       ` [uml-devel] Re: Auto-updating Jeff Dike tree Frank Sorenson
  0 siblings, 1 reply; 6+ messages in thread
From: BlaisorBlade @ 2004-10-13 18:08 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Bodo Stroesser, Jeff Dike, bodo.stroesser

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

On Wednesday 13 October 2004 18:50, Bodo Stroesser wrote:
> Jeff Dike wrote:
> > bodo.stroesser@fujitsu-siemens.com said:
> >>The incremental patches for 2.6.9 do not fully apply. Before
> >>"signal-interface-cleaning" this patch is missing:
> >
> > That's in the signal_cleanup patch.  Am I missing something?
> >
> > 				Jeff
>
> No. I was wrong. I used an old version of the signal_cleanup patch.
>
> Sorry!
>
> Bodo
I use the attached script (questionable as much as you want, i.e. it kind of 
works here, no guarantee, not even "I think it works") to download the 
patches. It parses the patches.html in a very rough Way. I mean 
"DownloadAllPatches".

Also, the generated series file must be edited: it appends the new patch list, 
so if you use it as-is it has duplicate patches and won't work.

"Get", instead, is to download announce.txt and patch-series for mm kernels 
(maybe useless on broad-band). If you want to download them for a certain 
release, simply do mkdir ./<release> and launch Get. End.

Bye
-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729

[-- Attachment #2: Get --]
[-- Type: application/x-perl, Size: 750 bytes --]

[-- Attachment #3: DownloadAllPatches --]
[-- Type: application/x-perl, Size: 1538 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [uml-devel] Re: Auto-updating Jeff Dike tree
  2004-10-13 18:08     ` Auto-updating Jeff Dike tree (was: [uml-devel] Re: Inconsistency in incremental patches 2.6.9) BlaisorBlade
@ 2004-11-29 22:09       ` Frank Sorenson
  2004-11-29 22:38         ` Blaisorblade
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Sorenson @ 2004-11-29 22:09 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: bodo.stroesser

[-- Attachment #1: Type: text/plain, Size: 869 bytes --]

BlaisorBlade wrote:
> I use the attached script (questionable as much as you want, i.e. it kind of 
> works here, no guarantee, not even "I think it works") to download the 
> patches. It parses the patches.html in a very rough Way. I mean 
> "DownloadAllPatches".
> 
> Also, the generated series file must be edited: it appends the new patch list, 
> so if you use it as-is it has duplicate patches and won't work.

BlaisorBlade,

I've modified your DownloadAllPatches script a bit, and thought you 
might want the changes as well.  This version doesn't require editing 
for whatever versions are on the page (now auto-detects), rewrites the 
series file, and is quieter.

Frank
---------------------------------------------------------------------------
Frank Sorenson - KD7TZK
Systems Manager, Computer Science Department
Brigham Young University
frank@tuxrocks.com

[-- Attachment #2: DownloadAllPatches --]
[-- Type: text/plain, Size: 818 bytes --]

#!/usr/bin/perl -w

$| = 1;

$hostName = "user-mode-linux.sourceforge.net";
$host = $hostName;

print "Downloading latest patchlist\n";
system("wget -N -q http://$host/patches.html");

$KernelVer = 'none';

open PATCHES, "patches.html";
while (<PATCHES>)
{
	if (/name="(2.[^"]+)"/)
	{
		$KernelVer = $1;
		print "Kernel " . $KernelVer . "\n";
		$outDir = $KernelVer;
		mkdir $KernelVer;

		open PATCHLIST, "> $KernelVer-series";
		$currDate = `date`;
      chomp($currDate);
		print PATCHLIST "#\n#Downloading from Jeff Dike web-site on " . $currDate . "\n#\n";
	}

	next if ($KernelVer eq 'none');

	/href="(work[^"]+)"\>\s*([\w-]+)\<\/a\>/ or next;
	$url = "http://$host/$1";
	$name = "$2.patch";

	print PATCHLIST "$name\n";

	print "...patch $name\n";
	system("cd $outDir && http_proxy= wget -N -q -t 10 $url");
}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [uml-devel] Re: Auto-updating Jeff Dike tree
  2004-11-29 22:09       ` [uml-devel] Re: Auto-updating Jeff Dike tree Frank Sorenson
@ 2004-11-29 22:38         ` Blaisorblade
  0 siblings, 0 replies; 6+ messages in thread
From: Blaisorblade @ 2004-11-29 22:38 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Frank Sorenson, bodo.stroesser

On Monday 29 November 2004 23:09, Frank Sorenson wrote:
> BlaisorBlade wrote:
> > I use the attached script (questionable as much as you want, i.e. it kind
> > of works here, no guarantee, not even "I think it works") to download the
> > patches. It parses the patches.html in a very rough Way. I mean
> > "DownloadAllPatches".
> >
> > Also, the generated series file must be edited: it appends the new patch
> > list, so if you use it as-is it has duplicate patches and won't work.
>
> BlaisorBlade,
>
> I've modified your DownloadAllPatches script a bit, and thought you
> might want the changes as well.  This version doesn't require editing
> for whatever versions are on the page (now auto-detects), rewrites the
> series file, and is quieter.

Thanks a lot for this... 

A note: appending rather than rewriting was done for the need of saving the 
old content of series. It was not reliable at all, however, and maybe it 
would be better to just copy somewhere else the old content, so it's probably 
better as you did.
-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
http://www.user-mode-linux.org/~blaisorblade


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-29 22:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-08 16:35 [uml-devel] Inconsistency in incremental patches 2.6.9 bodo.stroesser
2004-10-12 23:43 ` [uml-devel] " Jeff Dike
2004-10-13 16:50   ` Bodo Stroesser
2004-10-13 18:08     ` Auto-updating Jeff Dike tree (was: [uml-devel] Re: Inconsistency in incremental patches 2.6.9) BlaisorBlade
2004-11-29 22:09       ` [uml-devel] Re: Auto-updating Jeff Dike tree Frank Sorenson
2004-11-29 22:38         ` Blaisorblade

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.