Re: [PATCH bootconfig 2/3] fs/proc: Add boot loader arguments as comment to /proc/bootconfig

2023-10-06 Thread Paul E. McKenney
On Sat, Oct 07, 2023 at 10:42:09AM +0900, Masami Hiramatsu wrote: > On Fri, 6 Oct 2023 09:52:30 -0700 > "Paul E. McKenney" wrote: > > > On Fri, Oct 06, 2023 at 05:59:48PM +0900, Masami Hiramatsu wrote: > > > On Thu, 5 Oct 2023 10:17:46 -0700 > > > "Paul E. McKenney" wrote: > > > > > > > In ker

Re: [PATCH bootconfig 2/3] fs/proc: Add boot loader arguments as comment to /proc/bootconfig

2023-10-06 Thread Google
On Fri, 6 Oct 2023 09:52:30 -0700 "Paul E. McKenney" wrote: > On Fri, Oct 06, 2023 at 05:59:48PM +0900, Masami Hiramatsu wrote: > > On Thu, 5 Oct 2023 10:17:46 -0700 > > "Paul E. McKenney" wrote: > > > > > In kernels built with CONFIG_BOOT_CONFIG_FORCE=y, /proc/cmdline will > > > show all kern

[PATCH] docs: submitting-patches: Introduce Test: tag

2023-10-06 Thread Konrad Dybcio
Currently, we blindly trust the submitters that they both compiled their code at all, tested it on a relevant device, and have done so in a manner that made sense for a given changeset. If at least two of these three things were always true, the review workflow would be much more exciting. Introd

Re: [PATCH bootconfig 2/3] fs/proc: Add boot loader arguments as comment to /proc/bootconfig

2023-10-06 Thread Paul E. McKenney
On Fri, Oct 06, 2023 at 05:59:48PM +0900, Masami Hiramatsu wrote: > On Thu, 5 Oct 2023 10:17:46 -0700 > "Paul E. McKenney" wrote: > > > In kernels built with CONFIG_BOOT_CONFIG_FORCE=y, /proc/cmdline will > > show all kernel boot parameters, both those supplied by the boot loader > > and those e

Re: [REBASE PATCH v5 04/17] remoteproc: qcom: Remove minidump related data from qcom_common.c

2023-10-06 Thread Mukesh Ojha
Hi Bjorn/Mathieu, Patches from 2/17-4/17 is just a movement of functions to separate config/file. Do you think, these can be picked independently from this series ? I can send them separately, if required. @Bjorn: I have sent 13/17-15/17 separately [1] as it is needed by some folks and indep

Re: [PATCH 3/3] rust: upgrade to Rust 1.73.0

2023-10-06 Thread Alice Ryhl
Miguel Ojeda writes: > This is the next upgrade to the Rust toolchain, from 1.72.1 to 1.73.0 > (i.e. the latest) [1]. > > See the upgrade policy [2] and the comments on the first upgrade in > commit 3ed03f4da06e ("rust: upgrade to Rust 1.68.2"). > > # Unstable features > > No unstable features

Re: [PATCH bootconfig 2/3] fs/proc: Add boot loader arguments as comment to /proc/bootconfig

2023-10-06 Thread Google
On Thu, 5 Oct 2023 10:17:46 -0700 "Paul E. McKenney" wrote: > In kernels built with CONFIG_BOOT_CONFIG_FORCE=y, /proc/cmdline will > show all kernel boot parameters, both those supplied by the boot loader > and those embedded in the kernel image. This works well for those who > just want to see