On 5/14/25 2:00 PM, Randy Dunlap wrote:
>
>
> On 5/14/25 12:24 PM, Sergio González Collado wrote:
>> The kunit test that checks the longests symbol length [1], has triggered
>> warnings in some pilelines when symbol prefixes are used [2][3]. The test
>> will to de
03b37-c4d9-4a92-9be2-75aaf8c19...@infradead.org/T/#t
> [4]
> https://lore.kernel.org/linux-kselftest/20250427200916.GA1661412@ax162/T/#t
>
> Reviewed-by: Rae Moar
> Signed-off-by: Sergio González Collado
Works for me. Thanks.
Acked-by: Randy Dunlap
Tested-by: Randy Dunlap
> ---
> v
Hi,
On 5/2/25 7:37 AM, Sergio González Collado wrote:
> The kunit test that checks the longests symbol length [1], has triggered
> warnings in some pilelines when symbol prefixes are used [2]. The test
> is adjunsted to depend on !PREFIX_SYMBOLS and !CFI_CLANG as sujested in [3]
>
> [1]
> https:
Hi,
On 8/13/24 9:56 AM, Yuanchu Xie wrote:
> Add workingset reporting documentation for better discoverability of
> its sysfs and memcg interfaces. Also document the required kernel
> config to enable workingset reporting.
>
> Change-Id: Ib9dfc9004473baa6ef26ca7277d220b6199517de
> Signed-off-by:
On 7/30/24 12:51 AM, Muhammad Usama Anjum wrote:
> On 7/29/24 7:09 PM, Randy Dunlap wrote:
>>
>>
>> On 7/29/24 1:07 AM, Muhammad Usama Anjum wrote:
>>> On 7/27/24 10:35 PM, Yury Norov wrote:
>>>> On Fri, Jul 26, 2024 at 04:06:57PM +0500, Muhammad
On 7/29/24 1:07 AM, Muhammad Usama Anjum wrote:
> On 7/27/24 10:35 PM, Yury Norov wrote:
>> On Fri, Jul 26, 2024 at 04:06:57PM +0500, Muhammad Usama Anjum wrote:
>>> Rename module to bitmap_kunit and rename the configuration option
>>> compliant with kunit framework.
>>
>> ... , so those enablin
Hi--
On 6/24/24 9:33 AM, Jiaqi Yan wrote:
> Add the documentation for soft offline behaviors / costs, and what
> the new enable_soft_offline sysctl is for.
>
> Acked-by: Oscar Salvador
>
> Signed-off-by: Jiaqi Yan
> ---
> Documentation/admin-guide/sysctl/vm.rst | 32 +
On 6/25/24 7:57 AM, Mark Brown wrote:
> Add some documentation of the userspace ABI for Guarded Control Stacks.
>
> Reviewed-by: Thiago Jung Bauermann
> Signed-off-by: Mark Brown
> ---
> Documentation/arch/arm64/gcs.rst | 233
> +
> Documentation/arch/a
Hi,
On 6/23/24 4:23 AM, Mark Brown wrote:
> There are a number of architectures with shadow stack features which we are
> presenting to userspace with as consistent an API as we can (though there
> are some architecture specifics). Especially given that there are some
> important considerations fo
e:
> * remove "x" in the comparison (not needed for decades)
> * use $# for checking number of arguments
> * cleanup whitespace
>
> Fixes: 4ab5a5d2a4a22 ("tools: add a kernel-chktaint to tools/debugging")
> Signed-off-by: Petr Vorel
Acked-by: Randy Dunlap
On 6/10/24 8:49 PM, jef...@chromium.org wrote:
> From: Jeff Xu
>
> Add documentation for memfd_create flags: MFD_NOEXEC_SEAL
> and MFD_EXEC
>
> Cc: sta...@vger.kernel.org
> Signed-off-by: Jeff Xu
>
> ---
> Documentation/userspace-api/index.rst | 1 +
> Documentation/userspace-api/mfd
Hi--
On 6/7/24 1:35 PM, jef...@chromium.org wrote:
> From: Jeff Xu
>
> Add documentation for memfd_create flags: FMD_NOEXEC_SEAL
s/FMD/MFD/
> and MFD_EXEC
>
> Signed-off-by: Jeff Xu
> ---
> Documentation/userspace-api/index.rst | 1 +
> Documentation/userspace-api/mfd_noexec.rst | 86
Hi,
Just a couple of nits below:
On 6/3/24 7:05 PM, Yuanchu Xie wrote:
> Add workingset reporting documentation for better discoverability of
> its sysfs and memcg interfaces. Also document the required kernel
> config to enable workingset reporting.
>
> Signed-off-by: Yuanchu Xie
> ---
> Docu
On 4/15/24 6:08 PM, Elizabeth Figura wrote:
> Add an overall explanation of the driver architecture, and complete and
> precise
> specification for its intended behaviour.
>
> Reviewed-by: Bagas Sanjaya
> Signed-off-by: Elizabeth Figura
Tested-by: Ran
On 4/15/24 12:19 PM, Jarkko Sakkinen wrote:
> On Mon Apr 15, 2024 at 5:24 PM EEST, Roberto Sassu wrote:
>> From: Roberto Sassu
>>
>> Add a parser of a generic TLV format:
>
> What is TLV?
type-length-value
i.e., a descriptor that contains a value.
IIUC.
--
#Randy
https://people.kernel.org
Hi,
On 3/26/24 15:50, Mina Almasry wrote:
> Add documentation outlining the usage and details of devmem TCP.
>
> Signed-off-by: Mina Almasry
>
> ---
>
> v7:
> - Applied docs suggestions (Jakub).
>
> v2:
>
> - Missing spdx (simon)
> - add to index.rst (simon)
>
> ---
> Documentation/network
On 3/15/24 07:44, Benjamin Tissoires wrote:
> +/**
> + * hid_bpf_hw_output_report - Send an output report to a HID device
> + *
> + * @ctx: the HID-BPF context previously allocated in
> hid_bpf_allocate_context()
> + * @buf: a %PTR_TO_MEM buffer
> + * @buf__sz: the size of the data to transfer
On 3/15/24 07:44, Benjamin Tissoires wrote:
> It can be interesting to inject events from BPF as if the event were
> to come from the device.
> For example, some multitouch devices do not all the time send a proximity
> out event, and we might want to send it for the physical device.
>
> Compar
On 3/2/24 14:10, Guenter Roeck wrote:
> On Thu, Feb 29, 2024 at 12:21 PM Linus Torvalds
> wrote:
>>
>> On Thu, 29 Feb 2024 at 01:23, Nikolai Kondrashov wrote:
>>>
>>> However, I think a better approach would be *not* to add the .gitlab-ci.yaml
>>> file in the root of the source tree, but inste
Hi,
On 2/14/24 15:36, Elizabeth Figura wrote:
> ntsync uses a misc device as the simplest and least intrusive uAPI interface.
>
> Each file description on the device represents an isolated NT instance,
> intended
> to correspond to a single NT virtual machine.
>
> Signed-off-by: Elizabeth Figur
Hi--
On 2/9/24 06:09, Roberto Sassu wrote:
> diff --git a/security/digest_cache/Kconfig b/security/digest_cache/Kconfig
> new file mode 100644
> index ..0c47d5151f07
> --- /dev/null
> +++ b/security/digest_cache/Kconfig
> @@ -0,0 +1,17 @@
> +# SPDX-License-Identifier: GPL-2.0
> +config
Hi,
On 2/2/24 16:04, Mark Brown wrote:
> There are a number of architectures with shadow stack features which we are
> presenting to userspace with as consistent an API as we can (though there
> are some architecture specifics). Especially given that there are some
> important considerations for u
On 1/16/24 12:13, Jonathan Corbet wrote:
> jef...@chromium.org writes:
>
>> From: Jeff Xu
>>
>> Add documentation for mseal().
>>
>> Signed-off-by: Jeff Xu
>> ---
>> Documentation/userspace-api/mseal.rst | 181 ++
>> 1 file changed, 181 insertions(+)
>> create mode 1
On 1/12/24 20:53, Jeff Xu wrote:
> On Fri, Jan 12, 2024 at 6:20 PM Randy Dunlap wrote:
>>
>>
>>
>> On 1/11/24 15:41, jef...@chromium.org wrote:
>>> From: Jeff Xu
>>>
>>> This patchset proposes a new mseal() syscall for the Linux kernel.
On 1/11/24 15:41, jef...@chromium.org wrote:
> From: Jeff Xu
>
> This patchset proposes a new mseal() syscall for the Linux kernel.
>
Jeff,
Building arm64 defconfig, on linux-next-20240112, I get:
CC arch/arm64/kernel/asm-offsets.s
In file included from ../include/uapi/linux/mman.h:5
Hi Jeff,
On 1/11/24 15:41, jef...@chromium.org wrote:
> From: Jeff Xu
>
> Add documentation for mseal().
>
> Signed-off-by: Jeff Xu
> ---
> Documentation/userspace-api/mseal.rst | 181 ++
> 1 file changed, 181 insertions(+)
> create mode 100644 Documentation/userspac
On 1/9/24 07:45, jef...@chromium.org wrote:
> From: Jeff Xu
>
> Add documentation for mseal().
>
> Signed-off-by: Jeff Xu
> ---
> Documentation/userspace-api/mseal.rst | 181 ++
> 1 file changed, 181 insertions(+)
> create mode 100644 Documentation/userspace-api/mse
On 1/4/24 10:51, jef...@chromium.org wrote:
> From: Jeff Xu
>
> Add documentation for mseal().
>
> Signed-off-by: Jeff Xu
> ---
> Documentation/userspace-api/mseal.rst | 181 ++
> 1 file changed, 181 insertions(+)
> create mode 100644 Documentation/userspace-api/mse
ng devices")
> Reported-by: kernel test robot
> Closes:
> https://lore.kernel.org/oe-kbuild-all/202312181920.h4epah20-...@intel.com/
> Signed-off-by: David Gow
Reviewed-by: Randy Dunlap
Thanks.
> ---
> lib/kunit/device.c | 6 +++---
> 1 file changed, 3 inse
On 12/18/23 05:30, Colin Ian King wrote:
> There are a handful of spelling mistakes in test messages in the
> TCP-AIO selftests. Fix these.
>
> Signed-off-by: Colin Ian King
Reviewed-by: Randy Dunlap
Thanks.
> ---
> tools/testing/selftests/net/tcp_ao/connect-deny.c
nit:
On 10/17/23 02:08, jef...@chromium.org wrote:
| diff --git a/mm/Kconfig b/mm/Kconfig
| index 264a2df5ecf5..db8a567cb4d3 100644
| --- a/mm/Kconfig
| +++ b/mm/Kconfig
| @@ -1258,6 +1258,14 @@ config LOCK_MM_AND_FIND_VMA
| bool
| depends on !STACK_GROWSUP
|
| +config MSEAL
| +
31 matches
Mail list logo