mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v8 00/40] Shadow stacks for userspace
 2023-03-19  0:15 UTC  (25+ messages)
` [PATCH v8 01/40] Documentation/x86: Add CET shadow stack description
` [PATCH v8 02/40] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v8 03/40] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v8 04/40] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v8 05/40] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v8 06/40] x86/fpu: Add helper for modifying xstate
` [PATCH v8 07/40] x86/traps: Move control protection handler to separate file
` [PATCH v8 08/40] x86/shstk: Add user control-protection fault handler
` [PATCH v8 09/40] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v8 10/40] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v8 11/40] mm: Introduce pte_mkwrite_kernel()
` [PATCH v8 12/40] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v8 13/40] mm: Make pte_mkwrite() take a VMA
` [PATCH v8 14/40] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v8 15/40] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v8 16/40] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v8 17/40] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v8 18/40] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v8 19/40] x86/mm: Check shadow stack page fault errors
` [PATCH v8 20/40] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v8 21/40] mm: Add guard pages around a shadow stack
` [PATCH v8 22/40] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v8 23/40] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v8 24/40] mm: Don't allow write GUPs to shadow stack memory

powerpc-linux-objdump: Warning: Unable to load dwo file: <no .debug_str_offsets section>/<no .debug_str_offsets section>
 2023-03-18 23:13 UTC 

[GIT PULL] fbdev fixes for v6.3-rc3
 2023-03-18 23:09 UTC  (2+ messages)

drivers/rpmsg/qcom_glink_smem.c:93:17: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2023-03-18 22:42 UTC 

[PATCH] drm/bridge: nwl-dsi: fix packet read ISR handling
 2023-03-18 22:36 UTC 

[PATCH] drm/bridge: nwl-dsi: implement MIPI_DSI_MODE_NO_EOT_PACKET
 2023-03-18 22:33 UTC 

[PATCH] spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3
 2023-03-18 22:21 UTC 

[PATCH] cpuset: Remove unused cpuset_node_allowed
 2023-03-18 21:30 UTC  (4+ messages)
` [PATCH] cpuset: Clean up cpuset_node_allowed

[RFC PATCH v1] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-18 21:23 UTC  (4+ messages)

[PATCH] Staging: nvec: Change container_of macro to an inline function
 2023-03-18 20:48 UTC  (5+ messages)

drivers/iommu/ipmmu-vmsa.c:946:34: warning: unused variable 'ipmmu_of_ids'
 2023-03-18 20:48 UTC 

undefined reference to `ftrace_likely_update'
 2023-03-18 20:48 UTC 

[PATCH v3] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case
 2023-03-18 20:34 UTC  (4+ messages)

[PATCH 0/3] wifi: ath9k: deal with uninit memory
 2023-03-18 20:25 UTC  (4+ messages)
` [PATCH 1/3] wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx

Issues with applying patch to Linux 6.2.1-060201-generic x86_64 - HP Omen - Zorin OS 16.2 based on Ubuntu 20.04 LTS (Focal Fossa)
 2023-03-18 20:22 UTC 

[syzbot] [reiserfs?] [jfs?] BUG: unable to handle kernel paging request in reiserfs_readdir_inode
 2023-03-18 20:21 UTC  (2+ messages)
