linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/zh_CN: Add security lsm-development Chinese translation
@ 2025-01-07  5:16 Shuo Zhao
  2025-01-09 18:52 ` Jonathan Corbet
  0 siblings, 1 reply; 8+ messages in thread
From: Shuo Zhao @ 2025-01-07  5:16 UTC (permalink / raw)
  To: alexs, si.yanteng, corbet
  Cc: zhaoyuehui, zhaoshuo, zhangwei, maoyuxian, linux-doc

Translate .../security/lsm-development.rst into Chinese.

Update the translation through commit 6d2ed653185b
("lsm: move hook comments docs to security/security.c")

Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
---
 .../translations/zh_CN/security/index.rst     |  2 +-
 .../zh_CN/security/lsm-development.rst        | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/translations/zh_CN/security/lsm-development.rst

diff --git a/Documentation/translations/zh_CN/security/index.rst b/Documentation/translations/zh_CN/security/index.rst
index c30d4e0210d1..5842568585a0 100644
--- a/Documentation/translations/zh_CN/security/index.rst
+++ b/Documentation/translations/zh_CN/security/index.rst
@@ -18,6 +18,7 @@
    credentials
    IMA-templates
    lsm
+   lsm-development
    sak
    siphash
    digsig
@@ -26,7 +27,6 @@
 TODOLIST:
 * snp-tdx-threat-model
 * keys/index
-* lsm-development
 * SCTP
 * self-protection
 * tpm/index
diff --git a/Documentation/translations/zh_CN/security/lsm-development.rst b/Documentation/translations/zh_CN/security/lsm-development.rst
new file mode 100644
index 000000000000..7ed3719a9d07
--- /dev/null
+++ b/Documentation/translations/zh_CN/security/lsm-development.rst
@@ -0,0 +1,19 @@
+.. SPDX-License-Identifier: GPL-2.0
+.. include:: ../disclaimer-zh_CN.rst
+
+:Original: Documentation/security/lsm-development.rst
+
+:翻译:
+ 赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
+
+=================
+Linux安全模块开发
+=================
+
+基于https://lore.kernel.org/r/20071026073721.618b4778@laptopd505.fenrus.org,
+当一种新的LSM的意图(它试图防范什么,以及在哪些情况下人们会期望使用它)在
+``Documentation/admin-guide/LSM/`` 中适当记录下来后,就会被接受进入内核。
+这使得LSM的代码可以很轻松的与其目标进行对比,从而让最终用户和发行版可以更
+明智地决定那些LSM适合他们的需求。
+
+有关可用的 LSM 钩子接口的详细文档,请参阅 ``security/security.c`` 及相关结构。
-- 
2.47.1


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

* Re: [PATCH] docs/zh_CN: Add security lsm-development Chinese translation
  2025-01-07  5:16 [PATCH] docs/zh_CN: Add security lsm-development Chinese translation Shuo Zhao
@ 2025-01-09 18:52 ` Jonathan Corbet
  0 siblings, 0 replies; 8+ messages in thread
From: Jonathan Corbet @ 2025-01-09 18:52 UTC (permalink / raw)
  To: Shuo Zhao, alexs, si.yanteng
  Cc: zhaoyuehui, zhaoshuo, zhangwei, maoyuxian, linux-doc

Shuo Zhao <zhaoshuo@cqsoftware.com.cn> writes:

> Translate .../security/lsm-development.rst into Chinese.
>
> Update the translation through commit 6d2ed653185b
> ("lsm: move hook comments docs to security/security.c")
>
> Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
> ---
>  .../translations/zh_CN/security/index.rst     |  2 +-
>  .../zh_CN/security/lsm-development.rst        | 19 +++++++++++++++++++
>  2 files changed, 20 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/translations/zh_CN/security/lsm-development.rst

This one, too, does not apply; please resend as an explicit series.

Thanks,

jon

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

