All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu@kernel.org>
To: Joel Granados <joel.granados@kernel.org>
Cc: "Thomas Weißschuh" <linux@weissschuh.net>,
	"Kees Cook" <kees@kernel.org>,
	"Luis Chamberlain" <mcgrof@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org,
	linux-crypto@vger.kernel.org,
	openipmi-developer@lists.sourceforge.net,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org, linux-hyperv@vger.kernel.org,
	linux-rdma@vger.kernel.org, linux-raid@vger.kernel.org,
	linux-scsi@vger.kernel.org, linux-serial@vger.kernel.org,
	xen-devel@lists.xenproject.org, linux-aio@kvack.org,
	linux-fsdevel@vger.kernel.org, netfs@lists.linux.dev,
	codalist@coda.cs.cmu.edu, linux-mm@kvack.org,
	linux-nfs@vger.kernel.org, ocfs2-devel@lists.linux.dev,
	fsverity@lists.linux.dev, linux-xfs@vger.kernel.org,
	io-uring@vger.kernel.org, bpf@vger.kernel.org,
	kexec@lists.infradead.org, linux-trace-kernel@vger.kernel.org,
	linux-hardening@vger.kernel.org, apparmor@lists.ubuntu.com,
	linux-security-module@vger.kernel.org, keyrings@vger.kernel.org,
	"Song Liu" <song@kernel.org>,
	"Steven Rostedt (Google)" <rostedt@goodmis.org>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	"Darrick J. Wong" <djwong@kernel.org>,
	"Jani Nikula" <jani.nikula@intel.com>,
	"Corey Minyard" <cminyard@mvista.com>,
	"Wei Liu" <wei.liu@kernel.org>
Subject: Re: [PATCH v2] treewide: const qualify ctl_tables where applicable
Date: Wed, 15 Jan 2025 20:09:21 +0000	[thread overview]
Message-ID: <Z4gV8QNnafm-iCC4@liuwe-devbox-debian-v2> (raw)
In-Reply-To: <20250110-jag-ctl_table_const-v2-1-0000e1663144@kernel.org>