` [syzbot] [reiserfs?] "

[PATCH] kobject: introduce kobject_del_and_put()
 2023-03-18 20:16 UTC 

[PATCH 1/9] thermal/hwmon: Add error information printing for devm_thermal_add_hwmon_sysfs()
 2023-03-18 19:48 UTC  (10+ messages)
` [PATCH 2/9] thermal/drivers/sun8i: remove redundant msg in sun8i_ths_register()
` [PATCH 3/9] thermal/drivers/amlogic: remove redundant msg in amlogic_thermal_probe()
` [PATCH 4/9] thermal/drivers/imx: remove redundant msg in imx8mm_tmu_probe() and imx_sc_thermal_probe()
` [PATCH 5/9] drivers/thermal/k3: remove redundant msg in k3_bandgap_probe()
` [PATCH 6/9] thermal/drivers/tegra: remove redundant msg in tegra_tsensor_register_channel()
` [PATCH 7/9] thermal/drivers/qoriq: remove redundant msg in qoriq_tmu_register_tmu_zone()
` [PATCH 8/9] thermal/drivers/ti-soc: remove redundant msg in ti_thermal_expose_sensor()
` [PATCH 9/9] thermal/drivers/qcom: remove redundant msg

[PATCH] kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_symbol()
 2023-03-18 19:29 UTC  (2+ messages)

[PATCH] selftests/ftrace: Improve integration with kselftest runner
 2023-03-18 19:27 UTC  (2+ messages)

[PATCH] iio: adc: palmas_gpadc: fix NULL dereference on rmmod
 2023-03-18 19:22 UTC  (3+ messages)

[PATCH 0/2] tracing/hist: add a modulus operator
 2023-03-18 19:19 UTC  (5+ messages)
` [PATCH 1/2] tracing/hist: simplify contains_operator()
` [PATCH 2/2] tracing/hist: add modulus operator

[PATCH] mfd: tps6586x: register restart handler
 2023-03-18 19:15 UTC  (2+ messages)

drivers/spi/spi-mpc52xx-psc.c:195:5: warning: no previous prototype for 'mpc52xx_psc_spi_transfer_one_message'
 2023-03-18 19:05 UTC 

[GIT PULL] hwmon fixes for v6.3-rc3
 2023-03-18 19:01 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v6.3-rc3
 2023-03-18 19:01 UTC  (3+ messages)

[PATCH 00/32] pata_parport-bpck6: rework bpck6 protocol driver
 2023-03-18 18:55 UTC  (3+ messages)

[PATCH] iio: addac: stx104: Replace bitops.h header inclusion with bits.h
 2023-03-18 18:55 UTC 

[PATCH] tracing/selftests: Ignore __pfx_ symbols in kprobe test
 2023-03-18 18:42 UTC  (3+ messages)

[PATCH] tracing: Fix use-after-free and double-free on last_cmd
 2023-03-18 18:35 UTC  (2+ messages)

[PATCH v2] Fix incorrectly applied patch for MAP_PROFILE_BUTTON
 2023-03-18 18:00 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] Staging: nvec: Convert to_nvec_led from a macro to an inline function
 2023-03-18 17:52 UTC 

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-18 17:40 UTC  (5+ messages)

[PATCH] iio: at91-sama5d2_adc: Fix use after free bug in at91_adc_remove due to race condition
 2023-03-18 17:39 UTC  (3+ messages)

[PATCH v3 0/3] blk-integrity: drop integrity_kobj from gendisk
 2023-03-18 17:36 UTC  (4+ messages)
` [PATCH v3 1/3] blk-integrity: use sysfs_emit
` [PATCH v3 2/3] blk-integrity: convert to struct device_attribute
` [PATCH v3 3/3] blk-integrity: register sysfs attributes on struct device

[PATCH v2 0/4] devres: Provide krealloc_array
 2023-03-18 17:34 UTC  (5+ messages)
` [PATCH v2 4/4] serial: qcom_geni: Use devm_krealloc_array

[PATCH v3 0/6] Support ROHM BU27034 ALS sensor
 2023-03-18 17:29 UTC  (13+ messages)
` [PATCH v3 2/6] iio: light: Add gain-time-scale helpers

[PATCH V2 0/3] nvmem: support post read for U-Boot's "ethaddr"
 2023-03-18 17:13 UTC  (4+ messages)