* [PATCH] docs/zh_CN: Add security lsm-development Chinese translation
@ 2025-03-12  2:42 Shuo Zhao
  2025-03-18  1:43 ` Yanteng Si
  0 siblings, 1 reply; 8+ messages in thread
From: Shuo Zhao @ 2025-03-12  2:42 UTC (permalink / raw)
  To: alexs, si.yanteng, corbet
  Cc: zhaoyuehui, zhaoshuo, zhangwei, maoyuxian, linux-doc

Translate .../security/lsm-development.rst into Chinese.

Update the translation through commit 6d2ed653185b
("lsm: move hook comments docs to security/security.c")

Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
---
 .../translations/zh_CN/security/index.rst     |  2 +-
 .../zh_CN/security/lsm-development.rst        | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/translations/zh_CN/security/lsm-development.rst

diff --git a/Documentation/translations/zh_CN/security/index.rst b/Documentation/translations/zh_CN/security/index.rst
index 78d9d4b36dca..05d24e3acc11 100644
--- a/Documentation/translations/zh_CN/security/index.rst
+++ b/Documentation/translations/zh_CN/security/index.rst
@@ -18,6 +18,7 @@
    credentials
    snp-tdx-threat-model
    lsm
+   lsm-development
    sak
    self-protection
    siphash
@@ -28,7 +29,6 @@
 TODOLIST:
 * IMA-templates
 * keys/index
-* lsm-development
 * SCTP
 * secrets/index
 * ipe
diff --git a/Documentation/translations/zh_CN/security/lsm-development.rst b/Documentation/translations/zh_CN/security/lsm-development.rst
new file mode 100644
index 000000000000..cdd0aa03e089
--- /dev/null
+++ b/Documentation/translations/zh_CN/security/lsm-development.rst
@@ -0,0 +1,19 @@
+.. SPDX-License-Identifier: GPL-2.0
+.. include:: ../disclaimer-zh_CN.rst
+
+:Original: Documentation/security/lsm-development.rst
+
+:翻译:
+ 赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
+
+=================
+Linux安全模块开发
+=================
+
+基于 https://lore.kernel.org/r/20071026073721.618b4778@laptopd505.fenrus.org,
+当一种新的LSM的意图(它试图防范什么,以及在哪些情况下人们会期望使用它)在
+``Documentation/admin-guide/LSM/`` 中适当记录下来后,就会被接受进入内核。
+这使得LSM的代码可以很轻松的与其目标进行对比,从而让最终用户和发行版可以更
+明智地决定那些LSM适合他们的需求。
+
+有关可用的 LSM 钩子接口的详细文档,请参阅 ``security/security.c`` 及相关结构。
-- 
2.47.1


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

* Re: [PATCH] docs/zh_CN: Add security lsm-development Chinese translation
  2025-03-12  2:42 Shuo Zhao
@ 2025-03-18  1:43 ` Yanteng Si
  2025-03-18  5:39   ` Alex Shi
  0 siblings, 1 reply; 8+ messages in thread
From: Yanteng Si @ 2025-03-18  1:43 UTC (permalink / raw)
  To: Shuo Zhao, alexs, corbet; +Cc: zhaoyuehui, zhangwei, maoyuxian, linux-doc


在 3/12/25 10:42 AM, Shuo Zhao 写道:
> Translate .../security/lsm-development.rst into Chinese.
>
> Update the translation through commit 6d2ed653185b
> ("lsm: move hook comments docs to security/security.c")
>
> Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>

Reviewed-by: Yanteng Si <si.yanteng@linux.dev>


Thanks,

Yanteng

> ---
>   .../translations/zh_CN/security/index.rst     |  2 +-
>   .../zh_CN/security/lsm-development.rst        | 19 +++++++++++++++++++
>   2 files changed, 20 insertions(+), 1 deletion(-)
>   create mode 100644 Documentation/translations/zh_CN/security/lsm-development.rst
>
> diff --git a/Documentation/translations/zh_CN/security/index.rst b/Documentation/translations/zh_CN/security/index.rst
> index 78d9d4b36dca..05d24e3acc11 100644
> --- a/Documentation/translations/zh_CN/security/index.rst
> +++ b/Documentation/translations/zh_CN/security/index.rst
> @@ -18,6 +18,7 @@
>      credentials
>      snp-tdx-threat-model
>      lsm
> +   lsm-development
>      sak
>      self-protection
>      siphash
> @@ -28,7 +29,6 @@
>   TODOLIST:
>   * IMA-templates
>   * keys/index
> -* lsm-development
>   * SCTP
>   * secrets/index
>   * ipe
> diff --git a/Documentation/translations/zh_CN/security/lsm-development.rst b/Documentation/translations/zh_CN/security/lsm-development.rst
> new file mode 100644
> index 000000000000..cdd0aa03e089
> --- /dev/null
> +++ b/Documentation/translations/zh_CN/security/lsm-development.rst
> @@ -0,0 +1,19 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +.. include:: ../disclaimer-zh_CN.rst
> +
> +:Original: Documentation/security/lsm-development.rst
> +
> +:翻译:
> + 赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
> +
> +=================
> +Linux安全模块开发
> +=================
> +
> +基于 https://lore.kernel.org/r/20071026073721.618b4778@laptopd505.fenrus.org,
> +当一种新的LSM的意图(它试图防范什么,以及在哪些情况下人们会期望使用它)在
> +``Documentation/admin-guide/LSM/`` 中适当记录下来后,就会被接受进入内核。
> +这使得LSM的代码可以很轻松的与其目标进行对比,从而让最终用户和发行版可以更
> +明智地决定那些LSM适合他们的需求。
> +
> +有关可用的 LSM 钩子接口的详细文档,请参阅 ``security/security.c`` 及相关结构。

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

* Re: [PATCH] docs/zh_CN: Add security lsm-development Chinese translation
  2025-03-18  1:43 ` Yanteng Si
