* [PATCH 34/35] Documentation: x86: correct spelling
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
@ 2023-01-27 6:40 ` Randy Dunlap
2023-01-28 10:48 ` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Mark Brown
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2023-01-27 6:40 UTC (permalink / raw)
To: linux-kernel
Cc: Randy Dunlap, Jarkko Sakkinen, linux-sgx, Fenghua Yu,
Reinette Chatre, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
x86, Jonathan Corbet, linux-doc
Correct spelling problems for Documentation/x86/ as reported
by codespell.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jarkko Sakkinen <jarkko@kernel.org>
Cc: linux-sgx@vger.kernel.org
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Reinette Chatre <reinette.chatre@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: x86@kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
---
Documentation/x86/boot.rst | 2 +-
Documentation/x86/buslock.rst | 2 +-
Documentation/x86/mds.rst | 2 +-
Documentation/x86/resctrl.rst | 2 +-
Documentation/x86/sgx.rst | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff -- a/Documentation/x86/boot.rst b/Documentation/x86/boot.rst
--- a/Documentation/x86/boot.rst
+++ b/Documentation/x86/boot.rst
@@ -1105,7 +1105,7 @@ The kernel command line should not be lo
code, nor should it be located in high memory.
-Sample Boot Configuartion
+Sample Boot Configuration
=========================
As a sample configuration, assume the following layout of the real
diff -- a/Documentation/x86/buslock.rst b/Documentation/x86/buslock.rst
--- a/Documentation/x86/buslock.rst
+++ b/Documentation/x86/buslock.rst
@@ -32,7 +32,7 @@ mechanisms to detect split locks and bus
--------------------------------------
Beginning with the Tremont Atom CPU split lock operations may raise an
-Alignment Check (#AC) exception when a split lock operation is attemped.
+Alignment Check (#AC) exception when a split lock operation is attempted.
#DB exception for bus lock detection
------------------------------------
diff -- a/Documentation/x86/mds.rst b/Documentation/x86/mds.rst
--- a/Documentation/x86/mds.rst
+++ b/Documentation/x86/mds.rst
@@ -60,7 +60,7 @@ needed for exploiting MDS requires:
data
The existence of such a construct in the kernel cannot be excluded with
-100% certainty, but the complexity involved makes it extremly unlikely.
+100% certainty, but the complexity involved makes it extremely unlikely.
There is one exception, which is untrusted BPF. The functionality of
untrusted BPF is limited, but it needs to be thoroughly investigated
diff -- a/Documentation/x86/resctrl.rst b/Documentation/x86/resctrl.rst
--- a/Documentation/x86/resctrl.rst
+++ b/Documentation/x86/resctrl.rst
@@ -487,7 +487,7 @@ this would be dependent on number of cor
depending on # of threads:
For the same SKU in #1, a 'single thread, with 10% bandwidth' and '4
-thread, with 10% bandwidth' can consume upto 10GBps and 40GBps although
+thread, with 10% bandwidth' can consume up to 10GBps and 40GBps although
they have same percentage bandwidth of 10%. This is simply because as
threads start using more cores in an rdtgroup, the actual bandwidth may
increase or vary although user specified bandwidth percentage is same.
diff -- a/Documentation/x86/sgx.rst b/Documentation/x86/sgx.rst
--- a/Documentation/x86/sgx.rst
+++ b/Documentation/x86/sgx.rst
@@ -245,7 +245,7 @@ SGX will likely become unusable because
limited. However, while this may be fatal to SGX, the rest of the kernel
is unlikely to be impacted and should continue to work.
-As a result, when this happpens, user should stop running any new
+As a result, when this happens, the user should stop running any new
SGX workloads, (or just any new workloads), and migrate all valuable
workloads. Although a machine reboot can recover all EPC memory, the bug
should be reported to Linux developers.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
2023-01-27 6:40 ` [PATCH 34/35] Documentation: x86: correct spelling Randy Dunlap
@ 2023-01-28 10:48 ` Mark Brown
2023-01-28 20:30 ` patchwork-bot+netdevbpf
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2023-01-28 10:48 UTC (permalink / raw)
To: linux-kernel, Randy Dunlap
Cc: Jonathan Corbet, Catalin Marinas, Will Deacon, Russell King,
Jens Axboe, Andrii Nakryiko, Alexei Starovoitov, Daniel Borkmann,
Vladimir Oltean, Steffen Klassert, Daniel Jordan, Akinobu Mita,
Helge Deller, Rafael J. Wysocki, Jiri Kosina, Benjamin Tissoires,
Srinivas Pandruvada, Wolfram Sang, Dmitry Torokhov,
Henrik Rydberg, Karsten Keil, Pavel Machek, Lee Jones,
Josh Poimboeuf, Miroslav Benes, Petr Mladek, Peter Zijlstra,
Ingo Molnar, Jérôme Glisse, Naoya Horiguchi,
Miaohe Lin, Jonas Bonn, Stefan Kristiansson, Stafford Horne,
Bjorn Helgaas, Lorenzo Pieralisi, Marc Zyngier, Michael Ellerman,
Len Brown, Heiko Carstens, Vasily Gorbik, Alexander Gordeev,
Juri Lelli, Vincent Guittot, David Howells, Jarkko Sakkinen,
Paul Moore, James Morris, Serge E. Hallyn, Jaroslav Kysela,
Takashi Iwai, Martin K. Petersen, Daniel Bristot de Oliveira,
Steven Rostedt, Greg Kroah-Hartman, Masami Hiramatsu,
Mathieu Poirier, Suzuki K Poulose, Evgeniy Polyakov, Fenghua Yu,
Reinette Chatre, Thomas Gleixner, Borislav Petkov, Chris Zankel,
Max Filippov, alsa-devel, coresight, bpf, dri-devel, isdn4linux,
keyrings, linux-acpi, linux-block, linux-crypto, linux-doc,
linux-fbdev, linux-i2c, linux-input, linux-leds, linux-pci,
linux-s390, linux-scsi, linux-sgx, linux-spi, linux-trace-devel,
linux-trace-kernel, live-patching, linux-pm,
linux-security-module, linux-usb, netdev, target-devel, linux-mm,
openrisc, linux-arm-kernel, linux-xtensa, linuxppc-dev, x86
On Thu, 26 Jan 2023 22:39:30 -0800, Randy Dunlap wrote:
> Correct many spelling errors in Documentation/ as reported by codespell.
>
> Maintainers of specific kernel subsystems are only Cc-ed on their
> respective patches, not the entire series. [if all goes well]
>
> These patches are based on linux-next-20230125.
>
> [...]
Applied to
broonie/spi.git for-next
Thanks!
[27/35] Documentation: spi: correct spelling
commit: 0f6d2cee58f1ff2ebf66f0bceb113d79f66ecb07
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
2023-01-27 6:40 ` [PATCH 34/35] Documentation: x86: correct spelling Randy Dunlap
2023-01-28 10:48 ` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Mark Brown
@ 2023-01-28 20:30 ` patchwork-bot+netdevbpf
2023-01-31 16:28 ` (subset) " Catalin Marinas
2023-02-14 16:57 ` Martin K. Petersen
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-01-28 20:30 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-kernel, corbet, catalin.marinas, will, linux, axboe,
andrii, ast, daniel, olteanv, steffen.klassert, daniel.m.jordan,
akinobu.mita, deller, rafael, jikos, benjamin.tissoires,
srinivas.pandruvada, wsa, dmitry.torokhov, rydberg, isdn, pavel,
lee, jpoimboe, mbenes, pmladek, peterz, mingo, jglisse,
naoya.horiguchi, linmiaohe, jonas, stefan.kristiansson, shorne,
bhelgaas, lpieralisi, maz, mpe, len.brown, hca, gor, agordeev,
juri.lelli, vincent.guittot, dhowells, jarkko, paul, jmorris,
serge, perex, tiwai, broonie, martin.petersen, bristot, rostedt,
gregkh, mhiramat, mathieu.poirier, suzuki.poulose, zbr,
fenghua.yu, reinette.chatre, tglx, bp, chris, jcmvbkbc,
alsa-devel, coresight, bpf, dri-devel, isdn4linux, keyrings,
linux-acpi, linux-block, linux-crypto, linux-doc, linux-fbdev,
linux-i2c, linux-input, linux-leds, linux-pci, linux-s390,
linux-scsi, linux-sgx, linux-spi, linux-trace-devel,
linux-trace-kernel, live-patching, linux-pm,
linux-security-module, linux-usb, netdev, target-devel, linux-mm,
openrisc, linux-arm-kernel, linux-xtensa, linuxppc-dev, x86
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Thu, 26 Jan 2023 22:39:30 -0800 you wrote:
> Correct many spelling errors in Documentation/ as reported by codespell.
>
> Maintainers of specific kernel subsystems are only Cc-ed on their
> respective patches, not the entire series. [if all goes well]
>
> These patches are based on linux-next-20230125.
>
> [...]
Here is the summary with links:
- [04/35] Documentation: bpf: correct spelling
https://git.kernel.org/bpf/bpf-next/c/1d3cab43f4c7
- [05/35] Documentation: core-api: correct spelling
(no matching commit)
- [13/35] Documentation: isdn: correct spelling
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
` (2 preceding siblings ...)
2023-01-28 20:30 ` patchwork-bot+netdevbpf
@ 2023-01-31 16:28 ` Catalin Marinas
2023-02-14 16:57 ` Martin K. Petersen
4 siblings, 0 replies; 6+ messages in thread
From: Catalin Marinas @ 2023-01-31 16:28 UTC (permalink / raw)
To: linux-kernel, Randy Dunlap
Cc: Will Deacon, Jonathan Corbet, Russell King, Jens Axboe,
Andrii Nakryiko, Alexei Starovoitov, Daniel Borkmann,
Vladimir Oltean, Steffen Klassert, Daniel Jordan, Akinobu Mita,
Helge Deller, Rafael J. Wysocki, Jiri Kosina, Benjamin Tissoires,
Srinivas Pandruvada, Wolfram Sang, Dmitry Torokhov,
Henrik Rydberg, Karsten Keil, Pavel Machek, Lee Jones,
Josh Poimboeuf, Miroslav Benes, Petr Mladek, Peter Zijlstra,
Ingo Molnar, Jérôme Glisse, Naoya Horiguchi,
Miaohe Lin, Jonas Bonn, Stefan Kristiansson, Stafford Horne,
Bjorn Helgaas, Lorenzo Pieralisi, Marc Zyngier, Michael Ellerman,
Len Brown, Heiko Carstens, Vasily Gorbik, Alexander Gordeev,
Juri Lelli, Vincent Guittot, David Howells, Jarkko Sakkinen,
Paul Moore, James Morris, Serge E. Hallyn, Jaroslav Kysela,
Takashi Iwai, Mark Brown, Martin K. Petersen,
Daniel Bristot de Oliveira, Steven Rostedt, Greg Kroah-Hartman,
Masami Hiramatsu, Mathieu Poirier, Suzuki K Poulose,
Evgeniy Polyakov, Fenghua Yu, Reinette Chatre, Thomas Gleixner,
Borislav Petkov, Chris Zankel, Max Filippov, alsa-devel,
coresight, bpf, dri-devel, isdn4linux, keyrings, linux-acpi,
linux-block, linux-crypto, linux-doc, linux-fbdev, linux-i2c,
linux-input, linux-leds, linux-pci, linux-s390, linux-scsi,
linux-sgx, linux-spi, linux-trace-devel, linux-trace-kernel,
live-patching, linux-pm, linux-security-module, linux-usb,
netdev, target-devel, linux-mm, openrisc, linux-arm-kernel,
linux-xtensa, linuxppc-dev, x86
On Thu, 26 Jan 2023 22:39:30 -0800, Randy Dunlap wrote:
> Correct many spelling errors in Documentation/ as reported by codespell.
>
> Maintainers of specific kernel subsystems are only Cc-ed on their
> respective patches, not the entire series. [if all goes well]
>
> These patches are based on linux-next-20230125.
>
> [...]
Applied to arm64 (for-next/misc), thanks!
[01/35] Documentation: arm64: correct spelling
https://git.kernel.org/arm64/c/a70f00e7f1a3
--
Catalin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
` (3 preceding siblings ...)
2023-01-31 16:28 ` (subset) " Catalin Marinas
@ 2023-02-14 16:57 ` Martin K. Petersen
4 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2023-02-14 16:57 UTC (permalink / raw)
To: linux-kernel, Randy Dunlap
Cc: Martin K . Petersen, Jonathan Corbet, Catalin Marinas,
Will Deacon, Russell King, Jens Axboe, Andrii Nakryiko,
Alexei Starovoitov, Daniel Borkmann, Vladimir Oltean,
Steffen Klassert, Daniel Jordan, Akinobu Mita, Helge Deller,
Rafael J. Wysocki, Jiri Kosina, Benjamin Tissoires,
Srinivas Pandruvada, Wolfram Sang, Dmitry Torokhov,
Henrik Rydberg, Karsten Keil, Pavel Machek, Lee Jones,
Josh Poimboeuf, Miroslav Benes, Petr Mladek, Peter Zijlstra,
Ingo Molnar, Jérôme Glisse, Naoya Horiguchi,
Miaohe Lin, Jonas Bonn, Stefan Kristiansson, Stafford Horne,
Bjorn Helgaas, Lorenzo Pieralisi, Marc Zyngier, Michael Ellerman,
Len Brown, Heiko Carstens, Vasily Gorbik, Alexander Gordeev,
Juri Lelli, Vincent Guittot, David Howells, Jarkko Sakkinen,
Paul Moore, James Morris, Serge E. Hallyn, Jaroslav Kysela,
Takashi Iwai, Mark Brown, Daniel Bristot de Oliveira,
Steven Rostedt, Greg Kroah-Hartman, Masami Hiramatsu,
Mathieu Poirier, Suzuki K Poulose, Evgeniy Polyakov, Fenghua Yu,
Reinette Chatre, Thomas Gleixner, Borislav Petkov, Chris Zankel,
Max Filippov, alsa-devel, coresight, bpf, dri-devel, isdn4linux,
keyrings, linux-acpi, linux-block, linux-crypto, linux-doc,
linux-fbdev, linux-i2c, linux-input, linux-leds, linux-pci,
linux-s390, linux-scsi, linux-sgx, linux-spi, linux-trace-devel,
linux-trace-kernel, live-patching, linux-pm,
linux-security-module, linux-usb, netdev, target-devel, linux-mm,
openrisc, linux-arm-kernel, linux-xtensa, linuxppc-dev, x86
On Thu, 26 Jan 2023 22:39:30 -0800, Randy Dunlap wrote:
> Correct many spelling errors in Documentation/ as reported by codespell.
>
> Maintainers of specific kernel subsystems are only Cc-ed on their
> respective patches, not the entire series. [if all goes well]
>
> These patches are based on linux-next-20230125.
>
> [...]
Applied to 6.3/scsi-queue, thanks!
[28/35] Documentation: target: correct spelling
https://git.kernel.org/mkp/scsi/c/c57ac5748be5
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 6+ messages in thread