` [PATCH V2 1/3] dt-bindings: nvmem: u-boot,env: add MAC's #nvmem-cell-cells
` [PATCH V2 2/3] nvmem: core: support specifying both: cell raw data & post read lengths
` [PATCH V2 3/3] nvmem: u-boot-env: post-process "ethaddr" env variable

[PATCH v5 2/2] optee: add per cpu asynchronous notification
 2023-03-18 17:03 UTC  (2+ messages)

[PATCH v2 0/6] Support ROHM BU27034 ALS sensor
 2023-03-18 16:57 UTC  (17+ messages)
` [PATCH v2 2/6] iio: light: Add gain-time-scale helpers
` [PATCH v2 5/6] iio: light: ROHM BU27034 Ambient Light Sensor

[PATCH v2 0/4] blk-integrity: drop integrity_kobj from gendisk
 2023-03-18 16:56 UTC  (7+ messages)
` [PATCH v2 2/4] blk-integrity: convert to struct device_attribute
` [PATCH v2 3/4] blk-integrity: register sysfs attributes on struct device

[REGRESSION] Missing nouveau backlight control on 6.2.x kernel
 2023-03-18 16:49 UTC  (2+ messages)

[PATCH RFC 0/5] tools/nolibc: add support for stack protector
 2023-03-18 16:49 UTC  (6+ messages)
` [PATCH RFC 5/5] tools/nolibc: tests: add test for -fstack-protector

[PATCH v3 0/3] arm64: dts: qcom: Use labels with generic node names for ADC channels
 2023-03-18 16:44 UTC  (8+ messages)
` [PATCH v3 2/3] dt-bindings: thermal: qcom-spmi-adc-tm5: Use generic ADC node name

[PATCH v2] iio: dac: cio-dac: Migrate to the regmap API
 2023-03-18 16:43 UTC  (4+ messages)

[regression] focaltech touchpad driver misbehaves due to "kbuild: treat char as always unsigned"
 2023-03-18 16:43 UTC  (4+ messages)
` [PATCH] Input: focaltech - use explicitly signed char type

[PATCH v4 0/2] function_graph: Support recording and printing the return value of function
 2023-03-18 16:40 UTC  (5+ messages)
` [PATCH v4 1/2] "

[PATCH] input: alps: fix compatibility with -funsigned-char
 2023-03-18 16:25 UTC  (2+ messages)

[PATCH 0/3] iio: accel: Add support for Kionix/ROHM KX132 accelerometer
 2023-03-18 16:12 UTC  (6+ messages)
` [PATCH 2/3] iio: accel: kionix-kx022a: Add chip_info structure

[PATCH 04/13] tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
 2023-03-18 16:11 UTC  (3+ messages)

[PATCH v3] iio: adc: at91-sama5d2_adc: remove dead code in `at91_adc_probe`
 2023-03-18 16:08 UTC  (3+ messages)

[PATCH v10 00/15] dma-fence: Deadline awareness
 2023-03-18 16:07 UTC  (3+ messages)
` [PATCH v10 09/15] drm/syncobj: Add deadline support for syncobj waits
    ` [Intel-gfx] "

[PATCH] quota: check for register_sysctl() failure
 2023-03-18 16:06 UTC 

[PATCH] iio: adc: qcom-pm8xxx-xoadc: Remove useless condition in pm8xxx_xoadc_parse_channel()
 2023-03-18 15:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net-next v3 0/9] net: sunhme: Probe/IRQ cleanups
 2023-03-18 15:43 UTC  (17+ messages)
` [PATCH net-next v3 1/9] net: sunhme: Just restart autonegotiation if we can't bring the link up
` [PATCH net-next v3 6/9] net: sunhme: Consolidate mac address initialization
` [PATCH net-next v3 7/9] net: sunhme: Clean up mac address init
` [PATCH net-next v3 8/9] net: sunhme: Inline error returns
` [PATCH net-next v3 9/9] net: sunhme: Consolidate common probe tasks

[PATCH v2 00/22] AMD64 EDAC Cleanup and Refactor
 2023-03-18 15:39 UTC  (3+ messages)
` [PATCH v2 10/22] EDAC/amd64: Merge struct amd64_family_type into struct amd64_pvt

[RFC PATCH v1] usb/phy add sprd ums512 usbphy
 2023-03-18 15:37 UTC  (5+ messages)

[FIRMWARE] Regression on rtw89/rtw8852b_fw.bin by the latest update
 2023-03-18 15:34 UTC  (3+ messages)

[PATCH v4] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-03-18 15:29 UTC  (2+ messages)

selftests: ftrace: event filter function - test event filtering on functions [FAIL]
 2023-03-18 15:27 UTC  (4+ messages)