@ 2025-03-18  5:39   ` Alex Shi
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Shi @ 2025-03-18  5:39 UTC (permalink / raw)
  To: Yanteng Si
  Cc: Shuo Zhao, alexs, corbet, zhaoyuehui, zhangwei, maoyuxian,
	linux-doc

I can't apply it to
git@gitolite.kernel.org:pub/scm/linux/kernel/git/alexs/linux.git
docs-next, could you rebase the patch and resend for next version?

Thanks!

Yanteng Si <si.yanteng@linux.dev> 于2025年3月18日周二 09:44写道:
>
>
> 在 3/12/25 10:42 AM, Shuo Zhao 写道:
> > Translate .../security/lsm-development.rst into Chinese.
> >
> > Update the translation through commit 6d2ed653185b
> > ("lsm: move hook comments docs to security/security.c")
> >
> > Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
>
> Reviewed-by: Yanteng Si <si.yanteng@linux.dev>
>
>
> Thanks,
>
> Yanteng
>
> > ---
> >   .../translations/zh_CN/security/index.rst     |  2 +-
> >   .../zh_CN/security/lsm-development.rst        | 19 +++++++++++++++++++
> >   2 files changed, 20 insertions(+), 1 deletion(-)
> >   create mode 100644 Documentation/translations/zh_CN/security/lsm-development.rst
> >
> > diff --git a/Documentation/translations/zh_CN/security/index.rst b/Documentation/translations/zh_CN/security/index.rst
> > index 78d9d4b36dca..05d24e3acc11 100644
> > --- a/Documentation/translations/zh_CN/security/index.rst
> > +++ b/Documentation/translations/zh_CN/security/index.rst
> > @@ -18,6 +18,7 @@
> >      credentials
> >      snp-tdx-threat-model
> >      lsm
> > +   lsm-development
> >      sak
> >      self-protection
> >      siphash
> > @@ -28,7 +29,6 @@
> >   TODOLIST:
> >   * IMA-templates
> >   * keys/index
> > -* lsm-development
> >   * SCTP
> >   * secrets/index
> >   * ipe
> > diff --git a/Documentation/translations/zh_CN/security/lsm-development.rst b/Documentation/translations/zh_CN/security/lsm-development.rst
> > new file mode 100644
> > index 000000000000..cdd0aa03e089
> > --- /dev/null
> > +++ b/Documentation/translations/zh_CN/security/lsm-development.rst
> > @@ -0,0 +1,19 @@
> > +.. SPDX-License-Identifier: GPL-2.0
> > +.. include:: ../disclaimer-zh_CN.rst
> > +
> > +:Original: Documentation/security/lsm-development.rst
> > +
> > +:翻译:
> > + 赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
> > +
> > +=================
> > +Linux安全模块开发
> > +=================
> > +
> > +基于 https://lore.kernel.org/r/20071026073721.618b4778@laptopd505.fenrus.org,
> > +当一种新的LSM的意图(它试图防范什么,以及在哪些情况下人们会期望使用它)在
> > +``Documentation/admin-guide/LSM/`` 中适当记录下来后,就会被接受进入内核。
> > +这使得LSM的代码可以很轻松的与其目标进行对比,从而让最终用户和发行版可以更
> > +明智地决定那些LSM适合他们的需求。
> > +
> > +有关可用的 LSM 钩子接口的详细文档,请参阅 ``security/security.c`` 及相关结构。

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

* [PATCH] docs/zh_CN: Add security lsm-development Chinese translation
@ 2025-09-17  7:30 Shuo Zhao
  2025-09-17  8:34 ` Yanteng Si
  0 siblings, 1 reply; 8+ messages in thread
From: Shuo Zhao @ 2025-09-17  7:30 UTC (permalink / raw)
  To: alexs, si.yanteng, corbet; +Cc: dzm91, linux-doc, linux-kernel, Shuo Zhao

Translate .../security/lsm-development.rst into Chinese.

