linux-yocto/drivers/scsi/lpfc
Linus Torvalds a50b4fe095 A treewide hrtimer timer cleanup
hrtimers are initialized with hrtimer_init() and a subsequent store to
   the callback pointer. This turned out to be suboptimal for the upcoming
   Rust integration and is obviously a silly implementation to begin with.
 
   This cleanup replaces the hrtimer_init(T); T->function = cb; sequence
   with hrtimer_setup(T, cb);
 
   The conversion was done with Coccinelle and a few manual fixups.
 
   Once the conversion has completely landed in mainline, hrtimer_init()
   will be removed and the hrtimer::function becomes a private member.
 -----BEGIN PGP SIGNATURE-----
 
 iQJHBAABCgAxFiEEQp8+kY+LLUocC4bMphj1TA10mKEFAmff5jQTHHRnbHhAbGlu
 dXRyb25peC5kZQAKCRCmGPVMDXSYoVvRD/wKtuwmiA66NJFgXC0qVq82A6fO3bY8
 GBdbfysDJIbqGu5PTcULTbJ8qkqv3jeLUv6CcXvS4sZ7y/uJQl2lzf8yrD/0bbwc
 rLI6sHiPSZmK93kNVN4X5H7kvt7cE/DYC9nnEOgK3BY5FgKc4n9887d4aVBhL8Lv
 ODwVXvZ+xi351YCj7qRyPU24zt/p4tkkT1o2k4a0HBluqLI0D+V20fke9IERUL8r
 d1uWKlcn0TqYDesE8HXKIhbst3gx52rMJrXBJDHwFmG6v8Pj1fkTXCVpPo8QcBz8
 OTVkpomN9f/Tx4+GZwhZOF86LhLL3OhxD6pT7JhFCXdmSGv+Ez8uyk1YZysM/XpV
 Juy/1yAcBpDIDkmhMFGdAAn48Nn9Fotty0r4je60zSEp1d/4QMXcFme29qr2JTUE
 iWnQ/HD6DxUjVHqy7CYvvo26Xegg1C7qgyOVt4PYZwAM1VKF5P3kzYTb4SAdxtop
 Tpji1sfW9QV08jqMNo6XntD32DSP9S2HqjO9LwBw700jnx2jjJ35fcJs6iodMOUn
 gckIZLMn3L0OoglPdyA5O7SNTbKE7aFiRKdnT/cJtR3Fa39Qu27CwC5gfiyuie9I
 Q+LG8GLuYSBHXAR+PBK4GWlzJ7Dn8k3eqmbnLeKpRMsU6ZzcttgA64xhaviN2wN0
 iJbvLJeisXr3GA==
 =bYAX
 -----END PGP SIGNATURE-----

Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer cleanups from Thomas Gleixner:
 "A treewide hrtimer timer cleanup

  hrtimers are initialized with hrtimer_init() and a subsequent store to
  the callback pointer. This turned out to be suboptimal for the
  upcoming Rust integration and is obviously a silly implementation to
  begin with.

  This cleanup replaces the hrtimer_init(T); T->function = cb; sequence
  with hrtimer_setup(T, cb);

  The conversion was done with Coccinelle and a few manual fixups.

  Once the conversion has completely landed in mainline, hrtimer_init()
  will be removed and the hrtimer::function becomes a private member"

* tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (100 commits)
  wifi: rt2x00: Switch to use hrtimer_update_function()
  io_uring: Use helper function hrtimer_update_function()
  serial: xilinx_uartps: Use helper function hrtimer_update_function()
  ASoC: fsl: imx-pcm-fiq: Switch to use hrtimer_setup()
  RDMA: Switch to use hrtimer_setup()
  virtio: mem: Switch to use hrtimer_setup()
  drm/vmwgfx: Switch to use hrtimer_setup()
  drm/xe/oa: Switch to use hrtimer_setup()
  drm/vkms: Switch to use hrtimer_setup()
  drm/msm: Switch to use hrtimer_setup()
  drm/i915/request: Switch to use hrtimer_setup()
  drm/i915/uncore: Switch to use hrtimer_setup()
  drm/i915/pmu: Switch to use hrtimer_setup()
  drm/i915/perf: Switch to use hrtimer_setup()
  drm/i915/gvt: Switch to use hrtimer_setup()
  drm/i915/huc: Switch to use hrtimer_setup()
  drm/amdgpu: Switch to use hrtimer_setup()
  stm class: heartbeat: Switch to use hrtimer_setup()
  i2c: Switch to use hrtimer_setup()
  iio: Switch to use hrtimer_setup()
  ...
2025-03-25 10:54:15 -07:00
..
lpfc_attr.c scsi: lpfc: Constify 'struct bin_attribute' 2025-01-02 15:07:45 -05:00
lpfc_attr.h
lpfc_bsg.c scsi: lpfc: Add support for large fw object application layer reads 2025-01-02 15:01:22 -05:00
lpfc_bsg.h scsi: lpfc: Copyright updates for 14.4.0.7 patches 2025-01-02 15:01:23 -05:00
lpfc_compat.h
lpfc_crtn.h scsi: lpfc: Copyright updates for 14.4.0.6 patches 2024-11-02 21:45:25 -04:00
lpfc_ct.c scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmask 2025-01-02 15:01:22 -05:00
lpfc_debugfs.c scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask 2024-11-02 21:45:24 -04:00
lpfc_debugfs.h
lpfc_disc.h scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmask 2025-01-02 15:01:22 -05:00
lpfc_els.c scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmask 2025-01-02 15:01:22 -05:00
lpfc_hbadisc.c scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmask 2025-01-02 15:01:22 -05:00
lpfc_hw.h scsi: lpfc: Copyright updates for 14.4.0.7 patches 2025-01-02 15:01:23 -05:00
lpfc_hw4.h scsi: lpfc: Update definition of firmware configuration mbox cmds 2025-01-02 15:01:22 -05:00
lpfc_ids.h
lpfc_init.c A treewide hrtimer timer cleanup 2025-03-25 10:54:15 -07:00
lpfc_logmsg.h
lpfc_mbox.c scsi: lpfc: Restrict the REG_FCFI MAM field to FCoE adapters only 2025-01-02 15:01:22 -05:00
lpfc_mem.c
lpfc_nl.h
lpfc_nportdisc.c Mainly individually changelogged singleton patches. The patch series in 2025-01-26 17:50:53 -08:00
lpfc_nvme.c scsi: lpfc: convert timeouts to secs_to_jiffies() 2025-01-12 20:21:03 -08:00
lpfc_nvme.h
lpfc_nvmet.c Merge branch '6.13/scsi-queue' into 6.13/scsi-fixes 2024-12-02 12:36:18 -05:00
lpfc_scsi.c Merge patch series "Update lpfc to revision 14.4.0.7" 2025-01-02 15:02:19 -05:00
lpfc_scsi.h
lpfc_sli.c scsi: lpfc: convert timeouts to secs_to_jiffies() 2025-01-12 20:21:03 -08:00
lpfc_sli.h
lpfc_sli4.h scsi: lpfc: Update definition of firmware configuration mbox cmds 2025-01-02 15:01:22 -05:00
lpfc_version.h scsi: lpfc: Update lpfc version to 14.4.0.7 2025-01-02 15:01:22 -05:00
lpfc_vmid.c scsi: lpfc: convert timeouts to secs_to_jiffies() 2025-01-12 20:21:03 -08:00
lpfc_vport.c scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmask 2025-01-02 15:01:22 -05:00
lpfc_vport.h
lpfc.h scsi: lpfc: rework lpfc_next_{online,present}_cpu() 2025-02-24 16:37:23 -05:00
Makefile