[PATCH v2 0/2] ACPI/DT mdiobus module owner fixes
 2023-03-18 15:19 UTC  (5+ messages)
` [PATCH v2 1/2] net: mdio: fix owner field for mdio buses registered using device-tree
` [PATCH v2 2/2] net: mdio: fix owner field for mdio buses registered using ACPI

[PATCH v3 1/2] extcon: usbc-tusb320: add accessory detection support
 2023-03-18 15:05 UTC  (2+ messages)
` [PATCH v3 2/2] extcon: usbc-tusb320: add usb_role_switch support

[PATCH 0/4] Refactor 104-quad-8 to match device operations
 2023-03-18 14:59 UTC  (5+ messages)
` [PATCH 1/4] counter: 104-quad-8: Utilize bitfield access macros
` [PATCH 2/4] bitfield: Introduce the FIELD_MODIFY() macro
` [PATCH 3/4] counter: 104-quad-8: Refactor to buffer states for CMR, IOR, and IDR
` [PATCH 4/4] counter: 104-quad-8: Utilize helper functions to handle PR, FLAG and PSC

[PATCH] serial: imx: remove unused imx_uart_is_imx* functions
 2023-03-18 14:51 UTC  (3+ messages)

NMI reason 2d when running perf
 2023-03-18 14:44 UTC  (2+ messages)

[PATCH v2] drivers: hwmon: fix ioremap and memremap leak
 2023-03-18 14:38 UTC 

[PATCH v8 0/5] add debugfs to migration driver
 2023-03-18 14:38 UTC  (8+ messages)
` [PATCH v8 3/5] hisi_acc_vfio_pci: register debugfs for hisilicon "

[PATCH] Bluetooth: msft: Extended monitor tracking by address filter
 2023-03-18 14:22 UTC  (2+ messages)

[PATCH] ASoC: cs35l41: Add 12288000 clk freq to cs35l41_fs_mon clk config
 2023-03-18 14:14 UTC 

[PATCH v2 net-next 0/6] ATU and FDB synchronization on locked ports
 2023-03-18 14:10 UTC  (7+ messages)
