mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ruoyu Wang <ruoyuw560@gmail.com>
To: Dave Penkler <dpenkler@gmail.com>
Cc: linux-kernel@vger.kernel.org, Ruoyu Wang <ruoyuw560@gmail.com>
Subject: [PATCH 0/2] gpib: check register mappings
Date: Sun,  7 Jun 2026 17:34:43 +0800	[thread overview]
Message-ID: <20260607093445.3-1-ruoyuw560@gmail.com> (raw)

This short series checks ioremap() results in two GPIB drivers before
the returned mappings are dereferenced during device setup.

The INES PCMCIA driver writes through the mapped CIS attribute-memory
window, and the Agilent 82350B driver uses several mapped PCI BARs during
attach. In both cases, failed mappings should stop setup and unwind the
partial state instead of continuing with a NULL mapping.

Ruoyu Wang (2):
  gpib: ines: check CIS register mapping
  gpib: agilent_82350b: check register mappings

 drivers/gpib/agilent_82350b/agilent_82350b.c | 80 +++++++++++++++-----
 drivers/gpib/agilent_82350b/agilent_82350b.h |  1 +
 drivers/gpib/ines/ines_gpib.c                |  4 +
 3 files changed, 65 insertions(+), 20 deletions(-)

-- 
2.51.0

             reply	other threads:[~2026-06-07  9:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-07  9:34 Ruoyu Wang [this message]
2026-06-07  9:34 ` [PATCH 1/2] gpib: ines: check CIS register mapping Ruoyu Wang
2026-06-07  9:34 ` [PATCH 2/2] gpib: agilent_82350b: check register mappings Ruoyu Wang

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=20260607093445.3-1-ruoyuw560@gmail.com \
    --to=ruoyuw560@gmail.com \
    --cc=dpenkler@gmail.com \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®