public inbox for linux-hams@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 20:51:22 to 2026-04-10 12:21:35 UTC [more...]

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 12:21 UTC  (39+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

[PATCH net] netrom: do some basic forms of validation on incoming frames
 2026-04-10 10:28 UTC  (5+ messages)

[PATCH net] net: rose: stop timers before freeing neighbour in rose_neigh_put
 2026-04-10  5:08 UTC  (5+ messages)
` [PATCH net v2] "
  ` [PATCH net v3] net: rose: defer rose_neigh cleanup to workqueue to fix UAF

[syzbot] [hams?] possible deadlock in nr_del_node (2)
 2026-04-10  5:04 UTC  (5+ messages)
` [PATCH net] net: netrom: fix lock order inversion in nr_add_node, nr_del_node and nr_dec_obs
  ` [PATCH net v2] "

[PATCH v2 net 0/2] net: hamradio: fix missing input validation in bpqether and scc
 2026-04-09 19:27 UTC  (4+ messages)
` [PATCH v2 net 1/2] net: hamradio: bpqether: validate frame length in bpq_rcv()
` [PATCH v2 net 2/2] net: hamradio: scc: validate bufsize in SIOCSCCSMEM ioctl

[PATCH] ax25: fix OOB read after address header strip in ax25_rcv()
 2026-04-09 15:29 UTC  (5+ messages)
  ` [PATCH v2] rose: fix OOB reads on short CLEAR REQUEST frames
  ` [PATCH v2] ax25: fix OOB read after address header strip in ax25_rcv()

[PATCH] rose: fix OOB read on short CLEAR REQUEST frames
 2026-04-09  7:13 UTC  (2+ messages)

[PATCH v2 net] net: ax25: fix integer overflow in ax25_rx_fragment()
 2026-04-09  2:50 UTC 

[PATCH net] net: ax25: fix integer overflow in ax25_rx_fragment()
 2026-04-08 21:31 UTC  (2+ messages)

[PATCH net 0/2] net: hamradio: fix missing input validation in bpqether and scc
 2026-04-08 21:05 UTC  (5+ messages)
` [PATCH net 1/2] net: hamradio: bpqether: validate frame length in bpq_rcv()
` [PATCH net 2/2] net: hamradio: scc: validate bufsize in SIOCSCCSMEM ioctl

[PATCH net] net: rose: reject truncated CLEAR_REQUEST frames in state machines
 2026-04-08 17:25 UTC 

[PATCH net] net: hamradio: 6pack: fix uninit-value in sixpack_receive_buf
 2026-04-07 17:31 UTC  (7+ messages)
  ` [PATCH net v2] "
      ` [PATCH] "
      ` [PATCH v2] "

[PATCH 0/3] net: fix three security bugs in NET/ROM and ROSE stacks
 2026-04-07 17:16 UTC  (4+ messages)
` [PATCH 1/3] net: netrom: fix integer overflow in nr_queue_rx_frame()
` [PATCH 2/3] net: netrom: validate source address in nr_find_socket()
` [PATCH 3/3] net: rose: fix out-of-bounds read in rose_parse_ccitt()

[syzbot] [hams?] KASAN: slab-use-after-free Read in ax25cmp (2)
 2026-03-31 19:19 UTC 

[syzbot] Monthly hams report (Mar 2026)
 2026-03-31  8:06 UTC 

[PATCH 0/5] hamradio: mkiss: modernize and clean up mkiss driver
 2026-03-29 19:19 UTC  (8+ messages)
` [PATCH 1/5] hamradio: mkiss: move assignments out of if conditions
` [PATCH 2/5] hamradio: mkiss: remove redundant static initialization to 0
` [PATCH 3/5] hamradio: mkiss: fix spacing around assignment operator
` [PATCH 4/5] hamradio: mkiss: modernize logging with netdev and pr macros
` [PATCH 5/5] hamradio: mkiss: cleanup indentation and coding style

[PATCH] net: ax25: fix UAF in timer paths
 2026-03-14  3:58 UTC 

[PATCH net v2] net/rose: fix NULL pointer dereference in rose_transmit_link on reconnect
 2026-03-13  2:50 UTC  (3+ messages)

[syzbot] [hams?] KASAN: slab-use-after-free Read in ax25_disconnect
 2026-03-11 18:52 UTC 

[PATCH net v1] net/rose: fix NULL pointer dereference in rose_transmit_link on reconnect
 2026-03-10 11:28 UTC  (3+ messages)

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (31+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04 14:10 UTC  (106+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 015/110] nilfs2: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 023/110] ceph: "
` [PATCH v2 029/110] ext2: "
` [PATCH v2 031/110] hfs: "
` [PATCH v2 032/110] hfsplus: "
` [PATCH v2 034/110] isofs: "
` [PATCH v2 037/110] minix: "
` [PATCH v2 040/110] ocfs2: "
` [PATCH v2 046/110] udf: "
` [PATCH v2 048/110] zonefs: "
` [PATCH v2 049/110] security: "
` [PATCH v2 051/110] fsnotify: "
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 059/110] vfs: "
` [PATCH v2 060/110] vfs: change kino_t from unsigned long to u64
` [PATCH v2 061/110] ext4: replace PRIino with %llu/%llx format strings
` [PATCH v2 062/110] jbd2: "
` [PATCH v2 067/110] proc: "
` [PATCH v2 068/110] nilfs2: "
` [PATCH v2 069/110] 9p: "
` [PATCH v2 076/110] ceph: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 084/110] hfs: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 100/110] zonefs: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox