All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Jeffrin Thalakkottoor <jeffrin@rajagiritech.edu.in>
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
	linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org,
	hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
	sr@sladewatkins.com
Subject: Re: [PATCH 6.17 000/506] 6.17.13-rc2 review
Date: Wed, 17 Dec 2025 16:04:25 +0100	[thread overview]
Message-ID: <2025121746-hardcopy-curry-5e02@gregkh> (raw)
In-Reply-To: <CAG=yYwkuq=WCGMqYcuWh5eHuVY5rUFWRtbZKgcUb1Eg1GxgM3w@mail.gmail.com>

On Wed, Dec 17, 2025 at 08:24:15PM +0530, Jeffrin Thalakkottoor wrote:
> On Wed, Dec 17, 2025 at 1:09 PM Jeffrin Thalakkottoor
> <jeffrin@rajagiritech.edu.in> wrote:
> >
> > hello
> >
> > Compiled and booted  6.17.13-rc2+
> >
> > dmesg shows error...  file attached
> >
> > As per dmidecode command.
> > Version: AMD Ryzen 3 3250U with Radeon Graphics
> >
> > Processor Information
> >         Socket Designation: FP5
> >         Type: Central Processor
> >         Family: Zen
> >         Manufacturer: Advanced Micro Devices, Inc.
> >         ID: 81 0F 81 00 FF FB 8B 17
> >         Signature: Family 23, Model 24, Stepping 1
> >
> > Tested-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
> 
> i  have done a  git bisect  and the log is attached.
> THANKS
> 
> 
> -- 
> software engineer
> rajagiri school of engineering and technology

> git bisect start
> # status: waiting for both good and bad commits
> # bad: [f89c72a532b507111acfe1b83ff4855dc6772043] Linux 6.17.13-rc2
> git bisect bad f89c72a532b507111acfe1b83ff4855dc6772043
> # status: waiting for good commit(s), bad commit known
> # good: [6fedb515e7f90986da3de36a35752e6dc2e0c911] Linux 6.17.12
> git bisect good 6fedb515e7f90986da3de36a35752e6dc2e0c911
> # good: [6fedb515e7f90986da3de36a35752e6dc2e0c911] Linux 6.17.12
> git bisect good 6fedb515e7f90986da3de36a35752e6dc2e0c911
> # good: [bef2390379e56d44e5fed5400bba2f6c2486cd6c] tracefs: fix a leak in eventfs_create_events_dir()
> git bisect good bef2390379e56d44e5fed5400bba2f6c2486cd6c
> # good: [16be45fa274beefba34a25da3551276b9fb48382] vhost: Fix kthread worker cgroup failure handling
> git bisect good 16be45fa274beefba34a25da3551276b9fb48382
> # good: [3e619964439334c23c079ff3986fd62d94d8c842] NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_state
> git bisect good 3e619964439334c23c079ff3986fd62d94d8c842
> # good: [9786c2e58c42de159067fa3ae7a5b1e029bdcab1] rtc: gamecube: Check the return value of ioremap()
> git bisect good 9786c2e58c42de159067fa3ae7a5b1e029bdcab1
> # good: [96b48878043620b06e74f5e435f0caf16105db8d] scsi: imm: Fix use-after-free bug caused by unfinished delayed work
> git bisect good 96b48878043620b06e74f5e435f0caf16105db8d
> # good: [299f05075dfe002156bbc46ba7da2a89357fe94f] usb: phy: Initialize struct usb_phy list_head
> git bisect good 299f05075dfe002156bbc46ba7da2a89357fe94f
> # good: [0ecfb458bae89e7cc2ceca578405a014a7090c33] ALSA: hda/realtek: Add match for ASUS Xbox Ally projects
> git bisect good 0ecfb458bae89e7cc2ceca578405a014a7090c33
> # good: [25b1100cb9ff0dcbd7263ab57fcede673be0ecc4] ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_hda_read_acpi()
> git bisect good 25b1100cb9ff0dcbd7263ab57fcede673be0ecc4
> # good: [5f0bc5d1d892e7bd28dab743c9e8dce2b6596fbc] ALSA: wavefront: Fix integer overflow in sample size validation
> git bisect good 5f0bc5d1d892e7bd28dab743c9e8dce2b6596fbc
> # first bad commit: [f89c72a532b507111acfe1b83ff4855dc6772043] Linux 6.17.13-rc2

So the change that sets the makefile is the bad commit?  I don't think
the testing went correct for some reason :(



  reply	other threads:[~2025-12-17 15:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-16 11:20 [PATCH 6.17 000/506] 6.17.13-rc2 review Greg Kroah-Hartman
2025-12-16 16:17 ` Brett A C Sheffield
2025-12-16 19:59 ` Dileep malepu
2025-12-16 21:38 ` Florian Fainelli
2025-12-16 22:20 ` Pavel Machek
2025-12-17  5:14 ` Ron Economos
2025-12-17  7:39 ` Jeffrin Thalakkottoor
2025-12-17 14:54   ` Jeffrin Thalakkottoor
2025-12-17 15:04     ` Greg Kroah-Hartman [this message]
2025-12-17 18:04       ` Jeffrin Thalakkottoor
2025-12-17 13:41 ` Jon Hunter
2025-12-17 14:08 ` Naresh Kamboju
2025-12-18  3:30 ` Peter Schneider
2025-12-18  9:40 ` Mark Brown
2025-12-18 11:52 ` Miguel Ojeda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2025121746-hardcopy-curry-5e02@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=hargar@microsoft.com \
    --cc=jeffrin@rajagiritech.edu.in \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=sr@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.