All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-01 13:34:08 to 2024-09-01 16:22:01 UTC [more...]

[PATCH 4.19 00/98] 4.19.321-rc1 review
 2024-09-01 16:16 UTC  (50+ messages)
` [PATCH 4.19 01/98] fuse: Initialize beyond-EOF page contents before setting uptodate
` [PATCH 4.19 02/98] ALSA: usb-audio: Support Yamaha P-125 quirk entry
` [PATCH 4.19 03/98] xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
` [PATCH 4.19 04/98] arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
` [PATCH 4.19 05/98] dm resume: dont return EINVAL when signalled
` [PATCH 4.19 06/98] dm persistent data: fix memory allocation failure
` [PATCH 4.19 07/98] bitmap: introduce generic optimized bitmap_size()
` [PATCH 4.19 08/98] fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
` [PATCH 4.19 09/98] selinux: fix potential counting error in avc_add_xperms_decision()
` [PATCH 4.19 10/98] drm/amdgpu: Actually check flags for all context ops
` [PATCH 4.19 11/98] memcg_write_event_control(): fix a user-triggerable oops
` [PATCH 4.19 12/98] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH 4.19 13/98] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH 4.19 14/98] net/mlx5e: Correctly report errors for ethtool rx flows
` [PATCH 4.19 15/98] atm: idt77252: prevent use after free in dequeue_rx()
` [PATCH 4.19 16/98] net: dsa: vsc73xx: pass value in phy_write operation
` [PATCH 4.19 17/98] ssb: Fix division by zero issue in ssb_calc_clock_rate
` [PATCH 4.19 18/98] wifi: cw1200: Avoid processing an invalid TIM IE
` [PATCH 4.19 19/98] i2c: riic: avoid potential division by zero
` [PATCH 4.19 20/98] staging: ks7010: disable bh on tx_dev_lock
` [PATCH 4.19 22/98] scsi: spi: Fix sshdr use
` [PATCH 4.19 23/98] gfs2: setattr_chown: Add missing initialization
` [PATCH 4.19 24/98] wifi: iwlwifi: abort scan when rfkill on but device enabled
` [PATCH 4.19 25/98] powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpu
` [PATCH 4.19 26/98] ext4: do not trim the group with corrupted block bitmap
` [PATCH 4.19 31/98] net/sun3_82586: Avoid reading past buffer in debug output
` [PATCH 4.19 32/98] md: clean up invalid BUG_ON in md_ioctl
` [PATCH 4.19 33/98] parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367
` [PATCH 4.19 34/98] powerpc/boot: Handle allocation failure in simple_realloc()
` [PATCH 4.19 35/98] powerpc/boot: Only free if realloc() succeeds
` [PATCH 4.19 36/98] btrfs: change BUG_ON to assertion when checking for delayed_node root
` [PATCH 4.19 37/98] btrfs: handle invalid root reference found in may_destroy_subvol()
` [PATCH 4.19 38/98] btrfs: send: handle unexpected data in header buffer in begin_cmd()
` [PATCH 4.19 39/98] btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_extent()
` [PATCH 4.19 40/98] f2fs: fix to do sanity check in update_sit_entry
` [PATCH 4.19 41/98] usb: gadget: fsl: Increase size of name buffer for endpoints
` [PATCH 4.19 42/98] Bluetooth: bnep: Fix out-of-bound access
` [PATCH 4.19 43/98] NFS: avoid infinite loop in pnfs_update_layout
` [PATCH 4.19 44/98] openrisc: Call setup_memory() earlier in the init sequence
` [PATCH 4.19 45/98] s390/iucv: fix receive buffer virtual vs physical address confusion
` [PATCH 4.19 46/98] usb: dwc3: core: Skip setting event buffers for host only controllers
` [PATCH 4.19 47/98] fbdev: offb: replace of_node_put with __free(device_node)
` [PATCH 4.19 48/98] irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc
` [PATCH 4.19 49/98] ext4: set the type of max_zeroout to unsigned int to avoid overflow
` [PATCH 4.19 50/98] nvmet-rdma: fix possible bad dereference when freeing rsps
` [PATCH 4.19 51/98] hrtimer: Prevent queuing of hrtimer without a function callback
` [PATCH 4.19 52/98] gtp: pull network headers in gtp_dev_xmit()
` [PATCH 4.19 53/98] block: use "unsigned long" for blk_validate_block_size()
` [PATCH 4.19 54/98] Bluetooth: Make use of __check_timeout on hci_sched_le

[PATCH][next] ALSA: ali5451: Remove trailing space after \n newline
 2024-09-01 16:21 UTC 

[RESEND PATCH] nfs: Remove unnecessary NULL check before kfree()
 2024-09-01 16:19 UTC 

[PATCH 00/12] Enable build system on macOS hosts
 2024-09-01 16:15 UTC  (9+ messages)
` [PATCH 08/12] include: add elf.h support

