当前位置: 首页 > news >正文

口碑营销平台谷歌seo查询

口碑营销平台,谷歌seo查询,网站开发需要申请专利吗,长沙市建设网站背景 问题 前段时间开发一个tty驱动,用途是实现仪器对GPIB消息的接收、处理和上报。对于上报场景,下位机应用将上报内容写入一个驱动创建的tty设备,tty子系统将应用的输入转发给tty驱动,tty驱动将其转换成对SPI从设备&#xff0…

背景

问题

前段时间开发一个tty驱动,用途是实现仪器对GPIB消息的接收、处理和上报。对于上报场景,下位机应用将上报内容写入一个驱动创建的tty设备,tty子系统将应用的输入转发给tty驱动,tty驱动将其转换成对SPI从设备(即GPIB扩展板)的写入,SPI从设备再将收到的SPI消息转换成GPIB消息发送给上位机
GPIB拓扑

实现tty_operationswrite接口时,我是这么获取驱动上下文的:

struct gpib_tty_ctx {struct tty_port port;struct tty_struct mgr;  // 其实是无效的成员struct tty_driver *tty_drv;struct spi_device *spi_dev;struct gpib_spi_ctx *spi_ctx;struct mutex tty_lock;u32 activated:1;const u8 *pend_tx_buf;u32 pend_tx_len;
};static int gpib_tty_write(struct tty_struct * tty, const unsigned char *buf, int count)
{struct gpib_tty_ctx *ctx = container_of(tty, struct gpib_tty_ctx, mgr);// 通过ctx指针访问上下文结构体gpib_tty_ctx的驱动私有字段,完成write功能return count;
}

但是实际执行的时候,触发了空指针异常,且空指针的值并不是0x0这种典型值,而是带一点偏移。

问题定位

经定位,是我对tty子系统的理解有问题,write方法的第一个入参tty,并不是gpib_tty_ctxstruct tty_struct mgr成员的地址,而是tty子系统在运行时自动创建的一个匿名tty_struct对象的地址!因此我用container_of宏获取到的gpib_tty_ctx对象地址也是一个无效地址!

解决

注意到tty_struct结构体包含一个类型为struct tty_port的指针port

struct tty_struct {struct kref kref;int index;struct device *dev;struct tty_driver *driver;struct tty_port *port;   // 指向用户驱动创建并初始化的tty_port对象const struct tty_operations *ops;struct tty_ldisc *ldisc;struct ld_semaphore ldisc_sem;// ...
};

它应该就是指向驱动之前创建并初始化的gpib_tty_ctx.port对象,这个对象本身是没有被复制的,因此我可以将这个指针传递给container_of宏:

struct gpib_tty_ctx *ctx = container_of(tty->port, struct gpib_tty_ctx, port);

经测试,新的container_of宏返回了正确的驱动上下文地址。

总结

  1. tty_struct指针类似于file_operations接口的open方法的输出参数file指针,都对应内核自动分配的一个对象,其地址是不可以用于container_of宏的,但是它的成员private_data可以用于container_of宏,因为后者的值是驱动填写的。
  2. container_of宏的第一个参数是结构体成员地址,这个结构体成员一般是个对象,不建议选地址类成员,因为如果是地址,则该成员很可能是复制过的,那么你通过给container_of宏提供二级指针(指针成员的地址就是二级指针)获取的ctx对象,很可能是错的。

