lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <PH0PR11MB5192B04F9FECDC6F7460EF2EEC90A@PH0PR11MB5192.namprd11.prod.outlook.com> Date: Mon, 18 Dec 2023 01:03:37 +0000 From: "Song, Xiongwei" <Xiongwei.Song@...driver.com> To: "Parker, Amy" <amyipdev@....fullerton.edu>, "cl@...ux.com" <cl@...ux.com>, "penberg@...nel.org" <penberg@...nel.org>, "vbabka@...e.cz" <vbabka@...e.cz>, "42.hyeyoo@...il.com" <42.hyeyoo@...il.com> CC: "linux-mm@...ck.org" <linux-mm@...ck.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org> Subject: RE: [PATCH] slab: fix include indentation > -----Original Message----- > From: owner-linux-mm@...ck.org <owner-linux-mm@...ck.org> On Behalf > Of Parker, Amy > Sent: Sunday, December 17, 2023 3:23 PM > To: cl@...ux.com; penberg@...nel.org > Cc: linux-mm@...ck.org; linux-kernel@...r.kernel.org > Subject: [PATCH] slab: fix include indentation > > Include directives in slab are indented by tabs, except for > trace/events/kmem.h, which is indented with a single space. > This aligns in some editors depending on tab width setting, > but on others causes the directives to be misaligned. > This patch fixes that alignment. > > Signed-off-by: Amy Parker <amyipdev@....fullerton.edu> > > --- > mm/slab.c | 2 +- The current slab allocator is going to be removed. https://lore.kernel.org/linux-mm/ZXEx1%2Fp9ejRmkVTS@localhost.localdomain/T/#m1a5899625baa61ad31a0e99eea6fc02258513ac1 Thanks. > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mm/slab.c b/mm/slab.c > index 9ad3d0f2d1a5..e09c44f5b5ac 100644 > --- a/mm/slab.c > +++ b/mm/slab.c > @@ -125,7 +125,7 @@ > #include <asm/tlbflush.h> > #include <asm/page.h> > > -#include <trace/events/kmem.h> > +#include <trace/events/kmem.h> > > #include "internal.h" > > -- > 2.43.0
Powered by blists - more mailing lists