All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-23 00:48:32 to 2024-01-23 00:56:17 UTC [more...]

[BUG] BUG: kernel NULL pointer dereference at ttm_device_init+0xb4
 2024-01-23  0:56 UTC  (5+ messages)

[PATCH 5.10 000/286] 5.10.209-rc1 review
 2024-01-22 23:57 UTC  (99+ messages)
` [PATCH 5.10 023/286] drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
` [PATCH 5.10 024/286] neighbour: Dont let neigh_forced_gc() disable preemption for long
` [PATCH 5.10 025/286] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
` [PATCH 5.10 044/286] uio: Fix use-after-free in uio_open
` [PATCH 5.10 045/286] parport: parport_serial: Add Brainboxes BAR details
` [PATCH 5.10 046/286] parport: parport_serial: Add Brainboxes device IDs and geometry
` [PATCH 5.10 047/286] PCI: Add ACS quirk for more Zhaoxin Root Ports
` [PATCH 5.10 048/286] coresight: etm4x: Fix width of CCITMIN field
` [PATCH 5.10 049/286] x86/lib: Fix overflow when counting digits
` [PATCH 5.10 050/286] EDAC/thunderx: Fix possible out-of-bounds string access
` [PATCH 5.10 051/286] powerpc: add crtsavres.o to always-y instead of extra-y
` [PATCH 5.10 052/286] powerpc: Remove in_kernel_text()
` [PATCH 5.10 053/286] powerpc/44x: select I2C for CURRITUCK
` [PATCH 5.10 054/286] powerpc/pseries/memhotplug: Quieten some DLPAR operations
` [PATCH 5.10 055/286] powerpc/pseries/memhp: Fix access beyond end of drmem array
` [PATCH 5.10 056/286] selftests/powerpc: Fix error handling in FPU/VMX preemption tests
` [PATCH 5.10 057/286] powerpc/powernv: Add a null pointer check to scom_debug_init_one()
` [PATCH 5.10 058/286] powerpc/powernv: Add a null pointer check in opal_event_init()
` [PATCH 5.10 059/286] powerpc/powernv: Add a null pointer check in opal_powercap_init()
` [PATCH 5.10 060/286] powerpc/imc-pmu: Add a null pointer check in update_events_in_group()
` [PATCH 5.10 061/286] spi: spi-zynqmp-gqspi: fix driver kconfig dependencies
` [PATCH 5.10 062/286] mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller response
` [PATCH 5.10 063/286] ACPI: video: check for error while searching for backlight device parent
` [PATCH 5.10 064/286] ACPI: LPIT: Avoid u32 multiplication overflow
` [PATCH 5.10 065/286] of: property: define of_property_read_u{8,16,32,64}_array() unconditionally
` [PATCH 5.10 066/286] of: Add of_property_present() helper
` [PATCH 5.10 067/286] cpufreq: Use of_property_present() for testing DT property presence
` [PATCH 5.10 068/286] cpufreq: scmi: process the result of devm_of_clk_add_hw_provider()
` [PATCH 5.10 069/286] net: netlabel: Fix kerneldoc warnings
` [PATCH 5.10 070/286] netlabel: remove unused parameter in netlbl_netlink_auditinfo()
` [PATCH 5.10 071/286] calipso: fix memory leak in netlbl_calipso_add_pass()
` [PATCH 5.10 072/286] efivarfs: force RO when remounting if SetVariable is not supported
` [PATCH 5.10 073/286] spi: sh-msiof: Enforce fixed DTDL for R-Car H3
` [PATCH 5.10 074/286] ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error
` [PATCH 5.10 075/286] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
` [PATCH 5.10 076/286] selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
` [PATCH 5.10 077/286] virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
` [PATCH 5.10 078/286] virtio-crypto: introduce akcipher service
` [PATCH 5.10 079/286] virtio-crypto: implement RSA algorithm
` [PATCH 5.10 080/286] virtio-crypto: change code style
` [PATCH 5.10 081/286] virtio-crypto: use private buffer for control request
` [PATCH 5.10 082/286] virtio-crypto: wait ctrl queue instead of busy polling
` [PATCH 5.10 083/286] crypto: virtio - Handle dataq logic with tasklet
` [PATCH 5.10 084/286] crypto: sa2ul - Return crypto_aead_setkey to transfer the error
` [PATCH 5.10 085/286] crypto: ccp - fix memleak in ccp_init_dm_workarea
` [PATCH 5.10 086/286] crypto: af_alg - Disallow multiple in-flight AIO requests
` [PATCH 5.10 087/286] crypto: sahara - remove FLAGS_NEW_KEY logic
` [PATCH 5.10 088/286] crypto: sahara - fix cbc selftest failure
` [PATCH 5.10 089/286] crypto: sahara - fix ahash "
` [PATCH 5.10 090/286] crypto: sahara - fix processing requests with cryptlen < sg->length
` [PATCH 5.10 091/286] crypto: sahara - fix error handling in sahara_hw_descriptor_create()
` [PATCH 5.10 092/286] pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
` [PATCH 5.10 093/286] fs: indicate request originates from old mount API
` [PATCH 5.10 094/286] Revert "gfs2: Dont reject a supposedly full bitmap if we have blocks reserved"
` [PATCH 5.10 095/286] gfs2: Also reflect single-block allocations in rgd->rd_extfail_pt
` [PATCH 5.10 096/286] gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
` [PATCH 5.10 097/286] crypto: virtio - Wait for tasklet to complete on device remove
` [PATCH 5.10 098/286] crypto: sahara - avoid skcipher fallback code duplication
` [PATCH 5.10 099/286] crypto: sahara - handle zero-length aes requests
` [PATCH 5.10 100/286] crypto: sahara - fix ahash reqsize
` [PATCH 5.10 101/286] crypto: sahara - fix wait_for_completion_timeout() error handling
` [PATCH 5.10 102/286] crypto: sahara - improve error handling in sahara_sha_process()
` [PATCH 5.10 103/286] crypto: sahara - fix processing hash requests with req->nbytes < sg->length
` [PATCH 5.10 104/286] crypto: sahara - do not resize req->src when doing hash operations
` [PATCH 5.10 105/286] crypto: scomp - fix req->dst buffer overflow
` [PATCH 5.10 106/286] blocklayoutdriver: Fix reference leak of pnfs_device_node
` [PATCH 5.10 107/286] NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT
` [PATCH 5.10 108/286] wifi: rtw88: fix RX filter in FIF_ALLMULTI flag
` [PATCH 5.10 109/286] bpf, lpm: Fix check prefixlen before walking trie
` [PATCH 5.10 110/286] bpf: Add crosstask check to __bpf_get_stack
` [PATCH 5.10 111/286] wifi: ath11k: Defer on rproc_get failure
` [PATCH 5.10 112/286] wifi: libertas: stop selecting wext
` [PATCH 5.10 113/286] ARM: dts: qcom: apq8064: correct XOADC register address
` [PATCH 5.10 114/286] ncsi: internal.h: Fix a spello
` [PATCH 5.10 115/286] net/ncsi: Fix netlink major/minor version numbers
` [PATCH 5.10 116/286] firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()
` [PATCH 5.10 117/286] firmware: meson_sm: populate platform devices from sm device tree data
` [PATCH 5.10 118/286] wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behavior
` [PATCH 5.10 119/286] arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type
` [PATCH 5.10 120/286] bpf: fix check for attempt to corrupt spilled pointer
` [PATCH 5.10 121/286] scsi: fnic: Return error if vmalloc() failed
` [PATCH 5.10 123/286] arm64: dts: qcom: sdm845-db845c: correct LED panic indicator
` [PATCH 5.10 124/286] bpf: Fix verification of indirect var-off stack access
` [PATCH 5.10 125/286] scsi: hisi_sas: Replace with standard error code return value
` [PATCH 5.10 129/286] dma-mapping: clear dev->dma_mem to NULL after freeing it
` [PATCH 5.10 130/286] wifi: rtlwifi: add calculate_bit_shift()
` [PATCH 5.10 131/286] wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()
` [PATCH 5.10 132/286] wifi: rtlwifi: rtl8192c: "
` [PATCH 5.10 133/286] wifi: rtlwifi: rtl8192cu: "
` [PATCH 5.10 134/286] wifi: rtlwifi: rtl8192ce: "
` [PATCH 5.10 135/286] rtlwifi: rtl8192de: make arrays static const, makes object smaller
` [PATCH 5.10 136/286] wifi: rtlwifi: rtl8192de: using calculate_bit_shift()
` [PATCH 5.10 137/286] wifi: rtlwifi: rtl8192ee: "
` [PATCH 5.10 138/286] wifi: rtlwifi: rtl8192se: "
` [PATCH 5.10 139/286] netfilter: nf_tables: mark newset as dead on transaction abort
` [PATCH 5.10 140/286] Bluetooth: Fix bogus check for re-auth no supported with non-ssp
` [PATCH 5.10 141/286] Bluetooth: btmtkuart: fix recv_buf() return value
` [PATCH 5.10 142/286] ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()