[PATCH][next] staging: rtl8723bs: Remove trailing space after \n newline
 2024-09-01 16:15 UTC 

[Buildroot] [PATCH] package/aer-inject: switch upstream
 2024-09-01 16:11 UTC 

[PATCH][next] crypto: qat - Remove trailing space after \n newline
 2024-09-01 16:07 UTC 

[PATCH][next] crypto: hisilicon/sec - Remove trailing space after \n newline
 2024-09-01 16:04 UTC 

[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
 2024-09-01 16:03 UTC  (5+ messages)
` [PATCH 1/4] sha1: do not redefine `platform_SHA_CTX` and friends
` [PATCH 2/4] hash.h: scaffolding for _fast hashing variants
` [PATCH 3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses
` [PATCH 4/4] csum-file.c: use fast SHA-1 implementation when available

[PATCH 6.1 000/321] 6.1.107-rc1 review
 2024-09-01 16:01 UTC  (3+ messages)

[PATCH RFC] modpost: compile constant module information only once
 2024-09-01 15:59 UTC  (3+ messages)

[PATCH][next] m68k: remove trailing space after \n newline
 2024-09-01 15:58 UTC 

[PATCH v2 00/10] arm64: dts: colibri-imx8x: Various improvements and additions
 2024-09-01 15:57 UTC  (11+ messages)
` [PATCH v2 01/10] arm64: dts: colibri-imx8x: Add usb support
` [PATCH v2 02/10] arm64: dts: colibri-imx8x: Add analog inputs
` [PATCH v2 03/10] arm64: dts: colibri-imx8x: Add fxl6408 gpio expander
` [PATCH v2 04/10] arm64: dts: colibri-imx8x: Add sound card
` [PATCH v2 05/10] arm64: dts: colibri-imx8x: Add PMIC thermal zone
` [PATCH v2 06/10] arm64: dts: colibri-imx8x: Add USB3803 HUB
` [PATCH v2 07/10] arm64: dts: colibri-imx8x: Add vpu support
` [PATCH v2 08/10] arm64: dts: colibri-imx8x: Add adma_pwm
` [PATCH v2 09/10] arm64: dts: colibri-imx8x: Add 50mhz clock for eth
` [PATCH v2 10/10] arm64: dts: colibri-imx8x: Cleanup comments

[PATCH v2 0/7] i2c: npcm: Bug fixes read/write operation, checkpatch
 2024-09-01 15:53 UTC  (5+ messages)
` [PATCH v2 6/7] i2c: npcm: use i2c frequency table

[RFC iproute2-next 0/4] Add RDMA monitor support
 2024-09-01 15:44 UTC  (3+ messages)
` [RFC iproute2-next 2/4] rdma: Add support for rdma monitor

`git rebase (--no-fork-point) --onto=<newbase> [<upstream> [<branch>]]` leaves HEAD detached and *HEAD not moved when <branch> is exactly `HEAD`
 2024-09-01 15:42 UTC  (3+ messages)

[PATCHSET sched_ext/for-6.12] sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()
 2024-09-01 15:35 UTC  (7+ messages)
` [PATCH 04/11] sched_ext: Make dispatch_to_local_dsq() return void
  ` [PATCH 04/11] sched_ext: Fix processs_ddsp_deferred_locals() by unifying DTL_INVALID handling

[PATCH] dax: Remove an unused field in struct dax_operations
 2024-09-01 15:17 UTC 

git 2.46.0 crashes when trying to verify-pack outside of a repo
 2024-09-01 15:26 UTC  (2+ messages)

[openeuler:OLK-5.10 29384/30000] drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c:2327:6: warning: no previous prototype for 'mcp251xfd_tx_obj_write_sync'
 2024-09-01 15:21 UTC 

[PATCH] docs: devicetree: Fix typo in lvds.yaml
 2024-09-01 15:17 UTC  (2+ messages)

[PATCH RFC v3 00/17] fuse: fuse-over-io-uring
 2024-09-01 13:37 UTC  (18+ messages)
` [PATCH RFC v3 01/17] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v3 02/17] fuse: Move fuse_get_dev to header file
` [PATCH RFC v3 03/17] fuse: Move request bits
` [PATCH RFC v3 04/17] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v3 05/17] fuse: Add a uring config ioctl
` [PATCH RFC v3 06/17] fuse: Add the queue configuration ioctl
` [PATCH RFC v3 07/17] fuse: {uring} Add a dev_release exception for fuse-over-io-uring
` [PATCH RFC v3 08/17] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v3 09/17] fuse: Make fuse_copy non static
` [PATCH RFC v3 10/17] fuse: Add buffer offset for uring into fuse_copy_state
` [PATCH RFC v3 11/17] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v3 12/17] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v3 13/17] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v3 14/17] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v3 15/17] ate: 2024-08-30 15:43:32 +0100
` [PATCH RFC v3 16/17] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v3 17/17] fuse: {uring} Pin the user buffer

BUG: kernel NULL pointer dereference, address: 0000000000000000 on boot with linux-next-20240829
 2024-09-01 15:01 UTC 

[Buildroot] [git commit branch/2024.05.x] package/open-iscsi: open-isns is optional, not mandatory
 2024-09-01 14:52 UTC 

[Buildroot] [git commit branch/2024.05.x] DEVELOPERS: remove Bernd Kuhls from libks
 2024-09-01 14:49 UTC 

[Buildroot] [git commit branch/2024.05.x] package/libcurl: security bump to version 8.9.0
 2024-09-01 14:41 UTC 

[Buildroot] [git commit branch/2024.05.x] package/intel-microcode: security bump version to 20240531
 2024-09-01 14:53 UTC 

[Buildroot] [git commit branch/2024.05.x] package/libcurl: fix build with mbedtls
 2024-09-01 14:40 UTC 

[Buildroot] [git commit branch/2024.05.x] support/testing/infra/emulator.py: add host load info in run log
 2024-09-01 14:46 UTC 

[Buildroot] [git commit branch/2024.05.x] package/libcurl: bump version to 8.8.0
 2024-09-01 14:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/open-iscsi: open-isns is optional, not mandatory
 2024-09-01 14:52 UTC 

[Buildroot] [git commit branch/2024.02.x] DEVELOPERS: remove Bernd Kuhls from libks
 2024-09-01 14:49 UTC 

[Buildroot] [git commit branch/2024.02.x] package/libcurl: fix build with mbedtls
 2024-09-01 14:41 UTC 

[Buildroot] [git commit branch/2024.02.x] package/libcurl: bump version to 8.8.0
 2024-09-01 14:41 UTC 

[Buildroot] [git commit branch/2024.02.x] package/intel-microcode: security bump version to 20240531
 2024-09-01 14:53 UTC 

[Buildroot] [git commit branch/2024.02.x] support/testing/infra/emulator.py: add host load info in run log
 2024-09-01 14:47 UTC 

[Buildroot] [git commit branch/2024.02.x] package/libcurl: security bump to version 8.9.0
 2024-09-01 14:41 UTC 

[Buildroot] [PATCH 1/1] package/intel-microcode: security bump version to 20240531
 2024-09-01 14:53 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/open-iscsi: open-isns is optional, not mandatory
 2024-09-01 14:52 UTC  (2+ messages)

[LTP] [PATCH] mm/vma: Return the exact errno for vms_gather_munmap_vmas()
 2024-09-01 14:50 UTC  (2+ messages)
`  "

