Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1662836
| Path | csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Darren Hart <dvhart@infradead.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test |
| Date | Sat, 10 Jun 2017 02:40:01 +0200 |
| Message-ID | <tQCBz-8rt-3@gated-at.bofh.it> (permalink) |
| References | <tNYyC-49F-17@gated-at.bofh.it> <tPKrv-7Vi-9@gated-at.bofh.it> |
| X-Original-To | Andy Shevchenko <andy.shevchenko@gmail.com> |
| Dkim-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=D+a4wPzDYIRxMs63ko43GmFVZpnn/6HHEoHk5B/rgjg=; b=Y9fxA5rmCVsxhV6EbhBfZltAw h2yWgY/j+xTvSxvUtOuj/iHZAqC0oyV+MLiSvhsi6QZHfV09Jr474WlkFLJdd0hGzRNOV8OdGJk87 7+qbsVn+I6bgCdmxpteL91Nt9qUzc8qZ6+K+n1kdxpcpOMY+EiGFKCVyNEMCLlPF/ZM8zfTTIhsIs hWB9EEbibFoUQo0wVmMIpMlpWx1icc82JZAZnfg+PlhH7USsnSqI4WmpNr8/3RS24WhvG5YbENbH8 70xUYV73JXYvQ82HgLruz8T77K/+XK3+gKkwdGfGFqxnh6xUjCCOV94hYFlaMqlQSaOUjSt80mRj+ YtbHqWbqA==; |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.8.0 (2017-02-23) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 46 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | priyalee.kushwaha@intel.com, souvik.k.chakravarty@intel.com, Andy Shevchenko <andy@infradead.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Platform Driver <platform-driver-x86@vger.kernel.org> |
| X-Original-Date | Fri, 9 Jun 2017 17:34:59 -0700 |
| X-Original-Message-ID | <20170610003459.GA22981@fury> |
| X-Original-References | <6935d670736c764f2bfdaba4bcafc6168ffa03ae.1496510090.git.priyalee.kushwaha@intel.com> <CAHp75Ve+Jp2N1DwPASuLpxB19pziJ4yfnWqsKstEuY2zcPVD5g@mail.gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1662836 |
Show key headers only | View raw
On Wed, Jun 07, 2017 at 05:42:52PM +0300, Andy Shevchenko wrote: > On Sat, Jun 3, 2017 at 8:21 PM, <priyalee.kushwaha@intel.com> wrote: > > From: Priyalee Kushwaha <priyalee.kushwaha@intel.com> > > > > This fix oops found while testing load/unload test of > > intel_telemetry_debugfs module. Module_init uses register_pm_notifier > > for PM callbacks, but unregister_pm_notifier was missing from > > module_exit. > > > > [ 97.481860] BUG: unable to handle kernel paging request at ffffffffa006f010 > > [ 97.489742] IP: blocking_notifier_chain_register+0x3a/0xa0 > > [ 97.495898] PGD 2e0a067 > > [ 97.495899] PUD 2e0b063 > > [ 97.498737] PMD 179e29067 > > [ 97.501573] PTE 0 > > > > [ 97.508423] Oops: 0000 1 PREEMPT SMP > > [ 97.512724] Modules linked in: intel_telemetry_debugfs intel_rapl gpio_keys dwc3 udc_core intel_telemetry_pltdrv intel_punit_ipc intel_telemetry_core rtc_cmos efivars x86_pkg_temp_thermal iwlwifi snd_hda_codec_hdmi soc_button_array btusb cfg80211 btrtl mei_me hci_uart btbcm mei btintel i915 bluetooth intel_pmc_ipc snd_hda_intel spi_pxa2xx_platform snd_hda_codec dwc3_pci snd_hda_core tpm_tis tpm_tis_core tpm efivarfs > > [ 97.558453] CPU: 0 PID: 889 Comm: modprobe Not tainted 4.11.0-rc6-intel-dev-bkc #1 > > [ 97.566950] Hardware name: Intel Corp. Joule DVT3/SDS, BIOS GTPP181A.X64.0143.B30.1701132137 01/13/2017 > > [ 97.577518] task: ffff8801793a21c0 task.stack: ffff8801793f0000 > > [ 97.584162] RIP: 0010:blocking_notifier_chain_register+0x3a/0xa0 > > [ 97.590903] RSP: 0018:ffff8801793f3c58 EFLAGS: 00010286 > > [ 97.596802] RAX: ffffffffa006f000 RBX: ffffffff81e3ea20 RCX: 0000000000000000 > > [ 97.604812] RDX: ffff880179eaf210 RSI: ffffffffa0131000 RDI: ffffffff81e3ea20 > > [ 97.612821] RBP: ffff8801793f3c68 R08: 0000000000000006 R09: 000000000000005c > > [ 97.620847] R10: 0000000000000000 R11: 0000000000000006 R12: ffffffffa0131000 > > [ 97.628855] R13: 0000000000000000 R14: ffff880176e35f48 R15: ffff8801793f3ea8 > > [ 97.636865] FS: 00007f7eeba07700(0000) GS:ffff88017fc00000(0000) knlGS:0000000000000000 > > [ 97.645948] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > > [ 97.652423] CR2: ffffffffa006f010 CR3: 00000001775ef000 CR4: 00000000003406f0 > > [ 97.660423] Call Trace: > > [ 97.663166] ? 0xffffffffa0031000 > > [ 97.666885] register_pm_notifier+0x18/0x20 > > [ 97.671581] telemetry_debugfs_init+0x92/0x1000 > > Pushed to testing, thanks! > > Darren, do we need this in v4.12-rcX? If it causes an Oops, it makes sense for an rcX to me. We're currently at RC4, so yes. -- Darren Hart VMware Open Source Technology Center
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v4 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test Darren Hart <dvhart@infradead.org> - 2017-06-10 02:40 +0200
csiph-web