[PATCH 6.1 000/417] 6.1.75-rc1 review
 2024-01-22 23:56 UTC  (94+ messages)
` [PATCH 6.1 114/417] arm64: dts: renesas: white-hawk-cpu: Fix missing serial console pin control
` [PATCH 6.1 118/417] scsi: hisi_sas: Correct the number of global debugfs registers
` [PATCH 6.1 119/417] ARM: dts: stm32: dont mix SCMI and non-SCMI board compatibles
` [PATCH 6.1 139/417] wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()
` [PATCH 6.1 140/417] wifi: rtlwifi: rtl8192se: "
` [PATCH 6.1 141/417] wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request
` [PATCH 6.1 142/417] wifi: iwlwifi: mvm: send TX path flush in rfkill
` [PATCH 6.1 143/417] netfilter: nf_tables: mark newset as dead on transaction abort
` [PATCH 6.1 144/417] Bluetooth: Fix bogus check for re-auth no supported with non-ssp
` [PATCH 6.1 145/417] Bluetooth: btmtkuart: fix recv_buf() return value
` [PATCH 6.1 146/417] block: make BLK_DEF_MAX_SECTORS unsigned
` [PATCH 6.1 147/417] null_blk: dont cap max_hw_sectors to BLK_DEF_MAX_SECTORS
` [PATCH 6.1 148/417] bpf: sockmap, fix proto update hook to avoid dup calls
` [PATCH 6.1 149/417] sctp: support MSG_ERRQUEUE flag in recvmsg()
` [PATCH 6.1 150/417] sctp: fix busy polling
` [PATCH 6.1 151/417] net/sched: act_ct: fix skb leak and crash on ooo frags
` [PATCH 6.1 152/417] mlxbf_gige: Fix intermittent no ip issue
` [PATCH 6.1 153/417] mlxbf_gige: Enable the GigE port in mlxbf_gige_open
` [PATCH 6.1 154/417] ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()
` [PATCH 6.1 155/417] ARM: davinci: always select CONFIG_CPU_ARM926T
` [PATCH 6.1 156/417] Revert "drm/tidss: Annotate dma-fence critical section in commit path"
` [PATCH 6.1 157/417] Revert "drm/omapdrm: "
` [PATCH 6.1 158/417] drm/panfrost: Really power off GPU cores in panfrost_gpu_power_off()
` [PATCH 6.1 159/417] RDMA/usnic: Silence uninitialized symbol smatch warnings
` [PATCH 6.1 160/417] RDMA/hns: Fix inappropriate err code for unsupported operations
` [PATCH 6.1 161/417] drm/panel-elida-kd35t133: hold panel in reset for unprepare
` [PATCH 6.1 162/417] drm/nouveau/fence:: fix warning directly dereferencing a rcu pointer
` [PATCH 6.1 163/417] drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function
` [PATCH 6.1 164/417] drm/tilcdc: Fix irq free on unload
` [PATCH 6.1 165/417] media: pvrusb2: fix use after free on context disconnection
` [PATCH 6.1 166/417] media: mtk-jpegdec: export jpeg decoder functions
` [PATCH 6.1 167/417] media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to avoid the crash of multi-core JPEG devices
` [PATCH 6.1 168/417] media: verisilicon: Hook the (TRY_)DECODER_CMD stateless ioctls
` [PATCH 6.1 169/417] media: rkvdec: "
` [PATCH 6.1 170/417] drm/bridge: Fix typo in post_disable() description
` [PATCH 6.1 171/417] f2fs: fix to avoid dirent corruption
` [PATCH 6.1 172/417] drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()
` [PATCH 6.1 173/417] drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()
` [PATCH 6.1 174/417] drm/radeon: check return value of radeon_ring_lock()
` [PATCH 6.1 175/417] drm/tidss: Move reset to the end of dispc_init()
` [PATCH 6.1 176/417] drm/tidss: Return error value from from softreset
` [PATCH 6.1 177/417] drm/tidss: Check for K2G in in dispc_softreset()
` [PATCH 6.1 178/417] drm/tidss: Fix dss reset
` [PATCH 6.1 179/417] ASoC: cs35l33: Fix GPIO name and drop legacy include
` [PATCH 6.1 180/417] ASoC: cs35l34: "
` [PATCH 6.1 181/417] drm/msm/mdp4: flush vblank event on disable
` [PATCH 6.1 182/417] drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks
` [PATCH 6.1 183/417] drm/drv: propagate errors from drm_modeset_register_all()
` [PATCH 6.1 184/417] ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch
` [PATCH 6.1 185/417] drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS irq
` [PATCH 6.1 186/417] drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()
` [PATCH 6.1 187/417] drm/radeon/dpm: fix a memleak in sumo_parse_power_table
` [PATCH 6.1 188/417] drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table
` [PATCH 6.1 189/417] drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable
` [PATCH 6.1 190/417] drm/bridge: tc358767: Fix return value on error case
` [PATCH 6.1 191/417] media: cx231xx: fix a memleak in cx231xx_init_isoc
` [PATCH 6.1 192/417] RDMA/hns: Fix memory leak in free_mr_init()
` [PATCH 6.1 193/417] clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config
` [PATCH 6.1 194/417] media: imx-mipi-csis: Fix clock handling in remove()
` [PATCH 6.1 195/417] media: dt-bindings: media: rkisp1: Fix the port description for the parallel interface
` [PATCH 6.1 196/417] media: rkisp1: Fix media device memory leak
` [PATCH 6.1 197/417] drm/panel: st7701: Fix AVCL calculation
` [PATCH 6.1 198/417] f2fs: fix to wait on block writeback for post_read case
` [PATCH 6.1 199/417] f2fs: fix to check compress file in f2fs_move_file_range()
` [PATCH 6.1 200/417] f2fs: fix to update iostat correctly in f2fs_filemap_fault()
` [PATCH 6.1 201/417] media: dvbdev: drop refcount on error path in dvb_device_open()
` [PATCH 6.1 202/417] media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling path of m88ds3103_probe()
` [PATCH 6.1 203/417] clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset()
` [PATCH 6.1 204/417] clk: renesas: rzg2l: Check reset monitor registers
` [PATCH 6.1 205/417] drm/msm/dpu: Set input_sel bit for INTF
` [PATCH 6.1 206/417] drm/msm/dpu: Drop enable and frame_count parameters from dpu_hw_setup_misr()
` [PATCH 6.1 207/417] drm/mediatek: Return error if MDP RDMA failed to enable the clock
` [PATCH 6.1 208/417] drm/mediatek: Fix underrun in VDO1 when switches off the layer
` [PATCH 6.1 209/417] drm/amdgpu/debugfs: fix error code when smc register accessors are NULL
` [PATCH 6.1 210/417] drm/amd/pm: fix a double-free in si_dpm_init
` [PATCH 6.1 211/417] drivers/amd/pm: fix a use-after-free in kv_parse_power_table
` [PATCH 6.1 212/417] gpu/drm/radeon: fix two memleaks in radeon_vm_init
` [PATCH 6.1 213/417] drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_table
` [PATCH 6.1 214/417] f2fs: fix to check return value of f2fs_recover_xattr_data
` [PATCH 6.1 218/417] drivers: clk: zynqmp: calculate closest mux rate
` [PATCH 6.1 219/417] drivers: clk: zynqmp: update divider round rate logic
` [PATCH 6.1 220/417] watchdog: set cdev owner before adding
` [PATCH 6.1 221/417] watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
` [PATCH 6.1 222/417] watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
` [PATCH 6.1 223/417] watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused
` [PATCH 6.1 224/417] clk: si5341: fix an error code problem in si5341_output_clk_set_rate
` [PATCH 6.1 225/417] drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency
` [PATCH 6.1 226/417] accel/habanalabs: fix information leak in sec_attest_info()
` [PATCH 6.1 227/417] clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw
` [PATCH 6.1 228/417] pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicable
` [PATCH 6.1 229/417] pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
` [PATCH 6.1 230/417] pwm: stm32: Fix enable count for clk in .probe()
` [PATCH 6.1 231/417] ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[]

DMAR-IR: IRQ remapping was enabled on dmar6 but we are not in kdump mode
 2024-01-23  0:55 UTC  (4+ messages)

[PATCH v4 0/3] libceph: fix sparse-read failure bug
 2024-01-23  0:53 UTC  (7+ messages)
` [PATCH v4 3/3] libceph: just wait for more data to be available on the socket

[PATCH 0/3] power: supply: axp20x_usb_power: prepare for external power delivery negotiation
 2024-01-23  0:52 UTC  (4+ messages)
` [PATCH 1/3] power: supply: axp20x_usb_power: add input current limit
    `  "

[oe] [meta-oe] [PATCH] ccid: upgrade 1.5.4 -> 1.5.5
 2024-01-23  0:48 UTC 

[PATCH] nfsd: fix RELEASE_LOCKOWNER
 2024-01-23  0:52 UTC  (8+ messages)

Linux Kernel: Call for Outreachy Mentors
 2024-01-23  0:50 UTC 

[PATCH 1/2] lkdtm: Make lkdtm_do_action() return to avoid tail call optimization
 2024-01-23  0:49 UTC  (2+ messages)
` [PATCH 2/2] lkdtm/bugs: Adjust lkdtm_HUNG_TASK() "


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.