Update the translation through commit 6d2ed653185b
("lsm: move hook comments docs to security/security.c").

Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
---
 .../translations/zh_CN/security/index.rst     |  2 +-
 .../zh_CN/security/lsm-development.rst        | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/translations/zh_CN/security/lsm-development.rst

diff --git a/Documentation/translations/zh_CN/security/index.rst b/Documentation/translations/zh_CN/security/index.rst
index 78d9d4b36dca..05d24e3acc11 100644
--- a/Documentation/translations/zh_CN/security/index.rst
+++ b/Documentation/translations/zh_CN/security/index.rst
@@ -18,6 +18,7 @@
    credentials
    snp-tdx-threat-model
    lsm
+   lsm-development
    sak
    self-protection
    siphash
@@ -28,7 +29,6 @@
 TODOLIST:
 * IMA-templates
 * keys/index
-* lsm-development
 * SCTP
 * secrets/index
 * ipe
diff --git a/Documentation/translations/zh_CN/security/lsm-development.rst b/Documentation/translations/zh_CN/security/lsm-development.rst
new file mode 100644
index 000000000000..7ed3719a9d07
--- /dev/null
+++ b/Documentation/translations/zh_CN/security/lsm-development.rst
@@ -0,0 +1,19 @@
+.. SPDX-License-Identifier: GPL-2.0
+.. include:: ../disclaimer-zh_CN.rst
+
+:Original: Documentation/security/lsm-development.rst
+
+:翻译:
+ 赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
+
+=================
+Linux安全模块开发
+=================
+
+基于https://lore.kernel.org/r/20071026073721.618b4778@laptopd505.fenrus.org,
+当一种新的LSM的意图(它试图防范什么,以及在哪些情况下人们会期望使用它)在
+``Documentation/admin-guide/LSM/`` 中适当记录下来后,就会被接受进入内核。
+这使得LSM的代码可以很轻松的与其目标进行对比,从而让最终用户和发行版可以更
+明智地决定那些LSM适合他们的需求。
+
+有关可用的 LSM 钩子接口的详细文档,请参阅 ``security/security.c`` 及相关结构。
-- 
2.49.0


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

* Re: [PATCH] docs/zh_CN: Add security lsm-development Chinese translation
  2025-09-17  7:30 Shuo Zhao
@ 2025-09-17  8:34 ` Yanteng Si
  2025-09-20  7:49   ` Alex Shi
  0 siblings, 1 reply; 8+ messages in thread
From: Yanteng Si @ 2025-09-17  8:34 UTC (permalink / raw)
  To: Shuo Zhao, alexs, corbet; +Cc: dzm91, linux-doc, linux-kernel


在 9/17/25 3:30 PM, Shuo Zhao 写道:
> Translate .../security/lsm-development.rst into Chinese.
>
> Update the translation through commit 6d2ed653185b
> ("lsm: move hook comments docs to security/security.c").
>
> Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>

Reviewed-by: Yanteng Si <siyanteng@cqsoftware.com.cn>


Thanks,

Yanteng

> ---
>   .../translations/zh_CN/security/index.rst     |  2 +-
>   .../zh_CN/security/lsm-development.rst        | 19 +++++++++++++++++++
>   2 files changed, 20 insertions(+), 1 deletion(-)
>   create mode 100644 Documentation/translations/zh_CN/security/lsm-development.rst
>
> diff --git a/Documentation/translations/zh_CN/security/index.rst b/Documentation/translations/zh_CN/security/index.rst
> index 78d9d4b36dca..05d24e3acc11 100644
> --- a/Documentation/translations/zh_CN/security/index.rst
> +++ b/Documentation/translations/zh_CN/security/index.rst
> @@ -18,6 +18,7 @@
>      credentials
>      snp-tdx-threat-model
>      lsm
> +   lsm-development
>      sak
>      self-protection
>      siphash
> @@ -28,7 +29,6 @@
>   TODOLIST:
>   * IMA-templates
>   * keys/index
> -* lsm-development
>   * SCTP
>   * secrets/index
>   * ipe
> diff --git a/Documentation/translations/zh_CN/security/lsm-development.rst b/Documentation/translations/zh_CN/security/lsm-development.rst
> new file mode 100644
> index 000000000000..7ed3719a9d07
> --- /dev/null
> +++ b/Documentation/translations/zh_CN/security/lsm-development.rst
> @@ -0,0 +1,19 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +.. include:: ../disclaimer-zh_CN.rst
> +
> +:Original: Documentation/security/lsm-development.rst
> +
> +:翻译:
> + 赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
> +
> +=================
> +Linux安全模块开发
> +=================
> +
> +基于https://lore.kernel.org/r/20071026073721.618b4778@laptopd505.fenrus.org,
> +当一种新的LSM的意图(它试图防范什么,以及在哪些情况下人们会期望使用它)在
> +``Documentation/admin-guide/LSM/`` 中适当记录下来后,就会被接受进入内核。
> +这使得LSM的代码可以很轻松的与其目标进行对比,从而让最终用户和发行版可以更
> +明智地决定那些LSM适合他们的需求。
> +
> +有关可用的 LSM 钩子接口的详细文档,请参阅 ``security/security.c`` 及相关结构。

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

