AUR AI Reviewer

Review Results

Version #1794 of linux-mainline · commit 97015b4c48ae · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #585

Comment

The change only bumps pkgver in .SRCINFO from 7.2rc3 to 7.2rc4. This is metadata-only and does not alter sources, build steps, install scripts, permissions, or package contents. No security-relevant behavior is introduced by this diff alone.

@@ -1,6 +1,6 @@
 pkgbase = linux-mainline
 	pkgdesc = Linux Mainline
-	pkgver = 7.2rc3
+	pkgver = 7.2rc4
 	pkgrel = 1
 	url = https://kernel.org/
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #586

Comment

The change is a straightforward upstream version bump for the kernel source from v7.2-rc3 to v7.2-rc4, with the corresponding SHA-256 checksum updated. The source remains the official kernel.org Git repository over HTTPS, and there are no new build steps, scripts, patches, or privilege-related artifacts introduced by this diff. No security red flags are evident in this .SRCINFO-only change.

@@ -32,12 +32,12 @@ pkgbase = linux-mainline
 	makedepends = texlive-latexextra
 	options = !debug
 	options = !strip
-	source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v7.2-rc3
+	source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v7.2-rc4
 	source = config.x86_64
 	validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
 	validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
 	validpgpkeys = 83BC8889351B5DEBBB68416EB8AC08600F108CDF
-	sha256sums = 57a03d607a9a004e387a47f63cc152dad360fc2309b766e393747ba5ae855b0d
+	sha256sums = 770eefe7726e2ba45a3d80b37d5092418559e97ae8b7b9e75d1e7bfdc95684d7
 	sha256sums = 09d57e32920139bc7275b8e0bccfb3bea2fe1d68655f1978ac89f2ce240f2dd2
 
 pkgname = linux-mainline
Risk 0/5 · Safe PKGBUILD
Result #587

Comment

The change is a straightforward version bump in PKGBUILD from v7.2-rc3 to v7.2-rc4, updating pkgver accordingly. No new sources, scripts, build steps, permissions, or packaging behavior were introduced. Based on the provided diff, this is low risk and appears to be a routine upstream version update.

@@ -6,8 +6,8 @@
 
 pkgbase=linux-mainline
 #pkgbase=linux-custom       # Build kernel with a different name
-_tag=v7.2-rc3
-pkgver=7.2rc3
+_tag=v7.2-rc4
+pkgver=7.2rc4
 pkgrel=1
 pkgdesc="Linux Mainline"
 arch=(x86_64)
Risk 0/5 · Safe PKGBUILD
Result #588

Comment

The change is a routine upstream version bump from v7.2-rc3 to v7.2-rc4 with the corresponding source checksum update. No new sources, scripts, build steps, privilege changes, or packaging behavior were introduced. The diff does not indicate any supply-chain or persistence risk beyond the normal trust in the upstream kernel tarball already covered by the checksum and PGP verification.

@@ -56,7 +56,7 @@ validpgpkeys=(
   647F28654894E3BD457199BE38DBBDC86092693E  # Greg Kroah-Hartman
   83BC8889351B5DEBBB68416EB8AC08600F108CDF  # Jan Alexander Steffens (heftig)
 )
-sha256sums=('57a03d607a9a004e387a47f63cc152dad360fc2309b766e393747ba5ae855b0d'
+sha256sums=('770eefe7726e2ba45a3d80b37d5092418559e97ae8b7b9e75d1e7bfdc95684d7'
             '09d57e32920139bc7275b8e0bccfb3bea2fe1d68655f1978ac89f2ce240f2dd2')
 
 export KBUILD_BUILD_HOST=archlinux