From: Vineet Gupta <vgupta@kernel.org>
To: Bjorn Helgaas <helgaas@kernel.org>, Randy Dunlap <rdunlap@infradead.org>
Cc: Vineet Gupta <vgupta@kernel.org>,
linux-kernel@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com>,
linux-snps-arc@lists.infradead.org
Subject: Re: [PATCH 2/8] ARC: Fix typos
Date: Fri, 29 Mar 2024 12:26:52 -0700 [thread overview]
Message-ID: <e5bacec0-28ca-4cd9-9ffe-92feaf5fbfef@kernel.org> (raw)
In-Reply-To: <20240104190247.GA1823635@bhelgaas>
On 1/4/24 11:02, Bjorn Helgaas wrote:
>>> diff --git a/arch/arc/kernel/signal.c b/arch/arc/kernel/signal.c
>>> index 0b3bb529d246..5414d9f5c40c 100644
>>> --- a/arch/arc/kernel/signal.c
>>> +++ b/arch/arc/kernel/signal.c
>>> @@ -9,7 +9,7 @@
>>> * vineetg: Nov 2009 (Everything needed for TIF_RESTORE_SIGMASK)
>>> * -do_signal() supports TIF_RESTORE_SIGMASK
>>> * -do_signal() no loner needs oldset, required by OLD sys_sigsuspend
>>> - * -sys_rt_sigsuspend() now comes from generic code, so discard arch implemen
>>> + * -sys_rt_sigsuspend() now comes from generic code, so discard arch implement
>>
> Thanks again.
>
> Added these and a couple other ones to my local copy in case there's a
> v2:
Sorry this slipped thru cracks. I don't see it upstream and given some
pending fixes for Linus can pick this up.
So I take v1 + the fixlet below or do you have any more local changes
and prefer respin/resending ?
Thx,
-Vineet
>
> diff --git a/arch/arc/include/asm/pgtable-bits-arcv2.h b/arch/arc/include/asm/pgtable-bits-arcv2.h
> index f8f85c04d7a8..8ebec1b21d24 100644
> --- a/arch/arc/include/asm/pgtable-bits-arcv2.h
> +++ b/arch/arc/include/asm/pgtable-bits-arcv2.h
> @@ -66,7 +66,7 @@
> * Other rules which cause the divergence from 1:1 mapping
> *
> * 1. Although ARC700 can do exclusive execute/write protection (meaning R
> - * can be tracked independent of X/W unlike some other CPUs), still to
> + * can be tracked independently of X/W unlike some other CPUs), still to
> * keep things consistent with other archs:
> * -Write implies Read: W => R
> * -Execute implies Read: X => R
> diff --git a/arch/arc/kernel/signal.c b/arch/arc/kernel/signal.c
> index 5414d9f5c40c..3490d005e6d4 100644
> --- a/arch/arc/kernel/signal.c
> +++ b/arch/arc/kernel/signal.c
> @@ -8,15 +8,16 @@
> *
> * vineetg: Nov 2009 (Everything needed for TIF_RESTORE_SIGMASK)
> * -do_signal() supports TIF_RESTORE_SIGMASK
> - * -do_signal() no loner needs oldset, required by OLD sys_sigsuspend
> - * -sys_rt_sigsuspend() now comes from generic code, so discard arch implement
> + * -do_signal() no longer needs oldset, required by OLD sys_sigsuspend
> + * -sys_rt_sigsuspend() now comes from generic code, so discard arch
> + * implementation
> * -sys_sigsuspend() no longer needs to fudge ptregs, hence that arg removed
> * -sys_sigsuspend() no longer loops for do_signal(), sets TIF_xxx and leaves
> * the job to do_signal()
> *
> * vineetg: July 2009
> * -Modified Code to support the uClibc provided userland sigreturn stub
> - * to avoid kernel synthesing it on user stack at runtime, costing TLB
> + * to avoid kernel synthesizing it on user stack at runtime, costing TLB
> * probes and Cache line flushes.
> *
> * vineetg: July 2009
next prev parent reply other threads:[~2024-03-29 19:26 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-03 23:15 [PATCH 0/8] arch/ typo fixes Bjorn Helgaas
2024-01-03 23:15 ` [PATCH 1/8] alpha: Fix typos Bjorn Helgaas
2024-01-04 0:24 ` Randy Dunlap
2024-01-03 23:15 ` [PATCH 2/8] ARC: " Bjorn Helgaas
2024-01-04 0:31 ` Randy Dunlap
2024-01-04 19:02 ` Bjorn Helgaas
2024-03-29 19:26 ` Vineet Gupta [this message]
2024-03-29 22:14 ` [PATCH v2] " Bjorn Helgaas
2024-03-30 1:00 ` Vineet Gupta
2024-04-01 23:23 ` [PATCH 0/3] PCI/MSI: Remove IMS (Interrupt Message Store) support for now Bjorn Helgaas
2024-04-01 23:23 ` [PATCH 1/3] Revert "PCI/MSI: Provide stubs for IMS functions" Bjorn Helgaas
2024-04-02 2:46 ` Tian, Kevin
2024-04-01 23:23 ` [PATCH 2/3] Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" Bjorn Helgaas
2024-04-02 2:47 ` Tian, Kevin
2024-04-01 23:23 ` [PATCH 3/3] Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" Bjorn Helgaas
2024-04-02 2:48 ` Tian, Kevin
2024-04-02 2:45 ` [PATCH 0/3] PCI/MSI: Remove IMS (Interrupt Message Store) support for now Tian, Kevin
2024-04-02 16:42 ` Bjorn Helgaas
2024-01-03 23:16 ` [PATCH 3/8] arm64: Fix typos Bjorn Helgaas
2024-01-04 1:06 ` Randy Dunlap
2024-01-03 23:16 ` [PATCH 4/8] arm64: dts: " Bjorn Helgaas
2024-01-04 1:01 ` Randy Dunlap
2024-01-03 23:16 ` [PATCH 5/8] KVM: arm64: " Bjorn Helgaas
2024-01-04 0:59 ` Randy Dunlap
2024-01-15 12:01 ` Zenghui Yu
2024-02-24 4:39 ` Zenghui Yu
2024-02-24 9:12 ` Oliver Upton
2024-02-24 9:15 ` (subset) " Oliver Upton
2024-01-03 23:16 ` [PATCH 6/8] MIPS: " Bjorn Helgaas
2024-01-04 0:56 ` Randy Dunlap
2024-01-08 9:41 ` Thomas Bogendoerfer
2024-01-03 23:16 ` [PATCH 7/8] powerpc: " Bjorn Helgaas
2024-01-04 0:37 ` Randy Dunlap
2024-05-08 13:49 ` Michael Ellerman
2024-01-03 23:16 ` [PATCH 8/8] sparc: " Bjorn Helgaas
2024-01-04 0:41 ` Randy Dunlap
2024-02-16 16:19 ` Andreas Larsson
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=e5bacec0-28ca-4cd9-9ffe-92feaf5fbfef@kernel.org \
--to=vgupta@kernel.org \
--cc=bhelgaas@google.com \
--cc=helgaas@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-snps-arc@lists.infradead.org \
--cc=rdunlap@infradead.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