` [PATCH v2 net-next 1/6] net: bridge: add dynamic flag to switchdev notifier
` [PATCH v2 net-next 2/6] net: dsa: propagate flags down towards drivers
` [PATCH v2 net-next 3/6] drivers: net: dsa: add fdb entry flags incoming to switchcore drivers
` [PATCH v2 net-next 4/6] net: bridge: ensure FDB offloaded flag is handled as needed
` [PATCH v2 net-next 5/6] net: dsa: mv88e6xxx: implementation of dynamic ATU entries
` [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test

[PATCH V2 0/6] Add regulator support for IPQ9574 SoC
 2023-03-18 14:08 UTC  (10+ messages)
` [PATCH V2 4/6] regulator: qcom_smd: Add support to define the bootup voltage

[PATCH 00/15] Introduce Nuvoton ma35d1 SoC
 2023-03-18 14:04 UTC  (7+ messages)
` [PATCH 11/15] arm64: dts: nuvoton: Add initial ma35d1 device tree

[PATCH v4 00/12] soc: qcom: add UCSI function to PMIC GLINK
 2023-03-18 14:00 UTC  (3+ messages)
` [PATCH v4 09/12] arm64: dts: qcom: sm8350-hdk: add pmic glink node

[PATCH] ALSA: portman2x4: remove unused portman_read_command,data functions
 2023-03-18 13:52 UTC 

[PATCH v7 0/5] dmaengine: dw-edma: Add support for native HDMA
 2023-03-18 13:49 UTC  (3+ messages)
` [PATCH v7 3/5] "

[PATCH 0/5] SM6350 GPU
 2023-03-18 13:45 UTC  (4+ messages)
` [PATCH 4/5] arm64: dts: qcom: sm6350: Add GPU nodes

[PATCH v6 0/9] Fix DSI host idx detection on HW revision clash
 2023-03-18 13:42 UTC  (10+ messages)
` [PATCH v6 1/9] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible
` [PATCH v6 2/9] drm/msm/dsi: Get rid of msm_dsi_config::num_dsi
` [PATCH v6 3/9] drm/msm/dsi: Fix DSI index detection when version clash occurs
` [PATCH v6 4/9] drm/msm/dsi: dsi_cfg: Deduplicate identical structs
` [PATCH v6 5/9] drm/msm/dsi: dsi_cfg: Merge SC7180 config into SDM845
` [PATCH v6 6/9] drm/msm/dsi: Switch the QCM2290-specific compatible to index autodetection
` [PATCH v6 7/9] drm/msm/dsi: Remove custom DSI config handling
` [PATCH v6 8/9] dt-bindings: display/msm: dsi-controller-main: Add SM6115
` [PATCH v6 9/9] arm64: dts: qcom: sm6115: Use the correct DSI compatible

[PATCH] drm/kmb: remove unused set_test_mode_src_osc_freq_target_low,hi_bits functions
 2023-03-18 13:39 UTC 

[PATCH v2] mips: bmips: BCM6358: disable arch_sync_dma_for_cpu_all() for TP1
 2023-03-18 13:38 UTC  (3+ messages)
` [PATCH v3] mips: bmips: BCM6358: disable RAC flush "

[PATCH] counter: 104-quad-8: Fix Synapse action reported for Index signals
 2023-03-18 13:28 UTC  (2+ messages)

[PATCH 6.1,6.2,6.3 v3 1/6] counter: 104-quad-8: Fix race condition between FLAG and CNTR reads
 2023-03-18 13:27 UTC  (2+ messages)

[PATCH] ALSA: ymfpci: remove unused snd_ymfpci_readb function
 2023-03-18 13:27 UTC 

[PATCH] rcu: Fix incorrect trace string in rcu_boost_kthread()
 2023-03-18 13:24 UTC 

[PATCH] dm: Add error information printing for dm_register_target()
 2023-03-18 13:16 UTC 

[PATCH] usb: plusb: remove unused pl_clear_QuickLink_features function
 2023-03-18 13:13 UTC 

[PATCH][next] uapi: target: Replace fake flex-array with flexible-array member
 2023-03-18 13:00 UTC  (2+ messages)

[PATCH] fpga: xilinx-pr-decoupler: remove unused xlnx_pr_decouple_read function
 2023-03-18 12:59 UTC  (3+ messages)

THP backed thread stacks
 2023-03-18 12:58 UTC  (3+ messages)

Question about select and poll system call
 2023-03-18 12:40 UTC  (4+ messages)

[PATCH] drivers: hwmon: fix ioremap and memremap leak
 2023-03-18 12:31 UTC  (2+ messages)

[PATCH v4 0/6] RISC-V Hardware Probing User Interface
 2023-03-18 12:02 UTC  (3+ messages)
` [PATCH v4 4/6] RISC-V: hwprobe: Support probing of misaligned access performance

[PATCH 0/2] SECC-ES: Cleanups
 2023-03-18 11:56 UTC  (3+ messages)
` [PATCH 1/2] x86/coco: Export cc_vendor
` [PATCH 2/2] x86/sev: Get rid of special sev_es_enable_key

[PATCH v3 3/5] net: Let the active time stamping layer be selectable
 2023-03-18 11:54 UTC  (11+ messages)

[PATCH v2 0/2] tty/serial: Fix tcsetattr() TCSADRAIN/FLUSH and write() races
 2023-03-18 11:47 UTC  (3+ messages)
` [PATCH v2 2/2] serial: 8250: Fix serial8250_tx_empty() race with DMA Tx

[PATCH v3] locking/lockdep: add debug_show_all_lock_holders()
 2023-03-18 11:15 UTC  (6+ messages)

[PATCH 0/4] further cleanup of vma_merge()
 2023-03-18 11:13 UTC  (5+ messages)
` [PATCH 1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
` [PATCH 2/4] mm/mmap/vma_merge: set next to NULL if not applicable
` [PATCH 3/4] mm/mmap/vma_merge: extend invariants, avoid invalid res, vma
` [PATCH 4/4] mm/mmap/vma_merge: be explicit about the non-mergeable case

page:  |  | latest

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

Powered by JetHome