[Buildroot] [PATCH 1/2] package/libks: bump version to 2.0.5
 2024-09-01 14:49 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] DEVELOPERS: remove Bernd Kuhls from libks

[Buildroot] [PATCH 1/1] support/testing/infra/emulator.py: add host load info in run log
 2024-09-01 14:49 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libcurl: security bump to version 8.9.0
 2024-09-01 14:42 UTC  (3+ messages)

[PATCH v4 0/3] Remove cl in struct cmdq_pkt
 2024-09-01 14:32 UTC  (4+ messages)
` [PATCH v4 1/3] media: platform: mtk-mdp3: Get fine-grain control of cmdq_pkt_finalize()
` [PATCH v4 2/3] media: platform: mtk-mdp3: Use cmdq_pkt_create() and cmdq_pkt_destroy()
` [PATCH v4 3/3] soc: mediatek: cmdq: Remove cmdq_pkt_finalize() helper function

2024 LF Technical Advisory Board election - call for candidates
 2024-09-01 14:32 UTC 

[PATCH v2 1/2] buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
 2024-09-01 14:30 UTC  (2+ messages)
` [PATCH v2 2/2] sstate: Drop SSTATEPOSTINSTFUNC support

[Buildroot] [PATCH v2 0/3] Version bump and python bindings for rpi-rgb-led-matrix
 2024-09-01 14:29 UTC  (4+ messages)
