[PATCH v1] docs: move riscv under arch

2023-09-30 Thread Costa Shulyupin
and fix all in-tree references. Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Signed-off-by: Costa Shulyupin --- Changes in v1: reba

Re: [PATCH] docs: move riscv under arch

2023-09-30 Thread Jonathan Corbet
Conor Dooley writes: > On Thu, Sep 28, 2023 at 01:29:42PM +0300, Costa Shulyupin wrote: >> and fix all in-tree references. >> >> Architecture-specific documentation is being moved into Documentation/arch/ >> as a way of cleaning up the top-level documentation directory and making >> the docs hie

Re: [RFC PATCH 01/14] mm/slub: don't try to dereference invalid freepointers

2023-09-30 Thread Hyeonggon Yoo
On Fri, Sep 15, 2023 at 7:59 PM Matteo Rizzo wrote: > > slab_free_freelist_hook tries to read a freelist pointer from the > current object even when freeing a single object. This is invalid > because single objects don't actually contain a freelist pointer when > they're freed and the memory conta

Re: [PATCH] docs: move riscv under arch

2023-09-30 Thread Conor Dooley
On Thu, Sep 28, 2023 at 01:29:42PM +0300, Costa Shulyupin wrote: > and fix all in-tree references. > > Architecture-specific documentation is being moved into Documentation/arch/ > as a way of cleaning up the top-level documentation directory and making > the docs hierarchy more closely match the