On Fri, Jan 10, 2025 at 03:16:08PM +0100, Joel Granados wrote:
[...]
> diff --git a/drivers/hv/hv_common.c b/drivers/hv/hv_common.c
> index 7a35c82976e0..9453f0c26f2a 100644
> --- a/drivers/hv/hv_common.c
> +++ b/drivers/hv/hv_common.c
> @@ -141,7 +141,7 @@ static int sysctl_record_panic_msg = 1;
>   * sysctl option to allow the user to control whether kmsg data should be
>   * reported to Hyper-V on panic.
>   */
> -static struct ctl_table hv_ctl_table[] = {
> +static const struct ctl_table hv_ctl_table[] = {
>  	{
>  		.procname	= "hyperv_record_panic_msg",
>  		.data		= &sysctl_record_panic_msg,

Acked-by: Wei Liu <wei.liu@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Wei Liu <wei.liu@kernel.org>
To: Joel Granados <joel.granados@kernel.org>
Cc: "Thomas Weißschuh" <linux@weissschuh.net>,
	"Kees Cook" <kees@kernel.org>,
	"Luis Chamberlain" <mcgrof@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org,
	linux-crypto@vger.kernel.org,
	openipmi-developer@lists.sourceforge.net,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org, linux-hyperv@vger.kernel.org,
	linux-rdma@vger.kernel.org, linux-raid@vger.kernel.org,
	linux-scsi@vger.kernel.org, linux-serial@vger.kernel.org,
	xen-devel@lists.xenproject.org, linux-aio@kvack.org,
	linux-fsdevel@vger.kernel.org, netfs@lists.linux.dev,
	codalist@coda.cs.cmu.edu, linux-mm@kvack.org,
	linux-nfs@vger.kernel.org, ocfs2-devel@lists.linux.dev,
	fsverity@lists.linux.dev, linux-xfs@vger.kernel.org,
	io-uring@vger.kernel.org, bpf@vger.kernel.org,
	kexec@lists.infradead.org, linux-trace-kernel@vger.kernel.org,
	linux-hardening@vger.kernel.org, apparmor@lists.ubuntu.com,
	linux-security-module@vger.kernel.org, keyrings@vger.kernel.org,
	"Song Liu" <song@kernel.org>,
	"Steven Rostedt (Google)" <rostedt@goodmis.org>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	"Darrick J. Wong" <djwong@kernel.org>,
	"Jani Nikula" <jani.nikula@intel.com>,
	"Corey Minyard" <cminyard@mvista.com>,
	"Wei Liu" <wei.liu@kernel.org>
Subject: Re: [PATCH v2] treewide: const qualify ctl_tables where applicable
Date: Wed, 15 Jan 2025 20:09:21 +0000	[thread overview]
Message-ID: <Z4gV8QNnafm-iCC4@liuwe-devbox-debian-v2> (raw)
In-Reply-To: <20250110-jag-ctl_table_const-v2-1-0000e1663144@kernel.org>

On Fri, Jan 10, 2025 at 03:16:08PM +0100, Joel Granados wrote:
[...]
> diff --git a/drivers/hv/hv_common.c b/drivers/hv/hv_common.c
> index 7a35c82976e0..9453f0c26f2a 100644
> --- a/drivers/hv/hv_common.c
> +++ b/drivers/hv/hv_common.c
> @@ -141,7 +141,7 @@ static int sysctl_record_panic_msg = 1;
>   * sysctl option to allow the user to control whether kmsg data should be
>   * reported to Hyper-V on panic.
>   */
> -static struct ctl_table hv_ctl_table[] = {
> +static const struct ctl_table hv_ctl_table[] = {
>  	{
>  		.procname	= "hyperv_record_panic_msg",
>  		.data		= &sysctl_record_panic_msg,

Acked-by: Wei Liu <wei.liu@kernel.org>

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  parent reply	other threads:[~2025-01-15 20:09 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-10 14:16 [PATCH v2] treewide: const qualify ctl_tables where applicable Joel Granados
2025-01-10 14:16 ` Joel Granados
2025-01-10 14:21 ` ✓ CI.Patch_applied: success for treewide: const qualify ctl_tables where applicable (rev2) Patchwork
2025-01-10 14:22 ` ✗ CI.checkpatch: warning " Patchwork
2025-01-10 14:23 ` ✓ CI.KUnit: success " Patchwork
2025-01-10 14:41 ` ✓ CI.Build: " Patchwork
2025-01-10 14:44 ` ✓ CI.Hooks: " Patchwork
2025-01-10 14:45 ` ✓ CI.checksparse: " Patchwork
2025-01-10 15:17 ` ✓ Xe.CI.BAT: " Patchwork
2025-01-10 15:41 ` ✗ Fi.CI.CHECKPATCH: warning " Patchwork
2025-01-13  8:14   ` Joel Granados
2025-01-10 16:08 ` ✓ i915.CI.BAT: success " Patchwork
2025-01-10 18:28 ` [PATCH v2] treewide: const qualify ctl_tables where applicable Anna Schumaker
2025-01-10 18:28   ` Anna Schumaker
2025-01-12 10:36 ` Baoquan He
2025-01-12 10:36   ` Baoquan He
2025-01-13 14:21 ` ✗ Xe.CI.Full: failure for treewide: const qualify ctl_tables where applicable (rev2) Patchwork
2025-01-14  9:35   ` Joel Granados
2025-01-15 23:47     ` Lucas De Marchi
2025-01-14 17:52 ` ✗ i915.CI.Full: " Patchwork
2025-01-15 17:52 ` [PATCH v2] treewide: const qualify ctl_tables where applicable Thomas Gleixner
2025-01-15 17:52   ` Thomas Gleixner
2025-01-15 20:09 ` Wei Liu [this message]
2025-01-15 20:09   ` Wei Liu
2025-01-15 20:30 ` Bill O'Donnell
2025-01-15 20:30   ` Bill O'Donnell
2025-01-21 13:40 ` Alexander Gordeev
2025-01-21 13:40   ` Alexander Gordeev
2025-01-22 12:25   ` Joel Granados
2025-01-22 12:25     ` Joel Granados
2025-01-22 12:41     ` Ard Biesheuvel
2025-01-22 12:41       ` Ard Biesheuvel
2025-01-27 13:49       ` Joel Granados
2025-01-27 13:49         ` Joel Granados
2025-01-27 14:55         ` Jani Nikula
2025-01-27 14:55           ` Jani Nikula
2025-01-27 15:42           ` Matthew Wilcox
2025-01-27 15:42             ` Matthew Wilcox
2025-01-28 11:22             ` Joel Granados
2025-01-28 11:22               ` Joel Granados
2025-01-28 15:43               ` Paul Moore
2025-01-28 15:43                 ` Paul Moore
2025-01-29  8:49                 ` Joel Granados
2025-01-29  8:49                   ` Joel Granados

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=Z4gV8QNnafm-iCC4@liuwe-devbox-debian-v2 \
    --to=wei.liu@kernel.org \
    --cc=apparmor@lists.ubuntu.com \
    --cc=bpf@vger.kernel.org \
    --cc=cminyard@mvista.com \
    --cc=codalist@coda.cs.cmu.edu \
    --cc=djwong@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fsverity@lists.linux.dev \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=io-uring@vger.kernel.org \
    --cc=jani.nikula@intel.com \
    --cc=joel.granados@kernel.org \
    --cc=kees@kernel.org \
    --cc=kexec@lists.infradead.org \
    --cc=keyrings@vger.kernel.org \
    --cc=linux-aio@kvack.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-hardening@vger.kernel.org \
    --cc=linux-hyperv@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=linux@weissschuh.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=martin.petersen@oracle.com \
    --cc=mcgrof@kernel.org \
    --cc=netfs@lists.linux.dev \
    --cc=ocfs2-devel@lists.linux.dev \
    --cc=openipmi-developer@lists.sourceforge.net \
    --cc=rostedt@goodmis.org \
    --cc=song@kernel.org \
    --cc=xen-devel@lists.xenproject.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 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.