Re: [PATCH v7] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
Xin Zhao <[email protected]>
| Newsgroups | org.kernel.vger.linux-arch,org.kernel.vger.linux-doc,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 6 Aug 2026 21:08:46 -0700 Randy Dunlap <[email protected]> wrote: > > +The default value of coredump_filter is 0x233; this means all anonymous memory > > +segments, ELF header pages, hugetlb private memory and fd list are dumped. > > + > > The default value of coredump_filter is 0x33; this means all anonymous memory > > segments, ELF header pages and hugetlb private memory are dumped. > > I could easily be missing something here, but to me it appears that the > paragraph immediately above here should have been deleted (i.e., replaced > by the one above it). > Can you explain, please? Thank you. This is another silly mistake. I'll fix it. I think I should see a doctor to check my eyes. :( Thanks Xin Zhao