Re: [RFC PATCH v2 10/13] x86/um: nommu: signal handling

2024-11-30 Thread Hajime Tazaki
Hello, On Thu, 28 Nov 2024 19:37:21 +0900, Benjamin Berg wrote: > > +#ifndef CONFIG_MMU > > + memset(&r, 0, sizeof(r)); > > + /* mark is_user=1 when the IP is from userspace code. */ > > + if (mc && (REGS_IP(mc->gregs) > uml_reserved > > +    && REGS_IP(mc->gregs) < high_physmem)) > > + r.is_us

Re: [GIT PULL] UML changes for v6.13-rc1

2024-11-30 Thread pr-tracker-bot
The pull request you sent on Sat, 30 Nov 2024 00:06:21 +0100 (CET): > git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux.git > tags/uml-for-linus-6.13-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/831c1926ee728c3e747255f7c0f434762e8e863d Thank you! -- Dee