Re: [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently

2025-07-28 Thread Lorenzo Stoakes
Andrew - FYI there's nothing to worry about here, the type remains precisely the same, and I'll send a patch to fix this trivial issue so when later this type changes vmalloc will be uaffected. On Tue, Jul 29, 2025 at 09:15:51AM +0900, Harry Yoo wrote: > [Adding Uladzislau to Cc] Ulad - could we

[GIT PULL] Please pull powerpc/linux.git powerpc-6.17-1 tag

2025-07-28 Thread Madhavan Srinivasan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Linus, Please pull powerpc updates for 6.17: The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841: Linux 6.16-rc3 (2025-06-22 13:30:08 -0700) are available in the git repository at: https://git.kernel.org/pub/scm/li

Re: [GIT PULL] execve updates for v6.17

2025-07-28 Thread pr-tracker-bot
The pull request you sent on Sat, 26 Jul 2025 14:39:20 -0700: > https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git > tags/execve-v6.17 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/d900c4ce638d707f09c7e5c2afa71e035c0bb33d Thank you! -- Deet-doot-dot, I

Re: [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently

2025-07-28 Thread Harry Yoo
On Wed, Jun 18, 2025 at 08:42:53PM +0100, Lorenzo Stoakes wrote: > The core kernel code is currently very inconsistent in its use of > vm_flags_t vs. unsigned long. This prevents us from changing the type of > vm_flags_t in the future and is simply not correct, so correct this. > > While this resu

[powerpc:next-test] BUILD SUCCESS cf2a6de32cabbf84a889e24a9ee7c51dee4a1f70

2025-07-28 Thread kernel test robot
allmodconfiggcc-15.1.0 arc allnoconfiggcc-15.1.0 arc allyesconfiggcc-15.1.0 arc defconfiggcc-15.1.0 arc randconfig-001-20250728gcc-13.4.0 arc

Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA

2025-07-28 Thread GONG Ruiqi
On 7/26/2025 2:29 AM, Nayna Jain wrote: > > On 7/17/25 8:29 AM, GONG Ruiqi wrote: >> On 7/8/2025 4:35 AM, Nayna Jain wrote: >>> On 7/2/25 10:07 PM, GONG Ruiqi wrote: ... >> >> Yes, IMA_ARCH_POLICY was not set. The testing was conducted on >> openEuler[1], a Linux distro mainly for arm64 & x

Re: [PATCH] tty: serial: ucc_uart: use WARN_ON() instead of BUG()

2025-07-28 Thread Akhilesh Patil
On Mon, Jul 28, 2025 at 06:07:22AM +0200, Greg KH wrote: > On Mon, Jul 28, 2025 at 07:14:25AM +0530, Akhilesh Patil wrote: > > Replace BUG() with WARN_ON() as recommended in > > Documentation/process/deprecated.rst > > Fix system entering into unstable/break/undebuggable state due to use > > of BUG