* Re: [PATCH] docs/zh_CN: Add security lsm-development Chinese translation
  2025-09-17  8:34 ` Yanteng Si
@ 2025-09-20  7:49   ` Alex Shi
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Shi @ 2025-09-20  7:49 UTC (permalink / raw)
  To: Yanteng Si; +Cc: Shuo Zhao, alexs, corbet, dzm91, linux-doc, linux-kernel

Applied, Thanks

Yanteng Si <si.yanteng@linux.dev> 于2025年9月17日周三 16:34写道:
>
>
> 在 9/17/25 3:30 PM, Shuo Zhao 写道:
> > Translate .../security/lsm-development.rst into Chinese.
> >
> > Update the translation through commit 6d2ed653185b
> > ("lsm: move hook comments docs to security/security.c").
> >
> > Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
>
> Reviewed-by: Yanteng Si <siyanteng@cqsoftware.com.cn>
>
>
> Thanks,
>
> Yanteng
>
> > ---
> >   .../translations/zh_CN/security/index.rst     |  2 +-
> >   .../zh_CN/security/lsm-development.rst        | 19 +++++++++++++++++++
> >   2 files changed, 20 insertions(+), 1 deletion(-)
> >   create mode 100644 Documentation/translations/zh_CN/security/lsm-development.rst
> >
> > diff --git a/Documentation/translations/zh_CN/security/index.rst b/Documentation/translations/zh_CN/security/index.rst
> > index 78d9d4b36dca..05d24e3acc11 100644
> > --- a/Documentation/translations/zh_CN/security/index.rst
> > +++ b/Documentation/translations/zh_CN/security/index.rst
> > @@ -18,6 +18,7 @@
> >      credentials
> >      snp-tdx-threat-model
> >      lsm
> > +   lsm-development
> >      sak
> >      self-protection
> >      siphash
> > @@ -28,7 +29,6 @@
> >   TODOLIST:
> >   * IMA-templates
> >   * keys/index
> > -* lsm-development
> >   * SCTP
> >   * secrets/index
> >   * ipe
> > diff --git a/Documentation/translations/zh_CN/security/lsm-development.rst b/Documentation/translations/zh_CN/security/lsm-development.rst
> > new file mode 100644
> > index 000000000000..7ed3719a9d07
> > --- /dev/null
> > +++ b/Documentation/translations/zh_CN/security/lsm-development.rst
> > @@ -0,0 +1,19 @@
> > +.. SPDX-License-Identifier: GPL-2.0
> > +.. include:: ../disclaimer-zh_CN.rst
> > +
> > +:Original: Documentation/security/lsm-development.rst
> > +
> > +:翻译:
> > + 赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
> > +
> > +=================
> > +Linux安全模块开发
> > +=================
> > +
> > +基于https://lore.kernel.org/r/20071026073721.618b4778@laptopd505.fenrus.org,
> > +当一种新的LSM的意图(它试图防范什么,以及在哪些情况下人们会期望使用它)在
> > +``Documentation/admin-guide/LSM/`` 中适当记录下来后,就会被接受进入内核。
> > +这使得LSM的代码可以很轻松的与其目标进行对比,从而让最终用户和发行版可以更
> > +明智地决定那些LSM适合他们的需求。
> > +
> > +有关可用的 LSM 钩子接口的详细文档,请参阅 ``security/security.c`` 及相关结构。

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

end of thread, other threads:[~2025-09-20  7:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07  5:16 [PATCH] docs/zh_CN: Add security lsm-development Chinese translation Shuo Zhao
2025-01-09 18:52 ` Jonathan Corbet
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12  2:42 Shuo Zhao
2025-03-18  1:43 ` Yanteng Si
2025-03-18  5:39   ` Alex Shi
2025-09-17  7:30 Shuo Zhao
2025-09-17  8:34 ` Yanteng Si
2025-09-20  7:49   ` Alex Shi

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).