From: David Mosberger <davidm@hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] applying patch
Date: Fri, 05 Jan 2001 19:09:46 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590678205881@msgid-missing> (raw)
Hi Hiren,
The patches go on top of the corresponding tree from Linus. For
example, linux-2.4.0-test12-ia64-001214.diff.bz2 goes on top of
Linus's linux-2.4.0-test12 tree.
On a related note: for those using the test12 tree, be sure to make
the following change after applying the IA-64 patch. Without this
change, bad crashes can occur on systems with <2GB of RAM (it can
happen on systems with >=2GB of RAM too, but it's much less likely to
occur):
Change line 330 in arch/ia64/lib/swiotlb.c from:
set_bit(PG_arch_1, &virt_to_page(pg_addr));
to
struct page *page = virt_to_page(pg_addr);
set_bit(PG_arch_1, &page->flags);
Hope this helps,
--david
>>>>> On Thu, 28 Dec 2000 17:30:28 -0700, hiren_mehta@agilent.com said:
Hiren> Hi All, I looked at the
Hiren> http://www.kernel.org/pub/linux/kernel/ports/ia64/
Hiren> directory. The directory has only one big .tar.gz file with
Hiren> kernel sources and the rest of the files are patches. After I
Hiren> looked at the directory, I got totally confused as there are
Hiren> readme files which can tell me how to use the patches and
Hiren> what should be the base kernel to apply the patch. Is it
Hiren> that, the big tar.gz file should be the base kernel and then
Hiren> I need to apply all the patches appearing in the directory or
Hiren> that I need to apply only a specific patch ?
Hiren> If there is any readmes or any other information regarding
Hiren> the patches please send me the URL so that I can go through
Hiren> that.
Hiren> Thanks and regards, -hiren
Hiren> _______________________________________________ Linux-IA64
Hiren> mailing list Linux-IA64@linuxia64.org
Hiren> http://lists.linuxia64.org/lists/listinfo/linux-ia64
next reply other threads:[~2001-01-05 19:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-05 19:09 David Mosberger [this message]
-- strict thread matches above, loose matches on Subject: below --
2000-12-29 0:30 [Linux-ia64] applying patch hiren_mehta
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=marc-linux-ia64-105590678205881@msgid-missing \
--to=davidm@hpl.hp.com \
--cc=linux-ia64@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