[PATCH kdevops] defconfig: add linux-modules-kpd defconfig symlink

2024-10-12 Thread Luis Chamberlain
devops/CAB=ne6vkwskv1jz_z2lkq4o7+jbkkc6u8wa1zxxbnghog4b...@mail.gmail.com/T/#u [4] https://github.com/linux-kdevops/linux-modules-kpd [5] https://github.com/linux-kdevops/linux-radix-tree-kpd Signed-off-by: Luis Chamberlain --- defconfigs/linux-modules-kpd | 1 + 1 file changed, 1 insertion(+) create m

Re: [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1).

2024-02-13 Thread Luis Chamberlain
On Tue, Feb 13, 2024 at 04:55:18PM -0500, Zi Yan wrote: > From: Zi Yan > Order-1 folio is not supported because _deferred_list, which is used by > partially mapped folios, is stored in subpage 2 and an order-1 folio only > has subpage 0 and 1. The LBS patches has the patch from Matthew which enab

Re: [PATCH 0/3] sysctl: Fix out of bounds access for empty syscl ctl_tables

2023-12-04 Thread Luis Chamberlain
On Tue, Nov 21, 2023 at 12:02:17PM +0100, Joel Granados via B4 Relay wrote: > Fix an out of bounds access reported in > https://lore.kernel.org/oe-lkp/202311201431.57aae8f3-oliver.s...@intel.com > Make sure that the ctl_table header size is greater than 0 before > evaluating if a ctl_table is perma