` [Buildroot] [PATCH v2 1/3] package/rpi-rgb-led-matrix: update to latest commit
` [Buildroot] [PATCH v2 2/3] package/python-rgbmatrix: new package
` [Buildroot] [PATCH v2 3/3] DEVELOPERS: add J. Neuschäfer for rpi-rgb-led-matrix/python-rgbmatrix

[PATCH v3 0/5] block: allow commit to unmap zero blocks
 2024-09-01 14:24 UTC  (6+ messages)
` [PATCH v3 1/5] block: get type of block allocation in commit_run
` [PATCH v3 2/5] block: move commit_run loop to separate function
` [PATCH v3 3/5] block: refactor error handling of commit_iteration
` [PATCH v3 4/5] block: allow commit to unmap zero blocks
` [PATCH v3 5/5] block: add test non-active commit with zeroed data

[PATCH] sched: fix warning in sched_setaffinity
 2024-09-01 14:25 UTC  (2+ messages)

[PATCH] iio: adc: standardize on formatting for id match tables
 2024-09-01 14:25 UTC  (2+ messages)

[PATCH] iio/inv_icm42600: add inv_icm42600 id_table
 2024-09-01 14:23 UTC  (4+ messages)

[PATCH] cmd: fdt: use U-Boot's FDT by default
 2024-09-01 14:21 UTC  (3+ messages)

drivers/gpu/drm/omapdrm/dss/dss.o: warning: objtool: dss_select_dsi_clk_source+0x44: unreachable instruction
 2024-09-01 14:20 UTC 

[Buildroot] [PATCH v1] package/libsoup3: bump to 3.6.0
 2024-09-01 14:15 UTC  (2+ messages)

[Buildroot] [PATCH v1] package/webkitgtk: bump to 2.44.3
 2024-09-01 14:13 UTC  (2+ messages)

[PATCH v2] iio: imu: inv_mpu6050: Remove duplicate code between labels
 2024-09-01 14:11 UTC  (2+ messages)

[linux-linus test] 187444: trouble: blocked/broken/pass
 2024-09-01 14:09 UTC 

[PATCH] selftests/futex: Create test for robust list
 2024-09-01 14:09 UTC 

general protection fault in bioset_exit
 2024-09-01 14:09 UTC  (2+ messages)

[PATCH 0/2] Continuous mode support for VL53l0x
 2024-09-01 14:08 UTC  (5+ messages)
