AUR AI Reviewer

Review Results

Version #2266 of linux-mainline · commit 6910edc7d925 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2667

Comment

The change only bumps the package version in .SRCINFO from 7.2 to 7.3rc1. This is metadata-only and does not introduce new sources, build steps, install scripts, or permission changes. I see no security-relevant impact from this diff alone.

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

Comment

The change only bumps the kernel source tag in .SRCINFO from v7.2 to v7.3-rc1 and updates the corresponding checksum. The source remains the official kernel.org Git repository over HTTPS, pinned to a specific tag, with no new build-time downloads, scripts, or packaging behavior changes visible in this diff. This is a routine upstream version update and does not introduce an obvious supply-chain or privilege-escalation risk on its own.

@@ -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
+	source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v7.3-rc1
 	source = config.x86_64
 	validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
 	validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
 	validpgpkeys = 83BC8889351B5DEBBB68416EB8AC08600F108CDF
-	sha256sums = 39d89488855de6428f01fd77746ff0568706da996e348583823d0e988cd15f61
+	sha256sums = 7ad78d95172c09ce23e7e721bf31a4b7777afa5d6427150bcd0b651ca13c0942
 	sha256sums = 9f6e1be50d2ebb69a23b14799ccf23462c80e29f284ce3b205186921c5c3bf3d
 
 pkgname = linux-mainline
Risk 0/5 · Safe PKGBUILD
Result #2669

Comment

The change only bumps the kernel source tag/version from v7.2 to v7.3-rc1 and adjusts pkgver accordingly. This is a straightforward upstream version update with no added build steps, no new sources, no integrity changes, and no packaging/script modifications visible in the provided hunk. I did not see any security-relevant red flags in this diff alone.

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

Comment

The change only updates the kernel release tag/version from v7.2 to v7.3-rc1 and refreshes the corresponding source checksum. The source remains the official kernel.org git repository over HTTPS, still pinned to a specific tag, and there are no new build-time downloads, scripts, privilege changes, or packaging behavior changes. This is a routine upstream version bump with no security red flags in the diff provided.

@@ -56,7 +56,7 @@ validpgpkeys=(
   647F28654894E3BD457199BE38DBBDC86092693E  # Greg Kroah-Hartman
   83BC8889351B5DEBBB68416EB8AC08600F108CDF  # Jan Alexander Steffens (heftig)
 )
-sha256sums=('39d89488855de6428f01fd77746ff0568706da996e348583823d0e988cd15f61'
+sha256sums=('7ad78d95172c09ce23e7e721bf31a4b7777afa5d6427150bcd0b651ca13c0942'
             '9f6e1be50d2ebb69a23b14799ccf23462c80e29f284ce3b205186921c5c3bf3d')
 
 export KBUILD_BUILD_HOST=archlinux