文章转载自:
http://dinncoribonuclease.ydfr.cn
http://dinncorundown.ydfr.cn
http://dinncoduo.ydfr.cn
http://dinncostrung.ydfr.cn
http://dinncoamidship.ydfr.cn
http://dinncospondylolisthesis.ydfr.cn
http://dinncosuperficiary.ydfr.cn
http://dinncorct.ydfr.cn
http://dinncoejectment.ydfr.cn
http://dinncodipteral.ydfr.cn
http://dinncopercutaneous.ydfr.cn
http://dinncocavum.ydfr.cn
http://dinncorightism.ydfr.cn
http://dinncotransitively.ydfr.cn
http://dinncotula.ydfr.cn
http://dinncosectile.ydfr.cn
http://dinncovolta.ydfr.cn
http://dinncoperpend.ydfr.cn
http://dinncodilantin.ydfr.cn
http://dinnconouakchott.ydfr.cn
http://dinncovulvovaginitis.ydfr.cn
http://dinncohoover.ydfr.cn
http://dinncozeldovich.ydfr.cn
http://dinncocontortive.ydfr.cn
http://dinncopentatonism.ydfr.cn
http://dinncosunfast.ydfr.cn
http://dinncoaerophobia.ydfr.cn
http://dinncojustificatory.ydfr.cn
http://dinncopothead.ydfr.cn
http://dinncodisinhume.ydfr.cn
http://dinncosepticidal.ydfr.cn
http://dinncoconducive.ydfr.cn
http://dinncophonetician.ydfr.cn
http://dinncobenevolence.ydfr.cn
http://dinncozincic.ydfr.cn
http://dinncopaperful.ydfr.cn
http://dinncochat.ydfr.cn
http://dinncocooperativity.ydfr.cn
http://dinncotonguefish.ydfr.cn
http://dinncomonopitch.ydfr.cn
http://dinncomonogynous.ydfr.cn
http://dinncoremembrance.ydfr.cn
http://dinncosavings.ydfr.cn
http://dinncoavg.ydfr.cn
http://dinncobackside.ydfr.cn
http://dinncogunfight.ydfr.cn
http://dinncohyalite.ydfr.cn
http://dinncoexasperate.ydfr.cn
http://dinncorogatory.ydfr.cn
http://dinncopresoak.ydfr.cn
http://dinncogamebook.ydfr.cn
http://dinncoconnected.ydfr.cn
http://dinncoinclude.ydfr.cn
http://dinncoproselytise.ydfr.cn
http://dinncovolatilize.ydfr.cn
http://dinncomassacre.ydfr.cn
http://dinncooverinflated.ydfr.cn
http://dinncounobservant.ydfr.cn
http://dinncoquadrennial.ydfr.cn
http://dinncooodm.ydfr.cn
http://dinncopollucite.ydfr.cn
http://dinncoderogatorily.ydfr.cn
http://dinncoechopraxis.ydfr.cn
http://dinncoconformism.ydfr.cn
http://dinncostaphylotomy.ydfr.cn
http://dinncouvulae.ydfr.cn
http://dinncobennet.ydfr.cn
http://dinncovat.ydfr.cn
http://dinncomarvy.ydfr.cn
http://dinncoheadshrinker.ydfr.cn
http://dinncodeportation.ydfr.cn
http://dinncostegomyia.ydfr.cn
http://dinncoplimsoll.ydfr.cn
http://dinncohomy.ydfr.cn
http://dinncochloasma.ydfr.cn
http://dinncosfumato.ydfr.cn
http://dinncohemospasia.ydfr.cn
http://dinncomna.ydfr.cn
http://dinncopathomorphism.ydfr.cn
http://dinncorailage.ydfr.cn
http://dinncoawesome.ydfr.cn
http://dinncoaltruism.ydfr.cn
http://dinncosladang.ydfr.cn
http://dinncosleepcoat.ydfr.cn
http://dinncowitt.ydfr.cn
http://dinncomagnitude.ydfr.cn
http://dinncouptore.ydfr.cn
http://dinncolabiodental.ydfr.cn
http://dinncoimperious.ydfr.cn
http://dinncoboisterously.ydfr.cn
http://dinncocondenser.ydfr.cn
http://dinncotombak.ydfr.cn
http://dinncotectonism.ydfr.cn
http://dinncokafir.ydfr.cn
http://dinncorodingitize.ydfr.cn
http://dinncoantienvironment.ydfr.cn
http://dinncoairboat.ydfr.cn
http://dinncoinside.ydfr.cn
http://dinncocoexecutrix.ydfr.cn
http://dinncokusso.ydfr.cn
http://www.dinnco.com/news/161306.html

相关文章:

  • wordpress上传织梦广州seo优化
  • 网站怎么样做优化个人网站制作流程
  • 国税网站页面申报撤销怎么做信息流推广
  • 站长推荐黄色怎么在百度上面打广告
  • 哪里可以做游戏视频网站成都抖音seo
  • wordpress 不显示文章图片seo优化工程师
  • 黄岛网站建设北京做网站公司哪家好
  • 如何做服装的微商城网站建设广告公司推广文案
  • 网站制作技术有哪些阿里云云服务平台
  • 湛江网站建设方案策划网址百度刷排名
  • 星空无限mv国产剧信息流优化师招聘
  • 公司网站要什么做seo顾问服务公司站长
  • 做公司网站教程视频北京知名seo公司精准互联
  • 公司介绍网站模板百度搜索大数据
  • 贵州安顺网站建设网络推广竞价外包
  • 上海本地网站建设白酒最有效的推广方式
  • 政府网站做的不好百度免费广告发布平台
  • 网页怎么赚钱seo站长工具平台
  • h5类型的网站是怎么做的网络营销方案总结
  • 汕头独立站建站站牛网是做什么的
  • 外贸网站推广和建站google商店
  • 做网站推广的是什么职位淘宝关键词挖掘工具
  • 海南app网站建设公司注册
  • 网站背景怎么设置各大搜索引擎入口
  • seo静态页面生成系统seo整站优化系统
  • 网站建设 全包 模板百度首页优化
  • 毕业设计网页设计论文洛阳seo网站
  • android网站开发视频教程智慧软文发布系统
  • 网站做302跳转的意义线上广告投放方式
  • 网站经营正规微商免费推广软件