` [PATCH 2/2] iio: proximity: vl53l0x-i2c: Added continuous mode support

[PATCH 00/15] IIO: use irq_get_trigger_type() instead of opencoding
 2024-09-01 13:59 UTC  (16+ messages)
` [PATCH 01/15] iio: accel: adxl380: use irq_get_trigger_type()
` [PATCH 02/15] iio: accel: fxls8962af: "
` [PATCH 03/15] iio: adc: ti-ads1015: "
` [PATCH 04/15] iio: common: st: "
` [PATCH 05/15] iio: gyro: fxas21002c: "
` [PATCH 06/15] iio: gyro: mpu3050: "
` [PATCH 07/15] iio: humidity: hts221: "
` [PATCH 08/15] iio: imu: bmi160: "
` [PATCH 09/15] iio: imu: bmi323: "
` [PATCH 10/15] iio: imu: inv_icm42600: "
` [PATCH 11/15] iio: imu: inv_mpu6050: "
` [PATCH 12/15] iio: imu: st_lsm6dsx: "
` [PATCH 13/15] iio: light: st_uvis25: "
` [PATCH 14/15] iio: magn: ak8974: "
` [PATCH 15/15] iio: pressure: bmp280: "

[RFC PATCH] NFS: Fix missing files in `ls` command output
 2024-09-01 13:59 UTC  (2+ messages)

[PATCH v2 0/4] fixes for Adreno A5Xx preemption
 2024-09-01 13:54 UTC  (5+ messages)
` [PATCH v2 1/4] drm/msm/a5xx: disable preemption in submits by default
` [PATCH v2 2/4] drm/msm/a5xx: properly clear preemption records on resume
` [PATCH v2 3/4] drm/msm/a5xx: fix races in preemption evaluation stage
` [PATCH v2 4/4] drm/msm/a5xx: workaround early ring-buffer emptiness check

[PATCH] cmd: mmc: Allow using partition name in mmc erase command
 2024-09-01 13:59 UTC 

[PATCH V5 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-09-01 13:53 UTC  (6+ messages)

[PATCH v6 0/3] LoongArch: Implement getrandom() in vDSO
 2024-09-01 13:52 UTC  (10+ messages)
` [PATCH v6 1/3] arch: vDSO: Add a __vdso_getrandom prototype for all architectures
` [PATCH v6 2/3] LoongArch: vDSO: Wire up getrandom() vDSO implementation
` [PATCH v6 3/3] selftests/vDSO: Enable vdso getrandom tests for LoongArch

[PATCH] drm/i915/uc: Includ requested frequency in slow firmware load messages
 2024-09-01 13:51 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[RFC PATCH] driver core: platform: Call iommu_release_device in dma_cleanup
 2024-09-01 13:49 UTC  (2+ messages)

[PATCH] ALSA: pcm: Fix the previous conversion to kstrtoul()
 2024-09-01 13:45 UTC 

[PATCH v2 1/5] hwmon: pmbus: Implement generic bus access delay
 2024-09-01 13:43 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] bpf: Fix tailcall infinite loop caused by freplace
 2024-09-01 13:38 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf, x64: "
` [PATCH bpf-next v2 2/4] bpf, arm64: "
` [PATCH bpf-next v2 3/4] selftests/bpf: Add testcases for another tailcall infinite loop fixing
` [PATCH bpf-next v2 4/4] selftests/bpf: Fix verifier tailcall jit selftest

[PATCH] iio: imu: inv_mpu6050: Remove duplicate code between labels
 2024-09-01 13:40 UTC  (3+ messages)

[PATCH] hwmon: ltc2991: fix register bits defines
 2024-09-01 13:40 UTC  (2+ messages)

[PATCH v2 00/19] mm: Support huge pfnmaps
 2024-09-01 13:39 UTC  (4+ messages)
` [PATCH v2 16/19] mm: Remove follow_pte()

[PATCH v3 0/9] Simplify the UFS driver initialization code
 2024-09-01 13:37 UTC  (3+ messages)
` [PATCH v3 4/9] ufs: core: Call ufshcd_add_scsi_host() later

[PATCH] hwspinlock: improve locking safety by using raw_spinlock_t
 2024-09-01 13:34 UTC  (3+ messages)

[GIT PULL] Microchip clock updates for v6.12
 2024-09-01 13:34 UTC 

[GIT PULL] Microchip AT91 defconfig updates for v6.12
 2024-09-01 13:31 UTC  (2+ messages)
` [GIT PULL] Microchip AT91 SoC "


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.